diff --git a/corpus/expr/values.nu b/corpus/expr/values.nu index 4292510..6a40213 100644 --- a/corpus/expr/values.nu +++ b/corpus/expr/values.nu @@ -47,14 +47,19 @@ values-002-booleans values-003-nothing ===== -null +[ + null + () +] ----- (nu_script (pipeline (pipe_element - (val_nothing)))) + (val_list + (val_nothing) + (val_nothing))))) ===== values-004-binary diff --git a/grammar.js b/grammar.js index 21a7f00..61883a3 100644 --- a/grammar.js +++ b/grammar.js @@ -862,7 +862,11 @@ module.exports = grammar({ ), /// Literals - val_nothing: ($) => SPECIAL().null, + val_nothing: ($) => + choice( + SPECIAL().null, + seq(token(BRACK().open_paren), token.immediate(BRACK().close_paren)), + ), val_bool: ($) => choice(SPECIAL().true, SPECIAL().false), @@ -871,7 +875,7 @@ module.exports = grammar({ _var: ($) => seq( PUNC().dollar, - field("name", choice("nu", "in", "env", "nothing", $.identifier)), + field("name", choice("nu", "in", "env", $.identifier)), ), val_number: ($) => $._val_number, diff --git a/queries/nu/highlights.scm b/queries/nu/highlights.scm index 66a3058..52b4882 100644 --- a/queries/nu/highlights.scm +++ b/queries/nu/highlights.scm @@ -262,7 +262,6 @@ "in" "nu" "env" - "nothing" ] @special ) ;;; --- diff --git a/src/grammar.json b/src/grammar.json index 2fb0a5c..42dc981 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -7994,8 +7994,32 @@ ] }, "val_nothing": { - "type": "STRING", - "value": "null" + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "null" + }, + { + "type": "SEQ", + "members": [ + { + "type": "TOKEN", + "content": { + "type": "STRING", + "value": "(" + } + }, + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": ")" + } + } + ] + } + ] }, "val_bool": { "type": "CHOICE", @@ -8057,10 +8081,6 @@ "type": "STRING", "value": "env" }, - { - "type": "STRING", - "value": "nothing" - }, { "type": "SYMBOL", "name": "identifier" diff --git a/src/node-types.json b/src/node-types.json index dc1ae1d..0d6dd70 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -4652,6 +4652,11 @@ ] } }, + { + "type": "val_nothing", + "named": true, + "fields": {} + }, { "type": "val_number", "named": true, @@ -4818,10 +4823,6 @@ "type": "in", "named": false }, - { - "type": "nothing", - "named": false - }, { "type": "nu", "named": false @@ -5925,6 +5926,10 @@ "type": "nu", "named": false }, + { + "type": "null", + "named": false + }, { "type": "number", "named": false @@ -6081,10 +6086,6 @@ "type": "val_date", "named": true }, - { - "type": "val_nothing", - "named": true - }, { "type": "var-with-opt-type", "named": false diff --git a/src/parser.c b/src/parser.c index 4236590..06a71ca 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,11 +14,11 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 6096 -#define LARGE_STATE_COUNT 1210 -#define SYMBOL_COUNT 460 +#define STATE_COUNT 6138 +#define LARGE_STATE_COUNT 1239 +#define SYMBOL_COUNT 462 #define ALIAS_COUNT 3 -#define TOKEN_COUNT 276 +#define TOKEN_COUNT 277 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 69 #define MAX_ALIAS_SEQUENCE_LENGTH 15 @@ -164,329 +164,331 @@ enum { anon_sym_DASH2 = 137, anon_sym_PLUS2 = 138, aux_sym__immediate_decimal_token3 = 139, - sym_val_nothing = 140, - anon_sym_true = 141, - anon_sym_false = 142, - anon_sym_nu = 143, - anon_sym_env = 144, - aux_sym__val_number_decimal_token1 = 145, - aux_sym__val_number_token1 = 146, - aux_sym__val_number_token2 = 147, - aux_sym__val_number_token3 = 148, - aux_sym__val_number_token4 = 149, - aux_sym__val_number_token5 = 150, - aux_sym__val_number_token6 = 151, - anon_sym_ns = 152, - anon_sym_s = 153, - anon_sym_us = 154, - anon_sym_ms = 155, - anon_sym_sec = 156, - anon_sym_min = 157, - anon_sym_hr = 158, - anon_sym_day = 159, - anon_sym_wk = 160, - anon_sym_b = 161, - anon_sym_B = 162, - anon_sym_kb = 163, - anon_sym_kB = 164, - anon_sym_Kb = 165, - anon_sym_KB = 166, - anon_sym_mb = 167, - anon_sym_mB = 168, - anon_sym_Mb = 169, - anon_sym_MB = 170, - anon_sym_gb = 171, - anon_sym_gB = 172, - anon_sym_Gb = 173, - anon_sym_GB = 174, - anon_sym_tb = 175, - anon_sym_tB = 176, - anon_sym_Tb = 177, - anon_sym_TB = 178, - anon_sym_pb = 179, - anon_sym_pB = 180, - anon_sym_Pb = 181, - anon_sym_PB = 182, - anon_sym_eb = 183, - anon_sym_eB = 184, - anon_sym_Eb = 185, - anon_sym_EB = 186, - anon_sym_kib = 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_mib = 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_gib = 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_tib = 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_pib = 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_eib = 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_0b = 229, - anon_sym_0o = 230, - anon_sym_0x = 231, - anon_sym_LBRACK2 = 232, - sym_hex_digit = 233, - sym_val_date = 234, - anon_sym_DQUOTE = 235, - sym__escaped_str_content = 236, - sym__str_single_quotes = 237, - sym__str_back_ticks = 238, - sym_escape_sequence = 239, - sym_escaped_interpolated_content = 240, - sym_unescaped_interpolated_content = 241, - anon_sym_DOLLAR_SQUOTE = 242, - anon_sym_SQUOTE = 243, - anon_sym_DOLLAR_DQUOTE = 244, - anon_sym_DQUOTE2 = 245, - sym_inter_escape_sequence = 246, - aux_sym__list_item_starts_with_sign_token1 = 247, - aux_sym__record_key_token1 = 248, - aux_sym__record_key_token2 = 249, - aux_sym_path_token1 = 250, - anon_sym_CARET = 251, - anon_sym_err_GT = 252, - anon_sym_out_GT = 253, - anon_sym_e_GT = 254, - anon_sym_o_GT = 255, - anon_sym_err_PLUSout_GT = 256, - anon_sym_out_PLUSerr_GT = 257, - anon_sym_o_PLUSe_GT = 258, - anon_sym_e_PLUSo_GT = 259, - aux_sym_short_flag_token1 = 260, - aux_sym_unquoted_token1 = 261, - aux_sym_unquoted_token2 = 262, - aux_sym_unquoted_token3 = 263, - aux_sym_unquoted_token4 = 264, - aux_sym_unquoted_token5 = 265, - aux_sym_unquoted_token6 = 266, - aux_sym__unquoted_in_list_token1 = 267, - aux_sym__unquoted_in_list_token2 = 268, - aux_sym__unquoted_in_list_token3 = 269, - aux_sym__unquoted_in_list_token4 = 270, - aux_sym__unquoted_in_list_token5 = 271, - aux_sym__unquoted_in_list_token6 = 272, - aux_sym__unquoted_in_list_token7 = 273, - anon_sym_POUND = 274, - aux_sym_comment_token1 = 275, - sym_nu_script = 276, - sym_shebang = 277, - sym__block_body_statement = 278, - sym__declaration = 279, - sym_decl_alias = 280, - sym_stmt_let = 281, - sym_stmt_mut = 282, - sym_stmt_const = 283, - sym__assignment_pattern = 284, - sym__statement = 285, - sym_pipeline = 286, - sym__block_body_statement_last = 287, - sym__declaration_last = 288, - sym_decl_alias_last = 289, - sym_stmt_let_last = 290, - sym_stmt_mut_last = 291, - sym_stmt_const_last = 292, - sym__assignment_pattern_last = 293, - sym__statement_last = 294, - sym_pipeline_last = 295, - sym__block_body_statement_parenthesized = 296, - sym__declaration_parenthesized = 297, - sym_decl_alias_parenthesized = 298, - sym_stmt_let_parenthesized = 299, - sym_stmt_mut_parenthesized = 300, - sym_stmt_const_parenthesized = 301, - sym__assignment_pattern_parenthesized = 302, - sym__statement_parenthesized = 303, - sym_pipeline_parenthesized = 304, - sym__block_body_statement_parenthesized_last = 305, - sym__declaration_parenthesized_last = 306, - sym_decl_alias_parenthesized_last = 307, - sym_stmt_let_parenthesized_last = 308, - sym_stmt_mut_parenthesized_last = 309, - sym_stmt_const_parenthesized_last = 310, - sym__assignment_pattern_parenthesized_last = 311, - sym__statement_parenthesized_last = 312, - sym_pipeline_parenthesized_last = 313, - sym__block_body = 314, - sym__command_name = 315, - sym__variable_name = 316, - sym__terminator = 317, - sym_decl_def = 318, - sym_decl_export = 319, - sym_decl_extern = 320, - sym_decl_module = 321, - sym_decl_use = 322, - sym_returns = 323, - sym__one_type = 324, - sym__multiple_types = 325, - sym_parameter_parens = 326, - sym_parameter_bracks = 327, - sym_parameter_pipes = 328, - sym_parameter = 329, - sym__param_name = 330, - sym_param_type = 331, - sym_param_value = 332, - sym__type_annotation = 333, - sym__all_type = 334, - sym_flat_type = 335, - sym_collection_type = 336, - sym_list_type = 337, - sym_param_cmd = 338, - sym_param_rest = 339, - sym_param_opt = 340, - sym_param_long_flag = 341, - sym_flag_capsule = 342, - sym_param_short_flag = 343, - sym__ctrl_statement = 344, - sym__ctrl_expression = 345, - sym__ctrl_expression_parenthesized = 346, - sym_ctrl_for = 347, - sym_ctrl_loop = 348, - sym_ctrl_error = 349, - sym_ctrl_while = 350, - sym_ctrl_do = 351, - sym_ctrl_if = 352, - sym_ctrl_if_parenthesized = 353, - sym_ctrl_match = 354, - sym_match_arm = 355, - sym_default_arm = 356, - sym__match_expression = 357, - sym_match_pattern = 358, - sym_match_guard = 359, - sym__match_pattern_expression = 360, - sym__match_pattern_value = 361, - sym__match_pattern_list = 362, - sym__match_pattern_rest = 363, - sym__match_pattern_ignore_rest = 364, - sym_ctrl_try = 365, - sym_ctrl_try_parenthesized = 366, - sym_ctrl_return = 367, - sym_pipe_element = 368, - sym_pipe_element_parenthesized = 369, - sym_pipe_element_last = 370, - sym_pipe_element_parenthesized_last = 371, - sym_stmt_source = 372, - sym_stmt_register = 373, - sym__stmt_hide = 374, - sym_hide_mod = 375, - sym_hide_env = 376, - sym__stmt_overlay = 377, - sym_overlay_list = 378, - sym_overlay_hide = 379, - sym_overlay_new = 380, - sym_overlay_use = 381, - sym_scope_pattern = 382, - sym_wild_card = 383, - sym_command_list = 384, - sym_assignment = 385, - sym_block = 386, - sym__blosure = 387, - sym_where_command = 388, - sym__where_predicate = 389, - sym__expression = 390, - sym_expr_unary = 391, - sym__expr_unary_minus = 392, - sym_expr_binary = 393, - sym__expr_binary_expression = 394, - sym_expr_parenthesized = 395, - sym__parenthesized_body = 396, - sym_val_range = 397, - sym__immediate_decimal = 398, - sym__value = 399, - sym_val_bool = 400, - sym_val_variable = 401, - sym__var = 402, - sym_val_number = 403, - sym__val_number_decimal = 404, - sym__val_number = 405, - sym_val_duration = 406, - sym_val_filesize = 407, - sym_val_binary = 408, - sym_val_string = 409, - sym__str_double_quotes = 410, - sym_val_interpolated = 411, - sym__inter_single_quotes = 412, - sym__inter_double_quotes = 413, - sym_expr_interpolated = 414, - sym_val_list = 415, - sym__list_item_expression = 416, - sym__list_item_starts_with_sign = 417, - sym_val_record = 418, - sym_record_entry = 419, - sym__record_key = 420, - sym_val_table = 421, - sym_val_closure = 422, - sym_cell_path = 423, - sym_path = 424, - sym_command = 425, - sym__command_parenthesized_body = 426, - sym__cmd_arg = 427, - sym_redirection = 428, - sym__flag = 429, - sym_short_flag = 430, - sym_long_flag = 431, - sym_unquoted = 432, - sym__unquoted_in_list = 433, - sym_comment = 434, - aux_sym_pipeline_repeat1 = 435, - aux_sym_pipeline_parenthesized_repeat1 = 436, - aux_sym__block_body_repeat1 = 437, - aux_sym__block_body_repeat2 = 438, - aux_sym_decl_def_repeat1 = 439, - aux_sym__multiple_types_repeat1 = 440, - aux_sym_parameter_parens_repeat1 = 441, - aux_sym_collection_type_repeat1 = 442, - aux_sym_ctrl_match_repeat1 = 443, - aux_sym_match_pattern_repeat1 = 444, - aux_sym__match_pattern_list_repeat1 = 445, - aux_sym_pipe_element_repeat1 = 446, - aux_sym_overlay_use_repeat1 = 447, - aux_sym_command_list_repeat1 = 448, - aux_sym__parenthesized_body_repeat1 = 449, - aux_sym_val_binary_repeat1 = 450, - aux_sym__str_double_quotes_repeat1 = 451, - aux_sym__inter_single_quotes_repeat1 = 452, - aux_sym__inter_double_quotes_repeat1 = 453, - aux_sym_val_list_repeat1 = 454, - aux_sym_val_record_repeat1 = 455, - aux_sym_val_table_repeat1 = 456, - aux_sym_cell_path_repeat1 = 457, - aux_sym_command_repeat1 = 458, - aux_sym__command_parenthesized_body_repeat1 = 459, - anon_alias_sym_DOT_DOT = 460, - anon_alias_sym_DOT_DOT_LT = 461, - anon_alias_sym_DOT_DOT_EQ = 462, + anon_sym_null = 140, + anon_sym_RPAREN2 = 141, + anon_sym_true = 142, + anon_sym_false = 143, + anon_sym_nu = 144, + anon_sym_env = 145, + aux_sym__val_number_decimal_token1 = 146, + aux_sym__val_number_token1 = 147, + aux_sym__val_number_token2 = 148, + aux_sym__val_number_token3 = 149, + 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_guard = 360, + sym__match_pattern_expression = 361, + sym__match_pattern_value = 362, + sym__match_pattern_list = 363, + sym__match_pattern_rest = 364, + sym__match_pattern_ignore_rest = 365, + sym_ctrl_try = 366, + sym_ctrl_try_parenthesized = 367, + sym_ctrl_return = 368, + sym_pipe_element = 369, + sym_pipe_element_parenthesized = 370, + sym_pipe_element_last = 371, + sym_pipe_element_parenthesized_last = 372, + sym_stmt_source = 373, + sym_stmt_register = 374, + sym__stmt_hide = 375, + sym_hide_mod = 376, + sym_hide_env = 377, + sym__stmt_overlay = 378, + sym_overlay_list = 379, + sym_overlay_hide = 380, + sym_overlay_new = 381, + sym_overlay_use = 382, + sym_scope_pattern = 383, + sym_wild_card = 384, + sym_command_list = 385, + sym_assignment = 386, + sym_block = 387, + sym__blosure = 388, + sym_where_command = 389, + sym__where_predicate = 390, + sym__expression = 391, + sym_expr_unary = 392, + sym__expr_unary_minus = 393, + sym_expr_binary = 394, + sym__expr_binary_expression = 395, + sym_expr_parenthesized = 396, + sym__parenthesized_body = 397, + sym_val_range = 398, + sym__immediate_decimal = 399, + sym__value = 400, + sym_val_nothing = 401, + sym_val_bool = 402, + sym_val_variable = 403, + sym__var = 404, + sym_val_number = 405, + sym__val_number_decimal = 406, + sym__val_number = 407, + sym_val_duration = 408, + sym_val_filesize = 409, + sym_val_binary = 410, + sym_val_string = 411, + sym__str_double_quotes = 412, + sym_val_interpolated = 413, + sym__inter_single_quotes = 414, + sym__inter_double_quotes = 415, + sym_expr_interpolated = 416, + sym_val_list = 417, + sym__list_item_expression = 418, + sym__list_item_starts_with_sign = 419, + sym_val_record = 420, + sym_record_entry = 421, + sym__record_key = 422, + sym_val_table = 423, + sym_val_closure = 424, + sym_cell_path = 425, + sym_path = 426, + sym_command = 427, + sym__command_parenthesized_body = 428, + sym__cmd_arg = 429, + sym_redirection = 430, + sym__flag = 431, + sym_short_flag = 432, + sym_long_flag = 433, + sym_unquoted = 434, + sym__unquoted_in_list = 435, + sym_comment = 436, + aux_sym_pipeline_repeat1 = 437, + aux_sym_pipeline_parenthesized_repeat1 = 438, + aux_sym__block_body_repeat1 = 439, + aux_sym__block_body_repeat2 = 440, + aux_sym_decl_def_repeat1 = 441, + aux_sym__multiple_types_repeat1 = 442, + aux_sym_parameter_parens_repeat1 = 443, + aux_sym_collection_type_repeat1 = 444, + aux_sym_ctrl_match_repeat1 = 445, + aux_sym_match_pattern_repeat1 = 446, + aux_sym__match_pattern_list_repeat1 = 447, + aux_sym_pipe_element_repeat1 = 448, + aux_sym_overlay_use_repeat1 = 449, + aux_sym_command_list_repeat1 = 450, + aux_sym__parenthesized_body_repeat1 = 451, + aux_sym_val_binary_repeat1 = 452, + aux_sym__str_double_quotes_repeat1 = 453, + aux_sym__inter_single_quotes_repeat1 = 454, + aux_sym__inter_double_quotes_repeat1 = 455, + aux_sym_val_list_repeat1 = 456, + aux_sym_val_record_repeat1 = 457, + aux_sym_val_table_repeat1 = 458, + aux_sym_cell_path_repeat1 = 459, + aux_sym_command_repeat1 = 460, + aux_sym__command_parenthesized_body_repeat1 = 461, + anon_alias_sym_DOT_DOT = 462, + anon_alias_sym_DOT_DOT_LT = 463, + anon_alias_sym_DOT_DOT_EQ = 464, }; static const char * const ts_symbol_names[] = { @@ -630,7 +632,8 @@ static const char * const ts_symbol_names[] = { [anon_sym_DASH2] = "-", [anon_sym_PLUS2] = "+", [aux_sym__immediate_decimal_token3] = "_immediate_decimal_token3", - [sym_val_nothing] = "val_nothing", + [anon_sym_null] = "null", + [anon_sym_RPAREN2] = ")", [anon_sym_true] = "true", [anon_sym_false] = "false", [anon_sym_nu] = "nu", @@ -890,6 +893,7 @@ static const char * const ts_symbol_names[] = { [sym_val_range] = "val_range", [sym__immediate_decimal] = "_immediate_decimal", [sym__value] = "_value", + [sym_val_nothing] = "val_nothing", [sym_val_bool] = "val_bool", [sym_val_variable] = "val_variable", [sym__var] = "_var", @@ -1096,7 +1100,8 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_DASH2] = anon_sym_DASH, [anon_sym_PLUS2] = anon_sym_PLUS, [aux_sym__immediate_decimal_token3] = aux_sym__immediate_decimal_token3, - [sym_val_nothing] = sym_val_nothing, + [anon_sym_null] = anon_sym_null, + [anon_sym_RPAREN2] = anon_sym_RPAREN, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [anon_sym_nu] = anon_sym_nu, @@ -1356,6 +1361,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_val_range] = sym_val_range, [sym__immediate_decimal] = sym__immediate_decimal, [sym__value] = sym__value, + [sym_val_nothing] = sym_val_nothing, [sym_val_bool] = sym_val_bool, [sym_val_variable] = sym_val_variable, [sym__var] = sym__var, @@ -1982,9 +1988,13 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [sym_val_nothing] = { + [anon_sym_null] = { .visible = true, - .named = true, + .named = false, + }, + [anon_sym_RPAREN2] = { + .visible = true, + .named = false, }, [anon_sym_true] = { .visible = true, @@ -3022,6 +3032,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym_val_nothing] = { + .visible = true, + .named = true, + }, [sym_val_bool] = { .visible = true, .named = true, @@ -4879,97 +4893,97 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1] = 1, [2] = 2, [3] = 3, - [4] = 2, - [5] = 3, - [6] = 2, - [7] = 7, - [8] = 3, - [9] = 9, - [10] = 10, + [4] = 3, + [5] = 5, + [6] = 6, + [7] = 3, + [8] = 8, + [9] = 2, + [10] = 2, [11] = 11, [12] = 12, - [13] = 11, - [14] = 14, - [15] = 9, - [16] = 3, - [17] = 2, - [18] = 12, - [19] = 7, - [20] = 10, - [21] = 10, - [22] = 12, - [23] = 7, - [24] = 24, - [25] = 11, - [26] = 26, - [27] = 27, - [28] = 28, - [29] = 9, - [30] = 26, - [31] = 27, - [32] = 24, - [33] = 33, - [34] = 10, - [35] = 11, - [36] = 28, - [37] = 12, - [38] = 24, - [39] = 14, - [40] = 40, - [41] = 14, - [42] = 26, - [43] = 9, - [44] = 7, - [45] = 27, - [46] = 40, - [47] = 24, + [13] = 2, + [14] = 3, + [15] = 6, + [16] = 16, + [17] = 11, + [18] = 18, + [19] = 19, + [20] = 20, + [21] = 12, + [22] = 6, + [23] = 23, + [24] = 5, + [25] = 8, + [26] = 12, + [27] = 5, + [28] = 8, + [29] = 11, + [30] = 20, + [31] = 31, + [32] = 16, + [33] = 18, + [34] = 20, + [35] = 12, + [36] = 18, + [37] = 23, + [38] = 16, + [39] = 39, + [40] = 23, + [41] = 5, + [42] = 11, + [43] = 8, + [44] = 19, + [45] = 6, + [46] = 46, + [47] = 23, [48] = 48, - [49] = 49, - [50] = 14, - [51] = 27, - [52] = 33, - [53] = 53, - [54] = 26, - [55] = 48, - [56] = 53, - [57] = 49, - [58] = 3, - [59] = 2, - [60] = 11, - [61] = 2, - [62] = 9, - [63] = 3, - [64] = 7, - [65] = 12, - [66] = 10, - [67] = 9, - [68] = 10, - [69] = 12, + [49] = 31, + [50] = 50, + [51] = 20, + [52] = 16, + [53] = 39, + [54] = 18, + [55] = 50, + [56] = 48, + [57] = 46, + [58] = 2, + [59] = 3, + [60] = 6, + [61] = 8, + [62] = 3, + [63] = 2, + [64] = 11, + [65] = 5, + [66] = 12, + [67] = 6, + [68] = 16, + [69] = 8, [70] = 11, - [71] = 7, - [72] = 14, - [73] = 26, - [74] = 27, - [75] = 28, - [76] = 24, - [77] = 27, - [78] = 24, - [79] = 14, - [80] = 33, - [81] = 40, - [82] = 26, - [83] = 53, - [84] = 49, - [85] = 48, + [71] = 5, + [72] = 20, + [73] = 18, + [74] = 23, + [75] = 19, + [76] = 12, + [77] = 20, + [78] = 39, + [79] = 16, + [80] = 23, + [81] = 18, + [82] = 31, + [83] = 48, + [84] = 46, + [85] = 50, [86] = 86, [87] = 86, - [88] = 88, + [88] = 86, [89] = 86, [90] = 86, [91] = 86, - [92] = 86, - [93] = 88, - [94] = 86, + [92] = 92, + [93] = 86, + [94] = 92, [95] = 86, [96] = 86, [97] = 86, @@ -4978,464 +4992,464 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [100] = 86, [101] = 2, [102] = 3, - [103] = 2, - [104] = 10, + [103] = 6, + [104] = 2, [105] = 11, - [106] = 3, - [107] = 7, - [108] = 9, - [109] = 12, - [110] = 12, - [111] = 7, - [112] = 24, - [113] = 10, - [114] = 14, - [115] = 115, - [116] = 11, - [117] = 27, - [118] = 9, - [119] = 28, - [120] = 26, - [121] = 27, - [122] = 115, - [123] = 14, - [124] = 28, - [125] = 40, - [126] = 26, - [127] = 40, - [128] = 24, - [129] = 40, - [130] = 53, - [131] = 40, - [132] = 48, - [133] = 49, - [134] = 49, + [106] = 5, + [107] = 8, + [108] = 12, + [109] = 3, + [110] = 5, + [111] = 23, + [112] = 16, + [113] = 19, + [114] = 8, + [115] = 20, + [116] = 116, + [117] = 11, + [118] = 18, + [119] = 12, + [120] = 6, + [121] = 31, + [122] = 116, + [123] = 31, + [124] = 18, + [125] = 16, + [126] = 23, + [127] = 19, + [128] = 20, + [129] = 31, + [130] = 50, + [131] = 46, + [132] = 31, + [133] = 48, + [134] = 50, [135] = 48, - [136] = 53, + [136] = 46, [137] = 137, [138] = 137, [139] = 137, [140] = 137, [141] = 141, - [142] = 142, - [143] = 142, - [144] = 142, - [145] = 142, - [146] = 146, - [147] = 146, - [148] = 148, - [149] = 148, - [150] = 146, - [151] = 151, - [152] = 148, - [153] = 151, - [154] = 146, - [155] = 146, - [156] = 148, - [157] = 151, - [158] = 148, - [159] = 148, - [160] = 148, - [161] = 146, - [162] = 148, - [163] = 148, - [164] = 151, - [165] = 148, - [166] = 148, - [167] = 148, - [168] = 151, - [169] = 146, - [170] = 151, - [171] = 148, - [172] = 146, - [173] = 151, - [174] = 148, - [175] = 148, - [176] = 146, - [177] = 151, - [178] = 148, - [179] = 146, - [180] = 148, - [181] = 148, - [182] = 151, - [183] = 148, - [184] = 151, - [185] = 148, - [186] = 148, - [187] = 148, - [188] = 188, - [189] = 148, - [190] = 148, - [191] = 148, - [192] = 3, - [193] = 151, - [194] = 148, - [195] = 151, - [196] = 148, - [197] = 151, - [198] = 148, - [199] = 148, - [200] = 148, - [201] = 148, - [202] = 148, - [203] = 148, - [204] = 188, - [205] = 151, - [206] = 146, - [207] = 148, - [208] = 148, - [209] = 148, - [210] = 148, - [211] = 148, - [212] = 148, - [213] = 148, - [214] = 148, - [215] = 151, - [216] = 148, - [217] = 2, - [218] = 9, - [219] = 2, - [220] = 12, - [221] = 11, - [222] = 3, - [223] = 223, - [224] = 10, - [225] = 225, - [226] = 223, - [227] = 7, - [228] = 28, - [229] = 27, - [230] = 12, - [231] = 9, - [232] = 14, - [233] = 7, - [234] = 11, - [235] = 10, - [236] = 24, - [237] = 26, - [238] = 26, - [239] = 40, - [240] = 14, - [241] = 33, - [242] = 24, - [243] = 27, - [244] = 49, - [245] = 53, - [246] = 48, - [247] = 247, - [248] = 248, - [249] = 2, - [250] = 3, - [251] = 3, - [252] = 10, - [253] = 11, - [254] = 9, - [255] = 12, - [256] = 7, - [257] = 2, - [258] = 7, - [259] = 12, - [260] = 14, - [261] = 9, - [262] = 26, - [263] = 10, - [264] = 11, - [265] = 115, - [266] = 27, - [267] = 24, - [268] = 115, - [269] = 24, - [270] = 14, - [271] = 26, - [272] = 40, - [273] = 27, - [274] = 48, - [275] = 2, - [276] = 3, - [277] = 2, - [278] = 3, - [279] = 49, - [280] = 53, - [281] = 40, - [282] = 12, - [283] = 7, - [284] = 11, - [285] = 9, - [286] = 2, - [287] = 9, - [288] = 7, - [289] = 12, - [290] = 48, - [291] = 11, - [292] = 53, + [142] = 141, + [143] = 143, + [144] = 141, + [145] = 145, + [146] = 143, + [147] = 141, + [148] = 141, + [149] = 141, + [150] = 141, + [151] = 141, + [152] = 141, + [153] = 141, + [154] = 141, + [155] = 141, + [156] = 141, + [157] = 141, + [158] = 141, + [159] = 141, + [160] = 141, + [161] = 141, + [162] = 141, + [163] = 141, + [164] = 141, + [165] = 143, + [166] = 141, + [167] = 143, + [168] = 141, + [169] = 169, + [170] = 169, + [171] = 169, + [172] = 169, + [173] = 169, + [174] = 174, + [175] = 175, + [176] = 169, + [177] = 175, + [178] = 169, + [179] = 174, + [180] = 175, + [181] = 169, + [182] = 169, + [183] = 174, + [184] = 169, + [185] = 169, + [186] = 169, + [187] = 174, + [188] = 169, + [189] = 175, + [190] = 169, + [191] = 175, + [192] = 175, + [193] = 174, + [194] = 169, + [195] = 169, + [196] = 174, + [197] = 197, + [198] = 175, + [199] = 169, + [200] = 169, + [201] = 174, + [202] = 169, + [203] = 175, + [204] = 169, + [205] = 169, + [206] = 169, + [207] = 169, + [208] = 197, + [209] = 169, + [210] = 174, + [211] = 175, + [212] = 169, + [213] = 174, + [214] = 175, + [215] = 169, + [216] = 169, + [217] = 169, + [218] = 174, + [219] = 169, + [220] = 174, + [221] = 169, + [222] = 175, + [223] = 169, + [224] = 174, + [225] = 169, + [226] = 174, + [227] = 169, + [228] = 174, + [229] = 169, + [230] = 174, + [231] = 169, + [232] = 232, + [233] = 2, + [234] = 234, + [235] = 3, + [236] = 234, + [237] = 5, + [238] = 6, + [239] = 11, + [240] = 2, + [241] = 3, + [242] = 8, + [243] = 12, + [244] = 20, + [245] = 11, + [246] = 6, + [247] = 16, + [248] = 12, + [249] = 5, + [250] = 8, + [251] = 23, + [252] = 19, + [253] = 18, + [254] = 39, + [255] = 31, + [256] = 23, + [257] = 16, + [258] = 20, + [259] = 18, + [260] = 48, + [261] = 46, + [262] = 50, + [263] = 263, + [264] = 264, + [265] = 3, + [266] = 2, + [267] = 6, + [268] = 8, + [269] = 2, + [270] = 5, + [271] = 11, + [272] = 3, + [273] = 12, + [274] = 20, + [275] = 11, + [276] = 18, + [277] = 116, + [278] = 8, + [279] = 16, + [280] = 23, + [281] = 12, + [282] = 5, + [283] = 6, + [284] = 31, + [285] = 20, + [286] = 16, + [287] = 23, + [288] = 18, + [289] = 116, + [290] = 50, + [291] = 2, + [292] = 3, [293] = 3, - [294] = 10, - [295] = 49, - [296] = 2, - [297] = 10, - [298] = 3, - [299] = 26, - [300] = 14, - [301] = 3, - [302] = 9, - [303] = 2, - [304] = 7, - [305] = 3, - [306] = 10, - [307] = 28, - [308] = 9, - [309] = 2, - [310] = 11, - [311] = 12, - [312] = 10, - [313] = 24, - [314] = 11, - [315] = 12, - [316] = 24, - [317] = 27, - [318] = 26, - [319] = 14, - [320] = 27, - [321] = 33, - [322] = 7, - [323] = 26, - [324] = 40, - [325] = 2, - [326] = 3, - [327] = 28, - [328] = 24, - [329] = 49, - [330] = 28, - [331] = 10, - [332] = 7, - [333] = 14, - [334] = 10, - [335] = 335, - [336] = 53, - [337] = 11, - [338] = 27, - [339] = 14, - [340] = 24, - [341] = 48, + [294] = 46, + [295] = 48, + [296] = 31, + [297] = 2, + [298] = 48, + [299] = 46, + [300] = 11, + [301] = 5, + [302] = 5, + [303] = 12, + [304] = 6, + [305] = 6, + [306] = 3, + [307] = 50, + [308] = 11, + [309] = 12, + [310] = 3, + [311] = 8, + [312] = 2, + [313] = 2, + [314] = 8, + [315] = 23, + [316] = 8, + [317] = 3, + [318] = 6, + [319] = 20, + [320] = 20, + [321] = 16, + [322] = 6, + [323] = 23, + [324] = 12, + [325] = 19, + [326] = 5, + [327] = 8, + [328] = 16, + [329] = 2, + [330] = 12, + [331] = 5, + [332] = 18, + [333] = 11, + [334] = 11, + [335] = 18, + [336] = 3, + [337] = 39, + [338] = 2, + [339] = 31, + [340] = 5, + [341] = 46, [342] = 12, - [343] = 7, - [344] = 9, - [345] = 26, - [346] = 27, - [347] = 12, - [348] = 9, - [349] = 11, - [350] = 40, - [351] = 28, - [352] = 10, - [353] = 53, - [354] = 33, - [355] = 11, - [356] = 12, - [357] = 9, - [358] = 24, - [359] = 49, - [360] = 335, - [361] = 3, + [343] = 6, + [344] = 2, + [345] = 23, + [346] = 48, + [347] = 6, + [348] = 20, + [349] = 8, + [350] = 11, + [351] = 11, + [352] = 16, + [353] = 8, + [354] = 12, + [355] = 16, + [356] = 18, + [357] = 20, + [358] = 358, + [359] = 50, + [360] = 19, + [361] = 19, [362] = 3, - [363] = 14, - [364] = 27, - [365] = 2, - [366] = 2, - [367] = 7, - [368] = 24, - [369] = 27, - [370] = 26, + [363] = 18, + [364] = 5, + [365] = 23, + [366] = 11, + [367] = 31, + [368] = 50, + [369] = 5, + [370] = 12, [371] = 3, - [372] = 40, - [373] = 26, - [374] = 2, - [375] = 14, - [376] = 10, - [377] = 9, - [378] = 28, - [379] = 7, - [380] = 14, - [381] = 10, - [382] = 11, - [383] = 40, - [384] = 11, - [385] = 7, - [386] = 12, - [387] = 12, - [388] = 9, - [389] = 9, - [390] = 10, - [391] = 26, - [392] = 7, - [393] = 27, - [394] = 24, - [395] = 27, - [396] = 14, - [397] = 3, - [398] = 27, - [399] = 24, - [400] = 26, - [401] = 27, - [402] = 26, - [403] = 53, - [404] = 26, - [405] = 2, - [406] = 28, - [407] = 40, - [408] = 24, - [409] = 14, - [410] = 33, - [411] = 49, - [412] = 33, - [413] = 24, - [414] = 14, - [415] = 33, - [416] = 2, - [417] = 3, - [418] = 49, - [419] = 40, - [420] = 11, + [372] = 3, + [373] = 358, + [374] = 8, + [375] = 20, + [376] = 31, + [377] = 16, + [378] = 6, + [379] = 46, + [380] = 18, + [381] = 20, + [382] = 18, + [383] = 2, + [384] = 2, + [385] = 19, + [386] = 23, + [387] = 39, + [388] = 2, + [389] = 23, + [390] = 16, + [391] = 3, + [392] = 19, + [393] = 6, + [394] = 20, + [395] = 11, + [396] = 8, + [397] = 6, + [398] = 5, + [399] = 11, + [400] = 18, + [401] = 31, + [402] = 23, + [403] = 12, + [404] = 11, + [405] = 8, + [406] = 6, + [407] = 8, + [408] = 16, + [409] = 12, + [410] = 5, + [411] = 2, + [412] = 23, + [413] = 46, + [414] = 23, + [415] = 20, + [416] = 18, + [417] = 16, + [418] = 20, + [419] = 23, + [420] = 20, [421] = 3, - [422] = 12, - [423] = 7, - [424] = 2, - [425] = 48, - [426] = 10, - [427] = 9, - [428] = 12, - [429] = 53, - [430] = 2, - [431] = 431, + [422] = 16, + [423] = 18, + [424] = 39, + [425] = 19, + [426] = 50, + [427] = 31, + [428] = 39, + [429] = 16, + [430] = 18, + [431] = 5, [432] = 11, - [433] = 3, - [434] = 9, - [435] = 33, - [436] = 11, - [437] = 12, - [438] = 14, - [439] = 26, - [440] = 27, - [441] = 9, - [442] = 12, - [443] = 48, - [444] = 48, - [445] = 11, - [446] = 7, - [447] = 11, - [448] = 24, - [449] = 12, - [450] = 7, - [451] = 28, - [452] = 10, - [453] = 7, - [454] = 9, - [455] = 10, - [456] = 10, - [457] = 28, - [458] = 2, - [459] = 14, - [460] = 27, - [461] = 28, - [462] = 27, - [463] = 463, - [464] = 26, - [465] = 24, - [466] = 14, - [467] = 24, - [468] = 11, - [469] = 26, - [470] = 40, - [471] = 26, - [472] = 27, - [473] = 24, - [474] = 12, - [475] = 14, - [476] = 3, - [477] = 7, - [478] = 40, - [479] = 10, - [480] = 33, - [481] = 33, - [482] = 482, - [483] = 9, - [484] = 11, - [485] = 12, - [486] = 40, - [487] = 53, - [488] = 24, - [489] = 26, - [490] = 490, - [491] = 27, - [492] = 14, - [493] = 48, - [494] = 49, - [495] = 463, - [496] = 482, - [497] = 497, - [498] = 498, - [499] = 498, - [500] = 500, + [433] = 433, + [434] = 50, + [435] = 39, + [436] = 3, + [437] = 46, + [438] = 3, + [439] = 2, + [440] = 2, + [441] = 3, + [442] = 48, + [443] = 12, + [444] = 12, + [445] = 6, + [446] = 8, + [447] = 5, + [448] = 2, + [449] = 31, + [450] = 8, + [451] = 19, + [452] = 11, + [453] = 6, + [454] = 12, + [455] = 5, + [456] = 23, + [457] = 12, + [458] = 6, + [459] = 5, + [460] = 12, + [461] = 11, + [462] = 20, + [463] = 11, + [464] = 48, + [465] = 48, + [466] = 18, + [467] = 5, + [468] = 16, + [469] = 39, + [470] = 6, + [471] = 8, + [472] = 8, + [473] = 23, + [474] = 16, + [475] = 31, + [476] = 20, + [477] = 12, + [478] = 20, + [479] = 18, + [480] = 3, + [481] = 481, + [482] = 18, + [483] = 19, + [484] = 18, + [485] = 16, + [486] = 2, + [487] = 16, + [488] = 5, + [489] = 20, + [490] = 19, + [491] = 23, + [492] = 23, + [493] = 39, + [494] = 6, + [495] = 11, + [496] = 31, + [497] = 8, + [498] = 39, + [499] = 5, + [500] = 31, [501] = 501, - [502] = 502, - [503] = 503, - [504] = 504, - [505] = 501, - [506] = 506, - [507] = 507, - [508] = 503, - [509] = 509, - [510] = 510, - [511] = 509, - [512] = 512, + [502] = 12, + [503] = 46, + [504] = 20, + [505] = 505, + [506] = 23, + [507] = 18, + [508] = 50, + [509] = 16, + [510] = 481, + [511] = 48, + [512] = 501, [513] = 513, [514] = 514, [515] = 514, - [516] = 501, + [516] = 516, [517] = 517, [518] = 518, [519] = 519, - [520] = 502, - [521] = 501, - [522] = 506, - [523] = 513, + [520] = 520, + [521] = 521, + [522] = 522, + [523] = 523, [524] = 524, - [525] = 509, - [526] = 514, - [527] = 503, - [528] = 504, - [529] = 507, - [530] = 514, - [531] = 503, - [532] = 500, - [533] = 509, - [534] = 512, - [535] = 510, - [536] = 536, - [537] = 518, - [538] = 524, - [539] = 539, + [525] = 525, + [526] = 526, + [527] = 517, + [528] = 526, + [529] = 529, + [530] = 525, + [531] = 518, + [532] = 532, + [533] = 518, + [534] = 521, + [535] = 535, + [536] = 518, + [537] = 517, + [538] = 516, + [539] = 522, [540] = 540, - [541] = 541, - [542] = 542, + [541] = 517, + [542] = 523, [543] = 543, - [544] = 517, - [545] = 545, - [546] = 546, - [547] = 547, - [548] = 519, - [549] = 543, - [550] = 550, - [551] = 551, + [544] = 526, + [545] = 526, + [546] = 520, + [547] = 524, + [548] = 525, + [549] = 519, + [550] = 529, + [551] = 525, [552] = 552, - [553] = 553, + [553] = 543, [554] = 554, - [555] = 524, - [556] = 556, - [557] = 557, + [555] = 555, + [556] = 535, + [557] = 540, [558] = 558, [559] = 559, - [560] = 560, + [560] = 532, [561] = 561, [562] = 562, [563] = 563, @@ -5445,724 +5459,724 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [567] = 567, [568] = 568, [569] = 569, - [570] = 536, + [570] = 570, [571] = 571, - [572] = 572, + [572] = 532, [573] = 573, [574] = 574, [575] = 575, [576] = 576, [577] = 577, [578] = 578, - [579] = 540, - [580] = 539, + [579] = 579, + [580] = 580, [581] = 581, [582] = 582, - [583] = 542, - [584] = 539, - [585] = 585, + [583] = 583, + [584] = 584, + [585] = 564, [586] = 586, [587] = 587, [588] = 588, [589] = 589, - [590] = 545, - [591] = 546, + [590] = 590, + [591] = 591, [592] = 592, [593] = 593, - [594] = 594, + [594] = 555, [595] = 595, [596] = 596, [597] = 597, - [598] = 545, + [598] = 598, [599] = 599, [600] = 600, - [601] = 601, + [601] = 561, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, - [607] = 547, + [607] = 540, [608] = 608, [609] = 609, - [610] = 610, - [611] = 541, + [610] = 554, + [611] = 611, [612] = 612, [613] = 613, [614] = 614, [615] = 615, [616] = 616, [617] = 617, - [618] = 518, - [619] = 595, - [620] = 518, - [621] = 539, - [622] = 553, - [623] = 551, - [624] = 616, - [625] = 557, - [626] = 600, - [627] = 585, - [628] = 550, - [629] = 559, + [618] = 618, + [619] = 619, + [620] = 561, + [621] = 621, + [622] = 622, + [623] = 623, + [624] = 624, + [625] = 562, + [626] = 626, + [627] = 627, + [628] = 558, + [629] = 629, [630] = 563, - [631] = 581, - [632] = 594, - [633] = 576, - [634] = 561, - [635] = 615, - [636] = 568, - [637] = 545, - [638] = 569, - [639] = 577, - [640] = 610, - [641] = 606, - [642] = 609, - [643] = 608, - [644] = 552, - [645] = 614, - [646] = 612, - [647] = 597, - [648] = 617, - [649] = 573, - [650] = 558, - [651] = 602, - [652] = 564, - [653] = 586, - [654] = 566, - [655] = 554, - [656] = 572, - [657] = 565, - [658] = 613, - [659] = 556, - [660] = 571, - [661] = 589, - [662] = 601, - [663] = 599, - [664] = 592, - [665] = 596, - [666] = 588, - [667] = 562, - [668] = 603, - [669] = 604, - [670] = 560, - [671] = 578, - [672] = 575, - [673] = 587, - [674] = 605, - [675] = 582, - [676] = 593, - [677] = 567, - [678] = 574, - [679] = 524, - [680] = 498, - [681] = 2, - [682] = 3, - [683] = 504, - [684] = 513, - [685] = 12, - [686] = 512, - [687] = 501, - [688] = 503, - [689] = 514, - [690] = 509, - [691] = 11, - [692] = 510, - [693] = 10, - [694] = 506, - [695] = 514, - [696] = 509, - [697] = 500, - [698] = 501, - [699] = 507, - [700] = 503, - [701] = 9, - [702] = 502, - [703] = 7, - [704] = 14, - [705] = 518, - [706] = 524, - [707] = 33, - [708] = 27, - [709] = 24, - [710] = 26, - [711] = 519, - [712] = 517, - [713] = 49, - [714] = 536, - [715] = 33, - [716] = 497, - [717] = 541, - [718] = 546, - [719] = 547, - [720] = 545, - [721] = 540, - [722] = 543, - [723] = 542, - [724] = 53, - [725] = 539, - [726] = 569, - [727] = 539, - [728] = 558, - [729] = 581, - [730] = 550, - [731] = 577, - [732] = 603, - [733] = 561, - [734] = 609, - [735] = 601, - [736] = 575, - [737] = 545, - [738] = 599, - [739] = 596, - [740] = 578, - [741] = 593, - [742] = 612, - [743] = 524, - [744] = 572, - [745] = 576, - [746] = 552, - [747] = 518, - [748] = 554, - [749] = 553, - [750] = 616, - [751] = 582, - [752] = 594, - [753] = 565, - [754] = 585, - [755] = 604, - [756] = 551, - [757] = 573, - [758] = 557, - [759] = 613, - [760] = 556, - [761] = 571, - [762] = 559, - [763] = 568, - [764] = 589, + [631] = 559, + [632] = 554, + [633] = 633, + [634] = 634, + [635] = 635, + [636] = 552, + [637] = 566, + [638] = 614, + [639] = 605, + [640] = 561, + [641] = 584, + [642] = 622, + [643] = 606, + [644] = 616, + [645] = 609, + [646] = 602, + [647] = 591, + [648] = 593, + [649] = 598, + [650] = 587, + [651] = 588, + [652] = 623, + [653] = 579, + [654] = 592, + [655] = 578, + [656] = 604, + [657] = 596, + [658] = 582, + [659] = 627, + [660] = 583, + [661] = 532, + [662] = 577, + [663] = 576, + [664] = 575, + [665] = 573, + [666] = 624, + [667] = 568, + [668] = 629, + [669] = 567, + [670] = 612, + [671] = 618, + [672] = 600, + [673] = 586, + [674] = 581, + [675] = 574, + [676] = 613, + [677] = 617, + [678] = 580, + [679] = 571, + [680] = 569, + [681] = 540, + [682] = 570, + [683] = 635, + [684] = 608, + [685] = 611, + [686] = 599, + [687] = 595, + [688] = 597, + [689] = 603, + [690] = 634, + [691] = 615, + [692] = 554, + [693] = 590, + [694] = 626, + [695] = 633, + [696] = 621, + [697] = 565, + [698] = 619, + [699] = 589, + [700] = 514, + [701] = 3, + [702] = 2, + [703] = 516, + [704] = 524, + [705] = 520, + [706] = 518, + [707] = 523, + [708] = 525, + [709] = 526, + [710] = 6, + [711] = 522, + [712] = 11, + [713] = 12, + [714] = 521, + [715] = 517, + [716] = 526, + [717] = 5, + [718] = 525, + [719] = 529, + [720] = 519, + [721] = 518, + [722] = 517, + [723] = 8, + [724] = 18, + [725] = 16, + [726] = 535, + [727] = 39, + [728] = 543, + [729] = 20, + [730] = 23, + [731] = 532, + [732] = 540, + [733] = 563, + [734] = 555, + [735] = 559, + [736] = 562, + [737] = 564, + [738] = 561, + [739] = 558, + [740] = 513, + [741] = 554, + [742] = 39, + [743] = 50, + [744] = 46, + [745] = 552, + [746] = 586, + [747] = 617, + [748] = 622, + [749] = 629, + [750] = 582, + [751] = 576, + [752] = 605, + [753] = 606, + [754] = 616, + [755] = 598, + [756] = 623, + [757] = 583, + [758] = 590, + [759] = 614, + [760] = 584, + [761] = 627, + [762] = 591, + [763] = 554, + [764] = 573, [765] = 592, - [766] = 588, - [767] = 605, - [768] = 587, - [769] = 595, - [770] = 608, - [771] = 600, - [772] = 562, - [773] = 563, - [774] = 597, - [775] = 615, - [776] = 606, - [777] = 617, - [778] = 566, - [779] = 564, - [780] = 567, - [781] = 614, - [782] = 560, - [783] = 574, - [784] = 610, - [785] = 586, - [786] = 602, - [787] = 787, - [788] = 788, - [789] = 789, - [790] = 790, - [791] = 790, - [792] = 792, - [793] = 792, - [794] = 787, - [795] = 795, - [796] = 796, - [797] = 796, - [798] = 798, - [799] = 799, - [800] = 800, - [801] = 801, - [802] = 802, - [803] = 803, - [804] = 804, - [805] = 805, - [806] = 806, - [807] = 807, - [808] = 808, + [766] = 577, + [767] = 596, + [768] = 608, + [769] = 561, + [770] = 568, + [771] = 635, + [772] = 567, + [773] = 619, + [774] = 532, + [775] = 587, + [776] = 580, + [777] = 615, + [778] = 581, + [779] = 565, + [780] = 574, + [781] = 588, + [782] = 600, + [783] = 571, + [784] = 613, + [785] = 569, + [786] = 570, + [787] = 621, + [788] = 589, + [789] = 604, + [790] = 579, + [791] = 618, + [792] = 578, + [793] = 566, + [794] = 633, + [795] = 595, + [796] = 597, + [797] = 609, + [798] = 575, + [799] = 603, + [800] = 634, + [801] = 611, + [802] = 599, + [803] = 540, + [804] = 626, + [805] = 602, + [806] = 624, + [807] = 612, + [808] = 593, [809] = 809, - [810] = 808, + [810] = 810, [811] = 811, [812] = 812, [813] = 813, [814] = 814, [815] = 815, - [816] = 816, - [817] = 817, - [818] = 818, + [816] = 814, + [817] = 810, + [818] = 812, [819] = 819, - [820] = 819, - [821] = 816, - [822] = 498, - [823] = 817, - [824] = 815, - [825] = 818, - [826] = 814, + [820] = 809, + [821] = 821, + [822] = 822, + [823] = 823, + [824] = 824, + [825] = 825, + [826] = 826, [827] = 827, [828] = 828, [829] = 829, [830] = 830, - [831] = 831, + [831] = 830, [832] = 832, - [833] = 498, + [833] = 833, [834] = 834, [835] = 835, [836] = 836, [837] = 837, [838] = 838, [839] = 839, - [840] = 839, - [841] = 838, - [842] = 503, - [843] = 501, - [844] = 844, - [845] = 828, - [846] = 512, - [847] = 847, - [848] = 500, - [849] = 503, - [850] = 510, - [851] = 834, - [852] = 502, - [853] = 504, - [854] = 827, - [855] = 513, - [856] = 506, - [857] = 509, - [858] = 832, - [859] = 507, - [860] = 501, + [840] = 840, + [841] = 841, + [842] = 837, + [843] = 514, + [844] = 840, + [845] = 836, + [846] = 841, + [847] = 838, + [848] = 839, + [849] = 849, + [850] = 850, + [851] = 851, + [852] = 852, + [853] = 853, + [854] = 854, + [855] = 855, + [856] = 514, + [857] = 857, + [858] = 858, + [859] = 859, + [860] = 860, [861] = 861, - [862] = 829, - [863] = 831, - [864] = 514, - [865] = 837, - [866] = 835, - [867] = 836, - [868] = 509, - [869] = 514, - [870] = 830, - [871] = 500, - [872] = 512, - [873] = 503, - [874] = 507, - [875] = 501, - [876] = 514, + [862] = 858, + [863] = 852, + [864] = 524, + [865] = 855, + [866] = 529, + [867] = 867, + [868] = 518, + [869] = 520, + [870] = 870, + [871] = 519, + [872] = 872, + [873] = 873, + [874] = 853, + [875] = 859, + [876] = 876, [877] = 877, - [878] = 509, - [879] = 498, - [880] = 504, - [881] = 513, + [878] = 878, + [879] = 526, + [880] = 850, + [881] = 854, [882] = 882, - [883] = 861, - [884] = 844, - [885] = 519, - [886] = 886, + [883] = 522, + [884] = 861, + [885] = 860, + [886] = 525, [887] = 517, - [888] = 501, + [888] = 516, [889] = 889, - [890] = 890, - [891] = 514, + [890] = 518, + [891] = 521, [892] = 892, - [893] = 502, - [894] = 510, - [895] = 509, - [896] = 847, - [897] = 897, - [898] = 503, - [899] = 518, - [900] = 524, - [901] = 506, - [902] = 902, - [903] = 542, - [904] = 904, - [905] = 518, - [906] = 524, - [907] = 907, - [908] = 908, - [909] = 892, + [893] = 851, + [894] = 517, + [895] = 523, + [896] = 849, + [897] = 526, + [898] = 525, + [899] = 857, + [900] = 529, + [901] = 518, + [902] = 872, + [903] = 520, + [904] = 526, + [905] = 523, + [906] = 521, + [907] = 877, + [908] = 535, + [909] = 870, [910] = 910, [911] = 911, - [912] = 546, - [913] = 913, - [914] = 540, - [915] = 541, - [916] = 889, - [917] = 917, - [918] = 890, - [919] = 543, - [920] = 897, - [921] = 921, - [922] = 498, - [923] = 517, - [924] = 498, - [925] = 539, - [926] = 547, - [927] = 877, - [928] = 519, - [929] = 929, - [930] = 545, - [931] = 882, - [932] = 536, - [933] = 605, - [934] = 557, - [935] = 592, - [936] = 567, - [937] = 560, - [938] = 907, - [939] = 904, - [940] = 929, - [941] = 524, - [942] = 593, - [943] = 541, - [944] = 588, - [945] = 498, - [946] = 601, - [947] = 603, - [948] = 609, - [949] = 608, - [950] = 612, - [951] = 547, - [952] = 545, - [953] = 953, - [954] = 545, - [955] = 546, - [956] = 561, - [957] = 574, - [958] = 911, - [959] = 576, - [960] = 563, - [961] = 594, - [962] = 962, - [963] = 963, - [964] = 571, - [965] = 556, - [966] = 569, - [967] = 550, - [968] = 539, - [969] = 597, - [970] = 568, - [971] = 539, - [972] = 559, - [973] = 564, - [974] = 589, - [975] = 578, - [976] = 613, - [977] = 565, - [978] = 616, - [979] = 582, - [980] = 500, - [981] = 553, - [982] = 599, - [983] = 518, - [984] = 602, - [985] = 552, - [986] = 554, - [987] = 577, - [988] = 540, - [989] = 581, - [990] = 585, - [991] = 551, - [992] = 992, - [993] = 558, - [994] = 572, - [995] = 606, - [996] = 996, - [997] = 997, - [998] = 566, - [999] = 573, - [1000] = 617, - [1001] = 614, - [1002] = 586, - [1003] = 543, - [1004] = 575, - [1005] = 596, - [1006] = 610, - [1007] = 595, - [1008] = 587, - [1009] = 542, - [1010] = 902, - [1011] = 615, - [1012] = 604, - [1013] = 536, - [1014] = 600, - [1015] = 562, - [1016] = 612, - [1017] = 608, - [1018] = 610, - [1019] = 596, - [1020] = 599, - [1021] = 601, - [1022] = 609, - [1023] = 616, - [1024] = 573, - [1025] = 614, - [1026] = 501, - [1027] = 557, - [1028] = 561, - [1029] = 559, - [1030] = 576, - [1031] = 575, - [1032] = 594, - [1033] = 585, - [1034] = 551, - [1035] = 514, - [1036] = 560, - [1037] = 567, - [1038] = 568, - [1039] = 592, - [1040] = 617, - [1041] = 572, - [1042] = 550, - [1043] = 597, - [1044] = 600, - [1045] = 586, - [1046] = 554, - [1047] = 565, - [1048] = 563, + [912] = 517, + [913] = 543, + [914] = 876, + [915] = 516, + [916] = 525, + [917] = 867, + [918] = 514, + [919] = 892, + [920] = 920, + [921] = 889, + [922] = 922, + [923] = 923, + [924] = 525, + [925] = 517, + [926] = 518, + [927] = 526, + [928] = 878, + [929] = 524, + [930] = 519, + [931] = 532, + [932] = 522, + [933] = 873, + [934] = 540, + [935] = 561, + [936] = 936, + [937] = 937, + [938] = 938, + [939] = 535, + [940] = 940, + [941] = 514, + [942] = 555, + [943] = 543, + [944] = 563, + [945] = 532, + [946] = 946, + [947] = 947, + [948] = 948, + [949] = 949, + [950] = 554, + [951] = 564, + [952] = 559, + [953] = 562, + [954] = 954, + [955] = 514, + [956] = 552, + [957] = 957, + [958] = 540, + [959] = 558, + [960] = 960, + [961] = 575, + [962] = 627, + [963] = 948, + [964] = 564, + [965] = 559, + [966] = 579, + [967] = 619, + [968] = 593, + [969] = 578, + [970] = 617, + [971] = 938, + [972] = 954, + [973] = 940, + [974] = 622, + [975] = 615, + [976] = 561, + [977] = 552, + [978] = 612, + [979] = 587, + [980] = 624, + [981] = 554, + [982] = 602, + [983] = 524, + [984] = 562, + [985] = 599, + [986] = 621, + [987] = 558, + [988] = 626, + [989] = 611, + [990] = 633, + [991] = 613, + [992] = 600, + [993] = 589, + [994] = 614, + [995] = 629, + [996] = 588, + [997] = 609, + [998] = 580, + [999] = 565, + [1000] = 634, + [1001] = 590, + [1002] = 555, + [1003] = 604, + [1004] = 554, + [1005] = 532, + [1006] = 635, + [1007] = 623, + [1008] = 937, + [1009] = 598, + [1010] = 616, + [1011] = 608, + [1012] = 514, + [1013] = 606, + [1014] = 605, + [1015] = 618, + [1016] = 596, + [1017] = 563, + [1018] = 592, + [1019] = 947, + [1020] = 591, + [1021] = 584, + [1022] = 583, + [1023] = 582, + [1024] = 577, + [1025] = 540, + [1026] = 576, + [1027] = 573, + [1028] = 568, + [1029] = 561, + [1030] = 567, + [1031] = 586, + [1032] = 581, + [1033] = 574, + [1034] = 571, + [1035] = 569, + [1036] = 570, + [1037] = 566, + [1038] = 595, + [1039] = 603, + [1040] = 597, + [1041] = 523, + [1042] = 588, + [1043] = 519, + [1044] = 581, + [1045] = 590, + [1046] = 569, + [1047] = 579, + [1048] = 621, [1049] = 593, - [1050] = 962, - [1051] = 558, - [1052] = 581, - [1053] = 606, - [1054] = 569, - [1055] = 577, - [1056] = 552, - [1057] = 553, - [1058] = 595, - [1059] = 539, - [1060] = 613, - [1061] = 1061, - [1062] = 556, - [1063] = 1063, - [1064] = 571, - [1065] = 562, - [1066] = 509, - [1067] = 589, - [1068] = 574, - [1069] = 524, - [1070] = 503, - [1071] = 602, - [1072] = 603, - [1073] = 604, - [1074] = 605, - [1075] = 509, - [1076] = 588, - [1077] = 500, - [1078] = 518, - [1079] = 500, - [1080] = 501, - [1081] = 582, - [1082] = 514, - [1083] = 510, - [1084] = 545, - [1085] = 615, - [1086] = 578, - [1087] = 503, - [1088] = 587, - [1089] = 566, - [1090] = 513, - [1091] = 512, - [1092] = 564, - [1093] = 1093, - [1094] = 1094, - [1095] = 1095, - [1096] = 1096, - [1097] = 1095, - [1098] = 1095, - [1099] = 1095, - [1100] = 1095, - [1101] = 1101, - [1102] = 1102, - [1103] = 1102, - [1104] = 1095, - [1105] = 1095, - [1106] = 513, - [1107] = 524, - [1108] = 1095, - [1109] = 1109, - [1110] = 817, - [1111] = 1102, - [1112] = 1061, - [1113] = 1095, - [1114] = 501, - [1115] = 541, - [1116] = 819, - [1117] = 1095, - [1118] = 518, - [1119] = 1061, - [1120] = 818, - [1121] = 514, - [1122] = 814, - [1123] = 547, - [1124] = 503, - [1125] = 509, - [1126] = 509, - [1127] = 1101, - [1128] = 816, - [1129] = 512, + [1050] = 565, + [1051] = 586, + [1052] = 566, + [1053] = 567, + [1054] = 568, + [1055] = 1055, + [1056] = 573, + [1057] = 561, + [1058] = 589, + [1059] = 608, + [1060] = 532, + [1061] = 540, + [1062] = 605, + [1063] = 525, + [1064] = 595, + [1065] = 575, + [1066] = 576, + [1067] = 577, + [1068] = 616, + [1069] = 580, + [1070] = 606, + [1071] = 597, + [1072] = 582, + [1073] = 609, + [1074] = 603, + [1075] = 624, + [1076] = 517, + [1077] = 526, + [1078] = 626, + [1079] = 524, + [1080] = 571, + [1081] = 570, + [1082] = 526, + [1083] = 518, + [1084] = 518, + [1085] = 578, + [1086] = 617, + [1087] = 587, + [1088] = 622, + [1089] = 615, + [1090] = 525, + [1091] = 612, + [1092] = 602, + [1093] = 584, + [1094] = 604, + [1095] = 598, + [1096] = 619, + [1097] = 524, + [1098] = 591, + [1099] = 599, + [1100] = 634, + [1101] = 611, + [1102] = 554, + [1103] = 623, + [1104] = 618, + [1105] = 592, + [1106] = 574, + [1107] = 633, + [1108] = 635, + [1109] = 583, + [1110] = 517, + [1111] = 613, + [1112] = 600, + [1113] = 596, + [1114] = 614, + [1115] = 629, + [1116] = 627, + [1117] = 1117, + [1118] = 521, + [1119] = 1119, + [1120] = 1120, + [1121] = 1121, + [1122] = 837, + [1123] = 1123, + [1124] = 1121, + [1125] = 1121, + [1126] = 555, + [1127] = 1127, + [1128] = 1128, + [1129] = 517, [1130] = 1130, - [1131] = 1095, - [1132] = 1063, - [1133] = 500, - [1134] = 1102, - [1135] = 503, - [1136] = 1063, - [1137] = 1095, - [1138] = 1138, - [1139] = 1095, - [1140] = 1094, - [1141] = 815, - [1142] = 519, + [1131] = 841, + [1132] = 535, + [1133] = 543, + [1134] = 525, + [1135] = 1055, + [1136] = 839, + [1137] = 1137, + [1138] = 1121, + [1139] = 840, + [1140] = 1121, + [1141] = 1120, + [1142] = 1121, [1143] = 517, - [1144] = 510, - [1145] = 501, - [1146] = 514, - [1147] = 1095, - [1148] = 1148, - [1149] = 1095, - [1150] = 1150, - [1151] = 1151, - [1152] = 1094, - [1153] = 546, - [1154] = 574, - [1155] = 1155, - [1156] = 1156, - [1157] = 543, - [1158] = 1094, + [1144] = 523, + [1145] = 518, + [1146] = 1121, + [1147] = 836, + [1148] = 1137, + [1149] = 838, + [1150] = 1117, + [1151] = 525, + [1152] = 1127, + [1153] = 1055, + [1154] = 526, + [1155] = 1121, + [1156] = 1120, + [1157] = 1121, + [1158] = 524, [1159] = 1159, - [1160] = 547, - [1161] = 1130, - [1162] = 1162, - [1163] = 1148, - [1164] = 1101, - [1165] = 539, - [1166] = 1101, - [1167] = 1167, - [1168] = 517, - [1169] = 1169, - [1170] = 519, + [1160] = 540, + [1161] = 1121, + [1162] = 1121, + [1163] = 1117, + [1164] = 1121, + [1165] = 1121, + [1166] = 1120, + [1167] = 518, + [1168] = 564, + [1169] = 526, + [1170] = 532, [1171] = 1171, - [1172] = 1172, - [1173] = 1173, - [1174] = 1174, - [1175] = 1175, - [1176] = 1176, - [1177] = 586, - [1178] = 608, - [1179] = 547, + [1172] = 1121, + [1173] = 519, + [1174] = 521, + [1175] = 1121, + [1176] = 1123, + [1177] = 1177, + [1178] = 590, + [1179] = 1159, [1180] = 1180, [1181] = 1181, [1182] = 1182, - [1183] = 1130, - [1184] = 612, - [1185] = 1185, - [1186] = 1186, - [1187] = 518, - [1188] = 1063, - [1189] = 1138, - [1190] = 554, - [1191] = 563, - [1192] = 524, - [1193] = 542, - [1194] = 1194, - [1195] = 1138, + [1183] = 1137, + [1184] = 1184, + [1185] = 635, + [1186] = 558, + [1187] = 1127, + [1188] = 1188, + [1189] = 1189, + [1190] = 621, + [1191] = 552, + [1192] = 1192, + [1193] = 543, + [1194] = 535, + [1195] = 532, [1196] = 1196, - [1197] = 518, - [1198] = 1061, - [1199] = 541, - [1200] = 545, - [1201] = 541, - [1202] = 1202, - [1203] = 1093, + [1197] = 562, + [1198] = 1198, + [1199] = 1199, + [1200] = 1200, + [1201] = 1201, + [1202] = 1130, + [1203] = 561, [1204] = 1204, - [1205] = 1148, - [1206] = 1206, - [1207] = 524, - [1208] = 1208, - [1209] = 1209, + [1205] = 1205, + [1206] = 1119, + [1207] = 1119, + [1208] = 1137, + [1209] = 1130, [1210] = 1210, [1211] = 1211, - [1212] = 1167, - [1213] = 1213, + [1212] = 564, + [1213] = 1123, [1214] = 1214, - [1215] = 1171, - [1216] = 1216, - [1217] = 1217, + [1215] = 1215, + [1216] = 532, + [1217] = 1196, [1218] = 1218, [1219] = 1219, - [1220] = 524, + [1220] = 1220, [1221] = 1221, - [1222] = 586, + [1222] = 540, [1223] = 1223, [1224] = 1224, - [1225] = 1225, - [1226] = 1226, - [1227] = 1175, - [1228] = 1228, - [1229] = 1229, + [1225] = 564, + [1226] = 633, + [1227] = 555, + [1228] = 1055, + [1229] = 1117, [1230] = 1230, - [1231] = 1231, - [1232] = 839, - [1233] = 1233, - [1234] = 1234, + [1231] = 1127, + [1232] = 1232, + [1233] = 618, + [1234] = 540, [1235] = 1235, - [1236] = 1236, - [1237] = 1237, - [1238] = 1238, - [1239] = 1202, - [1240] = 1240, + [1236] = 555, + [1237] = 609, + [1238] = 554, + [1239] = 1239, + [1240] = 1180, [1241] = 1241, - [1242] = 541, + [1242] = 1242, [1243] = 1243, - [1244] = 828, + [1244] = 860, [1245] = 1245, [1246] = 1246, - [1247] = 1247, + [1247] = 855, [1248] = 1248, - [1249] = 1249, - [1250] = 1250, - [1251] = 1251, - [1252] = 1252, - [1253] = 1253, + [1249] = 564, + [1250] = 1235, + [1251] = 850, + [1252] = 1201, + [1253] = 609, [1254] = 1254, [1255] = 1255, [1256] = 1256, [1257] = 1257, [1258] = 1258, - [1259] = 1148, + [1259] = 1200, [1260] = 1260, [1261] = 1261, [1262] = 1262, - [1263] = 1196, + [1263] = 1263, [1264] = 1264, [1265] = 1265, [1266] = 1266, [1267] = 1267, - [1268] = 539, - [1269] = 1269, - [1270] = 1270, - [1271] = 1271, - [1272] = 1272, - [1273] = 1273, + [1268] = 859, + [1269] = 858, + [1270] = 1199, + [1271] = 1198, + [1272] = 558, + [1273] = 1223, [1274] = 1274, - [1275] = 1275, + [1275] = 1123, [1276] = 1276, [1277] = 1277, - [1278] = 1278, - [1279] = 542, - [1280] = 1138, + [1278] = 1188, + [1279] = 1189, + [1280] = 1280, [1281] = 1281, - [1282] = 1186, + [1282] = 1282, [1283] = 1283, - [1284] = 1284, - [1285] = 835, - [1286] = 1130, - [1287] = 1287, + [1284] = 1119, + [1285] = 1285, + [1286] = 1286, + [1287] = 1130, [1288] = 1288, [1289] = 1289, [1290] = 1290, @@ -6171,95 +6185,95 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1293] = 1293, [1294] = 1294, [1295] = 1295, - [1296] = 836, - [1297] = 827, - [1298] = 554, + [1296] = 1184, + [1297] = 1297, + [1298] = 1298, [1299] = 1299, [1300] = 1300, - [1301] = 543, - [1302] = 545, + [1301] = 1301, + [1302] = 1302, [1303] = 1303, [1304] = 1304, [1305] = 1305, - [1306] = 1306, - [1307] = 1194, + [1306] = 561, + [1307] = 1307, [1308] = 1308, [1309] = 1309, [1310] = 1310, [1311] = 1311, - [1312] = 1312, - [1313] = 547, - [1314] = 1206, - [1315] = 1175, - [1316] = 546, + [1312] = 1182, + [1313] = 1313, + [1314] = 1314, + [1315] = 1315, + [1316] = 1316, [1317] = 1317, - [1318] = 1318, - [1319] = 518, + [1318] = 1181, + [1319] = 1319, [1320] = 1320, [1321] = 1321, - [1322] = 1181, - [1323] = 1323, + [1322] = 1322, + [1323] = 540, [1324] = 1324, [1325] = 1325, [1326] = 1326, - [1327] = 1180, + [1327] = 1327, [1328] = 1328, - [1329] = 830, + [1329] = 1329, [1330] = 1330, - [1331] = 574, - [1332] = 829, + [1331] = 1331, + [1332] = 1332, [1333] = 1333, - [1334] = 838, - [1335] = 1335, - [1336] = 1336, - [1337] = 1150, + [1334] = 1334, + [1335] = 1180, + [1336] = 590, + [1337] = 1337, [1338] = 1338, - [1339] = 1176, - [1340] = 1204, + [1339] = 1339, + [1340] = 1220, [1341] = 1341, - [1342] = 1169, - [1343] = 539, - [1344] = 831, - [1345] = 1172, - [1346] = 832, - [1347] = 1185, + [1342] = 1342, + [1343] = 1232, + [1344] = 1230, + [1345] = 1219, + [1346] = 554, + [1347] = 1347, [1348] = 1348, - [1349] = 608, - [1350] = 1171, - [1351] = 1351, + [1349] = 1349, + [1350] = 1350, + [1351] = 554, [1352] = 1352, - [1353] = 1173, + [1353] = 621, [1354] = 1354, [1355] = 1355, - [1356] = 1356, + [1356] = 555, [1357] = 1357, - [1358] = 1174, - [1359] = 834, - [1360] = 1360, + [1358] = 1358, + [1359] = 1359, + [1360] = 857, [1361] = 1361, [1362] = 1362, - [1363] = 564, - [1364] = 1182, - [1365] = 1167, - [1366] = 1156, - [1367] = 1209, + [1363] = 1363, + [1364] = 1364, + [1365] = 1365, + [1366] = 633, + [1367] = 1367, [1368] = 1368, - [1369] = 1155, - [1370] = 545, - [1371] = 573, - [1372] = 837, + [1369] = 851, + [1370] = 1370, + [1371] = 1371, + [1372] = 1372, [1373] = 1373, [1374] = 1374, [1375] = 1375, - [1376] = 1208, + [1376] = 1376, [1377] = 1377, [1378] = 1378, - [1379] = 1379, + [1379] = 861, [1380] = 1380, [1381] = 1381, [1382] = 1382, - [1383] = 1241, - [1384] = 1159, + [1383] = 1383, + [1384] = 1384, [1385] = 1385, [1386] = 1386, [1387] = 1387, @@ -6267,336 +6281,336 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1389] = 1389, [1390] = 1390, [1391] = 1391, - [1392] = 1159, + [1392] = 1392, [1393] = 1393, - [1394] = 1151, + [1394] = 1394, [1395] = 1395, [1396] = 1396, - [1397] = 612, - [1398] = 1398, + [1397] = 1397, + [1398] = 1184, [1399] = 1399, [1400] = 1400, [1401] = 1401, - [1402] = 1162, - [1403] = 1403, - [1404] = 1404, + [1402] = 1402, + [1403] = 1218, + [1404] = 854, [1405] = 1405, [1406] = 1406, - [1407] = 563, + [1407] = 1407, [1408] = 1408, - [1409] = 1409, - [1410] = 1393, - [1411] = 1255, - [1412] = 1385, - [1413] = 1231, - [1414] = 1348, + [1409] = 853, + [1410] = 1410, + [1411] = 1214, + [1412] = 532, + [1413] = 552, + [1414] = 561, [1415] = 1415, - [1416] = 1308, + [1416] = 1416, [1417] = 1417, - [1418] = 1210, - [1419] = 1419, - [1420] = 1420, - [1421] = 1233, - [1422] = 1403, - [1423] = 1288, - [1424] = 1290, - [1425] = 1425, - [1426] = 1426, - [1427] = 1427, - [1428] = 1428, - [1429] = 1291, - [1430] = 1401, - [1431] = 1399, - [1432] = 1213, - [1433] = 1234, - [1434] = 1266, - [1435] = 1235, - [1436] = 1211, - [1437] = 1236, - [1438] = 1237, - [1439] = 1228, - [1440] = 1240, - [1441] = 1243, - [1442] = 1246, - [1443] = 1395, - [1444] = 1270, - [1445] = 1398, - [1446] = 1326, - [1447] = 1396, - [1448] = 1406, - [1449] = 1405, - [1450] = 1230, - [1451] = 1404, - [1452] = 564, - [1453] = 1387, - [1454] = 1267, - [1455] = 1248, - [1456] = 1408, + [1418] = 1418, + [1419] = 589, + [1420] = 849, + [1421] = 1421, + [1422] = 1422, + [1423] = 1423, + [1424] = 1424, + [1425] = 852, + [1426] = 1177, + [1427] = 1211, + [1428] = 1210, + [1429] = 1182, + [1430] = 1192, + [1431] = 1204, + [1432] = 618, + [1433] = 587, + [1434] = 1205, + [1435] = 1435, + [1436] = 1436, + [1437] = 1437, + [1438] = 1438, + [1439] = 1221, + [1440] = 1440, + [1441] = 1215, + [1442] = 1442, + [1443] = 1443, + [1444] = 1444, + [1445] = 1445, + [1446] = 1446, + [1447] = 1447, + [1448] = 1448, + [1449] = 1449, + [1450] = 1450, + [1451] = 1451, + [1452] = 1181, + [1453] = 1453, + [1454] = 1454, + [1455] = 1455, + [1456] = 562, [1457] = 1457, - [1458] = 1458, - [1459] = 1260, - [1460] = 1382, - [1461] = 1271, - [1462] = 1389, - [1463] = 1381, - [1464] = 539, - [1465] = 1388, - [1466] = 1272, - [1467] = 1258, - [1468] = 1256, - [1469] = 1300, - [1470] = 1229, - [1471] = 1273, - [1472] = 1472, - [1473] = 1303, - [1474] = 1379, - [1475] = 1214, - [1476] = 1409, - [1477] = 1265, - [1478] = 1378, - [1479] = 1304, - [1480] = 1357, - [1481] = 1264, - [1482] = 1262, - [1483] = 1356, - [1484] = 1484, - [1485] = 1355, - [1486] = 1159, - [1487] = 1377, - [1488] = 1354, - [1489] = 1274, - [1490] = 1375, - [1491] = 1400, - [1492] = 1374, - [1493] = 1249, - [1494] = 1216, - [1495] = 1217, - [1496] = 1312, - [1497] = 1218, - [1498] = 1219, - [1499] = 1321, - [1500] = 1325, - [1501] = 1221, - [1502] = 1328, - [1503] = 1386, - [1504] = 1330, - [1505] = 1277, - [1506] = 1289, - [1507] = 1507, - [1508] = 1250, - [1509] = 1251, - [1510] = 1510, - [1511] = 1292, - [1512] = 1252, - [1513] = 1253, - [1514] = 1295, - [1515] = 1362, - [1516] = 1361, - [1517] = 573, - [1518] = 1518, - [1519] = 545, - [1520] = 1520, - [1521] = 1335, - [1522] = 1336, - [1523] = 1324, - [1524] = 1323, - [1525] = 1352, - [1526] = 1351, - [1527] = 1294, - [1528] = 1284, - [1529] = 1175, - [1530] = 1309, - [1531] = 1531, - [1532] = 1223, - [1533] = 1245, - [1534] = 1360, - [1535] = 1224, - [1536] = 1225, - [1537] = 1310, - [1538] = 1269, - [1539] = 1539, - [1540] = 1540, - [1541] = 1541, - [1542] = 1542, - [1543] = 1320, - [1544] = 1226, - [1545] = 1318, - [1546] = 1283, - [1547] = 1391, - [1548] = 1311, - [1549] = 1373, - [1550] = 1247, - [1551] = 1317, - [1552] = 1338, - [1553] = 1341, - [1554] = 1390, - [1555] = 1555, - [1556] = 1556, - [1557] = 1557, - [1558] = 1254, - [1559] = 1281, - [1560] = 1560, - [1561] = 1561, - [1562] = 1293, - [1563] = 1380, - [1564] = 1368, - [1565] = 1565, - [1566] = 1566, - [1567] = 1567, - [1568] = 1261, - [1569] = 1275, - [1570] = 1276, - [1571] = 1171, - [1572] = 1287, - [1573] = 1167, - [1574] = 1278, - [1575] = 1427, + [1458] = 635, + [1459] = 1459, + [1460] = 1460, + [1461] = 1261, + [1462] = 1319, + [1463] = 1352, + [1464] = 1357, + [1465] = 1359, + [1466] = 1280, + [1467] = 1315, + [1468] = 1239, + [1469] = 1415, + [1470] = 1329, + [1471] = 1362, + [1472] = 1424, + [1473] = 1184, + [1474] = 1381, + [1475] = 1393, + [1476] = 1331, + [1477] = 1422, + [1478] = 1382, + [1479] = 1479, + [1480] = 1332, + [1481] = 589, + [1482] = 1266, + [1483] = 1421, + [1484] = 1438, + [1485] = 1449, + [1486] = 1448, + [1487] = 1447, + [1488] = 1446, + [1489] = 1455, + [1490] = 1445, + [1491] = 1443, + [1492] = 1303, + [1493] = 1376, + [1494] = 1440, + [1495] = 1342, + [1496] = 1348, + [1497] = 1450, + [1498] = 1372, + [1499] = 1301, + [1500] = 1363, + [1501] = 1459, + [1502] = 1460, + [1503] = 1358, + [1504] = 1355, + [1505] = 1354, + [1506] = 1451, + [1507] = 1321, + [1508] = 1453, + [1509] = 1454, + [1510] = 1322, + [1511] = 1333, + [1512] = 1304, + [1513] = 1324, + [1514] = 1327, + [1515] = 1307, + [1516] = 1384, + [1517] = 1328, + [1518] = 1182, + [1519] = 1300, + [1520] = 1313, + [1521] = 1405, + [1522] = 1408, + [1523] = 1297, + [1524] = 1383, + [1525] = 1295, + [1526] = 1294, + [1527] = 1180, + [1528] = 1326, + [1529] = 1396, + [1530] = 1325, + [1531] = 1308, + [1532] = 1293, + [1533] = 1364, + [1534] = 1349, + [1535] = 1350, + [1536] = 1365, + [1537] = 1314, + [1538] = 1265, + [1539] = 1367, + [1540] = 1320, + [1541] = 1309, + [1542] = 554, + [1543] = 1264, + [1544] = 1337, + [1545] = 1338, + [1546] = 1391, + [1547] = 1339, + [1548] = 1292, + [1549] = 1310, + [1550] = 1550, + [1551] = 587, + [1552] = 1375, + [1553] = 1553, + [1554] = 1378, + [1555] = 1181, + [1556] = 1377, + [1557] = 1262, + [1558] = 1370, + [1559] = 1371, + [1560] = 1401, + [1561] = 1373, + [1562] = 1392, + [1563] = 1243, + [1564] = 1380, + [1565] = 1361, + [1566] = 1374, + [1567] = 1385, + [1568] = 1302, + [1569] = 1305, + [1570] = 1311, + [1571] = 1399, + [1572] = 1436, + [1573] = 1291, + [1574] = 1435, + [1575] = 1347, [1576] = 1576, - [1577] = 1577, - [1578] = 1578, - [1579] = 1457, - [1580] = 1458, - [1581] = 1557, - [1582] = 1582, - [1583] = 1583, - [1584] = 1584, - [1585] = 1585, - [1586] = 1565, - [1587] = 1566, - [1588] = 1588, - [1589] = 1589, - [1590] = 1590, - [1591] = 1556, - [1592] = 1542, - [1593] = 1593, - [1594] = 1594, - [1595] = 1595, - [1596] = 1596, - [1597] = 1541, - [1598] = 1598, - [1599] = 1540, - [1600] = 1539, - [1601] = 1472, - [1602] = 1507, - [1603] = 1603, - [1604] = 1604, - [1605] = 1605, - [1606] = 1428, - [1607] = 1607, - [1608] = 1425, - [1609] = 1609, - [1610] = 1610, - [1611] = 1510, - [1612] = 1518, - [1613] = 1613, - [1614] = 1614, - [1615] = 1615, - [1616] = 1426, - [1617] = 1560, - [1618] = 1415, - [1619] = 1417, - [1620] = 1620, - [1621] = 1561, - [1622] = 1567, - [1623] = 1419, - [1624] = 1624, - [1625] = 1420, + [1577] = 1290, + [1578] = 1289, + [1579] = 1288, + [1580] = 1286, + [1581] = 1397, + [1582] = 1260, + [1583] = 1395, + [1584] = 1267, + [1585] = 1330, + [1586] = 1299, + [1587] = 1334, + [1588] = 1298, + [1589] = 1263, + [1590] = 1387, + [1591] = 1386, + [1592] = 1394, + [1593] = 1316, + [1594] = 1444, + [1595] = 1283, + [1596] = 1282, + [1597] = 1389, + [1598] = 561, + [1599] = 1258, + [1600] = 1257, + [1601] = 1256, + [1602] = 1277, + [1603] = 1442, + [1604] = 1418, + [1605] = 1276, + [1606] = 1255, + [1607] = 1390, + [1608] = 1388, + [1609] = 1254, + [1610] = 1281, + [1611] = 1417, + [1612] = 1341, + [1613] = 1368, + [1614] = 1410, + [1615] = 1416, + [1616] = 1457, + [1617] = 1317, + [1618] = 1285, + [1619] = 1246, + [1620] = 1245, + [1621] = 1423, + [1622] = 1242, + [1623] = 1241, + [1624] = 1406, + [1625] = 1407, [1626] = 1626, - [1627] = 498, + [1627] = 1627, [1628] = 1628, [1629] = 1629, - [1630] = 513, - [1631] = 509, - [1632] = 1061, - [1633] = 501, - [1634] = 1063, - [1635] = 503, - [1636] = 514, - [1637] = 501, - [1638] = 509, - [1639] = 503, - [1640] = 514, - [1641] = 504, + [1630] = 1630, + [1631] = 1631, + [1632] = 1632, + [1633] = 1633, + [1634] = 1634, + [1635] = 1635, + [1636] = 1636, + [1637] = 1637, + [1638] = 1638, + [1639] = 1639, + [1640] = 1640, + [1641] = 1641, [1642] = 1642, [1643] = 1643, - [1644] = 1643, - [1645] = 512, - [1646] = 500, - [1647] = 1643, - [1648] = 1643, + [1644] = 1644, + [1645] = 1645, + [1646] = 1646, + [1647] = 1647, + [1648] = 1648, [1649] = 1649, - [1650] = 1642, - [1651] = 1643, - [1652] = 1643, - [1653] = 1643, - [1654] = 1654, + [1650] = 1650, + [1651] = 1651, + [1652] = 1652, + [1653] = 1653, + [1654] = 514, [1655] = 1655, [1656] = 1656, - [1657] = 1643, - [1658] = 1656, - [1659] = 1655, - [1660] = 1660, - [1661] = 1660, - [1662] = 507, - [1663] = 1063, - [1664] = 1642, - [1665] = 1642, - [1666] = 509, - [1667] = 1101, - [1668] = 1130, - [1669] = 510, - [1670] = 1094, - [1671] = 1642, - [1672] = 1642, - [1673] = 501, - [1674] = 1148, - [1675] = 509, - [1676] = 1642, - [1677] = 1061, - [1678] = 1643, - [1679] = 1138, - [1680] = 519, - [1681] = 517, - [1682] = 1642, - [1683] = 501, - [1684] = 1684, - [1685] = 514, - [1686] = 1101, - [1687] = 1642, - [1688] = 1642, - [1689] = 1642, - [1690] = 1643, - [1691] = 1684, - [1692] = 1642, - [1693] = 503, - [1694] = 514, - [1695] = 1643, - [1696] = 1643, - [1697] = 1643, - [1698] = 1698, - [1699] = 513, - [1700] = 502, - [1701] = 1643, - [1702] = 524, - [1703] = 506, - [1704] = 518, - [1705] = 1642, - [1706] = 1094, - [1707] = 503, + [1657] = 525, + [1658] = 518, + [1659] = 517, + [1660] = 526, + [1661] = 1661, + [1662] = 1661, + [1663] = 1656, + [1664] = 1656, + [1665] = 1665, + [1666] = 1656, + [1667] = 517, + [1668] = 525, + [1669] = 1661, + [1670] = 1670, + [1671] = 1661, + [1672] = 1670, + [1673] = 1656, + [1674] = 1117, + [1675] = 1656, + [1676] = 1656, + [1677] = 1661, + [1678] = 1661, + [1679] = 1679, + [1680] = 1661, + [1681] = 1661, + [1682] = 1656, + [1683] = 1661, + [1684] = 1661, + [1685] = 1679, + [1686] = 1656, + [1687] = 1661, + [1688] = 1656, + [1689] = 1656, + [1690] = 521, + [1691] = 1691, + [1692] = 1656, + [1693] = 518, + [1694] = 1694, + [1695] = 1695, + [1696] = 1656, + [1697] = 1661, + [1698] = 526, + [1699] = 1661, + [1700] = 1656, + [1701] = 1691, + [1702] = 1055, + [1703] = 1665, + [1704] = 1704, + [1705] = 1705, + [1706] = 1706, + [1707] = 1707, [1708] = 1708, - [1709] = 1709, + [1709] = 1705, [1710] = 1710, - [1711] = 1138, - [1712] = 1130, + [1711] = 518, + [1712] = 1712, [1713] = 1713, - [1714] = 1175, - [1715] = 1171, - [1716] = 1167, + [1714] = 1714, + [1715] = 1715, + [1716] = 1716, [1717] = 1717, - [1718] = 1159, - [1719] = 546, - [1720] = 543, - [1721] = 1721, + [1718] = 1718, + [1719] = 1719, + [1720] = 1720, + [1721] = 1718, [1722] = 1722, [1723] = 1723, [1724] = 1724, @@ -6604,36 +6618,36 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1726] = 1726, [1727] = 1727, [1728] = 1728, - [1729] = 1729, - [1730] = 1708, - [1731] = 1731, - [1732] = 1732, - [1733] = 1733, - [1734] = 1734, + [1729] = 1707, + [1730] = 1712, + [1731] = 1723, + [1732] = 1726, + [1733] = 1727, + [1734] = 1728, [1735] = 1735, [1736] = 1736, - [1737] = 1737, - [1738] = 1709, - [1739] = 1739, + [1737] = 1720, + [1738] = 1738, + [1739] = 1735, [1740] = 1740, [1741] = 1741, [1742] = 1742, [1743] = 1743, - [1744] = 1744, - [1745] = 1745, + [1744] = 1736, + [1745] = 540, [1746] = 1746, - [1747] = 1747, - [1748] = 1748, - [1749] = 1749, - [1750] = 1750, + [1747] = 532, + [1748] = 1724, + [1749] = 518, + [1750] = 521, [1751] = 1751, - [1752] = 1752, + [1752] = 517, [1753] = 1753, [1754] = 1754, [1755] = 1755, [1756] = 1756, [1757] = 1757, - [1758] = 542, + [1758] = 1758, [1759] = 1759, [1760] = 1760, [1761] = 1761, @@ -6641,7 +6655,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1763] = 1763, [1764] = 1764, [1765] = 1765, - [1766] = 1766, + [1766] = 525, [1767] = 1767, [1768] = 1768, [1769] = 1769, @@ -6657,2954 +6671,2954 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1779] = 1779, [1780] = 1780, [1781] = 1781, - [1782] = 1782, - [1783] = 1783, + [1782] = 517, + [1783] = 525, [1784] = 1784, - [1785] = 1776, - [1786] = 1775, - [1787] = 1787, - [1788] = 1788, - [1789] = 1789, - [1790] = 1790, - [1791] = 1791, - [1792] = 1774, + [1785] = 1785, + [1786] = 1753, + [1787] = 1754, + [1788] = 1755, + [1789] = 1756, + [1790] = 1757, + [1791] = 1758, + [1792] = 1781, [1793] = 1793, - [1794] = 1794, - [1795] = 1795, - [1796] = 1796, + [1794] = 1759, + [1795] = 1760, + [1796] = 526, [1797] = 1797, - [1798] = 1798, - [1799] = 1773, - [1800] = 1800, - [1801] = 1801, - [1802] = 1772, - [1803] = 1784, - [1804] = 1783, - [1805] = 1782, - [1806] = 1781, - [1807] = 1780, - [1808] = 1779, - [1809] = 1778, - [1810] = 1777, - [1811] = 1763, - [1812] = 1762, - [1813] = 1761, - [1814] = 1760, - [1815] = 1759, - [1816] = 1771, - [1817] = 1770, - [1818] = 1769, - [1819] = 1768, - [1820] = 1767, - [1821] = 1766, - [1822] = 1765, - [1823] = 1764, - [1824] = 519, - [1825] = 517, - [1826] = 1732, - [1827] = 1827, - [1828] = 1828, - [1829] = 545, - [1830] = 1731, - [1831] = 1727, - [1832] = 1726, - [1833] = 1725, - [1834] = 1723, - [1835] = 1721, - [1836] = 1722, - [1837] = 1724, - [1838] = 1728, - [1839] = 1713, - [1840] = 1710, - [1841] = 1729, - [1842] = 1733, - [1843] = 1734, - [1844] = 1735, - [1845] = 1736, - [1846] = 1181, - [1847] = 1180, - [1848] = 1150, - [1849] = 1169, - [1850] = 1737, - [1851] = 1148, - [1852] = 1743, - [1853] = 1744, - [1854] = 1162, - [1855] = 1151, - [1856] = 1739, - [1857] = 524, - [1858] = 518, - [1859] = 1745, - [1860] = 1746, - [1861] = 1747, - [1862] = 1748, - [1863] = 1801, - [1864] = 1800, - [1865] = 1798, - [1866] = 1797, - [1867] = 1796, - [1868] = 1795, - [1869] = 1794, - [1870] = 1793, - [1871] = 1791, - [1872] = 1790, - [1873] = 1789, - [1874] = 1788, - [1875] = 1787, - [1876] = 1757, - [1877] = 1756, - [1878] = 1749, - [1879] = 1750, - [1880] = 539, - [1881] = 1742, - [1882] = 1741, - [1883] = 1755, - [1884] = 1754, - [1885] = 1753, - [1886] = 1740, - [1887] = 1752, - [1888] = 1751, - [1889] = 545, - [1890] = 539, - [1891] = 539, - [1892] = 1892, + [1798] = 1761, + [1799] = 1762, + [1800] = 535, + [1801] = 1127, + [1802] = 1763, + [1803] = 1764, + [1804] = 1804, + [1805] = 1117, + [1806] = 1765, + [1807] = 1055, + [1808] = 1797, + [1809] = 1793, + [1810] = 1810, + [1811] = 1706, + [1812] = 1708, + [1813] = 526, + [1814] = 1710, + [1815] = 1713, + [1816] = 1714, + [1817] = 1715, + [1818] = 1716, + [1819] = 1717, + [1820] = 1722, + [1821] = 1740, + [1822] = 1822, + [1823] = 1823, + [1824] = 1719, + [1825] = 1137, + [1826] = 1826, + [1827] = 1742, + [1828] = 1769, + [1829] = 1725, + [1830] = 1830, + [1831] = 1831, + [1832] = 1780, + [1833] = 1770, + [1834] = 1771, + [1835] = 522, + [1836] = 524, + [1837] = 1127, + [1838] = 1137, + [1839] = 523, + [1840] = 1840, + [1841] = 1772, + [1842] = 1773, + [1843] = 1843, + [1844] = 1844, + [1845] = 1774, + [1846] = 1130, + [1847] = 1847, + [1848] = 1775, + [1849] = 1849, + [1850] = 1850, + [1851] = 1851, + [1852] = 1852, + [1853] = 516, + [1854] = 1854, + [1855] = 1704, + [1856] = 1856, + [1857] = 1857, + [1858] = 1776, + [1859] = 1777, + [1860] = 1860, + [1861] = 1831, + [1862] = 1860, + [1863] = 1830, + [1864] = 1119, + [1865] = 1857, + [1866] = 1778, + [1867] = 1856, + [1868] = 520, + [1869] = 1823, + [1870] = 1822, + [1871] = 1779, + [1872] = 1804, + [1873] = 1785, + [1874] = 1784, + [1875] = 1768, + [1876] = 1767, + [1877] = 1751, + [1878] = 1746, + [1879] = 543, + [1880] = 1810, + [1881] = 1854, + [1882] = 1840, + [1883] = 519, + [1884] = 1843, + [1885] = 1844, + [1886] = 1123, + [1887] = 1847, + [1888] = 1849, + [1889] = 1850, + [1890] = 1851, + [1891] = 1852, + [1892] = 529, [1893] = 1893, - [1894] = 1175, - [1895] = 1895, - [1896] = 1362, - [1897] = 1361, - [1898] = 1352, - [1899] = 1351, - [1900] = 1291, - [1901] = 536, - [1902] = 1290, - [1903] = 1288, - [1904] = 1287, - [1905] = 1284, - [1906] = 1283, - [1907] = 1281, - [1908] = 1278, - [1909] = 1277, - [1910] = 1276, - [1911] = 1275, - [1912] = 1274, - [1913] = 1273, - [1914] = 540, - [1915] = 1272, + [1894] = 1123, + [1895] = 1119, + [1896] = 1130, + [1897] = 1184, + [1898] = 1182, + [1899] = 1181, + [1900] = 1180, + [1901] = 1198, + [1902] = 1199, + [1903] = 1200, + [1904] = 1904, + [1905] = 1201, + [1906] = 558, + [1907] = 561, + [1908] = 552, + [1909] = 1204, + [1910] = 1205, + [1911] = 532, + [1912] = 540, + [1913] = 535, + [1914] = 562, + [1915] = 554, [1916] = 1916, - [1917] = 1271, - [1918] = 545, - [1919] = 1171, - [1920] = 1267, - [1921] = 1266, - [1922] = 542, - [1923] = 543, - [1924] = 1265, - [1925] = 1264, - [1926] = 1262, - [1927] = 1261, - [1928] = 1260, - [1929] = 1258, - [1930] = 1256, - [1931] = 1255, - [1932] = 1254, - [1933] = 1253, - [1934] = 1252, - [1935] = 1167, - [1936] = 1159, - [1937] = 1251, - [1938] = 1250, - [1939] = 546, - [1940] = 1249, - [1941] = 1248, - [1942] = 1247, - [1943] = 1246, - [1944] = 1243, - [1945] = 1240, - [1946] = 1237, - [1947] = 1236, - [1948] = 1235, - [1949] = 1234, - [1950] = 1233, - [1951] = 1231, - [1952] = 1230, - [1953] = 1229, + [1917] = 1917, + [1918] = 1918, + [1919] = 1919, + [1920] = 1918, + [1921] = 543, + [1922] = 1922, + [1923] = 1923, + [1924] = 1924, + [1925] = 1925, + [1926] = 1926, + [1927] = 1923, + [1928] = 1928, + [1929] = 1929, + [1930] = 1930, + [1931] = 1931, + [1932] = 561, + [1933] = 1933, + [1934] = 1934, + [1935] = 1929, + [1936] = 1936, + [1937] = 1937, + [1938] = 1938, + [1939] = 1934, + [1940] = 1940, + [1941] = 1941, + [1942] = 1384, + [1943] = 1924, + [1944] = 1925, + [1945] = 1926, + [1946] = 1923, + [1947] = 1928, + [1948] = 1923, + [1949] = 1933, + [1950] = 1934, + [1951] = 1936, + [1952] = 1937, + [1953] = 1938, [1954] = 1954, - [1955] = 1955, - [1956] = 541, - [1957] = 1957, + [1955] = 1940, + [1956] = 1941, + [1957] = 1928, [1958] = 1958, - [1959] = 1959, - [1960] = 1960, - [1961] = 547, - [1962] = 1409, - [1963] = 1959, - [1964] = 558, - [1965] = 1965, - [1966] = 1966, - [1967] = 1967, - [1968] = 1966, - [1969] = 1969, - [1970] = 1969, + [1959] = 1925, + [1960] = 1926, + [1961] = 1923, + [1962] = 1958, + [1963] = 1928, + [1964] = 1933, + [1965] = 1934, + [1966] = 1936, + [1967] = 1954, + [1968] = 1937, + [1969] = 1938, + [1970] = 1934, [1971] = 1971, - [1972] = 1972, - [1973] = 1973, - [1974] = 1969, - [1975] = 1975, - [1976] = 1967, - [1977] = 1977, - [1978] = 1978, - [1979] = 1979, - [1980] = 1980, - [1981] = 1965, - [1982] = 1982, - [1983] = 1983, - [1984] = 1984, - [1985] = 1985, - [1986] = 1986, - [1987] = 1987, - [1988] = 1988, - [1989] = 1989, - [1990] = 1990, - [1991] = 1978, - [1992] = 574, - [1993] = 1984, - [1994] = 1979, - [1995] = 1990, - [1996] = 1989, - [1997] = 1988, - [1998] = 1987, - [1999] = 1986, - [2000] = 1985, - [2001] = 1983, - [2002] = 1982, - [2003] = 605, - [2004] = 604, - [2005] = 603, - [2006] = 602, - [2007] = 592, - [2008] = 554, - [2009] = 589, - [2010] = 571, - [2011] = 556, - [2012] = 613, - [2013] = 565, - [2014] = 572, - [2015] = 575, - [2016] = 595, - [2017] = 600, - [2018] = 610, - [2019] = 614, - [2020] = 617, - [2021] = 1965, - [2022] = 581, - [2023] = 577, - [2024] = 552, - [2025] = 553, - [2026] = 616, - [2027] = 1980, - [2028] = 1979, - [2029] = 557, - [2030] = 559, - [2031] = 563, - [2032] = 568, - [2033] = 1984, - [2034] = 1978, - [2035] = 1980, - [2036] = 2036, - [2037] = 569, - [2038] = 1965, - [2039] = 1982, - [2040] = 1983, - [2041] = 1985, - [2042] = 1986, - [2043] = 1987, - [2044] = 1988, - [2045] = 1989, - [2046] = 1990, - [2047] = 1978, - [2048] = 1984, - [2049] = 1979, - [2050] = 1980, - [2051] = 1965, - [2052] = 1982, - [2053] = 1983, - [2054] = 1985, - [2055] = 1986, - [2056] = 1987, - [2057] = 1988, - [2058] = 1989, - [2059] = 1990, - [2060] = 1990, - [2061] = 1989, - [2062] = 1988, - [2063] = 1987, - [2064] = 1986, - [2065] = 1985, - [2066] = 1983, - [2067] = 1982, - [2068] = 1965, - [2069] = 1980, - [2070] = 1979, - [2071] = 1984, - [2072] = 1978, - [2073] = 1978, - [2074] = 1984, - [2075] = 1979, - [2076] = 1980, - [2077] = 1965, - [2078] = 1982, - [2079] = 1983, - [2080] = 1985, - [2081] = 1986, - [2082] = 1987, - [2083] = 1988, - [2084] = 1989, - [2085] = 1990, - [2086] = 1984, - [2087] = 1979, - [2088] = 1980, - [2089] = 608, - [2090] = 1982, - [2091] = 1983, - [2092] = 588, - [2093] = 1985, - [2094] = 573, - [2095] = 1986, - [2096] = 1978, - [2097] = 1988, - [2098] = 1989, - [2099] = 566, - [2100] = 564, - [2101] = 1990, - [2102] = 1978, - [2103] = 1984, - [2104] = 1979, - [2105] = 1980, - [2106] = 1965, - [2107] = 1982, - [2108] = 1983, - [2109] = 1985, - [2110] = 615, - [2111] = 1986, - [2112] = 1987, - [2113] = 1988, - [2114] = 593, - [2115] = 612, - [2116] = 1989, - [2117] = 1990, - [2118] = 1978, - [2119] = 1984, - [2120] = 1979, - [2121] = 1980, - [2122] = 1965, - [2123] = 1982, - [2124] = 597, - [2125] = 550, - [2126] = 587, - [2127] = 1983, - [2128] = 1985, - [2129] = 1986, - [2130] = 1987, - [2131] = 567, - [2132] = 560, - [2133] = 1988, - [2134] = 1989, - [2135] = 1987, - [2136] = 1978, - [2137] = 1984, - [2138] = 1979, - [2139] = 1980, - [2140] = 1965, - [2141] = 1982, - [2142] = 1983, - [2143] = 1985, - [2144] = 1986, - [2145] = 1980, - [2146] = 1987, - [2147] = 1988, - [2148] = 1989, - [2149] = 1990, - [2150] = 1978, - [2151] = 1971, - [2152] = 1984, - [2153] = 1990, - [2154] = 1980, - [2155] = 1965, - [2156] = 1982, - [2157] = 1983, - [2158] = 1985, - [2159] = 1986, - [2160] = 1987, - [2161] = 1988, - [2162] = 1989, - [2163] = 1990, - [2164] = 1978, - [2165] = 1984, - [2166] = 1979, - [2167] = 1980, - [2168] = 1965, - [2169] = 1982, - [2170] = 1983, - [2171] = 1985, - [2172] = 1986, - [2173] = 1987, - [2174] = 1988, - [2175] = 1989, - [2176] = 1990, - [2177] = 1978, - [2178] = 1984, - [2179] = 1979, - [2180] = 1980, - [2181] = 1965, - [2182] = 1982, - [2183] = 1983, - [2184] = 1985, - [2185] = 1986, - [2186] = 1987, - [2187] = 1975, - [2188] = 1988, - [2189] = 1989, - [2190] = 1990, - [2191] = 2191, - [2192] = 1979, - [2193] = 2036, - [2194] = 2191, - [2195] = 1969, - [2196] = 551, - [2197] = 585, - [2198] = 576, - [2199] = 524, - [2200] = 539, - [2201] = 518, - [2202] = 561, - [2203] = 609, - [2204] = 601, - [2205] = 599, - [2206] = 596, - [2207] = 606, - [2208] = 545, - [2209] = 2209, - [2210] = 578, - [2211] = 1973, - [2212] = 1972, - [2213] = 2213, - [2214] = 2214, - [2215] = 2215, - [2216] = 2216, - [2217] = 2217, - [2218] = 594, - [2219] = 562, - [2220] = 1978, - [2221] = 1984, - [2222] = 1979, - [2223] = 1980, - [2224] = 1965, - [2225] = 1982, - [2226] = 1983, - [2227] = 1985, - [2228] = 1986, - [2229] = 1987, - [2230] = 1988, - [2231] = 1989, - [2232] = 1990, - [2233] = 1978, - [2234] = 1984, - [2235] = 1979, - [2236] = 1982, - [2237] = 1965, - [2238] = 586, - [2239] = 1983, - [2240] = 1985, - [2241] = 1986, - [2242] = 1987, - [2243] = 1988, - [2244] = 1989, - [2245] = 1990, - [2246] = 582, - [2247] = 2247, - [2248] = 2247, - [2249] = 2249, - [2250] = 2249, - [2251] = 814, - [2252] = 818, - [2253] = 2253, - [2254] = 2254, - [2255] = 819, - [2256] = 815, - [2257] = 816, - [2258] = 819, - [2259] = 818, - [2260] = 2260, - [2261] = 814, - [2262] = 816, - [2263] = 2263, - [2264] = 2264, - [2265] = 2264, - [2266] = 2253, - [2267] = 2260, - [2268] = 815, - [2269] = 2269, - [2270] = 828, - [2271] = 837, - [2272] = 832, - [2273] = 835, - [2274] = 839, - [2275] = 836, - [2276] = 2269, - [2277] = 2263, - [2278] = 830, - [2279] = 829, - [2280] = 2280, - [2281] = 827, - [2282] = 831, - [2283] = 838, - [2284] = 834, - [2285] = 830, - [2286] = 836, - [2287] = 839, - [2288] = 832, - [2289] = 838, - [2290] = 829, - [2291] = 834, - [2292] = 827, - [2293] = 837, - [2294] = 831, - [2295] = 835, - [2296] = 828, - [2297] = 509, - [2298] = 513, - [2299] = 502, - [2300] = 1061, - [2301] = 2301, - [2302] = 514, - [2303] = 512, - [2304] = 513, - [2305] = 510, - [2306] = 514, - [2307] = 509, - [2308] = 2301, - [2309] = 501, - [2310] = 514, - [2311] = 504, - [2312] = 503, - [2313] = 509, - [2314] = 1063, - [2315] = 503, - [2316] = 501, - [2317] = 503, - [2318] = 506, - [2319] = 2319, - [2320] = 507, - [2321] = 509, - [2322] = 517, - [2323] = 502, - [2324] = 507, - [2325] = 503, - [2326] = 518, - [2327] = 514, - [2328] = 512, - [2329] = 519, + [1972] = 1936, + [1973] = 1937, + [1974] = 1938, + [1975] = 1954, + [1976] = 1940, + [1977] = 1941, + [1978] = 1924, + [1979] = 1925, + [1980] = 1926, + [1981] = 1184, + [1982] = 1923, + [1983] = 1928, + [1984] = 1933, + [1985] = 1954, + [1986] = 1934, + [1987] = 1936, + [1988] = 1937, + [1989] = 1938, + [1990] = 1941, + [1991] = 1940, + [1992] = 1397, + [1993] = 1954, + [1994] = 1940, + [1995] = 1958, + [1996] = 1938, + [1997] = 1937, + [1998] = 1936, + [1999] = 1934, + [2000] = 1933, + [2001] = 1928, + [2002] = 1923, + [2003] = 2003, + [2004] = 2004, + [2005] = 1941, + [2006] = 1930, + [2007] = 1182, + [2008] = 2004, + [2009] = 1958, + [2010] = 2010, + [2011] = 1931, + [2012] = 1923, + [2013] = 1940, + [2014] = 1928, + [2015] = 1924, + [2016] = 1926, + [2017] = 1933, + [2018] = 1925, + [2019] = 1924, + [2020] = 561, + [2021] = 1941, + [2022] = 554, + [2023] = 1924, + [2024] = 554, + [2025] = 1181, + [2026] = 1925, + [2027] = 1940, + [2028] = 1936, + [2029] = 562, + [2030] = 1937, + [2031] = 1938, + [2032] = 1954, + [2033] = 1940, + [2034] = 1941, + [2035] = 1941, + [2036] = 1924, + [2037] = 1925, + [2038] = 1926, + [2039] = 1924, + [2040] = 1925, + [2041] = 1926, + [2042] = 1923, + [2043] = 1926, + [2044] = 1925, + [2045] = 1928, + [2046] = 1933, + [2047] = 1934, + [2048] = 1936, + [2049] = 1924, + [2050] = 1937, + [2051] = 1941, + [2052] = 1954, + [2053] = 1938, + [2054] = 1940, + [2055] = 1954, + [2056] = 1938, + [2057] = 1954, + [2058] = 1937, + [2059] = 1936, + [2060] = 1934, + [2061] = 1933, + [2062] = 2062, + [2063] = 2063, + [2064] = 1940, + [2065] = 2065, + [2066] = 1954, + [2067] = 1926, + [2068] = 1925, + [2069] = 1924, + [2070] = 1941, + [2071] = 1940, + [2072] = 1954, + [2073] = 1938, + [2074] = 1937, + [2075] = 1936, + [2076] = 1934, + [2077] = 1933, + [2078] = 1928, + [2079] = 1923, + [2080] = 1941, + [2081] = 1924, + [2082] = 1922, + [2083] = 2083, + [2084] = 2084, + [2085] = 1925, + [2086] = 1926, + [2087] = 1923, + [2088] = 1276, + [2089] = 1926, + [2090] = 1925, + [2091] = 1277, + [2092] = 1282, + [2093] = 1283, + [2094] = 1285, + [2095] = 1286, + [2096] = 1288, + [2097] = 1289, + [2098] = 1290, + [2099] = 555, + [2100] = 1291, + [2101] = 1292, + [2102] = 1293, + [2103] = 1294, + [2104] = 1295, + [2105] = 1297, + [2106] = 1300, + [2107] = 1301, + [2108] = 1924, + [2109] = 1941, + [2110] = 1940, + [2111] = 1303, + [2112] = 1926, + [2113] = 1928, + [2114] = 1938, + [2115] = 1933, + [2116] = 1304, + [2117] = 1307, + [2118] = 1934, + [2119] = 1940, + [2120] = 1936, + [2121] = 1308, + [2122] = 1309, + [2123] = 1937, + [2124] = 1938, + [2125] = 1310, + [2126] = 1313, + [2127] = 1954, + [2128] = 1938, + [2129] = 1314, + [2130] = 1315, + [2131] = 1316, + [2132] = 1937, + [2133] = 1937, + [2134] = 1317, + [2135] = 1319, + [2136] = 1320, + [2137] = 1325, + [2138] = 1326, + [2139] = 1933, + [2140] = 1941, + [2141] = 1333, + [2142] = 1334, + [2143] = 1928, + [2144] = 1341, + [2145] = 558, + [2146] = 559, + [2147] = 1936, + [2148] = 1368, + [2149] = 1924, + [2150] = 1925, + [2151] = 1926, + [2152] = 1388, + [2153] = 1389, + [2154] = 1394, + [2155] = 1395, + [2156] = 1954, + [2157] = 564, + [2158] = 1399, + [2159] = 1401, + [2160] = 1405, + [2161] = 1923, + [2162] = 1928, + [2163] = 1933, + [2164] = 1934, + [2165] = 1936, + [2166] = 1180, + [2167] = 1936, + [2168] = 1937, + [2169] = 1938, + [2170] = 1954, + [2171] = 1934, + [2172] = 1940, + [2173] = 552, + [2174] = 563, + [2175] = 1941, + [2176] = 1924, + [2177] = 1925, + [2178] = 1926, + [2179] = 1415, + [2180] = 1416, + [2181] = 1417, + [2182] = 1934, + [2183] = 2003, + [2184] = 1418, + [2185] = 1933, + [2186] = 1928, + [2187] = 1923, + [2188] = 1933, + [2189] = 1928, + [2190] = 2010, + [2191] = 2065, + [2192] = 1923, + [2193] = 1928, + [2194] = 1933, + [2195] = 1934, + [2196] = 1936, + [2197] = 1937, + [2198] = 1938, + [2199] = 1954, + [2200] = 1940, + [2201] = 1923, + [2202] = 1941, + [2203] = 1924, + [2204] = 1925, + [2205] = 1926, + [2206] = 587, + [2207] = 595, + [2208] = 614, + [2209] = 608, + [2210] = 626, + [2211] = 600, + [2212] = 2212, + [2213] = 580, + [2214] = 627, + [2215] = 613, + [2216] = 619, + [2217] = 604, + [2218] = 599, + [2219] = 589, + [2220] = 565, + [2221] = 623, + [2222] = 598, + [2223] = 2223, + [2224] = 616, + [2225] = 606, + [2226] = 605, + [2227] = 596, + [2228] = 592, + [2229] = 591, + [2230] = 584, + [2231] = 583, + [2232] = 582, + [2233] = 577, + [2234] = 576, + [2235] = 575, + [2236] = 532, + [2237] = 554, + [2238] = 540, + [2239] = 573, + [2240] = 586, + [2241] = 568, + [2242] = 618, + [2243] = 629, + [2244] = 602, + [2245] = 581, + [2246] = 574, + [2247] = 571, + [2248] = 569, + [2249] = 570, + [2250] = 617, + [2251] = 566, + [2252] = 567, + [2253] = 597, + [2254] = 603, + [2255] = 611, + [2256] = 2256, + [2257] = 615, + [2258] = 622, + [2259] = 2259, + [2260] = 588, + [2261] = 579, + [2262] = 2262, + [2263] = 2223, + [2264] = 635, + [2265] = 578, + [2266] = 590, + [2267] = 609, + [2268] = 593, + [2269] = 624, + [2270] = 633, + [2271] = 612, + [2272] = 621, + [2273] = 2273, + [2274] = 2274, + [2275] = 634, + [2276] = 561, + [2277] = 2277, + [2278] = 2277, + [2279] = 2279, + [2280] = 836, + [2281] = 839, + [2282] = 2282, + [2283] = 2282, + [2284] = 2284, + [2285] = 838, + [2286] = 840, + [2287] = 2287, + [2288] = 841, + [2289] = 2284, + [2290] = 2290, + [2291] = 2291, + [2292] = 839, + [2293] = 2287, + [2294] = 2294, + [2295] = 841, + [2296] = 840, + [2297] = 836, + [2298] = 838, + [2299] = 854, + [2300] = 2290, + [2301] = 852, + [2302] = 849, + [2303] = 853, + [2304] = 851, + [2305] = 861, + [2306] = 855, + [2307] = 857, + [2308] = 2291, + [2309] = 858, + [2310] = 859, + [2311] = 860, + [2312] = 850, + [2313] = 851, + [2314] = 859, + [2315] = 858, + [2316] = 849, + [2317] = 853, + [2318] = 854, + [2319] = 861, + [2320] = 860, + [2321] = 850, + [2322] = 857, + [2323] = 852, + [2324] = 855, + [2325] = 2325, + [2326] = 525, + [2327] = 517, + [2328] = 526, + [2329] = 526, [2330] = 517, - [2331] = 504, - [2332] = 518, - [2333] = 501, - [2334] = 503, - [2335] = 1148, - [2336] = 524, - [2337] = 2301, - [2338] = 1063, - [2339] = 1101, - [2340] = 1061, - [2341] = 1094, - [2342] = 514, - [2343] = 501, - [2344] = 509, - [2345] = 524, - [2346] = 2346, - [2347] = 2347, - [2348] = 524, - [2349] = 518, - [2350] = 1130, - [2351] = 1138, - [2352] = 1061, - [2353] = 2301, - [2354] = 510, - [2355] = 1101, - [2356] = 1063, - [2357] = 503, - [2358] = 1094, - [2359] = 519, - [2360] = 509, - [2361] = 506, - [2362] = 513, - [2363] = 513, - [2364] = 1171, - [2365] = 2347, - [2366] = 1159, - [2367] = 1162, - [2368] = 543, - [2369] = 2369, - [2370] = 1138, - [2371] = 524, - [2372] = 1101, - [2373] = 1094, - [2374] = 536, - [2375] = 518, - [2376] = 1167, - [2377] = 541, - [2378] = 2378, - [2379] = 1093, - [2380] = 1180, - [2381] = 513, - [2382] = 519, - [2383] = 542, - [2384] = 1148, - [2385] = 542, - [2386] = 498, - [2387] = 539, - [2388] = 509, - [2389] = 545, - [2390] = 1169, - [2391] = 1094, - [2392] = 2392, - [2393] = 1130, - [2394] = 2394, - [2395] = 1130, - [2396] = 1061, - [2397] = 519, - [2398] = 546, - [2399] = 1175, - [2400] = 2400, - [2401] = 1063, - [2402] = 503, - [2403] = 517, - [2404] = 1181, - [2405] = 1138, - [2406] = 514, - [2407] = 1148, - [2408] = 546, - [2409] = 543, - [2410] = 1101, - [2411] = 1150, - [2412] = 2412, - [2413] = 2413, - [2414] = 539, - [2415] = 517, - [2416] = 1151, - [2417] = 1264, - [2418] = 563, - [2419] = 1409, - [2420] = 510, - [2421] = 1138, - [2422] = 524, - [2423] = 498, - [2424] = 1274, - [2425] = 1275, - [2426] = 1175, - [2427] = 2427, - [2428] = 2428, - [2429] = 1130, - [2430] = 1230, - [2431] = 608, - [2432] = 1093, - [2433] = 541, - [2434] = 1155, - [2435] = 546, - [2436] = 1276, - [2437] = 539, - [2438] = 550, - [2439] = 2439, - [2440] = 1277, - [2441] = 518, - [2442] = 514, - [2443] = 503, - [2444] = 597, - [2445] = 1229, - [2446] = 2446, - [2447] = 1171, - [2448] = 503, - [2449] = 1148, - [2450] = 501, - [2451] = 567, - [2452] = 514, - [2453] = 1273, - [2454] = 554, - [2455] = 560, - [2456] = 524, - [2457] = 512, - [2458] = 1169, - [2459] = 1150, + [2331] = 2331, + [2332] = 517, + [2333] = 525, + [2334] = 1117, + [2335] = 1055, + [2336] = 2331, + [2337] = 521, + [2338] = 522, + [2339] = 519, + [2340] = 518, + [2341] = 516, + [2342] = 526, + [2343] = 523, + [2344] = 520, + [2345] = 518, + [2346] = 529, + [2347] = 521, + [2348] = 525, + [2349] = 543, + [2350] = 543, + [2351] = 1130, + [2352] = 521, + [2353] = 517, + [2354] = 526, + [2355] = 2331, + [2356] = 1137, + [2357] = 1127, + [2358] = 1119, + [2359] = 2359, + [2360] = 521, + [2361] = 1123, + [2362] = 529, + [2363] = 525, + [2364] = 518, + [2365] = 532, + [2366] = 1055, + [2367] = 540, + [2368] = 1137, + [2369] = 519, + [2370] = 520, + [2371] = 1117, + [2372] = 1127, + [2373] = 526, + [2374] = 1055, + [2375] = 517, + [2376] = 532, + [2377] = 1117, + [2378] = 535, + [2379] = 525, + [2380] = 2380, + [2381] = 522, + [2382] = 540, + [2383] = 532, + [2384] = 540, + [2385] = 2331, + [2386] = 535, + [2387] = 526, + [2388] = 525, + [2389] = 523, + [2390] = 516, + [2391] = 518, + [2392] = 562, + [2393] = 1117, + [2394] = 1119, + [2395] = 552, + [2396] = 1055, + [2397] = 2397, + [2398] = 543, + [2399] = 514, + [2400] = 535, + [2401] = 2401, + [2402] = 562, + [2403] = 1159, + [2404] = 552, + [2405] = 564, + [2406] = 526, + [2407] = 559, + [2408] = 1119, + [2409] = 521, + [2410] = 2410, + [2411] = 532, + [2412] = 554, + [2413] = 2359, + [2414] = 2414, + [2415] = 558, + [2416] = 540, + [2417] = 1130, + [2418] = 1123, + [2419] = 543, + [2420] = 535, + [2421] = 2421, + [2422] = 525, + [2423] = 1130, + [2424] = 1201, + [2425] = 1184, + [2426] = 1200, + [2427] = 1127, + [2428] = 1199, + [2429] = 1182, + [2430] = 1198, + [2431] = 2431, + [2432] = 1204, + [2433] = 561, + [2434] = 517, + [2435] = 2435, + [2436] = 1181, + [2437] = 1205, + [2438] = 1180, + [2439] = 1137, + [2440] = 554, + [2441] = 1127, + [2442] = 558, + [2443] = 1137, + [2444] = 1123, + [2445] = 2445, + [2446] = 1417, + [2447] = 1204, + [2448] = 1205, + [2449] = 518, + [2450] = 519, + [2451] = 518, + [2452] = 634, + [2453] = 618, + [2454] = 626, + [2455] = 1119, + [2456] = 2401, + [2457] = 2457, + [2458] = 624, + [2459] = 559, [2460] = 2460, - [2461] = 518, + [2461] = 2461, [2462] = 2462, - [2463] = 1278, - [2464] = 1281, - [2465] = 1272, - [2466] = 1283, - [2467] = 1284, - [2468] = 1287, - [2469] = 1288, - [2470] = 1290, - [2471] = 1291, - [2472] = 2472, - [2473] = 1180, - [2474] = 1181, + [2463] = 540, + [2464] = 525, + [2465] = 2465, + [2466] = 589, + [2467] = 561, + [2468] = 593, + [2469] = 1303, + [2470] = 2470, + [2471] = 1184, + [2472] = 1384, + [2473] = 523, + [2474] = 1182, [2475] = 2475, - [2476] = 539, - [2477] = 2477, - [2478] = 551, - [2479] = 585, - [2480] = 1159, - [2481] = 1271, - [2482] = 1267, - [2483] = 566, - [2484] = 1266, - [2485] = 1265, - [2486] = 594, - [2487] = 576, - [2488] = 1262, - [2489] = 501, - [2490] = 2490, - [2491] = 545, - [2492] = 561, - [2493] = 586, - [2494] = 502, - [2495] = 1261, - [2496] = 1175, - [2497] = 573, - [2498] = 2369, - [2499] = 609, - [2500] = 601, - [2501] = 1202, - [2502] = 506, - [2503] = 504, - [2504] = 599, - [2505] = 596, - [2506] = 542, + [2476] = 540, + [2477] = 1304, + [2478] = 1307, + [2479] = 516, + [2480] = 2480, + [2481] = 1319, + [2482] = 2482, + [2483] = 1308, + [2484] = 1309, + [2485] = 1181, + [2486] = 554, + [2487] = 1198, + [2488] = 1288, + [2489] = 1199, + [2490] = 1200, + [2491] = 1201, + [2492] = 517, + [2493] = 578, + [2494] = 1310, + [2495] = 1313, + [2496] = 579, + [2497] = 588, + [2498] = 617, + [2499] = 1314, + [2500] = 587, + [2501] = 2501, + [2502] = 1315, + [2503] = 522, + [2504] = 1316, + [2505] = 622, + [2506] = 1317, [2507] = 2507, - [2508] = 1260, - [2509] = 542, - [2510] = 507, - [2511] = 2511, - [2512] = 1258, - [2513] = 1256, - [2514] = 578, - [2515] = 1255, - [2516] = 1254, - [2517] = 536, - [2518] = 1253, - [2519] = 1252, - [2520] = 2378, - [2521] = 1171, - [2522] = 1251, - [2523] = 1250, - [2524] = 1249, - [2525] = 1248, - [2526] = 1247, - [2527] = 2527, - [2528] = 509, - [2529] = 1167, - [2530] = 564, - [2531] = 1246, - [2532] = 498, - [2533] = 1243, - [2534] = 1167, - [2535] = 1240, - [2536] = 513, - [2537] = 1351, - [2538] = 1237, - [2539] = 612, - [2540] = 517, - [2541] = 519, - [2542] = 1352, - [2543] = 562, - [2544] = 1361, - [2545] = 1156, - [2546] = 1362, - [2547] = 543, - [2548] = 1236, - [2549] = 1235, - [2550] = 545, - [2551] = 2551, - [2552] = 1234, - [2553] = 1233, - [2554] = 1231, - [2555] = 2555, - [2556] = 2346, - [2557] = 1159, - [2558] = 582, - [2559] = 2559, - [2560] = 543, - [2561] = 1151, - [2562] = 1162, - [2563] = 593, - [2564] = 574, - [2565] = 509, - [2566] = 1231, - [2567] = 586, - [2568] = 1284, - [2569] = 1287, - [2570] = 1288, - [2571] = 1290, - [2572] = 1291, - [2573] = 551, - [2574] = 585, - [2575] = 500, - [2576] = 1409, - [2577] = 2439, - [2578] = 539, - [2579] = 608, - [2580] = 2475, - [2581] = 2477, - [2582] = 2507, - [2583] = 2511, - [2584] = 1155, - [2585] = 519, - [2586] = 2253, - [2587] = 2555, - [2588] = 517, - [2589] = 578, - [2590] = 594, - [2591] = 576, - [2592] = 546, - [2593] = 2593, - [2594] = 561, - [2595] = 2400, - [2596] = 593, - [2597] = 573, - [2598] = 498, - [2599] = 2599, - [2600] = 543, - [2601] = 542, - [2602] = 815, - [2603] = 609, - [2604] = 560, - [2605] = 582, - [2606] = 1175, - [2607] = 566, - [2608] = 564, - [2609] = 2599, - [2610] = 1156, - [2611] = 567, - [2612] = 574, - [2613] = 1277, - [2614] = 514, - [2615] = 1283, - [2616] = 1276, - [2617] = 599, - [2618] = 596, - [2619] = 819, - [2620] = 1275, - [2621] = 1274, - [2622] = 550, - [2623] = 818, - [2624] = 597, - [2625] = 814, - [2626] = 1171, - [2627] = 518, - [2628] = 545, - [2629] = 524, - [2630] = 816, - [2631] = 2631, - [2632] = 1351, - [2633] = 1167, - [2634] = 1352, - [2635] = 1361, - [2636] = 1255, - [2637] = 1362, - [2638] = 1281, - [2639] = 1159, - [2640] = 612, - [2641] = 1229, - [2642] = 1230, - [2643] = 1233, - [2644] = 539, - [2645] = 1234, - [2646] = 1235, - [2647] = 1236, - [2648] = 1237, - [2649] = 1240, - [2650] = 1243, - [2651] = 1246, - [2652] = 1202, - [2653] = 2559, - [2654] = 2490, - [2655] = 1247, - [2656] = 1248, - [2657] = 1249, - [2658] = 1250, - [2659] = 1251, - [2660] = 1252, - [2661] = 1253, - [2662] = 518, - [2663] = 1254, - [2664] = 1256, - [2665] = 1258, - [2666] = 2599, - [2667] = 562, - [2668] = 1260, - [2669] = 2669, - [2670] = 1261, - [2671] = 1262, - [2672] = 1264, - [2673] = 1278, - [2674] = 1265, - [2675] = 1266, - [2676] = 1267, - [2677] = 1271, - [2678] = 2678, - [2679] = 1272, - [2680] = 554, - [2681] = 1273, - [2682] = 601, - [2683] = 524, - [2684] = 563, - [2685] = 536, - [2686] = 2686, - [2687] = 2687, - [2688] = 539, - [2689] = 2689, - [2690] = 2690, - [2691] = 546, - [2692] = 2692, - [2693] = 612, - [2694] = 2694, - [2695] = 2695, - [2696] = 2692, - [2697] = 500, - [2698] = 542, - [2699] = 2699, - [2700] = 501, - [2701] = 2695, - [2702] = 2702, - [2703] = 540, - [2704] = 2704, - [2705] = 498, - [2706] = 543, - [2707] = 545, - [2708] = 500, - [2709] = 2709, - [2710] = 501, - [2711] = 616, - [2712] = 506, - [2713] = 2713, - [2714] = 815, - [2715] = 539, - [2716] = 512, - [2717] = 498, - [2718] = 834, - [2719] = 2719, - [2720] = 838, - [2721] = 836, - [2722] = 835, - [2723] = 828, - [2724] = 503, - [2725] = 608, - [2726] = 587, - [2727] = 550, - [2728] = 830, - [2729] = 839, - [2730] = 594, + [2508] = 615, + [2509] = 612, + [2510] = 1320, + [2511] = 1325, + [2512] = 2512, + [2513] = 1326, + [2514] = 602, + [2515] = 599, + [2516] = 1182, + [2517] = 635, + [2518] = 611, + [2519] = 562, + [2520] = 520, + [2521] = 525, + [2522] = 1180, + [2523] = 2435, + [2524] = 621, + [2525] = 613, + [2526] = 1333, + [2527] = 1334, + [2528] = 1341, + [2529] = 1368, + [2530] = 600, + [2531] = 1215, + [2532] = 517, + [2533] = 590, + [2534] = 2534, + [2535] = 614, + [2536] = 1388, + [2537] = 1389, + [2538] = 1394, + [2539] = 558, + [2540] = 1395, + [2541] = 554, + [2542] = 532, + [2543] = 1301, + [2544] = 1300, + [2545] = 2545, + [2546] = 1184, + [2547] = 629, + [2548] = 1397, + [2549] = 627, + [2550] = 532, + [2551] = 1180, + [2552] = 1130, + [2553] = 526, + [2554] = 1399, + [2555] = 1297, + [2556] = 1192, + [2557] = 1401, + [2558] = 565, + [2559] = 529, + [2560] = 1276, + [2561] = 1277, + [2562] = 1405, + [2563] = 1295, + [2564] = 543, + [2565] = 2565, + [2566] = 1123, + [2567] = 1294, + [2568] = 514, + [2569] = 1282, + [2570] = 564, + [2571] = 1293, + [2572] = 609, + [2573] = 2380, + [2574] = 1292, + [2575] = 1283, + [2576] = 521, + [2577] = 1285, + [2578] = 552, + [2579] = 1291, + [2580] = 562, + [2581] = 1286, + [2582] = 535, + [2583] = 1159, + [2584] = 561, + [2585] = 552, + [2586] = 633, + [2587] = 1218, + [2588] = 514, + [2589] = 1290, + [2590] = 526, + [2591] = 1415, + [2592] = 1416, + [2593] = 1289, + [2594] = 1181, + [2595] = 1418, + [2596] = 1300, + [2597] = 1319, + [2598] = 1180, + [2599] = 543, + [2600] = 1368, + [2601] = 1341, + [2602] = 2287, + [2603] = 1334, + [2604] = 1333, + [2605] = 1384, + [2606] = 593, + [2607] = 535, + [2608] = 1307, + [2609] = 599, + [2610] = 2610, + [2611] = 634, + [2612] = 1388, + [2613] = 552, + [2614] = 2470, + [2615] = 1218, + [2616] = 602, + [2617] = 565, + [2618] = 589, + [2619] = 524, + [2620] = 839, + [2621] = 611, + [2622] = 2610, + [2623] = 1192, + [2624] = 1184, + [2625] = 578, + [2626] = 579, + [2627] = 554, + [2628] = 1182, + [2629] = 562, + [2630] = 621, + [2631] = 2475, + [2632] = 635, + [2633] = 2480, + [2634] = 588, + [2635] = 633, + [2636] = 2465, + [2637] = 1181, + [2638] = 1405, + [2639] = 2462, + [2640] = 1326, + [2641] = 1325, + [2642] = 1320, + [2643] = 532, + [2644] = 2461, + [2645] = 2460, + [2646] = 1317, + [2647] = 1315, + [2648] = 1314, + [2649] = 1313, + [2650] = 1310, + [2651] = 1401, + [2652] = 1309, + [2653] = 1308, + [2654] = 1215, + [2655] = 1304, + [2656] = 2656, + [2657] = 1303, + [2658] = 1301, + [2659] = 2457, + [2660] = 514, + [2661] = 1394, + [2662] = 540, + [2663] = 612, + [2664] = 2664, + [2665] = 2665, + [2666] = 841, + [2667] = 1399, + [2668] = 613, + [2669] = 1297, + [2670] = 1389, + [2671] = 840, + [2672] = 836, + [2673] = 532, + [2674] = 600, + [2675] = 617, + [2676] = 2676, + [2677] = 1295, + [2678] = 587, + [2679] = 1294, + [2680] = 1293, + [2681] = 1292, + [2682] = 517, + [2683] = 1397, + [2684] = 618, + [2685] = 1395, + [2686] = 1291, + [2687] = 1290, + [2688] = 540, + [2689] = 590, + [2690] = 1289, + [2691] = 1288, + [2692] = 838, + [2693] = 1286, + [2694] = 1285, + [2695] = 624, + [2696] = 1283, + [2697] = 1282, + [2698] = 2397, + [2699] = 1277, + [2700] = 1415, + [2701] = 1276, + [2702] = 609, + [2703] = 1316, + [2704] = 2610, + [2705] = 554, + [2706] = 558, + [2707] = 626, + [2708] = 622, + [2709] = 615, + [2710] = 627, + [2711] = 629, + [2712] = 614, + [2713] = 1416, + [2714] = 1418, + [2715] = 561, + [2716] = 1417, + [2717] = 563, + [2718] = 518, + [2719] = 559, + [2720] = 514, + [2721] = 554, + [2722] = 2722, + [2723] = 2723, + [2724] = 2724, + [2725] = 2725, + [2726] = 2726, + [2727] = 561, + [2728] = 618, + [2729] = 2729, + [2730] = 2730, [2731] = 2731, - [2732] = 586, - [2733] = 597, - [2734] = 501, - [2735] = 827, - [2736] = 541, - [2737] = 837, - [2738] = 615, - [2739] = 569, - [2740] = 513, - [2741] = 507, - [2742] = 2742, - [2743] = 551, - [2744] = 829, - [2745] = 585, - [2746] = 612, - [2747] = 2747, - [2748] = 832, - [2749] = 559, - [2750] = 500, - [2751] = 510, - [2752] = 831, - [2753] = 2753, - [2754] = 817, - [2755] = 576, - [2756] = 561, - [2757] = 552, - [2758] = 819, - [2759] = 581, - [2760] = 818, - [2761] = 617, - [2762] = 509, - [2763] = 514, - [2764] = 509, - [2765] = 610, - [2766] = 609, - [2767] = 574, - [2768] = 2768, - [2769] = 595, - [2770] = 814, - [2771] = 601, - [2772] = 816, - [2773] = 554, - [2774] = 593, - [2775] = 599, - [2776] = 546, - [2777] = 606, - [2778] = 572, - [2779] = 573, - [2780] = 596, - [2781] = 503, - [2782] = 564, - [2783] = 566, - [2784] = 613, - [2785] = 605, - [2786] = 578, - [2787] = 571, + [2732] = 2732, + [2733] = 2733, + [2734] = 2734, + [2735] = 2726, + [2736] = 524, + [2737] = 562, + [2738] = 524, + [2739] = 552, + [2740] = 2729, + [2741] = 558, + [2742] = 860, + [2743] = 851, + [2744] = 618, + [2745] = 2745, + [2746] = 2746, + [2747] = 558, + [2748] = 854, + [2749] = 554, + [2750] = 578, + [2751] = 582, + [2752] = 587, + [2753] = 622, + [2754] = 584, + [2755] = 592, + [2756] = 555, + [2757] = 605, + [2758] = 635, + [2759] = 616, + [2760] = 565, + [2761] = 623, + [2762] = 589, + [2763] = 567, + [2764] = 852, + [2765] = 619, + [2766] = 849, + [2767] = 853, + [2768] = 590, + [2769] = 525, + [2770] = 571, + [2771] = 615, + [2772] = 2772, + [2773] = 602, + [2774] = 599, + [2775] = 517, + [2776] = 861, + [2777] = 519, + [2778] = 855, + [2779] = 857, + [2780] = 612, + [2781] = 839, + [2782] = 518, + [2783] = 837, + [2784] = 609, + [2785] = 570, + [2786] = 617, + [2787] = 611, [2788] = 588, - [2789] = 567, - [2790] = 582, - [2791] = 560, - [2792] = 592, - [2793] = 547, - [2794] = 563, - [2795] = 562, - [2796] = 603, - [2797] = 565, - [2798] = 509, - [2799] = 514, - [2800] = 524, - [2801] = 547, - [2802] = 503, - [2803] = 502, - [2804] = 512, - [2805] = 2805, - [2806] = 514, - [2807] = 2807, - [2808] = 2808, - [2809] = 518, - [2810] = 2810, - [2811] = 604, - [2812] = 602, - [2813] = 589, - [2814] = 556, - [2815] = 506, - [2816] = 575, - [2817] = 501, - [2818] = 600, - [2819] = 541, - [2820] = 614, - [2821] = 558, - [2822] = 577, - [2823] = 504, - [2824] = 541, - [2825] = 2825, - [2826] = 2826, - [2827] = 2768, - [2828] = 2828, - [2829] = 500, - [2830] = 553, - [2831] = 510, - [2832] = 517, - [2833] = 519, - [2834] = 2719, - [2835] = 568, - [2836] = 545, - [2837] = 2837, - [2838] = 557, - [2839] = 547, - [2840] = 507, - [2841] = 512, - [2842] = 602, - [2843] = 513, - [2844] = 514, - [2845] = 502, - [2846] = 829, - [2847] = 600, - [2848] = 614, - [2849] = 558, - [2850] = 510, - [2851] = 835, - [2852] = 577, - [2853] = 556, - [2854] = 553, - [2855] = 557, - [2856] = 514, - [2857] = 543, - [2858] = 503, - [2859] = 830, - [2860] = 545, - [2861] = 503, - [2862] = 2862, - [2863] = 589, - [2864] = 604, - [2865] = 509, - [2866] = 602, - [2867] = 506, - [2868] = 568, - [2869] = 589, - [2870] = 541, - [2871] = 547, - [2872] = 504, - [2873] = 556, - [2874] = 565, - [2875] = 575, - [2876] = 832, - [2877] = 600, - [2878] = 836, - [2879] = 614, - [2880] = 558, - [2881] = 507, - [2882] = 828, - [2883] = 834, - [2884] = 839, - [2885] = 504, - [2886] = 575, - [2887] = 838, - [2888] = 2837, - [2889] = 501, - [2890] = 565, - [2891] = 502, - [2892] = 509, - [2893] = 513, - [2894] = 604, - [2895] = 500, - [2896] = 501, - [2897] = 827, - [2898] = 514, - [2899] = 831, - [2900] = 503, - [2901] = 542, - [2902] = 2828, - [2903] = 498, - [2904] = 577, - [2905] = 553, - [2906] = 557, - [2907] = 568, - [2908] = 837, - [2909] = 509, - [2910] = 541, - [2911] = 536, - [2912] = 589, - [2913] = 556, - [2914] = 565, - [2915] = 575, - [2916] = 564, - [2917] = 600, - [2918] = 614, - [2919] = 558, - [2920] = 577, - [2921] = 553, - [2922] = 546, - [2923] = 540, - [2924] = 557, - [2925] = 568, - [2926] = 550, - [2927] = 593, - [2928] = 601, - [2929] = 518, - [2930] = 573, - [2931] = 1194, - [2932] = 2932, - [2933] = 612, - [2934] = 602, - [2935] = 547, - [2936] = 604, - [2937] = 518, - [2938] = 498, - [2939] = 536, - [2940] = 524, - [2941] = 509, - [2942] = 539, - [2943] = 519, - [2944] = 576, - [2945] = 498, - [2946] = 513, - [2947] = 582, - [2948] = 517, - [2949] = 517, - [2950] = 503, - [2951] = 540, - [2952] = 606, - [2953] = 514, - [2954] = 519, - [2955] = 562, - [2956] = 2956, - [2957] = 594, - [2958] = 524, - [2959] = 595, - [2960] = 567, - [2961] = 1194, - [2962] = 547, - [2963] = 588, - [2964] = 2964, - [2965] = 513, - [2966] = 615, - [2967] = 587, - [2968] = 540, - [2969] = 1093, - [2970] = 2970, - [2971] = 569, - [2972] = 503, + [2789] = 514, + [2790] = 2790, + [2791] = 518, + [2792] = 521, + [2793] = 2793, + [2794] = 523, + [2795] = 595, + [2796] = 579, + [2797] = 613, + [2798] = 600, + [2799] = 564, + [2800] = 581, + [2801] = 608, + [2802] = 633, + [2803] = 526, + [2804] = 2804, + [2805] = 603, + [2806] = 525, + [2807] = 614, + [2808] = 593, + [2809] = 2809, + [2810] = 629, + [2811] = 580, + [2812] = 524, + [2813] = 627, + [2814] = 529, + [2815] = 573, + [2816] = 624, + [2817] = 526, + [2818] = 850, + [2819] = 859, + [2820] = 858, + [2821] = 621, + [2822] = 520, + [2823] = 626, + [2824] = 604, + [2825] = 634, + [2826] = 841, + [2827] = 840, + [2828] = 836, + [2829] = 576, + [2830] = 838, + [2831] = 519, + [2832] = 526, + [2833] = 517, + [2834] = 532, + [2835] = 564, + [2836] = 523, + [2837] = 540, + [2838] = 597, + [2839] = 566, + [2840] = 561, + [2841] = 569, + [2842] = 574, + [2843] = 2843, + [2844] = 586, + [2845] = 568, + [2846] = 575, + [2847] = 524, + [2848] = 577, + [2849] = 583, + [2850] = 2850, + [2851] = 2851, + [2852] = 516, + [2853] = 591, + [2854] = 564, + [2855] = 596, + [2856] = 606, + [2857] = 2857, + [2858] = 598, + [2859] = 2859, + [2860] = 543, + [2861] = 555, + [2862] = 555, + [2863] = 535, + [2864] = 2864, + [2865] = 525, + [2866] = 517, + [2867] = 520, + [2868] = 529, + [2869] = 518, + [2870] = 522, + [2871] = 2871, + [2872] = 2746, + [2873] = 2745, + [2874] = 2874, + [2875] = 526, + [2876] = 520, + [2877] = 858, + [2878] = 859, + [2879] = 562, + [2880] = 519, + [2881] = 516, + [2882] = 561, + [2883] = 853, + [2884] = 526, + [2885] = 2885, + [2886] = 568, + [2887] = 850, + [2888] = 860, + [2889] = 525, + [2890] = 577, + [2891] = 552, + [2892] = 586, + [2893] = 517, + [2894] = 569, + [2895] = 516, + [2896] = 574, + [2897] = 514, + [2898] = 597, + [2899] = 525, + [2900] = 529, + [2901] = 854, + [2902] = 517, + [2903] = 522, + [2904] = 569, + [2905] = 566, + [2906] = 568, + [2907] = 525, + [2908] = 526, + [2909] = 555, + [2910] = 566, + [2911] = 574, + [2912] = 521, + [2913] = 517, + [2914] = 575, + [2915] = 857, + [2916] = 524, + [2917] = 521, + [2918] = 2874, + [2919] = 522, + [2920] = 855, + [2921] = 851, + [2922] = 518, + [2923] = 597, + [2924] = 518, + [2925] = 598, + [2926] = 861, + [2927] = 606, + [2928] = 2859, + [2929] = 596, + [2930] = 586, + [2931] = 591, + [2932] = 852, + [2933] = 583, + [2934] = 849, + [2935] = 598, + [2936] = 606, + [2937] = 596, + [2938] = 564, + [2939] = 523, + [2940] = 591, + [2941] = 583, + [2942] = 577, + [2943] = 575, + [2944] = 583, + [2945] = 586, + [2946] = 627, + [2947] = 574, + [2948] = 569, + [2949] = 535, + [2950] = 543, + [2951] = 559, + [2952] = 615, + [2953] = 612, + [2954] = 2954, + [2955] = 558, + [2956] = 598, + [2957] = 606, + [2958] = 596, + [2959] = 540, + [2960] = 566, + [2961] = 521, + [2962] = 597, + [2963] = 526, + [2964] = 591, + [2965] = 564, + [2966] = 587, + [2967] = 611, + [2968] = 514, + [2969] = 588, + [2970] = 629, + [2971] = 577, + [2972] = 575, [2973] = 568, - [2974] = 559, - [2975] = 557, - [2976] = 546, - [2977] = 616, - [2978] = 553, - [2979] = 552, - [2980] = 577, - [2981] = 581, - [2982] = 558, - [2983] = 617, - [2984] = 614, + [2974] = 554, + [2975] = 563, + [2976] = 555, + [2977] = 543, + [2978] = 535, + [2979] = 540, + [2980] = 559, + [2981] = 619, + [2982] = 517, + [2983] = 589, + [2984] = 1177, [2985] = 2985, - [2986] = 610, - [2987] = 600, - [2988] = 575, - [2989] = 572, - [2990] = 573, - [2991] = 565, - [2992] = 613, - [2993] = 556, - [2994] = 571, - [2995] = 540, - [2996] = 589, - [2997] = 500, - [2998] = 592, - [2999] = 602, - [3000] = 603, - [3001] = 604, - [3002] = 605, - [3003] = 1698, - [3004] = 3004, - [3005] = 593, - [3006] = 608, - [3007] = 582, - [3008] = 542, - [3009] = 3009, - [3010] = 509, - [3011] = 536, - [3012] = 543, - [3013] = 562, - [3014] = 574, - [3015] = 564, - [3016] = 566, - [3017] = 502, - [3018] = 578, - [3019] = 3019, - [3020] = 543, - [3021] = 586, - [3022] = 504, - [3023] = 596, - [3024] = 599, - [3025] = 587, - [3026] = 601, - [3027] = 545, - [3028] = 2932, - [3029] = 609, - [3030] = 561, - [3031] = 554, - [3032] = 576, - [3033] = 517, - [3034] = 519, - [3035] = 594, - [3036] = 585, - [3037] = 563, - [3038] = 560, - [3039] = 3039, - [3040] = 541, - [3041] = 597, - [3042] = 518, - [3043] = 539, - [3044] = 546, - [3045] = 550, - [3046] = 524, - [3047] = 551, - [3048] = 536, - [3049] = 542, - [3050] = 606, - [3051] = 501, - [3052] = 2209, - [3053] = 552, - [3054] = 1202, + [2986] = 626, + [2987] = 634, + [2988] = 514, + [2989] = 525, + [2990] = 618, + [2991] = 532, + [2992] = 532, + [2993] = 624, + [2994] = 563, + [2995] = 574, + [2996] = 588, + [2997] = 555, + [2998] = 2998, + [2999] = 521, + [3000] = 562, + [3001] = 1159, + [3002] = 563, + [3003] = 2985, + [3004] = 608, + [3005] = 552, + [3006] = 566, + [3007] = 580, + [3008] = 3008, + [3009] = 612, + [3010] = 634, + [3011] = 626, + [3012] = 562, + [3013] = 624, + [3014] = 589, + [3015] = 565, + [3016] = 593, + [3017] = 561, + [3018] = 559, + [3019] = 526, + [3020] = 552, + [3021] = 3021, + [3022] = 621, + [3023] = 3023, + [3024] = 578, + [3025] = 579, + [3026] = 524, + [3027] = 617, + [3028] = 587, + [3029] = 563, + [3030] = 622, + [3031] = 615, + [3032] = 602, + [3033] = 599, + [3034] = 603, + [3035] = 597, + [3036] = 595, + [3037] = 611, + [3038] = 3038, + [3039] = 570, + [3040] = 559, + [3041] = 608, + [3042] = 3042, + [3043] = 604, + [3044] = 633, + [3045] = 613, + [3046] = 600, + [3047] = 614, + [3048] = 629, + [3049] = 627, + [3050] = 619, + [3051] = 569, + [3052] = 571, + [3053] = 609, + [3054] = 1826, [3055] = 581, - [3056] = 500, - [3057] = 617, - [3058] = 608, - [3059] = 610, - [3060] = 595, - [3061] = 572, - [3062] = 613, - [3063] = 571, - [3064] = 592, - [3065] = 501, - [3066] = 1093, - [3067] = 603, - [3068] = 605, - [3069] = 507, - [3070] = 597, - [3071] = 606, - [3072] = 578, - [3073] = 576, - [3074] = 594, - [3075] = 617, - [3076] = 3009, - [3077] = 585, - [3078] = 574, - [3079] = 506, - [3080] = 500, - [3081] = 514, - [3082] = 503, - [3083] = 577, - [3084] = 552, - [3085] = 514, - [3086] = 616, - [3087] = 616, - [3088] = 517, - [3089] = 519, - [3090] = 582, - [3091] = 559, - [3092] = 543, - [3093] = 562, - [3094] = 569, - [3095] = 596, - [3096] = 3039, - [3097] = 574, - [3098] = 1148, - [3099] = 599, - [3100] = 510, - [3101] = 578, - [3102] = 566, - [3103] = 609, - [3104] = 551, - [3105] = 588, - [3106] = 561, - [3107] = 561, - [3108] = 512, - [3109] = 1156, - [3110] = 564, - [3111] = 536, - [3112] = 588, - [3113] = 566, - [3114] = 2964, - [3115] = 509, - [3116] = 540, - [3117] = 1063, - [3118] = 615, - [3119] = 587, - [3120] = 3120, - [3121] = 3121, - [3122] = 597, - [3123] = 550, - [3124] = 612, - [3125] = 1061, - [3126] = 585, - [3127] = 558, - [3128] = 551, - [3129] = 546, - [3130] = 1155, - [3131] = 566, - [3132] = 553, - [3133] = 3133, - [3134] = 557, - [3135] = 518, - [3136] = 1138, - [3137] = 587, - [3138] = 615, - [3139] = 603, - [3140] = 605, - [3141] = 604, - [3142] = 581, - [3143] = 602, - [3144] = 592, - [3145] = 589, - [3146] = 571, - [3147] = 542, - [3148] = 567, - [3149] = 556, - [3150] = 560, - [3151] = 613, - [3152] = 565, - [3153] = 572, - [3154] = 575, - [3155] = 563, - [3156] = 595, - [3157] = 586, - [3158] = 573, - [3159] = 609, - [3160] = 600, - [3161] = 2970, - [3162] = 3004, - [3163] = 593, - [3164] = 610, - [3165] = 524, - [3166] = 559, - [3167] = 554, - [3168] = 1130, - [3169] = 3169, - [3170] = 608, - [3171] = 563, - [3172] = 614, - [3173] = 601, - [3174] = 599, - [3175] = 539, - [3176] = 596, - [3177] = 554, - [3178] = 569, - [3179] = 587, - [3180] = 568, - [3181] = 586, - [3182] = 567, - [3183] = 560, - [3184] = 1063, - [3185] = 541, - [3186] = 1167, - [3187] = 1171, - [3188] = 1159, - [3189] = 542, - [3190] = 539, - [3191] = 1202, - [3192] = 547, - [3193] = 2347, - [3194] = 3121, - [3195] = 3120, - [3196] = 1155, - [3197] = 1094, - [3198] = 2985, - [3199] = 1101, - [3200] = 1156, - [3201] = 1148, - [3202] = 1094, - [3203] = 1175, - [3204] = 1138, - [3205] = 543, - [3206] = 1130, - [3207] = 1101, - [3208] = 2209, - [3209] = 566, - [3210] = 1061, - [3211] = 545, - [3212] = 3212, - [3213] = 1180, - [3214] = 1175, - [3215] = 1148, - [3216] = 577, - [3217] = 553, - [3218] = 557, - [3219] = 1093, - [3220] = 561, - [3221] = 1171, - [3222] = 568, - [3223] = 547, - [3224] = 1167, - [3225] = 3225, - [3226] = 540, - [3227] = 3227, - [3228] = 540, - [3229] = 3212, - [3230] = 1151, - [3231] = 1162, - [3232] = 536, - [3233] = 1159, - [3234] = 3169, - [3235] = 578, - [3236] = 536, - [3237] = 509, - [3238] = 547, - [3239] = 3212, - [3240] = 536, - [3241] = 2209, - [3242] = 513, - [3243] = 1061, - [3244] = 1246, - [3245] = 541, - [3246] = 1138, - [3247] = 3133, - [3248] = 3212, - [3249] = 3249, - [3250] = 3250, - [3251] = 614, - [3252] = 600, - [3253] = 546, - [3254] = 3212, - [3255] = 539, - [3256] = 1130, - [3257] = 1063, - [3258] = 1351, - [3259] = 1274, - [3260] = 1275, - [3261] = 1276, - [3262] = 503, - [3263] = 3212, - [3264] = 514, - [3265] = 1273, - [3266] = 1272, - [3267] = 1271, - [3268] = 1267, - [3269] = 1266, - [3270] = 1265, - [3271] = 1352, - [3272] = 1264, - [3273] = 1277, - [3274] = 2369, - [3275] = 3212, - [3276] = 503, - [3277] = 1278, - [3278] = 1281, - [3279] = 3212, - [3280] = 3212, - [3281] = 1283, - [3282] = 1284, - [3283] = 3212, - [3284] = 514, - [3285] = 1287, - [3286] = 501, - [3287] = 1288, - [3288] = 1290, - [3289] = 1291, - [3290] = 575, - [3291] = 1262, - [3292] = 1261, - [3293] = 1260, - [3294] = 565, - [3295] = 1258, - [3296] = 1256, - [3297] = 1255, - [3298] = 1254, - [3299] = 1253, - [3300] = 1252, - [3301] = 1361, - [3302] = 509, - [3303] = 1362, - [3304] = 3212, - [3305] = 1251, - [3306] = 3212, - [3307] = 3212, - [3308] = 556, - [3309] = 1250, - [3310] = 1181, - [3311] = 1249, - [3312] = 1248, - [3313] = 558, - [3314] = 1150, - [3315] = 1247, - [3316] = 1169, - [3317] = 541, - [3318] = 589, - [3319] = 1243, - [3320] = 501, - [3321] = 1240, - [3322] = 1237, - [3323] = 1236, - [3324] = 602, - [3325] = 604, - [3326] = 1235, - [3327] = 1234, - [3328] = 1233, - [3329] = 1231, - [3330] = 1230, - [3331] = 1229, + [3056] = 586, + [3057] = 1177, + [3058] = 516, + [3059] = 590, + [3060] = 558, + [3061] = 567, + [3062] = 540, + [3063] = 568, + [3064] = 532, + [3065] = 573, + [3066] = 522, + [3067] = 635, + [3068] = 525, + [3069] = 3069, + [3070] = 535, + [3071] = 543, + [3072] = 623, + [3073] = 598, + [3074] = 616, + [3075] = 606, + [3076] = 605, + [3077] = 596, + [3078] = 564, + [3079] = 592, + [3080] = 591, + [3081] = 554, + [3082] = 558, + [3083] = 584, + [3084] = 575, + [3085] = 583, + [3086] = 576, + [3087] = 582, + [3088] = 577, + [3089] = 573, + [3090] = 518, + [3091] = 575, + [3092] = 524, + [3093] = 524, + [3094] = 568, + [3095] = 1218, + [3096] = 567, + [3097] = 576, + [3098] = 577, + [3099] = 627, + [3100] = 633, + [3101] = 582, + [3102] = 583, + [3103] = 525, + [3104] = 584, + [3105] = 535, + [3106] = 591, + [3107] = 634, + [3108] = 592, + [3109] = 586, + [3110] = 581, + [3111] = 574, + [3112] = 596, + [3113] = 605, + [3114] = 606, + [3115] = 566, + [3116] = 616, + [3117] = 598, + [3118] = 1159, + [3119] = 623, + [3120] = 552, + [3121] = 608, + [3122] = 543, + [3123] = 580, + [3124] = 563, + [3125] = 3125, + [3126] = 1192, + [3127] = 633, + [3128] = 519, + [3129] = 604, + [3130] = 629, + [3131] = 579, + [3132] = 578, + [3133] = 518, + [3134] = 554, + [3135] = 523, + [3136] = 611, + [3137] = 623, + [3138] = 616, + [3139] = 605, + [3140] = 592, + [3141] = 570, + [3142] = 584, + [3143] = 582, + [3144] = 576, + [3145] = 573, + [3146] = 562, + [3147] = 567, + [3148] = 581, + [3149] = 571, + [3150] = 570, + [3151] = 595, + [3152] = 603, + [3153] = 635, + [3154] = 520, + [3155] = 609, + [3156] = 579, + [3157] = 617, + [3158] = 609, + [3159] = 559, + [3160] = 588, + [3161] = 3038, + [3162] = 622, + [3163] = 529, + [3164] = 3069, + [3165] = 590, + [3166] = 532, + [3167] = 526, + [3168] = 517, + [3169] = 578, + [3170] = 621, + [3171] = 571, + [3172] = 595, + [3173] = 597, + [3174] = 603, + [3175] = 590, + [3176] = 589, + [3177] = 3008, + [3178] = 565, + [3179] = 613, + [3180] = 602, + [3181] = 565, + [3182] = 624, + [3183] = 558, + [3184] = 1215, + [3185] = 600, + [3186] = 580, + [3187] = 569, + [3188] = 593, + [3189] = 517, + [3190] = 608, + [3191] = 1130, + [3192] = 599, + [3193] = 2259, + [3194] = 3042, + [3195] = 540, + [3196] = 599, + [3197] = 593, + [3198] = 621, + [3199] = 602, + [3200] = 619, + [3201] = 1119, + [3202] = 613, + [3203] = 635, + [3204] = 1117, + [3205] = 3205, + [3206] = 600, + [3207] = 3207, + [3208] = 617, + [3209] = 3209, + [3210] = 587, + [3211] = 626, + [3212] = 614, + [3213] = 1055, + [3214] = 608, + [3215] = 612, + [3216] = 615, + [3217] = 604, + [3218] = 565, + [3219] = 614, + [3220] = 1123, + [3221] = 622, + [3222] = 618, + [3223] = 2998, + [3224] = 1127, + [3225] = 1123, + [3226] = 2359, + [3227] = 1137, + [3228] = 1218, + [3229] = 3205, + [3230] = 1182, + [3231] = 3207, + [3232] = 1215, + [3233] = 1181, + [3234] = 554, + [3235] = 1137, + [3236] = 2259, + [3237] = 1055, + [3238] = 1127, + [3239] = 564, + [3240] = 561, + [3241] = 555, + [3242] = 565, + [3243] = 1180, + [3244] = 1117, + [3245] = 562, + [3246] = 1192, + [3247] = 1184, + [3248] = 552, + [3249] = 3023, + [3250] = 1119, + [3251] = 1130, + [3252] = 563, + [3253] = 517, + [3254] = 3254, + [3255] = 1123, + [3256] = 3254, + [3257] = 3254, + [3258] = 526, + [3259] = 3254, + [3260] = 3254, + [3261] = 1415, + [3262] = 1416, + [3263] = 1201, + [3264] = 564, + [3265] = 1200, + [3266] = 3254, + [3267] = 1117, + [3268] = 1119, + [3269] = 3254, + [3270] = 622, + [3271] = 3254, + [3272] = 1159, + [3273] = 1130, + [3274] = 593, + [3275] = 1198, + [3276] = 1417, + [3277] = 1418, + [3278] = 598, + [3279] = 1277, + [3280] = 606, + [3281] = 2259, + [3282] = 596, + [3283] = 591, + [3284] = 525, + [3285] = 583, + [3286] = 3286, + [3287] = 577, + [3288] = 575, + [3289] = 568, + [3290] = 586, + [3291] = 574, + [3292] = 569, + [3293] = 566, + [3294] = 597, + [3295] = 1199, + [3296] = 3254, + [3297] = 1405, + [3298] = 1401, + [3299] = 1399, + [3300] = 3254, + [3301] = 1397, + [3302] = 1395, + [3303] = 1394, + [3304] = 1389, + [3305] = 1388, + [3306] = 2435, + [3307] = 1368, + [3308] = 1341, + [3309] = 1334, + [3310] = 1333, + [3311] = 1285, + [3312] = 1180, + [3313] = 1181, + [3314] = 526, + [3315] = 3254, + [3316] = 3254, + [3317] = 3254, + [3318] = 555, + [3319] = 1182, + [3320] = 1205, + [3321] = 521, + [3322] = 1055, + [3323] = 518, + [3324] = 1204, + [3325] = 1184, + [3326] = 1276, + [3327] = 564, + [3328] = 558, + [3329] = 554, + [3330] = 3330, + [3331] = 559, [3332] = 3332, - [3333] = 518, - [3334] = 545, - [3335] = 1175, - [3336] = 606, - [3337] = 1202, - [3338] = 524, - [3339] = 1148, - [3340] = 1159, - [3341] = 1101, - [3342] = 3342, - [3343] = 1094, - [3344] = 568, - [3345] = 1167, - [3346] = 1101, - [3347] = 1094, - [3348] = 557, - [3349] = 3349, - [3350] = 597, - [3351] = 550, - [3352] = 3352, - [3353] = 3353, - [3354] = 1061, - [3355] = 567, - [3356] = 560, - [3357] = 1063, - [3358] = 553, - [3359] = 3359, - [3360] = 3360, - [3361] = 1138, - [3362] = 3362, - [3363] = 593, - [3364] = 612, - [3365] = 582, - [3366] = 562, - [3367] = 517, - [3368] = 519, - [3369] = 564, - [3370] = 566, + [3333] = 1326, + [3334] = 1282, + [3335] = 1325, + [3336] = 563, + [3337] = 1320, + [3338] = 3125, + [3339] = 1319, + [3340] = 1317, + [3341] = 1316, + [3342] = 1315, + [3343] = 1314, + [3344] = 1313, + [3345] = 518, + [3346] = 1310, + [3347] = 1309, + [3348] = 1308, + [3349] = 1283, + [3350] = 1307, + [3351] = 1304, + [3352] = 1303, + [3353] = 1301, + [3354] = 525, + [3355] = 555, + [3356] = 1300, + [3357] = 517, + [3358] = 559, + [3359] = 3209, + [3360] = 1297, + [3361] = 1295, + [3362] = 1294, + [3363] = 1293, + [3364] = 1292, + [3365] = 1291, + [3366] = 1290, + [3367] = 1289, + [3368] = 1288, + [3369] = 1286, + [3370] = 559, [3371] = 3371, - [3372] = 577, - [3373] = 558, - [3374] = 539, - [3375] = 518, - [3376] = 1156, - [3377] = 604, - [3378] = 602, - [3379] = 589, - [3380] = 556, - [3381] = 565, + [3372] = 1137, + [3373] = 597, + [3374] = 3374, + [3375] = 3375, + [3376] = 566, + [3377] = 1184, + [3378] = 588, + [3379] = 1127, + [3380] = 3380, + [3381] = 1055, [3382] = 3382, - [3383] = 575, - [3384] = 614, - [3385] = 600, - [3386] = 3386, - [3387] = 587, - [3388] = 614, - [3389] = 524, - [3390] = 600, - [3391] = 558, - [3392] = 577, - [3393] = 3393, - [3394] = 553, - [3395] = 3395, - [3396] = 557, - [3397] = 568, - [3398] = 596, - [3399] = 599, - [3400] = 601, - [3401] = 1130, - [3402] = 575, - [3403] = 609, - [3404] = 573, - [3405] = 3405, - [3406] = 565, - [3407] = 556, - [3408] = 589, - [3409] = 576, - [3410] = 594, - [3411] = 585, - [3412] = 551, - [3413] = 602, - [3414] = 1171, - [3415] = 604, - [3416] = 3416, - [3417] = 1159, - [3418] = 3416, - [3419] = 3416, + [3383] = 3383, + [3384] = 569, + [3385] = 574, + [3386] = 1117, + [3387] = 3387, + [3388] = 586, + [3389] = 3389, + [3390] = 568, + [3391] = 1123, + [3392] = 3392, + [3393] = 575, + [3394] = 1119, + [3395] = 1130, + [3396] = 577, + [3397] = 3397, + [3398] = 583, + [3399] = 532, + [3400] = 591, + [3401] = 634, + [3402] = 596, + [3403] = 606, + [3404] = 598, + [3405] = 626, + [3406] = 589, + [3407] = 540, + [3408] = 627, + [3409] = 619, + [3410] = 624, + [3411] = 3411, + [3412] = 629, + [3413] = 614, + [3414] = 565, + [3415] = 3415, + [3416] = 554, + [3417] = 600, + [3418] = 613, + [3419] = 618, [3420] = 1180, - [3421] = 543, - [3422] = 1181, - [3423] = 3416, - [3424] = 1150, - [3425] = 3425, - [3426] = 1169, - [3427] = 3416, - [3428] = 3416, - [3429] = 1175, - [3430] = 1093, - [3431] = 1171, - [3432] = 3416, - [3433] = 3416, - [3434] = 3416, - [3435] = 546, - [3436] = 3436, - [3437] = 542, - [3438] = 3416, - [3439] = 1151, - [3440] = 1162, - [3441] = 3441, + [3421] = 608, + [3422] = 611, + [3423] = 3423, + [3424] = 599, + [3425] = 1192, + [3426] = 602, + [3427] = 612, + [3428] = 597, + [3429] = 561, + [3430] = 566, + [3431] = 615, + [3432] = 569, + [3433] = 540, + [3434] = 1181, + [3435] = 574, + [3436] = 1137, + [3437] = 586, + [3438] = 3438, + [3439] = 568, + [3440] = 1127, + [3441] = 575, [3442] = 3442, - [3443] = 3443, - [3444] = 3416, - [3445] = 3416, - [3446] = 539, - [3447] = 3249, - [3448] = 1167, - [3449] = 545, - [3450] = 3416, - [3451] = 3416, - [3452] = 3416, - [3453] = 545, - [3454] = 3454, - [3455] = 1231, - [3456] = 3456, - [3457] = 1284, - [3458] = 3458, - [3459] = 1233, - [3460] = 1234, - [3461] = 1235, - [3462] = 1283, - [3463] = 1281, - [3464] = 1278, - [3465] = 1236, - [3466] = 3466, - [3467] = 1261, - [3468] = 1277, - [3469] = 1276, - [3470] = 1275, - [3471] = 1237, - [3472] = 1240, - [3473] = 1274, - [3474] = 1260, - [3475] = 1362, - [3476] = 1290, - [3477] = 1258, - [3478] = 1256, - [3479] = 1409, - [3480] = 3480, - [3481] = 3481, - [3482] = 1273, - [3483] = 1255, - [3484] = 1254, - [3485] = 1272, - [3486] = 539, - [3487] = 1271, - [3488] = 1361, - [3489] = 1267, - [3490] = 1262, - [3491] = 1291, - [3492] = 1266, - [3493] = 1287, - [3494] = 1229, - [3495] = 3495, - [3496] = 1265, - [3497] = 1288, - [3498] = 1156, - [3499] = 3499, - [3500] = 1351, - [3501] = 1243, - [3502] = 3502, - [3503] = 1202, - [3504] = 1352, - [3505] = 1155, + [3443] = 577, + [3444] = 587, + [3445] = 583, + [3446] = 1182, + [3447] = 591, + [3448] = 535, + [3449] = 596, + [3450] = 543, + [3451] = 532, + [3452] = 606, + [3453] = 617, + [3454] = 598, + [3455] = 1218, + [3456] = 578, + [3457] = 579, + [3458] = 562, + [3459] = 1159, + [3460] = 1200, + [3461] = 3461, + [3462] = 1201, + [3463] = 3461, + [3464] = 3461, + [3465] = 1198, + [3466] = 1204, + [3467] = 1205, + [3468] = 3461, + [3469] = 552, + [3470] = 3461, + [3471] = 558, + [3472] = 3472, + [3473] = 3461, + [3474] = 3461, + [3475] = 554, + [3476] = 1184, + [3477] = 1182, + [3478] = 3461, + [3479] = 1181, + [3480] = 1180, + [3481] = 3461, + [3482] = 3461, + [3483] = 3461, + [3484] = 3461, + [3485] = 3461, + [3486] = 3486, + [3487] = 3487, + [3488] = 1199, + [3489] = 3461, + [3490] = 3490, + [3491] = 3491, + [3492] = 561, + [3493] = 3461, + [3494] = 3286, + [3495] = 1303, + [3496] = 1277, + [3497] = 1334, + [3498] = 3498, + [3499] = 1309, + [3500] = 1218, + [3501] = 1308, + [3502] = 1307, + [3503] = 1304, + [3504] = 1301, + [3505] = 1333, [3506] = 3506, - [3507] = 3507, - [3508] = 1253, - [3509] = 1230, - [3510] = 1252, - [3511] = 1251, - [3512] = 1264, - [3513] = 1246, - [3514] = 3514, - [3515] = 3515, - [3516] = 3516, - [3517] = 1247, - [3518] = 1248, - [3519] = 1249, - [3520] = 1250, + [3507] = 1326, + [3508] = 561, + [3509] = 1300, + [3510] = 3510, + [3511] = 1415, + [3512] = 554, + [3513] = 1416, + [3514] = 1325, + [3515] = 1297, + [3516] = 1368, + [3517] = 3517, + [3518] = 1417, + [3519] = 1295, + [3520] = 3520, [3521] = 3521, [3522] = 3522, - [3523] = 3523, + [3523] = 1320, [3524] = 3524, - [3525] = 814, - [3526] = 815, - [3527] = 817, - [3528] = 816, - [3529] = 819, - [3530] = 818, - [3531] = 832, - [3532] = 838, - [3533] = 836, - [3534] = 835, - [3535] = 828, - [3536] = 839, - [3537] = 830, - [3538] = 834, - [3539] = 831, - [3540] = 827, - [3541] = 829, - [3542] = 837, - [3543] = 818, - [3544] = 815, - [3545] = 814, - [3546] = 3546, - [3547] = 819, - [3548] = 816, - [3549] = 3546, - [3550] = 817, - [3551] = 814, - [3552] = 815, - [3553] = 816, - [3554] = 524, - [3555] = 817, - [3556] = 518, - [3557] = 814, - [3558] = 815, - [3559] = 818, - [3560] = 818, - [3561] = 819, - [3562] = 817, - [3563] = 819, - [3564] = 816, - [3565] = 832, - [3566] = 814, - [3567] = 3567, - [3568] = 817, - [3569] = 815, - [3570] = 816, - [3571] = 831, - [3572] = 829, - [3573] = 830, - [3574] = 837, - [3575] = 827, - [3576] = 839, - [3577] = 828, - [3578] = 834, - [3579] = 835, - [3580] = 819, - [3581] = 818, - [3582] = 836, - [3583] = 838, - [3584] = 828, - [3585] = 835, - [3586] = 836, - [3587] = 819, + [3525] = 1319, + [3526] = 1317, + [3527] = 3527, + [3528] = 1294, + [3529] = 1293, + [3530] = 1292, + [3531] = 3531, + [3532] = 3532, + [3533] = 3533, + [3534] = 3534, + [3535] = 1291, + [3536] = 1290, + [3537] = 1215, + [3538] = 1289, + [3539] = 1341, + [3540] = 1288, + [3541] = 1286, + [3542] = 1192, + [3543] = 1313, + [3544] = 1314, + [3545] = 1316, + [3546] = 1285, + [3547] = 1283, + [3548] = 1282, + [3549] = 3549, + [3550] = 1315, + [3551] = 1310, + [3552] = 1276, + [3553] = 1405, + [3554] = 1384, + [3555] = 1418, + [3556] = 1388, + [3557] = 1389, + [3558] = 1401, + [3559] = 1394, + [3560] = 1395, + [3561] = 1397, + [3562] = 1399, + [3563] = 3563, + [3564] = 3564, + [3565] = 3565, + [3566] = 3566, + [3567] = 837, + [3568] = 838, + [3569] = 836, + [3570] = 840, + [3571] = 841, + [3572] = 839, + [3573] = 852, + [3574] = 850, + [3575] = 855, + [3576] = 851, + [3577] = 861, + [3578] = 857, + [3579] = 860, + [3580] = 854, + [3581] = 853, + [3582] = 858, + [3583] = 859, + [3584] = 849, + [3585] = 836, + [3586] = 838, + [3587] = 837, [3588] = 3588, - [3589] = 838, - [3590] = 839, - [3591] = 612, - [3592] = 832, - [3593] = 834, - [3594] = 3594, - [3595] = 818, - [3596] = 814, - [3597] = 831, - [3598] = 816, - [3599] = 829, - [3600] = 830, - [3601] = 817, - [3602] = 827, - [3603] = 3588, - [3604] = 832, - [3605] = 831, - [3606] = 815, - [3607] = 829, - [3608] = 827, - [3609] = 837, - [3610] = 837, - [3611] = 815, - [3612] = 817, - [3613] = 816, - [3614] = 814, - [3615] = 818, - [3616] = 830, - [3617] = 839, - [3618] = 819, - [3619] = 828, - [3620] = 835, - [3621] = 836, - [3622] = 3594, - [3623] = 834, - [3624] = 838, - [3625] = 3625, - [3626] = 832, + [3589] = 841, + [3590] = 3588, + [3591] = 840, + [3592] = 839, + [3593] = 841, + [3594] = 840, + [3595] = 836, + [3596] = 837, + [3597] = 840, + [3598] = 841, + [3599] = 836, + [3600] = 838, + [3601] = 839, + [3602] = 839, + [3603] = 532, + [3604] = 540, + [3605] = 837, + [3606] = 838, + [3607] = 852, + [3608] = 841, + [3609] = 840, + [3610] = 836, + [3611] = 860, + [3612] = 850, + [3613] = 859, + [3614] = 858, + [3615] = 838, + [3616] = 837, + [3617] = 857, + [3618] = 855, + [3619] = 839, + [3620] = 3620, + [3621] = 851, + [3622] = 861, + [3623] = 854, + [3624] = 853, + [3625] = 849, + [3626] = 850, [3627] = 3627, - [3628] = 816, - [3629] = 3629, - [3630] = 3630, - [3631] = 817, - [3632] = 814, - [3633] = 818, - [3634] = 819, - [3635] = 815, - [3636] = 815, - [3637] = 816, - [3638] = 814, - [3639] = 818, - [3640] = 819, - [3641] = 839, - [3642] = 838, - [3643] = 828, - [3644] = 835, - [3645] = 836, - [3646] = 834, - [3647] = 817, - [3648] = 837, - [3649] = 827, - [3650] = 830, - [3651] = 829, - [3652] = 831, - [3653] = 3653, - [3654] = 3654, - [3655] = 830, - [3656] = 829, - [3657] = 831, - [3658] = 832, - [3659] = 3659, - [3660] = 3660, - [3661] = 509, - [3662] = 3662, - [3663] = 832, - [3664] = 831, - [3665] = 3654, - [3666] = 834, - [3667] = 838, - [3668] = 836, - [3669] = 835, - [3670] = 513, - [3671] = 3660, - [3672] = 1063, - [3673] = 1061, - [3674] = 3659, - [3675] = 829, - [3676] = 830, - [3677] = 3677, - [3678] = 828, - [3679] = 839, - [3680] = 827, - [3681] = 837, - [3682] = 3682, - [3683] = 3653, - [3684] = 509, - [3685] = 503, - [3686] = 514, - [3687] = 837, - [3688] = 3682, - [3689] = 3659, - [3690] = 3660, - [3691] = 501, - [3692] = 3629, - [3693] = 3677, - [3694] = 3694, - [3695] = 503, - [3696] = 827, - [3697] = 3630, - [3698] = 3653, - [3699] = 3654, - [3700] = 834, - [3701] = 838, - [3702] = 514, - [3703] = 501, - [3704] = 836, - [3705] = 835, - [3706] = 828, - [3707] = 839, - [3708] = 3708, - [3709] = 3709, - [3710] = 3708, - [3711] = 3711, - [3712] = 3711, - [3713] = 3709, - [3714] = 3714, - [3715] = 3714, - [3716] = 1148, - [3717] = 1138, - [3718] = 1130, - [3719] = 3709, - [3720] = 3708, - [3721] = 3714, - [3722] = 3711, - [3723] = 1101, - [3724] = 3714, - [3725] = 3709, - [3726] = 1094, - [3727] = 3711, - [3728] = 1101, - [3729] = 1094, - [3730] = 3709, - [3731] = 3708, - [3732] = 3714, - [3733] = 834, - [3734] = 838, - [3735] = 836, - [3736] = 835, - [3737] = 834, - [3738] = 838, - [3739] = 836, - [3740] = 835, - [3741] = 828, - [3742] = 3714, - [3743] = 3711, - [3744] = 3714, - [3745] = 3709, - [3746] = 3746, - [3747] = 827, - [3748] = 837, - [3749] = 3709, - [3750] = 3708, - [3751] = 828, - [3752] = 517, - [3753] = 839, - [3754] = 519, - [3755] = 837, - [3756] = 839, - [3757] = 3708, - [3758] = 827, - [3759] = 3759, - [3760] = 3709, - [3761] = 3708, - [3762] = 830, - [3763] = 829, - [3764] = 831, - [3765] = 832, - [3766] = 3711, - [3767] = 830, - [3768] = 3714, - [3769] = 3709, - [3770] = 3770, - [3771] = 829, - [3772] = 831, - [3773] = 3711, - [3774] = 3708, - [3775] = 832, - [3776] = 3776, - [3777] = 3709, - [3778] = 3708, - [3779] = 3711, - [3780] = 3711, - [3781] = 3711, - [3782] = 3708, - [3783] = 3708, - [3784] = 1171, - [3785] = 3711, - [3786] = 3708, - [3787] = 3708, - [3788] = 3714, - [3789] = 3709, - [3790] = 1167, - [3791] = 3711, - [3792] = 3708, - [3793] = 3711, - [3794] = 3709, - [3795] = 3711, - [3796] = 3708, - [3797] = 1159, - [3798] = 2747, - [3799] = 3799, - [3800] = 3800, - [3801] = 3714, - [3802] = 3709, - [3803] = 2713, - [3804] = 3711, - [3805] = 3711, - [3806] = 1175, - [3807] = 3708, - [3808] = 539, - [3809] = 3809, - [3810] = 546, - [3811] = 2825, - [3812] = 2826, - [3813] = 543, - [3814] = 542, - [3815] = 3815, - [3816] = 3816, - [3817] = 2810, - [3818] = 2808, - [3819] = 3819, - [3820] = 545, - [3821] = 3821, - [3822] = 1181, - [3823] = 1180, - [3824] = 1150, - [3825] = 1169, - [3826] = 3770, - [3827] = 3827, - [3828] = 3828, - [3829] = 1162, - [3830] = 1151, - [3831] = 3831, - [3832] = 3832, - [3833] = 3799, - [3834] = 3834, - [3835] = 2713, + [3628] = 840, + [3629] = 841, + [3630] = 860, + [3631] = 852, + [3632] = 852, + [3633] = 849, + [3634] = 854, + [3635] = 849, + [3636] = 838, + [3637] = 859, + [3638] = 3627, + [3639] = 853, + [3640] = 853, + [3641] = 858, + [3642] = 854, + [3643] = 855, + [3644] = 618, + [3645] = 837, + [3646] = 3646, + [3647] = 857, + [3648] = 861, + [3649] = 861, + [3650] = 836, + [3651] = 851, + [3652] = 839, + [3653] = 841, + [3654] = 840, + [3655] = 836, + [3656] = 858, + [3657] = 859, + [3658] = 838, + [3659] = 850, + [3660] = 860, + [3661] = 839, + [3662] = 851, + [3663] = 837, + [3664] = 857, + [3665] = 855, + [3666] = 3646, + [3667] = 839, + [3668] = 3668, + [3669] = 851, + [3670] = 854, + [3671] = 841, + [3672] = 861, + [3673] = 857, + [3674] = 855, + [3675] = 839, + [3676] = 3676, + [3677] = 850, + [3678] = 852, + [3679] = 3679, + [3680] = 837, + [3681] = 853, + [3682] = 849, + [3683] = 3683, + [3684] = 860, + [3685] = 838, + [3686] = 836, + [3687] = 858, + [3688] = 840, + [3689] = 859, + [3690] = 838, + [3691] = 836, + [3692] = 840, + [3693] = 841, + [3694] = 837, + [3695] = 849, + [3696] = 3696, + [3697] = 858, + [3698] = 3698, + [3699] = 3699, + [3700] = 3700, + [3701] = 1055, + [3702] = 526, + [3703] = 3703, + [3704] = 861, + [3705] = 3705, + [3706] = 3668, + [3707] = 3696, + [3708] = 3700, + [3709] = 854, + [3710] = 517, + [3711] = 859, + [3712] = 526, + [3713] = 850, + [3714] = 852, + [3715] = 849, + [3716] = 521, + [3717] = 860, + [3718] = 3718, + [3719] = 1117, + [3720] = 3703, + [3721] = 3705, + [3722] = 3699, + [3723] = 852, + [3724] = 854, + [3725] = 853, + [3726] = 853, + [3727] = 860, + [3728] = 850, + [3729] = 857, + [3730] = 855, + [3731] = 518, + [3732] = 859, + [3733] = 858, + [3734] = 518, + [3735] = 3676, + [3736] = 525, + [3737] = 517, + [3738] = 3738, + [3739] = 857, + [3740] = 3699, + [3741] = 855, + [3742] = 3700, + [3743] = 3696, + [3744] = 3703, + [3745] = 851, + [3746] = 861, + [3747] = 851, + [3748] = 3718, + [3749] = 525, + [3750] = 3750, + [3751] = 851, + [3752] = 855, + [3753] = 857, + [3754] = 852, + [3755] = 849, + [3756] = 853, + [3757] = 3757, + [3758] = 3758, + [3759] = 3750, + [3760] = 851, + [3761] = 3758, + [3762] = 854, + [3763] = 858, + [3764] = 859, + [3765] = 850, + [3766] = 1127, + [3767] = 3767, + [3768] = 3767, + [3769] = 3750, + [3770] = 861, + [3771] = 854, + [3772] = 860, + [3773] = 853, + [3774] = 3750, + [3775] = 849, + [3776] = 861, + [3777] = 3750, + [3778] = 855, + [3779] = 3750, + [3780] = 3780, + [3781] = 857, + [3782] = 852, + [3783] = 3758, + [3784] = 1137, + [3785] = 859, + [3786] = 850, + [3787] = 860, + [3788] = 535, + [3789] = 543, + [3790] = 3767, + [3791] = 3758, + [3792] = 3758, + [3793] = 3758, + [3794] = 3750, + [3795] = 3767, + [3796] = 3767, + [3797] = 3758, + [3798] = 3758, + [3799] = 3750, + [3800] = 3767, + [3801] = 3801, + [3802] = 3780, + [3803] = 1137, + [3804] = 3780, + [3805] = 3780, + [3806] = 1127, + [3807] = 3750, + [3808] = 2793, + [3809] = 1130, + [3810] = 2809, + [3811] = 3767, + [3812] = 3767, + [3813] = 3750, + [3814] = 3767, + [3815] = 3750, + [3816] = 3767, + [3817] = 1123, + [3818] = 3780, + [3819] = 3780, + [3820] = 3767, + [3821] = 3750, + [3822] = 3750, + [3823] = 3767, + [3824] = 3767, + [3825] = 3825, + [3826] = 3780, + [3827] = 3780, + [3828] = 3780, + [3829] = 3758, + [3830] = 858, + [3831] = 1184, + [3832] = 3780, + [3833] = 3758, + [3834] = 3750, + [3835] = 3750, [3836] = 3836, - [3837] = 3821, + [3837] = 3780, [3838] = 3838, - [3839] = 2747, - [3840] = 3840, - [3841] = 3841, - [3842] = 3842, - [3843] = 3834, - [3844] = 3841, - [3845] = 3838, + [3839] = 3780, + [3840] = 1182, + [3841] = 3767, + [3842] = 3767, + [3843] = 1119, + [3844] = 3780, + [3845] = 1181, [3846] = 3846, - [3847] = 2527, - [3848] = 2805, - [3849] = 1265, - [3850] = 1258, - [3851] = 3851, - [3852] = 1176, - [3853] = 1204, + [3847] = 3767, + [3848] = 3750, + [3849] = 1180, + [3850] = 2864, + [3851] = 3801, + [3852] = 3852, + [3853] = 3853, [3854] = 3854, [3855] = 3855, - [3856] = 3856, - [3857] = 3857, - [3858] = 3858, - [3859] = 3859, - [3860] = 3851, - [3861] = 3855, + [3856] = 558, + [3857] = 552, + [3858] = 562, + [3859] = 1198, + [3860] = 1199, + [3861] = 1200, [3862] = 3862, - [3863] = 2810, - [3864] = 3856, - [3865] = 3857, - [3866] = 3858, - [3867] = 3859, - [3868] = 3851, - [3869] = 3855, - [3870] = 3856, - [3871] = 3857, - [3872] = 3858, - [3873] = 3859, - [3874] = 3851, - [3875] = 3855, - [3876] = 3856, - [3877] = 3857, - [3878] = 3858, - [3879] = 3879, - [3880] = 3855, - [3881] = 3856, - [3882] = 3857, - [3883] = 3858, - [3884] = 3855, - [3885] = 3856, - [3886] = 3857, - [3887] = 3858, - [3888] = 3855, - [3889] = 3856, - [3890] = 3858, - [3891] = 3857, - [3892] = 3857, - [3893] = 3858, - [3894] = 3855, - [3895] = 3856, - [3896] = 3855, - [3897] = 2808, - [3898] = 3859, - [3899] = 1352, - [3900] = 1249, - [3901] = 1409, + [3863] = 3863, + [3864] = 3864, + [3865] = 3865, + [3866] = 1201, + [3867] = 1204, + [3868] = 3868, + [3869] = 1205, + [3870] = 3853, + [3871] = 3871, + [3872] = 3852, + [3873] = 3873, + [3874] = 2850, + [3875] = 2851, + [3876] = 3871, + [3877] = 3825, + [3878] = 561, + [3879] = 2793, + [3880] = 2809, + [3881] = 554, + [3882] = 2843, + [3883] = 3883, + [3884] = 3884, + [3885] = 3884, + [3886] = 2565, + [3887] = 3887, + [3888] = 3888, + [3889] = 2857, + [3890] = 3890, + [3891] = 3891, + [3892] = 3892, + [3893] = 3893, + [3894] = 3894, + [3895] = 3895, + [3896] = 3893, + [3897] = 3894, + [3898] = 3898, + [3899] = 3894, + [3900] = 1309, + [3901] = 3893, [3902] = 3902, - [3903] = 3903, - [3904] = 3851, - [3905] = 3856, - [3906] = 3857, - [3907] = 3858, - [3908] = 3908, - [3909] = 3909, - [3910] = 1229, - [3911] = 1230, - [3912] = 1231, - [3913] = 1233, - [3914] = 1234, - [3915] = 1235, - [3916] = 1236, - [3917] = 3857, - [3918] = 1237, - [3919] = 1240, - [3920] = 1243, - [3921] = 3859, - [3922] = 3858, - [3923] = 1246, - [3924] = 3856, - [3925] = 1247, - [3926] = 3851, - [3927] = 3859, - [3928] = 3858, - [3929] = 3851, - [3930] = 3855, - [3931] = 3856, - [3932] = 3857, - [3933] = 3858, - [3934] = 1248, - [3935] = 1250, - [3936] = 1251, - [3937] = 1252, - [3938] = 1253, - [3939] = 3859, - [3940] = 3940, - [3941] = 3941, - [3942] = 3941, - [3943] = 1254, - [3944] = 1255, - [3945] = 1256, - [3946] = 3859, - [3947] = 1260, - [3948] = 1261, - [3949] = 1262, - [3950] = 3950, - [3951] = 1264, - [3952] = 1266, - [3953] = 1267, - [3954] = 1271, - [3955] = 3859, - [3956] = 1272, - [3957] = 1273, - [3958] = 1274, - [3959] = 1275, - [3960] = 3909, - [3961] = 1277, - [3962] = 1278, - [3963] = 3963, - [3964] = 3851, - [3965] = 3855, - [3966] = 1281, - [3967] = 1283, - [3968] = 1284, - [3969] = 3855, - [3970] = 1287, - [3971] = 1288, - [3972] = 3940, - [3973] = 1290, - [3974] = 1291, - [3975] = 3856, - [3976] = 3857, - [3977] = 3856, - [3978] = 3859, - [3979] = 3851, - [3980] = 1351, - [3981] = 2825, - [3982] = 3855, - [3983] = 3856, - [3984] = 3857, - [3985] = 3858, - [3986] = 3908, - [3987] = 1276, - [3988] = 3858, - [3989] = 2826, - [3990] = 3857, - [3991] = 3858, - [3992] = 3857, - [3993] = 3857, - [3994] = 3855, - [3995] = 3856, - [3996] = 3855, - [3997] = 2805, - [3998] = 3851, - [3999] = 3856, - [4000] = 3859, - [4001] = 3851, - [4002] = 1361, - [4003] = 3855, - [4004] = 3851, - [4005] = 3859, - [4006] = 3851, - [4007] = 1362, - [4008] = 3858, - [4009] = 3859, - [4010] = 4010, - [4011] = 3879, - [4012] = 4012, - [4013] = 4013, - [4014] = 4014, - [4015] = 4015, - [4016] = 3902, - [4017] = 1063, - [4018] = 4018, - [4019] = 4019, - [4020] = 4020, - [4021] = 4021, - [4022] = 4022, - [4023] = 1061, - [4024] = 4024, - [4025] = 4025, - [4026] = 4026, - [4027] = 4027, - [4028] = 4028, - [4029] = 4029, - [4030] = 4030, - [4031] = 1176, - [4032] = 4032, - [4033] = 4033, - [4034] = 4034, - [4035] = 4033, - [4036] = 4036, - [4037] = 4037, - [4038] = 4038, - [4039] = 4039, - [4040] = 1204, - [4041] = 4041, - [4042] = 4042, - [4043] = 4043, - [4044] = 4044, + [3903] = 3893, + [3904] = 3898, + [3905] = 3891, + [3906] = 3895, + [3907] = 3891, + [3908] = 3895, + [3909] = 3893, + [3910] = 3894, + [3911] = 2857, + [3912] = 3891, + [3913] = 1276, + [3914] = 1277, + [3915] = 1282, + [3916] = 1283, + [3917] = 1285, + [3918] = 1286, + [3919] = 1288, + [3920] = 3898, + [3921] = 3921, + [3922] = 3922, + [3923] = 3898, + [3924] = 3891, + [3925] = 3895, + [3926] = 3895, + [3927] = 3898, + [3928] = 3894, + [3929] = 1289, + [3930] = 1290, + [3931] = 1291, + [3932] = 1292, + [3933] = 1293, + [3934] = 1294, + [3935] = 1295, + [3936] = 1297, + [3937] = 1300, + [3938] = 1301, + [3939] = 1303, + [3940] = 1304, + [3941] = 1307, + [3942] = 1308, + [3943] = 1415, + [3944] = 1310, + [3945] = 3945, + [3946] = 3894, + [3947] = 1313, + [3948] = 1314, + [3949] = 1315, + [3950] = 3922, + [3951] = 3891, + [3952] = 1316, + [3953] = 3891, + [3954] = 3895, + [3955] = 3893, + [3956] = 3894, + [3957] = 3922, + [3958] = 1232, + [3959] = 1230, + [3960] = 3922, + [3961] = 3898, + [3962] = 3891, + [3963] = 3895, + [3964] = 3893, + [3965] = 3894, + [3966] = 3922, + [3967] = 3898, + [3968] = 3891, + [3969] = 3895, + [3970] = 3893, + [3971] = 3894, + [3972] = 2864, + [3973] = 3922, + [3974] = 3898, + [3975] = 3894, + [3976] = 3895, + [3977] = 3893, + [3978] = 3978, + [3979] = 3922, + [3980] = 1384, + [3981] = 3898, + [3982] = 3891, + [3983] = 3895, + [3984] = 3984, + [3985] = 3893, + [3986] = 1317, + [3987] = 3987, + [3988] = 3894, + [3989] = 3989, + [3990] = 3987, + [3991] = 3902, + [3992] = 3922, + [3993] = 3898, + [3994] = 3891, + [3995] = 3895, + [3996] = 3921, + [3997] = 3893, + [3998] = 3989, + [3999] = 3894, + [4000] = 3922, + [4001] = 3898, + [4002] = 3891, + [4003] = 3895, + [4004] = 4004, + [4005] = 3922, + [4006] = 3893, + [4007] = 3922, + [4008] = 3894, + [4009] = 3922, + [4010] = 3893, + [4011] = 3898, + [4012] = 3894, + [4013] = 3893, + [4014] = 3895, + [4015] = 3891, + [4016] = 3891, + [4017] = 3895, + [4018] = 1418, + [4019] = 1417, + [4020] = 1416, + [4021] = 3893, + [4022] = 3894, + [4023] = 3895, + [4024] = 3891, + [4025] = 3894, + [4026] = 3922, + [4027] = 3893, + [4028] = 1405, + [4029] = 1401, + [4030] = 3898, + [4031] = 3895, + [4032] = 3891, + [4033] = 1399, + [4034] = 1397, + [4035] = 1395, + [4036] = 1394, + [4037] = 1389, + [4038] = 1388, + [4039] = 1368, + [4040] = 1341, + [4041] = 1334, + [4042] = 1333, + [4043] = 1326, + [4044] = 1325, [4045] = 4045, [4046] = 4046, - [4047] = 4047, - [4048] = 4048, - [4049] = 4047, - [4050] = 4050, - [4051] = 4051, + [4047] = 1320, + [4048] = 2850, + [4049] = 1319, + [4050] = 2843, + [4051] = 2851, [4052] = 4052, - [4053] = 4053, - [4054] = 4054, + [4053] = 4046, + [4054] = 3945, [4055] = 4055, [4056] = 4056, - [4057] = 3903, + [4057] = 4057, [4058] = 4058, - [4059] = 4039, - [4060] = 4060, + [4059] = 4059, + [4060] = 4045, [4061] = 4061, [4062] = 4062, [4063] = 4063, - [4064] = 4058, - [4065] = 4065, + [4064] = 4055, + [4065] = 4057, [4066] = 4066, - [4067] = 4029, - [4068] = 4030, - [4069] = 4032, + [4067] = 4067, + [4068] = 4068, + [4069] = 4069, [4070] = 4070, [4071] = 4071, - [4072] = 4054, - [4073] = 501, - [4074] = 4042, - [4075] = 4041, - [4076] = 4037, - [4077] = 509, + [4072] = 4072, + [4073] = 1055, + [4074] = 4074, + [4075] = 4075, + [4076] = 4076, + [4077] = 4077, [4078] = 4078, - [4079] = 4024, - [4080] = 1094, - [4081] = 4026, - [4082] = 1061, - [4083] = 4027, - [4084] = 1063, - [4085] = 4085, - [4086] = 4048, - [4087] = 4015, - [4088] = 4050, - [4089] = 4062, - [4090] = 4046, - [4091] = 4018, - [4092] = 4044, - [4093] = 1101, - [4094] = 1130, - [4095] = 514, - [4096] = 4019, - [4097] = 4020, - [4098] = 1138, - [4099] = 4021, - [4100] = 4078, - [4101] = 4022, - [4102] = 4012, + [4079] = 4079, + [4080] = 4080, + [4081] = 4081, + [4082] = 4082, + [4083] = 4083, + [4084] = 4084, + [4085] = 1117, + [4086] = 4086, + [4087] = 4087, + [4088] = 4088, + [4089] = 4089, + [4090] = 4090, + [4091] = 4091, + [4092] = 4092, + [4093] = 4093, + [4094] = 4094, + [4095] = 1230, + [4096] = 1232, + [4097] = 4097, + [4098] = 4059, + [4099] = 4099, + [4100] = 4100, + [4101] = 4101, + [4102] = 4102, [4103] = 4103, [4104] = 4104, - [4105] = 4028, - [4106] = 4106, - [4107] = 4107, - [4108] = 1148, - [4109] = 513, - [4110] = 503, - [4111] = 501, - [4112] = 509, - [4113] = 1094, - [4114] = 514, - [4115] = 4013, - [4116] = 1063, - [4117] = 1101, - [4118] = 4043, - [4119] = 4119, - [4120] = 4120, - [4121] = 4052, - [4122] = 4122, - [4123] = 4123, - [4124] = 4124, - [4125] = 4056, - [4126] = 4051, - [4127] = 4127, - [4128] = 4014, - [4129] = 4078, - [4130] = 4130, - [4131] = 4053, - [4132] = 1061, - [4133] = 4055, - [4134] = 4010, - [4135] = 4061, - [4136] = 4136, - [4137] = 4137, - [4138] = 1063, + [4105] = 4105, + [4106] = 1119, + [4107] = 1127, + [4108] = 4088, + [4109] = 4109, + [4110] = 4110, + [4111] = 4111, + [4112] = 4089, + [4113] = 4090, + [4114] = 4114, + [4115] = 1130, + [4116] = 4092, + [4117] = 1137, + [4118] = 4093, + [4119] = 1117, + [4120] = 525, + [4121] = 517, + [4122] = 518, + [4123] = 4079, + [4124] = 4080, + [4125] = 4094, + [4126] = 526, + [4127] = 1123, + [4128] = 1127, + [4129] = 518, + [4130] = 4076, + [4131] = 1055, + [4132] = 4101, + [4133] = 4081, + [4134] = 4102, + [4135] = 4077, + [4136] = 1117, + [4137] = 4109, + [4138] = 4082, [4139] = 4139, - [4140] = 4136, - [4141] = 4141, - [4142] = 4142, - [4143] = 4136, - [4144] = 1061, - [4145] = 4038, - [4146] = 503, - [4147] = 4034, + [4140] = 1055, + [4141] = 4084, + [4142] = 4110, + [4143] = 4143, + [4144] = 4086, + [4145] = 4145, + [4146] = 4146, + [4147] = 4147, [4148] = 4148, [4149] = 4149, - [4150] = 4148, + [4150] = 1117, [4151] = 4151, - [4152] = 4152, - [4153] = 4153, - [4154] = 1101, - [4155] = 1063, - [4156] = 1101, - [4157] = 509, - [4158] = 1094, - [4159] = 1094, - [4160] = 4160, - [4161] = 4161, - [4162] = 4162, - [4163] = 4163, - [4164] = 4164, - [4165] = 1101, - [4166] = 1151, - [4167] = 4167, - [4168] = 4161, + [4152] = 525, + [4153] = 4078, + [4154] = 4091, + [4155] = 4155, + [4156] = 1055, + [4157] = 4157, + [4158] = 4087, + [4159] = 4105, + [4160] = 4062, + [4161] = 4070, + [4162] = 4075, + [4163] = 4074, + [4164] = 4072, + [4165] = 4052, + [4166] = 4069, + [4167] = 4110, + [4168] = 4168, [4169] = 4169, - [4170] = 1130, - [4171] = 514, - [4172] = 1175, - [4173] = 4162, - [4174] = 501, - [4175] = 1094, - [4176] = 4176, - [4177] = 1171, - [4178] = 1138, - [4179] = 4179, - [4180] = 1167, - [4181] = 1101, - [4182] = 1159, - [4183] = 1162, - [4184] = 503, - [4185] = 1148, - [4186] = 1101, - [4187] = 4163, - [4188] = 4188, - [4189] = 4189, - [4190] = 4176, - [4191] = 1094, + [4170] = 4170, + [4171] = 4068, + [4172] = 4067, + [4173] = 4173, + [4174] = 4109, + [4175] = 4175, + [4176] = 4083, + [4177] = 4099, + [4178] = 4100, + [4179] = 4103, + [4180] = 4104, + [4181] = 4181, + [4182] = 4182, + [4183] = 4071, + [4184] = 4066, + [4185] = 4185, + [4186] = 1137, + [4187] = 517, + [4188] = 526, + [4189] = 521, + [4190] = 1204, + [4191] = 1205, [4192] = 4192, - [4193] = 4188, - [4194] = 1094, + [4193] = 1137, + [4194] = 1127, [4195] = 4195, [4196] = 4196, [4197] = 4197, - [4198] = 4179, - [4199] = 4199, + [4198] = 4198, + [4199] = 1184, [4200] = 4200, - [4201] = 4201, - [4202] = 1169, - [4203] = 1150, - [4204] = 4151, - [4205] = 1180, - [4206] = 1181, - [4207] = 509, - [4208] = 1093, - [4209] = 501, - [4210] = 1156, + [4201] = 1235, + [4202] = 4202, + [4203] = 4203, + [4204] = 1182, + [4205] = 4205, + [4206] = 4206, + [4207] = 1181, + [4208] = 4208, + [4209] = 1180, + [4210] = 4210, [4211] = 4211, - [4212] = 4164, - [4213] = 4189, - [4214] = 1182, - [4215] = 514, - [4216] = 4216, + [4212] = 4212, + [4213] = 4213, + [4214] = 1127, + [4215] = 4215, + [4216] = 1127, [4217] = 4217, - [4218] = 4149, + [4218] = 4218, [4219] = 4219, - [4220] = 503, + [4220] = 1137, [4221] = 4221, - [4222] = 4222, - [4223] = 4217, + [4222] = 1137, + [4223] = 1117, [4224] = 4224, - [4225] = 4195, - [4226] = 4226, - [4227] = 4227, - [4228] = 4219, - [4229] = 4196, + [4225] = 4225, + [4226] = 1201, + [4227] = 1127, + [4228] = 1130, + [4229] = 1200, [4230] = 4230, - [4231] = 1061, - [4232] = 4227, - [4233] = 4230, - [4234] = 4152, - [4235] = 1130, - [4236] = 1138, - [4237] = 4216, - [4238] = 1148, - [4239] = 513, - [4240] = 4197, - [4241] = 4241, - [4242] = 1181, - [4243] = 1287, - [4244] = 1093, - [4245] = 1229, - [4246] = 1230, - [4247] = 1231, - [4248] = 1233, - [4249] = 1234, - [4250] = 4250, - [4251] = 1235, - [4252] = 4252, - [4253] = 1236, + [4231] = 1137, + [4232] = 4203, + [4233] = 4206, + [4234] = 1159, + [4235] = 525, + [4236] = 4213, + [4237] = 4237, + [4238] = 1119, + [4239] = 1199, + [4240] = 4240, + [4241] = 4208, + [4242] = 1198, + [4243] = 1192, + [4244] = 4210, + [4245] = 4212, + [4246] = 526, + [4247] = 1055, + [4248] = 4215, + [4249] = 4249, + [4250] = 1123, + [4251] = 518, + [4252] = 4225, + [4253] = 4253, [4254] = 4254, - [4255] = 1237, + [4255] = 517, [4256] = 4256, - [4257] = 4257, - [4258] = 4258, + [4257] = 4192, + [4258] = 521, [4259] = 4259, - [4260] = 1240, - [4261] = 1243, - [4262] = 4262, - [4263] = 1246, - [4264] = 4264, - [4265] = 1247, - [4266] = 1248, - [4267] = 1169, - [4268] = 1249, - [4269] = 1250, - [4270] = 1251, - [4271] = 4271, - [4272] = 4272, - [4273] = 612, - [4274] = 1094, - [4275] = 1252, - [4276] = 1253, - [4277] = 1254, - [4278] = 4278, - [4279] = 1255, - [4280] = 1256, - [4281] = 1258, - [4282] = 1260, + [4260] = 4260, + [4261] = 4259, + [4262] = 4211, + [4263] = 4263, + [4264] = 4195, + [4265] = 1130, + [4266] = 4237, + [4267] = 4253, + [4268] = 1119, + [4269] = 4230, + [4270] = 4270, + [4271] = 525, + [4272] = 1123, + [4273] = 518, + [4274] = 517, + [4275] = 526, + [4276] = 4260, + [4277] = 4263, + [4278] = 4217, + [4279] = 1137, + [4280] = 4249, + [4281] = 4219, + [4282] = 1127, [4283] = 4283, - [4284] = 4252, - [4285] = 1261, - [4286] = 1262, - [4287] = 1362, - [4288] = 1265, - [4289] = 4259, - [4290] = 1266, - [4291] = 4254, - [4292] = 1267, - [4293] = 1271, - [4294] = 4294, - [4295] = 1272, - [4296] = 1273, - [4297] = 1274, - [4298] = 4298, - [4299] = 4299, - [4300] = 1159, - [4301] = 1167, - [4302] = 4294, - [4303] = 1171, - [4304] = 4304, - [4305] = 1275, + [4284] = 1297, + [4285] = 4285, + [4286] = 4286, + [4287] = 4287, + [4288] = 526, + [4289] = 4289, + [4290] = 4290, + [4291] = 4291, + [4292] = 4292, + [4293] = 1205, + [4294] = 1204, + [4295] = 4295, + [4296] = 4291, + [4297] = 4297, + [4298] = 518, + [4299] = 525, + [4300] = 517, + [4301] = 1285, + [4302] = 518, + [4303] = 516, + [4304] = 1218, + [4305] = 1159, [4306] = 4306, - [4307] = 4256, - [4308] = 4257, - [4309] = 4258, + [4307] = 1201, + [4308] = 4295, + [4309] = 4309, [4310] = 4310, [4311] = 4311, - [4312] = 1276, - [4313] = 1277, + [4312] = 4291, + [4313] = 1276, [4314] = 4314, - [4315] = 1180, - [4316] = 4316, - [4317] = 4294, - [4318] = 1278, - [4319] = 1281, + [4315] = 1277, + [4316] = 4287, + [4317] = 1200, + [4318] = 4295, + [4319] = 1282, [4320] = 1283, - [4321] = 4321, - [4322] = 1284, - [4323] = 1175, - [4324] = 1182, - [4325] = 4294, - [4326] = 4326, - [4327] = 1264, - [4328] = 4252, - [4329] = 1288, - [4330] = 1290, - [4331] = 1409, - [4332] = 4259, - [4333] = 4259, - [4334] = 1291, - [4335] = 1093, - [4336] = 1150, - [4337] = 1202, + [4321] = 1286, + [4322] = 1288, + [4323] = 1289, + [4324] = 1290, + [4325] = 1291, + [4326] = 1292, + [4327] = 1293, + [4328] = 4328, + [4329] = 4329, + [4330] = 4330, + [4331] = 1294, + [4332] = 1295, + [4333] = 4333, + [4334] = 1300, + [4335] = 1192, + [4336] = 4291, + [4337] = 4337, [4338] = 4338, - [4339] = 4278, + [4339] = 1301, [4340] = 4340, - [4341] = 4252, - [4342] = 4342, - [4343] = 1351, - [4344] = 4272, - [4345] = 1352, - [4346] = 4346, - [4347] = 4347, + [4341] = 4295, + [4342] = 1303, + [4343] = 1304, + [4344] = 1180, + [4345] = 4345, + [4346] = 1307, + [4347] = 1308, [4348] = 4348, - [4349] = 4252, - [4350] = 1361, - [4351] = 4294, - [4352] = 4259, - [4353] = 504, - [4354] = 4252, - [4355] = 4259, - [4356] = 4356, - [4357] = 501, - [4358] = 1156, - [4359] = 514, - [4360] = 1180, - [4361] = 1175, - [4362] = 1162, - [4363] = 1151, - [4364] = 503, - [4365] = 1171, - [4366] = 4299, - [4367] = 4367, - [4368] = 4283, - [4369] = 4369, - [4370] = 4311, - [4371] = 1167, - [4372] = 1159, - [4373] = 4252, - [4374] = 4374, - [4375] = 4375, - [4376] = 4252, - [4377] = 4259, - [4378] = 501, - [4379] = 4310, - [4380] = 4259, - [4381] = 4252, - [4382] = 4382, - [4383] = 1151, - [4384] = 4259, - [4385] = 1162, - [4386] = 4252, - [4387] = 1155, - [4388] = 1063, - [4389] = 4389, - [4390] = 4390, - [4391] = 1101, - [4392] = 4259, - [4393] = 4393, - [4394] = 4252, - [4395] = 902, - [4396] = 1150, - [4397] = 1181, - [4398] = 4259, - [4399] = 4259, - [4400] = 1093, - [4401] = 4252, - [4402] = 1169, - [4403] = 1061, - [4404] = 4298, - [4405] = 1094, - [4406] = 1101, - [4407] = 518, - [4408] = 4259, - [4409] = 4338, - [4410] = 4252, - [4411] = 524, + [4349] = 4291, + [4350] = 1199, + [4351] = 4351, + [4352] = 4291, + [4353] = 4353, + [4354] = 4348, + [4355] = 4351, + [4356] = 4291, + [4357] = 4353, + [4358] = 4358, + [4359] = 1309, + [4360] = 1310, + [4361] = 4295, + [4362] = 1313, + [4363] = 1181, + [4364] = 1198, + [4365] = 1314, + [4366] = 4314, + [4367] = 1315, + [4368] = 4287, + [4369] = 1316, + [4370] = 1317, + [4371] = 1319, + [4372] = 4333, + [4373] = 1182, + [4374] = 1320, + [4375] = 1325, + [4376] = 1326, + [4377] = 1333, + [4378] = 4378, + [4379] = 1334, + [4380] = 4287, + [4381] = 1341, + [4382] = 1368, + [4383] = 1388, + [4384] = 4295, + [4385] = 1389, + [4386] = 1394, + [4387] = 4295, + [4388] = 1395, + [4389] = 1397, + [4390] = 1399, + [4391] = 1401, + [4392] = 4295, + [4393] = 1405, + [4394] = 4394, + [4395] = 1235, + [4396] = 4295, + [4397] = 1180, + [4398] = 4398, + [4399] = 1181, + [4400] = 1415, + [4401] = 4401, + [4402] = 1416, + [4403] = 1417, + [4404] = 1418, + [4405] = 4291, + [4406] = 4406, + [4407] = 1159, + [4408] = 1184, + [4409] = 1182, + [4410] = 4337, + [4411] = 4291, [4412] = 4412, - [4413] = 509, - [4414] = 4414, - [4415] = 4415, - [4416] = 4271, - [4417] = 1361, - [4418] = 1351, + [4413] = 4413, + [4414] = 4287, + [4415] = 1384, + [4416] = 4295, + [4417] = 618, + [4418] = 1159, [4419] = 4419, [4420] = 4420, - [4421] = 1290, - [4422] = 4414, - [4423] = 1291, - [4424] = 1362, - [4425] = 4425, - [4426] = 4425, - [4427] = 4425, - [4428] = 1281, - [4429] = 1409, - [4430] = 4414, - [4431] = 1288, - [4432] = 4419, - [4433] = 4420, - [4434] = 1287, - [4435] = 4425, - [4436] = 4425, - [4437] = 4419, - [4438] = 1284, - [4439] = 1283, - [4440] = 1234, - [4441] = 4420, - [4442] = 1278, - [4443] = 4414, - [4444] = 4262, - [4445] = 4419, - [4446] = 1277, - [4447] = 1276, - [4448] = 1275, - [4449] = 4449, - [4450] = 4450, - [4451] = 1274, - [4452] = 4250, - [4453] = 4414, - [4454] = 4420, - [4455] = 1273, + [4421] = 4291, + [4422] = 1127, + [4423] = 4291, + [4424] = 4295, + [4425] = 1184, + [4426] = 4328, + [4427] = 4338, + [4428] = 4291, + [4429] = 4340, + [4430] = 4295, + [4431] = 4431, + [4432] = 4432, + [4433] = 4433, + [4434] = 4394, + [4435] = 1205, + [4436] = 1127, + [4437] = 940, + [4438] = 1204, + [4439] = 540, + [4440] = 1215, + [4441] = 4441, + [4442] = 1117, + [4443] = 4443, + [4444] = 1137, + [4445] = 1201, + [4446] = 532, + [4447] = 1200, + [4448] = 4295, + [4449] = 1137, + [4450] = 4291, + [4451] = 4378, + [4452] = 1055, + [4453] = 1198, + [4454] = 4401, + [4455] = 1199, [4456] = 4456, - [4457] = 1248, - [4458] = 4419, - [4459] = 4419, - [4460] = 4425, - [4461] = 1272, - [4462] = 4462, - [4463] = 4420, - [4464] = 1093, - [4465] = 1271, - [4466] = 1267, - [4467] = 4414, + [4457] = 4457, + [4458] = 4458, + [4459] = 1117, + [4460] = 1316, + [4461] = 4461, + [4462] = 4461, + [4463] = 4463, + [4464] = 4457, + [4465] = 1320, + [4466] = 4466, + [4467] = 4467, [4468] = 4468, - [4469] = 1266, + [4469] = 1384, [4470] = 4470, [4471] = 4471, - [4472] = 1265, - [4473] = 4473, - [4474] = 1264, - [4475] = 1262, - [4476] = 1261, - [4477] = 4414, - [4478] = 1260, - [4479] = 1258, - [4480] = 1256, - [4481] = 1169, - [4482] = 4414, - [4483] = 1409, - [4484] = 4484, - [4485] = 1150, - [4486] = 4419, - [4487] = 4487, - [4488] = 4488, + [4472] = 1205, + [4473] = 1204, + [4474] = 4461, + [4475] = 1315, + [4476] = 1399, + [4477] = 4461, + [4478] = 4478, + [4479] = 4479, + [4480] = 4480, + [4481] = 4481, + [4482] = 4461, + [4483] = 1319, + [4484] = 1418, + [4485] = 1417, + [4486] = 1416, + [4487] = 1320, + [4488] = 1415, [4489] = 4489, - [4490] = 1254, - [4491] = 1180, - [4492] = 4492, - [4493] = 4493, - [4494] = 1156, + [4490] = 1325, + [4491] = 1326, + [4492] = 1333, + [4493] = 1405, + [4494] = 1401, [4495] = 4495, - [4496] = 4419, - [4497] = 1181, - [4498] = 4420, - [4499] = 1253, - [4500] = 4425, - [4501] = 1252, - [4502] = 1251, - [4503] = 1250, - [4504] = 4504, - [4505] = 4505, - [4506] = 1249, - [4507] = 4507, - [4508] = 4508, - [4509] = 4509, - [4510] = 4414, - [4511] = 1248, - [4512] = 4420, - [4513] = 1247, - [4514] = 4419, - [4515] = 1246, - [4516] = 1243, - [4517] = 4414, - [4518] = 1240, - [4519] = 1237, + [4496] = 4480, + [4497] = 4497, + [4498] = 4433, + [4499] = 4470, + [4500] = 1399, + [4501] = 1397, + [4502] = 1395, + [4503] = 1394, + [4504] = 1389, + [4505] = 4461, + [4506] = 4412, + [4507] = 1388, + [4508] = 4457, + [4509] = 4470, + [4510] = 4457, + [4511] = 1368, + [4512] = 4470, + [4513] = 1341, + [4514] = 1384, + [4515] = 4515, + [4516] = 1055, + [4517] = 1314, + [4518] = 1334, + [4519] = 1334, [4520] = 4520, [4521] = 4521, - [4522] = 4522, + [4522] = 4457, [4523] = 4523, - [4524] = 4524, - [4525] = 1236, - [4526] = 1235, - [4527] = 4414, - [4528] = 4419, - [4529] = 1202, - [4530] = 1233, - [4531] = 4425, - [4532] = 1231, - [4533] = 4419, - [4534] = 1230, - [4535] = 4419, - [4536] = 4536, - [4537] = 4425, - [4538] = 1229, - [4539] = 1255, - [4540] = 4414, - [4541] = 4420, - [4542] = 4542, - [4543] = 4468, - [4544] = 4419, - [4545] = 4545, - [4546] = 4414, + [4524] = 1310, + [4525] = 1192, + [4526] = 4470, + [4527] = 1128, + [4528] = 4528, + [4529] = 1137, + [4530] = 1341, + [4531] = 4461, + [4532] = 4532, + [4533] = 4533, + [4534] = 4534, + [4535] = 4535, + [4536] = 4456, + [4537] = 4537, + [4538] = 1201, + [4539] = 4457, + [4540] = 1200, + [4541] = 4541, + [4542] = 4470, + [4543] = 1313, + [4544] = 1199, + [4545] = 1198, + [4546] = 1137, [4547] = 4547, - [4548] = 4414, - [4549] = 4419, - [4550] = 4550, - [4551] = 4419, - [4552] = 4414, - [4553] = 4304, - [4554] = 4419, - [4555] = 4414, - [4556] = 4556, - [4557] = 4419, - [4558] = 4414, - [4559] = 4419, - [4560] = 4419, - [4561] = 4419, + [4548] = 4461, + [4549] = 4461, + [4550] = 4461, + [4551] = 1368, + [4552] = 1333, + [4553] = 4553, + [4554] = 1326, + [4555] = 4489, + [4556] = 1388, + [4557] = 1127, + [4558] = 4558, + [4559] = 1325, + [4560] = 4457, + [4561] = 1218, [4562] = 4562, [4563] = 4563, - [4564] = 4564, - [4565] = 4565, - [4566] = 1255, - [4567] = 1229, - [4568] = 1230, - [4569] = 4419, - [4570] = 1231, - [4571] = 4425, - [4572] = 1233, - [4573] = 1234, - [4574] = 4524, - [4575] = 1235, - [4576] = 1236, - [4577] = 4420, - [4578] = 1237, - [4579] = 1240, - [4580] = 4414, - [4581] = 1243, - [4582] = 1246, - [4583] = 1247, - [4584] = 1249, - [4585] = 1362, - [4586] = 4586, + [4564] = 4461, + [4565] = 1389, + [4566] = 1310, + [4567] = 1394, + [4568] = 1309, + [4569] = 4457, + [4570] = 4520, + [4571] = 1319, + [4572] = 4572, + [4573] = 4573, + [4574] = 4574, + [4575] = 1308, + [4576] = 1317, + [4577] = 1307, + [4578] = 4578, + [4579] = 1316, + [4580] = 1395, + [4581] = 1397, + [4582] = 1304, + [4583] = 4583, + [4584] = 4456, + [4585] = 4456, + [4586] = 1315, [4587] = 4587, - [4588] = 1250, - [4589] = 1251, - [4590] = 1151, - [4591] = 1162, - [4592] = 1252, + [4588] = 4588, + [4589] = 4589, + [4590] = 4590, + [4591] = 4591, + [4592] = 4592, [4593] = 4593, - [4594] = 4594, - [4595] = 4595, - [4596] = 4596, - [4597] = 4597, - [4598] = 1253, - [4599] = 1254, - [4600] = 4600, - [4601] = 4524, - [4602] = 1256, - [4603] = 1258, - [4604] = 1260, - [4605] = 1261, - [4606] = 4419, - [4607] = 1262, - [4608] = 4425, - [4609] = 1264, - [4610] = 1265, - [4611] = 1266, - [4612] = 1267, - [4613] = 1271, - [4614] = 1272, - [4615] = 4316, - [4616] = 4524, - [4617] = 4420, - [4618] = 1273, + [4594] = 4456, + [4595] = 1418, + [4596] = 1127, + [4597] = 1301, + [4598] = 4598, + [4599] = 1314, + [4600] = 1313, + [4601] = 4601, + [4602] = 1283, + [4603] = 4456, + [4604] = 4604, + [4605] = 4605, + [4606] = 4606, + [4607] = 1309, + [4608] = 1300, + [4609] = 4609, + [4610] = 4610, + [4611] = 4489, + [4612] = 4612, + [4613] = 4613, + [4614] = 4614, + [4615] = 1401, + [4616] = 4616, + [4617] = 4617, + [4618] = 1405, [4619] = 4619, - [4620] = 4507, - [4621] = 1274, - [4622] = 1275, - [4623] = 4414, - [4624] = 1276, - [4625] = 1277, - [4626] = 4524, - [4627] = 1278, + [4620] = 4620, + [4621] = 4489, + [4622] = 4622, + [4623] = 4623, + [4624] = 4624, + [4625] = 4625, + [4626] = 4626, + [4627] = 4627, [4628] = 4628, - [4629] = 4524, + [4629] = 4461, [4630] = 4630, - [4631] = 1281, + [4631] = 4470, [4632] = 4632, - [4633] = 1352, - [4634] = 4524, - [4635] = 4635, - [4636] = 1283, - [4637] = 1284, - [4638] = 4638, - [4639] = 4639, - [4640] = 4640, - [4641] = 1287, - [4642] = 1288, - [4643] = 1094, + [4633] = 4456, + [4634] = 4634, + [4635] = 4457, + [4636] = 1308, + [4637] = 4470, + [4638] = 1297, + [4639] = 4461, + [4640] = 1295, + [4641] = 1307, + [4642] = 4642, + [4643] = 4535, [4644] = 4644, - [4645] = 4524, - [4646] = 1109, + [4645] = 4645, + [4646] = 4646, [4647] = 4647, - [4648] = 1290, + [4648] = 4648, [4649] = 4649, [4650] = 4650, - [4651] = 4651, - [4652] = 4652, - [4653] = 1291, - [4654] = 4524, - [4655] = 4524, - [4656] = 1101, - [4657] = 4657, - [4658] = 1101, - [4659] = 4659, - [4660] = 4660, - [4661] = 4661, - [4662] = 4662, + [4651] = 4461, + [4652] = 4456, + [4653] = 4470, + [4654] = 1294, + [4655] = 4655, + [4656] = 1304, + [4657] = 4461, + [4658] = 4461, + [4659] = 4456, + [4660] = 4285, + [4661] = 1303, + [4662] = 1303, [4663] = 4663, - [4664] = 4664, - [4665] = 4326, - [4666] = 4666, + [4664] = 4458, + [4665] = 4461, + [4666] = 4612, [4667] = 4667, - [4668] = 4668, - [4669] = 4524, - [4670] = 4524, - [4671] = 4671, + [4668] = 4456, + [4669] = 1301, + [4670] = 4670, + [4671] = 1159, [4672] = 4672, - [4673] = 4347, - [4674] = 4524, - [4675] = 4524, - [4676] = 4420, - [4677] = 1101, + [4673] = 4673, + [4674] = 4457, + [4675] = 4675, + [4676] = 4676, + [4677] = 4677, [4678] = 4678, - [4679] = 4679, - [4680] = 1094, + [4679] = 4470, + [4680] = 4680, [4681] = 4681, [4682] = 4682, [4683] = 4683, - [4684] = 502, + [4684] = 4684, [4685] = 4685, [4686] = 4686, [4687] = 4687, [4688] = 4688, [4689] = 4689, [4690] = 4690, - [4691] = 4691, - [4692] = 4692, - [4693] = 4693, - [4694] = 4694, - [4695] = 4695, - [4696] = 4419, - [4697] = 1351, - [4698] = 4698, - [4699] = 1352, - [4700] = 1361, - [4701] = 4425, - [4702] = 4702, + [4691] = 1300, + [4692] = 1297, + [4693] = 1295, + [4694] = 1294, + [4695] = 1293, + [4696] = 1292, + [4697] = 4697, + [4698] = 1291, + [4699] = 4456, + [4700] = 4700, + [4701] = 1290, + [4702] = 1289, [4703] = 4703, - [4704] = 4704, - [4705] = 4705, + [4704] = 1288, + [4705] = 1286, [4706] = 4706, - [4707] = 4707, - [4708] = 4708, - [4709] = 4709, - [4710] = 4492, + [4707] = 4461, + [4708] = 1285, + [4709] = 1283, + [4710] = 1277, [4711] = 4711, [4712] = 4712, - [4713] = 4713, - [4714] = 4714, - [4715] = 4715, - [4716] = 4473, - [4717] = 4717, - [4718] = 4718, - [4719] = 4719, - [4720] = 4414, - [4721] = 4721, - [4722] = 4722, + [4713] = 522, + [4714] = 4443, + [4715] = 1276, + [4716] = 4716, + [4717] = 4489, + [4718] = 4470, + [4719] = 4489, + [4720] = 1282, + [4721] = 4457, + [4722] = 4461, [4723] = 4723, [4724] = 4724, - [4725] = 4725, - [4726] = 4726, + [4725] = 1317, + [4726] = 1276, [4727] = 4727, - [4728] = 4728, - [4729] = 4729, + [4728] = 1277, + [4729] = 1282, [4730] = 4730, [4731] = 4731, [4732] = 4732, @@ -9613,42 +9627,42 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4735] = 4735, [4736] = 4736, [4737] = 4737, - [4738] = 1094, + [4738] = 4738, [4739] = 4739, [4740] = 4740, - [4741] = 4741, + [4741] = 4457, [4742] = 4742, [4743] = 4743, [4744] = 4744, - [4745] = 4745, - [4746] = 4562, + [4745] = 1285, + [4746] = 4746, [4747] = 4747, - [4748] = 4748, - [4749] = 4749, + [4748] = 4489, + [4749] = 1127, [4750] = 4750, [4751] = 4751, [4752] = 4752, [4753] = 4753, [4754] = 4754, - [4755] = 1061, + [4755] = 4755, [4756] = 4756, [4757] = 4757, - [4758] = 4547, - [4759] = 1155, - [4760] = 1063, - [4761] = 4420, + [4758] = 4758, + [4759] = 4759, + [4760] = 4760, + [4761] = 4761, [4762] = 4762, [4763] = 4763, [4764] = 4764, [4765] = 4765, [4766] = 4766, - [4767] = 4767, - [4768] = 4587, + [4767] = 4572, + [4768] = 4768, [4769] = 4769, [4770] = 4770, [4771] = 4771, [4772] = 4772, - [4773] = 4414, + [4773] = 4773, [4774] = 4774, [4775] = 4775, [4776] = 4776, @@ -9658,66 +9672,66 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4780] = 4780, [4781] = 4781, [4782] = 4782, - [4783] = 4414, + [4783] = 4783, [4784] = 4784, [4785] = 4785, - [4786] = 4786, - [4787] = 4787, - [4788] = 4788, - [4789] = 4789, - [4790] = 4420, - [4791] = 4473, + [4786] = 1415, + [4787] = 1416, + [4788] = 1417, + [4789] = 4456, + [4790] = 4790, + [4791] = 4489, [4792] = 4792, [4793] = 4793, [4794] = 4794, [4795] = 4795, - [4796] = 4796, - [4797] = 4797, - [4798] = 4798, + [4796] = 1286, + [4797] = 4489, + [4798] = 4441, [4799] = 4799, [4800] = 4800, - [4801] = 4801, + [4801] = 4461, [4802] = 4802, - [4803] = 4803, - [4804] = 4425, - [4805] = 4473, + [4803] = 4420, + [4804] = 4804, + [4805] = 4805, [4806] = 4806, - [4807] = 4419, - [4808] = 4473, - [4809] = 4809, + [4807] = 4807, + [4808] = 4470, + [4809] = 1288, [4810] = 4810, [4811] = 4811, [4812] = 4812, [4813] = 4813, [4814] = 4814, - [4815] = 4815, + [4815] = 4456, [4816] = 4816, [4817] = 4817, - [4818] = 4818, - [4819] = 4819, + [4818] = 4457, + [4819] = 1289, [4820] = 4820, - [4821] = 4821, - [4822] = 4822, + [4821] = 4461, + [4822] = 4489, [4823] = 4823, [4824] = 4824, [4825] = 4825, - [4826] = 4826, - [4827] = 4827, - [4828] = 4473, - [4829] = 4473, - [4830] = 4473, - [4831] = 4473, - [4832] = 4473, - [4833] = 4306, + [4826] = 1290, + [4827] = 4461, + [4828] = 4828, + [4829] = 1137, + [4830] = 4489, + [4831] = 4831, + [4832] = 4832, + [4833] = 4833, [4834] = 4834, [4835] = 4835, [4836] = 4836, [4837] = 4837, - [4838] = 4838, - [4839] = 4473, - [4840] = 4473, - [4841] = 4841, - [4842] = 4842, + [4838] = 4461, + [4839] = 4839, + [4840] = 4840, + [4841] = 4456, + [4842] = 1215, [4843] = 4843, [4844] = 4844, [4845] = 4845, @@ -9726,1251 +9740,1293 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4848] = 4848, [4849] = 4849, [4850] = 4850, - [4851] = 4851, - [4852] = 1169, - [4853] = 4853, - [4854] = 4854, - [4855] = 4855, - [4856] = 4856, - [4857] = 1094, - [4858] = 1162, - [4859] = 1151, - [4860] = 1162, - [4861] = 1151, - [4862] = 1101, - [4863] = 4850, + [4851] = 1291, + [4852] = 4470, + [4853] = 1292, + [4854] = 4431, + [4855] = 4461, + [4856] = 4489, + [4857] = 1293, + [4858] = 4406, + [4859] = 4859, + [4860] = 4860, + [4861] = 4861, + [4862] = 4862, + [4863] = 4863, [4864] = 4864, - [4865] = 4849, - [4866] = 4848, - [4867] = 4851, - [4868] = 4508, + [4865] = 4865, + [4866] = 4866, + [4867] = 4867, + [4868] = 4868, [4869] = 4869, - [4870] = 4509, - [4871] = 4847, - [4872] = 4846, - [4873] = 4845, + [4870] = 4870, + [4871] = 4871, + [4872] = 4872, + [4873] = 4873, [4874] = 4874, [4875] = 4844, [4876] = 4843, - [4877] = 4744, + [4877] = 4794, [4878] = 4878, - [4879] = 4879, + [4879] = 4839, [4880] = 4880, - [4881] = 4842, - [4882] = 4838, - [4883] = 4837, + [4881] = 4837, + [4882] = 4874, + [4883] = 4883, [4884] = 4884, - [4885] = 4836, - [4886] = 4886, - [4887] = 4835, - [4888] = 4888, - [4889] = 4775, - [4890] = 4545, - [4891] = 4462, - [4892] = 4834, - [4893] = 4827, - [4894] = 4880, - [4895] = 4826, - [4896] = 4825, - [4897] = 4851, - [4898] = 4824, - [4899] = 4823, - [4900] = 4822, - [4901] = 4821, - [4902] = 4851, - [4903] = 4820, - [4904] = 4819, - [4905] = 4818, - [4906] = 4817, - [4907] = 4880, - [4908] = 4816, - [4909] = 4812, - [4910] = 4910, - [4911] = 4772, + [4885] = 4885, + [4886] = 4871, + [4887] = 4836, + [4888] = 4846, + [4889] = 4889, + [4890] = 4835, + [4891] = 4891, + [4892] = 4889, + [4893] = 4889, + [4894] = 4878, + [4895] = 4874, + [4896] = 4880, + [4897] = 4897, + [4898] = 4834, + [4899] = 4833, + [4900] = 1267, + [4901] = 4832, + [4902] = 4831, + [4903] = 4828, + [4904] = 4871, + [4905] = 4825, + [4906] = 4824, + [4907] = 1260, + [4908] = 4823, + [4909] = 4820, + [4910] = 4817, + [4911] = 4878, [4912] = 4912, - [4913] = 4801, - [4914] = 4792, - [4915] = 4788, - [4916] = 4916, - [4917] = 4785, - [4918] = 4782, - [4919] = 4919, - [4920] = 1270, - [4921] = 4884, - [4922] = 1269, - [4923] = 4781, - [4924] = 4924, - [4925] = 4780, - [4926] = 4779, - [4927] = 4927, - [4928] = 4774, - [4929] = 4879, - [4930] = 4681, - [4931] = 4770, - [4932] = 4769, - [4933] = 4766, - [4934] = 4934, - [4935] = 4869, - [4936] = 4550, - [4937] = 4765, - [4938] = 4764, - [4939] = 4763, - [4940] = 4762, - [4941] = 4869, - [4942] = 4757, - [4943] = 4754, - [4944] = 4815, - [4945] = 4753, - [4946] = 4752, - [4947] = 4751, - [4948] = 4841, - [4949] = 4813, - [4950] = 4950, - [4951] = 4951, - [4952] = 4810, - [4953] = 4953, - [4954] = 4809, - [4955] = 4806, - [4956] = 4803, - [4957] = 4802, - [4958] = 4958, - [4959] = 4800, - [4960] = 4799, - [4961] = 4961, - [4962] = 4798, - [4963] = 4797, - [4964] = 4796, - [4965] = 4965, - [4966] = 4795, - [4967] = 4814, - [4968] = 1181, - [4969] = 4969, - [4970] = 4657, - [4971] = 1180, - [4972] = 1150, - [4973] = 1169, - [4974] = 4793, - [4975] = 4789, - [4976] = 4787, - [4977] = 4786, - [4978] = 4784, - [4979] = 1181, - [4980] = 1180, - [4981] = 1150, - [4982] = 4778, - [4983] = 4851, - [4984] = 4777, - [4985] = 4750, - [4986] = 4776, + [4913] = 4479, + [4914] = 4816, + [4915] = 4915, + [4916] = 4814, + [4917] = 4813, + [4918] = 4812, + [4919] = 4478, + [4920] = 4920, + [4921] = 4921, + [4922] = 4811, + [4923] = 4553, + [4924] = 4880, + [4925] = 4873, + [4926] = 4926, + [4927] = 4874, + [4928] = 4810, + [4929] = 4807, + [4930] = 4806, + [4931] = 3487, + [4932] = 4880, + [4933] = 4874, + [4934] = 4871, + [4935] = 4805, + [4936] = 4889, + [4937] = 4871, + [4938] = 4889, + [4939] = 4804, + [4940] = 4802, + [4941] = 3486, + [4942] = 4800, + [4943] = 4799, + [4944] = 4795, + [4945] = 4889, + [4946] = 4946, + [4947] = 4874, + [4948] = 4880, + [4949] = 4889, + [4950] = 4793, + [4951] = 4847, + [4952] = 4871, + [4953] = 1204, + [4954] = 4848, + [4955] = 4955, + [4956] = 4956, + [4957] = 4957, + [4958] = 1205, + [4959] = 4959, + [4960] = 4873, + [4961] = 4466, + [4962] = 4849, + [4963] = 4880, + [4964] = 4912, + [4965] = 4878, + [4966] = 4891, + [4967] = 4967, + [4968] = 4897, + [4969] = 4874, + [4970] = 4878, + [4971] = 4889, + [4972] = 4878, + [4973] = 4871, + [4974] = 4850, + [4975] = 4859, + [4976] = 4873, + [4977] = 4884, + [4978] = 4880, + [4979] = 4874, + [4980] = 4885, + [4981] = 4860, + [4982] = 4982, + [4983] = 4861, + [4984] = 4863, + [4985] = 4871, + [4986] = 4873, [4987] = 4987, - [4988] = 4880, - [4989] = 4639, - [4990] = 4493, - [4991] = 4771, - [4992] = 4888, - [4993] = 4767, - [4994] = 4994, - [4995] = 4995, - [4996] = 4749, - [4997] = 4748, - [4998] = 4924, - [4999] = 4756, - [5000] = 4884, - [5001] = 4747, - [5002] = 1093, - [5003] = 4628, - [5004] = 4715, - [5005] = 4794, - [5006] = 4884, - [5007] = 4879, - [5008] = 4880, - [5009] = 4884, - [5010] = 4880, - [5011] = 4884, - [5012] = 4880, - [5013] = 4884, + [4988] = 4988, + [4989] = 4989, + [4990] = 4889, + [4991] = 4991, + [4992] = 4871, + [4993] = 4864, + [4994] = 4871, + [4995] = 4865, + [4996] = 4946, + [4997] = 1137, + [4998] = 4998, + [4999] = 4889, + [5000] = 4874, + [5001] = 4880, + [5002] = 4495, + [5003] = 1204, + [5004] = 5004, + [5005] = 4967, + [5006] = 4959, + [5007] = 5007, + [5008] = 5008, + [5009] = 5009, + [5010] = 4889, + [5011] = 5011, + [5012] = 4989, + [5013] = 4880, [5014] = 4880, - [5015] = 4884, - [5016] = 4880, - [5017] = 4869, - [5018] = 4884, - [5019] = 4880, - [5020] = 4884, - [5021] = 4880, - [5022] = 4884, + [5015] = 4874, + [5016] = 4874, + [5017] = 4889, + [5018] = 4871, + [5019] = 4845, + [5020] = 4889, + [5021] = 5021, + [5022] = 4878, [5023] = 4880, - [5024] = 4884, - [5025] = 4880, - [5026] = 4884, - [5027] = 4880, - [5028] = 5028, - [5029] = 5029, - [5030] = 4851, - [5031] = 4884, - [5032] = 5032, - [5033] = 4880, - [5034] = 5034, - [5035] = 4851, - [5036] = 4695, - [5037] = 4884, - [5038] = 4880, - [5039] = 4851, - [5040] = 5040, - [5041] = 4884, - [5042] = 5034, - [5043] = 4593, - [5044] = 4880, - [5045] = 4869, - [5046] = 4595, - [5047] = 4851, - [5048] = 4912, - [5049] = 4851, + [5024] = 1127, + [5025] = 2, + [5026] = 4874, + [5027] = 4867, + [5028] = 1218, + [5029] = 4889, + [5030] = 3, + [5031] = 4871, + [5032] = 4871, + [5033] = 4874, + [5034] = 4880, + [5035] = 4873, + [5036] = 4467, + [5037] = 1205, + [5038] = 4868, + [5039] = 4873, + [5040] = 4663, + [5041] = 4874, + [5042] = 4463, + [5043] = 4562, + [5044] = 4468, + [5045] = 4880, + [5046] = 4869, + [5047] = 4870, + [5048] = 5048, + [5049] = 4878, [5050] = 5050, - [5051] = 4910, - [5052] = 4880, - [5053] = 5053, - [5054] = 4884, - [5055] = 4596, - [5056] = 1155, - [5057] = 4880, - [5058] = 4851, - [5059] = 4884, - [5060] = 4880, - [5061] = 4851, - [5062] = 1063, - [5063] = 4884, - [5064] = 4884, - [5065] = 5065, - [5066] = 4886, - [5067] = 4880, - [5068] = 4878, - [5069] = 1061, - [5070] = 5070, - [5071] = 4879, - [5072] = 4884, - [5073] = 4880, - [5074] = 4851, - [5075] = 3443, - [5076] = 4811, - [5077] = 4884, - [5078] = 4880, - [5079] = 4851, - [5080] = 4691, - [5081] = 4869, - [5082] = 1094, - [5083] = 4884, - [5084] = 4880, - [5085] = 5032, - [5086] = 4851, - [5087] = 1101, - [5088] = 4689, - [5089] = 4688, - [5090] = 5028, - [5091] = 4884, - [5092] = 5029, - [5093] = 5093, - [5094] = 4880, - [5095] = 5095, - [5096] = 4851, - [5097] = 4686, - [5098] = 4685, - [5099] = 4679, - [5100] = 4884, - [5101] = 4672, - [5102] = 4880, - [5103] = 4851, - [5104] = 4662, - [5105] = 4723, - [5106] = 4743, - [5107] = 4879, - [5108] = 4742, - [5109] = 4741, - [5110] = 5110, - [5111] = 4851, - [5112] = 4740, - [5113] = 4869, - [5114] = 4739, - [5115] = 5115, - [5116] = 4880, - [5117] = 4737, - [5118] = 4879, - [5119] = 3436, - [5120] = 4736, - [5121] = 4735, - [5122] = 4745, - [5123] = 4884, - [5124] = 4734, - [5125] = 4733, - [5126] = 5126, - [5127] = 4732, - [5128] = 4884, - [5129] = 4731, - [5130] = 4730, - [5131] = 4880, - [5132] = 4487, - [5133] = 5133, - [5134] = 4851, - [5135] = 4879, - [5136] = 4729, - [5137] = 4728, - [5138] = 4692, - [5139] = 4726, - [5140] = 4725, - [5141] = 4724, - [5142] = 4652, - [5143] = 4869, - [5144] = 4722, - [5145] = 4869, - [5146] = 4721, - [5147] = 4879, - [5148] = 4650, - [5149] = 4884, - [5150] = 4719, - [5151] = 4718, - [5152] = 4884, - [5153] = 4717, - [5154] = 4714, - [5155] = 4713, - [5156] = 4880, - [5157] = 5157, - [5158] = 4712, - [5159] = 4851, - [5160] = 4727, - [5161] = 5133, - [5162] = 4709, - [5163] = 4708, - [5164] = 4707, - [5165] = 4869, - [5166] = 4706, - [5167] = 4705, - [5168] = 4879, - [5169] = 4704, - [5170] = 4703, - [5171] = 5171, - [5172] = 5172, - [5173] = 4702, - [5174] = 4884, - [5175] = 4851, - [5176] = 4698, - [5177] = 4594, - [5178] = 4694, - [5179] = 4640, - [5180] = 4880, - [5181] = 4687, - [5182] = 4934, - [5183] = 4927, - [5184] = 4879, - [5185] = 4880, - [5186] = 4683, - [5187] = 4851, - [5188] = 4682, - [5189] = 4638, - [5190] = 4597, - [5191] = 4647, - [5192] = 4884, - [5193] = 4484, - [5194] = 4635, - [5195] = 4884, - [5196] = 4880, - [5197] = 4671, + [5051] = 4871, + [5052] = 4681, + [5053] = 1215, + [5054] = 5054, + [5055] = 4785, + [5056] = 4874, + [5057] = 5057, + [5058] = 5058, + [5059] = 4889, + [5060] = 4744, + [5061] = 4889, + [5062] = 4563, + [5063] = 4573, + [5064] = 5064, + [5065] = 4871, + [5066] = 4874, + [5067] = 4574, + [5068] = 4578, + [5069] = 4583, + [5070] = 4587, + [5071] = 4880, + [5072] = 4982, + [5073] = 4588, + [5074] = 4589, + [5075] = 4497, + [5076] = 5076, + [5077] = 4590, + [5078] = 5078, + [5079] = 4880, + [5080] = 4874, + [5081] = 5081, + [5082] = 4862, + [5083] = 4871, + [5084] = 5084, + [5085] = 4889, + [5086] = 4591, + [5087] = 5087, + [5088] = 4592, + [5089] = 5089, + [5090] = 4593, + [5091] = 5091, + [5092] = 5092, + [5093] = 4792, + [5094] = 4598, + [5095] = 4601, + [5096] = 4866, + [5097] = 4871, + [5098] = 4604, + [5099] = 4605, + [5100] = 4610, + [5101] = 4613, + [5102] = 4616, + [5103] = 4617, + [5104] = 4873, + [5105] = 4619, + [5106] = 4620, + [5107] = 4622, + [5108] = 1159, + [5109] = 4623, + [5110] = 4625, + [5111] = 4784, + [5112] = 4880, + [5113] = 1198, + [5114] = 4878, + [5115] = 1199, + [5116] = 1200, + [5117] = 1201, + [5118] = 4874, + [5119] = 4889, + [5120] = 4626, + [5121] = 4783, + [5122] = 4871, + [5123] = 4632, + [5124] = 4634, + [5125] = 4642, + [5126] = 4644, + [5127] = 4645, + [5128] = 4782, + [5129] = 4878, + [5130] = 4874, + [5131] = 4781, + [5132] = 4889, + [5133] = 4648, + [5134] = 4649, + [5135] = 4655, + [5136] = 4541, + [5137] = 4670, + [5138] = 4521, + [5139] = 4672, + [5140] = 1198, + [5141] = 1199, + [5142] = 1200, + [5143] = 4700, + [5144] = 4880, + [5145] = 4874, + [5146] = 4673, + [5147] = 4871, + [5148] = 4780, + [5149] = 4675, + [5150] = 4889, + [5151] = 4676, + [5152] = 4677, + [5153] = 4678, + [5154] = 4683, + [5155] = 1201, + [5156] = 4873, + [5157] = 4874, + [5158] = 4684, + [5159] = 4685, + [5160] = 4686, + [5161] = 4779, + [5162] = 4871, + [5163] = 4687, + [5164] = 4688, + [5165] = 4689, + [5166] = 4690, + [5167] = 4647, + [5168] = 4778, + [5169] = 4873, + [5170] = 4777, + [5171] = 4871, + [5172] = 4880, + [5173] = 4776, + [5174] = 4889, + [5175] = 4871, + [5176] = 4775, + [5177] = 4774, + [5178] = 4840, + [5179] = 4878, + [5180] = 4773, + [5181] = 4730, + [5182] = 4957, + [5183] = 4956, + [5184] = 4528, + [5185] = 4889, + [5186] = 4883, + [5187] = 4772, + [5188] = 4874, + [5189] = 4874, + [5190] = 4880, + [5191] = 4771, + [5192] = 4770, + [5193] = 4769, + [5194] = 1127, + [5195] = 5195, + [5196] = 4533, + [5197] = 5197, [5198] = 5198, - [5199] = 4879, - [5200] = 4668, - [5201] = 1093, - [5202] = 4667, - [5203] = 4663, - [5204] = 4666, - [5205] = 4869, - [5206] = 4664, - [5207] = 4711, - [5208] = 4879, - [5209] = 4869, - [5210] = 4415, - [5211] = 4661, - [5212] = 4632, - [5213] = 4488, - [5214] = 4874, - [5215] = 4884, - [5216] = 4660, + [5199] = 4889, + [5200] = 4768, + [5201] = 4766, + [5202] = 4871, + [5203] = 1137, + [5204] = 4758, + [5205] = 4532, + [5206] = 5197, + [5207] = 4765, + [5208] = 4991, + [5209] = 4880, + [5210] = 4874, + [5211] = 4764, + [5212] = 4763, + [5213] = 4762, + [5214] = 5214, + [5215] = 4889, + [5216] = 4880, [5217] = 5217, - [5218] = 4693, - [5219] = 4630, - [5220] = 4489, - [5221] = 4504, - [5222] = 4659, - [5223] = 4880, - [5224] = 4851, - [5225] = 4649, - [5226] = 4644, - [5227] = 4851, - [5228] = 5228, - [5229] = 5229, - [5230] = 4995, - [5231] = 4495, - [5232] = 4994, - [5233] = 5110, - [5234] = 5115, - [5235] = 4523, - [5236] = 4869, - [5237] = 3, - [5238] = 4556, - [5239] = 4851, - [5240] = 4879, - [5241] = 4884, - [5242] = 1202, - [5243] = 2, - [5244] = 4880, - [5245] = 5126, - [5246] = 5246, - [5247] = 5247, - [5248] = 5248, - [5249] = 5249, - [5250] = 5250, - [5251] = 4916, - [5252] = 5252, - [5253] = 5247, - [5254] = 5246, - [5255] = 5255, - [5256] = 3514, - [5257] = 3481, - [5258] = 3480, - [5259] = 1162, - [5260] = 1151, - [5261] = 5246, - [5262] = 4864, - [5263] = 5263, - [5264] = 5247, - [5265] = 5265, - [5266] = 3507, - [5267] = 9, - [5268] = 3443, - [5269] = 3436, - [5270] = 5247, - [5271] = 5271, - [5272] = 5247, - [5273] = 7, - [5274] = 4919, - [5275] = 5275, - [5276] = 5246, - [5277] = 5246, - [5278] = 1094, - [5279] = 5271, - [5280] = 3506, - [5281] = 3454, - [5282] = 5247, - [5283] = 5271, - [5284] = 5246, - [5285] = 5247, - [5286] = 5271, - [5287] = 5287, - [5288] = 10, - [5289] = 5247, - [5290] = 4987, - [5291] = 5255, - [5292] = 5246, - [5293] = 5247, - [5294] = 5294, - [5295] = 11, - [5296] = 1061, - [5297] = 1101, - [5298] = 5246, - [5299] = 5271, - [5300] = 4961, - [5301] = 1063, - [5302] = 3502, - [5303] = 5247, - [5304] = 5172, - [5305] = 5246, - [5306] = 12, - [5307] = 5246, - [5308] = 5246, - [5309] = 1148, - [5310] = 5171, - [5311] = 5255, - [5312] = 5157, + [5218] = 4761, + [5219] = 4760, + [5220] = 1055, + [5221] = 4889, + [5222] = 4871, + [5223] = 4955, + [5224] = 1117, + [5225] = 4711, + [5226] = 4889, + [5227] = 4871, + [5228] = 4712, + [5229] = 4759, + [5230] = 4703, + [5231] = 4716, + [5232] = 4790, + [5233] = 4547, + [5234] = 4873, + [5235] = 4871, + [5236] = 4878, + [5237] = 4889, + [5238] = 4558, + [5239] = 4724, + [5240] = 4757, + [5241] = 4871, + [5242] = 4889, + [5243] = 4871, + [5244] = 4878, + [5245] = 4727, + [5246] = 4523, + [5247] = 4731, + [5248] = 4732, + [5249] = 4733, + [5250] = 4871, + [5251] = 4889, + [5252] = 4871, + [5253] = 4889, + [5254] = 4871, + [5255] = 4734, + [5256] = 4873, + [5257] = 4889, + [5258] = 4756, + [5259] = 4735, + [5260] = 4871, + [5261] = 4736, + [5262] = 4873, + [5263] = 4737, + [5264] = 4889, + [5265] = 4738, + [5266] = 4739, + [5267] = 4740, + [5268] = 4667, + [5269] = 4742, + [5270] = 4755, + [5271] = 4743, + [5272] = 5195, + [5273] = 4987, + [5274] = 4880, + [5275] = 4874, + [5276] = 4988, + [5277] = 4754, + [5278] = 4871, + [5279] = 1159, + [5280] = 4889, + [5281] = 4746, + [5282] = 4750, + [5283] = 4751, + [5284] = 4753, + [5285] = 4871, + [5286] = 4889, + [5287] = 4752, + [5288] = 1192, + [5289] = 1200, + [5290] = 5290, + [5291] = 5291, + [5292] = 5292, + [5293] = 3846, + [5294] = 5290, + [5295] = 1205, + [5296] = 3506, + [5297] = 3510, + [5298] = 5290, + [5299] = 1204, + [5300] = 5292, + [5301] = 5301, + [5302] = 5290, + [5303] = 12, + [5304] = 5290, + [5305] = 4998, + [5306] = 5290, + [5307] = 5301, + [5308] = 5308, + [5309] = 5008, + [5310] = 5292, + [5311] = 5290, + [5312] = 5312, [5313] = 5313, - [5314] = 5255, - [5315] = 5315, - [5316] = 4969, - [5317] = 5317, - [5318] = 5255, - [5319] = 5319, - [5320] = 5247, - [5321] = 5246, - [5322] = 5246, - [5323] = 1130, - [5324] = 3759, - [5325] = 5325, - [5326] = 5247, - [5327] = 5246, - [5328] = 5246, - [5329] = 5255, - [5330] = 5271, - [5331] = 5247, - [5332] = 5247, - [5333] = 5247, - [5334] = 5271, - [5335] = 5246, - [5336] = 5246, - [5337] = 5255, - [5338] = 5247, - [5339] = 5246, - [5340] = 1094, - [5341] = 5255, - [5342] = 5095, - [5343] = 5343, - [5344] = 5247, - [5345] = 5093, - [5346] = 5065, - [5347] = 5246, - [5348] = 5246, - [5349] = 5349, - [5350] = 1151, - [5351] = 5247, - [5352] = 5247, + [5314] = 3498, + [5315] = 5291, + [5316] = 5292, + [5317] = 5290, + [5318] = 5291, + [5319] = 5292, + [5320] = 5290, + [5321] = 5321, + [5322] = 5292, + [5323] = 5301, + [5324] = 5324, + [5325] = 5292, + [5326] = 5290, + [5327] = 5327, + [5328] = 5328, + [5329] = 5329, + [5330] = 5021, + [5331] = 5331, + [5332] = 5292, + [5333] = 5333, + [5334] = 5334, + [5335] = 5335, + [5336] = 5058, + [5337] = 1127, + [5338] = 5292, + [5339] = 5339, + [5340] = 5290, + [5341] = 5290, + [5342] = 5292, + [5343] = 1137, + [5344] = 4920, + [5345] = 5057, + [5346] = 5346, + [5347] = 5347, + [5348] = 5301, + [5349] = 5290, + [5350] = 5290, + [5351] = 5054, + [5352] = 5352, [5353] = 5353, - [5354] = 1162, - [5355] = 5355, - [5356] = 5271, + [5354] = 5354, + [5355] = 5291, + [5356] = 4926, [5357] = 5357, - [5358] = 1156, - [5359] = 5246, - [5360] = 1181, - [5361] = 5255, - [5362] = 1180, - [5363] = 1150, - [5364] = 5343, - [5365] = 1169, - [5366] = 5247, - [5367] = 5246, - [5368] = 5246, - [5369] = 5369, - [5370] = 5370, - [5371] = 5247, - [5372] = 5246, - [5373] = 5246, - [5374] = 5374, + [5358] = 5358, + [5359] = 5292, + [5360] = 5291, + [5361] = 1055, + [5362] = 5290, + [5363] = 5301, + [5364] = 5292, + [5365] = 5290, + [5366] = 1198, + [5367] = 1130, + [5368] = 5292, + [5369] = 1199, + [5370] = 5290, + [5371] = 5301, + [5372] = 1200, + [5373] = 1201, + [5374] = 5290, [5375] = 5375, - [5376] = 5376, - [5377] = 5247, - [5378] = 1306, - [5379] = 5255, - [5380] = 1061, - [5381] = 1063, - [5382] = 5247, - [5383] = 1138, - [5384] = 1169, - [5385] = 5247, - [5386] = 5246, + [5376] = 5, + [5377] = 5290, + [5378] = 1117, + [5379] = 1204, + [5380] = 5292, + [5381] = 1205, + [5382] = 5301, + [5383] = 5290, + [5384] = 5290, + [5385] = 5385, + [5386] = 5291, [5387] = 5387, - [5388] = 5247, - [5389] = 5271, - [5390] = 5271, + [5388] = 1123, + [5389] = 3527, + [5390] = 3487, [5391] = 5391, - [5392] = 5392, + [5392] = 3486, [5393] = 5393, - [5394] = 5247, - [5395] = 5271, - [5396] = 5247, - [5397] = 5271, - [5398] = 5247, - [5399] = 5271, - [5400] = 5247, + [5394] = 3524, + [5395] = 5395, + [5396] = 5292, + [5397] = 5397, + [5398] = 5291, + [5399] = 3522, + [5400] = 5292, [5401] = 5401, - [5402] = 1150, - [5403] = 5247, - [5404] = 5247, - [5405] = 5405, - [5406] = 5255, - [5407] = 5407, - [5408] = 1180, - [5409] = 1181, - [5410] = 3515, - [5411] = 5255, + [5402] = 5290, + [5403] = 5076, + [5404] = 5404, + [5405] = 5301, + [5406] = 5292, + [5407] = 11, + [5408] = 5084, + [5409] = 5291, + [5410] = 5292, + [5411] = 5292, [5412] = 5412, - [5413] = 5246, - [5414] = 5414, - [5415] = 1101, - [5416] = 5246, - [5417] = 11, - [5418] = 5255, - [5419] = 5247, - [5420] = 12, - [5421] = 5421, - [5422] = 3516, - [5423] = 5423, - [5424] = 5424, - [5425] = 5425, - [5426] = 5426, - [5427] = 5427, - [5428] = 5428, - [5429] = 5429, - [5430] = 5430, - [5431] = 5427, - [5432] = 5432, - [5433] = 5433, - [5434] = 5430, - [5435] = 5435, - [5436] = 5428, + [5413] = 5292, + [5414] = 5290, + [5415] = 5415, + [5416] = 4921, + [5417] = 5291, + [5418] = 5291, + [5419] = 5301, + [5420] = 5290, + [5421] = 1137, + [5422] = 1400, + [5423] = 5290, + [5424] = 5290, + [5425] = 3534, + [5426] = 5291, + [5427] = 8, + [5428] = 5292, + [5429] = 5087, + [5430] = 3533, + [5431] = 6, + [5432] = 5290, + [5433] = 5301, + [5434] = 12, + [5435] = 5290, + [5436] = 5292, [5437] = 5437, [5438] = 5438, - [5439] = 5439, - [5440] = 5440, - [5441] = 5441, - [5442] = 5442, - [5443] = 5425, - [5444] = 5444, - [5445] = 5445, - [5446] = 5446, - [5447] = 5445, - [5448] = 5439, - [5449] = 5445, - [5450] = 5427, - [5451] = 24, - [5452] = 5427, - [5453] = 5427, - [5454] = 5454, - [5455] = 5455, - [5456] = 5456, - [5457] = 5457, - [5458] = 5458, - [5459] = 5459, - [5460] = 5460, - [5461] = 5427, - [5462] = 14, - [5463] = 5463, - [5464] = 5464, - [5465] = 5445, - [5466] = 1130, - [5467] = 5427, - [5468] = 5456, - [5469] = 5440, - [5470] = 5445, - [5471] = 5445, - [5472] = 5445, - [5473] = 1208, - [5474] = 5427, - [5475] = 1380, - [5476] = 5476, - [5477] = 5445, - [5478] = 5427, - [5479] = 5476, - [5480] = 1138, + [5439] = 5292, + [5440] = 5, + [5441] = 5290, + [5442] = 5292, + [5443] = 5339, + [5444] = 1117, + [5445] = 1127, + [5446] = 5292, + [5447] = 5291, + [5448] = 1055, + [5449] = 3517, + [5450] = 5450, + [5451] = 5291, + [5452] = 5292, + [5453] = 5290, + [5454] = 5292, + [5455] = 5301, + [5456] = 1201, + [5457] = 1119, + [5458] = 5290, + [5459] = 1199, + [5460] = 1198, + [5461] = 5290, + [5462] = 5301, + [5463] = 5301, + [5464] = 5292, + [5465] = 5465, + [5466] = 5466, + [5467] = 5467, + [5468] = 5468, + [5469] = 5469, + [5470] = 5468, + [5471] = 5471, + [5472] = 5472, + [5473] = 5473, + [5474] = 5474, + [5475] = 5475, + [5476] = 5467, + [5477] = 5477, + [5478] = 1130, + [5479] = 5479, + [5480] = 1130, [5481] = 5481, - [5482] = 5445, - [5483] = 5483, - [5484] = 5427, - [5485] = 5437, - [5486] = 1148, - [5487] = 5438, - [5488] = 5427, + [5482] = 5468, + [5483] = 5479, + [5484] = 5484, + [5485] = 5485, + [5486] = 5486, + [5487] = 23, + [5488] = 5484, [5489] = 5489, - [5490] = 5424, - [5491] = 5483, - [5492] = 26, - [5493] = 5442, - [5494] = 5444, - [5495] = 5446, - [5496] = 1368, - [5497] = 5433, - [5498] = 5435, - [5499] = 5489, - [5500] = 1138, - [5501] = 5460, - [5502] = 5502, - [5503] = 27, - [5504] = 5427, - [5505] = 1093, - [5506] = 5429, - [5507] = 5432, - [5508] = 1148, - [5509] = 5423, - [5510] = 5510, - [5511] = 1130, - [5512] = 5457, - [5513] = 5427, - [5514] = 5455, - [5515] = 5427, - [5516] = 5459, - [5517] = 5445, - [5518] = 1228, - [5519] = 1213, - [5520] = 5520, + [5490] = 5490, + [5491] = 5491, + [5492] = 5492, + [5493] = 20, + [5494] = 5494, + [5495] = 1119, + [5496] = 5484, + [5497] = 5497, + [5498] = 5468, + [5499] = 5499, + [5500] = 5500, + [5501] = 5484, + [5502] = 5468, + [5503] = 5468, + [5504] = 5469, + [5505] = 5474, + [5506] = 5475, + [5507] = 5507, + [5508] = 5508, + [5509] = 5509, + [5510] = 18, + [5511] = 5468, + [5512] = 5500, + [5513] = 5513, + [5514] = 5499, + [5515] = 5468, + [5516] = 1221, + [5517] = 16, + [5518] = 5468, + [5519] = 5508, + [5520] = 1305, [5521] = 5521, - [5522] = 5522, - [5523] = 5523, - [5524] = 5524, + [5522] = 5484, + [5523] = 5509, + [5524] = 5471, [5525] = 5525, - [5526] = 5526, - [5527] = 5527, - [5528] = 5528, + [5526] = 5468, + [5527] = 5472, + [5528] = 5484, [5529] = 5529, - [5530] = 5530, - [5531] = 5531, - [5532] = 5532, - [5533] = 5520, - [5534] = 5534, + [5530] = 1123, + [5531] = 5484, + [5532] = 5521, + [5533] = 5489, + [5534] = 1362, [5535] = 5535, - [5536] = 5536, - [5537] = 5537, - [5538] = 5538, - [5539] = 5539, - [5540] = 5532, - [5541] = 5520, + [5536] = 5477, + [5537] = 1381, + [5538] = 5481, + [5539] = 5465, + [5540] = 5473, + [5541] = 1159, [5542] = 5542, - [5543] = 5530, - [5544] = 5537, - [5545] = 5529, + [5543] = 5490, + [5544] = 5491, + [5545] = 5466, [5546] = 5546, - [5547] = 5536, - [5548] = 5538, - [5549] = 5546, - [5550] = 5550, - [5551] = 5523, - [5552] = 5528, - [5553] = 5527, - [5554] = 5526, - [5555] = 5527, - [5556] = 5528, - [5557] = 5529, - [5558] = 5526, - [5559] = 5536, - [5560] = 5522, - [5561] = 5538, - [5562] = 5546, + [5547] = 1123, + [5548] = 5548, + [5549] = 5468, + [5550] = 5497, + [5551] = 5485, + [5552] = 5484, + [5553] = 5507, + [5554] = 5468, + [5555] = 5513, + [5556] = 5468, + [5557] = 5484, + [5558] = 1302, + [5559] = 5468, + [5560] = 1119, + [5561] = 5484, + [5562] = 5562, [5563] = 5563, - [5564] = 5529, - [5565] = 5523, - [5566] = 5532, - [5567] = 5520, - [5568] = 5522, - [5569] = 5550, - [5570] = 5546, - [5571] = 5538, - [5572] = 5521, - [5573] = 5550, - [5574] = 5523, + [5564] = 5564, + [5565] = 5565, + [5566] = 5566, + [5567] = 5567, + [5568] = 5568, + [5569] = 5569, + [5570] = 5570, + [5571] = 5571, + [5572] = 5565, + [5573] = 5573, + [5574] = 5574, [5575] = 5575, [5576] = 5576, [5577] = 5577, - [5578] = 5524, - [5579] = 5530, - [5580] = 5563, - [5581] = 5581, - [5582] = 5563, - [5583] = 5528, - [5584] = 5527, - [5585] = 5532, - [5586] = 5520, - [5587] = 5526, - [5588] = 5588, - [5589] = 5546, - [5590] = 5538, + [5578] = 5563, + [5579] = 5579, + [5580] = 5579, + [5581] = 5563, + [5582] = 5570, + [5583] = 5569, + [5584] = 5577, + [5585] = 5568, + [5586] = 5575, + [5587] = 5574, + [5588] = 5573, + [5589] = 5567, + [5590] = 5571, [5591] = 5591, - [5592] = 5550, - [5593] = 5523, - [5594] = 5538, - [5595] = 5536, - [5596] = 5523, - [5597] = 5546, - [5598] = 5532, - [5599] = 5520, - [5600] = 5521, - [5601] = 5542, - [5602] = 5546, - [5603] = 5538, - [5604] = 5522, - [5605] = 5550, - [5606] = 5523, - [5607] = 5607, - [5608] = 5550, + [5592] = 5566, + [5593] = 5591, + [5594] = 5566, + [5595] = 5567, + [5596] = 5568, + [5597] = 5569, + [5598] = 5564, + [5599] = 5571, + [5600] = 5565, + [5601] = 5573, + [5602] = 5574, + [5603] = 5575, + [5604] = 5576, + [5605] = 5577, + [5606] = 5579, + [5607] = 5563, + [5608] = 5608, [5609] = 5563, - [5610] = 5537, - [5611] = 5532, - [5612] = 5520, - [5613] = 5538, - [5614] = 5542, - [5615] = 5546, - [5616] = 5538, - [5617] = 5536, - [5618] = 5550, - [5619] = 5523, - [5620] = 5546, - [5621] = 5563, - [5622] = 5622, - [5623] = 5623, - [5624] = 5532, - [5625] = 5520, - [5626] = 5542, - [5627] = 5546, - [5628] = 5546, - [5629] = 5538, - [5630] = 5537, - [5631] = 5550, - [5632] = 5523, - [5633] = 5633, - [5634] = 5520, - [5635] = 5532, - [5636] = 5532, - [5637] = 5532, - [5638] = 5520, - [5639] = 5520, - [5640] = 5623, - [5641] = 5546, - [5642] = 5538, - [5643] = 5623, - [5644] = 5550, - [5645] = 5523, - [5646] = 5520, - [5647] = 5532, - [5648] = 5521, - [5649] = 5649, - [5650] = 5532, - [5651] = 5520, - [5652] = 5536, - [5653] = 5653, - [5654] = 5546, - [5655] = 5655, - [5656] = 5656, - [5657] = 5607, - [5658] = 5538, - [5659] = 5532, - [5660] = 5520, - [5661] = 5661, - [5662] = 5550, - [5663] = 5546, - [5664] = 5537, - [5665] = 5607, - [5666] = 5542, + [5610] = 5575, + [5611] = 5573, + [5612] = 5579, + [5613] = 5571, + [5614] = 5591, + [5615] = 5615, + [5616] = 5608, + [5617] = 5570, + [5618] = 5569, + [5619] = 5568, + [5620] = 5567, + [5621] = 5566, + [5622] = 5591, + [5623] = 5564, + [5624] = 5571, + [5625] = 5579, + [5626] = 5563, + [5627] = 5565, + [5628] = 5573, + [5629] = 5575, + [5630] = 5573, + [5631] = 5574, + [5632] = 5571, + [5633] = 5591, + [5634] = 5575, + [5635] = 5576, + [5636] = 5562, + [5637] = 5577, + [5638] = 5579, + [5639] = 5563, + [5640] = 5608, + [5641] = 5563, + [5642] = 5575, + [5643] = 5573, + [5644] = 5579, + [5645] = 5571, + [5646] = 5591, + [5647] = 5570, + [5648] = 5569, + [5649] = 5568, + [5650] = 5567, + [5651] = 5579, + [5652] = 5563, + [5653] = 5566, + [5654] = 5591, + [5655] = 5575, + [5656] = 5573, + [5657] = 5564, + [5658] = 5571, + [5659] = 5591, + [5660] = 5571, + [5661] = 5565, + [5662] = 5573, + [5663] = 5574, + [5664] = 5579, + [5665] = 5563, + [5666] = 5575, [5667] = 5667, - [5668] = 5532, - [5669] = 5521, - [5670] = 5670, - [5671] = 5671, - [5672] = 5546, - [5673] = 5546, - [5674] = 5536, - [5675] = 5537, - [5676] = 5530, - [5677] = 5532, - [5678] = 5520, - [5679] = 5529, - [5680] = 5546, - [5681] = 5538, - [5682] = 5530, - [5683] = 5528, - [5684] = 5532, - [5685] = 5520, - [5686] = 5527, - [5687] = 5546, - [5688] = 5529, - [5689] = 5528, - [5690] = 5526, - [5691] = 5532, - [5692] = 5520, - [5693] = 5527, - [5694] = 5546, - [5695] = 5526, - [5696] = 5523, - [5697] = 5522, - [5698] = 5532, - [5699] = 5520, - [5700] = 5523, - [5701] = 5546, - [5702] = 5522, - [5703] = 5522, - [5704] = 5532, - [5705] = 5520, - [5706] = 5550, - [5707] = 5546, - [5708] = 5550, + [5668] = 5575, + [5669] = 5573, + [5670] = 5576, + [5671] = 5571, + [5672] = 5591, + [5673] = 5562, + [5674] = 5577, + [5675] = 5608, + [5676] = 5563, + [5677] = 5579, + [5678] = 5563, + [5679] = 5579, + [5680] = 5680, + [5681] = 5575, + [5682] = 5573, + [5683] = 5683, + [5684] = 5571, + [5685] = 5591, + [5686] = 5570, + [5687] = 5569, + [5688] = 5568, + [5689] = 5567, + [5690] = 5579, + [5691] = 5563, + [5692] = 5566, + [5693] = 5591, + [5694] = 5575, + [5695] = 5564, + [5696] = 5571, + [5697] = 5565, + [5698] = 5573, + [5699] = 5579, + [5700] = 5563, + [5701] = 5574, + [5702] = 5575, + [5703] = 5575, + [5704] = 5667, + [5705] = 5576, + [5706] = 5562, + [5707] = 5577, + [5708] = 5579, [5709] = 5563, - [5710] = 5532, - [5711] = 5623, - [5712] = 5563, - [5713] = 5538, - [5714] = 5532, - [5715] = 5577, - [5716] = 5550, - [5717] = 5538, - [5718] = 5532, - [5719] = 5536, - [5720] = 5536, - [5721] = 5532, - [5722] = 5546, - [5723] = 5521, - [5724] = 5532, - [5725] = 5542, - [5726] = 5532, - [5727] = 5532, - [5728] = 5532, - [5729] = 5532, - [5730] = 5532, - [5731] = 5532, - [5732] = 5532, - [5733] = 5607, - [5734] = 5734, - [5735] = 5546, - [5736] = 5522, - [5737] = 5737, - [5738] = 1202, - [5739] = 5542, - [5740] = 5607, - [5741] = 5741, - [5742] = 5537, - [5743] = 5523, - [5744] = 5537, - [5745] = 5526, - [5746] = 5746, - [5747] = 5747, - [5748] = 5527, - [5749] = 5623, - [5750] = 5532, - [5751] = 5623, - [5752] = 5752, - [5753] = 5753, - [5754] = 5623, - [5755] = 5755, - [5756] = 5520, - [5757] = 5532, - [5758] = 5520, + [5710] = 5710, + [5711] = 5608, + [5712] = 5575, + [5713] = 5563, + [5714] = 5579, + [5715] = 5715, + [5716] = 5577, + [5717] = 5579, + [5718] = 5563, + [5719] = 5562, + [5720] = 5575, + [5721] = 5721, + [5722] = 5722, + [5723] = 5576, + [5724] = 5579, + [5725] = 5563, + [5726] = 5570, + [5727] = 5575, + [5728] = 5569, + [5729] = 5568, + [5730] = 5567, + [5731] = 5579, + [5732] = 5563, + [5733] = 5566, + [5734] = 5575, + [5735] = 5591, + [5736] = 5564, + [5737] = 5571, + [5738] = 5579, + [5739] = 5563, + [5740] = 5563, + [5741] = 5575, + [5742] = 5573, + [5743] = 5574, + [5744] = 5579, + [5745] = 5563, + [5746] = 5575, + [5747] = 5575, + [5748] = 5667, + [5749] = 5576, + [5750] = 5579, + [5751] = 5562, + [5752] = 5577, + [5753] = 5608, + [5754] = 5579, + [5755] = 5565, + [5756] = 5579, + [5757] = 5757, + [5758] = 5579, [5759] = 5759, - [5760] = 5528, - [5761] = 5532, - [5762] = 5762, - [5763] = 5529, - [5764] = 5764, - [5765] = 5530, - [5766] = 5523, - [5767] = 5746, - [5768] = 5768, - [5769] = 5769, - [5770] = 5770, - [5771] = 5771, - [5772] = 1171, - [5773] = 5656, - [5774] = 5623, - [5775] = 5775, - [5776] = 5655, - [5777] = 5764, - [5778] = 5526, - [5779] = 5771, - [5780] = 5526, - [5781] = 5527, - [5782] = 5528, - [5783] = 5529, - [5784] = 5527, - [5785] = 5753, - [5786] = 5523, - [5787] = 5528, - [5788] = 5529, - [5789] = 5530, - [5790] = 5529, - [5791] = 5528, + [5760] = 5570, + [5761] = 5579, + [5762] = 5569, + [5763] = 5568, + [5764] = 5579, + [5765] = 5567, + [5766] = 5579, + [5767] = 5579, + [5768] = 5579, + [5769] = 5579, + [5770] = 5579, + [5771] = 5579, + [5772] = 5579, + [5773] = 5566, + [5774] = 5591, + [5775] = 5564, + [5776] = 5571, + [5777] = 5777, + [5778] = 5565, + [5779] = 5573, + [5780] = 5574, + [5781] = 5781, + [5782] = 5575, + [5783] = 5667, + [5784] = 5576, + [5785] = 5562, + [5786] = 5577, + [5787] = 5787, + [5788] = 5608, + [5789] = 5563, + [5790] = 5579, + [5791] = 5579, [5792] = 5792, - [5793] = 5530, - [5794] = 5527, - [5795] = 5526, - [5796] = 5523, - [5797] = 5522, - [5798] = 5798, + [5793] = 5793, + [5794] = 5794, + [5795] = 5667, + [5796] = 5683, + [5797] = 5797, + [5798] = 5575, [5799] = 5799, - [5800] = 5550, - [5801] = 5563, - [5802] = 5538, - [5803] = 5803, - [5804] = 5804, - [5805] = 5536, - [5806] = 5546, - [5807] = 5550, - [5808] = 5752, - [5809] = 5520, - [5810] = 5542, - [5811] = 5803, - [5812] = 5532, - [5813] = 5667, - [5814] = 5607, - [5815] = 5815, - [5816] = 5816, - [5817] = 5537, - [5818] = 5818, - [5819] = 5520, - [5820] = 5520, - [5821] = 5532, - [5822] = 5520, - [5823] = 5532, - [5824] = 5607, - [5825] = 5537, - [5826] = 5826, - [5827] = 5741, - [5828] = 5828, + [5800] = 5800, + [5801] = 5570, + [5802] = 5569, + [5803] = 5568, + [5804] = 5567, + [5805] = 5566, + [5806] = 5591, + [5807] = 5564, + [5808] = 5571, + [5809] = 5809, + [5810] = 5810, + [5811] = 5811, + [5812] = 5571, + [5813] = 5573, + [5814] = 5574, + [5815] = 5575, + [5816] = 5667, + [5817] = 5576, + [5818] = 5562, + [5819] = 5577, + [5820] = 5820, + [5821] = 5566, + [5822] = 5567, + [5823] = 5568, + [5824] = 5569, + [5825] = 5793, + [5826] = 5608, + [5827] = 5563, + [5828] = 5579, [5829] = 5829, - [5830] = 5752, - [5831] = 5532, - [5832] = 5530, - [5833] = 5768, - [5834] = 5769, - [5835] = 5770, - [5836] = 5523, - [5837] = 5529, - [5838] = 5528, - [5839] = 5770, - [5840] = 5623, - [5841] = 5667, - [5842] = 5842, - [5843] = 5527, - [5844] = 5526, - [5845] = 5845, - [5846] = 5755, - [5847] = 5523, - [5848] = 5522, - [5849] = 5550, - [5850] = 5563, - [5851] = 5851, - [5852] = 5537, - [5853] = 5853, - [5854] = 5538, - [5855] = 5536, - [5856] = 5607, - [5857] = 5542, - [5858] = 5524, - [5859] = 5741, - [5860] = 5546, - [5861] = 5521, - [5862] = 5752, - [5863] = 5521, - [5864] = 5747, - [5865] = 5768, - [5866] = 5769, - [5867] = 5770, - [5868] = 5588, - [5869] = 5542, - [5870] = 5607, - [5871] = 5871, - [5872] = 5537, - [5873] = 5873, - [5874] = 5874, - [5875] = 5546, - [5876] = 5530, - [5877] = 5529, - [5878] = 5528, - [5879] = 5527, - [5880] = 5526, - [5881] = 5536, - [5882] = 5842, - [5883] = 5741, - [5884] = 5623, - [5885] = 5538, - [5886] = 5752, - [5887] = 5520, - [5888] = 5768, - [5889] = 5769, - [5890] = 5770, - [5891] = 5532, - [5892] = 5523, - [5893] = 5741, - [5894] = 5522, - [5895] = 5550, - [5896] = 5752, - [5897] = 5897, - [5898] = 5768, - [5899] = 5769, - [5900] = 5770, - [5901] = 5563, - [5902] = 5538, - [5903] = 5741, - [5904] = 5536, - [5905] = 5546, - [5906] = 5752, - [5907] = 5907, - [5908] = 5768, - [5909] = 5769, - [5910] = 5770, - [5911] = 5521, - [5912] = 5912, - [5913] = 5741, - [5914] = 5563, - [5915] = 5563, - [5916] = 5752, - [5917] = 5542, - [5918] = 5768, - [5919] = 5769, - [5920] = 5770, - [5921] = 5607, - [5922] = 5550, - [5923] = 5741, - [5924] = 5537, - [5925] = 5522, - [5926] = 5752, - [5927] = 5523, - [5928] = 5768, - [5929] = 5769, - [5930] = 5770, - [5931] = 5526, - [5932] = 5932, - [5933] = 5741, - [5934] = 5527, - [5935] = 5532, - [5936] = 5752, - [5937] = 5520, - [5938] = 5768, - [5939] = 5769, - [5940] = 5770, - [5941] = 1155, - [5942] = 5623, - [5943] = 5741, - [5944] = 5623, - [5945] = 5945, - [5946] = 5752, - [5947] = 5520, - [5948] = 5768, - [5949] = 5769, - [5950] = 5770, - [5951] = 5532, - [5952] = 5528, - [5953] = 5741, - [5954] = 5529, - [5955] = 5752, - [5956] = 5530, - [5957] = 5768, - [5958] = 5769, - [5959] = 5770, - [5960] = 5537, - [5961] = 5607, - [5962] = 5741, - [5963] = 1167, - [5964] = 5752, + [5830] = 5830, + [5831] = 5831, + [5832] = 5832, + [5833] = 5833, + [5834] = 5570, + [5835] = 5569, + [5836] = 5568, + [5837] = 5567, + [5838] = 5566, + [5839] = 5591, + [5840] = 5564, + [5841] = 5571, + [5842] = 5565, + [5843] = 5573, + [5844] = 5574, + [5845] = 5575, + [5846] = 5787, + [5847] = 5667, + [5848] = 5792, + [5849] = 5591, + [5850] = 5576, + [5851] = 5562, + [5852] = 5579, + [5853] = 5577, + [5854] = 5574, + [5855] = 5608, + [5856] = 5563, + [5857] = 5579, + [5858] = 5858, + [5859] = 5573, + [5860] = 5570, + [5861] = 5569, + [5862] = 5568, + [5863] = 5863, + [5864] = 5567, + [5865] = 5566, + [5866] = 5591, + [5867] = 5564, + [5868] = 5608, + [5869] = 5565, + [5870] = 5573, + [5871] = 5562, + [5872] = 5574, + [5873] = 5575, + [5874] = 5667, + [5875] = 5577, + [5876] = 5576, + [5877] = 5781, + [5878] = 5562, + [5879] = 5577, + [5880] = 5792, + [5881] = 5881, + [5882] = 5579, + [5883] = 5563, + [5884] = 5809, + [5885] = 5810, + [5886] = 5811, + [5887] = 5579, + [5888] = 5570, + [5889] = 5569, + [5890] = 5568, + [5891] = 5567, + [5892] = 5566, + [5893] = 5591, + [5894] = 5564, + [5895] = 5571, + [5896] = 5565, + [5897] = 5573, + [5898] = 5574, + [5899] = 5800, + [5900] = 5575, + [5901] = 5667, + [5902] = 5757, + [5903] = 5576, + [5904] = 5562, + [5905] = 5905, + [5906] = 5577, + [5907] = 5608, + [5908] = 5563, + [5909] = 5781, + [5910] = 5910, + [5911] = 5570, + [5912] = 5792, + [5913] = 5913, + [5914] = 5569, + [5915] = 5568, + [5916] = 5809, + [5917] = 5810, + [5918] = 5811, + [5919] = 5567, + [5920] = 5566, + [5921] = 5591, + [5922] = 5564, + [5923] = 5923, + [5924] = 5571, + [5925] = 5565, + [5926] = 5573, + [5927] = 5574, + [5928] = 5800, + [5929] = 5575, + [5930] = 5667, + [5931] = 5565, + [5932] = 5781, + [5933] = 5757, + [5934] = 5576, + [5935] = 5792, + [5936] = 1181, + [5937] = 5562, + [5938] = 5577, + [5939] = 5809, + [5940] = 5810, + [5941] = 5811, + [5942] = 5942, + [5943] = 5781, + [5944] = 5608, + [5945] = 5563, + [5946] = 5792, + [5947] = 5579, + [5948] = 5948, + [5949] = 5809, + [5950] = 5810, + [5951] = 5811, + [5952] = 5952, + [5953] = 5781, + [5954] = 5954, + [5955] = 5955, + [5956] = 5792, + [5957] = 5957, + [5958] = 5958, + [5959] = 5809, + [5960] = 5810, + [5961] = 5811, + [5962] = 5962, + [5963] = 5781, + [5964] = 5964, [5965] = 5965, - [5966] = 5768, - [5967] = 5769, - [5968] = 5770, - [5969] = 5622, - [5970] = 5851, - [5971] = 5752, - [5972] = 5542, - [5973] = 5768, - [5974] = 5769, - [5975] = 5770, - [5976] = 5799, - [5977] = 5798, - [5978] = 5752, - [5979] = 5979, - [5980] = 5768, - [5981] = 5769, - [5982] = 5770, - [5983] = 5588, - [5984] = 5752, - [5985] = 5768, - [5986] = 5769, - [5987] = 5770, - [5988] = 5741, - [5989] = 5752, - [5990] = 5768, - [5991] = 5769, - [5992] = 5752, - [5993] = 5768, - [5994] = 5994, - [5995] = 5752, - [5996] = 5768, - [5997] = 5768, - [5998] = 5752, - [5999] = 5768, - [6000] = 6000, - [6001] = 5752, - [6002] = 5768, - [6003] = 5537, - [6004] = 5752, - [6005] = 5522, - [6006] = 5752, - [6007] = 5550, - [6008] = 5752, - [6009] = 6009, - [6010] = 5752, - [6011] = 5521, - [6012] = 5752, - [6013] = 1156, - [6014] = 5752, - [6015] = 5607, - [6016] = 5752, - [6017] = 5588, - [6018] = 5752, - [6019] = 1175, - [6020] = 5530, - [6021] = 1171, - [6022] = 5550, - [6023] = 5536, - [6024] = 5524, - [6025] = 5737, - [6026] = 5529, - [6027] = 5528, - [6028] = 5563, - [6029] = 5527, - [6030] = 5526, - [6031] = 1159, - [6032] = 5530, - [6033] = 5526, - [6034] = 5527, - [6035] = 5528, - [6036] = 5529, - [6037] = 5523, - [6038] = 5591, - [6039] = 6039, - [6040] = 6040, - [6041] = 5522, - [6042] = 5550, - [6043] = 5792, - [6044] = 5912, - [6045] = 5815, - [6046] = 5563, - [6047] = 6047, - [6048] = 5538, - [6049] = 1175, - [6050] = 5536, - [6051] = 1159, - [6052] = 5546, - [6053] = 5529, - [6054] = 5521, - [6055] = 5792, - [6056] = 5528, - [6057] = 5527, - [6058] = 6058, - [6059] = 5542, - [6060] = 5542, - [6061] = 5755, - [6062] = 5912, - [6063] = 5607, - [6064] = 6064, - [6065] = 5755, - [6066] = 5912, - [6067] = 5755, - [6068] = 5912, - [6069] = 5755, - [6070] = 5912, - [6071] = 5755, - [6072] = 5912, - [6073] = 5755, - [6074] = 5912, - [6075] = 5755, - [6076] = 5912, - [6077] = 5755, - [6078] = 5912, - [6079] = 5912, - [6080] = 5912, - [6081] = 5912, - [6082] = 5912, - [6083] = 1167, - [6084] = 5530, - [6085] = 5526, - [6086] = 6086, - [6087] = 6087, - [6088] = 5537, - [6089] = 5623, - [6090] = 5546, - [6091] = 5538, - [6092] = 5520, - [6093] = 5532, + [5966] = 5792, + [5967] = 5967, + [5968] = 5680, + [5969] = 5809, + [5970] = 5810, + [5971] = 5811, + [5972] = 5972, + [5973] = 5781, + [5974] = 5974, + [5975] = 5975, + [5976] = 5792, + [5977] = 5964, + [5978] = 5978, + [5979] = 5809, + [5980] = 5810, + [5981] = 5811, + [5982] = 5570, + [5983] = 5781, + [5984] = 5913, + [5985] = 5985, + [5986] = 5792, + [5987] = 5569, + [5988] = 5568, + [5989] = 5809, + [5990] = 5810, + [5991] = 5811, + [5992] = 5567, + [5993] = 5781, + [5994] = 5566, + [5995] = 5591, + [5996] = 5792, + [5997] = 5997, + [5998] = 5998, + [5999] = 5809, + [6000] = 5810, + [6001] = 5811, + [6002] = 6002, + [6003] = 5781, + [6004] = 5564, + [6005] = 5792, + [6006] = 5781, + [6007] = 5571, + [6008] = 5809, + [6009] = 5810, + [6010] = 5811, + [6011] = 5579, + [6012] = 5781, + [6013] = 5565, + [6014] = 5792, + [6015] = 5881, + [6016] = 5573, + [6017] = 5809, + [6018] = 5810, + [6019] = 5811, + [6020] = 5574, + [6021] = 5792, + [6022] = 5800, + [6023] = 5575, + [6024] = 5809, + [6025] = 5810, + [6026] = 5811, + [6027] = 5667, + [6028] = 5792, + [6029] = 5757, + [6030] = 5576, + [6031] = 5809, + [6032] = 5810, + [6033] = 5811, + [6034] = 5792, + [6035] = 5722, + [6036] = 5809, + [6037] = 5810, + [6038] = 5811, + [6039] = 5792, + [6040] = 5721, + [6041] = 5809, + [6042] = 5792, + [6043] = 5577, + [6044] = 5809, + [6045] = 5792, + [6046] = 5608, + [6047] = 5809, + [6048] = 5792, + [6049] = 5563, + [6050] = 5809, + [6051] = 5792, + [6052] = 5811, + [6053] = 5809, + [6054] = 5792, + [6055] = 5923, + [6056] = 5792, + [6057] = 5985, + [6058] = 5792, + [6059] = 5571, + [6060] = 5792, + [6061] = 5809, + [6062] = 5792, + [6063] = 5810, + [6064] = 5792, + [6065] = 5777, + [6066] = 5792, + [6067] = 6067, + [6068] = 5792, + [6069] = 6069, + [6070] = 5564, + [6071] = 6071, + [6072] = 6072, + [6073] = 6002, + [6074] = 6074, + [6075] = 6075, + [6076] = 6076, + [6077] = 6077, + [6078] = 5998, + [6079] = 5820, + [6080] = 5799, + [6081] = 6081, + [6082] = 5997, + [6083] = 5591, + [6084] = 5974, + [6085] = 5566, + [6086] = 5942, + [6087] = 5962, + [6088] = 5567, + [6089] = 5568, + [6090] = 5569, + [6091] = 6091, + [6092] = 6092, + [6093] = 5913, [6094] = 6094, [6095] = 6095, + [6096] = 6096, + [6097] = 6097, + [6098] = 5570, + [6099] = 5952, + [6100] = 6100, + [6101] = 6101, + [6102] = 6102, + [6103] = 5683, + [6104] = 5942, + [6105] = 6105, + [6106] = 6106, + [6107] = 5683, + [6108] = 5942, + [6109] = 5683, + [6110] = 5942, + [6111] = 5683, + [6112] = 5942, + [6113] = 5683, + [6114] = 5942, + [6115] = 5683, + [6116] = 5942, + [6117] = 5683, + [6118] = 5942, + [6119] = 5683, + [6120] = 5942, + [6121] = 5942, + [6122] = 5942, + [6123] = 5942, + [6124] = 5942, + [6125] = 5680, + [6126] = 6126, + [6127] = 1215, + [6128] = 1218, + [6129] = 1182, + [6130] = 1192, + [6131] = 1184, + [6132] = 1180, + [6133] = 1181, + [6134] = 1180, + [6135] = 1184, + [6136] = 1182, + [6137] = 6137, }; static inline bool sym_cmd_identifier_character_set_1(int32_t c) { @@ -36280,298 +36336,298 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(586); - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1288); - if (lookahead == '\'') ADVANCE(1846); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1507); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1503); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1200); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(1272); + if (eof) ADVANCE(587); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1289); + if (lookahead == '\'') ADVANCE(1848); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1508); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1504); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1201); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(1273); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1604); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2133); + if (lookahead == 'b') ADVANCE(1606); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2135); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(583) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1214); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1215); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1215); - if (aux_sym_unquoted_token2_character_set_1(lookahead)) ADVANCE(2146); - if (lookahead != 0) ADVANCE(2060); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1216); + if (aux_sym_unquoted_token2_character_set_1(lookahead)) ADVANCE(2148); + if (lookahead != 0) ADVANCE(2062); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(791); - if (lookahead == 'd') ADVANCE(781); - if (lookahead == 'f') ADVANCE(674); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'm') ADVANCE(678); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'r') ADVANCE(727); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'w') ADVANCE(742); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(792); + if (lookahead == 'd') ADVANCE(782); + if (lookahead == 'f') ADVANCE(675); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'm') ADVANCE(679); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'r') ADVANCE(728); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'w') ADVANCE(743); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(1) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 2: - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(2) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && lookahead != ')' && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 3: - if (lookahead == '\n') ADVANCE(589); - if (lookahead == '#') ADVANCE(3132); + if (lookahead == '\n') ADVANCE(590); + if (lookahead == '#') ADVANCE(3134); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(3); if (lookahead != 0) ADVANCE(4); END_STATE(); case 4: - if (lookahead == '\n') ADVANCE(588); + if (lookahead == '\n') ADVANCE(589); if (lookahead != 0) ADVANCE(4); END_STATE(); case 5: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == ':') ADVANCE(2060); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2143); - if (lookahead == 'N') ADVANCE(2141); - if (lookahead == '_') ADVANCE(2074); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == ':') ADVANCE(2062); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2145); + if (lookahead == 'N') ADVANCE(2143); + if (lookahead == '_') ADVANCE(2076); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2095); - if (lookahead == 'b') ADVANCE(2094); - if (lookahead == 'c') ADVANCE(2081); - if (lookahead == 'd') ADVANCE(2082); - if (lookahead == 'e') ADVANCE(2098); - if (lookahead == 'f') ADVANCE(2116); - if (lookahead == 'h') ADVANCE(2090); - if (lookahead == 'i') ADVANCE(2068); - if (lookahead == 'l') ADVANCE(2083); - if (lookahead == 'm') ADVANCE(2075); - if (lookahead == 'n') ADVANCE(2086); - if (lookahead == 'o') ADVANCE(2125); - if (lookahead == 'r') ADVANCE(2085); - if (lookahead == 's') ADVANCE(2108); - if (lookahead == 't') ADVANCE(2132); - if (lookahead == 'u') ADVANCE(2134); - if (lookahead == 'w') ADVANCE(2089); - if (lookahead == 'x') ADVANCE(2119); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2097); + if (lookahead == 'b') ADVANCE(2096); + if (lookahead == 'c') ADVANCE(2083); + if (lookahead == 'd') ADVANCE(2084); + if (lookahead == 'e') ADVANCE(2100); + if (lookahead == 'f') ADVANCE(2118); + if (lookahead == 'h') ADVANCE(2092); + if (lookahead == 'i') ADVANCE(2070); + if (lookahead == 'l') ADVANCE(2085); + if (lookahead == 'm') ADVANCE(2077); + if (lookahead == 'n') ADVANCE(2088); + if (lookahead == 'o') ADVANCE(2127); + if (lookahead == 'r') ADVANCE(2087); + if (lookahead == 's') ADVANCE(2110); + if (lookahead == 't') ADVANCE(2134); + if (lookahead == 'u') ADVANCE(2136); + if (lookahead == 'w') ADVANCE(2091); + if (lookahead == 'x') ADVANCE(2121); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(22) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2147); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2149); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(2060); + lookahead != '{') ADVANCE(2062); END_STATE(); case 6: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2145); - if (lookahead == 'N') ADVANCE(2142); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2147); + if (lookahead == 'N') ADVANCE(2144); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1274); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2100); - if (lookahead == 'b') ADVANCE(2092); - if (lookahead == 'e') ADVANCE(2104); - if (lookahead == 'f') ADVANCE(2077); - if (lookahead == 'i') ADVANCE(2070); - if (lookahead == 'm') ADVANCE(2113); - if (lookahead == 'n') ADVANCE(2122); - if (lookahead == 'o') ADVANCE(2126); - if (lookahead == 's') ADVANCE(2136); - if (lookahead == 't') ADVANCE(2128); - if (lookahead == 'x') ADVANCE(2110); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2102); + if (lookahead == 'b') ADVANCE(2094); + if (lookahead == 'e') ADVANCE(2106); + if (lookahead == 'f') ADVANCE(2079); + if (lookahead == 'i') ADVANCE(2072); + if (lookahead == 'm') ADVANCE(2116); + if (lookahead == 'n') ADVANCE(2124); + if (lookahead == 'o') ADVANCE(2128); + if (lookahead == 's') ADVANCE(2138); + if (lookahead == 't') ADVANCE(2130); + if (lookahead == 'x') ADVANCE(2112); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(64) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2060); + lookahead != ']') ADVANCE(2062); END_STATE(); case 7: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2071); - if (lookahead == 'a') ADVANCE(2101); - if (lookahead == 'b') ADVANCE(2093); - if (lookahead == 'e') ADVANCE(2105); - if (lookahead == 'i') ADVANCE(2102); - if (lookahead == 'm') ADVANCE(2115); - if (lookahead == 'n') ADVANCE(2123); - if (lookahead == 'o') ADVANCE(2129); - if (lookahead == 's') ADVANCE(2137); - if (lookahead == 'x') ADVANCE(2114); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2075); + if (lookahead == 'a') ADVANCE(2103); + if (lookahead == 'b') ADVANCE(2095); + if (lookahead == 'e') ADVANCE(2107); + if (lookahead == 'i') ADVANCE(2104); + if (lookahead == 'm') ADVANCE(2117); + if (lookahead == 'n') ADVANCE(2125); + if (lookahead == 'o') ADVANCE(2131); + if (lookahead == 's') ADVANCE(2139); + if (lookahead == 'x') ADVANCE(2113); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(73) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2148); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2060); + lookahead != '}') ADVANCE(2062); END_STATE(); case 8: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2071); - if (lookahead == 'a') ADVANCE(2101); - if (lookahead == 'b') ADVANCE(2093); - if (lookahead == 'e') ADVANCE(2105); - if (lookahead == 'i') ADVANCE(2102); - if (lookahead == 'm') ADVANCE(2115); - if (lookahead == 'n') ADVANCE(2123); - if (lookahead == 'o') ADVANCE(2129); - if (lookahead == 's') ADVANCE(2137); - if (lookahead == 'x') ADVANCE(2114); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2075); + if (lookahead == 'a') ADVANCE(2103); + if (lookahead == 'b') ADVANCE(2095); + if (lookahead == 'e') ADVANCE(2107); + if (lookahead == 'i') ADVANCE(2104); + if (lookahead == 'm') ADVANCE(2117); + if (lookahead == 'n') ADVANCE(2125); + if (lookahead == 'o') ADVANCE(2131); + if (lookahead == 's') ADVANCE(2139); + if (lookahead == 'x') ADVANCE(2113); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(75) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2148); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -36579,112 +36635,112 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2060); + lookahead != '}') ADVANCE(2062); END_STATE(); case 9: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '_') ADVANCE(2071); - if (lookahead == 'a') ADVANCE(2101); - if (lookahead == 'b') ADVANCE(2093); - if (lookahead == 'e') ADVANCE(2105); - if (lookahead == 'i') ADVANCE(2102); - if (lookahead == 'm') ADVANCE(2115); - if (lookahead == 'n') ADVANCE(2123); - if (lookahead == 'o') ADVANCE(2129); - if (lookahead == 's') ADVANCE(2137); - if (lookahead == 'x') ADVANCE(2114); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '_') ADVANCE(2075); + if (lookahead == 'a') ADVANCE(2103); + if (lookahead == 'b') ADVANCE(2095); + if (lookahead == 'e') ADVANCE(2107); + if (lookahead == 'i') ADVANCE(2104); + if (lookahead == 'm') ADVANCE(2117); + if (lookahead == 'n') ADVANCE(2125); + if (lookahead == 'o') ADVANCE(2131); + if (lookahead == 's') ADVANCE(2139); + if (lookahead == 'x') ADVANCE(2113); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2148); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2060); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2062); END_STATE(); case 10: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '_') ADVANCE(2071); - if (lookahead == 'a') ADVANCE(2101); - if (lookahead == 'b') ADVANCE(2093); - if (lookahead == 'e') ADVANCE(2105); - if (lookahead == 'i') ADVANCE(2102); - if (lookahead == 'm') ADVANCE(2115); - if (lookahead == 'n') ADVANCE(2123); - if (lookahead == 'o') ADVANCE(2129); - if (lookahead == 's') ADVANCE(2137); - if (lookahead == 'x') ADVANCE(2114); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '_') ADVANCE(2075); + if (lookahead == 'a') ADVANCE(2103); + if (lookahead == 'b') ADVANCE(2095); + if (lookahead == 'e') ADVANCE(2107); + if (lookahead == 'i') ADVANCE(2104); + if (lookahead == 'm') ADVANCE(2117); + if (lookahead == 'n') ADVANCE(2125); + if (lookahead == 'o') ADVANCE(2131); + if (lookahead == 's') ADVANCE(2139); + if (lookahead == 'x') ADVANCE(2113); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2146); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_3(lookahead)) ADVANCE(2148); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2060); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2062); END_STATE(); case 11: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '_') ADVANCE(2072); - if (lookahead == 'a') ADVANCE(2100); - if (lookahead == 'b') ADVANCE(2092); - if (lookahead == 'e') ADVANCE(2104); - if (lookahead == 'i') ADVANCE(2103); - if (lookahead == 'm') ADVANCE(2113); - if (lookahead == 'n') ADVANCE(2121); - if (lookahead == 'o') ADVANCE(2126); - if (lookahead == 's') ADVANCE(2136); - if (lookahead == 'x') ADVANCE(2110); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '_') ADVANCE(2073); + if (lookahead == 'a') ADVANCE(2102); + if (lookahead == 'b') ADVANCE(2094); + if (lookahead == 'e') ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(2116); + if (lookahead == 'n') ADVANCE(2123); + if (lookahead == 'o') ADVANCE(2128); + if (lookahead == 's') ADVANCE(2138); + if (lookahead == 'x') ADVANCE(2112); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(84) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && @@ -36692,63 +36748,63 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2060); + lookahead != '{') ADVANCE(2062); END_STATE(); case 12: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2066); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '_') ADVANCE(2072); - if (lookahead == 'a') ADVANCE(2100); - if (lookahead == 'b') ADVANCE(2092); - if (lookahead == 'e') ADVANCE(2104); - if (lookahead == 'i') ADVANCE(2103); - if (lookahead == 'm') ADVANCE(2113); - if (lookahead == 'n') ADVANCE(2121); - if (lookahead == 'o') ADVANCE(2126); - if (lookahead == 's') ADVANCE(2136); - if (lookahead == 'x') ADVANCE(2110); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2068); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '_') ADVANCE(2073); + if (lookahead == 'a') ADVANCE(2102); + if (lookahead == 'b') ADVANCE(2094); + if (lookahead == 'e') ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(2116); + if (lookahead == 'n') ADVANCE(2123); + if (lookahead == 'o') ADVANCE(2128); + if (lookahead == 's') ADVANCE(2138); + if (lookahead == 'x') ADVANCE(2112); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(86) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2060); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2062); END_STATE(); case 13: - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '_') ADVANCE(2072); - if (lookahead == 'a') ADVANCE(2100); - if (lookahead == 'b') ADVANCE(2092); - if (lookahead == 'e') ADVANCE(2104); - if (lookahead == 'i') ADVANCE(2103); - if (lookahead == 'm') ADVANCE(2113); - if (lookahead == 'n') ADVANCE(2121); - if (lookahead == 'o') ADVANCE(2126); - if (lookahead == 's') ADVANCE(2136); - if (lookahead == 'x') ADVANCE(2110); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '_') ADVANCE(2073); + if (lookahead == 'a') ADVANCE(2102); + if (lookahead == 'b') ADVANCE(2094); + if (lookahead == 'e') ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(2116); + if (lookahead == 'n') ADVANCE(2123); + if (lookahead == 'o') ADVANCE(2128); + if (lookahead == 's') ADVANCE(2138); + if (lookahead == 'x') ADVANCE(2112); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(88) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && @@ -36756,1130 +36812,1131 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2060); + lookahead != '}') ADVANCE(2062); END_STATE(); case 14: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(766); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(672); - if (lookahead == 'n') ADVANCE(717); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(767); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(673); + if (lookahead == 'n') ADVANCE(718); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(19) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 15: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(632); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(633); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(638); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(642); - if (lookahead == 'n') ADVANCE(716); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(646); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(740); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(639); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(643); + if (lookahead == 'n') ADVANCE(717); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(647); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(741); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 16: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(624); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(625); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(625); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(642); - if (lookahead == 'n') ADVANCE(716); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(646); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(740); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(626); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(643); + if (lookahead == 'n') ADVANCE(717); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(647); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(741); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 17: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(766); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(672); - if (lookahead == 'n') ADVANCE(717); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(767); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(673); + if (lookahead == 'n') ADVANCE(718); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(22) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 18: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(624); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(625); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(625); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(642); - if (lookahead == 'n') ADVANCE(716); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(646); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(740); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(626); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(643); + if (lookahead == 'n') ADVANCE(717); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(647); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(741); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 19: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(766); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(672); - if (lookahead == 'n') ADVANCE(717); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(767); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(673); + if (lookahead == 'n') ADVANCE(718); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(19) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 20: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(632); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(633); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(638); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(642); - if (lookahead == 'n') ADVANCE(716); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(646); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(740); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(639); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(643); + if (lookahead == 'n') ADVANCE(717); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(647); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(741); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(20) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && - lookahead != ']') ADVANCE(1883); + lookahead != ']') ADVANCE(1885); END_STATE(); case 21: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(632); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(633); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(638); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(642); - if (lookahead == 'n') ADVANCE(716); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(646); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(740); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(639); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(643); + if (lookahead == 'n') ADVANCE(717); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(647); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(741); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 22: - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1863); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1865); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(757); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(766); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(672); - if (lookahead == 'n') ADVANCE(717); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(758); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(767); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(673); + if (lookahead == 'n') ADVANCE(718); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(22) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 23: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == ':') ADVANCE(2788); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2791); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '[') ADVANCE(1815); - if (lookahead == '_') ADVANCE(2868); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == ':') ADVANCE(2790); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2793); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '[') ADVANCE(1817); + if (lookahead == '_') ADVANCE(2870); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2898); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2883); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2792); - if (lookahead == 'f') ADVANCE(2909); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2884); - if (lookahead == 'm') ADVANCE(2813); - if (lookahead == 'n') ADVANCE(2891); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2817); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2894); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2900); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2885); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2794); + if (lookahead == 'f') ADVANCE(2911); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2886); + if (lookahead == 'm') ADVANCE(2815); + if (lookahead == 'n') ADVANCE(2893); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2819); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2896); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(20) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 24: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2872); - if (lookahead == ':') ADVANCE(2788); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2791); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '_') ADVANCE(2863); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2874); + if (lookahead == ':') ADVANCE(2790); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2793); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '_') ADVANCE(2865); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2898); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2883); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2792); - if (lookahead == 'f') ADVANCE(2909); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2884); - if (lookahead == 'm') ADVANCE(2813); - if (lookahead == 'n') ADVANCE(2891); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2817); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2894); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2900); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2885); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2794); + if (lookahead == 'f') ADVANCE(2911); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2886); + if (lookahead == 'm') ADVANCE(2815); + if (lookahead == 'n') ADVANCE(2893); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2819); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2896); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2877); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 25: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2872); - if (lookahead == ':') ADVANCE(2788); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2803); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '_') ADVANCE(2863); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2874); + if (lookahead == ':') ADVANCE(2790); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2805); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '_') ADVANCE(2865); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2898); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2883); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2809); - if (lookahead == 'f') ADVANCE(2909); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2884); - if (lookahead == 'm') ADVANCE(2813); - if (lookahead == 'n') ADVANCE(2891); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2817); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2894); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2900); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2885); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2811); + if (lookahead == 'f') ADVANCE(2911); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2886); + if (lookahead == 'm') ADVANCE(2815); + if (lookahead == 'n') ADVANCE(2893); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2819); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2896); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2877); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 26: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2872); - if (lookahead == ':') ADVANCE(2788); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2803); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '_') ADVANCE(2863); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2874); + if (lookahead == ':') ADVANCE(2790); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2805); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '_') ADVANCE(2865); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2898); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2883); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2809); - if (lookahead == 'f') ADVANCE(2909); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2884); - if (lookahead == 'm') ADVANCE(2813); - if (lookahead == 'n') ADVANCE(2891); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2817); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2894); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2900); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2885); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2811); + if (lookahead == 'f') ADVANCE(2911); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2886); + if (lookahead == 'm') ADVANCE(2815); + if (lookahead == 'n') ADVANCE(2893); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2819); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2896); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2877); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 27: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'I') ADVANCE(2933); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'N') ADVANCE(2930); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'I') ADVANCE(2935); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'N') ADVANCE(2932); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1274); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'f') ADVANCE(2879); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2862); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2914); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2845); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'f') ADVANCE(2881); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2864); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2916); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2847); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(63) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 28: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2870); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'I') ADVANCE(2933); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'N') ADVANCE(2930); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2872); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'I') ADVANCE(2935); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'N') ADVANCE(2932); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'f') ADVANCE(2879); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2862); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2914); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2845); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'f') ADVANCE(2881); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2864); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2916); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2847); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(63) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2873); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 29: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2870); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'I') ADVANCE(2933); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'N') ADVANCE(2930); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2872); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'I') ADVANCE(2935); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'N') ADVANCE(2932); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'f') ADVANCE(2879); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2862); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2914); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2845); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'f') ADVANCE(2881); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2864); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2916); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2847); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(63) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2873); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 30: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2870); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'I') ADVANCE(2933); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'N') ADVANCE(2930); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2872); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'I') ADVANCE(2935); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'N') ADVANCE(2932); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'f') ADVANCE(2879); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2862); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2914); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2845); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'f') ADVANCE(2881); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2864); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2916); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2847); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(63) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2873); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 31: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2865); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1466); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2869); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(72) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2934); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 32: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -37887,54 +37944,54 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 33: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -37942,55 +37999,55 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 34: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2865); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2869); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(74) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2934); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -37998,53 +38055,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 35: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -38052,53 +38109,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 36: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -38106,54 +38163,54 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 37: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2799); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(2801); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -38161,53 +38218,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 38: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2799); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(2801); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -38215,475 +38272,475 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 39: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == '_') ADVANCE(2865); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == '_') ADVANCE(2869); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2934); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 40: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 41: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 42: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == '_') ADVANCE(2865); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == '_') ADVANCE(2869); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2934); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 43: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2846); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2853); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2848); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2855); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 44: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 45: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2799); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(2801); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 46: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2799); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(2847); - if (lookahead == 'G') ADVANCE(2848); - if (lookahead == 'K') ADVANCE(2849); - if (lookahead == 'M') ADVANCE(2850); - if (lookahead == 'P') ADVANCE(2851); - if (lookahead == 'T') ADVANCE(2852); - if (lookahead == 'a') ADVANCE(2902); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(2880); - if (lookahead == 'e') ADVANCE(2854); - if (lookahead == 'g') ADVANCE(2855); - if (lookahead == 'h') ADVANCE(2919); - if (lookahead == 'i') ADVANCE(2903); - if (lookahead == 'k') ADVANCE(2856); - if (lookahead == 'm') ADVANCE(2857); - if (lookahead == 'n') ADVANCE(2915); - if (lookahead == 'o') ADVANCE(2920); - if (lookahead == 'p') ADVANCE(2858); - if (lookahead == 's') ADVANCE(2890); - if (lookahead == 't') ADVANCE(2859); - if (lookahead == 'u') ADVANCE(2927); - if (lookahead == 'w') ADVANCE(2897); - if (lookahead == 'x') ADVANCE(2908); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(2921); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(2801); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(2849); + if (lookahead == 'G') ADVANCE(2850); + if (lookahead == 'K') ADVANCE(2851); + if (lookahead == 'M') ADVANCE(2852); + if (lookahead == 'P') ADVANCE(2853); + if (lookahead == 'T') ADVANCE(2854); + if (lookahead == 'a') ADVANCE(2904); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(2882); + if (lookahead == 'e') ADVANCE(2856); + if (lookahead == 'g') ADVANCE(2857); + if (lookahead == 'h') ADVANCE(2921); + if (lookahead == 'i') ADVANCE(2905); + if (lookahead == 'k') ADVANCE(2858); + if (lookahead == 'm') ADVANCE(2859); + if (lookahead == 'n') ADVANCE(2917); + if (lookahead == 'o') ADVANCE(2922); + if (lookahead == 'p') ADVANCE(2860); + if (lookahead == 's') ADVANCE(2892); + if (lookahead == 't') ADVANCE(2861); + if (lookahead == 'u') ADVANCE(2929); + if (lookahead == 'w') ADVANCE(2899); + if (lookahead == 'x') ADVANCE(2909); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(2923); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2934); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(2936); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2788); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2790); END_STATE(); case 47: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '_') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '_') ADVANCE(2867); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(83) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && @@ -38691,46 +38748,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 48: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -38742,46 +38799,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 49: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -38793,45 +38850,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 50: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -38843,179 +38900,179 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 51: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2801); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '_') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2803); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '_') ADVANCE(2867); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(85) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 52: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2801); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2803); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(85) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 53: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2801); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2803); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(85) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 54: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '_') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '_') ADVANCE(2867); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(87) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && @@ -39023,45 +39080,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 55: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -39073,45 +39130,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 56: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -39123,85 +39180,85 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 57: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2801); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2803); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(85) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 58: - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -39213,27 +39270,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2788); + lookahead != '}') ADVANCE(2790); END_STATE(); case 59: if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(247); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'I') ADVANCE(458); @@ -39242,11 +39299,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'N') ADVANCE(450); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(255); if (lookahead == 'f') ADVANCE(295); @@ -39263,34 +39320,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(62) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 60: if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(243); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(247); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'I') ADVANCE(458); @@ -39299,11 +39356,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'N') ADVANCE(450); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1274); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(254); if (lookahead == 'f') ADVANCE(295); @@ -39320,35 +39377,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(61) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); END_STATE(); case 61: if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(243); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'I') ADVANCE(458); @@ -39357,11 +39414,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'N') ADVANCE(450); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(258); if (lookahead == 'f') ADVANCE(295); @@ -39378,35 +39435,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(61) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 62: if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'I') ADVANCE(458); @@ -39415,11 +39472,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'N') ADVANCE(450); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'f') ADVANCE(295); @@ -39436,33 +39493,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(62) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 63: if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'I') ADVANCE(458); @@ -39471,11 +39528,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'N') ADVANCE(450); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'f') ADVANCE(295); @@ -39492,36 +39549,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(63) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 64: if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); + if (lookahead == '>') ADVANCE(1195); if (lookahead == 'I') ADVANCE(458); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); @@ -39534,90 +39591,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(415); if (lookahead == 't') ADVANCE(399); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(64) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 65: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1465); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1466); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(1204); if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(880); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(912); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(887); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(968); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(71) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(993); - END_STATE(); - case 66: - if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1465); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(243); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(247); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); if (lookahead == 'M') ADVANCE(251); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == '_') ADVANCE(1509); + if (lookahead == '_') ADVANCE(1510); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(255); if (lookahead == 'g') ADVANCE(260); @@ -39633,544 +39639,594 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(80) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + END_STATE(); + case 66: + if (lookahead == '!') ADVANCE(242); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(244); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(936); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'm') ADVANCE(952); + if (lookahead == 'n') ADVANCE(957); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 's') ADVANCE(975); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(70) + if (sym_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 67: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(935); - if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'm') ADVANCE(951); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(882); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(889); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); if (lookahead == 'n') ADVANCE(956); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 's') ADVANCE(977); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(70) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(993); + lookahead == ' ') SKIP(71) + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 68: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(880); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(887); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(968); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(881); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(915); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(888); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(71) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token6_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 69: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); if (lookahead == 'E') ADVANCE(881); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(968); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(71) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 70: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(935); - if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'm') ADVANCE(951); - if (lookahead == 'n') ADVANCE(956); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 's') ADVANCE(977); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(936); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'm') ADVANCE(952); + if (lookahead == 'n') ADVANCE(957); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 's') ADVANCE(975); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(70) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 71: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(881); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(968); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(882); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(889); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(71) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 72: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(881); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == 181) ADVANCE(968); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(882); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(889); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(72) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 73: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(935); - if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'm') ADVANCE(951); - if (lookahead == 'n') ADVANCE(956); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 's') ADVANCE(977); - if (lookahead == 'x') ADVANCE(950); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(936); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'm') ADVANCE(952); + if (lookahead == 'n') ADVANCE(957); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 's') ADVANCE(975); + if (lookahead == 'x') ADVANCE(951); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 74: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(881); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == 181) ADVANCE(968); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(882); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(889); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(74) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 75: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(935); - if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'm') ADVANCE(951); - if (lookahead == 'n') ADVANCE(956); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 's') ADVANCE(977); - if (lookahead == 'x') ADVANCE(950); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(936); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'm') ADVANCE(952); + if (lookahead == 'n') ADVANCE(957); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 's') ADVANCE(975); + if (lookahead == 'x') ADVANCE(951); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 76: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(881); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(968); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(882); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(889); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 77: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(935); - if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'm') ADVANCE(951); - if (lookahead == 'n') ADVANCE(956); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 's') ADVANCE(977); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(936); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'm') ADVANCE(952); + if (lookahead == 'n') ADVANCE(957); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 's') ADVANCE(975); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 78: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == 'E') ADVANCE(881); - if (lookahead == 'G') ADVANCE(882); - if (lookahead == 'K') ADVANCE(883); - if (lookahead == 'M') ADVANCE(884); - if (lookahead == 'P') ADVANCE(885); - if (lookahead == 'T') ADVANCE(886); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(1602); - if (lookahead == 'd') ADVANCE(916); - if (lookahead == 'e') ADVANCE(888); - if (lookahead == 'g') ADVANCE(889); - if (lookahead == 'h') ADVANCE(958); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'k') ADVANCE(890); - if (lookahead == 'm') ADVANCE(891); - if (lookahead == 'n') ADVANCE(955); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 'p') ADVANCE(892); - if (lookahead == 's') ADVANCE(930); - if (lookahead == 't') ADVANCE(893); - if (lookahead == 'u') ADVANCE(969); - if (lookahead == 'w') ADVANCE(937); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == 181) ADVANCE(968); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == 'E') ADVANCE(882); + if (lookahead == 'G') ADVANCE(883); + if (lookahead == 'K') ADVANCE(884); + if (lookahead == 'M') ADVANCE(885); + if (lookahead == 'P') ADVANCE(886); + if (lookahead == 'T') ADVANCE(887); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(1604); + if (lookahead == 'd') ADVANCE(917); + if (lookahead == 'e') ADVANCE(889); + if (lookahead == 'g') ADVANCE(890); + if (lookahead == 'h') ADVANCE(959); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'k') ADVANCE(891); + if (lookahead == 'm') ADVANCE(892); + if (lookahead == 'n') ADVANCE(956); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 'p') ADVANCE(893); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(894); + if (lookahead == 'u') ADVANCE(970); + if (lookahead == 'w') ADVANCE(938); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) - if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_unquoted_token6_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 79: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(946); - if (lookahead == 'b') ADVANCE(935); - if (lookahead == 'e') ADVANCE(948); - if (lookahead == 'i') ADVANCE(947); - if (lookahead == 'm') ADVANCE(951); - if (lookahead == 'n') ADVANCE(956); - if (lookahead == 'o') ADVANCE(959); - if (lookahead == 's') ADVANCE(977); - if (lookahead == 'x') ADVANCE(950); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(947); + if (lookahead == 'b') ADVANCE(936); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'i') ADVANCE(948); + if (lookahead == 'm') ADVANCE(952); + if (lookahead == 'n') ADVANCE(957); + if (lookahead == 'o') ADVANCE(960); + if (lookahead == 's') ADVANCE(975); + if (lookahead == 'x') ADVANCE(951); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 80: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(243); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -40178,7 +40234,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'g') ADVANCE(260); @@ -40194,9 +40250,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || @@ -40205,22 +40261,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 81: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(600); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(601); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -40230,9 +40286,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -40240,21 +40296,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 82: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(600); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(601); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -40264,9 +40320,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -40274,16 +40330,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 83: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -40291,7 +40347,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'g') ADVANCE(260); @@ -40307,7 +40363,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || @@ -40316,15 +40372,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 84: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); + if (lookahead == '>') ADVANCE(1195); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -40334,7 +40390,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -40342,15 +40398,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 85: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(243); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -40358,7 +40414,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'g') ADVANCE(260); @@ -40382,14 +40438,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 86: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(243); - if (lookahead == '>') ADVANCE(1194); + if (lookahead == '>') ADVANCE(1195); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -40406,15 +40462,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 87: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -40422,7 +40478,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'g') ADVANCE(260); @@ -40438,7 +40494,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || @@ -40447,14 +40503,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 88: if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); + if (lookahead == '>') ADVANCE(1195); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -40464,140 +40520,140 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(88) END_STATE(); case 89: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2619); - if (lookahead == ':') ADVANCE(2605); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2690); - if (lookahead == 'N') ADVANCE(2688); - if (lookahead == '_') ADVANCE(2614); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2621); + if (lookahead == ':') ADVANCE(2607); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2692); + if (lookahead == 'N') ADVANCE(2690); + if (lookahead == '_') ADVANCE(2616); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2643); - if (lookahead == 'b') ADVANCE(2642); - if (lookahead == 'c') ADVANCE(2629); - if (lookahead == 'd') ADVANCE(2630); - if (lookahead == 'e') ADVANCE(2646); - if (lookahead == 'f') ADVANCE(2664); - if (lookahead == 'h') ADVANCE(2638); - if (lookahead == 'i') ADVANCE(2611); - if (lookahead == 'l') ADVANCE(2631); - if (lookahead == 'm') ADVANCE(2623); - if (lookahead == 'n') ADVANCE(2634); - if (lookahead == 'o') ADVANCE(2673); - if (lookahead == 'r') ADVANCE(2633); - if (lookahead == 's') ADVANCE(2656); - if (lookahead == 't') ADVANCE(2680); - if (lookahead == 'u') ADVANCE(2681); - if (lookahead == 'w') ADVANCE(2637); - if (lookahead == 'x') ADVANCE(2667); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2645); + if (lookahead == 'b') ADVANCE(2644); + if (lookahead == 'c') ADVANCE(2631); + if (lookahead == 'd') ADVANCE(2632); + if (lookahead == 'e') ADVANCE(2648); + if (lookahead == 'f') ADVANCE(2666); + if (lookahead == 'h') ADVANCE(2640); + if (lookahead == 'i') ADVANCE(2613); + if (lookahead == 'l') ADVANCE(2633); + if (lookahead == 'm') ADVANCE(2625); + if (lookahead == 'n') ADVANCE(2636); + if (lookahead == 'o') ADVANCE(2675); + if (lookahead == 'r') ADVANCE(2635); + if (lookahead == 's') ADVANCE(2658); + if (lookahead == 't') ADVANCE(2682); + if (lookahead == 'u') ADVANCE(2683); + if (lookahead == 'w') ADVANCE(2639); + if (lookahead == 'x') ADVANCE(2669); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(22) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2622); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2694); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2624); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2696); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(2605); + lookahead != '{') ADVANCE(2607); END_STATE(); case 90: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2617); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2692); - if (lookahead == 'N') ADVANCE(2689); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2619); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2694); + if (lookahead == 'N') ADVANCE(2691); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2648); - if (lookahead == 'b') ADVANCE(2640); - if (lookahead == 'e') ADVANCE(2652); - if (lookahead == 'f') ADVANCE(2625); - if (lookahead == 'i') ADVANCE(2613); - if (lookahead == 'm') ADVANCE(2661); - if (lookahead == 'n') ADVANCE(2670); - if (lookahead == 'o') ADVANCE(2674); - if (lookahead == 's') ADVANCE(2683); - if (lookahead == 't') ADVANCE(2676); - if (lookahead == 'x') ADVANCE(2658); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2650); + if (lookahead == 'b') ADVANCE(2642); + if (lookahead == 'e') ADVANCE(2654); + if (lookahead == 'f') ADVANCE(2627); + if (lookahead == 'i') ADVANCE(2615); + if (lookahead == 'm') ADVANCE(2664); + if (lookahead == 'n') ADVANCE(2672); + if (lookahead == 'o') ADVANCE(2676); + if (lookahead == 's') ADVANCE(2685); + if (lookahead == 't') ADVANCE(2678); + if (lookahead == 'x') ADVANCE(2660); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(64) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2620); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2622); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2605); + lookahead != ']') ADVANCE(2607); END_STATE(); case 91: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2649); - if (lookahead == 'b') ADVANCE(2641); - if (lookahead == 'e') ADVANCE(2653); - if (lookahead == 'i') ADVANCE(2650); - if (lookahead == 'm') ADVANCE(2663); - if (lookahead == 'n') ADVANCE(2671); - if (lookahead == 'o') ADVANCE(2677); - if (lookahead == 's') ADVANCE(2684); - if (lookahead == 'x') ADVANCE(2662); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2651); + if (lookahead == 'b') ADVANCE(2643); + if (lookahead == 'e') ADVANCE(2655); + if (lookahead == 'i') ADVANCE(2652); + if (lookahead == 'm') ADVANCE(2665); + if (lookahead == 'n') ADVANCE(2673); + if (lookahead == 'o') ADVANCE(2679); + if (lookahead == 's') ADVANCE(2686); + if (lookahead == 'x') ADVANCE(2661); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2693); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2695); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -40605,37 +40661,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2605); + lookahead != '}') ADVANCE(2607); END_STATE(); case 92: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2649); - if (lookahead == 'b') ADVANCE(2641); - if (lookahead == 'e') ADVANCE(2653); - if (lookahead == 'i') ADVANCE(2650); - if (lookahead == 'm') ADVANCE(2663); - if (lookahead == 'n') ADVANCE(2671); - if (lookahead == 'o') ADVANCE(2677); - if (lookahead == 's') ADVANCE(2684); - if (lookahead == 'x') ADVANCE(2662); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2651); + if (lookahead == 'b') ADVANCE(2643); + if (lookahead == 'e') ADVANCE(2655); + if (lookahead == 'i') ADVANCE(2652); + if (lookahead == 'm') ADVANCE(2665); + if (lookahead == 'n') ADVANCE(2673); + if (lookahead == 'o') ADVANCE(2679); + if (lookahead == 's') ADVANCE(2686); + if (lookahead == 'x') ADVANCE(2661); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2693); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2695); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -40643,103 +40699,103 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2605); + lookahead != '}') ADVANCE(2607); END_STATE(); case 93: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2649); - if (lookahead == 'b') ADVANCE(2641); - if (lookahead == 'e') ADVANCE(2653); - if (lookahead == 'i') ADVANCE(2650); - if (lookahead == 'm') ADVANCE(2663); - if (lookahead == 'n') ADVANCE(2671); - if (lookahead == 'o') ADVANCE(2677); - if (lookahead == 's') ADVANCE(2684); - if (lookahead == 'x') ADVANCE(2662); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(2651); + if (lookahead == 'b') ADVANCE(2643); + if (lookahead == 'e') ADVANCE(2655); + if (lookahead == 'i') ADVANCE(2652); + if (lookahead == 'm') ADVANCE(2665); + if (lookahead == 'n') ADVANCE(2673); + if (lookahead == 'o') ADVANCE(2679); + if (lookahead == 's') ADVANCE(2686); + if (lookahead == 'x') ADVANCE(2661); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2693); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2695); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2605); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2607); END_STATE(); case 94: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2649); - if (lookahead == 'b') ADVANCE(2641); - if (lookahead == 'e') ADVANCE(2653); - if (lookahead == 'i') ADVANCE(2650); - if (lookahead == 'm') ADVANCE(2663); - if (lookahead == 'n') ADVANCE(2671); - if (lookahead == 'o') ADVANCE(2677); - if (lookahead == 's') ADVANCE(2684); - if (lookahead == 'x') ADVANCE(2662); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(2651); + if (lookahead == 'b') ADVANCE(2643); + if (lookahead == 'e') ADVANCE(2655); + if (lookahead == 'i') ADVANCE(2652); + if (lookahead == 'm') ADVANCE(2665); + if (lookahead == 'n') ADVANCE(2673); + if (lookahead == 'o') ADVANCE(2679); + if (lookahead == 's') ADVANCE(2686); + if (lookahead == 'x') ADVANCE(2661); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2693); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2695); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2605); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2607); END_STATE(); case 95: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2648); - if (lookahead == 'b') ADVANCE(2640); - if (lookahead == 'e') ADVANCE(2652); - if (lookahead == 'i') ADVANCE(2651); - if (lookahead == 'm') ADVANCE(2661); - if (lookahead == 'n') ADVANCE(2669); - if (lookahead == 'o') ADVANCE(2674); - if (lookahead == 's') ADVANCE(2683); - if (lookahead == 'x') ADVANCE(2658); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(2650); + if (lookahead == 'b') ADVANCE(2642); + if (lookahead == 'e') ADVANCE(2654); + if (lookahead == 'i') ADVANCE(2653); + if (lookahead == 'm') ADVANCE(2664); + if (lookahead == 'n') ADVANCE(2671); + if (lookahead == 'o') ADVANCE(2676); + if (lookahead == 's') ADVANCE(2685); + if (lookahead == 'x') ADVANCE(2660); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -40751,29 +40807,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2605); + lookahead != '{') ADVANCE(2607); END_STATE(); case 96: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2648); - if (lookahead == 'b') ADVANCE(2640); - if (lookahead == 'e') ADVANCE(2652); - if (lookahead == 'i') ADVANCE(2651); - if (lookahead == 'm') ADVANCE(2661); - if (lookahead == 'n') ADVANCE(2669); - if (lookahead == 'o') ADVANCE(2674); - if (lookahead == 's') ADVANCE(2683); - if (lookahead == 'x') ADVANCE(2658); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(2650); + if (lookahead == 'b') ADVANCE(2642); + if (lookahead == 'e') ADVANCE(2654); + if (lookahead == 'i') ADVANCE(2653); + if (lookahead == 'm') ADVANCE(2664); + if (lookahead == 'n') ADVANCE(2671); + if (lookahead == 'o') ADVANCE(2676); + if (lookahead == 's') ADVANCE(2685); + if (lookahead == 'x') ADVANCE(2660); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -40785,109 +40841,162 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2605); + lookahead != '}') ADVANCE(2607); END_STATE(); case 97: - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1467); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2648); - if (lookahead == 'b') ADVANCE(2640); - if (lookahead == 'e') ADVANCE(2652); - if (lookahead == 'i') ADVANCE(2651); - if (lookahead == 'm') ADVANCE(2661); - if (lookahead == 'n') ADVANCE(2669); - if (lookahead == 'o') ADVANCE(2674); - if (lookahead == 's') ADVANCE(2683); - if (lookahead == 'x') ADVANCE(2658); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1468); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(2650); + if (lookahead == 'b') ADVANCE(2642); + if (lookahead == 'e') ADVANCE(2654); + if (lookahead == 'i') ADVANCE(2653); + if (lookahead == 'm') ADVANCE(2664); + if (lookahead == 'n') ADVANCE(2671); + if (lookahead == 'o') ADVANCE(2676); + if (lookahead == 's') ADVANCE(2685); + if (lookahead == 'x') ADVANCE(2660); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(86) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2607); END_STATE(); case 98: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1176); + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1335); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2714); + if (lookahead == ':') ADVANCE(2697); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2705); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2785); + if (lookahead == 'N') ADVANCE(2783); + if (lookahead == '_') ADVANCE(2709); + if (lookahead == '`') ADVANCE(293); + if (lookahead == 'a') ADVANCE(2738); + if (lookahead == 'b') ADVANCE(2737); + if (lookahead == 'c') ADVANCE(2724); + if (lookahead == 'd') ADVANCE(2725); + if (lookahead == 'e') ADVANCE(2741); + if (lookahead == 'f') ADVANCE(2759); + if (lookahead == 'h') ADVANCE(2733); + if (lookahead == 'i') ADVANCE(2706); + if (lookahead == 'l') ADVANCE(2726); + if (lookahead == 'm') ADVANCE(2718); + if (lookahead == 'n') ADVANCE(2729); + if (lookahead == 'o') ADVANCE(2768); + if (lookahead == 'r') ADVANCE(2728); + if (lookahead == 's') ADVANCE(2751); + if (lookahead == 't') ADVANCE(2775); + if (lookahead == 'u') ADVANCE(2776); + if (lookahead == 'w') ADVANCE(2732); + if (lookahead == 'x') ADVANCE(2762); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(22) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2717); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2789); + if (lookahead != 0 && + (lookahead < ')' || ';' < lookahead) && + lookahead != '[' && + lookahead != ']' && + lookahead != '{') ADVANCE(2697); + END_STATE(); + case 99: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '\'') ADVANCE(228); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(1210); - if (lookahead == '.') ADVANCE(1280); - if (lookahead == '/') ADVANCE(1356); - if (lookahead == '0') ADVANCE(2198); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2712); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'I') ADVANCE(2577); - if (lookahead == 'N') ADVANCE(2567); - if (lookahead == '[') ADVANCE(1163); + if (lookahead == 'I') ADVANCE(2787); + if (lookahead == 'N') ADVANCE(2784); + if (lookahead == '[') ADVANCE(1164); if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2363); - if (lookahead == 'b') ADVANCE(2315); - if (lookahead == 'e') ADVANCE(2373); - if (lookahead == 'f') ADVANCE(2208); - if (lookahead == 'i') ADVANCE(2188); - if (lookahead == 'm') ADVANCE(2395); - if (lookahead == 'n') ADVANCE(2392); - if (lookahead == 'o') ADVANCE(2429); - if (lookahead == 's') ADVANCE(2497); - if (lookahead == 't') ADVANCE(2430); - if (lookahead == 'x') ADVANCE(2394); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2743); + if (lookahead == 'b') ADVANCE(2735); + if (lookahead == 'e') ADVANCE(2747); + if (lookahead == 'f') ADVANCE(2720); + if (lookahead == 'i') ADVANCE(2708); + if (lookahead == 'm') ADVANCE(2757); + if (lookahead == 'n') ADVANCE(2765); + if (lookahead == 'o') ADVANCE(2769); + if (lookahead == 's') ADVANCE(2778); + if (lookahead == 't') ADVANCE(2771); + if (lookahead == 'x') ADVANCE(2753); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(64) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2201); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2715); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2604); + lookahead != ']') ADVANCE(2697); END_STATE(); - case 99: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1176); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1335); + case 100: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(1205); - if (lookahead == '.') ADVANCE(2172); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '.') ADVANCE(2702); + if (lookahead == '/') ADVANCE(1355); if (lookahead == ':') ADVANCE(1161); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2365); - if (lookahead == 'b') ADVANCE(2316); - if (lookahead == 'e') ADVANCE(2374); - if (lookahead == 'i') ADVANCE(2366); - if (lookahead == 'm') ADVANCE(2397); - if (lookahead == 'n') ADVANCE(2396); - if (lookahead == 'o') ADVANCE(2435); - if (lookahead == 's') ADVANCE(2493); - if (lookahead == 'x') ADVANCE(2390); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2744); + if (lookahead == 'b') ADVANCE(2736); + if (lookahead == 'e') ADVANCE(2748); + if (lookahead == 'i') ADVANCE(2745); + if (lookahead == 'm') ADVANCE(2758); + if (lookahead == 'n') ADVANCE(2766); + if (lookahead == 'o') ADVANCE(2772); + if (lookahead == 's') ADVANCE(2779); + if (lookahead == 'x') ADVANCE(2754); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2602); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2788); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -40895,37 +41004,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2604); + lookahead != '}') ADVANCE(2697); END_STATE(); - case 100: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1176); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1335); + case 101: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(1205); - if (lookahead == '.') ADVANCE(2172); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '.') ADVANCE(2702); + if (lookahead == '/') ADVANCE(1355); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2365); - if (lookahead == 'b') ADVANCE(2316); - if (lookahead == 'e') ADVANCE(2374); - if (lookahead == 'i') ADVANCE(2366); - if (lookahead == 'm') ADVANCE(2397); - if (lookahead == 'n') ADVANCE(2396); - if (lookahead == 'o') ADVANCE(2435); - if (lookahead == 's') ADVANCE(2493); - if (lookahead == 'x') ADVANCE(2390); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2744); + if (lookahead == 'b') ADVANCE(2736); + if (lookahead == 'e') ADVANCE(2748); + if (lookahead == 'i') ADVANCE(2745); + if (lookahead == 'm') ADVANCE(2758); + if (lookahead == 'n') ADVANCE(2766); + if (lookahead == 'o') ADVANCE(2772); + if (lookahead == 's') ADVANCE(2779); + if (lookahead == 'x') ADVANCE(2754); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2602); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2788); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -40933,301 +41042,248 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2604); + lookahead != '}') ADVANCE(2697); END_STATE(); - case 101: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1176); - if (lookahead == '*') ADVANCE(1335); + case 102: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(1205); - if (lookahead == '.') ADVANCE(2172); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '.') ADVANCE(2702); + if (lookahead == '/') ADVANCE(1355); if (lookahead == ':') ADVANCE(1161); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'a') ADVANCE(2365); - if (lookahead == 'b') ADVANCE(2316); - if (lookahead == 'e') ADVANCE(2374); - if (lookahead == 'i') ADVANCE(2366); - if (lookahead == 'm') ADVANCE(2397); - if (lookahead == 'n') ADVANCE(2396); - if (lookahead == 'o') ADVANCE(2435); - if (lookahead == 's') ADVANCE(2493); - if (lookahead == 'x') ADVANCE(2390); + if (lookahead == 'a') ADVANCE(2744); + if (lookahead == 'b') ADVANCE(2736); + if (lookahead == 'e') ADVANCE(2748); + if (lookahead == 'i') ADVANCE(2745); + if (lookahead == 'm') ADVANCE(2758); + if (lookahead == 'n') ADVANCE(2766); + if (lookahead == 'o') ADVANCE(2772); + if (lookahead == 's') ADVANCE(2779); + if (lookahead == 'x') ADVANCE(2754); if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2602); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2788); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2604); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2697); END_STATE(); - case 102: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1176); - if (lookahead == '*') ADVANCE(1335); + case 103: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(1205); - if (lookahead == '.') ADVANCE(2172); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '.') ADVANCE(2702); + if (lookahead == '/') ADVANCE(1355); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'a') ADVANCE(2365); - if (lookahead == 'b') ADVANCE(2316); - if (lookahead == 'e') ADVANCE(2374); - if (lookahead == 'i') ADVANCE(2366); - if (lookahead == 'm') ADVANCE(2397); - if (lookahead == 'n') ADVANCE(2396); - if (lookahead == 'o') ADVANCE(2435); - if (lookahead == 's') ADVANCE(2493); - if (lookahead == 'x') ADVANCE(2390); + if (lookahead == 'a') ADVANCE(2744); + if (lookahead == 'b') ADVANCE(2736); + if (lookahead == 'e') ADVANCE(2748); + if (lookahead == 'i') ADVANCE(2745); + if (lookahead == 'm') ADVANCE(2758); + if (lookahead == 'n') ADVANCE(2766); + if (lookahead == 'o') ADVANCE(2772); + if (lookahead == 's') ADVANCE(2779); + if (lookahead == 'x') ADVANCE(2754); if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2602); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2788); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2604); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2697); END_STATE(); - case 103: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '*') ADVANCE(1335); + case 104: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == ',') ADVANCE(1165); - if (lookahead == '-') ADVANCE(1212); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'a') ADVANCE(2363); - if (lookahead == 'b') ADVANCE(2315); - if (lookahead == 'e') ADVANCE(2373); - if (lookahead == 'i') ADVANCE(2367); - if (lookahead == 'm') ADVANCE(2395); - if (lookahead == 'n') ADVANCE(2393); - if (lookahead == 'o') ADVANCE(2429); - if (lookahead == 's') ADVANCE(2497); - if (lookahead == 'x') ADVANCE(2394); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2743); + if (lookahead == 'b') ADVANCE(2735); + if (lookahead == 'e') ADVANCE(2747); + if (lookahead == 'i') ADVANCE(2746); + if (lookahead == 'm') ADVANCE(2757); + if (lookahead == 'n') ADVANCE(2764); + if (lookahead == 'o') ADVANCE(2769); + if (lookahead == 's') ADVANCE(2778); + if (lookahead == 'x') ADVANCE(2753); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(84) if (lookahead != 0 && - lookahead != '"' && + (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2604); + lookahead != '{') ADVANCE(2697); END_STATE(); - case 104: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '*') ADVANCE(1335); + case 105: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); - if (lookahead == '-') ADVANCE(1212); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2179); + if (lookahead == '=') ADVANCE(2704); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'a') ADVANCE(2363); - if (lookahead == 'b') ADVANCE(2315); - if (lookahead == 'e') ADVANCE(2373); - if (lookahead == 'i') ADVANCE(2367); - if (lookahead == 'm') ADVANCE(2395); - if (lookahead == 'n') ADVANCE(2393); - if (lookahead == 'o') ADVANCE(2429); - if (lookahead == 's') ADVANCE(2497); - if (lookahead == 'x') ADVANCE(2394); + if (lookahead == 'a') ADVANCE(2743); + if (lookahead == 'b') ADVANCE(2735); + if (lookahead == 'e') ADVANCE(2747); + if (lookahead == 'i') ADVANCE(2746); + if (lookahead == 'm') ADVANCE(2757); + if (lookahead == 'n') ADVANCE(2764); + if (lookahead == 'o') ADVANCE(2769); + if (lookahead == 's') ADVANCE(2778); + if (lookahead == 'x') ADVANCE(2753); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(86) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token5_character_set_1(lookahead)) ADVANCE(2697); END_STATE(); - case 105: - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '*') ADVANCE(1335); + case 106: + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); - if (lookahead == '-') ADVANCE(1212); - if (lookahead == '/') ADVANCE(1356); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'a') ADVANCE(2363); - if (lookahead == 'b') ADVANCE(2315); - if (lookahead == 'e') ADVANCE(2373); - if (lookahead == 'i') ADVANCE(2367); - if (lookahead == 'm') ADVANCE(2395); - if (lookahead == 'n') ADVANCE(2393); - if (lookahead == 'o') ADVANCE(2429); - if (lookahead == 's') ADVANCE(2497); - if (lookahead == 'x') ADVANCE(2394); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'a') ADVANCE(2743); + if (lookahead == 'b') ADVANCE(2735); + if (lookahead == 'e') ADVANCE(2747); + if (lookahead == 'i') ADVANCE(2746); + if (lookahead == 'm') ADVANCE(2757); + if (lookahead == 'n') ADVANCE(2764); + if (lookahead == 'o') ADVANCE(2769); + if (lookahead == 's') ADVANCE(2778); + if (lookahead == 'x') ADVANCE(2753); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(88) if (lookahead != 0 && - lookahead != '"' && + (lookahead < '"' || '$' < lookahead) && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2604); - END_STATE(); - case 106: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2712); - if (lookahead == ':') ADVANCE(2695); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2783); - if (lookahead == 'N') ADVANCE(2781); - if (lookahead == '_') ADVANCE(2707); - if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2736); - if (lookahead == 'b') ADVANCE(2735); - if (lookahead == 'c') ADVANCE(2722); - if (lookahead == 'd') ADVANCE(2723); - if (lookahead == 'e') ADVANCE(2739); - if (lookahead == 'f') ADVANCE(2757); - if (lookahead == 'h') ADVANCE(2731); - if (lookahead == 'i') ADVANCE(2704); - if (lookahead == 'l') ADVANCE(2724); - if (lookahead == 'm') ADVANCE(2716); - if (lookahead == 'n') ADVANCE(2727); - if (lookahead == 'o') ADVANCE(2766); - if (lookahead == 'r') ADVANCE(2726); - if (lookahead == 's') ADVANCE(2749); - if (lookahead == 't') ADVANCE(2773); - if (lookahead == 'u') ADVANCE(2774); - if (lookahead == 'w') ADVANCE(2730); - if (lookahead == 'x') ADVANCE(2760); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(22) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2715); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2787); - if (lookahead != 0 && - (lookahead < ')' || ';' < lookahead) && - lookahead != '[' && - lookahead != ']' && - lookahead != '{') ADVANCE(2695); + lookahead != '}') ADVANCE(2697); END_STATE(); case 107: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1177); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2710); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2785); - if (lookahead == 'N') ADVANCE(2782); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1211); + if (lookahead == '.') ADVANCE(1281); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '0') ADVANCE(2200); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'I') ADVANCE(2579); + if (lookahead == 'N') ADVANCE(2569); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1276); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2741); - if (lookahead == 'b') ADVANCE(2733); - if (lookahead == 'e') ADVANCE(2745); - if (lookahead == 'f') ADVANCE(2718); - if (lookahead == 'i') ADVANCE(2706); - if (lookahead == 'm') ADVANCE(2754); - if (lookahead == 'n') ADVANCE(2763); - if (lookahead == 'o') ADVANCE(2767); - if (lookahead == 's') ADVANCE(2776); - if (lookahead == 't') ADVANCE(2769); - if (lookahead == 'x') ADVANCE(2751); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2365); + if (lookahead == 'b') ADVANCE(2317); + if (lookahead == 'e') ADVANCE(2375); + if (lookahead == 'f') ADVANCE(2210); + if (lookahead == 'i') ADVANCE(2190); + if (lookahead == 'm') ADVANCE(2397); + if (lookahead == 'n') ADVANCE(2394); + if (lookahead == 'o') ADVANCE(2431); + if (lookahead == 's') ADVANCE(2499); + if (lookahead == 't') ADVANCE(2432); + if (lookahead == 'x') ADVANCE(2396); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(64) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2713); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2203); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != ']') ADVANCE(2695); + lookahead != ']') ADVANCE(2606); END_STATE(); case 108: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2700); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2742); - if (lookahead == 'b') ADVANCE(2734); - if (lookahead == 'e') ADVANCE(2746); - if (lookahead == 'i') ADVANCE(2743); - if (lookahead == 'm') ADVANCE(2756); - if (lookahead == 'n') ADVANCE(2764); - if (lookahead == 'o') ADVANCE(2770); - if (lookahead == 's') ADVANCE(2777); - if (lookahead == 'x') ADVANCE(2755); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1177); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1206); + if (lookahead == '.') ADVANCE(2174); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == ':') ADVANCE(1162); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2367); + if (lookahead == 'b') ADVANCE(2318); + if (lookahead == 'e') ADVANCE(2376); + if (lookahead == 'i') ADVANCE(2368); + if (lookahead == 'm') ADVANCE(2399); + if (lookahead == 'n') ADVANCE(2398); + if (lookahead == 'o') ADVANCE(2437); + if (lookahead == 's') ADVANCE(2495); + if (lookahead == 'x') ADVANCE(2392); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(73) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2786); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2604); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -41235,37 +41291,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2695); + lookahead != '}') ADVANCE(2606); END_STATE(); case 109: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2700); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'a') ADVANCE(2742); - if (lookahead == 'b') ADVANCE(2734); - if (lookahead == 'e') ADVANCE(2746); - if (lookahead == 'i') ADVANCE(2743); - if (lookahead == 'm') ADVANCE(2756); - if (lookahead == 'n') ADVANCE(2764); - if (lookahead == 'o') ADVANCE(2770); - if (lookahead == 's') ADVANCE(2777); - if (lookahead == 'x') ADVANCE(2755); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1177); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1206); + if (lookahead == '.') ADVANCE(2174); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'a') ADVANCE(2367); + if (lookahead == 'b') ADVANCE(2318); + if (lookahead == 'e') ADVANCE(2376); + if (lookahead == 'i') ADVANCE(2368); + if (lookahead == 'm') ADVANCE(2399); + if (lookahead == 'n') ADVANCE(2398); + if (lookahead == 'o') ADVANCE(2437); + if (lookahead == 's') ADVANCE(2495); + if (lookahead == 'x') ADVANCE(2392); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(75) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2786); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2604); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -41273,596 +41329,596 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && - lookahead != '}') ADVANCE(2695); + lookahead != '}') ADVANCE(2606); END_STATE(); case 110: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2700); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2742); - if (lookahead == 'b') ADVANCE(2734); - if (lookahead == 'e') ADVANCE(2746); - if (lookahead == 'i') ADVANCE(2743); - if (lookahead == 'm') ADVANCE(2756); - if (lookahead == 'n') ADVANCE(2764); - if (lookahead == 'o') ADVANCE(2770); - if (lookahead == 's') ADVANCE(2777); - if (lookahead == 'x') ADVANCE(2755); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1177); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1206); + if (lookahead == '.') ADVANCE(2174); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == ':') ADVANCE(1162); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'a') ADVANCE(2367); + if (lookahead == 'b') ADVANCE(2318); + if (lookahead == 'e') ADVANCE(2376); + if (lookahead == 'i') ADVANCE(2368); + if (lookahead == 'm') ADVANCE(2399); + if (lookahead == 'n') ADVANCE(2398); + if (lookahead == 'o') ADVANCE(2437); + if (lookahead == 's') ADVANCE(2495); + if (lookahead == 'x') ADVANCE(2392); + if (lookahead == '|') ADVANCE(1171); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2786); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2604); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2695); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2606); END_STATE(); case 111: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(2700); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2742); - if (lookahead == 'b') ADVANCE(2734); - if (lookahead == 'e') ADVANCE(2746); - if (lookahead == 'i') ADVANCE(2743); - if (lookahead == 'm') ADVANCE(2756); - if (lookahead == 'n') ADVANCE(2764); - if (lookahead == 'o') ADVANCE(2770); - if (lookahead == 's') ADVANCE(2777); - if (lookahead == 'x') ADVANCE(2755); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1177); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1206); + if (lookahead == '.') ADVANCE(2174); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'a') ADVANCE(2367); + if (lookahead == 'b') ADVANCE(2318); + if (lookahead == 'e') ADVANCE(2376); + if (lookahead == 'i') ADVANCE(2368); + if (lookahead == 'm') ADVANCE(2399); + if (lookahead == 'n') ADVANCE(2398); + if (lookahead == 'o') ADVANCE(2437); + if (lookahead == 's') ADVANCE(2495); + if (lookahead == 'x') ADVANCE(2392); + if (lookahead == '|') ADVANCE(1171); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (sym_identifier_character_set_1(lookahead)) ADVANCE(2786); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(2604); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && - (lookahead < '`' || '}' < lookahead)) ADVANCE(2695); + (lookahead < '`' || '}' < lookahead)) ADVANCE(2606); END_STATE(); case 112: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2741); - if (lookahead == 'b') ADVANCE(2733); - if (lookahead == 'e') ADVANCE(2745); - if (lookahead == 'i') ADVANCE(2744); - if (lookahead == 'm') ADVANCE(2754); - if (lookahead == 'n') ADVANCE(2762); - if (lookahead == 'o') ADVANCE(2767); - if (lookahead == 's') ADVANCE(2776); - if (lookahead == 'x') ADVANCE(2751); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1213); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'a') ADVANCE(2365); + if (lookahead == 'b') ADVANCE(2317); + if (lookahead == 'e') ADVANCE(2375); + if (lookahead == 'i') ADVANCE(2369); + if (lookahead == 'm') ADVANCE(2397); + if (lookahead == 'n') ADVANCE(2395); + if (lookahead == 'o') ADVANCE(2431); + if (lookahead == 's') ADVANCE(2499); + if (lookahead == 'x') ADVANCE(2396); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(84) if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && + lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2695); + lookahead != '{') ADVANCE(2606); END_STATE(); case 113: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2702); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2741); - if (lookahead == 'b') ADVANCE(2733); - if (lookahead == 'e') ADVANCE(2745); - if (lookahead == 'i') ADVANCE(2744); - if (lookahead == 'm') ADVANCE(2754); - if (lookahead == 'n') ADVANCE(2762); - if (lookahead == 'o') ADVANCE(2767); - if (lookahead == 's') ADVANCE(2776); - if (lookahead == 'x') ADVANCE(2751); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == '-') ADVANCE(1213); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2181); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'a') ADVANCE(2365); + if (lookahead == 'b') ADVANCE(2317); + if (lookahead == 'e') ADVANCE(2375); + if (lookahead == 'i') ADVANCE(2369); + if (lookahead == 'm') ADVANCE(2397); + if (lookahead == 'n') ADVANCE(2395); + if (lookahead == 'o') ADVANCE(2431); + if (lookahead == 's') ADVANCE(2499); + if (lookahead == 'x') ADVANCE(2396); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(86) - if (!aux_sym_unquoted_token5_character_set_1(lookahead)) ADVANCE(2695); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 114: - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2741); - if (lookahead == 'b') ADVANCE(2733); - if (lookahead == 'e') ADVANCE(2745); - if (lookahead == 'i') ADVANCE(2744); - if (lookahead == 'm') ADVANCE(2754); - if (lookahead == 'n') ADVANCE(2762); - if (lookahead == 'o') ADVANCE(2767); - if (lookahead == 's') ADVANCE(2776); - if (lookahead == 'x') ADVANCE(2751); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == '-') ADVANCE(1213); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'a') ADVANCE(2365); + if (lookahead == 'b') ADVANCE(2317); + if (lookahead == 'e') ADVANCE(2375); + if (lookahead == 'i') ADVANCE(2369); + if (lookahead == 'm') ADVANCE(2397); + if (lookahead == 'n') ADVANCE(2395); + if (lookahead == 'o') ADVANCE(2431); + if (lookahead == 's') ADVANCE(2499); + if (lookahead == 'x') ADVANCE(2396); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(88) if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && + lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ';' && lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '}') ADVANCE(2695); + lookahead != '}') ADVANCE(2606); END_STATE(); case 115: - if (lookahead == '!') ADVANCE(2181); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3134); - if (lookahead == '$') ADVANCE(1176); + if (lookahead == '!') ADVANCE(2183); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3136); + if (lookahead == '$') ADVANCE(1177); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '*') ADVANCE(1336); - if (lookahead == '+') ADVANCE(1371); - if (lookahead == ',') ADVANCE(1165); - if (lookahead == '-') ADVANCE(1207); - if (lookahead == '.') ADVANCE(1278); - if (lookahead == '/') ADVANCE(1357); - if (lookahead == '0') ADVANCE(2193); - if (lookahead == ':') ADVANCE(2604); - if (lookahead == '<') ADVANCE(1393); - if (lookahead == '=') ADVANCE(2182); - if (lookahead == '>') ADVANCE(1196); - if (lookahead == 'I') ADVANCE(2553); - if (lookahead == 'N') ADVANCE(2545); - if (lookahead == '_') ADVANCE(2192); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '*') ADVANCE(1337); + if (lookahead == '+') ADVANCE(1372); + if (lookahead == ',') ADVANCE(1166); + if (lookahead == '-') ADVANCE(1208); + if (lookahead == '.') ADVANCE(1279); + if (lookahead == '/') ADVANCE(1358); + if (lookahead == '0') ADVANCE(2195); + if (lookahead == ':') ADVANCE(2606); + if (lookahead == '<') ADVANCE(1394); + if (lookahead == '=') ADVANCE(2184); + if (lookahead == '>') ADVANCE(1197); + if (lookahead == 'I') ADVANCE(2555); + if (lookahead == 'N') ADVANCE(2547); + if (lookahead == '_') ADVANCE(2194); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2341); - if (lookahead == 'b') ADVANCE(2310); - if (lookahead == 'c') ADVANCE(2210); - if (lookahead == 'd') ADVANCE(2256); - if (lookahead == 'e') ADVANCE(2352); - if (lookahead == 'f') ADVANCE(2391); - if (lookahead == 'h') ADVANCE(2319); - if (lookahead == 'i') ADVANCE(2189); - if (lookahead == 'l') ADVANCE(2272); - if (lookahead == 'm') ADVANCE(2206); - if (lookahead == 'n') ADVANCE(2257); - if (lookahead == 'o') ADVANCE(2421); - if (lookahead == 'r') ADVANCE(2258); - if (lookahead == 's') ADVANCE(2386); - if (lookahead == 't') ADVANCE(2422); - if (lookahead == 'u') ADVANCE(2466); - if (lookahead == 'w') ADVANCE(2308); - if (lookahead == 'x') ADVANCE(2399); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2343); + if (lookahead == 'b') ADVANCE(2312); + if (lookahead == 'c') ADVANCE(2212); + if (lookahead == 'd') ADVANCE(2258); + if (lookahead == 'e') ADVANCE(2354); + if (lookahead == 'f') ADVANCE(2393); + if (lookahead == 'h') ADVANCE(2321); + if (lookahead == 'i') ADVANCE(2191); + if (lookahead == 'l') ADVANCE(2274); + if (lookahead == 'm') ADVANCE(2208); + if (lookahead == 'n') ADVANCE(2259); + if (lookahead == 'o') ADVANCE(2423); + if (lookahead == 'r') ADVANCE(2260); + if (lookahead == 's') ADVANCE(2388); + if (lookahead == 't') ADVANCE(2424); + if (lookahead == 'u') ADVANCE(2468); + if (lookahead == 'w') ADVANCE(2310); + if (lookahead == 'x') ADVANCE(2401); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(22) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2194); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2564); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2196); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2566); if (lookahead != 0 && (lookahead < ')' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(2565); + lookahead != '{') ADVANCE(2567); END_STATE(); case 116: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1288); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1289); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(3089); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3085); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(3091); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3087); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3086); - if (lookahead == 'n') ADVANCE(3088); - if (lookahead == 't') ADVANCE(3087); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3088); + if (lookahead == 'n') ADVANCE(3090); + if (lookahead == 't') ADVANCE(3089); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3090); + lookahead == 'i') ADVANCE(3092); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3084); + lookahead != '}') ADVANCE(3086); END_STATE(); case 117: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(3119); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3103); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3118); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(3121); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3105); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3120); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3110); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3112); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(131) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3122); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 118: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(3119); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3104); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3118); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(3121); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3106); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3120); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3111); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3113); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(131) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3122); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 119: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3103); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3117); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3105); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3119); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3110); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3112); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(131) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 120: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2972); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2974); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2970); + lookahead == 'e') ADVANCE(2972); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 121: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'N') ADVANCE(3027); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3023); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'N') ADVANCE(3029); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3025); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3024); - if (lookahead == 'n') ADVANCE(3026); - if (lookahead == 't') ADVANCE(3025); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3026); + if (lookahead == 'n') ADVANCE(3028); + if (lookahead == 't') ADVANCE(3027); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3028); + lookahead == 'i') ADVANCE(3030); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3022); + lookahead != '}') ADVANCE(3024); END_STATE(); case 122: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(129) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 123: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(130) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && - lookahead != ')') ADVANCE(3021); + lookahead != ')') ADVANCE(3023); END_STATE(); case 124: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2970); + lookahead == 'e') ADVANCE(2972); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(132) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(3021); + lookahead != ';') ADVANCE(3023); END_STATE(); case 125: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); if (lookahead == '=') ADVANCE(245); if (lookahead == 'E') ADVANCE(289); if (lookahead == 'I') ADVANCE(458); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(365); if (lookahead == 'c') ADVANCE(384); @@ -41876,32 +41932,32 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'n') ADVANCE(330); if (lookahead == 't') ADVANCE(399); if (lookahead == 'u') ADVANCE(411); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(126) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 126: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); if (lookahead == '=') ADVANCE(245); if (lookahead == 'I') ADVANCE(458); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'a') ADVANCE(365); if (lookahead == 'c') ADVANCE(384); @@ -41915,1187 +41971,1187 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'n') ADVANCE(330); if (lookahead == 't') ADVANCE(399); if (lookahead == 'u') ADVANCE(411); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(126) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 127: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(3119); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3104); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3118); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(3121); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3106); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3120); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3111); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3113); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(131) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3122); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 128: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2972); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2974); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2970); + lookahead == 'e') ADVANCE(2972); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 129: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(129) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 130: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(130) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && - lookahead != ')') ADVANCE(3021); + lookahead != ')') ADVANCE(3023); END_STATE(); case 131: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2940); - if (lookahead == 'G') ADVANCE(2941); - if (lookahead == 'K') ADVANCE(2942); - if (lookahead == 'M') ADVANCE(2943); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == 'P') ADVANCE(2944); - if (lookahead == 'T') ADVANCE(2945); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2942); + if (lookahead == 'G') ADVANCE(2943); + if (lookahead == 'K') ADVANCE(2944); + if (lookahead == 'M') ADVANCE(2945); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == 'P') ADVANCE(2946); + if (lookahead == 'T') ADVANCE(2947); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(2974); - if (lookahead == 'e') ADVANCE(2946); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'g') ADVANCE(2947); - if (lookahead == 'h') ADVANCE(2990); - if (lookahead == 'k') ADVANCE(2948); - if (lookahead == 'm') ADVANCE(2949); - if (lookahead == 'n') ADVANCE(2992); - if (lookahead == 'p') ADVANCE(2950); - if (lookahead == 's') ADVANCE(2985); - if (lookahead == 't') ADVANCE(2951); - if (lookahead == 'u') ADVANCE(2993); - if (lookahead == 'w') ADVANCE(2986); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(2994); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(2976); + if (lookahead == 'e') ADVANCE(2948); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'g') ADVANCE(2949); + if (lookahead == 'h') ADVANCE(2992); + if (lookahead == 'k') ADVANCE(2950); + if (lookahead == 'm') ADVANCE(2951); + if (lookahead == 'n') ADVANCE(2994); + if (lookahead == 'p') ADVANCE(2952); + if (lookahead == 's') ADVANCE(2987); + if (lookahead == 't') ADVANCE(2953); + if (lookahead == 'u') ADVANCE(2995); + if (lookahead == 'w') ADVANCE(2988); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(2996); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(131) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 132: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(132) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(3021); + lookahead != ';') ADVANCE(3023); END_STATE(); case 133: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2970); + lookahead == 'e') ADVANCE(2972); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 134: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 135: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'N') ADVANCE(1116); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(1000); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'N') ADVANCE(1117); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(1001); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(1004); - if (lookahead == 'n') ADVANCE(1103); - if (lookahead == 't') ADVANCE(1076); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(1005); + if (lookahead == 'n') ADVANCE(1104); + if (lookahead == 't') ADVANCE(1077); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1126); + lookahead == 'i') ADVANCE(1127); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1135); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 136: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1543); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1545); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(715); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(716); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(136) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1557); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ',' && lookahead != ':' && lookahead != ';' && - lookahead != ']') ADVANCE(1883); + lookahead != ']') ADVANCE(1885); END_STATE(); case 137: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == 'N') ADVANCE(984); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(915); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == 'N') ADVANCE(985); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(916); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(917); - if (lookahead == 'n') ADVANCE(952); - if (lookahead == 't') ADVANCE(961); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(918); + if (lookahead == 'n') ADVANCE(953); + if (lookahead == 't') ADVANCE(962); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(989); + lookahead == 'i') ADVANCE(990); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(137) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(993); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 138: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(791); - if (lookahead == 'd') ADVANCE(781); - if (lookahead == 'f') ADVANCE(674); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'm') ADVANCE(678); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'r') ADVANCE(727); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'w') ADVANCE(742); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(792); + if (lookahead == 'd') ADVANCE(782); + if (lookahead == 'f') ADVANCE(675); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'm') ADVANCE(679); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'r') ADVANCE(728); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'w') ADVANCE(743); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(138) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 139: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(674); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 't') ADVANCE(815); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(675); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 't') ADVANCE(816); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(866); + lookahead == 'i') ADVANCE(867); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 140: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); + if (lookahead == '[') ADVANCE(1164); if (lookahead == '_') ADVANCE(292); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(382); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 141: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == 'N') ADVANCE(1116); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1000); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == 'N') ADVANCE(1117); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1001); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(1004); - if (lookahead == 'n') ADVANCE(1066); - if (lookahead == 't') ADVANCE(1076); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(1005); + if (lookahead == 'n') ADVANCE(1067); + if (lookahead == 't') ADVANCE(1077); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1126); + lookahead == 'i') ADVANCE(1127); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 142: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(142) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != ']' && - lookahead != '}') ADVANCE(2059); + lookahead != '}') ADVANCE(2061); END_STATE(); case 143: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2004); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2006); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != ']' && - lookahead != '}') ADVANCE(2059); + lookahead != '}') ADVANCE(2061); END_STATE(); case 144: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2972); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2974); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 145: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(3089); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3085); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(3091); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3087); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3086); - if (lookahead == 'n') ADVANCE(3088); - if (lookahead == 't') ADVANCE(3087); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3088); + if (lookahead == 'n') ADVANCE(3090); + if (lookahead == 't') ADVANCE(3089); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3090); + lookahead == 'i') ADVANCE(3092); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3084); + lookahead != '}') ADVANCE(3086); END_STATE(); case 146: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2972); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2974); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 147: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'N') ADVANCE(3100); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3096); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'N') ADVANCE(3102); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3098); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3097); - if (lookahead == 'n') ADVANCE(3099); - if (lookahead == 't') ADVANCE(3098); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3099); + if (lookahead == 'n') ADVANCE(3101); + if (lookahead == 't') ADVANCE(3100); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3101); + lookahead == 'i') ADVANCE(3103); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3095); + lookahead != '}') ADVANCE(3097); END_STATE(); case 148: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == ']') ADVANCE(1166); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == ']') ADVANCE(1167); if (lookahead == '`') ADVANCE(293); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(149) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 149: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == ']') ADVANCE(1166); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == ']') ADVANCE(1167); if (lookahead == '`') ADVANCE(293); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(149) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 150: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(154) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 151: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == 'E') ADVANCE(627); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == 'E') ADVANCE(628); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(626); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(627); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 152: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 153: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == 'E') ADVANCE(627); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == 'E') ADVANCE(628); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(626); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(627); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 154: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(154) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 155: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == 'E') ADVANCE(627); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == 'E') ADVANCE(628); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(626); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(627); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 156: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1546); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1548); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 157: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == 'E') ADVANCE(627); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == 'E') ADVANCE(628); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(626); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(627); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 158: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '?') ADVANCE(1346); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == '?') ADVANCE(1347); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(436); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'E' || lookahead == 'e') ADVANCE(289); if (lookahead == 'I' || @@ -43104,28 +43160,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(164) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 159: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1482); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1483); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1274); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(436); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'E' || lookahead == 'e') ADVANCE(289); if (lookahead == 'I' || @@ -43134,270 +43190,270 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); END_STATE(); case 160: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(3119); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3103); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3118); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(3121); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3105); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3120); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3110); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3112); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3122); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 161: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(3119); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3104); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3118); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(3121); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3106); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3120); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3111); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3113); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3122); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 162: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3103); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3117); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3105); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3119); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3110); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3112); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 163: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == 'N') ADVANCE(3027); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3023); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == 'N') ADVANCE(3029); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3025); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3024); - if (lookahead == 'n') ADVANCE(3026); - if (lookahead == 't') ADVANCE(3025); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3026); + if (lookahead == 'n') ADVANCE(3028); + if (lookahead == 't') ADVANCE(3027); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3028); + lookahead == 'i') ADVANCE(3030); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3022); + lookahead != '}') ADVANCE(3024); END_STATE(); case 164: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '?') ADVANCE(1346); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == '?') ADVANCE(1347); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(436); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(164) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 165: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1274); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1275); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(436); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 166: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1482); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1483); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1274); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(436); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'E' || lookahead == 'e') ADVANCE(289); if (lookahead == 'I' || @@ -43406,367 +43462,367 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); END_STATE(); case 167: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(3119); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(3104); - if (lookahead == 'G') ADVANCE(3105); - if (lookahead == 'K') ADVANCE(3106); - if (lookahead == 'M') ADVANCE(3107); - if (lookahead == 'N') ADVANCE(3129); - if (lookahead == 'P') ADVANCE(3108); - if (lookahead == 'T') ADVANCE(3109); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3118); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(3121); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(3106); + if (lookahead == 'G') ADVANCE(3107); + if (lookahead == 'K') ADVANCE(3108); + if (lookahead == 'M') ADVANCE(3109); + if (lookahead == 'N') ADVANCE(3131); + if (lookahead == 'P') ADVANCE(3110); + if (lookahead == 'T') ADVANCE(3111); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3120); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(3121); - if (lookahead == 'e') ADVANCE(3111); - if (lookahead == 'f') ADVANCE(3122); - if (lookahead == 'g') ADVANCE(3112); - if (lookahead == 'h') ADVANCE(3125); - if (lookahead == 'k') ADVANCE(3113); - if (lookahead == 'm') ADVANCE(3114); - if (lookahead == 'n') ADVANCE(3126); - if (lookahead == 'p') ADVANCE(3115); - if (lookahead == 's') ADVANCE(3123); - if (lookahead == 't') ADVANCE(3116); - if (lookahead == 'u') ADVANCE(3127); - if (lookahead == 'w') ADVANCE(3124); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(3128); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(3123); + if (lookahead == 'e') ADVANCE(3113); + if (lookahead == 'f') ADVANCE(3124); + if (lookahead == 'g') ADVANCE(3114); + if (lookahead == 'h') ADVANCE(3127); + if (lookahead == 'k') ADVANCE(3115); + if (lookahead == 'm') ADVANCE(3116); + if (lookahead == 'n') ADVANCE(3128); + if (lookahead == 'p') ADVANCE(3117); + if (lookahead == 's') ADVANCE(3125); + if (lookahead == 't') ADVANCE(3118); + if (lookahead == 'u') ADVANCE(3129); + if (lookahead == 'w') ADVANCE(3126); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(3130); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3130); + lookahead == 'i') ADVANCE(3132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3120); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3122); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3102); + lookahead != '}') ADVANCE(3104); END_STATE(); case 168: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2940); - if (lookahead == 'G') ADVANCE(2941); - if (lookahead == 'K') ADVANCE(2942); - if (lookahead == 'M') ADVANCE(2943); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == 'P') ADVANCE(2944); - if (lookahead == 'T') ADVANCE(2945); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2942); + if (lookahead == 'G') ADVANCE(2943); + if (lookahead == 'K') ADVANCE(2944); + if (lookahead == 'M') ADVANCE(2945); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == 'P') ADVANCE(2946); + if (lookahead == 'T') ADVANCE(2947); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(2974); - if (lookahead == 'e') ADVANCE(2946); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'g') ADVANCE(2947); - if (lookahead == 'h') ADVANCE(2990); - if (lookahead == 'k') ADVANCE(2948); - if (lookahead == 'm') ADVANCE(2949); - if (lookahead == 'n') ADVANCE(2992); - if (lookahead == 'p') ADVANCE(2950); - if (lookahead == 's') ADVANCE(2985); - if (lookahead == 't') ADVANCE(2951); - if (lookahead == 'u') ADVANCE(2993); - if (lookahead == 'w') ADVANCE(2986); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == 181) ADVANCE(2994); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(2976); + if (lookahead == 'e') ADVANCE(2948); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'g') ADVANCE(2949); + if (lookahead == 'h') ADVANCE(2992); + if (lookahead == 'k') ADVANCE(2950); + if (lookahead == 'm') ADVANCE(2951); + if (lookahead == 'n') ADVANCE(2994); + if (lookahead == 'p') ADVANCE(2952); + if (lookahead == 's') ADVANCE(2987); + if (lookahead == 't') ADVANCE(2953); + if (lookahead == 'u') ADVANCE(2995); + if (lookahead == 'w') ADVANCE(2988); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == 181) ADVANCE(2996); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 169: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1545); - if (lookahead == 'N') ADVANCE(2999); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(2973); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1547); + if (lookahead == 'N') ADVANCE(3001); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(2975); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(2975); - if (lookahead == 'n') ADVANCE(2996); - if (lookahead == 't') ADVANCE(2991); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(2977); + if (lookahead == 'n') ADVANCE(2998); + if (lookahead == 't') ADVANCE(2993); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3003); + lookahead == 'i') ADVANCE(3005); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1559); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1561); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3021); + lookahead != '}') ADVANCE(3023); END_STATE(); case 170: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1503); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1504); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 171: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1503); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1485); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1504); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1486); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(682); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(767); - if (lookahead == 'f') ADVANCE(785); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(700); - if (lookahead == 'm') ADVANCE(671); - if (lookahead == 'n') ADVANCE(718); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(808); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(741); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(768); + if (lookahead == 'f') ADVANCE(786); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(701); + if (lookahead == 'm') ADVANCE(672); + if (lookahead == 'n') ADVANCE(719); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(809); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(742); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); if (lookahead != 0 && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '[' && lookahead != ']' && - lookahead != '{') ADVANCE(1883); + lookahead != '{') ADVANCE(1885); END_STATE(); case 172: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1273); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1274); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(436); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); END_STATE(); case 173: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(3089); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3085); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(3091); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3087); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3086); - if (lookahead == 'n') ADVANCE(3088); - if (lookahead == 't') ADVANCE(3087); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3088); + if (lookahead == 'n') ADVANCE(3090); + if (lookahead == 't') ADVANCE(3089); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3090); + lookahead == 'i') ADVANCE(3092); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3084); + lookahead != '}') ADVANCE(3086); END_STATE(); case 174: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); if (lookahead == '`') ADVANCE(293); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(174) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(870); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 175: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1547); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '_') ADVANCE(915); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1549); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '_') ADVANCE(916); if (lookahead == '`') ADVANCE(293); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(989); + lookahead == 'i') ADVANCE(990); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(984); + lookahead == 'n') ADVANCE(985); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(175) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(993); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 176: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2037); + lookahead == 'n') ADVANCE(2039); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(176) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); if (lookahead != 0 && lookahead != '(' && lookahead != ')' && @@ -43774,27 +43830,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '{' && - lookahead != '}') ADVANCE(2059); + lookahead != '}') ADVANCE(2061); END_STATE(); case 177: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2037); + lookahead == 'n') ADVANCE(2039); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(177) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); if (lookahead != 0 && lookahead != '(' && lookahead != ')' && @@ -43802,104 +43858,104 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '{' && - lookahead != '}') ADVANCE(2059); + lookahead != '}') ADVANCE(2061); END_STATE(); case 178: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1287); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1288); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1484); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(3089); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3085); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1485); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(3091); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3087); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3086); - if (lookahead == 'n') ADVANCE(3088); - if (lookahead == 't') ADVANCE(3087); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3088); + if (lookahead == 'n') ADVANCE(3090); + if (lookahead == 't') ADVANCE(3089); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3090); + lookahead == 'i') ADVANCE(3092); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1495); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3084); + lookahead != '}') ADVANCE(3086); END_STATE(); case 179: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\'') ADVANCE(228); - if (lookahead == ',') ADVANCE(1164); + if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(246); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '@') ADVANCE(1197); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '@') ADVANCE(1198); if (lookahead == '`') ADVANCE(293); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(180) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 180: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\'') ADVANCE(228); - if (lookahead == ',') ADVANCE(1164); + if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(246); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '@') ADVANCE(1197); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '@') ADVANCE(1198); if (lookahead == '`') ADVANCE(293); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(180) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 181: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '-') ADVANCE(1203); + if (lookahead == '-') ADVANCE(1204); if (lookahead == '`') ADVANCE(293); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(181) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(870); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 182: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '-') ADVANCE(1203); + if (lookahead == '-') ADVANCE(1204); if (lookahead == '`') ADVANCE(293); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(181) - if (sym_identifier_character_set_2(lookahead)) ADVANCE(1133); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); case 183: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\'') ADVANCE(228); if (lookahead == '`') ADVANCE(293); if (lookahead == '\t' || @@ -43909,143 +43965,143 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1884); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(1886); END_STATE(); case 184: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3136); - if (lookahead == '$') ADVANCE(1173); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3138); + if (lookahead == '$') ADVANCE(1174); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1373); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1211); - if (lookahead == '.') ADVANCE(1279); - if (lookahead == '0') ADVANCE(3037); - if (lookahead == 'N') ADVANCE(3056); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3038); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1374); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1212); + if (lookahead == '.') ADVANCE(1280); + if (lookahead == '0') ADVANCE(3039); + if (lookahead == 'N') ADVANCE(3058); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3040); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3045); - if (lookahead == 'n') ADVANCE(3054); - if (lookahead == 't') ADVANCE(3051); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3047); + if (lookahead == 'n') ADVANCE(3056); + if (lookahead == 't') ADVANCE(3053); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3061); + lookahead == 'i') ADVANCE(3063); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3041); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3043); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3083); + lookahead != '}') ADVANCE(3085); END_STATE(); case 185: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3136); - if (lookahead == '$') ADVANCE(1175); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3138); + if (lookahead == '$') ADVANCE(1176); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1373); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1211); - if (lookahead == '.') ADVANCE(1279); - if (lookahead == '0') ADVANCE(3037); - if (lookahead == 'N') ADVANCE(3056); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(3038); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1374); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1212); + if (lookahead == '.') ADVANCE(1280); + if (lookahead == '0') ADVANCE(3039); + if (lookahead == 'N') ADVANCE(3058); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(3040); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(3045); - if (lookahead == 'n') ADVANCE(3054); - if (lookahead == 't') ADVANCE(3051); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'f') ADVANCE(3047); + if (lookahead == 'n') ADVANCE(3056); + if (lookahead == 't') ADVANCE(3053); + if (lookahead == '{') ADVANCE(1269); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3061); + lookahead == 'i') ADVANCE(3063); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3041); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3043); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '}') ADVANCE(3083); + lookahead != '}') ADVANCE(3085); END_STATE(); case 186: - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(1836); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(1838); if (lookahead == '\\') ADVANCE(438); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1835); - if (lookahead != 0) ADVANCE(1836); + lookahead == ' ') ADVANCE(1837); + if (lookahead != 0) ADVANCE(1838); END_STATE(); case 187: - if (lookahead == '"') ADVANCE(1848); - if (lookahead == '#') ADVANCE(1841); - if (lookahead == '(') ADVANCE(1167); + if (lookahead == '"') ADVANCE(1850); + if (lookahead == '#') ADVANCE(1843); + if (lookahead == '(') ADVANCE(1168); if (lookahead == '\\') ADVANCE(489); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1840); - if (lookahead != 0) ADVANCE(1841); + lookahead == ' ') ADVANCE(1842); + if (lookahead != 0) ADVANCE(1843); END_STATE(); case 188: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1502); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(912); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1503); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(915); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(189) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 189: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(189) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 190: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1501); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1469); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1502); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1470); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(247); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -44053,7 +44109,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == '_') ADVANCE(291); - if (lookahead == 'b') ADVANCE(1599); + if (lookahead == 'b') ADVANCE(1601); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(256); if (lookahead == 'g') ADVANCE(260); @@ -44067,50 +44123,50 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(266); if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(192) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 191: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1501); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1502); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); if (lookahead == '_') ADVANCE(291); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(193) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 192: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); if (lookahead == '=') ADVANCE(245); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); if (lookahead == 'M') ADVANCE(251); if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); - if (lookahead == 'b') ADVANCE(1599); + if (lookahead == 'b') ADVANCE(1601); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(257); if (lookahead == 'g') ADVANCE(260); @@ -44124,9 +44180,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(266); if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\n' || @@ -44134,25 +44190,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(192) END_STATE(); case 193: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(193) END_STATE(); case 194: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '=') ADVANCE(599); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'i') ADVANCE(369); if (lookahead == 'n') ADVANCE(381); @@ -44163,296 +44219,296 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(194) END_STATE(); case 195: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == ':') ADVANCE(1160); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == ':') ADVANCE(1161); if (lookahead == '=') ADVANCE(245); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(200) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 196: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '_') ADVANCE(912); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '_') ADVANCE(915); + if (lookahead == '|') ADVANCE(1170); if (lookahead == 'E' || lookahead == 'e') ADVANCE(913); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(201) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 197: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); - if (lookahead == '.') ADVANCE(1282); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); + if (lookahead == '.') ADVANCE(1283); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == 'E' || lookahead == 'e') ADVANCE(913); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(201) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 198: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '?') ADVANCE(1200); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '?') ADVANCE(1201); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(199) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 199: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '=') ADVANCE(599); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(199) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 200: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == ':') ADVANCE(1160); + if (lookahead == ':') ADVANCE(1161); if (lookahead == '=') ADVANCE(245); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(200) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 201: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1204); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1205); if (lookahead == '.') ADVANCE(237); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '|') ADVANCE(1169); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '|') ADVANCE(1170); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(201) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 202: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(202) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 203: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(203) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 204: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(203) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(998); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(999); END_STATE(); case 205: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '(') ADVANCE(1465); - if (lookahead == '-') ADVANCE(1501); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '_') ADVANCE(1511); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '(') ADVANCE(1466); + if (lookahead == '-') ADVANCE(1502); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '_') ADVANCE(1512); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1479); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1903); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1480); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1905); END_STATE(); case 206: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ',') ADVANCE(1164); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(246); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'c') ADVANCE(934); - if (lookahead == 'e') ADVANCE(964); - if (lookahead == 'f') ADVANCE(982); - if (lookahead == 'i') ADVANCE(945); - if (lookahead == 'l') ADVANCE(936); - if (lookahead == 'o') ADVANCE(949); - if (lookahead == 'v') ADVANCE(919); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'c') ADVANCE(935); + if (lookahead == 'e') ADVANCE(966); + if (lookahead == 'f') ADVANCE(983); + if (lookahead == 'i') ADVANCE(946); + if (lookahead == 'l') ADVANCE(937); + if (lookahead == 'o') ADVANCE(950); + if (lookahead == 'v') ADVANCE(920); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(207) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 207: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ',') ADVANCE(1164); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ',') ADVANCE(1165); if (lookahead == '-') ADVANCE(246); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == 'c') ADVANCE(934); - if (lookahead == 'e') ADVANCE(964); - if (lookahead == 'f') ADVANCE(982); - if (lookahead == 'i') ADVANCE(945); - if (lookahead == 'l') ADVANCE(936); - if (lookahead == 'o') ADVANCE(949); - if (lookahead == 'v') ADVANCE(919); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == 'c') ADVANCE(935); + if (lookahead == 'e') ADVANCE(966); + if (lookahead == 'f') ADVANCE(983); + if (lookahead == 'i') ADVANCE(946); + if (lookahead == 'l') ADVANCE(937); + if (lookahead == 'o') ADVANCE(950); + if (lookahead == 'v') ADVANCE(920); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(207) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 208: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == ']') ADVANCE(1166); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == ']') ADVANCE(1167); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(208) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1816); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1818); END_STATE(); case 209: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '-') ADVANCE(1501); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '-') ADVANCE(1502); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1903); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1905); END_STATE(); case 210: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '_') ADVANCE(2866); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '_') ADVANCE(2867); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2864); + lookahead == 'e') ADVANCE(2866); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 211: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '.') ADVANCE(1281); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '.') ADVANCE(1282); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2864); + lookahead == 'e') ADVANCE(2866); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 212: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '.') ADVANCE(1281); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '.') ADVANCE(1282); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 213: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == 'i') ADVANCE(1057); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == 'i') ADVANCE(1058); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(215) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1134); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(1135); END_STATE(); case 214: - if (lookahead == '#') ADVANCE(3131); - if (lookahead == 'i') ADVANCE(947); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == 'i') ADVANCE(948); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(214) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(993); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(994); END_STATE(); case 215: - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '#') ADVANCE(3133); if (lookahead == 'i') ADVANCE(369); if (lookahead == '\t' || lookahead == '\n' || @@ -44460,124 +44516,124 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(215) END_STATE(); case 216: - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) END_STATE(); case 217: - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1213); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1214); END_STATE(); case 218: - if (lookahead == '#') ADVANCE(3131); + if (lookahead == '#') ADVANCE(3133); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2788); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2790); END_STATE(); case 219: - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '.') ADVANCE(1285); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '.') ADVANCE(1286); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2195); + lookahead == 'e') ADVANCE(2197); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 220: - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '_') ADVANCE(2197); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '_') ADVANCE(2199); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2195); + lookahead == 'e') ADVANCE(2197); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1480); - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1481); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 221: - if (lookahead == '#') ADVANCE(3138); + if (lookahead == '#') ADVANCE(3140); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2195); + lookahead == 'e') ADVANCE(2197); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 222: - if (lookahead == '#') ADVANCE(3138); + if (lookahead == '#') ADVANCE(3140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token2_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 223: - if (lookahead == '#') ADVANCE(3136); - if (lookahead == '.') ADVANCE(1284); + if (lookahead == '#') ADVANCE(3138); + if (lookahead == '.') ADVANCE(1285); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3043); + lookahead == 'e') ADVANCE(3044); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3085); END_STATE(); case 224: - if (lookahead == '#') ADVANCE(3136); - if (lookahead == '_') ADVANCE(3042); + if (lookahead == '#') ADVANCE(3138); + if (lookahead == '_') ADVANCE(3046); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3043); + lookahead == 'e') ADVANCE(3044); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1479); + if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3085); END_STATE(); case 225: - if (lookahead == '#') ADVANCE(3136); + if (lookahead == '#') ADVANCE(3138); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(3043); + lookahead == 'e') ADVANCE(3044); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3085); END_STATE(); case 226: - if (lookahead == '#') ADVANCE(3136); + if (lookahead == '#') ADVANCE(3138); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_1(lookahead)) ADVANCE(3085); END_STATE(); case 227: - if (lookahead == '#') ADVANCE(1843); - if (lookahead == '\'') ADVANCE(1845); - if (lookahead == '(') ADVANCE(1167); + if (lookahead == '#') ADVANCE(1845); + if (lookahead == '\'') ADVANCE(1847); + if (lookahead == '(') ADVANCE(1168); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1842); - if (lookahead != 0) ADVANCE(1843); + lookahead == ' ') ADVANCE(1844); + if (lookahead != 0) ADVANCE(1845); END_STATE(); case 228: - if (lookahead == '\'') ADVANCE(1837); + if (lookahead == '\'') ADVANCE(1839); if (lookahead != 0) ADVANCE(228); END_STATE(); case 229: @@ -44608,7 +44664,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(238); END_STATE(); case 238: - if (lookahead == '.') ADVANCE(1198); + if (lookahead == '.') ADVANCE(1199); END_STATE(); case 239: if (lookahead == '2') ADVANCE(465); @@ -44622,288 +44678,288 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ':') ADVANCE(475); END_STATE(); case 242: - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); END_STATE(); case 243: - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '>') ADVANCE(1270); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '>') ADVANCE(1271); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 244: - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 245: - if (lookahead == '>') ADVANCE(1270); + if (lookahead == '>') ADVANCE(1271); END_STATE(); case 246: - if (lookahead == '>') ADVANCE(1162); + if (lookahead == '>') ADVANCE(1163); END_STATE(); case 247: - if (lookahead == 'B') ADVANCE(1677); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(268); if (lookahead == '_') ADVANCE(290); - if (lookahead == 'b') ADVANCE(1674); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(304); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 248: - if (lookahead == 'B') ADVANCE(1677); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(268); - if (lookahead == 'b') ADVANCE(1674); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(304); END_STATE(); case 249: - if (lookahead == 'B') ADVANCE(1641); + if (lookahead == 'B') ADVANCE(1643); if (lookahead == 'I') ADVANCE(269); - if (lookahead == 'b') ADVANCE(1638); + if (lookahead == 'b') ADVANCE(1640); if (lookahead == 'i') ADVANCE(305); END_STATE(); case 250: - if (lookahead == 'B') ADVANCE(1617); + if (lookahead == 'B') ADVANCE(1619); if (lookahead == 'I') ADVANCE(270); - if (lookahead == 'b') ADVANCE(1614); + if (lookahead == 'b') ADVANCE(1616); if (lookahead == 'i') ADVANCE(306); END_STATE(); case 251: - if (lookahead == 'B') ADVANCE(1629); + if (lookahead == 'B') ADVANCE(1631); if (lookahead == 'I') ADVANCE(271); - if (lookahead == 'b') ADVANCE(1626); + if (lookahead == 'b') ADVANCE(1628); if (lookahead == 'i') ADVANCE(307); END_STATE(); case 252: - if (lookahead == 'B') ADVANCE(1665); + if (lookahead == 'B') ADVANCE(1667); if (lookahead == 'I') ADVANCE(272); - if (lookahead == 'b') ADVANCE(1662); + if (lookahead == 'b') ADVANCE(1664); if (lookahead == 'i') ADVANCE(308); END_STATE(); case 253: - if (lookahead == 'B') ADVANCE(1653); + if (lookahead == 'B') ADVANCE(1655); if (lookahead == 'I') ADVANCE(273); - if (lookahead == 'b') ADVANCE(1650); + if (lookahead == 'b') ADVANCE(1652); if (lookahead == 'i') ADVANCE(309); END_STATE(); case 254: - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); if (lookahead == '_') ADVANCE(290); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == 'l') ADVANCE(409); if (lookahead == 'n') ADVANCE(318); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 255: - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); if (lookahead == '_') ADVANCE(290); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == 'n') ADVANCE(318); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 256: - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); if (lookahead == '_') ADVANCE(290); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 257: - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); END_STATE(); case 258: - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == 'l') ADVANCE(409); if (lookahead == 'n') ADVANCE(318); END_STATE(); case 259: - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == 'n') ADVANCE(318); END_STATE(); case 260: - if (lookahead == 'B') ADVANCE(1635); + if (lookahead == 'B') ADVANCE(1637); if (lookahead == 'I') ADVANCE(276); - if (lookahead == 'b') ADVANCE(1632); + if (lookahead == 'b') ADVANCE(1634); if (lookahead == 'i') ADVANCE(277); END_STATE(); case 261: - if (lookahead == 'B') ADVANCE(1611); + if (lookahead == 'B') ADVANCE(1613); if (lookahead == 'I') ADVANCE(278); - if (lookahead == 'b') ADVANCE(1608); + if (lookahead == 'b') ADVANCE(1610); if (lookahead == 'i') ADVANCE(279); END_STATE(); case 262: - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(280); if (lookahead == 'a') ADVANCE(357); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(281); if (lookahead == 'o') ADVANCE(315); - if (lookahead == 's') ADVANCE(1581); + if (lookahead == 's') ADVANCE(1583); END_STATE(); case 263: - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(280); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(281); if (lookahead == 'o') ADVANCE(315); - if (lookahead == 's') ADVANCE(1581); + if (lookahead == 's') ADVANCE(1583); END_STATE(); case 264: - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(280); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(281); - if (lookahead == 's') ADVANCE(1581); + if (lookahead == 's') ADVANCE(1583); END_STATE(); case 265: - if (lookahead == 'B') ADVANCE(1659); + if (lookahead == 'B') ADVANCE(1661); if (lookahead == 'I') ADVANCE(282); - if (lookahead == 'b') ADVANCE(1656); + if (lookahead == 'b') ADVANCE(1658); if (lookahead == 'i') ADVANCE(283); END_STATE(); case 266: - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1649); if (lookahead == 'I') ADVANCE(284); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1646); if (lookahead == 'i') ADVANCE(285); END_STATE(); case 267: - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1649); if (lookahead == 'I') ADVANCE(284); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1646); if (lookahead == 'i') ADVANCE(285); if (lookahead == 'r') ADVANCE(434); END_STATE(); case 268: - if (lookahead == 'B') ADVANCE(1803); - if (lookahead == 'b') ADVANCE(1800); + if (lookahead == 'B') ADVANCE(1805); + if (lookahead == 'b') ADVANCE(1802); END_STATE(); case 269: - if (lookahead == 'B') ADVANCE(1740); - if (lookahead == 'b') ADVANCE(1737); + if (lookahead == 'B') ADVANCE(1742); + if (lookahead == 'b') ADVANCE(1739); END_STATE(); case 270: - if (lookahead == 'B') ADVANCE(1698); - if (lookahead == 'b') ADVANCE(1695); + if (lookahead == 'B') ADVANCE(1700); + if (lookahead == 'b') ADVANCE(1697); END_STATE(); case 271: - if (lookahead == 'B') ADVANCE(1719); - if (lookahead == 'b') ADVANCE(1716); + if (lookahead == 'B') ADVANCE(1721); + if (lookahead == 'b') ADVANCE(1718); END_STATE(); case 272: - if (lookahead == 'B') ADVANCE(1782); - if (lookahead == 'b') ADVANCE(1779); + if (lookahead == 'B') ADVANCE(1784); + if (lookahead == 'b') ADVANCE(1781); END_STATE(); case 273: - if (lookahead == 'B') ADVANCE(1761); - if (lookahead == 'b') ADVANCE(1758); + if (lookahead == 'B') ADVANCE(1763); + if (lookahead == 'b') ADVANCE(1760); END_STATE(); case 274: - if (lookahead == 'B') ADVANCE(1791); - if (lookahead == 'b') ADVANCE(1794); + if (lookahead == 'B') ADVANCE(1793); + if (lookahead == 'b') ADVANCE(1796); END_STATE(); case 275: - if (lookahead == 'B') ADVANCE(1788); - if (lookahead == 'b') ADVANCE(1785); + if (lookahead == 'B') ADVANCE(1790); + if (lookahead == 'b') ADVANCE(1787); END_STATE(); case 276: - if (lookahead == 'B') ADVANCE(1728); - if (lookahead == 'b') ADVANCE(1731); + if (lookahead == 'B') ADVANCE(1730); + if (lookahead == 'b') ADVANCE(1733); END_STATE(); case 277: - if (lookahead == 'B') ADVANCE(1725); - if (lookahead == 'b') ADVANCE(1722); + if (lookahead == 'B') ADVANCE(1727); + if (lookahead == 'b') ADVANCE(1724); END_STATE(); case 278: - if (lookahead == 'B') ADVANCE(1686); - if (lookahead == 'b') ADVANCE(1689); + if (lookahead == 'B') ADVANCE(1688); + if (lookahead == 'b') ADVANCE(1691); END_STATE(); case 279: - if (lookahead == 'B') ADVANCE(1683); - if (lookahead == 'b') ADVANCE(1680); + if (lookahead == 'B') ADVANCE(1685); + if (lookahead == 'b') ADVANCE(1682); END_STATE(); case 280: - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'b') ADVANCE(1710); + if (lookahead == 'B') ADVANCE(1709); + if (lookahead == 'b') ADVANCE(1712); END_STATE(); case 281: - if (lookahead == 'B') ADVANCE(1704); - if (lookahead == 'b') ADVANCE(1701); - if (lookahead == 'n') ADVANCE(1587); + if (lookahead == 'B') ADVANCE(1706); + if (lookahead == 'b') ADVANCE(1703); + if (lookahead == 'n') ADVANCE(1589); END_STATE(); case 282: - if (lookahead == 'B') ADVANCE(1770); - if (lookahead == 'b') ADVANCE(1773); + if (lookahead == 'B') ADVANCE(1772); + if (lookahead == 'b') ADVANCE(1775); END_STATE(); case 283: - if (lookahead == 'B') ADVANCE(1767); - if (lookahead == 'b') ADVANCE(1764); + if (lookahead == 'B') ADVANCE(1769); + if (lookahead == 'b') ADVANCE(1766); END_STATE(); case 284: - if (lookahead == 'B') ADVANCE(1749); - if (lookahead == 'b') ADVANCE(1752); + if (lookahead == 'B') ADVANCE(1751); + if (lookahead == 'b') ADVANCE(1754); END_STATE(); case 285: - if (lookahead == 'B') ADVANCE(1746); - if (lookahead == 'b') ADVANCE(1743); + if (lookahead == 'B') ADVANCE(1748); + if (lookahead == 'b') ADVANCE(1745); END_STATE(); case 286: if (lookahead == 'N') ADVANCE(452); - if (lookahead == 'f') ADVANCE(1255); - if (lookahead == 'n') ADVANCE(1234); + if (lookahead == 'f') ADVANCE(1256); + if (lookahead == 'n') ADVANCE(1235); END_STATE(); case 287: if (lookahead == 'N') ADVANCE(452); - if (lookahead == 'n') ADVANCE(1234); + if (lookahead == 'n') ADVANCE(1235); END_STATE(); case 288: if (lookahead == '_') ADVANCE(290); if (lookahead == 'x') ADVANCE(428); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 289: if (lookahead == '_') ADVANCE(290); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 290: if (lookahead == '_') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 291: if (lookahead == '_') ADVANCE(291); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 292: if (lookahead == '_') ADVANCE(292); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 293: - if (lookahead == '`') ADVANCE(1838); + if (lookahead == '`') ADVANCE(1840); if (lookahead != 0) ADVANCE(293); END_STATE(); case 294: @@ -44940,25 +44996,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(430); END_STATE(); case 304: - if (lookahead == 'b') ADVANCE(1797); + if (lookahead == 'b') ADVANCE(1799); END_STATE(); case 305: - if (lookahead == 'b') ADVANCE(1734); + if (lookahead == 'b') ADVANCE(1736); END_STATE(); case 306: - if (lookahead == 'b') ADVANCE(1692); + if (lookahead == 'b') ADVANCE(1694); END_STATE(); case 307: - if (lookahead == 'b') ADVANCE(1713); + if (lookahead == 'b') ADVANCE(1715); END_STATE(); case 308: - if (lookahead == 'b') ADVANCE(1776); + if (lookahead == 'b') ADVANCE(1778); END_STATE(); case 309: - if (lookahead == 'b') ADVANCE(1755); + if (lookahead == 'b') ADVANCE(1757); END_STATE(); case 310: - if (lookahead == 'c') ADVANCE(1584); + if (lookahead == 'c') ADVANCE(1586); END_STATE(); case 311: if (lookahead == 'c') ADVANCE(343); @@ -44970,13 +45026,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'c') ADVANCE(334); END_STATE(); case 314: - if (lookahead == 'd') ADVANCE(1436); + if (lookahead == 'd') ADVANCE(1437); END_STATE(); case 315: - if (lookahead == 'd') ADVANCE(1358); + if (lookahead == 'd') ADVANCE(1359); END_STATE(); case 316: - if (lookahead == 'd') ADVANCE(1421); + if (lookahead == 'd') ADVANCE(1422); END_STATE(); case 317: if (lookahead == 'd') ADVANCE(437); @@ -44988,10 +45044,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'd') ADVANCE(327); END_STATE(); case 320: - if (lookahead == 'e') ADVANCE(1522); + if (lookahead == 'e') ADVANCE(1524); END_STATE(); case 321: - if (lookahead == 'e') ADVANCE(1530); + if (lookahead == 'e') ADVANCE(1532); END_STATE(); case 322: if (lookahead == 'e') ADVANCE(310); @@ -45001,22 +45057,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(297); END_STATE(); case 324: - if (lookahead == 'e') ADVANCE(1260); + if (lookahead == 'e') ADVANCE(1261); END_STATE(); case 325: - if (lookahead == 'e') ADVANCE(1243); + if (lookahead == 'e') ADVANCE(1244); END_STATE(); case 326: - if (lookahead == 'e') ADVANCE(1155); + if (lookahead == 'e') ADVANCE(1156); END_STATE(); case 327: - if (lookahead == 'e') ADVANCE(1313); + if (lookahead == 'e') ADVANCE(1314); END_STATE(); case 328: - if (lookahead == 'e') ADVANCE(1150); + if (lookahead == 'e') ADVANCE(1151); END_STATE(); case 329: - if (lookahead == 'e') ADVANCE(1186); + if (lookahead == 'e') ADVANCE(1187); END_STATE(); case 330: if (lookahead == 'e') ADVANCE(439); @@ -45038,43 +45094,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(364); END_STATE(); case 335: - if (lookahead == 'f') ADVANCE(1255); + if (lookahead == 'f') ADVANCE(1256); END_STATE(); case 336: - if (lookahead == 'f') ADVANCE(1255); - if (lookahead == 'n') ADVANCE(1228); + if (lookahead == 'f') ADVANCE(1256); + if (lookahead == 'n') ADVANCE(1229); END_STATE(); case 337: - if (lookahead == 'f') ADVANCE(1255); + if (lookahead == 'f') ADVANCE(1256); if (lookahead == 'N' || lookahead == 'n') ADVANCE(452); END_STATE(); case 338: - if (lookahead == 'f') ADVANCE(1136); + if (lookahead == 'f') ADVANCE(1137); END_STATE(); case 339: - if (lookahead == 'f') ADVANCE(1185); + if (lookahead == 'f') ADVANCE(1186); END_STATE(); case 340: - if (lookahead == 'h') ADVANCE(1410); + if (lookahead == 'h') ADVANCE(1411); END_STATE(); case 341: - if (lookahead == 'h') ADVANCE(1405); + if (lookahead == 'h') ADVANCE(1406); END_STATE(); case 342: if (lookahead == 'h') ADVANCE(359); END_STATE(); case 343: - if (lookahead == 'h') ADVANCE(1294); + if (lookahead == 'h') ADVANCE(1295); END_STATE(); case 344: - if (lookahead == 'h') ADVANCE(1263); + if (lookahead == 'h') ADVANCE(1264); END_STATE(); case 345: - if (lookahead == 'h') ADVANCE(1177); + if (lookahead == 'h') ADVANCE(1178); END_STATE(); case 346: - if (lookahead == 'h') ADVANCE(1183); + if (lookahead == 'h') ADVANCE(1184); END_STATE(); case 347: if (lookahead == 'h') ADVANCE(232); @@ -45104,17 +45160,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'i') ADVANCE(425); END_STATE(); case 356: - if (lookahead == 'k') ADVANCE(1596); + if (lookahead == 'k') ADVANCE(1598); END_STATE(); case 357: if (lookahead == 'k') ADVANCE(325); END_STATE(); case 358: - if (lookahead == 'l') ADVANCE(1514); + if (lookahead == 'l') ADVANCE(1515); END_STATE(); case 359: - if (lookahead == 'l') ADVANCE(1375); - if (lookahead == 'r') ADVANCE(1380); + if (lookahead == 'l') ADVANCE(1376); + if (lookahead == 'r') ADVANCE(1381); END_STATE(); case 360: if (lookahead == 'l') ADVANCE(358); @@ -45138,19 +45194,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'l') ADVANCE(328); END_STATE(); case 367: - if (lookahead == 'n') ADVANCE(1400); + if (lookahead == 'n') ADVANCE(1401); END_STATE(); case 368: if (lookahead == 'n') ADVANCE(314); END_STATE(); case 369: - if (lookahead == 'n') ADVANCE(1228); + if (lookahead == 'n') ADVANCE(1229); END_STATE(); case 370: - if (lookahead == 'n') ADVANCE(1145); + if (lookahead == 'n') ADVANCE(1146); END_STATE(); case 371: - if (lookahead == 'n') ADVANCE(1184); + if (lookahead == 'n') ADVANCE(1185); END_STATE(); case 372: if (lookahead == 'n') ADVANCE(318); @@ -45165,7 +45221,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(396); END_STATE(); case 376: - if (lookahead == 'o') ADVANCE(1250); + if (lookahead == 'o') ADVANCE(1251); END_STATE(); case 377: if (lookahead == 'o') ADVANCE(391); @@ -45199,11 +45255,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 386: if (lookahead == 'o') ADVANCE(423); - if (lookahead == 's') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1574); END_STATE(); case 387: if (lookahead == 'o') ADVANCE(423); - if (lookahead == 's') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1574); if (lookahead == 'u') ADVANCE(360); if (lookahead == 'A' || lookahead == 'a') ADVANCE(457); @@ -45230,19 +45286,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'p') ADVANCE(302); END_STATE(); case 394: - if (lookahead == 'r') ADVANCE(1590); + if (lookahead == 'r') ADVANCE(1592); END_STATE(); case 395: - if (lookahead == 'r') ADVANCE(1450); + if (lookahead == 'r') ADVANCE(1451); END_STATE(); case 396: - if (lookahead == 'r') ADVANCE(1443); + if (lookahead == 'r') ADVANCE(1444); END_STATE(); case 397: - if (lookahead == 'r') ADVANCE(1431); + if (lookahead == 'r') ADVANCE(1432); END_STATE(); case 398: - if (lookahead == 'r') ADVANCE(1426); + if (lookahead == 'r') ADVANCE(1427); END_STATE(); case 399: if (lookahead == 'r') ADVANCE(434); @@ -45260,16 +45316,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(371); END_STATE(); case 404: - if (lookahead == 's') ADVANCE(1572); + if (lookahead == 's') ADVANCE(1574); END_STATE(); case 405: - if (lookahead == 's') ADVANCE(1578); + if (lookahead == 's') ADVANCE(1580); END_STATE(); case 406: - if (lookahead == 's') ADVANCE(1575); + if (lookahead == 's') ADVANCE(1577); END_STATE(); case 407: - if (lookahead == 's') ADVANCE(594); + if (lookahead == 's') ADVANCE(595); END_STATE(); case 408: if (lookahead == 's') ADVANCE(321); @@ -45296,13 +45352,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(297); END_STATE(); case 416: - if (lookahead == 't') ADVANCE(1457); + if (lookahead == 't') ADVANCE(1458); END_STATE(); case 417: - if (lookahead == 't') ADVANCE(1187); + if (lookahead == 't') ADVANCE(1188); END_STATE(); case 418: - if (lookahead == 't') ADVANCE(614); + if (lookahead == 't') ADVANCE(615); END_STATE(); case 419: if (lookahead == 't') ADVANCE(229); @@ -45354,7 +45410,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 435: if (lookahead == 'u') ADVANCE(320); - if (lookahead == 'y') ADVANCE(1289); + if (lookahead == 'y') ADVANCE(1290); END_STATE(); case 436: if (lookahead == 'u') ADVANCE(360); @@ -45367,10 +45423,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 438: if (lookahead == 'u') ADVANCE(447); if (lookahead == 'x') ADVANCE(486); - if (lookahead != 0) ADVANCE(1839); + if (lookahead != 0) ADVANCE(1841); END_STATE(); case 439: - if (lookahead == 'w') ADVANCE(1326); + if (lookahead == 'w') ADVANCE(1327); END_STATE(); case 440: if (lookahead == 'w') ADVANCE(349); @@ -45385,7 +45441,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'x') ADVANCE(428); END_STATE(); case 444: - if (lookahead == 'y') ADVANCE(1593); + if (lookahead == 'y') ADVANCE(1595); END_STATE(); case 445: if (lookahead == 'y') ADVANCE(389); @@ -45403,13 +45459,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'f')) ADVANCE(487); END_STATE(); case 448: - if (lookahead == '}') ADVANCE(1849); + if (lookahead == '}') ADVANCE(1851); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(448); END_STATE(); case 449: - if (lookahead == '}') ADVANCE(1839); + if (lookahead == '}') ADVANCE(1841); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(449); @@ -45420,11 +45476,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 451: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1570); + lookahead == 'f') ADVANCE(1572); END_STATE(); case 452: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1567); + lookahead == 'f') ADVANCE(1569); END_STATE(); case 453: if (lookahead == 'I' || @@ -45444,7 +45500,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 457: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1571); + lookahead == 'n') ADVANCE(1573); END_STATE(); case 458: if (lookahead == 'N' || @@ -45464,44 +45520,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 462: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1568); + lookahead == 'y') ADVANCE(1570); END_STATE(); case 463: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1564); + lookahead == 'y') ADVANCE(1566); END_STATE(); case 464: if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(1562); + lookahead == '_') ADVANCE(1564); END_STATE(); case 465: - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1821); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1823); END_STATE(); case 466: if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1563); + lookahead == '_') ADVANCE(1565); END_STATE(); case 467: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(241); END_STATE(); case 468: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1818); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1820); END_STATE(); case 469: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1817); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1819); END_STATE(); case 470: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1828); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1830); END_STATE(); case 471: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1821); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1823); END_STATE(); case 472: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(234); END_STATE(); case 473: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1827); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1829); END_STATE(); case 474: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(467); @@ -45524,7 +45580,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 480: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1849); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1851); END_STATE(); case 481: if (('0' <= lookahead && lookahead <= '9') || @@ -45539,7 +45595,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 483: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1839); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1841); END_STATE(); case 484: if (('0' <= lookahead && lookahead <= '9') || @@ -45565,146 +45621,146 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1561); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1563); END_STATE(); case 489: if (lookahead != 0 && lookahead != 'u' && - lookahead != 'x') ADVANCE(1849); + lookahead != 'x') ADVANCE(1851); if (lookahead == 'u') ADVANCE(446); if (lookahead == 'x') ADVANCE(485); END_STATE(); case 490: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2143); - if (lookahead == 'N') ADVANCE(2141); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2074); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2145); + if (lookahead == 'N') ADVANCE(2143); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2076); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2096); - if (lookahead == 'b') ADVANCE(2094); - if (lookahead == 'c') ADVANCE(2107); - if (lookahead == 'd') ADVANCE(2082); - if (lookahead == 'e') ADVANCE(2106); - if (lookahead == 'f') ADVANCE(2078); - if (lookahead == 'h') ADVANCE(2090); - if (lookahead == 'i') ADVANCE(2068); - if (lookahead == 'l') ADVANCE(2084); - if (lookahead == 'm') ADVANCE(2080); - if (lookahead == 'n') ADVANCE(2118); - if (lookahead == 'o') ADVANCE(2125); - if (lookahead == 'r') ADVANCE(2085); - if (lookahead == 's') ADVANCE(2108); - if (lookahead == 't') ADVANCE(2124); - if (lookahead == 'u') ADVANCE(2134); - if (lookahead == 'w') ADVANCE(2088); - if (lookahead == 'x') ADVANCE(2119); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2098); + if (lookahead == 'b') ADVANCE(2096); + if (lookahead == 'c') ADVANCE(2109); + if (lookahead == 'd') ADVANCE(2084); + if (lookahead == 'e') ADVANCE(2108); + if (lookahead == 'f') ADVANCE(2080); + if (lookahead == 'h') ADVANCE(2092); + if (lookahead == 'i') ADVANCE(2070); + if (lookahead == 'l') ADVANCE(2086); + if (lookahead == 'm') ADVANCE(2082); + if (lookahead == 'n') ADVANCE(2120); + if (lookahead == 'o') ADVANCE(2127); + if (lookahead == 'r') ADVANCE(2087); + if (lookahead == 's') ADVANCE(2110); + if (lookahead == 't') ADVANCE(2126); + if (lookahead == 'u') ADVANCE(2136); + if (lookahead == 'w') ADVANCE(2090); + if (lookahead == 'x') ADVANCE(2121); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(512) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2147); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2149); if (lookahead != 0 && - lookahead != ']') ADVANCE(2060); + lookahead != ']') ADVANCE(2062); END_STATE(); case 491: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2144); - if (lookahead == 'N') ADVANCE(2140); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2073); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2146); + if (lookahead == 'N') ADVANCE(2142); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2074); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2099); - if (lookahead == 'b') ADVANCE(2091); - if (lookahead == 'e') ADVANCE(2063); - if (lookahead == 'f') ADVANCE(2076); - if (lookahead == 'i') ADVANCE(2069); - if (lookahead == 'm') ADVANCE(2112); - if (lookahead == 'n') ADVANCE(2120); - if (lookahead == 'o') ADVANCE(2061); - if (lookahead == 's') ADVANCE(2135); - if (lookahead == 't') ADVANCE(2127); - if (lookahead == 'x') ADVANCE(2111); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2101); + if (lookahead == 'b') ADVANCE(2093); + if (lookahead == 'e') ADVANCE(2065); + if (lookahead == 'f') ADVANCE(2078); + if (lookahead == 'i') ADVANCE(2071); + if (lookahead == 'm') ADVANCE(2115); + if (lookahead == 'n') ADVANCE(2122); + if (lookahead == 'o') ADVANCE(2063); + if (lookahead == 's') ADVANCE(2137); + if (lookahead == 't') ADVANCE(2129); + if (lookahead == 'x') ADVANCE(2114); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(523) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2060); + lookahead != ']') ADVANCE(2062); END_STATE(); case 492: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2065); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2067); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '_') ADVANCE(2072); - if (lookahead == 'a') ADVANCE(2100); - if (lookahead == 'b') ADVANCE(2092); - if (lookahead == 'e') ADVANCE(2104); - if (lookahead == 'i') ADVANCE(2103); - if (lookahead == 'm') ADVANCE(2113); - if (lookahead == 'n') ADVANCE(2121); - if (lookahead == 'o') ADVANCE(2126); - if (lookahead == 's') ADVANCE(2136); - if (lookahead == 'x') ADVANCE(2110); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2067); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2069); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '_') ADVANCE(2073); + if (lookahead == 'a') ADVANCE(2102); + if (lookahead == 'b') ADVANCE(2094); + if (lookahead == 'e') ADVANCE(2106); + if (lookahead == 'i') ADVANCE(2105); + if (lookahead == 'm') ADVANCE(2116); + if (lookahead == 'n') ADVANCE(2123); + if (lookahead == 'o') ADVANCE(2128); + if (lookahead == 's') ADVANCE(2138); + if (lookahead == 'x') ADVANCE(2112); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(516) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -45712,559 +45768,559 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2060); + lookahead != '{') ADVANCE(2062); END_STATE(); case 493: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2789); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2868); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2791); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2870); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2899); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2905); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2790); - if (lookahead == 'f') ADVANCE(2881); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2885); - if (lookahead == 'm') ADVANCE(2814); - if (lookahead == 'n') ADVANCE(2910); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2816); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2893); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2901); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2907); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2792); + if (lookahead == 'f') ADVANCE(2883); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2887); + if (lookahead == 'm') ADVANCE(2816); + if (lookahead == 'n') ADVANCE(2912); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2818); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2895); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 494: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2870); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2789); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2863); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2872); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2791); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2865); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2899); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2905); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2790); - if (lookahead == 'f') ADVANCE(2881); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2885); - if (lookahead == 'm') ADVANCE(2814); - if (lookahead == 'n') ADVANCE(2910); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2816); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2893); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2901); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2907); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2792); + if (lookahead == 'f') ADVANCE(2883); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2887); + if (lookahead == 'm') ADVANCE(2816); + if (lookahead == 'n') ADVANCE(2912); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2818); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2895); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2873); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 495: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2870); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2803); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2863); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2872); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2805); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2865); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2899); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2905); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2810); - if (lookahead == 'f') ADVANCE(2881); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2885); - if (lookahead == 'm') ADVANCE(2814); - if (lookahead == 'n') ADVANCE(2910); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2816); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2893); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2901); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2907); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2812); + if (lookahead == 'f') ADVANCE(2883); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2887); + if (lookahead == 'm') ADVANCE(2816); + if (lookahead == 'n') ADVANCE(2912); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2818); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2895); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2873); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 496: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2818); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'I') ADVANCE(2932); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2867); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2820); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'I') ADVANCE(2934); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2868); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2900); - if (lookahead == 'b') ADVANCE(1600); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2793); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2861); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2838); - if (lookahead == 'n') ADVANCE(2912); - if (lookahead == 'o') ADVANCE(2795); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2888); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2907); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2902); + if (lookahead == 'b') ADVANCE(1602); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2795); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2863); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2840); + if (lookahead == 'n') ADVANCE(2914); + if (lookahead == 'o') ADVANCE(2797); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2890); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2910); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(522) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 497: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2871); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2818); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'I') ADVANCE(2932); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2869); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2873); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2820); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'I') ADVANCE(2934); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2871); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2900); - if (lookahead == 'b') ADVANCE(1600); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2793); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2861); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2838); - if (lookahead == 'n') ADVANCE(2912); - if (lookahead == 'o') ADVANCE(2795); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2888); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2907); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2902); + if (lookahead == 'b') ADVANCE(1602); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2795); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2863); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2840); + if (lookahead == 'n') ADVANCE(2914); + if (lookahead == 'o') ADVANCE(2797); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2890); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2910); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(522) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2874); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2876); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 498: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2871); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2819); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'I') ADVANCE(2932); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2869); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2873); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2821); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'I') ADVANCE(2934); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2871); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2900); - if (lookahead == 'b') ADVANCE(1600); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2797); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2861); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2838); - if (lookahead == 'n') ADVANCE(2912); - if (lookahead == 'o') ADVANCE(2795); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2888); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2907); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2902); + if (lookahead == 'b') ADVANCE(1602); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2799); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2863); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2840); + if (lookahead == 'n') ADVANCE(2914); + if (lookahead == 'o') ADVANCE(2797); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2890); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2910); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(522) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2874); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2876); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 499: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2870); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(2803); - if (lookahead == 'G') ADVANCE(2804); - if (lookahead == 'I') ADVANCE(2931); - if (lookahead == 'K') ADVANCE(2805); - if (lookahead == 'M') ADVANCE(2806); - if (lookahead == 'N') ADVANCE(2929); - if (lookahead == 'P') ADVANCE(2807); - if (lookahead == 'T') ADVANCE(2808); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2863); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2872); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(2805); + if (lookahead == 'G') ADVANCE(2806); + if (lookahead == 'I') ADVANCE(2933); + if (lookahead == 'K') ADVANCE(2807); + if (lookahead == 'M') ADVANCE(2808); + if (lookahead == 'N') ADVANCE(2931); + if (lookahead == 'P') ADVANCE(2809); + if (lookahead == 'T') ADVANCE(2810); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2865); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2899); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(2905); - if (lookahead == 'd') ADVANCE(2882); - if (lookahead == 'e') ADVANCE(2810); - if (lookahead == 'f') ADVANCE(2881); - if (lookahead == 'g') ADVANCE(2811); - if (lookahead == 'h') ADVANCE(2895); - if (lookahead == 'i') ADVANCE(2860); - if (lookahead == 'k') ADVANCE(2812); - if (lookahead == 'l') ADVANCE(2885); - if (lookahead == 'm') ADVANCE(2814); - if (lookahead == 'n') ADVANCE(2910); - if (lookahead == 'o') ADVANCE(2916); - if (lookahead == 'p') ADVANCE(2815); - if (lookahead == 'r') ADVANCE(2886); - if (lookahead == 's') ADVANCE(2892); - if (lookahead == 't') ADVANCE(2816); - if (lookahead == 'u') ADVANCE(2922); - if (lookahead == 'w') ADVANCE(2893); - if (lookahead == 'x') ADVANCE(2911); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2923); + if (lookahead == 'a') ADVANCE(2901); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(2907); + if (lookahead == 'd') ADVANCE(2884); + if (lookahead == 'e') ADVANCE(2812); + if (lookahead == 'f') ADVANCE(2883); + if (lookahead == 'g') ADVANCE(2813); + if (lookahead == 'h') ADVANCE(2897); + if (lookahead == 'i') ADVANCE(2862); + if (lookahead == 'k') ADVANCE(2814); + if (lookahead == 'l') ADVANCE(2887); + if (lookahead == 'm') ADVANCE(2816); + if (lookahead == 'n') ADVANCE(2912); + if (lookahead == 'o') ADVANCE(2918); + if (lookahead == 'p') ADVANCE(2817); + if (lookahead == 'r') ADVANCE(2888); + if (lookahead == 's') ADVANCE(2894); + if (lookahead == 't') ADVANCE(2818); + if (lookahead == 'u') ADVANCE(2924); + if (lookahead == 'w') ADVANCE(2895); + if (lookahead == 'x') ADVANCE(2913); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2925); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2873); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2935); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2875); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(2937); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 500: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2871); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2819); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'I') ADVANCE(2932); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2869); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2873); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2821); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'I') ADVANCE(2934); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2871); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2900); - if (lookahead == 'b') ADVANCE(1600); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2797); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2861); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2838); - if (lookahead == 'n') ADVANCE(2912); - if (lookahead == 'o') ADVANCE(2795); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2888); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2907); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'a') ADVANCE(2902); + if (lookahead == 'b') ADVANCE(1602); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2799); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2863); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2840); + if (lookahead == 'n') ADVANCE(2914); + if (lookahead == 'o') ADVANCE(2797); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2890); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2910); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(522) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2874); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2876); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 501: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == '_') ADVANCE(2866); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == '_') ADVANCE(2867); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(515) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && @@ -46272,50 +46328,50 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 502: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2820); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2832); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2822); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2834); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(515) @@ -46326,50 +46382,50 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 503: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(515) @@ -46380,49 +46436,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 504: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2800); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2802); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2821); - if (lookahead == 'G') ADVANCE(2823); - if (lookahead == 'K') ADVANCE(2825); - if (lookahead == 'M') ADVANCE(2827); - if (lookahead == 'P') ADVANCE(2829); - if (lookahead == 'T') ADVANCE(2831); - if (lookahead == 'a') ADVANCE(2901); - if (lookahead == 'b') ADVANCE(1601); - if (lookahead == 'd') ADVANCE(2878); - if (lookahead == 'e') ADVANCE(2833); - if (lookahead == 'g') ADVANCE(2835); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'i') ADVANCE(2904); - if (lookahead == 'k') ADVANCE(2837); - if (lookahead == 'm') ADVANCE(2840); - if (lookahead == 'n') ADVANCE(2913); - if (lookahead == 'o') ADVANCE(2918); - if (lookahead == 'p') ADVANCE(2842); - if (lookahead == 's') ADVANCE(2889); - if (lookahead == 't') ADVANCE(2844); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == 'x') ADVANCE(2906); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2802); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(2804); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2823); + if (lookahead == 'G') ADVANCE(2825); + if (lookahead == 'K') ADVANCE(2827); + if (lookahead == 'M') ADVANCE(2829); + if (lookahead == 'P') ADVANCE(2831); + if (lookahead == 'T') ADVANCE(2833); + if (lookahead == 'a') ADVANCE(2903); + if (lookahead == 'b') ADVANCE(1603); + if (lookahead == 'd') ADVANCE(2880); + if (lookahead == 'e') ADVANCE(2835); + if (lookahead == 'g') ADVANCE(2837); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'i') ADVANCE(2906); + if (lookahead == 'k') ADVANCE(2839); + if (lookahead == 'm') ADVANCE(2842); + if (lookahead == 'n') ADVANCE(2915); + if (lookahead == 'o') ADVANCE(2920); + if (lookahead == 'p') ADVANCE(2844); + if (lookahead == 's') ADVANCE(2891); + if (lookahead == 't') ADVANCE(2846); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == 'x') ADVANCE(2908); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(515) @@ -46433,503 +46489,503 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2788); + lookahead != '{') ADVANCE(2790); END_STATE(); case 505: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(776); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(677); - if (lookahead == 'n') ADVANCE(790); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(777); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(678); + if (lookahead == 'n') ADVANCE(791); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(510) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 506: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(632); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(633); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(639); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(643); - if (lookahead == 'n') ADVANCE(789); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(645); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(733); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(640); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(644); + if (lookahead == 'n') ADVANCE(790); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(646); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(734); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 507: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(620); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(621); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(621); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(643); - if (lookahead == 'n') ADVANCE(789); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(645); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(733); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(622); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(644); + if (lookahead == 'n') ADVANCE(790); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(646); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(734); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 508: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(620); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(621); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(621); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(643); - if (lookahead == 'n') ADVANCE(789); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(645); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(733); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(622); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(644); + if (lookahead == 'n') ADVANCE(790); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(646); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(734); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(509) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 509: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(632); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(633); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(639); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(643); - if (lookahead == 'n') ADVANCE(789); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(645); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(733); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(640); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(644); + if (lookahead == 'n') ADVANCE(790); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(646); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(734); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(509) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 510: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(776); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(677); - if (lookahead == 'n') ADVANCE(790); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(777); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(678); + if (lookahead == 'n') ADVANCE(791); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(510) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 511: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1607); - if (lookahead == 'E') ADVANCE(632); - if (lookahead == 'G') ADVANCE(633); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'K') ADVANCE(634); - if (lookahead == 'M') ADVANCE(635); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == 'P') ADVANCE(636); - if (lookahead == 'T') ADVANCE(637); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1609); + if (lookahead == 'E') ADVANCE(633); + if (lookahead == 'G') ADVANCE(634); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'K') ADVANCE(635); + if (lookahead == 'M') ADVANCE(636); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'P') ADVANCE(637); + if (lookahead == 'T') ADVANCE(638); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(1603); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(679); - if (lookahead == 'e') ADVANCE(639); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'g') ADVANCE(640); - if (lookahead == 'h') ADVANCE(743); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'k') ADVANCE(641); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(643); - if (lookahead == 'n') ADVANCE(789); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'p') ADVANCE(644); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(719); - if (lookahead == 't') ADVANCE(645); - if (lookahead == 'u') ADVANCE(817); - if (lookahead == 'w') ADVANCE(733); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(818); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(1605); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(680); + if (lookahead == 'e') ADVANCE(640); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'g') ADVANCE(641); + if (lookahead == 'h') ADVANCE(744); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'k') ADVANCE(642); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(644); + if (lookahead == 'n') ADVANCE(790); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'p') ADVANCE(645); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(720); + if (lookahead == 't') ADVANCE(646); + if (lookahead == 'u') ADVANCE(818); + if (lookahead == 'w') ADVANCE(734); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(819); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(511) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 512: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(758); - if (lookahead == 'b') ADVANCE(749); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(776); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(665); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(677); - if (lookahead == 'n') ADVANCE(790); - if (lookahead == 'o') ADVANCE(800); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(782); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == 'x') ADVANCE(792); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(759); + if (lookahead == 'b') ADVANCE(750); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(777); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(666); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(678); + if (lookahead == 'n') ADVANCE(791); + if (lookahead == 'o') ADVANCE(801); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(783); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == 'x') ADVANCE(793); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(512) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 513: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(247); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -46938,7 +46994,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'T') ADVANCE(253); if (lookahead == '_') ADVANCE(291); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'c') ADVANCE(298); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(254); @@ -46955,31 +47011,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(514) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 514: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -46987,7 +47043,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'c') ADVANCE(298); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(258); @@ -47004,28 +47060,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(514) END_STATE(); case 515: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); if (lookahead == 'E') ADVANCE(248); if (lookahead == 'G') ADVANCE(249); if (lookahead == 'K') ADVANCE(250); @@ -47033,7 +47089,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'P') ADVANCE(252); if (lookahead == 'T') ADVANCE(253); if (lookahead == 'a') ADVANCE(368); - if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'b') ADVANCE(1603); if (lookahead == 'd') ADVANCE(294); if (lookahead == 'e') ADVANCE(259); if (lookahead == 'g') ADVANCE(260); @@ -47049,27 +47105,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(405); if (lookahead == 'w') ADVANCE(356); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 181) ADVANCE(406); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(515) END_STATE(); case 516: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); if (lookahead == '=') ADVANCE(244); - if (lookahead == '>') ADVANCE(1194); + if (lookahead == '>') ADVANCE(1195); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -47079,29 +47135,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(516) END_STATE(); case 517: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1334); - if (lookahead == '+') ADVANCE(1372); - if (lookahead == '-') ADVANCE(1206); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1355); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(601); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1335); + if (lookahead == '+') ADVANCE(1373); + if (lookahead == '-') ADVANCE(1207); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1356); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(602); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -47111,28 +47167,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(518) END_STATE(); case 518: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); if (lookahead == '!') ADVANCE(242); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1334); - if (lookahead == '+') ADVANCE(1372); - if (lookahead == '-') ADVANCE(1206); - if (lookahead == '/') ADVANCE(1355); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(601); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1335); + if (lookahead == '+') ADVANCE(1373); + if (lookahead == '-') ADVANCE(1207); + if (lookahead == '/') ADVANCE(1356); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(602); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); if (lookahead == 'a') ADVANCE(368); if (lookahead == 'b') ADVANCE(348); if (lookahead == 'e') ADVANCE(372); @@ -47142,385 +47198,385 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(395); if (lookahead == 's') ADVANCE(415); if (lookahead == 'x') ADVANCE(375); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(518) END_STATE(); case 519: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(1921); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(1923); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1922); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(2040); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1924); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(2042); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(1996); - if (lookahead == 'b') ADVANCE(1987); - if (lookahead == 'e') ADVANCE(1909); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'i') ADVANCE(1957); - if (lookahead == 'm') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2006); - if (lookahead == 'o') ADVANCE(1905); - if (lookahead == 's') ADVANCE(2022); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == 'x') ADVANCE(2000); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(1998); + if (lookahead == 'b') ADVANCE(1989); + if (lookahead == 'e') ADVANCE(1911); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'i') ADVANCE(1959); + if (lookahead == 'm') ADVANCE(2004); + if (lookahead == 'n') ADVANCE(2008); + if (lookahead == 'o') ADVANCE(1907); + if (lookahead == 's') ADVANCE(2024); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == 'x') ADVANCE(2002); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(521) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 520: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(1921); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(1923); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1922); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2040); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1924); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2042); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(1996); - if (lookahead == 'b') ADVANCE(1987); - if (lookahead == 'e') ADVANCE(1909); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'i') ADVANCE(1957); - if (lookahead == 'm') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2006); - if (lookahead == 'o') ADVANCE(1905); - if (lookahead == 's') ADVANCE(2022); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == 'x') ADVANCE(2000); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(1998); + if (lookahead == 'b') ADVANCE(1989); + if (lookahead == 'e') ADVANCE(1911); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'i') ADVANCE(1959); + if (lookahead == 'm') ADVANCE(2004); + if (lookahead == 'n') ADVANCE(2008); + if (lookahead == 'o') ADVANCE(1907); + if (lookahead == 's') ADVANCE(2024); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == 'x') ADVANCE(2002); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(523) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 521: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(1921); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(1923); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1922); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(2040); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1924); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(2042); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(1996); - if (lookahead == 'b') ADVANCE(1987); - if (lookahead == 'e') ADVANCE(1909); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'i') ADVANCE(1957); - if (lookahead == 'm') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2006); - if (lookahead == 'o') ADVANCE(1905); - if (lookahead == 's') ADVANCE(2022); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == 'x') ADVANCE(2000); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(1998); + if (lookahead == 'b') ADVANCE(1989); + if (lookahead == 'e') ADVANCE(1911); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'i') ADVANCE(1959); + if (lookahead == 'm') ADVANCE(2004); + if (lookahead == 'n') ADVANCE(2008); + if (lookahead == 'o') ADVANCE(1907); + if (lookahead == 's') ADVANCE(2024); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == 'x') ADVANCE(2002); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(521) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 522: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(1921); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(1923); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1922); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(1927); - if (lookahead == 'G') ADVANCE(1928); - if (lookahead == 'I') ADVANCE(2040); - if (lookahead == 'K') ADVANCE(1929); - if (lookahead == 'M') ADVANCE(1930); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == 'P') ADVANCE(1931); - if (lookahead == 'T') ADVANCE(1932); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1924); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(1929); + if (lookahead == 'G') ADVANCE(1930); + if (lookahead == 'I') ADVANCE(2042); + if (lookahead == 'K') ADVANCE(1931); + if (lookahead == 'M') ADVANCE(1932); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == 'P') ADVANCE(1933); + if (lookahead == 'T') ADVANCE(1934); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(1996); - if (lookahead == 'b') ADVANCE(1600); - if (lookahead == 'd') ADVANCE(1963); - if (lookahead == 'e') ADVANCE(1907); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'g') ADVANCE(1933); - if (lookahead == 'h') ADVANCE(2007); - if (lookahead == 'i') ADVANCE(1957); - if (lookahead == 'k') ADVANCE(1934); - if (lookahead == 'm') ADVANCE(1935); - if (lookahead == 'n') ADVANCE(2005); - if (lookahead == 'o') ADVANCE(1905); - if (lookahead == 'p') ADVANCE(1937); - if (lookahead == 's') ADVANCE(1978); - if (lookahead == 't') ADVANCE(1938); - if (lookahead == 'u') ADVANCE(2017); - if (lookahead == 'w') ADVANCE(1991); - if (lookahead == 'x') ADVANCE(2000); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2018); + if (lookahead == 'a') ADVANCE(1998); + if (lookahead == 'b') ADVANCE(1602); + if (lookahead == 'd') ADVANCE(1965); + if (lookahead == 'e') ADVANCE(1909); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'g') ADVANCE(1935); + if (lookahead == 'h') ADVANCE(2009); + if (lookahead == 'i') ADVANCE(1959); + if (lookahead == 'k') ADVANCE(1936); + if (lookahead == 'm') ADVANCE(1937); + if (lookahead == 'n') ADVANCE(2007); + if (lookahead == 'o') ADVANCE(1907); + if (lookahead == 'p') ADVANCE(1939); + if (lookahead == 's') ADVANCE(1980); + if (lookahead == 't') ADVANCE(1940); + if (lookahead == 'u') ADVANCE(2019); + if (lookahead == 'w') ADVANCE(1993); + if (lookahead == 'x') ADVANCE(2002); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2020); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(522) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 523: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(1921); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(1923); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(1922); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2040); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(1924); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2042); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(1996); - if (lookahead == 'b') ADVANCE(1987); - if (lookahead == 'e') ADVANCE(1909); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'i') ADVANCE(1957); - if (lookahead == 'm') ADVANCE(2002); - if (lookahead == 'n') ADVANCE(2006); - if (lookahead == 'o') ADVANCE(1905); - if (lookahead == 's') ADVANCE(2022); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == 'x') ADVANCE(2000); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(1998); + if (lookahead == 'b') ADVANCE(1989); + if (lookahead == 'e') ADVANCE(1911); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'i') ADVANCE(1959); + if (lookahead == 'm') ADVANCE(2004); + if (lookahead == 'n') ADVANCE(2008); + if (lookahead == 'o') ADVANCE(1907); + if (lookahead == 's') ADVANCE(2024); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == 'x') ADVANCE(2002); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(523) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 524: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2617); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2690); - if (lookahead == 'N') ADVANCE(2688); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2614); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2619); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2692); + if (lookahead == 'N') ADVANCE(2690); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2616); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2644); - if (lookahead == 'b') ADVANCE(2642); - if (lookahead == 'c') ADVANCE(2655); - if (lookahead == 'd') ADVANCE(2630); - if (lookahead == 'e') ADVANCE(2654); - if (lookahead == 'f') ADVANCE(2626); - if (lookahead == 'h') ADVANCE(2638); - if (lookahead == 'i') ADVANCE(2611); - if (lookahead == 'l') ADVANCE(2632); - if (lookahead == 'm') ADVANCE(2628); - if (lookahead == 'n') ADVANCE(2666); - if (lookahead == 'o') ADVANCE(2673); - if (lookahead == 'r') ADVANCE(2633); - if (lookahead == 's') ADVANCE(2656); - if (lookahead == 't') ADVANCE(2672); - if (lookahead == 'u') ADVANCE(2681); - if (lookahead == 'w') ADVANCE(2636); - if (lookahead == 'x') ADVANCE(2667); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2646); + if (lookahead == 'b') ADVANCE(2644); + if (lookahead == 'c') ADVANCE(2657); + if (lookahead == 'd') ADVANCE(2632); + if (lookahead == 'e') ADVANCE(2656); + if (lookahead == 'f') ADVANCE(2628); + if (lookahead == 'h') ADVANCE(2640); + if (lookahead == 'i') ADVANCE(2613); + if (lookahead == 'l') ADVANCE(2634); + if (lookahead == 'm') ADVANCE(2630); + if (lookahead == 'n') ADVANCE(2668); + if (lookahead == 'o') ADVANCE(2675); + if (lookahead == 'r') ADVANCE(2635); + if (lookahead == 's') ADVANCE(2658); + if (lookahead == 't') ADVANCE(2674); + if (lookahead == 'u') ADVANCE(2683); + if (lookahead == 'w') ADVANCE(2638); + if (lookahead == 'x') ADVANCE(2669); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(512) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2620); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2694); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2622); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2696); if (lookahead != 0 && - lookahead != ']') ADVANCE(2605); + lookahead != ']') ADVANCE(2607); END_STATE(); case 525: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2618); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2691); - if (lookahead == 'N') ADVANCE(2687); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2616); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2620); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'I') ADVANCE(2693); + if (lookahead == 'N') ADVANCE(2689); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2618); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2647); - if (lookahead == 'b') ADVANCE(2639); - if (lookahead == 'e') ADVANCE(2608); - if (lookahead == 'f') ADVANCE(2624); - if (lookahead == 'i') ADVANCE(2612); - if (lookahead == 'm') ADVANCE(2660); - if (lookahead == 'n') ADVANCE(2668); - if (lookahead == 'o') ADVANCE(2606); - if (lookahead == 's') ADVANCE(2682); - if (lookahead == 't') ADVANCE(2675); - if (lookahead == 'x') ADVANCE(2659); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2649); + if (lookahead == 'b') ADVANCE(2641); + if (lookahead == 'e') ADVANCE(2610); + if (lookahead == 'f') ADVANCE(2626); + if (lookahead == 'i') ADVANCE(2614); + if (lookahead == 'm') ADVANCE(2663); + if (lookahead == 'n') ADVANCE(2670); + if (lookahead == 'o') ADVANCE(2608); + if (lookahead == 's') ADVANCE(2684); + if (lookahead == 't') ADVANCE(2677); + if (lookahead == 'x') ADVANCE(2662); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(523) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2621); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2623); if (lookahead != 0 && - lookahead != ']') ADVANCE(2605); + lookahead != ']') ADVANCE(2607); END_STATE(); case 526: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2610); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1192); - if (lookahead == '=') ADVANCE(1468); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2648); - if (lookahead == 'b') ADVANCE(2640); - if (lookahead == 'e') ADVANCE(2652); - if (lookahead == 'i') ADVANCE(2651); - if (lookahead == 'm') ADVANCE(2661); - if (lookahead == 'n') ADVANCE(2669); - if (lookahead == 'o') ADVANCE(2674); - if (lookahead == 's') ADVANCE(2683); - if (lookahead == 'x') ADVANCE(2658); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2612); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1193); + if (lookahead == '=') ADVANCE(1469); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == 'a') ADVANCE(2650); + if (lookahead == 'b') ADVANCE(2642); + if (lookahead == 'e') ADVANCE(2654); + if (lookahead == 'i') ADVANCE(2653); + if (lookahead == 'm') ADVANCE(2664); + if (lookahead == 'n') ADVANCE(2671); + if (lookahead == 'o') ADVANCE(2676); + if (lookahead == 's') ADVANCE(2685); + if (lookahead == 'x') ADVANCE(2660); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(516) @@ -47531,1142 +47587,1142 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2605); + lookahead != '{') ADVANCE(2607); END_STATE(); case 527: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1174); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1335); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == '-') ADVANCE(1210); - if (lookahead == '.') ADVANCE(1280); - if (lookahead == '/') ADVANCE(1356); - if (lookahead == '0') ADVANCE(2198); - if (lookahead == ';') ADVANCE(619); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2712); + if (lookahead == ';') ADVANCE(620); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'I') ADVANCE(2576); - if (lookahead == 'N') ADVANCE(2566); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1886); - if (lookahead == '_') ADVANCE(2191); + if (lookahead == 'I') ADVANCE(2785); + if (lookahead == 'N') ADVANCE(2783); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2709); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2339); - if (lookahead == 'b') ADVANCE(2309); - if (lookahead == 'c') ADVANCE(2382); - if (lookahead == 'd') ADVANCE(2245); - if (lookahead == 'e') ADVANCE(2368); - if (lookahead == 'f') ADVANCE(2203); - if (lookahead == 'h') ADVANCE(2317); - if (lookahead == 'i') ADVANCE(2187); - if (lookahead == 'l') ADVANCE(2269); - if (lookahead == 'm') ADVANCE(2214); - if (lookahead == 'n') ADVANCE(2400); - if (lookahead == 'o') ADVANCE(2413); - if (lookahead == 'r') ADVANCE(2246); - if (lookahead == 's') ADVANCE(2383); - if (lookahead == 't') ADVANCE(2414); - if (lookahead == 'u') ADVANCE(2464); - if (lookahead == 'w') ADVANCE(2295); - if (lookahead == 'x') ADVANCE(2398); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2739); + if (lookahead == 'b') ADVANCE(2737); + if (lookahead == 'c') ADVANCE(2750); + if (lookahead == 'd') ADVANCE(2725); + if (lookahead == 'e') ADVANCE(2749); + if (lookahead == 'f') ADVANCE(2721); + if (lookahead == 'h') ADVANCE(2733); + if (lookahead == 'i') ADVANCE(2706); + if (lookahead == 'l') ADVANCE(2727); + if (lookahead == 'm') ADVANCE(2723); + if (lookahead == 'n') ADVANCE(2761); + if (lookahead == 'o') ADVANCE(2768); + if (lookahead == 'r') ADVANCE(2728); + if (lookahead == 's') ADVANCE(2751); + if (lookahead == 't') ADVANCE(2767); + if (lookahead == 'u') ADVANCE(2776); + if (lookahead == 'w') ADVANCE(2731); + if (lookahead == 'x') ADVANCE(2762); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(512) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2201); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2603); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2715); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2789); if (lookahead != 0 && - lookahead != ']') ADVANCE(2604); + lookahead != ']') ADVANCE(2697); END_STATE(); case 528: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1174); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1335); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); if (lookahead == '-') ADVANCE(1210); - if (lookahead == '.') ADVANCE(1280); - if (lookahead == '/') ADVANCE(1356); - if (lookahead == '0') ADVANCE(2198); - if (lookahead == ';') ADVANCE(619); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == '0') ADVANCE(2713); + if (lookahead == ';') ADVANCE(620); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'I') ADVANCE(2577); - if (lookahead == 'N') ADVANCE(2567); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2202); + if (lookahead == 'I') ADVANCE(2786); + if (lookahead == 'N') ADVANCE(2782); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2711); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2363); - if (lookahead == 'b') ADVANCE(2315); - if (lookahead == 'e') ADVANCE(2150); - if (lookahead == 'f') ADVANCE(2208); - if (lookahead == 'i') ADVANCE(2188); - if (lookahead == 'm') ADVANCE(2395); - if (lookahead == 'n') ADVANCE(2392); - if (lookahead == 'o') ADVANCE(2148); - if (lookahead == 's') ADVANCE(2497); - if (lookahead == 't') ADVANCE(2430); - if (lookahead == 'x') ADVANCE(2394); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'a') ADVANCE(2742); + if (lookahead == 'b') ADVANCE(2734); + if (lookahead == 'e') ADVANCE(2700); + if (lookahead == 'f') ADVANCE(2719); + if (lookahead == 'i') ADVANCE(2707); + if (lookahead == 'm') ADVANCE(2756); + if (lookahead == 'n') ADVANCE(2763); + if (lookahead == 'o') ADVANCE(2698); + if (lookahead == 's') ADVANCE(2777); + if (lookahead == 't') ADVANCE(2770); + if (lookahead == 'x') ADVANCE(2755); + if (lookahead == '{') ADVANCE(1269); if (lookahead == '|') ADVANCE(1170); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(523) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2201); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2716); if (lookahead != 0 && - lookahead != ']') ADVANCE(2604); + lookahead != ']') ADVANCE(2697); END_STATE(); case 529: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2178); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1335); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2703); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); if (lookahead == '+') ADVANCE(1370); - if (lookahead == '-') ADVANCE(1212); - if (lookahead == '/') ADVANCE(1356); - if (lookahead == ';') ADVANCE(619); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ';') ADVANCE(620); if (lookahead == '<') ADVANCE(1392); - if (lookahead == '=') ADVANCE(2180); + if (lookahead == '=') ADVANCE(2705); if (lookahead == '>') ADVANCE(1195); - if (lookahead == 'a') ADVANCE(2363); - if (lookahead == 'b') ADVANCE(2315); - if (lookahead == 'e') ADVANCE(2373); - if (lookahead == 'i') ADVANCE(2367); - if (lookahead == 'm') ADVANCE(2395); - if (lookahead == 'n') ADVANCE(2393); - if (lookahead == 'o') ADVANCE(2429); - if (lookahead == 's') ADVANCE(2497); - if (lookahead == 'x') ADVANCE(2394); + if (lookahead == 'a') ADVANCE(2743); + if (lookahead == 'b') ADVANCE(2735); + if (lookahead == 'e') ADVANCE(2747); + if (lookahead == 'i') ADVANCE(2746); + if (lookahead == 'm') ADVANCE(2757); + if (lookahead == 'n') ADVANCE(2764); + if (lookahead == 'o') ADVANCE(2769); + if (lookahead == 's') ADVANCE(2778); + if (lookahead == 'x') ADVANCE(2753); if (lookahead == '|') ADVANCE(1170); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(516) if (lookahead != 0 && - lookahead != '"' && + (lookahead < '"' || '$' < lookahead) && lookahead != '\'' && lookahead != '(' && lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2604); + lookahead != '{') ADVANCE(2697); END_STATE(); case 530: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1175); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2710); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2783); - if (lookahead == 'N') ADVANCE(2781); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2707); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == '-') ADVANCE(1211); + if (lookahead == '.') ADVANCE(1281); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '0') ADVANCE(2200); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'I') ADVANCE(2578); + if (lookahead == 'N') ADVANCE(2568); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1888); + if (lookahead == '_') ADVANCE(2193); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2737); - if (lookahead == 'b') ADVANCE(2735); - if (lookahead == 'c') ADVANCE(2748); - if (lookahead == 'd') ADVANCE(2723); - if (lookahead == 'e') ADVANCE(2747); - if (lookahead == 'f') ADVANCE(2719); - if (lookahead == 'h') ADVANCE(2731); - if (lookahead == 'i') ADVANCE(2704); - if (lookahead == 'l') ADVANCE(2725); - if (lookahead == 'm') ADVANCE(2721); - if (lookahead == 'n') ADVANCE(2759); - if (lookahead == 'o') ADVANCE(2766); - if (lookahead == 'r') ADVANCE(2726); - if (lookahead == 's') ADVANCE(2749); - if (lookahead == 't') ADVANCE(2765); - if (lookahead == 'u') ADVANCE(2774); - if (lookahead == 'w') ADVANCE(2729); - if (lookahead == 'x') ADVANCE(2760); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2341); + if (lookahead == 'b') ADVANCE(2311); + if (lookahead == 'c') ADVANCE(2384); + if (lookahead == 'd') ADVANCE(2247); + if (lookahead == 'e') ADVANCE(2370); + if (lookahead == 'f') ADVANCE(2205); + if (lookahead == 'h') ADVANCE(2319); + if (lookahead == 'i') ADVANCE(2189); + if (lookahead == 'l') ADVANCE(2271); + if (lookahead == 'm') ADVANCE(2216); + if (lookahead == 'n') ADVANCE(2402); + if (lookahead == 'o') ADVANCE(2415); + if (lookahead == 'r') ADVANCE(2248); + if (lookahead == 's') ADVANCE(2385); + if (lookahead == 't') ADVANCE(2416); + if (lookahead == 'u') ADVANCE(2466); + if (lookahead == 'w') ADVANCE(2297); + if (lookahead == 'x') ADVANCE(2400); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(512) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2713); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2787); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2203); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2605); if (lookahead != 0 && - lookahead != ']') ADVANCE(2695); + lookahead != ']') ADVANCE(2606); END_STATE(); case 531: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1175); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == '0') ADVANCE(2711); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'I') ADVANCE(2784); - if (lookahead == 'N') ADVANCE(2780); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2709); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == '-') ADVANCE(1211); + if (lookahead == '.') ADVANCE(1281); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == '0') ADVANCE(2200); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'I') ADVANCE(2579); + if (lookahead == 'N') ADVANCE(2569); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2204); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2740); - if (lookahead == 'b') ADVANCE(2732); - if (lookahead == 'e') ADVANCE(2698); - if (lookahead == 'f') ADVANCE(2717); - if (lookahead == 'i') ADVANCE(2705); - if (lookahead == 'm') ADVANCE(2753); - if (lookahead == 'n') ADVANCE(2761); - if (lookahead == 'o') ADVANCE(2696); - if (lookahead == 's') ADVANCE(2775); - if (lookahead == 't') ADVANCE(2768); - if (lookahead == 'x') ADVANCE(2752); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2365); + if (lookahead == 'b') ADVANCE(2317); + if (lookahead == 'e') ADVANCE(2152); + if (lookahead == 'f') ADVANCE(2210); + if (lookahead == 'i') ADVANCE(2190); + if (lookahead == 'm') ADVANCE(2397); + if (lookahead == 'n') ADVANCE(2394); + if (lookahead == 'o') ADVANCE(2150); + if (lookahead == 's') ADVANCE(2499); + if (lookahead == 't') ADVANCE(2432); + if (lookahead == 'x') ADVANCE(2396); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1171); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(523) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2714); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2203); if (lookahead != 0 && - lookahead != ']') ADVANCE(2695); + lookahead != ']') ADVANCE(2606); END_STATE(); case 532: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '!') ADVANCE(2701); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(2703); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == 'a') ADVANCE(2741); - if (lookahead == 'b') ADVANCE(2733); - if (lookahead == 'e') ADVANCE(2745); - if (lookahead == 'i') ADVANCE(2744); - if (lookahead == 'm') ADVANCE(2754); - if (lookahead == 'n') ADVANCE(2762); - if (lookahead == 'o') ADVANCE(2767); - if (lookahead == 's') ADVANCE(2776); - if (lookahead == 'x') ADVANCE(2751); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '!') ADVANCE(2180); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1336); + if (lookahead == '+') ADVANCE(1371); + if (lookahead == '-') ADVANCE(1213); + if (lookahead == '/') ADVANCE(1357); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1393); + if (lookahead == '=') ADVANCE(2182); + if (lookahead == '>') ADVANCE(1196); + if (lookahead == 'a') ADVANCE(2365); + if (lookahead == 'b') ADVANCE(2317); + if (lookahead == 'e') ADVANCE(2375); + if (lookahead == 'i') ADVANCE(2369); + if (lookahead == 'm') ADVANCE(2397); + if (lookahead == 'n') ADVANCE(2395); + if (lookahead == 'o') ADVANCE(2431); + if (lookahead == 's') ADVANCE(2499); + if (lookahead == 'x') ADVANCE(2396); + if (lookahead == '|') ADVANCE(1171); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(516) if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && + lookahead != '"' && lookahead != '\'' && lookahead != '(' && lookahead != '[' && lookahead != ']' && lookahead != '`' && - lookahead != '{') ADVANCE(2695); + lookahead != '{') ADVANCE(2606); END_STATE(); case 533: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1332); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(2143); - if (lookahead == 'N') ADVANCE(2141); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2074); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1333); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(2145); + if (lookahead == 'N') ADVANCE(2143); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2076); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2097); - if (lookahead == 'b') ADVANCE(2130); - if (lookahead == 'c') ADVANCE(2107); - if (lookahead == 'd') ADVANCE(2082); - if (lookahead == 'e') ADVANCE(2131); - if (lookahead == 'f') ADVANCE(2078); - if (lookahead == 'h') ADVANCE(2090); - if (lookahead == 'i') ADVANCE(2087); - if (lookahead == 'l') ADVANCE(2084); - if (lookahead == 'm') ADVANCE(2079); - if (lookahead == 'n') ADVANCE(2117); - if (lookahead == 'o') ADVANCE(2139); - if (lookahead == 'r') ADVANCE(2085); - if (lookahead == 's') ADVANCE(2109); - if (lookahead == 't') ADVANCE(2124); - if (lookahead == 'u') ADVANCE(2134); - if (lookahead == 'w') ADVANCE(2088); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2099); + if (lookahead == 'b') ADVANCE(2132); + if (lookahead == 'c') ADVANCE(2109); + if (lookahead == 'd') ADVANCE(2084); + if (lookahead == 'e') ADVANCE(2133); + if (lookahead == 'f') ADVANCE(2080); + if (lookahead == 'h') ADVANCE(2092); + if (lookahead == 'i') ADVANCE(2089); + if (lookahead == 'l') ADVANCE(2086); + if (lookahead == 'm') ADVANCE(2081); + if (lookahead == 'n') ADVANCE(2119); + if (lookahead == 'o') ADVANCE(2141); + if (lookahead == 'r') ADVANCE(2087); + if (lookahead == 's') ADVANCE(2111); + if (lookahead == 't') ADVANCE(2126); + if (lookahead == 'u') ADVANCE(2136); + if (lookahead == 'w') ADVANCE(2090); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(536) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2147); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2149); if (lookahead != 0 && - lookahead != ']') ADVANCE(2060); + lookahead != ']') ADVANCE(2062); END_STATE(); case 534: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1332); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(2617); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'I') ADVANCE(2690); - if (lookahead == 'N') ADVANCE(2688); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2614); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1333); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(2619); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'I') ADVANCE(2692); + if (lookahead == 'N') ADVANCE(2690); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2616); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2645); - if (lookahead == 'b') ADVANCE(2678); - if (lookahead == 'c') ADVANCE(2655); - if (lookahead == 'd') ADVANCE(2630); - if (lookahead == 'e') ADVANCE(2679); - if (lookahead == 'f') ADVANCE(2626); - if (lookahead == 'h') ADVANCE(2638); - if (lookahead == 'i') ADVANCE(2635); - if (lookahead == 'l') ADVANCE(2632); - if (lookahead == 'm') ADVANCE(2627); - if (lookahead == 'n') ADVANCE(2665); - if (lookahead == 'o') ADVANCE(2686); - if (lookahead == 'r') ADVANCE(2633); - if (lookahead == 's') ADVANCE(2657); - if (lookahead == 't') ADVANCE(2672); - if (lookahead == 'u') ADVANCE(2681); - if (lookahead == 'w') ADVANCE(2636); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2647); + if (lookahead == 'b') ADVANCE(2680); + if (lookahead == 'c') ADVANCE(2657); + if (lookahead == 'd') ADVANCE(2632); + if (lookahead == 'e') ADVANCE(2681); + if (lookahead == 'f') ADVANCE(2628); + if (lookahead == 'h') ADVANCE(2640); + if (lookahead == 'i') ADVANCE(2637); + if (lookahead == 'l') ADVANCE(2634); + if (lookahead == 'm') ADVANCE(2629); + if (lookahead == 'n') ADVANCE(2667); + if (lookahead == 'o') ADVANCE(2688); + if (lookahead == 'r') ADVANCE(2635); + if (lookahead == 's') ADVANCE(2659); + if (lookahead == 't') ADVANCE(2674); + if (lookahead == 'u') ADVANCE(2683); + if (lookahead == 'w') ADVANCE(2638); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(536) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2620); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2694); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2622); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2696); if (lookahead != 0 && - lookahead != ']') ADVANCE(2605); + lookahead != ']') ADVANCE(2607); END_STATE(); case 535: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1332); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1333); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(535) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 536: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1332); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1333); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(536) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 537: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1332); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(2710); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(2783); - if (lookahead == 'N') ADVANCE(2781); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2707); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1333); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(2712); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(2785); + if (lookahead == 'N') ADVANCE(2783); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2709); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2738); - if (lookahead == 'b') ADVANCE(2771); - if (lookahead == 'c') ADVANCE(2748); - if (lookahead == 'd') ADVANCE(2723); - if (lookahead == 'e') ADVANCE(2772); - if (lookahead == 'f') ADVANCE(2719); - if (lookahead == 'h') ADVANCE(2731); - if (lookahead == 'i') ADVANCE(2728); - if (lookahead == 'l') ADVANCE(2725); - if (lookahead == 'm') ADVANCE(2720); - if (lookahead == 'n') ADVANCE(2758); - if (lookahead == 'o') ADVANCE(2779); - if (lookahead == 'r') ADVANCE(2726); - if (lookahead == 's') ADVANCE(2750); - if (lookahead == 't') ADVANCE(2765); - if (lookahead == 'u') ADVANCE(2774); - if (lookahead == 'w') ADVANCE(2729); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2740); + if (lookahead == 'b') ADVANCE(2773); + if (lookahead == 'c') ADVANCE(2750); + if (lookahead == 'd') ADVANCE(2725); + if (lookahead == 'e') ADVANCE(2774); + if (lookahead == 'f') ADVANCE(2721); + if (lookahead == 'h') ADVANCE(2733); + if (lookahead == 'i') ADVANCE(2730); + if (lookahead == 'l') ADVANCE(2727); + if (lookahead == 'm') ADVANCE(2722); + if (lookahead == 'n') ADVANCE(2760); + if (lookahead == 'o') ADVANCE(2781); + if (lookahead == 'r') ADVANCE(2728); + if (lookahead == 's') ADVANCE(2752); + if (lookahead == 't') ADVANCE(2767); + if (lookahead == 'u') ADVANCE(2776); + if (lookahead == 'w') ADVANCE(2731); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(536) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2713); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2787); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2715); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2789); if (lookahead != 0 && - lookahead != ']') ADVANCE(2695); + lookahead != ']') ADVANCE(2697); END_STATE(); case 538: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(553) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 539: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); + if (lookahead == '[') ADVANCE(1164); if (lookahead == '_') ADVANCE(292); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(382); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 540: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(623); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(624); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(622); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 541: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(623); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(624); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(622); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 542: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(2143); - if (lookahead == 'N') ADVANCE(2141); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2074); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(2145); + if (lookahead == 'N') ADVANCE(2143); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2076); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2097); - if (lookahead == 'b') ADVANCE(2130); - if (lookahead == 'c') ADVANCE(2107); - if (lookahead == 'd') ADVANCE(2082); - if (lookahead == 'e') ADVANCE(2131); - if (lookahead == 'f') ADVANCE(2078); - if (lookahead == 'h') ADVANCE(2090); - if (lookahead == 'i') ADVANCE(2087); - if (lookahead == 'l') ADVANCE(2084); - if (lookahead == 'm') ADVANCE(2079); - if (lookahead == 'n') ADVANCE(2117); - if (lookahead == 'o') ADVANCE(2139); - if (lookahead == 'r') ADVANCE(2085); - if (lookahead == 's') ADVANCE(2109); - if (lookahead == 't') ADVANCE(2124); - if (lookahead == 'u') ADVANCE(2134); - if (lookahead == 'w') ADVANCE(2088); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2099); + if (lookahead == 'b') ADVANCE(2132); + if (lookahead == 'c') ADVANCE(2109); + if (lookahead == 'd') ADVANCE(2084); + if (lookahead == 'e') ADVANCE(2133); + if (lookahead == 'f') ADVANCE(2080); + if (lookahead == 'h') ADVANCE(2092); + if (lookahead == 'i') ADVANCE(2089); + if (lookahead == 'l') ADVANCE(2086); + if (lookahead == 'm') ADVANCE(2081); + if (lookahead == 'n') ADVANCE(2119); + if (lookahead == 'o') ADVANCE(2141); + if (lookahead == 'r') ADVANCE(2087); + if (lookahead == 's') ADVANCE(2111); + if (lookahead == 't') ADVANCE(2126); + if (lookahead == 'u') ADVANCE(2136); + if (lookahead == 'w') ADVANCE(2090); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2147); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2149); if (lookahead != 0 && - lookahead != ']') ADVANCE(2060); + lookahead != ']') ADVANCE(2062); END_STATE(); case 543: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(2617); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'I') ADVANCE(2690); - if (lookahead == 'N') ADVANCE(2688); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2614); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(2619); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'I') ADVANCE(2692); + if (lookahead == 'N') ADVANCE(2690); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2616); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2645); - if (lookahead == 'b') ADVANCE(2678); - if (lookahead == 'c') ADVANCE(2655); - if (lookahead == 'd') ADVANCE(2630); - if (lookahead == 'e') ADVANCE(2679); - if (lookahead == 'f') ADVANCE(2626); - if (lookahead == 'h') ADVANCE(2638); - if (lookahead == 'i') ADVANCE(2635); - if (lookahead == 'l') ADVANCE(2632); - if (lookahead == 'm') ADVANCE(2627); - if (lookahead == 'n') ADVANCE(2665); - if (lookahead == 'o') ADVANCE(2686); - if (lookahead == 'r') ADVANCE(2633); - if (lookahead == 's') ADVANCE(2657); - if (lookahead == 't') ADVANCE(2672); - if (lookahead == 'u') ADVANCE(2681); - if (lookahead == 'w') ADVANCE(2636); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2647); + if (lookahead == 'b') ADVANCE(2680); + if (lookahead == 'c') ADVANCE(2657); + if (lookahead == 'd') ADVANCE(2632); + if (lookahead == 'e') ADVANCE(2681); + if (lookahead == 'f') ADVANCE(2628); + if (lookahead == 'h') ADVANCE(2640); + if (lookahead == 'i') ADVANCE(2637); + if (lookahead == 'l') ADVANCE(2634); + if (lookahead == 'm') ADVANCE(2629); + if (lookahead == 'n') ADVANCE(2667); + if (lookahead == 'o') ADVANCE(2688); + if (lookahead == 'r') ADVANCE(2635); + if (lookahead == 's') ADVANCE(2659); + if (lookahead == 't') ADVANCE(2674); + if (lookahead == 'u') ADVANCE(2683); + if (lookahead == 'w') ADVANCE(2638); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2620); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2694); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2622); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2696); if (lookahead != 0 && - lookahead != ']') ADVANCE(2605); + lookahead != ']') ADVANCE(2607); END_STATE(); case 544: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2818); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2867); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2820); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2868); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2794); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2839); - if (lookahead == 'n') ADVANCE(2924); - if (lookahead == 'o') ADVANCE(2796); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2887); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2796); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2841); + if (lookahead == 'n') ADVANCE(2926); + if (lookahead == 'o') ADVANCE(2798); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2889); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2932); + lookahead == 'i') ADVANCE(2934); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(566) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 545: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(1959); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1961); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(1961); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1963); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1904); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1906); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 546: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2140); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2073); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2142); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2074); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(2064); - if (lookahead == 'f') ADVANCE(2076); - if (lookahead == 'n') ADVANCE(2138); - if (lookahead == 'o') ADVANCE(2062); - if (lookahead == 't') ADVANCE(2127); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(2066); + if (lookahead == 'f') ADVANCE(2078); + if (lookahead == 'n') ADVANCE(2140); + if (lookahead == 'o') ADVANCE(2064); + if (lookahead == 't') ADVANCE(2129); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2144); + lookahead == 'i') ADVANCE(2146); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2060); + lookahead != ']') ADVANCE(2062); END_STATE(); case 547: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(2871); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2818); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2869); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(2873); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2820); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2871); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2794); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2839); - if (lookahead == 'n') ADVANCE(2924); - if (lookahead == 'o') ADVANCE(2796); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2887); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2796); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2841); + if (lookahead == 'n') ADVANCE(2926); + if (lookahead == 'o') ADVANCE(2798); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2889); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2932); + lookahead == 'i') ADVANCE(2934); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(566) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2874); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2876); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 548: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(2871); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2819); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2869); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(2873); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2821); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2871); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2798); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2839); - if (lookahead == 'n') ADVANCE(2924); - if (lookahead == 'o') ADVANCE(2796); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2887); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2800); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2841); + if (lookahead == 'n') ADVANCE(2926); + if (lookahead == 'o') ADVANCE(2798); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2889); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2932); + lookahead == 'i') ADVANCE(2934); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(566) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2874); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2876); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 549: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(565) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 550: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(1959); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(1961); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1904); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1906); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 551: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 552: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); if (lookahead == 'I') ADVANCE(458); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); + if (lookahead == '[') ADVANCE(1164); if (lookahead == '_') ADVANCE(292); if (lookahead == '`') ADVANCE(293); if (lookahead == 'c') ADVANCE(298); @@ -48677,15890 +48733,15942 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'm') ADVANCE(303); if (lookahead == 'n') ADVANCE(382); if (lookahead == 't') ADVANCE(400); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(552) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 553: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(553) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 554: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); + if (lookahead == '[') ADVANCE(1164); if (lookahead == '_') ADVANCE(292); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(382); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(554) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 555: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(623); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(624); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(622); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 556: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 557: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(759); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(760); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(557) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 558: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(1124); - if (lookahead == 'N') ADVANCE(1115); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(999); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(1125); + if (lookahead == 'N') ADVANCE(1116); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(1000); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(1047); - if (lookahead == 'b') ADVANCE(1078); - if (lookahead == 'c') ADVANCE(1063); - if (lookahead == 'd') ADVANCE(1011); - if (lookahead == 'e') ADVANCE(1080); - if (lookahead == 'f') ADVANCE(1001); - if (lookahead == 'h') ADVANCE(1039); - if (lookahead == 'i') ADVANCE(1034); - if (lookahead == 'l') ADVANCE(1012); - if (lookahead == 'm') ADVANCE(1006); - if (lookahead == 'n') ADVANCE(1067); - if (lookahead == 'o') ADVANCE(1113); - if (lookahead == 'r') ADVANCE(1013); - if (lookahead == 's') ADVANCE(1064); - if (lookahead == 't') ADVANCE(1072); - if (lookahead == 'u') ADVANCE(1089); - if (lookahead == 'w') ADVANCE(1037); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(1048); + if (lookahead == 'b') ADVANCE(1079); + if (lookahead == 'c') ADVANCE(1064); + if (lookahead == 'd') ADVANCE(1012); + if (lookahead == 'e') ADVANCE(1081); + if (lookahead == 'f') ADVANCE(1002); + if (lookahead == 'h') ADVANCE(1040); + if (lookahead == 'i') ADVANCE(1035); + if (lookahead == 'l') ADVANCE(1013); + if (lookahead == 'm') ADVANCE(1007); + if (lookahead == 'n') ADVANCE(1068); + if (lookahead == 'o') ADVANCE(1114); + if (lookahead == 'r') ADVANCE(1014); + if (lookahead == 's') ADVANCE(1065); + if (lookahead == 't') ADVANCE(1073); + if (lookahead == 'u') ADVANCE(1090); + if (lookahead == 'w') ADVANCE(1038); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(557) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(1133); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); case 559: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); if (lookahead == 'N') ADVANCE(450); - if (lookahead == '[') ADVANCE(1163); + if (lookahead == '[') ADVANCE(1164); if (lookahead == '_') ADVANCE(292); if (lookahead == '`') ADVANCE(293); if (lookahead == 'f') ADVANCE(295); if (lookahead == 'n') ADVANCE(382); if (lookahead == 't') ADVANCE(399); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || lookahead == 'i') ADVANCE(458); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(559) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); END_STATE(); case 560: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(1116); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1000); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(1117); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1001); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'f') ADVANCE(1004); - if (lookahead == 'n') ADVANCE(1066); - if (lookahead == 't') ADVANCE(1076); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'f') ADVANCE(1005); + if (lookahead == 'n') ADVANCE(1067); + if (lookahead == 't') ADVANCE(1077); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1126); + lookahead == 'i') ADVANCE(1127); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(559) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 561: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(623); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(624); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(622); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(623); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 562: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(2710); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(2783); - if (lookahead == 'N') ADVANCE(2781); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(2707); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(2712); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(2785); + if (lookahead == 'N') ADVANCE(2783); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(2709); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2738); - if (lookahead == 'b') ADVANCE(2771); - if (lookahead == 'c') ADVANCE(2748); - if (lookahead == 'd') ADVANCE(2723); - if (lookahead == 'e') ADVANCE(2772); - if (lookahead == 'f') ADVANCE(2719); - if (lookahead == 'h') ADVANCE(2731); - if (lookahead == 'i') ADVANCE(2728); - if (lookahead == 'l') ADVANCE(2725); - if (lookahead == 'm') ADVANCE(2720); - if (lookahead == 'n') ADVANCE(2758); - if (lookahead == 'o') ADVANCE(2779); - if (lookahead == 'r') ADVANCE(2726); - if (lookahead == 's') ADVANCE(2750); - if (lookahead == 't') ADVANCE(2765); - if (lookahead == 'u') ADVANCE(2774); - if (lookahead == 'w') ADVANCE(2729); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2740); + if (lookahead == 'b') ADVANCE(2773); + if (lookahead == 'c') ADVANCE(2750); + if (lookahead == 'd') ADVANCE(2725); + if (lookahead == 'e') ADVANCE(2774); + if (lookahead == 'f') ADVANCE(2721); + if (lookahead == 'h') ADVANCE(2733); + if (lookahead == 'i') ADVANCE(2730); + if (lookahead == 'l') ADVANCE(2727); + if (lookahead == 'm') ADVANCE(2722); + if (lookahead == 'n') ADVANCE(2760); + if (lookahead == 'o') ADVANCE(2781); + if (lookahead == 'r') ADVANCE(2728); + if (lookahead == 's') ADVANCE(2752); + if (lookahead == 't') ADVANCE(2767); + if (lookahead == 'u') ADVANCE(2776); + if (lookahead == 'w') ADVANCE(2731); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2713); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2787); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2715); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2789); if (lookahead != 0 && - lookahead != ']') ADVANCE(2695); + lookahead != ']') ADVANCE(2697); END_STATE(); case 563: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(1959); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1961); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(1961); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1963); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1904); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1906); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 564: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(2871); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(2819); - if (lookahead == 'G') ADVANCE(2822); - if (lookahead == 'K') ADVANCE(2824); - if (lookahead == 'M') ADVANCE(2826); - if (lookahead == 'N') ADVANCE(2928); - if (lookahead == 'P') ADVANCE(2828); - if (lookahead == 'T') ADVANCE(2830); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2869); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(2873); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(2821); + if (lookahead == 'G') ADVANCE(2824); + if (lookahead == 'K') ADVANCE(2826); + if (lookahead == 'M') ADVANCE(2828); + if (lookahead == 'N') ADVANCE(2930); + if (lookahead == 'P') ADVANCE(2830); + if (lookahead == 'T') ADVANCE(2832); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2871); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(2876); - if (lookahead == 'e') ADVANCE(2798); - if (lookahead == 'f') ADVANCE(2877); - if (lookahead == 'g') ADVANCE(2834); - if (lookahead == 'h') ADVANCE(2917); - if (lookahead == 'k') ADVANCE(2836); - if (lookahead == 'm') ADVANCE(2839); - if (lookahead == 'n') ADVANCE(2924); - if (lookahead == 'o') ADVANCE(2796); - if (lookahead == 'p') ADVANCE(2841); - if (lookahead == 's') ADVANCE(2887); - if (lookahead == 't') ADVANCE(2843); - if (lookahead == 'u') ADVANCE(2925); - if (lookahead == 'w') ADVANCE(2896); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2926); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(2878); + if (lookahead == 'e') ADVANCE(2800); + if (lookahead == 'f') ADVANCE(2879); + if (lookahead == 'g') ADVANCE(2836); + if (lookahead == 'h') ADVANCE(2919); + if (lookahead == 'k') ADVANCE(2838); + if (lookahead == 'm') ADVANCE(2841); + if (lookahead == 'n') ADVANCE(2926); + if (lookahead == 'o') ADVANCE(2798); + if (lookahead == 'p') ADVANCE(2843); + if (lookahead == 's') ADVANCE(2889); + if (lookahead == 't') ADVANCE(2845); + if (lookahead == 'u') ADVANCE(2927); + if (lookahead == 'w') ADVANCE(2898); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2928); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2932); + lookahead == 'i') ADVANCE(2934); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(566) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2874); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2876); if (lookahead != 0 && - lookahead != ']') ADVANCE(2788); + lookahead != ']') ADVANCE(2790); END_STATE(); case 565: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(565) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 566: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'B') ADVANCE(1605); - if (lookahead == 'E') ADVANCE(1927); - if (lookahead == 'G') ADVANCE(1928); - if (lookahead == 'K') ADVANCE(1929); - if (lookahead == 'M') ADVANCE(1930); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == 'P') ADVANCE(1931); - if (lookahead == 'T') ADVANCE(1932); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'B') ADVANCE(1607); + if (lookahead == 'E') ADVANCE(1929); + if (lookahead == 'G') ADVANCE(1930); + if (lookahead == 'K') ADVANCE(1931); + if (lookahead == 'M') ADVANCE(1932); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == 'P') ADVANCE(1933); + if (lookahead == 'T') ADVANCE(1934); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1599); - if (lookahead == 'd') ADVANCE(1963); - if (lookahead == 'e') ADVANCE(1908); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'g') ADVANCE(1933); - if (lookahead == 'h') ADVANCE(2007); - if (lookahead == 'k') ADVANCE(1934); - if (lookahead == 'm') ADVANCE(1936); - if (lookahead == 'n') ADVANCE(2016); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 'p') ADVANCE(1937); - if (lookahead == 's') ADVANCE(1979); - if (lookahead == 't') ADVANCE(1938); - if (lookahead == 'u') ADVANCE(2017); - if (lookahead == 'w') ADVANCE(1991); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(2018); + if (lookahead == 'b') ADVANCE(1601); + if (lookahead == 'd') ADVANCE(1965); + if (lookahead == 'e') ADVANCE(1910); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'g') ADVANCE(1935); + if (lookahead == 'h') ADVANCE(2009); + if (lookahead == 'k') ADVANCE(1936); + if (lookahead == 'm') ADVANCE(1938); + if (lookahead == 'n') ADVANCE(2018); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 'p') ADVANCE(1939); + if (lookahead == 's') ADVANCE(1981); + if (lookahead == 't') ADVANCE(1940); + if (lookahead == 'u') ADVANCE(2019); + if (lookahead == 'w') ADVANCE(1993); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(2020); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(566) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 567: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'E') ADVANCE(1959); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'E') ADVANCE(1961); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1904); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1906); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 568: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 569: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1962); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1964); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2004); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2006); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(569) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 570: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1544); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(1116); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1000); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1546); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(1117); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1001); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(995); - if (lookahead == 'f') ADVANCE(1004); - if (lookahead == 'n') ADVANCE(1103); - if (lookahead == 'o') ADVANCE(994); - if (lookahead == 't') ADVANCE(1076); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(996); + if (lookahead == 'f') ADVANCE(1005); + if (lookahead == 'n') ADVANCE(1104); + if (lookahead == 'o') ADVANCE(995); + if (lookahead == 't') ADVANCE(1077); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1126); + lookahead == 'i') ADVANCE(1127); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); - if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (sym_cmd_identifier_character_set_1(lookahead)) ADVANCE(1135); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 571: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1482); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(668); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1483); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(669); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1492); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 572: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1961); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1963); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 573: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); - if (lookahead == 'N') ADVANCE(2687); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2615); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); + if (lookahead == 'N') ADVANCE(2689); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2617); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(2609); - if (lookahead == 'f') ADVANCE(2624); - if (lookahead == 'n') ADVANCE(2685); - if (lookahead == 'o') ADVANCE(2607); - if (lookahead == 't') ADVANCE(2675); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(2611); + if (lookahead == 'f') ADVANCE(2626); + if (lookahead == 'n') ADVANCE(2687); + if (lookahead == 'o') ADVANCE(2609); + if (lookahead == 't') ADVANCE(2677); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2691); + lookahead == 'i') ADVANCE(2693); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2605); + lookahead != ']') ADVANCE(2607); END_STATE(); case 574: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2037); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(1961); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2039); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(1963); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(1910); - if (lookahead == 'f') ADVANCE(1964); - if (lookahead == 'n') ADVANCE(2031); - if (lookahead == 'o') ADVANCE(1906); - if (lookahead == 't') ADVANCE(2008); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(1912); + if (lookahead == 'f') ADVANCE(1966); + if (lookahead == 'n') ADVANCE(2033); + if (lookahead == 'o') ADVANCE(1908); + if (lookahead == 't') ADVANCE(2010); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2040); + lookahead == 'i') ADVANCE(2042); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2059); + lookahead != ']') ADVANCE(2061); END_STATE(); case 575: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == '-') ADVANCE(1504); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == '0') ADVANCE(1483); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2780); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2708); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == '-') ADVANCE(1505); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == '0') ADVANCE(1484); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2782); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2710); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(2699); - if (lookahead == 'f') ADVANCE(2717); - if (lookahead == 'n') ADVANCE(2778); - if (lookahead == 'o') ADVANCE(2697); - if (lookahead == 't') ADVANCE(2768); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(2701); + if (lookahead == 'f') ADVANCE(2719); + if (lookahead == 'n') ADVANCE(2780); + if (lookahead == 'o') ADVANCE(2699); + if (lookahead == 't') ADVANCE(2770); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2784); + lookahead == 'i') ADVANCE(2786); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1493); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1494); if (lookahead != 0 && - lookahead != ']') ADVANCE(2695); + lookahead != ']') ADVANCE(2697); END_STATE(); case 576: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1174); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1175); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1337); - if (lookahead == '+') ADVANCE(1374); - if (lookahead == '-') ADVANCE(1210); - if (lookahead == '.') ADVANCE(1280); - if (lookahead == '0') ADVANCE(2198); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(2576); - if (lookahead == 'N') ADVANCE(2566); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1886); - if (lookahead == '_') ADVANCE(2191); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1338); + if (lookahead == '+') ADVANCE(1375); + if (lookahead == '-') ADVANCE(1211); + if (lookahead == '.') ADVANCE(1281); + if (lookahead == '0') ADVANCE(2200); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(2578); + if (lookahead == 'N') ADVANCE(2568); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1888); + if (lookahead == '_') ADVANCE(2193); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2340); - if (lookahead == 'b') ADVANCE(2437); - if (lookahead == 'c') ADVANCE(2382); - if (lookahead == 'd') ADVANCE(2245); - if (lookahead == 'e') ADVANCE(2438); - if (lookahead == 'f') ADVANCE(2203); - if (lookahead == 'h') ADVANCE(2317); - if (lookahead == 'i') ADVANCE(2290); - if (lookahead == 'l') ADVANCE(2269); - if (lookahead == 'm') ADVANCE(2215); - if (lookahead == 'n') ADVANCE(2404); - if (lookahead == 'o') ADVANCE(2533); - if (lookahead == 'r') ADVANCE(2246); - if (lookahead == 's') ADVANCE(2384); - if (lookahead == 't') ADVANCE(2414); - if (lookahead == 'u') ADVANCE(2464); - if (lookahead == 'w') ADVANCE(2295); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2342); + if (lookahead == 'b') ADVANCE(2439); + if (lookahead == 'c') ADVANCE(2384); + if (lookahead == 'd') ADVANCE(2247); + if (lookahead == 'e') ADVANCE(2440); + if (lookahead == 'f') ADVANCE(2205); + if (lookahead == 'h') ADVANCE(2319); + if (lookahead == 'i') ADVANCE(2292); + if (lookahead == 'l') ADVANCE(2271); + if (lookahead == 'm') ADVANCE(2217); + if (lookahead == 'n') ADVANCE(2406); + if (lookahead == 'o') ADVANCE(2535); + if (lookahead == 'r') ADVANCE(2248); + if (lookahead == 's') ADVANCE(2386); + if (lookahead == 't') ADVANCE(2416); + if (lookahead == 'u') ADVANCE(2466); + if (lookahead == 'w') ADVANCE(2297); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(536) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2201); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2603); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2203); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2605); if (lookahead != 0 && - lookahead != ']') ADVANCE(2604); + lookahead != ']') ADVANCE(2606); END_STATE(); case 577: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1174); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1175); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1374); - if (lookahead == '-') ADVANCE(1210); - if (lookahead == '.') ADVANCE(1280); - if (lookahead == '0') ADVANCE(2198); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'I') ADVANCE(2576); - if (lookahead == 'N') ADVANCE(2566); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1886); - if (lookahead == '_') ADVANCE(2191); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1375); + if (lookahead == '-') ADVANCE(1211); + if (lookahead == '.') ADVANCE(1281); + if (lookahead == '0') ADVANCE(2200); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'I') ADVANCE(2578); + if (lookahead == 'N') ADVANCE(2568); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1888); + if (lookahead == '_') ADVANCE(2193); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(2340); - if (lookahead == 'b') ADVANCE(2437); - if (lookahead == 'c') ADVANCE(2382); - if (lookahead == 'd') ADVANCE(2245); - if (lookahead == 'e') ADVANCE(2438); - if (lookahead == 'f') ADVANCE(2203); - if (lookahead == 'h') ADVANCE(2317); - if (lookahead == 'i') ADVANCE(2290); - if (lookahead == 'l') ADVANCE(2269); - if (lookahead == 'm') ADVANCE(2215); - if (lookahead == 'n') ADVANCE(2404); - if (lookahead == 'o') ADVANCE(2533); - if (lookahead == 'r') ADVANCE(2246); - if (lookahead == 's') ADVANCE(2384); - if (lookahead == 't') ADVANCE(2414); - if (lookahead == 'u') ADVANCE(2464); - if (lookahead == 'w') ADVANCE(2295); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(2342); + if (lookahead == 'b') ADVANCE(2439); + if (lookahead == 'c') ADVANCE(2384); + if (lookahead == 'd') ADVANCE(2247); + if (lookahead == 'e') ADVANCE(2440); + if (lookahead == 'f') ADVANCE(2205); + if (lookahead == 'h') ADVANCE(2319); + if (lookahead == 'i') ADVANCE(2292); + if (lookahead == 'l') ADVANCE(2271); + if (lookahead == 'm') ADVANCE(2217); + if (lookahead == 'n') ADVANCE(2406); + if (lookahead == 'o') ADVANCE(2535); + if (lookahead == 'r') ADVANCE(2248); + if (lookahead == 's') ADVANCE(2386); + if (lookahead == 't') ADVANCE(2416); + if (lookahead == 'u') ADVANCE(2466); + if (lookahead == 'w') ADVANCE(2297); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(556) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2201); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2603); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2203); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(2605); if (lookahead != 0 && - lookahead != ']') ADVANCE(2604); + lookahead != ']') ADVANCE(2606); END_STATE(); case 578: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3138); - if (lookahead == '$') ADVANCE(1174); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3140); + if (lookahead == '$') ADVANCE(1175); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1374); - if (lookahead == '-') ADVANCE(1210); - if (lookahead == '.') ADVANCE(1280); - if (lookahead == '0') ADVANCE(2198); - if (lookahead == ';') ADVANCE(619); - if (lookahead == 'N') ADVANCE(2567); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '_') ADVANCE(2202); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1375); + if (lookahead == '-') ADVANCE(1211); + if (lookahead == '.') ADVANCE(1281); + if (lookahead == '0') ADVANCE(2200); + if (lookahead == ';') ADVANCE(620); + if (lookahead == 'N') ADVANCE(2569); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '_') ADVANCE(2204); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'e') ADVANCE(2151); - if (lookahead == 'f') ADVANCE(2208); - if (lookahead == 'n') ADVANCE(2514); - if (lookahead == 'o') ADVANCE(2149); - if (lookahead == 't') ADVANCE(2430); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1170); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'e') ADVANCE(2153); + if (lookahead == 'f') ADVANCE(2210); + if (lookahead == 'n') ADVANCE(2516); + if (lookahead == 'o') ADVANCE(2151); + if (lookahead == 't') ADVANCE(2432); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1171); + if (lookahead == '}') ADVANCE(1270); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2577); + lookahead == 'i') ADVANCE(2579); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(568) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2201); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2203); if (lookahead != 0 && - lookahead != ']') ADVANCE(2604); + lookahead != ']') ADVANCE(2606); END_STATE(); case 579: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '+') ADVANCE(1506); - if (lookahead == '-') ADVANCE(1501); - if (lookahead == '.') ADVANCE(1281); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1191); - if (lookahead == '=') ADVANCE(1466); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '+') ADVANCE(1507); + if (lookahead == '-') ADVANCE(1502); + if (lookahead == '.') ADVANCE(1282); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1192); + if (lookahead == '=') ADVANCE(1467); if (lookahead == '_') ADVANCE(291); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(580) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 580: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1171); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1172); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(580) END_STATE(); case 581: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(581) END_STATE(); case 582: - if (eof) ADVANCE(586); - if (lookahead == '\n') ADVANCE(1135); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '-') ADVANCE(1203); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (eof) ADVANCE(587); + if (lookahead == '\n') ADVANCE(1136); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '-') ADVANCE(1204); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(581) - if (sym_identifier_character_set_3(lookahead)) ADVANCE(1134); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(1135); END_STATE(); case 583: - if (eof) ADVANCE(586); - if (lookahead == '!') ADVANCE(1862); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '!') ADVANCE(1864); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == ')') ADVANCE(1168); - if (lookahead == '*') ADVANCE(1333); - if (lookahead == '+') ADVANCE(1369); - if (lookahead == ',') ADVANCE(1164); - if (lookahead == '-') ADVANCE(1208); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '/') ADVANCE(1354); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == ';') ADVANCE(619); - if (lookahead == '<') ADVANCE(1391); - if (lookahead == '=') ADVANCE(601); - if (lookahead == '>') ADVANCE(1194); - if (lookahead == '?') ADVANCE(1346); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == 'B') ADVANCE(1606); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == ']') ADVANCE(1166); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(1276); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1169); + if (lookahead == '*') ADVANCE(1334); + if (lookahead == '+') ADVANCE(1370); + if (lookahead == ',') ADVANCE(1165); + if (lookahead == '-') ADVANCE(1209); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '/') ADVANCE(1355); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == ';') ADVANCE(620); + if (lookahead == '<') ADVANCE(1392); + if (lookahead == '=') ADVANCE(602); + if (lookahead == '>') ADVANCE(1195); + if (lookahead == '?') ADVANCE(1347); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == 'B') ADVANCE(1608); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == ']') ADVANCE(1167); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(1277); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'b') ADVANCE(1604); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); - if (lookahead == 181) ADVANCE(968); + if (lookahead == 'b') ADVANCE(1606); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); + if (lookahead == 181) ADVANCE(969); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(583) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1879); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(993); - if (lookahead != 0) ADVANCE(1883); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1881); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(994); + if (lookahead != 0) ADVANCE(1885); END_STATE(); case 584: - if (eof) ADVANCE(586); - if (lookahead == '"') ADVANCE(1834); - if (lookahead == '#') ADVANCE(3131); - if (lookahead == '$') ADVANCE(1172); + if (eof) ADVANCE(587); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3133); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == ':') ADVANCE(1160); - if (lookahead == '=') ADVANCE(599); - if (lookahead == '>') ADVANCE(1193); - if (lookahead == '@') ADVANCE(1197); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == ')') ADVANCE(1523); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); - if (lookahead == '|') ADVANCE(1169); - if (lookahead == '}') ADVANCE(1269); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(584) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + lookahead == ' ') SKIP(585) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 585: - if (eof) ADVANCE(586); - if (lookahead == '"') ADVANCE(1834); + if (eof) ADVANCE(587); + if (lookahead == '"') ADVANCE(1836); if (lookahead == '#') ADVANCE(3133); - if (lookahead == '$') ADVANCE(1172); + if (lookahead == '$') ADVANCE(1173); if (lookahead == '\'') ADVANCE(228); - if (lookahead == '(') ADVANCE(1167); - if (lookahead == '+') ADVANCE(1368); - if (lookahead == '-') ADVANCE(1209); - if (lookahead == '.') ADVANCE(1277); - if (lookahead == '0') ADVANCE(1542); - if (lookahead == 'I') ADVANCE(866); - if (lookahead == 'N') ADVANCE(861); - if (lookahead == '[') ADVANCE(1163); - if (lookahead == '^') ADVANCE(1885); - if (lookahead == '_') ADVANCE(666); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == ':') ADVANCE(1161); + if (lookahead == '=') ADVANCE(600); + if (lookahead == '>') ADVANCE(1194); + if (lookahead == '@') ADVANCE(1198); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); if (lookahead == '`') ADVANCE(293); - if (lookahead == 'a') ADVANCE(760); - if (lookahead == 'b') ADVANCE(804); - if (lookahead == 'c') ADVANCE(780); - if (lookahead == 'd') ADVANCE(699); - if (lookahead == 'e') ADVANCE(806); - if (lookahead == 'f') ADVANCE(673); - if (lookahead == 'h') ADVANCE(744); - if (lookahead == 'i') ADVANCE(730); - if (lookahead == 'l') ADVANCE(701); - if (lookahead == 'm') ADVANCE(676); - if (lookahead == 'n') ADVANCE(786); - if (lookahead == 'o') ADVANCE(854); - if (lookahead == 'r') ADVANCE(702); - if (lookahead == 's') ADVANCE(783); - if (lookahead == 't') ADVANCE(796); - if (lookahead == 'u') ADVANCE(820); - if (lookahead == 'w') ADVANCE(734); - if (lookahead == '{') ADVANCE(1268); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '|') ADVANCE(1170); + if (lookahead == '}') ADVANCE(1270); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(585) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1556); - if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(870); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 586: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (eof) ADVANCE(587); + if (lookahead == '"') ADVANCE(1836); + if (lookahead == '#') ADVANCE(3135); + if (lookahead == '$') ADVANCE(1173); + if (lookahead == '\'') ADVANCE(228); + if (lookahead == '(') ADVANCE(1168); + if (lookahead == '+') ADVANCE(1369); + if (lookahead == '-') ADVANCE(1210); + if (lookahead == '.') ADVANCE(1278); + if (lookahead == '0') ADVANCE(1544); + if (lookahead == 'I') ADVANCE(867); + if (lookahead == 'N') ADVANCE(862); + if (lookahead == '[') ADVANCE(1164); + if (lookahead == '^') ADVANCE(1887); + if (lookahead == '_') ADVANCE(667); + if (lookahead == '`') ADVANCE(293); + if (lookahead == 'a') ADVANCE(761); + if (lookahead == 'b') ADVANCE(805); + if (lookahead == 'c') ADVANCE(781); + if (lookahead == 'd') ADVANCE(700); + if (lookahead == 'e') ADVANCE(807); + if (lookahead == 'f') ADVANCE(674); + if (lookahead == 'h') ADVANCE(745); + if (lookahead == 'i') ADVANCE(731); + if (lookahead == 'l') ADVANCE(702); + if (lookahead == 'm') ADVANCE(677); + if (lookahead == 'n') ADVANCE(787); + if (lookahead == 'o') ADVANCE(855); + if (lookahead == 'r') ADVANCE(703); + if (lookahead == 's') ADVANCE(784); + if (lookahead == 't') ADVANCE(797); + if (lookahead == 'u') ADVANCE(821); + if (lookahead == 'w') ADVANCE(735); + if (lookahead == '{') ADVANCE(1269); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(586) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1558); + if (aux_sym_unquoted_token2_character_set_2(lookahead)) ADVANCE(871); END_STATE(); case 587: - ACCEPT_TOKEN(anon_sym_POUND_BANG); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 588: - ACCEPT_TOKEN(aux_sym_shebang_token1); + ACCEPT_TOKEN(anon_sym_POUND_BANG); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym_shebang_token1); - if (lookahead == '\n') ADVANCE(589); - if (lookahead == '#') ADVANCE(3132); + END_STATE(); + case 590: + ACCEPT_TOKEN(aux_sym_shebang_token1); + if (lookahead == '\n') ADVANCE(590); + if (lookahead == '#') ADVANCE(3134); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(3); if (lookahead != 0) ADVANCE(4); END_STATE(); - case 590: - ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(2284); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); - END_STATE(); case 591: ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(723); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(2286); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 592: ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(2282); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(724); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 593: ACCEPT_TOKEN(anon_sym_export); - if (lookahead == '-') ADVANCE(1029); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1133); + if (lookahead == '-') ADVANCE(2284); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 594: - ACCEPT_TOKEN(anon_sym_alias); + ACCEPT_TOKEN(anon_sym_export); + if (lookahead == '-') ADVANCE(1030); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); case 595: ACCEPT_TOKEN(anon_sym_alias); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 596: ACCEPT_TOKEN(anon_sym_alias); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 597: ACCEPT_TOKEN(anon_sym_alias); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 598: ACCEPT_TOKEN(anon_sym_alias); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 599: - ACCEPT_TOKEN(anon_sym_EQ); + ACCEPT_TOKEN(anon_sym_alias); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 600: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '>') ADVANCE(1270); - if (lookahead == '~') ADVANCE(1415); END_STATE(); case 601: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '>') ADVANCE(1271); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 602: - ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(720); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 603: ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(2275); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(721); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 604: ACCEPT_TOKEN(anon_sym_let); if (lookahead == '-') ADVANCE(2277); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 605: ACCEPT_TOKEN(anon_sym_let); - if (lookahead == '-') ADVANCE(1026); + if (lookahead == '-') ADVANCE(2279); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); + END_STATE(); + case 606: + ACCEPT_TOKEN(anon_sym_let); + if (lookahead == '-') ADVANCE(1027); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); - case 606: + case 607: ACCEPT_TOKEN(anon_sym_let_DASHenv); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); - case 607: + case 608: ACCEPT_TOKEN(anon_sym_let_DASHenv); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); - END_STATE(); - case 608: - ACCEPT_TOKEN(anon_sym_let_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 609: ACCEPT_TOKEN(anon_sym_let_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 610: - ACCEPT_TOKEN(anon_sym_mut); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_let_DASHenv); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 611: ACCEPT_TOKEN(anon_sym_mut); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 612: ACCEPT_TOKEN(anon_sym_mut); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 613: ACCEPT_TOKEN(anon_sym_mut); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 614: - ACCEPT_TOKEN(anon_sym_const); + ACCEPT_TOKEN(anon_sym_mut); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 615: ACCEPT_TOKEN(anon_sym_const); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 616: ACCEPT_TOKEN(anon_sym_const); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 617: ACCEPT_TOKEN(anon_sym_const); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 618: ACCEPT_TOKEN(anon_sym_const); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 619: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_const); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 620: - ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(290); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1679); - if (lookahead == 'I') ADVANCE(647); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1676); - if (lookahead == 'i') ADVANCE(683); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 621: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '+') ADVANCE(290); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1673); - if (lookahead == 'I') ADVANCE(653); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1681); + if (lookahead == 'I') ADVANCE(648); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1678); + if (lookahead == 'i') ADVANCE(684); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 622: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '+') ADVANCE(290); - if (lookahead == '-') ADVANCE(667); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 623: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '+') ADVANCE(290); - if (lookahead == '-') ADVANCE(667); - if (lookahead == '_') ADVANCE(667); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(668); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 624: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1864); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1679); - if (lookahead == 'I') ADVANCE(647); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1676); - if (lookahead == 'i') ADVANCE(683); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(290); + if (lookahead == '-') ADVANCE(668); + if (lookahead == '_') ADVANCE(668); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 625: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1864); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1673); - if (lookahead == 'I') ADVANCE(653); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(1866); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1681); + if (lookahead == 'I') ADVANCE(648); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1678); + if (lookahead == 'i') ADVANCE(684); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 626: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1864); - if (lookahead == '-') ADVANCE(667); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(1866); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 627: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '+') ADVANCE(1864); - if (lookahead == '-') ADVANCE(667); - if (lookahead == '_') ADVANCE(667); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(1866); + if (lookahead == '-') ADVANCE(668); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 628: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(680); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(1866); + if (lookahead == '-') ADVANCE(668); + if (lookahead == '_') ADVANCE(668); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 629: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(856); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(681); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 630: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(750); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(857); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 631: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '-') ADVANCE(857); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(751); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 632: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1679); - if (lookahead == 'I') ADVANCE(647); - if (lookahead == 'b') ADVANCE(1676); - if (lookahead == 'i') ADVANCE(683); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(858); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 633: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1643); + if (lookahead == 'B') ADVANCE(1681); if (lookahead == 'I') ADVANCE(648); - if (lookahead == 'b') ADVANCE(1640); + if (lookahead == 'b') ADVANCE(1678); if (lookahead == 'i') ADVANCE(684); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 634: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1619); + if (lookahead == 'B') ADVANCE(1645); if (lookahead == 'I') ADVANCE(649); - if (lookahead == 'b') ADVANCE(1616); + if (lookahead == 'b') ADVANCE(1642); if (lookahead == 'i') ADVANCE(685); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 635: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1631); + if (lookahead == 'B') ADVANCE(1621); if (lookahead == 'I') ADVANCE(650); - if (lookahead == 'b') ADVANCE(1628); + if (lookahead == 'b') ADVANCE(1618); if (lookahead == 'i') ADVANCE(686); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 636: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1667); + if (lookahead == 'B') ADVANCE(1633); if (lookahead == 'I') ADVANCE(651); - if (lookahead == 'b') ADVANCE(1664); + if (lookahead == 'b') ADVANCE(1630); if (lookahead == 'i') ADVANCE(687); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 637: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1655); + if (lookahead == 'B') ADVANCE(1669); if (lookahead == 'I') ADVANCE(652); - if (lookahead == 'b') ADVANCE(1652); + if (lookahead == 'b') ADVANCE(1666); if (lookahead == 'i') ADVANCE(688); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 638: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'B') ADVANCE(1657); if (lookahead == 'I') ADVANCE(653); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1654); + if (lookahead == 'i') ADVANCE(689); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 639: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1673); - if (lookahead == 'I') ADVANCE(653); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 640: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1637); - if (lookahead == 'I') ADVANCE(655); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'i') ADVANCE(656); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 641: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1613); - if (lookahead == 'I') ADVANCE(657); - if (lookahead == 'b') ADVANCE(1610); - if (lookahead == 'i') ADVANCE(658); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1639); + if (lookahead == 'I') ADVANCE(656); + if (lookahead == 'b') ADVANCE(1636); + if (lookahead == 'i') ADVANCE(657); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 642: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1625); - if (lookahead == 'I') ADVANCE(659); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'b') ADVANCE(1622); - if (lookahead == 'i') ADVANCE(660); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 's') ADVANCE(1583); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1615); + if (lookahead == 'I') ADVANCE(658); + if (lookahead == 'b') ADVANCE(1612); + if (lookahead == 'i') ADVANCE(659); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 643: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1625); - if (lookahead == 'I') ADVANCE(659); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'b') ADVANCE(1622); - if (lookahead == 'i') ADVANCE(660); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 's') ADVANCE(1583); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1627); + if (lookahead == 'I') ADVANCE(660); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'b') ADVANCE(1624); + if (lookahead == 'i') ADVANCE(661); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 's') ADVANCE(1585); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(871); END_STATE(); case 644: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1661); - if (lookahead == 'I') ADVANCE(661); - if (lookahead == 'b') ADVANCE(1658); - if (lookahead == 'i') ADVANCE(662); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1627); + if (lookahead == 'I') ADVANCE(660); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'b') ADVANCE(1624); + if (lookahead == 'i') ADVANCE(661); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 's') ADVANCE(1585); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(871); END_STATE(); case 645: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1649); - if (lookahead == 'I') ADVANCE(663); - if (lookahead == 'b') ADVANCE(1646); - if (lookahead == 'i') ADVANCE(664); - if (lookahead == 'r') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1663); + if (lookahead == 'I') ADVANCE(662); + if (lookahead == 'b') ADVANCE(1660); + if (lookahead == 'i') ADVANCE(663); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 646: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1649); - if (lookahead == 'I') ADVANCE(663); - if (lookahead == 'b') ADVANCE(1646); - if (lookahead == 'i') ADVANCE(664); - if (lookahead == 'r') ADVANCE(858); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1651); + if (lookahead == 'I') ADVANCE(664); + if (lookahead == 'b') ADVANCE(1648); + if (lookahead == 'i') ADVANCE(665); + if (lookahead == 'r') ADVANCE(846); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 647: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1805); - if (lookahead == 'b') ADVANCE(1802); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1651); + if (lookahead == 'I') ADVANCE(664); + if (lookahead == 'b') ADVANCE(1648); + if (lookahead == 'i') ADVANCE(665); + if (lookahead == 'r') ADVANCE(859); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 648: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1742); - if (lookahead == 'b') ADVANCE(1739); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1807); + if (lookahead == 'b') ADVANCE(1804); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 649: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1700); - if (lookahead == 'b') ADVANCE(1697); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1744); + if (lookahead == 'b') ADVANCE(1741); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 650: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1721); - if (lookahead == 'b') ADVANCE(1718); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1702); + if (lookahead == 'b') ADVANCE(1699); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 651: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1784); - if (lookahead == 'b') ADVANCE(1781); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1723); + if (lookahead == 'b') ADVANCE(1720); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 652: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1763); - if (lookahead == 'b') ADVANCE(1760); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1786); + if (lookahead == 'b') ADVANCE(1783); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 653: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1793); - if (lookahead == 'b') ADVANCE(1796); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1765); + if (lookahead == 'b') ADVANCE(1762); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 654: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1790); - if (lookahead == 'b') ADVANCE(1787); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1795); + if (lookahead == 'b') ADVANCE(1798); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 655: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1730); - if (lookahead == 'b') ADVANCE(1733); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1792); + if (lookahead == 'b') ADVANCE(1789); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 656: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1727); - if (lookahead == 'b') ADVANCE(1724); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1732); + if (lookahead == 'b') ADVANCE(1735); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 657: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1688); - if (lookahead == 'b') ADVANCE(1691); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1729); + if (lookahead == 'b') ADVANCE(1726); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 658: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1685); - if (lookahead == 'b') ADVANCE(1682); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1690); + if (lookahead == 'b') ADVANCE(1693); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 659: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1709); - if (lookahead == 'b') ADVANCE(1712); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1687); + if (lookahead == 'b') ADVANCE(1684); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 660: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1706); - if (lookahead == 'b') ADVANCE(1703); - if (lookahead == 'n') ADVANCE(1589); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1711); + if (lookahead == 'b') ADVANCE(1714); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 661: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1772); - if (lookahead == 'b') ADVANCE(1775); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1708); + if (lookahead == 'b') ADVANCE(1705); + if (lookahead == 'n') ADVANCE(1591); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 662: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1769); - if (lookahead == 'b') ADVANCE(1766); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1774); + if (lookahead == 'b') ADVANCE(1777); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 663: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1751); - if (lookahead == 'b') ADVANCE(1754); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1771); + if (lookahead == 'b') ADVANCE(1768); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 664: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'B') ADVANCE(1748); - if (lookahead == 'b') ADVANCE(1745); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1753); + if (lookahead == 'b') ADVANCE(1756); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 665: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N') ADVANCE(862); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'n') ADVANCE(1230); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1750); + if (lookahead == 'b') ADVANCE(1747); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 666: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == '_') ADVANCE(666); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == 'N') ADVANCE(863); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'n') ADVANCE(1231); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 667: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '_') ADVANCE(667); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 668: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == '_') ADVANCE(668); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1473); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 669: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(753); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == '_') ADVANCE(669); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 670: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(859); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(754); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 671: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'o') ADVANCE(696); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(860); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 672: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'o') ADVANCE(697); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 673: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(765); - if (lookahead == 'o') ADVANCE(797); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 674: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(765); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(766); + if (lookahead == 'o') ADVANCE(798); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 675: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(816); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(766); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 676: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(696); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(817); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 677: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(697); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 678: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(828); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 679: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(860); - if (lookahead == 'e') ADVANCE(731); - if (lookahead == 'o') ADVANCE(1253); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 680: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(778); - if (lookahead == 'o') ADVANCE(802); - if (lookahead == 's') ADVANCE(736); - if (lookahead == 'x') ADVANCE(793); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(861); + if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'o') ADVANCE(1254); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 681: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(814); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(779); + if (lookahead == 'o') ADVANCE(803); + if (lookahead == 's') ADVANCE(737); + if (lookahead == 'x') ADVANCE(794); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 682: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'a') ADVANCE(841); - if (lookahead == 'o') ADVANCE(768); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(815); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 683: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1799); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(842); + if (lookahead == 'o') ADVANCE(769); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 684: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1736); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1801); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 685: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1694); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1738); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 686: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1715); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1696); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 687: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1778); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1717); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 688: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'b') ADVANCE(1757); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1780); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 689: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(1586); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1759); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 690: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(735); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'c') ADVANCE(1588); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 691: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(739); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'c') ADVANCE(736); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 692: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'c') ADVANCE(710); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'c') ADVANCE(740); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 693: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1440); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'c') ADVANCE(711); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 694: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1361); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'd') ADVANCE(1441); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 695: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(1423); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'd') ADVANCE(1362); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 696: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(849); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'd') ADVANCE(1424); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 697: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(704); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'd') ADVANCE(850); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 698: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'd') ADVANCE(819); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'd') ADVANCE(705); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 699: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(731); - if (lookahead == 'o') ADVANCE(1253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'd') ADVANCE(820); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 700: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'i') ADVANCE(824); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'o') ADVANCE(1254); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 701: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'i') ADVANCE(825); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 702: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(732); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 703: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1158); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(733); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 704: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1315); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1159); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 705: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1526); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1316); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 706: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1534); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1528); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 707: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1344); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1536); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 708: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1248); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1345); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 709: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1153); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1249); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 710: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1302); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1154); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 711: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1222); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1303); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 712: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1262); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1223); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 713: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(1245); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1263); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 714: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(669); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(1246); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 715: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(830); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(670); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 716: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(836); - if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(831); + if (lookahead == 'u') ADVANCE(763); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 717: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(836); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(837); + if (lookahead == 's') ADVANCE(1576); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 718: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(855); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(837); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 719: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(689); - if (lookahead == 'o') ADVANCE(844); - if (lookahead == 't') ADVANCE(681); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 720: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(772); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(690); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 't') ADVANCE(682); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 721: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(811); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(773); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 722: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(773); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(812); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 723: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(775); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(774); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 724: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(777); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(776); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 725: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(807); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(778); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 726: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(799); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(808); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 727: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(840); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(800); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 728: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(813); - if (lookahead == 'i') ADVANCE(763); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(841); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 729: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'e') ADVANCE(813); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(814); + if (lookahead == 'i') ADVANCE(764); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 730: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(814); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 731: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'f') ADVANCE(1139); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 732: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'g') ADVANCE(747); - if (lookahead == 't') ADVANCE(847); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'f') ADVANCE(1140); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 733: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(728); - if (lookahead == 'k') ADVANCE(1598); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'g') ADVANCE(748); + if (lookahead == 't') ADVANCE(848); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 734: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(728); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(729); + if (lookahead == 'k') ADVANCE(1600); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 735: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1266); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(729); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 736: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(756); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(1267); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 737: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1412); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(757); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 738: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1407); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(1413); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 739: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(1296); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(1408); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 740: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(748); - if (lookahead == 'k') ADVANCE(1598); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(1297); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 741: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(748); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(749); + if (lookahead == 'k') ADVANCE(1600); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 742: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'h') ADVANCE(729); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(749); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 743: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(697); - if (lookahead == 'r') ADVANCE(1592); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(730); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 744: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(697); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(698); + if (lookahead == 'r') ADVANCE(1594); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 745: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(675); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(698); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 746: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(774); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(676); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 747: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(823); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(775); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 748: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(763); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(824); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 749: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(833); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(764); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 750: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(771); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(834); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 751: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'i') ADVANCE(838); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(772); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 752: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'i') ADVANCE(839); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 753: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'k') ADVANCE(1218); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(840); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 754: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'k') ADVANCE(713); - if (lookahead == 't') ADVANCE(690); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'k') ADVANCE(1219); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 755: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(1518); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'k') ADVANCE(714); + if (lookahead == 't') ADVANCE(691); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 756: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(1377); - if (lookahead == 'r') ADVANCE(1382); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(1519); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 757: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (lookahead == 's') ADVANCE(1331); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(1378); + if (lookahead == 'r') ADVANCE(1383); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 758: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (lookahead == 's') ADVANCE(1332); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 759: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 's') ADVANCE(1331); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 760: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(745); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 's') ADVANCE(1332); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 761: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(670); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 762: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(755); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(671); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 763: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(708); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(756); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 764: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'l') ADVANCE(709); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 765: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(822); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(710); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 766: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(823); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 767: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 768: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(821); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 769: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1148); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(822); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 770: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1299); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(1149); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 771: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(1402); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(1300); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 772: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(850); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(1403); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 773: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'n') ADVANCE(851); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 774: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(848); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(852); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 775: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(852); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(849); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 776: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(853); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 777: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(853); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 778: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(695); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(854); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 779: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'n') ADVANCE(837); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(696); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 780: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(838); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 781: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(1253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(769); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 782: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(844); - if (lookahead == 't') ADVANCE(681); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(1254); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 783: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(844); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 't') ADVANCE(682); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 784: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(794); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(845); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 785: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(795); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 786: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(830); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(798); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 787: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(798); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(831); + if (lookahead == 'u') ADVANCE(763); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 788: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(812); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(799); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 789: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(834); - if (lookahead == 's') ADVANCE(1574); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(813); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 790: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(834); - if (lookahead == 'u') ADVANCE(762); + if (lookahead == 'o') ADVANCE(835); + if (lookahead == 's') ADVANCE(1576); + if (lookahead == 'u') ADVANCE(763); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 791: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(779); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(835); + if (lookahead == 'u') ADVANCE(763); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 792: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(780); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 793: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'o') ADVANCE(803); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(802); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 794: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'p') ADVANCE(1241); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(804); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 795: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'p') ADVANCE(788); - if (lookahead == 't') ADVANCE(725); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'p') ADVANCE(1242); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 796: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'p') ADVANCE(789); + if (lookahead == 't') ADVANCE(726); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 797: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1226); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(846); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 798: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1181); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1227); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 799: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1311); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1182); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 800: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1454); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1312); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 801: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1447); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1455); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 802: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1433); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1448); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 803: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(1428); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1434); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 804: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1429); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 805: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(692); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 806: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(693); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 807: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(769); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 808: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(858); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(770); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 809: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(787); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(859); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 810: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(770); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(788); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 811: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(761); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(771); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 812: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(832); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(762); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 813: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(707); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(833); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 814: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(843); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(708); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 815: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'r') ADVANCE(846); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(844); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 816: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(597); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(847); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 817: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(1579); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(598); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 818: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(1577); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(1581); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 819: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(629); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(1579); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 820: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(703); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(630); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 821: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(831); - if (lookahead == 't') ADVANCE(746); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(704); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 822: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(706); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(832); + if (lookahead == 't') ADVANCE(747); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 823: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(842); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(707); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 824: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(835); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(843); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 825: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(712); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(836); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 826: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 's') ADVANCE(631); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(713); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 827: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(602); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(632); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 828: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(690); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(603); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 829: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(612); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(691); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 830: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1463); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(613); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 831: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(617); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(1464); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 832: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(591); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(618); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 833: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(628); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(592); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 834: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1458); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(629); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 835: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(1190); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(1459); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 836: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(630); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(1191); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 837: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(746); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(631); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 838: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(737); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(747); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 839: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 't') ADVANCE(738); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 840: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(847); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(739); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 841: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(691); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(848); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 842: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(726); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(692); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 843: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 't') ADVANCE(826); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(727); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 844: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(805); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(827); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 845: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(705); - if (lookahead == 'y') ADVANCE(1292); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(806); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 846: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(705); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(706); + if (lookahead == 'y') ADVANCE(1293); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 847: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(810); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(706); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 848: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(711); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(811); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 849: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'u') ADVANCE(764); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(712); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 850: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(608); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(765); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 851: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1320); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(609); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 852: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1143); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(1321); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 853: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(1307); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(1144); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 854: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(1308); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 855: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(1328); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 856: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'w') ADVANCE(751); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'w') ADVANCE(1329); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 857: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'w') ADVANCE(752); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 858: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1292); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'w') ADVANCE(753); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 859: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1324); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'y') ADVANCE(1293); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 860: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'y') ADVANCE(1595); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'y') ADVANCE(1325); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 861: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'y') ADVANCE(1597); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 862: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(864); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 863: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(868); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(865); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 864: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(867); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + lookahead == 'i') ADVANCE(869); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 865: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(870); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(868); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 866: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + lookahead == 'n') ADVANCE(871); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 867: ACCEPT_TOKEN(sym_cmd_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(863); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 868: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(869); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(864); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 869: ACCEPT_TOKEN(sym_cmd_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(870); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 870: ACCEPT_TOKEN(sym_cmd_identifier); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(871); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 871: + ACCEPT_TOKEN(sym_cmd_identifier); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); + END_STATE(); + case 872: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(296); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 872: + case 873: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(350); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 873: + case 874: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(440); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 874: + case 875: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(390); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 875: + case 876: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(313); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 876: + case 877: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(379); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 877: + case 878: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(441); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 878: + case 879: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(392); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 879: + case 880: ACCEPT_TOKEN(sym_identifier); if (lookahead == '-') ADVANCE(442); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 880: + case 881: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1678); - if (lookahead == 'I') ADVANCE(894); + if (lookahead == 'B') ADVANCE(1680); + if (lookahead == 'I') ADVANCE(895); if (lookahead == '_') ADVANCE(914); - if (lookahead == 'b') ADVANCE(1675); - if (lookahead == 'i') ADVANCE(920); + if (lookahead == 'b') ADVANCE(1677); + if (lookahead == 'i') ADVANCE(921); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); - END_STATE(); - case 881: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1678); - if (lookahead == 'I') ADVANCE(894); - if (lookahead == 'b') ADVANCE(1675); - if (lookahead == 'i') ADVANCE(920); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 882: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1642); + if (lookahead == 'B') ADVANCE(1680); if (lookahead == 'I') ADVANCE(895); - if (lookahead == 'b') ADVANCE(1639); + if (lookahead == 'b') ADVANCE(1677); if (lookahead == 'i') ADVANCE(921); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 883: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1618); + if (lookahead == 'B') ADVANCE(1644); if (lookahead == 'I') ADVANCE(896); - if (lookahead == 'b') ADVANCE(1615); + if (lookahead == 'b') ADVANCE(1641); if (lookahead == 'i') ADVANCE(922); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 884: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1630); + if (lookahead == 'B') ADVANCE(1620); if (lookahead == 'I') ADVANCE(897); - if (lookahead == 'b') ADVANCE(1627); + if (lookahead == 'b') ADVANCE(1617); if (lookahead == 'i') ADVANCE(923); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 885: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1666); + if (lookahead == 'B') ADVANCE(1632); if (lookahead == 'I') ADVANCE(898); - if (lookahead == 'b') ADVANCE(1663); + if (lookahead == 'b') ADVANCE(1629); if (lookahead == 'i') ADVANCE(924); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 886: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1654); + if (lookahead == 'B') ADVANCE(1668); if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'b') ADVANCE(1651); + if (lookahead == 'b') ADVANCE(1665); if (lookahead == 'i') ADVANCE(925); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 887: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1672); + if (lookahead == 'B') ADVANCE(1656); if (lookahead == 'I') ADVANCE(900); - if (lookahead == '_') ADVANCE(914); - if (lookahead == 'b') ADVANCE(1669); - if (lookahead == 'i') ADVANCE(901); - if (lookahead == 'n') ADVANCE(929); - if (lookahead == '+' || - lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1653); + if (lookahead == 'i') ADVANCE(926); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 888: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1672); - if (lookahead == 'I') ADVANCE(900); - if (lookahead == 'b') ADVANCE(1669); - if (lookahead == 'i') ADVANCE(901); - if (lookahead == 'n') ADVANCE(929); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1674); + if (lookahead == 'I') ADVANCE(901); + if (lookahead == '_') ADVANCE(914); + if (lookahead == 'b') ADVANCE(1671); + if (lookahead == 'i') ADVANCE(902); + if (lookahead == 'n') ADVANCE(930); + if (lookahead == '+' || + lookahead == '-') ADVANCE(290); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 889: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1636); - if (lookahead == 'I') ADVANCE(902); - if (lookahead == 'b') ADVANCE(1633); - if (lookahead == 'i') ADVANCE(903); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1674); + if (lookahead == 'I') ADVANCE(901); + if (lookahead == 'b') ADVANCE(1671); + if (lookahead == 'i') ADVANCE(902); + if (lookahead == 'n') ADVANCE(930); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 890: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1612); - if (lookahead == 'I') ADVANCE(904); - if (lookahead == 'b') ADVANCE(1609); - if (lookahead == 'i') ADVANCE(905); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1638); + if (lookahead == 'I') ADVANCE(903); + if (lookahead == 'b') ADVANCE(1635); + if (lookahead == 'i') ADVANCE(904); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 891: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1624); - if (lookahead == 'I') ADVANCE(906); - if (lookahead == 'b') ADVANCE(1621); - if (lookahead == 'i') ADVANCE(907); - if (lookahead == 'o') ADVANCE(928); - if (lookahead == 's') ADVANCE(1582); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1614); + if (lookahead == 'I') ADVANCE(905); + if (lookahead == 'b') ADVANCE(1611); + if (lookahead == 'i') ADVANCE(906); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 892: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1660); - if (lookahead == 'I') ADVANCE(908); - if (lookahead == 'b') ADVANCE(1657); - if (lookahead == 'i') ADVANCE(909); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1626); + if (lookahead == 'I') ADVANCE(907); + if (lookahead == 'b') ADVANCE(1623); + if (lookahead == 'i') ADVANCE(908); + if (lookahead == 'o') ADVANCE(929); + if (lookahead == 's') ADVANCE(1584); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 893: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1648); - if (lookahead == 'I') ADVANCE(910); - if (lookahead == 'b') ADVANCE(1645); - if (lookahead == 'i') ADVANCE(911); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1662); + if (lookahead == 'I') ADVANCE(909); + if (lookahead == 'b') ADVANCE(1659); + if (lookahead == 'i') ADVANCE(910); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 894: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1804); - if (lookahead == 'b') ADVANCE(1801); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1650); + if (lookahead == 'I') ADVANCE(911); + if (lookahead == 'b') ADVANCE(1647); + if (lookahead == 'i') ADVANCE(912); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 895: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1741); - if (lookahead == 'b') ADVANCE(1738); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1806); + if (lookahead == 'b') ADVANCE(1803); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 896: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1699); - if (lookahead == 'b') ADVANCE(1696); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1743); + if (lookahead == 'b') ADVANCE(1740); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 897: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1720); - if (lookahead == 'b') ADVANCE(1717); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1701); + if (lookahead == 'b') ADVANCE(1698); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 898: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1783); - if (lookahead == 'b') ADVANCE(1780); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1722); + if (lookahead == 'b') ADVANCE(1719); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 899: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1762); - if (lookahead == 'b') ADVANCE(1759); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1785); + if (lookahead == 'b') ADVANCE(1782); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 900: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1792); - if (lookahead == 'b') ADVANCE(1795); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1764); + if (lookahead == 'b') ADVANCE(1761); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 901: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1789); - if (lookahead == 'b') ADVANCE(1786); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1794); + if (lookahead == 'b') ADVANCE(1797); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 902: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1729); - if (lookahead == 'b') ADVANCE(1732); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1791); + if (lookahead == 'b') ADVANCE(1788); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 903: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1726); - if (lookahead == 'b') ADVANCE(1723); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1731); + if (lookahead == 'b') ADVANCE(1734); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 904: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1687); - if (lookahead == 'b') ADVANCE(1690); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1728); + if (lookahead == 'b') ADVANCE(1725); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 905: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1684); - if (lookahead == 'b') ADVANCE(1681); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1689); + if (lookahead == 'b') ADVANCE(1692); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 906: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1708); - if (lookahead == 'b') ADVANCE(1711); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1686); + if (lookahead == 'b') ADVANCE(1683); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 907: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1705); - if (lookahead == 'b') ADVANCE(1702); - if (lookahead == 'n') ADVANCE(1588); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1710); + if (lookahead == 'b') ADVANCE(1713); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 908: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1771); - if (lookahead == 'b') ADVANCE(1774); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1707); + if (lookahead == 'b') ADVANCE(1704); + if (lookahead == 'n') ADVANCE(1590); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 909: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1768); - if (lookahead == 'b') ADVANCE(1765); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1773); + if (lookahead == 'b') ADVANCE(1776); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 910: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1750); - if (lookahead == 'b') ADVANCE(1753); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1770); + if (lookahead == 'b') ADVANCE(1767); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 911: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(1747); - if (lookahead == 'b') ADVANCE(1744); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1752); + if (lookahead == 'b') ADVANCE(1755); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 912: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(912); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1749); + if (lookahead == 'b') ADVANCE(1746); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 913: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(914); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 914: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(914); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 915: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(915); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(915); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1475); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 916: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(983); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(993); + if (lookahead == '_') ADVANCE(916); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(916); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 917: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(940); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(993); + if (lookahead == 'a') ADVANCE(984); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(994); END_STATE(); case 918: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(963); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(993); + if (lookahead == 'a') ADVANCE(941); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(994); END_STATE(); case 919: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(967); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(993); + if (lookahead == 'a') ADVANCE(964); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(994); END_STATE(); case 920: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1798); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'a') ADVANCE(968); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(994); END_STATE(); case 921: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1735); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1800); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 922: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1693); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1737); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 923: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1714); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1695); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 924: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1777); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1716); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 925: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(1756); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1779); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 926: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(1585); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1758); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 927: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1438); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'c') ADVANCE(1587); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 928: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(1362); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'd') ADVANCE(1439); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 929: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(971); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'd') ADVANCE(1363); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 930: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(926); - if (lookahead == 't') ADVANCE(918); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'd') ADVANCE(972); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 931: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(1524); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'e') ADVANCE(927); + if (lookahead == 't') ADVANCE(919); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 932: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(1532); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'e') ADVANCE(1526); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 933: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(876); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'e') ADVANCE(1534); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 934: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(941); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'e') ADVANCE(877); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 935: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(974); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'e') ADVANCE(942); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 936: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(972); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(976); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 937: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'k') ADVANCE(1597); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(973); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 938: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(1516); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'k') ADVANCE(1599); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 939: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(938); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'l') ADVANCE(1517); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 940: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(970); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'l') ADVANCE(939); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 941: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(942); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'l') ADVANCE(971); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 942: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(874); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'l') ADVANCE(943); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 943: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(875); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 944: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(943); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'l') ADVANCE(876); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 945: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') ADVANCE(957); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'l') ADVANCE(944); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 946: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(927); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'm') ADVANCE(958); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 947: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(1235); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(928); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 948: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(929); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1236); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 949: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(933); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(930); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 950: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(934); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 951: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(928); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(961); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 952: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(975); - if (lookahead == 'u') ADVANCE(939); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(988); - if (sym_identifier_character_set_6(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(929); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 953: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(962); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(977); + if (lookahead == 'u') ADVANCE(940); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(989); + if (sym_identifier_character_set_6(lookahead)) ADVANCE(994); END_STATE(); case 954: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(966); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(963); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 955: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(978); - if (lookahead == 's') ADVANCE(1573); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(967); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 956: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(978); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(979); + if (lookahead == 's') ADVANCE(1575); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 957: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(954); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(979); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 958: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1591); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'p') ADVANCE(955); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 959: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1452); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1593); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 960: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1445); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1453); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 961: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(981); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1446); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 962: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(1180); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(982); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 963: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(980); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1181); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 964: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(965); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(981); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 965: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(953); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(954); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 966: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(979); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(965); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 967: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(879); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(980); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 968: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(1576); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(880); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 969: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(1580); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 's') ADVANCE(1578); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 970: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(932); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 's') ADVANCE(1582); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 971: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(873); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 's') ADVANCE(933); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 972: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(976); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 's') ADVANCE(874); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 973: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(877); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 's') ADVANCE(978); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 974: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(871); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 's') ADVANCE(878); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 975: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1461); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(919); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 976: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(1189); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(872); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 977: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(918); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(1462); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 978: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(872); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(1190); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 979: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(878); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(873); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 980: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(973); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(879); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 981: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(931); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(974); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 982: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(944); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'u') ADVANCE(932); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 983: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'y') ADVANCE(1594); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'u') ADVANCE(945); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 984: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(988); - if (sym_identifier_character_set_6(lookahead)) ADVANCE(993); + if (lookahead == 'y') ADVANCE(1596); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 985: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(987); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(989); + if (sym_identifier_character_set_6(lookahead)) ADVANCE(994); END_STATE(); case 986: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(991); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(988); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 987: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(990); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + lookahead == 'i') ADVANCE(992); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 988: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(991); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 989: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(985); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + lookahead == 'n') ADVANCE(994); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 990: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(986); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 991: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(992); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(987); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 992: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(993); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 993: ACCEPT_TOKEN(sym_identifier); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(994); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 994: - ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'u') ADVANCE(1100); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + ACCEPT_TOKEN(sym_identifier); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 995: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'r') ADVANCE(1077); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'u') ADVANCE(1101); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 996: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == '+') ADVANCE(2001); - if (lookahead == '>') ADVANCE(1887); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'r') ADVANCE(1078); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 997: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '+') ADVANCE(1983); + if (lookahead == '+') ADVANCE(2003); if (lookahead == '>') ADVANCE(1889); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 998: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '-') ADVANCE(1134); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(998); + if (lookahead == '+') ADVANCE(1985); + if (lookahead == '>') ADVANCE(1891); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 999: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '_') ADVANCE(999); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(999); - if (sym__long_flag_identifier_character_set_2(lookahead)) ADVANCE(1133); + if (lookahead == '-') ADVANCE(1135); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(999); END_STATE(); case 1000: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == '_') ADVANCE(1000); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1000); if (sym__long_flag_identifier_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); case 1001: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1053); - if (lookahead == 'o') ADVANCE(1073); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1133); + if (lookahead == '_') ADVANCE(1001); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1001); + if (sym__long_flag_identifier_character_set_2(lookahead)) ADVANCE(1135); END_STATE(); case 1002: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1043); + if (lookahead == 'a') ADVANCE(1054); + if (lookahead == 'o') ADVANCE(1074); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1134); END_STATE(); case 1003: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1114); + if (lookahead == 'a') ADVANCE(1044); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1134); END_STATE(); case 1004: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1045); + if (lookahead == 'a') ADVANCE(1115); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1134); END_STATE(); case 1005: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1087); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1133); + if (lookahead == 'a') ADVANCE(1046); + if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1135); END_STATE(); case 1006: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'a') ADVANCE(1094); - if (lookahead == 'o') ADVANCE(1009); - if (lookahead == 'u') ADVANCE(1095); + if (lookahead == 'a') ADVANCE(1088); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1134); END_STATE(); case 1007: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'c') ADVANCE(1038); + if (lookahead == 'a') ADVANCE(1095); + if (lookahead == 'o') ADVANCE(1010); + if (lookahead == 'u') ADVANCE(1096); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_3(lookahead)) ADVANCE(1134); END_STATE(); case 1008: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'c') ADVANCE(1021); + if (lookahead == 'c') ADVANCE(1039); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1009: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'd') ADVANCE(1108); + if (lookahead == 'c') ADVANCE(1022); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1010: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'd') ADVANCE(1015); + if (lookahead == 'd') ADVANCE(1109); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1011: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1035); - if (lookahead == 'o') ADVANCE(1252); + if (lookahead == 'd') ADVANCE(1016); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1012: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1093); - if (lookahead == 'o') ADVANCE(1065); + if (lookahead == 'e') ADVANCE(1036); + if (lookahead == 'o') ADVANCE(1253); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1013: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1036); + if (lookahead == 'e') ADVANCE(1094); + if (lookahead == 'o') ADVANCE(1066); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1014: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1157); + if (lookahead == 'e') ADVANCE(1037); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1015: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1317); + if (lookahead == 'e') ADVANCE(1158); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1016: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1523); + if (lookahead == 'e') ADVANCE(1318); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1017: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1531); + if (lookahead == 'e') ADVANCE(1525); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1018: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1343); + if (lookahead == 'e') ADVANCE(1533); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1019: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1247); + if (lookahead == 'e') ADVANCE(1344); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1020: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1152); + if (lookahead == 'e') ADVANCE(1248); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1021: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1304); + if (lookahead == 'e') ADVANCE(1153); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1022: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1221); + if (lookahead == 'e') ADVANCE(1305); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1023: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1525); + if (lookahead == 'e') ADVANCE(1222); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1024: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1533); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (lookahead == 'e') ADVANCE(1527); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1025: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1002); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'e') ADVANCE(1535); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1026: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1058); + if (lookahead == 'e') ADVANCE(1003); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1027: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1084); + if (lookahead == 'e') ADVANCE(1059); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1028: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1059); + if (lookahead == 'e') ADVANCE(1085); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1029: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1061); + if (lookahead == 'e') ADVANCE(1060); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1030: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'e') ADVANCE(1062); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1031: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1081); + if (lookahead == 'e') ADVANCE(1063); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1032: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1075); + if (lookahead == 'e') ADVANCE(1082); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1033: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'i') ADVANCE(1051); + if (lookahead == 'e') ADVANCE(1076); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1034: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'f') ADVANCE(1257); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1117); + if (lookahead == 'e') ADVANCE(1087); + if (lookahead == 'i') ADVANCE(1052); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1035: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'f') ADVANCE(1138); + if (lookahead == 'f') ADVANCE(1258); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1118); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1036: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'g') ADVANCE(1042); - if (lookahead == 't') ADVANCE(1106); + if (lookahead == 'f') ADVANCE(1139); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1037: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'h') ADVANCE(1033); + if (lookahead == 'g') ADVANCE(1043); + if (lookahead == 't') ADVANCE(1107); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1038: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'h') ADVANCE(1265); + if (lookahead == 'h') ADVANCE(1034); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1039: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1010); + if (lookahead == 'h') ADVANCE(1266); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1040: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1005); + if (lookahead == 'i') ADVANCE(1011); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1041: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1060); + if (lookahead == 'i') ADVANCE(1006); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1042: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'i') ADVANCE(1092); + if (lookahead == 'i') ADVANCE(1061); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1043: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'k') ADVANCE(1217); + if (lookahead == 'i') ADVANCE(1093); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1044: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1515); + if (lookahead == 'k') ADVANCE(1218); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1045: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1088); + if (lookahead == 'l') ADVANCE(1516); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1046: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1517); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (lookahead == 'l') ADVANCE(1089); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1047: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1040); - if (lookahead == 's') ADVANCE(1330); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'l') ADVANCE(1518); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1048: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1044); + if (lookahead == 'l') ADVANCE(1041); + if (lookahead == 's') ADVANCE(1331); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1049: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1003); + if (lookahead == 'l') ADVANCE(1045); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1050: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1046); + if (lookahead == 'l') ADVANCE(1004); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1051: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1019); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'l') ADVANCE(1047); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1052: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'l') ADVANCE(1020); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1053: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'l') ADVANCE(1091); + if (lookahead == 'l') ADVANCE(1021); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1054: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1090); + if (lookahead == 'l') ADVANCE(1092); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1055: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1147); + if (lookahead == 'n') ADVANCE(1091); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1056: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1298); + if (lookahead == 'n') ADVANCE(1148); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1057: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1237); + if (lookahead == 'n') ADVANCE(1299); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1058: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1109); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'n') ADVANCE(1238); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1059: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'n') ADVANCE(1110); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1060: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1107); + if (lookahead == 'n') ADVANCE(1111); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1061: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'n') ADVANCE(1111); + if (lookahead == 'n') ADVANCE(1108); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1062: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'n') ADVANCE(1112); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1063: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1054); + if (lookahead == 'n') ADVANCE(1113); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1064: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1104); + if (lookahead == 'o') ADVANCE(1055); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1065: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1070); + if (lookahead == 'o') ADVANCE(1105); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1066: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1099); - if (lookahead == 'u') ADVANCE(1050); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1125); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1134); + if (lookahead == 'o') ADVANCE(1071); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1067: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1096); - if (lookahead == 'u') ADVANCE(1048); + if (lookahead == 'o') ADVANCE(1100); + if (lookahead == 'u') ADVANCE(1051); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1123); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1133); + lookahead == 'a') ADVANCE(1126); + if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1135); END_STATE(); case 1068: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1074); + if (lookahead == 'o') ADVANCE(1097); + if (lookahead == 'u') ADVANCE(1049); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1124); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1134); END_STATE(); case 1069: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'o') ADVANCE(1085); + if (lookahead == 'o') ADVANCE(1075); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1070: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'p') ADVANCE(1240); + if (lookahead == 'o') ADVANCE(1086); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1071: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'p') ADVANCE(1069); - if (lookahead == 't') ADVANCE(1031); + if (lookahead == 'p') ADVANCE(1241); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1072: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1105); + if (lookahead == 'p') ADVANCE(1070); + if (lookahead == 't') ADVANCE(1032); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1073: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1225); + if (lookahead == 'r') ADVANCE(1106); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1074: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1179); + if (lookahead == 'r') ADVANCE(1226); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1075: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1310); + if (lookahead == 'r') ADVANCE(1180); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1076: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1102); + if (lookahead == 'r') ADVANCE(1311); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1077: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(996); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (lookahead == 'r') ADVANCE(1103); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1078: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1025); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'r') ADVANCE(997); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1079: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1008); + if (lookahead == 'r') ADVANCE(1026); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1080: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1082); - if (lookahead == 'x') ADVANCE(1071); + if (lookahead == 'r') ADVANCE(1009); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1081: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1055); + if (lookahead == 'r') ADVANCE(1083); + if (lookahead == 'x') ADVANCE(1072); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1082: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1068); + if (lookahead == 'r') ADVANCE(1056); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1083: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1056); + if (lookahead == 'r') ADVANCE(1069); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1084: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1049); + if (lookahead == 'r') ADVANCE(1057); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1085: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1098); + if (lookahead == 'r') ADVANCE(1050); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1086: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'r') ADVANCE(1018); + if (lookahead == 'r') ADVANCE(1099); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1087: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(596); + if (lookahead == 'r') ADVANCE(1019); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1088: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1024); + if (lookahead == 's') ADVANCE(597); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1089: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1014); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 's') ADVANCE(1025); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1090: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1097); - if (lookahead == 't') ADVANCE(1041); + if (lookahead == 's') ADVANCE(1015); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1091: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1017); + if (lookahead == 's') ADVANCE(1098); + if (lookahead == 't') ADVANCE(1042); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1092: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 's') ADVANCE(1101); + if (lookahead == 's') ADVANCE(1018); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1093: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(605); + if (lookahead == 's') ADVANCE(1102); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1094: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1007); + if (lookahead == 't') ADVANCE(606); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1095: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(611); + if (lookahead == 't') ADVANCE(1008); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1096: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1460); + if (lookahead == 't') ADVANCE(612); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1097: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(616); + if (lookahead == 't') ADVANCE(1461); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1098: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(593); + if (lookahead == 't') ADVANCE(617); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1099: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1462); + if (lookahead == 't') ADVANCE(594); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1100: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(997); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (lookahead == 't') ADVANCE(1463); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1101: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 't') ADVANCE(1032); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 't') ADVANCE(998); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1102: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1023); + if (lookahead == 't') ADVANCE(1033); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1103: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1050); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1125); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1134); + if (lookahead == 'u') ADVANCE(1024); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1104: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1079); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'u') ADVANCE(1051); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1126); + if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1135); END_STATE(); case 1105: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1016); - if (lookahead == 'y') ADVANCE(1291); + if (lookahead == 'u') ADVANCE(1080); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1106: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1083); + if (lookahead == 'u') ADVANCE(1017); + if (lookahead == 'y') ADVANCE(1292); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1107: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1022); + if (lookahead == 'u') ADVANCE(1084); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1108: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'u') ADVANCE(1052); + if (lookahead == 'u') ADVANCE(1023); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1109: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(607); + if (lookahead == 'u') ADVANCE(1053); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1110: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1319); + if (lookahead == 'v') ADVANCE(608); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1111: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1142); + if (lookahead == 'v') ADVANCE(1320); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1112: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1306); + if (lookahead == 'v') ADVANCE(1143); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1113: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'v') ADVANCE(1027); + if (lookahead == 'v') ADVANCE(1307); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1114: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'y') ADVANCE(1323); + if (lookahead == 'v') ADVANCE(1028); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1115: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1123); + if (lookahead == 'y') ADVANCE(1324); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1116: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1125); + lookahead == 'a') ADVANCE(1124); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1134); END_STATE(); case 1117: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1121); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1126); + if (sym__long_flag_identifier_character_set_4(lookahead)) ADVANCE(1135); END_STATE(); case 1118: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'F' || lookahead == 'f') ADVANCE(1122); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1119: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1129); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1123); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1120: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1130); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1121: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1127); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == 'i') ADVANCE(1131); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1122: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'I' || lookahead == 'i') ADVANCE(1128); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1123: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1133); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1129); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1124: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1117); + lookahead == 'n') ADVANCE(1134); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1125: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1134); + lookahead == 'n') ADVANCE(1118); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1126: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1118); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + lookahead == 'n') ADVANCE(1135); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1127: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1119); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1128: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'N' || lookahead == 'n') ADVANCE(1120); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1129: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1131); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1121); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1130: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'T' || lookahead == 't') ADVANCE(1132); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1131: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1133); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1133); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1132: ACCEPT_TOKEN(sym__long_flag_identifier); if (lookahead == 'Y' || lookahead == 'y') ADVANCE(1134); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1133: ACCEPT_TOKEN(sym__long_flag_identifier); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1135); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1134: ACCEPT_TOKEN(sym__long_flag_identifier); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1135: - ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') ADVANCE(1135); + ACCEPT_TOKEN(sym__long_flag_identifier); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1136: - ACCEPT_TOKEN(anon_sym_def); + ACCEPT_TOKEN(anon_sym_LF); + if (lookahead == '\n') ADVANCE(1136); END_STATE(); case 1137: ACCEPT_TOKEN(anon_sym_def); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1138: ACCEPT_TOKEN(anon_sym_def); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1139: ACCEPT_TOKEN(anon_sym_def); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1140: ACCEPT_TOKEN(anon_sym_def); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1141: - ACCEPT_TOKEN(anon_sym_export_DASHenv); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_def); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1142: ACCEPT_TOKEN(anon_sym_export_DASHenv); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1143: ACCEPT_TOKEN(anon_sym_export_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1144: ACCEPT_TOKEN(anon_sym_export_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1145: - ACCEPT_TOKEN(anon_sym_extern); + ACCEPT_TOKEN(anon_sym_export_DASHenv); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1146: ACCEPT_TOKEN(anon_sym_extern); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1147: ACCEPT_TOKEN(anon_sym_extern); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1148: ACCEPT_TOKEN(anon_sym_extern); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1149: ACCEPT_TOKEN(anon_sym_extern); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1150: - ACCEPT_TOKEN(anon_sym_module); + ACCEPT_TOKEN(anon_sym_extern); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1151: ACCEPT_TOKEN(anon_sym_module); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1152: ACCEPT_TOKEN(anon_sym_module); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1153: ACCEPT_TOKEN(anon_sym_module); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1154: ACCEPT_TOKEN(anon_sym_module); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1155: - ACCEPT_TOKEN(anon_sym_use); + ACCEPT_TOKEN(anon_sym_module); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1156: ACCEPT_TOKEN(anon_sym_use); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1157: ACCEPT_TOKEN(anon_sym_use); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1158: ACCEPT_TOKEN(anon_sym_use); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1159: ACCEPT_TOKEN(anon_sym_use); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1160: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_use); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1161: ACCEPT_TOKEN(anon_sym_COLON); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1162: - ACCEPT_TOKEN(anon_sym_DASH_GT); + ACCEPT_TOKEN(anon_sym_COLON); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1163: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 1164: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 1165: ACCEPT_TOKEN(anon_sym_COMMA); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1166: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_COMMA); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1167: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 1168: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 1169: - ACCEPT_TOKEN(anon_sym_PIPE); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 1170: ACCEPT_TOKEN(anon_sym_PIPE); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1171: - ACCEPT_TOKEN(anon_sym_DOLLAR); + ACCEPT_TOKEN(anon_sym_PIPE); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1172: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '"') ADVANCE(1847); - if (lookahead == '\'') ADVANCE(1844); END_STATE(); case 1173: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '"') ADVANCE(1847); - if (lookahead == '\'') ADVANCE(1844); - if (!aux_sym__unquoted_in_list_token3_character_set_2(lookahead)) ADVANCE(3083); + if (lookahead == '"') ADVANCE(1849); + if (lookahead == '\'') ADVANCE(1846); END_STATE(); case 1174: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '"') ADVANCE(1847); - if (lookahead == '\'') ADVANCE(1844); - if (!aux_sym_unquoted_token3_character_set_5(lookahead)) ADVANCE(2604); + if (lookahead == '"') ADVANCE(1849); + if (lookahead == '\'') ADVANCE(1846); + if (!aux_sym__unquoted_in_list_token3_character_set_2(lookahead)) ADVANCE(3085); END_STATE(); case 1175: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '"') ADVANCE(1849); + if (lookahead == '\'') ADVANCE(1846); + if (!aux_sym_unquoted_token3_character_set_5(lookahead)) ADVANCE(2606); END_STATE(); case 1176: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1177: - ACCEPT_TOKEN(anon_sym_cell_DASHpath); + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1178: - ACCEPT_TOKEN(anon_sym_error); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_cell_DASHpath); END_STATE(); case 1179: ACCEPT_TOKEN(anon_sym_error); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1180: ACCEPT_TOKEN(anon_sym_error); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1181: ACCEPT_TOKEN(anon_sym_error); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1182: ACCEPT_TOKEN(anon_sym_error); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1183: - ACCEPT_TOKEN(anon_sym_full_DASHcell_DASHpath); + ACCEPT_TOKEN(anon_sym_error); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1184: - ACCEPT_TOKEN(anon_sym_import_DASHpattern); + ACCEPT_TOKEN(anon_sym_full_DASHcell_DASHpath); END_STATE(); case 1185: - ACCEPT_TOKEN(anon_sym_one_DASHof); + ACCEPT_TOKEN(anon_sym_import_DASHpattern); END_STATE(); case 1186: - ACCEPT_TOKEN(anon_sym_var_DASHwith_DASHopt_DASHtype); + ACCEPT_TOKEN(anon_sym_one_DASHof); END_STATE(); case 1187: - ACCEPT_TOKEN(anon_sym_list); + ACCEPT_TOKEN(anon_sym_var_DASHwith_DASHopt_DASHtype); END_STATE(); case 1188: ACCEPT_TOKEN(anon_sym_list); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1189: ACCEPT_TOKEN(anon_sym_list); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1190: ACCEPT_TOKEN(anon_sym_list); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1191: - ACCEPT_TOKEN(anon_sym_LT); + ACCEPT_TOKEN(anon_sym_list); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1192: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '=') ADVANCE(1394); END_STATE(); case 1193: - ACCEPT_TOKEN(anon_sym_GT); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '=') ADVANCE(1395); END_STATE(); case 1194: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(1397); END_STATE(); case 1195: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(1399); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '=') ADVANCE(1398); END_STATE(); case 1196: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(1398); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '=') ADVANCE(1400); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1197: - ACCEPT_TOKEN(anon_sym_AT); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(1399); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1198: - ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 1199: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1200: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1201: - ACCEPT_TOKEN(anon_sym_DASH_DASH); + ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 1202: ACCEPT_TOKEN(anon_sym_DASH_DASH); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1203: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_DASH_DASH); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1204: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(1201); END_STATE(); case 1205: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(1202); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1206: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(1339); + if (lookahead == '-') ADVANCE(1203); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1207: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2554); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '=') ADVANCE(1340); END_STATE(); case 1208: ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1867); + lookahead == 'i') ADVANCE(2556); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1209: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(455); + lookahead == 'i') ADVANCE(1869); END_STATE(); case 1210: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2577); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == 'i') ADVANCE(455); END_STATE(); case 1211: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3061); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + lookahead == 'i') ADVANCE(2579); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1212: ACCEPT_TOKEN(anon_sym_DASH); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(3063); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1213: - ACCEPT_TOKEN(aux_sym_param_short_flag_token1); + ACCEPT_TOKEN(anon_sym_DASH); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1214: ACCEPT_TOKEN(aux_sym_param_short_flag_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1876); END_STATE(); case 1215: ACCEPT_TOKEN(aux_sym_param_short_flag_token1); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1878); END_STATE(); case 1216: - ACCEPT_TOKEN(anon_sym_break); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(aux_sym_param_short_flag_token1); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1217: ACCEPT_TOKEN(anon_sym_break); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1218: ACCEPT_TOKEN(anon_sym_break); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1219: ACCEPT_TOKEN(anon_sym_break); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1220: - ACCEPT_TOKEN(anon_sym_continue); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_break); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1221: ACCEPT_TOKEN(anon_sym_continue); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1222: ACCEPT_TOKEN(anon_sym_continue); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1223: ACCEPT_TOKEN(anon_sym_continue); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1224: - ACCEPT_TOKEN(anon_sym_for); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_continue); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1225: ACCEPT_TOKEN(anon_sym_for); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1226: ACCEPT_TOKEN(anon_sym_for); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1227: ACCEPT_TOKEN(anon_sym_for); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1228: - ACCEPT_TOKEN(anon_sym_in); + ACCEPT_TOKEN(anon_sym_for); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1229: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2551); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1230: ACCEPT_TOKEN(anon_sym_in); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(864); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + lookahead == 'f') ADVANCE(2553); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1231: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1565); + lookahead == 'f') ADVANCE(865); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1232: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2573); - 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(1567); END_STATE(); case 1233: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2572); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == 'f') ADVANCE(2575); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1234: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1567); + lookahead == 'f') ADVANCE(2574); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1235: ACCEPT_TOKEN(anon_sym_in); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1569); END_STATE(); case 1236: ACCEPT_TOKEN(anon_sym_in); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1237: ACCEPT_TOKEN(anon_sym_in); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 1238: ACCEPT_TOKEN(anon_sym_in); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1239: - ACCEPT_TOKEN(anon_sym_loop); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_in); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1240: ACCEPT_TOKEN(anon_sym_loop); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1241: ACCEPT_TOKEN(anon_sym_loop); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1242: ACCEPT_TOKEN(anon_sym_loop); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1243: - ACCEPT_TOKEN(anon_sym_make); + ACCEPT_TOKEN(anon_sym_loop); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1244: ACCEPT_TOKEN(anon_sym_make); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1245: ACCEPT_TOKEN(anon_sym_make); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1246: - ACCEPT_TOKEN(anon_sym_while); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_make); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1247: ACCEPT_TOKEN(anon_sym_while); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1248: ACCEPT_TOKEN(anon_sym_while); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1249: ACCEPT_TOKEN(anon_sym_while); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1250: - ACCEPT_TOKEN(anon_sym_do); + ACCEPT_TOKEN(anon_sym_while); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1251: ACCEPT_TOKEN(anon_sym_do); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1252: ACCEPT_TOKEN(anon_sym_do); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1253: ACCEPT_TOKEN(anon_sym_do); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1254: ACCEPT_TOKEN(anon_sym_do); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1255: - ACCEPT_TOKEN(anon_sym_if); + ACCEPT_TOKEN(anon_sym_do); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1256: ACCEPT_TOKEN(anon_sym_if); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1257: ACCEPT_TOKEN(anon_sym_if); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1258: ACCEPT_TOKEN(anon_sym_if); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1259: ACCEPT_TOKEN(anon_sym_if); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1260: - ACCEPT_TOKEN(anon_sym_else); + ACCEPT_TOKEN(anon_sym_if); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1261: ACCEPT_TOKEN(anon_sym_else); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1262: ACCEPT_TOKEN(anon_sym_else); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1263: - ACCEPT_TOKEN(anon_sym_match); + ACCEPT_TOKEN(anon_sym_else); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1264: ACCEPT_TOKEN(anon_sym_match); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1265: ACCEPT_TOKEN(anon_sym_match); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1266: ACCEPT_TOKEN(anon_sym_match); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1267: ACCEPT_TOKEN(anon_sym_match); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1268: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_match); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1269: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 1270: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 1271: ACCEPT_TOKEN(anon_sym_EQ_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); END_STATE(); case 1272: - ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(1508); - if (sym_identifier_character_set_7(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_EQ_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1273: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(291); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '_') ADVANCE(1509); + if (sym_identifier_character_set_7(lookahead)) ADVANCE(994); END_STATE(); case 1274: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(292); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(291); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 1275: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '_') ADVANCE(2202); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2202); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(292); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1276: ACCEPT_TOKEN(anon_sym__); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == '_') ADVANCE(2204); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2204); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1277: - ACCEPT_TOKEN(anon_sym_DOT); + ACCEPT_TOKEN(anon_sym__); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1278: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1279: ACCEPT_TOKEN(anon_sym_DOT); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1280: ACCEPT_TOKEN(anon_sym_DOT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1281: - ACCEPT_TOKEN(anon_sym_DOT2); + ACCEPT_TOKEN(anon_sym_DOT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1282: ACCEPT_TOKEN(anon_sym_DOT2); - if (lookahead == '.') ADVANCE(238); END_STATE(); case 1283: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1858); + if (lookahead == '.') ADVANCE(238); END_STATE(); case 1284: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1860); END_STATE(); case 1285: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1286: ACCEPT_TOKEN(anon_sym_DOT2); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1287: - ACCEPT_TOKEN(anon_sym_DOLLAR2); + ACCEPT_TOKEN(anon_sym_DOT2); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1288: ACCEPT_TOKEN(anon_sym_DOLLAR2); - if (lookahead == '"') ADVANCE(1847); - if (lookahead == '\'') ADVANCE(1844); END_STATE(); case 1289: - ACCEPT_TOKEN(anon_sym_try); + ACCEPT_TOKEN(anon_sym_DOLLAR2); + if (lookahead == '"') ADVANCE(1849); + if (lookahead == '\'') ADVANCE(1846); END_STATE(); case 1290: ACCEPT_TOKEN(anon_sym_try); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1291: ACCEPT_TOKEN(anon_sym_try); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1292: ACCEPT_TOKEN(anon_sym_try); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1293: ACCEPT_TOKEN(anon_sym_try); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1294: - ACCEPT_TOKEN(anon_sym_catch); + ACCEPT_TOKEN(anon_sym_try); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1295: ACCEPT_TOKEN(anon_sym_catch); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1296: ACCEPT_TOKEN(anon_sym_catch); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1297: - ACCEPT_TOKEN(anon_sym_return); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_catch); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1298: ACCEPT_TOKEN(anon_sym_return); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1299: ACCEPT_TOKEN(anon_sym_return); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1300: ACCEPT_TOKEN(anon_sym_return); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1301: - ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(2287); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_return); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1302: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(724); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(2289); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1303: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(2286); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(725); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 1304: ACCEPT_TOKEN(anon_sym_source); - if (lookahead == '-') ADVANCE(1030); + if (lookahead == '-') ADVANCE(2288); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); + END_STATE(); + case 1305: + ACCEPT_TOKEN(anon_sym_source); + if (lookahead == '-') ADVANCE(1031); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); - case 1305: + case 1306: ACCEPT_TOKEN(anon_sym_source_DASHenv); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); - case 1306: + case 1307: ACCEPT_TOKEN(anon_sym_source_DASHenv); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); - END_STATE(); - case 1307: - ACCEPT_TOKEN(anon_sym_source_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1308: ACCEPT_TOKEN(anon_sym_source_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1309: - ACCEPT_TOKEN(anon_sym_register); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_source_DASHenv); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1310: ACCEPT_TOKEN(anon_sym_register); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1311: ACCEPT_TOKEN(anon_sym_register); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1312: ACCEPT_TOKEN(anon_sym_register); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1313: - ACCEPT_TOKEN(anon_sym_hide); + ACCEPT_TOKEN(anon_sym_register); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1314: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(2281); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1315: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(722); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(2283); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1316: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(2280); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(723); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 1317: ACCEPT_TOKEN(anon_sym_hide); - if (lookahead == '-') ADVANCE(1028); + if (lookahead == '-') ADVANCE(2282); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); + END_STATE(); + case 1318: + ACCEPT_TOKEN(anon_sym_hide); + if (lookahead == '-') ADVANCE(1029); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1133); + lookahead == '?') ADVANCE(871); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1134); END_STATE(); - case 1318: + case 1319: ACCEPT_TOKEN(anon_sym_hide_DASHenv); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); - case 1319: + case 1320: ACCEPT_TOKEN(anon_sym_hide_DASHenv); if (lookahead == '!' || lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); - END_STATE(); - case 1320: - ACCEPT_TOKEN(anon_sym_hide_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1321: ACCEPT_TOKEN(anon_sym_hide_DASHenv); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1322: - ACCEPT_TOKEN(anon_sym_overlay); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_hide_DASHenv); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1323: ACCEPT_TOKEN(anon_sym_overlay); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1324: ACCEPT_TOKEN(anon_sym_overlay); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1325: ACCEPT_TOKEN(anon_sym_overlay); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1326: - ACCEPT_TOKEN(anon_sym_new); + ACCEPT_TOKEN(anon_sym_overlay); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1327: ACCEPT_TOKEN(anon_sym_new); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1328: ACCEPT_TOKEN(anon_sym_new); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1329: - ACCEPT_TOKEN(anon_sym_as); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + ACCEPT_TOKEN(anon_sym_new); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1330: ACCEPT_TOKEN(anon_sym_as); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1331: ACCEPT_TOKEN(anon_sym_as); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1332: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_as); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1333: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1347); END_STATE(); case 1334: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1347); - if (lookahead == '=') ADVANCE(1340); + if (lookahead == '*') ADVANCE(1348); END_STATE(); case 1335: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1349); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '*') ADVANCE(1348); + if (lookahead == '=') ADVANCE(1341); END_STATE(); case 1336: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(1348); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '*') ADVANCE(1350); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1337: ACCEPT_TOKEN(anon_sym_STAR); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '*') ADVANCE(1349); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1338: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_STAR); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1339: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 1340: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 1341: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 1342: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 1343: - ACCEPT_TOKEN(anon_sym_where); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS_EQ); END_STATE(); case 1344: ACCEPT_TOKEN(anon_sym_where); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1345: ACCEPT_TOKEN(anon_sym_where); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1346: - ACCEPT_TOKEN(anon_sym_QMARK2); + ACCEPT_TOKEN(anon_sym_where); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1347: - ACCEPT_TOKEN(anon_sym_STAR_STAR); + ACCEPT_TOKEN(anon_sym_QMARK2); END_STATE(); case 1348: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1349: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1350: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1351: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (lookahead == '=') ADVANCE(1342); END_STATE(); case 1352: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '=') ADVANCE(1343); END_STATE(); case 1353: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1354: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1365); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1355: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1365); - if (lookahead == '=') ADVANCE(1341); + if (lookahead == '/') ADVANCE(1366); END_STATE(); case 1356: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1367); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '/') ADVANCE(1366); + if (lookahead == '=') ADVANCE(1342); END_STATE(); case 1357: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '/') ADVANCE(1366); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '/') ADVANCE(1368); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1358: - ACCEPT_TOKEN(anon_sym_mod); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '/') ADVANCE(1367); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1359: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(2349); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1360: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(2350); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2351); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1361: ACCEPT_TOKEN(anon_sym_mod); - if (lookahead == 'u') ADVANCE(764); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'u') ADVANCE(2352); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1362: ACCEPT_TOKEN(anon_sym_mod); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'u') ADVANCE(765); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1363: ACCEPT_TOKEN(anon_sym_mod); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1364: ACCEPT_TOKEN(anon_sym_mod); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 1365: - ACCEPT_TOKEN(anon_sym_SLASH_SLASH); + ACCEPT_TOKEN(anon_sym_mod); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1366: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1367: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1368: - ACCEPT_TOKEN(anon_sym_PLUS); + ACCEPT_TOKEN(anon_sym_SLASH_SLASH); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1369: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1350); END_STATE(); case 1370: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1353); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(1351); END_STATE(); case 1371: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1352); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '+') ADVANCE(1354); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1372: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(1351); - if (lookahead == '=') ADVANCE(1338); + if (lookahead == '+') ADVANCE(1353); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1373: ACCEPT_TOKEN(anon_sym_PLUS); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '+') ADVANCE(1352); + if (lookahead == '=') ADVANCE(1339); END_STATE(); case 1374: ACCEPT_TOKEN(anon_sym_PLUS); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1375: - ACCEPT_TOKEN(anon_sym_bit_DASHshl); + ACCEPT_TOKEN(anon_sym_PLUS); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1376: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1377: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1378: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1379: ACCEPT_TOKEN(anon_sym_bit_DASHshl); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1380: - ACCEPT_TOKEN(anon_sym_bit_DASHshr); + ACCEPT_TOKEN(anon_sym_bit_DASHshl); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1381: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1382: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1383: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1384: ACCEPT_TOKEN(anon_sym_bit_DASHshr); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1385: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(anon_sym_bit_DASHshr); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1386: ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1387: ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1388: - ACCEPT_TOKEN(anon_sym_BANG_EQ); + ACCEPT_TOKEN(anon_sym_EQ_EQ); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1389: ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1390: ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1391: - ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '=') ADVANCE(1394); + ACCEPT_TOKEN(anon_sym_BANG_EQ); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1392: ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '=') ADVANCE(1396); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '=') ADVANCE(1395); END_STATE(); case 1393: ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '=') ADVANCE(1395); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '=') ADVANCE(1397); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1394: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_LT2); + if (lookahead == '=') ADVANCE(1396); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1395: ACCEPT_TOKEN(anon_sym_LT_EQ); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1396: ACCEPT_TOKEN(anon_sym_LT_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1397: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT_EQ); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1398: ACCEPT_TOKEN(anon_sym_GT_EQ); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1399: ACCEPT_TOKEN(anon_sym_GT_EQ); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1400: - ACCEPT_TOKEN(anon_sym_not_DASHin); + ACCEPT_TOKEN(anon_sym_GT_EQ); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1401: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1402: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1403: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1404: ACCEPT_TOKEN(anon_sym_not_DASHin); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1405: - ACCEPT_TOKEN(anon_sym_starts_DASHwith); + ACCEPT_TOKEN(anon_sym_not_DASHin); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1406: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1407: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1408: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1409: ACCEPT_TOKEN(anon_sym_starts_DASHwith); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1410: - ACCEPT_TOKEN(anon_sym_ends_DASHwith); + ACCEPT_TOKEN(anon_sym_starts_DASHwith); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1411: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1412: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1413: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1414: ACCEPT_TOKEN(anon_sym_ends_DASHwith); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1415: - ACCEPT_TOKEN(anon_sym_EQ_TILDE); + ACCEPT_TOKEN(anon_sym_ends_DASHwith); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1416: ACCEPT_TOKEN(anon_sym_EQ_TILDE); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1417: ACCEPT_TOKEN(anon_sym_EQ_TILDE); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1418: - ACCEPT_TOKEN(anon_sym_BANG_TILDE); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1419: ACCEPT_TOKEN(anon_sym_BANG_TILDE); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); END_STATE(); case 1420: ACCEPT_TOKEN(anon_sym_BANG_TILDE); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 1421: - ACCEPT_TOKEN(anon_sym_bit_DASHand); + ACCEPT_TOKEN(anon_sym_BANG_TILDE); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1422: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1423: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1424: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1425: ACCEPT_TOKEN(anon_sym_bit_DASHand); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1426: - ACCEPT_TOKEN(anon_sym_bit_DASHxor); + ACCEPT_TOKEN(anon_sym_bit_DASHand); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1427: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1428: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1429: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1430: ACCEPT_TOKEN(anon_sym_bit_DASHxor); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1431: - ACCEPT_TOKEN(anon_sym_bit_DASHor); + ACCEPT_TOKEN(anon_sym_bit_DASHxor); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1432: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1433: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1434: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1435: ACCEPT_TOKEN(anon_sym_bit_DASHor); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1436: - ACCEPT_TOKEN(anon_sym_and); + ACCEPT_TOKEN(anon_sym_bit_DASHor); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1437: ACCEPT_TOKEN(anon_sym_and); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1438: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1439: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1440: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 1441: ACCEPT_TOKEN(anon_sym_and); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1442: ACCEPT_TOKEN(anon_sym_and); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1443: - ACCEPT_TOKEN(anon_sym_xor); + ACCEPT_TOKEN(anon_sym_and); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1444: ACCEPT_TOKEN(anon_sym_xor); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1445: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1446: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1447: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 1448: ACCEPT_TOKEN(anon_sym_xor); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1449: ACCEPT_TOKEN(anon_sym_xor); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1450: - ACCEPT_TOKEN(anon_sym_or); + ACCEPT_TOKEN(anon_sym_xor); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1451: ACCEPT_TOKEN(anon_sym_or); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); END_STATE(); case 1452: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 1453: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1454: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 1455: ACCEPT_TOKEN(anon_sym_or); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1456: ACCEPT_TOKEN(anon_sym_or); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1457: - ACCEPT_TOKEN(anon_sym_not); + ACCEPT_TOKEN(anon_sym_or); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1458: ACCEPT_TOKEN(anon_sym_not); - if (lookahead == '-') ADVANCE(750); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(870); END_STATE(); case 1459: ACCEPT_TOKEN(anon_sym_not); - if (lookahead == '-') ADVANCE(2322); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(751); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(871); END_STATE(); case 1460: ACCEPT_TOKEN(anon_sym_not); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + if (lookahead == '-') ADVANCE(2324); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1461: ACCEPT_TOKEN(anon_sym_not); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1462: ACCEPT_TOKEN(anon_sym_not); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1463: ACCEPT_TOKEN(anon_sym_not); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1464: ACCEPT_TOKEN(anon_sym_not); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1465: - ACCEPT_TOKEN(anon_sym_LPAREN2); + ACCEPT_TOKEN(anon_sym_not); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1466: - ACCEPT_TOKEN(anon_sym_EQ2); + ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); case 1467: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '>') ADVANCE(1270); - if (lookahead == '~') ADVANCE(1415); END_STATE(); case 1468: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '>') ADVANCE(1271); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 1469: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '>') ADVANCE(1270); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 1470: - ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(2051); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + ACCEPT_TOKEN(anon_sym_EQ2); + if (lookahead == '>') ADVANCE(1271); END_STATE(); case 1471: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(3011); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '-') ADVANCE(2053); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 1472: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '-') ADVANCE(476); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '-') ADVANCE(3013); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 1473: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1473); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1473); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 1474: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1474); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 1475: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1475); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1475); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1855); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1856); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 1476: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1476); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1476); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1858); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1857); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1858); END_STATE(); case 1477: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1477); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1860); END_STATE(); case 1478: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1478); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1479: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1479); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1479); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1903); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1480: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1480); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1480); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1905); END_STATE(); case 1481: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1481); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1481); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3094); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1482: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1487); + if (lookahead == '_') ADVANCE(1482); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1482); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3096); END_STATE(); case 1483: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1489); + if (lookahead == '_') ADVANCE(1496); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1488); END_STATE(); case 1484: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1491); + if (lookahead == '_') ADVANCE(1496); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 1485: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'o') ADVANCE(1872); - if (lookahead == 'x') ADVANCE(1882); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '_') ADVANCE(1496); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1492); END_STATE(); case 1486: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1472); + if (lookahead == '_') ADVANCE(1496); + if (lookahead == 'b') ADVANCE(1873); + if (lookahead == 'o') ADVANCE(1874); + if (lookahead == 'x') ADVANCE(1884); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 1487: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1486); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1473); END_STATE(); case 1488: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1470); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1487); END_STATE(); case 1489: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1488); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1471); END_STATE(); case 1490: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1471); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1489); END_STATE(); case 1491: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1472); END_STATE(); case 1492: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1487); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1491); END_STATE(); case 1493: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1489); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1488); END_STATE(); case 1494: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1491); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1490); END_STATE(); case 1495: ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); - if (lookahead == '_') ADVANCE(1495); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '_') ADVANCE(1496); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1492); END_STATE(); case 1496: - ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); + ACCEPT_TOKEN(aux_sym__immediate_decimal_token1); if (lookahead == '_') ADVANCE(1496); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); END_STATE(); case 1497: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); if (lookahead == '_') ADVANCE(1497); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 1498: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); if (lookahead == '_') ADVANCE(1498); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); END_STATE(); case 1499: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); if (lookahead == '_') ADVANCE(1499); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 1500: ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); if (lookahead == '_') ADVANCE(1500); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1500); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1501: - ACCEPT_TOKEN(anon_sym_DASH2); + ACCEPT_TOKEN(aux_sym__immediate_decimal_token2); + if (lookahead == '_') ADVANCE(1501); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1502: ACCEPT_TOKEN(anon_sym_DASH2); - if (lookahead == '-') ADVANCE(1201); END_STATE(); case 1503: ACCEPT_TOKEN(anon_sym_DASH2); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1867); + if (lookahead == '-') ADVANCE(1202); END_STATE(); case 1504: ACCEPT_TOKEN(anon_sym_DASH2); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(455); + lookahead == 'i') ADVANCE(1869); END_STATE(); case 1505: ACCEPT_TOKEN(anon_sym_DASH2); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(455); END_STATE(); case 1506: - ACCEPT_TOKEN(anon_sym_PLUS2); + ACCEPT_TOKEN(anon_sym_DASH2); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1507: ACCEPT_TOKEN(anon_sym_PLUS2); - if (lookahead == '+') ADVANCE(1350); END_STATE(); case 1508: - ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); - if (lookahead == '_') ADVANCE(1508); - if (sym_identifier_character_set_7(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_PLUS2); + if (lookahead == '+') ADVANCE(1351); END_STATE(); case 1509: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); if (lookahead == '_') ADVANCE(1509); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (sym_identifier_character_set_7(lookahead)) ADVANCE(994); END_STATE(); case 1510: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); if (lookahead == '_') ADVANCE(1510); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1475); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1855); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1856); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 1511: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); if (lookahead == '_') ADVANCE(1511); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1479); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1903); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1476); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1857); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1858); END_STATE(); case 1512: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); if (lookahead == '_') ADVANCE(1512); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1476); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1858); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1480); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1905); END_STATE(); case 1513: ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); if (lookahead == '_') ADVANCE(1513); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1860); END_STATE(); case 1514: - ACCEPT_TOKEN(sym_val_nothing); + ACCEPT_TOKEN(aux_sym__immediate_decimal_token3); + if (lookahead == '_') ADVANCE(1514); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1515: - ACCEPT_TOKEN(sym_val_nothing); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + ACCEPT_TOKEN(anon_sym_null); END_STATE(); case 1516: - ACCEPT_TOKEN(sym_val_nothing); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_null); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1517: - ACCEPT_TOKEN(sym_val_nothing); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); + ACCEPT_TOKEN(anon_sym_null); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1518: - ACCEPT_TOKEN(sym_val_nothing); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + ACCEPT_TOKEN(anon_sym_null); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1519: - ACCEPT_TOKEN(sym_val_nothing); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_null); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1520: - ACCEPT_TOKEN(sym_val_nothing); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + ACCEPT_TOKEN(anon_sym_null); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1521: - ACCEPT_TOKEN(sym_val_nothing); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_null); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1522: - ACCEPT_TOKEN(anon_sym_true); + ACCEPT_TOKEN(anon_sym_null); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1523: - ACCEPT_TOKEN(anon_sym_true); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + ACCEPT_TOKEN(anon_sym_RPAREN2); END_STATE(); case 1524: ACCEPT_TOKEN(anon_sym_true); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); END_STATE(); case 1525: ACCEPT_TOKEN(anon_sym_true); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1526: ACCEPT_TOKEN(anon_sym_true); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1527: ACCEPT_TOKEN(anon_sym_true); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1528: ACCEPT_TOKEN(anon_sym_true); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1529: ACCEPT_TOKEN(anon_sym_true); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1530: - ACCEPT_TOKEN(anon_sym_false); + ACCEPT_TOKEN(anon_sym_true); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1531: - ACCEPT_TOKEN(anon_sym_false); - if (lookahead == '!' || - lookahead == '.' || - lookahead == '?') ADVANCE(870); - if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1133); + ACCEPT_TOKEN(anon_sym_true); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1532: ACCEPT_TOKEN(anon_sym_false); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); END_STATE(); case 1533: ACCEPT_TOKEN(anon_sym_false); + if (lookahead == '!' || + lookahead == '.' || + lookahead == '?') ADVANCE(871); if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1134); END_STATE(); case 1534: ACCEPT_TOKEN(anon_sym_false); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1535: ACCEPT_TOKEN(anon_sym_false); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (sym__long_flag_identifier_character_set_1(lookahead)) ADVANCE(1135); END_STATE(); case 1536: ACCEPT_TOKEN(anon_sym_false); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1537: ACCEPT_TOKEN(anon_sym_false); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 1538: - ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(2051); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + ACCEPT_TOKEN(anon_sym_false); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 1539: - ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(3011); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + ACCEPT_TOKEN(anon_sym_false); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1540: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(476); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '-') ADVANCE(2053); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1541: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '-') ADVANCE(1881); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '-') ADVANCE(3013); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1542: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1543: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); + if (lookahead == '-') ADVANCE(1883); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1544: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 1545: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); END_STATE(); case 1546: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'o') ADVANCE(1872); - if (lookahead == 'x') ADVANCE(1882); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 1547: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(464); - if (lookahead == 'o') ADVANCE(466); - if (lookahead == 'x') ADVANCE(488); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1557); END_STATE(); case 1548: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1540); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1873); + if (lookahead == 'o') ADVANCE(1874); + if (lookahead == 'x') ADVANCE(1884); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1549: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1548); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(464); + if (lookahead == 'o') ADVANCE(466); + if (lookahead == 'x') ADVANCE(488); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 1550: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1541); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1542); END_STATE(); case 1551: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1550); END_STATE(); case 1552: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1538); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1543); END_STATE(); case 1553: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1552); END_STATE(); case 1554: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1539); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1540); END_STATE(); case 1555: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1554); END_STATE(); case 1556: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1541); END_STATE(); case 1557: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1556); END_STATE(); case 1558: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 1559: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); END_STATE(); case 1560: ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 1561: + ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1557); + END_STATE(); + case 1562: + ACCEPT_TOKEN(aux_sym__val_number_decimal_token1); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); + END_STATE(); + case 1563: ACCEPT_TOKEN(aux_sym__val_number_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1561); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1563); END_STATE(); - case 1562: + case 1564: ACCEPT_TOKEN(aux_sym__val_number_token2); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(1562); + lookahead == '_') ADVANCE(1564); END_STATE(); - case 1563: + case 1565: ACCEPT_TOKEN(aux_sym__val_number_token3); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1563); + lookahead == '_') ADVANCE(1565); END_STATE(); - case 1564: + case 1566: ACCEPT_TOKEN(aux_sym__val_number_token4); END_STATE(); - case 1565: + case 1567: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2042); + lookahead == 'i') ADVANCE(2044); END_STATE(); - case 1566: + case 1568: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3004); + lookahead == 'i') ADVANCE(3006); END_STATE(); - case 1567: + case 1569: ACCEPT_TOKEN(aux_sym__val_number_token4); if (lookahead == 'I' || lookahead == 'i') ADVANCE(459); END_STATE(); - case 1568: + case 1570: ACCEPT_TOKEN(aux_sym__val_number_token5); END_STATE(); - case 1569: + case 1571: ACCEPT_TOKEN(aux_sym__val_number_token5); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1868); + lookahead == 'i') ADVANCE(1870); END_STATE(); - case 1570: + case 1572: ACCEPT_TOKEN(aux_sym__val_number_token5); if (lookahead == 'I' || lookahead == 'i') ADVANCE(456); END_STATE(); - case 1571: - ACCEPT_TOKEN(aux_sym__val_number_token6); - END_STATE(); - case 1572: - ACCEPT_TOKEN(anon_sym_ns); - END_STATE(); case 1573: - ACCEPT_TOKEN(anon_sym_ns); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(aux_sym__val_number_token6); END_STATE(); case 1574: ACCEPT_TOKEN(anon_sym_ns); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1575: - ACCEPT_TOKEN(anon_sym_s); + ACCEPT_TOKEN(anon_sym_ns); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1576: - ACCEPT_TOKEN(anon_sym_s); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_ns); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1577: ACCEPT_TOKEN(anon_sym_s); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1578: - ACCEPT_TOKEN(anon_sym_us); + ACCEPT_TOKEN(anon_sym_s); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1579: - ACCEPT_TOKEN(anon_sym_us); - if (lookahead == 'e') ADVANCE(1158); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + ACCEPT_TOKEN(anon_sym_s); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1580: ACCEPT_TOKEN(anon_sym_us); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); END_STATE(); case 1581: - ACCEPT_TOKEN(anon_sym_ms); + ACCEPT_TOKEN(anon_sym_us); + if (lookahead == 'e') ADVANCE(1159); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1582: - ACCEPT_TOKEN(anon_sym_ms); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_us); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1583: ACCEPT_TOKEN(anon_sym_ms); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1584: - ACCEPT_TOKEN(anon_sym_sec); + ACCEPT_TOKEN(anon_sym_ms); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1585: - ACCEPT_TOKEN(anon_sym_sec); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_ms); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1586: ACCEPT_TOKEN(anon_sym_sec); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1587: - ACCEPT_TOKEN(anon_sym_min); + ACCEPT_TOKEN(anon_sym_sec); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1588: - ACCEPT_TOKEN(anon_sym_min); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_sec); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1589: ACCEPT_TOKEN(anon_sym_min); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1590: - ACCEPT_TOKEN(anon_sym_hr); + ACCEPT_TOKEN(anon_sym_min); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1591: - ACCEPT_TOKEN(anon_sym_hr); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_min); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1592: ACCEPT_TOKEN(anon_sym_hr); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1593: - ACCEPT_TOKEN(anon_sym_day); + ACCEPT_TOKEN(anon_sym_hr); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1594: - ACCEPT_TOKEN(anon_sym_day); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_hr); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1595: ACCEPT_TOKEN(anon_sym_day); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1596: - ACCEPT_TOKEN(anon_sym_wk); + ACCEPT_TOKEN(anon_sym_day); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1597: - ACCEPT_TOKEN(anon_sym_wk); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_day); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1598: ACCEPT_TOKEN(anon_sym_wk); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1599: - ACCEPT_TOKEN(anon_sym_b); + ACCEPT_TOKEN(anon_sym_wk); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1600: - ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(2023); + ACCEPT_TOKEN(anon_sym_wk); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1601: ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(419); END_STATE(); case 1602: ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(974); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(2025); END_STATE(); case 1603: ACCEPT_TOKEN(anon_sym_b); - if (lookahead == 'i') ADVANCE(833); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(419); END_STATE(); case 1604: ACCEPT_TOKEN(anon_sym_b); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(976); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1605: - ACCEPT_TOKEN(anon_sym_B); + ACCEPT_TOKEN(anon_sym_b); + if (lookahead == 'i') ADVANCE(834); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1606: - ACCEPT_TOKEN(anon_sym_B); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_b); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1607: ACCEPT_TOKEN(anon_sym_B); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1608: - ACCEPT_TOKEN(anon_sym_kb); + ACCEPT_TOKEN(anon_sym_B); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1609: - ACCEPT_TOKEN(anon_sym_kb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_B); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1610: ACCEPT_TOKEN(anon_sym_kb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1611: - ACCEPT_TOKEN(anon_sym_kB); + ACCEPT_TOKEN(anon_sym_kb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1612: - ACCEPT_TOKEN(anon_sym_kB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_kb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1613: ACCEPT_TOKEN(anon_sym_kB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1614: - ACCEPT_TOKEN(anon_sym_Kb); + ACCEPT_TOKEN(anon_sym_kB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1615: - ACCEPT_TOKEN(anon_sym_Kb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_kB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1616: ACCEPT_TOKEN(anon_sym_Kb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1617: - ACCEPT_TOKEN(anon_sym_KB); + ACCEPT_TOKEN(anon_sym_Kb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1618: - ACCEPT_TOKEN(anon_sym_KB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Kb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1619: ACCEPT_TOKEN(anon_sym_KB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1620: - ACCEPT_TOKEN(anon_sym_mb); + ACCEPT_TOKEN(anon_sym_KB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1621: - ACCEPT_TOKEN(anon_sym_mb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_KB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1622: ACCEPT_TOKEN(anon_sym_mb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1623: - ACCEPT_TOKEN(anon_sym_mB); + ACCEPT_TOKEN(anon_sym_mb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1624: - ACCEPT_TOKEN(anon_sym_mB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_mb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1625: ACCEPT_TOKEN(anon_sym_mB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1626: - ACCEPT_TOKEN(anon_sym_Mb); + ACCEPT_TOKEN(anon_sym_mB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1627: - ACCEPT_TOKEN(anon_sym_Mb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_mB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1628: ACCEPT_TOKEN(anon_sym_Mb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1629: - ACCEPT_TOKEN(anon_sym_MB); + ACCEPT_TOKEN(anon_sym_Mb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1630: - ACCEPT_TOKEN(anon_sym_MB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Mb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1631: ACCEPT_TOKEN(anon_sym_MB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1632: - ACCEPT_TOKEN(anon_sym_gb); + ACCEPT_TOKEN(anon_sym_MB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1633: - ACCEPT_TOKEN(anon_sym_gb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_MB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1634: ACCEPT_TOKEN(anon_sym_gb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1635: - ACCEPT_TOKEN(anon_sym_gB); + ACCEPT_TOKEN(anon_sym_gb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1636: - ACCEPT_TOKEN(anon_sym_gB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_gb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1637: ACCEPT_TOKEN(anon_sym_gB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1638: - ACCEPT_TOKEN(anon_sym_Gb); + ACCEPT_TOKEN(anon_sym_gB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1639: - ACCEPT_TOKEN(anon_sym_Gb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_gB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1640: ACCEPT_TOKEN(anon_sym_Gb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1641: - ACCEPT_TOKEN(anon_sym_GB); + ACCEPT_TOKEN(anon_sym_Gb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1642: - ACCEPT_TOKEN(anon_sym_GB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Gb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1643: ACCEPT_TOKEN(anon_sym_GB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1644: - ACCEPT_TOKEN(anon_sym_tb); + ACCEPT_TOKEN(anon_sym_GB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1645: - ACCEPT_TOKEN(anon_sym_tb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_GB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1646: ACCEPT_TOKEN(anon_sym_tb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1647: - ACCEPT_TOKEN(anon_sym_tB); + ACCEPT_TOKEN(anon_sym_tb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1648: - ACCEPT_TOKEN(anon_sym_tB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_tb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1649: ACCEPT_TOKEN(anon_sym_tB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1650: - ACCEPT_TOKEN(anon_sym_Tb); + ACCEPT_TOKEN(anon_sym_tB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1651: - ACCEPT_TOKEN(anon_sym_Tb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_tB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1652: ACCEPT_TOKEN(anon_sym_Tb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1653: - ACCEPT_TOKEN(anon_sym_TB); + ACCEPT_TOKEN(anon_sym_Tb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1654: - ACCEPT_TOKEN(anon_sym_TB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Tb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1655: ACCEPT_TOKEN(anon_sym_TB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1656: - ACCEPT_TOKEN(anon_sym_pb); + ACCEPT_TOKEN(anon_sym_TB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1657: - ACCEPT_TOKEN(anon_sym_pb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_TB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1658: ACCEPT_TOKEN(anon_sym_pb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1659: - ACCEPT_TOKEN(anon_sym_pB); + ACCEPT_TOKEN(anon_sym_pb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1660: - ACCEPT_TOKEN(anon_sym_pB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_pb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1661: ACCEPT_TOKEN(anon_sym_pB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1662: - ACCEPT_TOKEN(anon_sym_Pb); + ACCEPT_TOKEN(anon_sym_pB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1663: - ACCEPT_TOKEN(anon_sym_Pb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_pB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1664: ACCEPT_TOKEN(anon_sym_Pb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1665: - ACCEPT_TOKEN(anon_sym_PB); + ACCEPT_TOKEN(anon_sym_Pb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1666: - ACCEPT_TOKEN(anon_sym_PB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Pb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1667: ACCEPT_TOKEN(anon_sym_PB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1668: - ACCEPT_TOKEN(anon_sym_eb); + ACCEPT_TOKEN(anon_sym_PB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1669: - ACCEPT_TOKEN(anon_sym_eb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_PB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1670: ACCEPT_TOKEN(anon_sym_eb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1671: - ACCEPT_TOKEN(anon_sym_eB); + ACCEPT_TOKEN(anon_sym_eb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1672: - ACCEPT_TOKEN(anon_sym_eB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_eb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1673: ACCEPT_TOKEN(anon_sym_eB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1674: - ACCEPT_TOKEN(anon_sym_Eb); + ACCEPT_TOKEN(anon_sym_eB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1675: - ACCEPT_TOKEN(anon_sym_Eb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_eB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1676: ACCEPT_TOKEN(anon_sym_Eb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1677: - ACCEPT_TOKEN(anon_sym_EB); + ACCEPT_TOKEN(anon_sym_Eb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1678: - ACCEPT_TOKEN(anon_sym_EB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Eb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1679: ACCEPT_TOKEN(anon_sym_EB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1680: - ACCEPT_TOKEN(anon_sym_kib); + ACCEPT_TOKEN(anon_sym_EB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1681: - ACCEPT_TOKEN(anon_sym_kib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_EB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1682: ACCEPT_TOKEN(anon_sym_kib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1683: - ACCEPT_TOKEN(anon_sym_kiB); + ACCEPT_TOKEN(anon_sym_kib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1684: - ACCEPT_TOKEN(anon_sym_kiB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_kib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1685: ACCEPT_TOKEN(anon_sym_kiB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1686: - ACCEPT_TOKEN(anon_sym_kIB); + ACCEPT_TOKEN(anon_sym_kiB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1687: - ACCEPT_TOKEN(anon_sym_kIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_kiB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1688: ACCEPT_TOKEN(anon_sym_kIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1689: - ACCEPT_TOKEN(anon_sym_kIb); + ACCEPT_TOKEN(anon_sym_kIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1690: - ACCEPT_TOKEN(anon_sym_kIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_kIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1691: ACCEPT_TOKEN(anon_sym_kIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1692: - ACCEPT_TOKEN(anon_sym_Kib); + ACCEPT_TOKEN(anon_sym_kIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1693: - ACCEPT_TOKEN(anon_sym_Kib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_kIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1694: ACCEPT_TOKEN(anon_sym_Kib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1695: - ACCEPT_TOKEN(anon_sym_KIb); + ACCEPT_TOKEN(anon_sym_Kib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1696: - ACCEPT_TOKEN(anon_sym_KIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Kib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1697: ACCEPT_TOKEN(anon_sym_KIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1698: - ACCEPT_TOKEN(anon_sym_KIB); + ACCEPT_TOKEN(anon_sym_KIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1699: - ACCEPT_TOKEN(anon_sym_KIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_KIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1700: ACCEPT_TOKEN(anon_sym_KIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1701: - ACCEPT_TOKEN(anon_sym_mib); + ACCEPT_TOKEN(anon_sym_KIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1702: - ACCEPT_TOKEN(anon_sym_mib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_KIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1703: ACCEPT_TOKEN(anon_sym_mib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1704: - ACCEPT_TOKEN(anon_sym_miB); + ACCEPT_TOKEN(anon_sym_mib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1705: - ACCEPT_TOKEN(anon_sym_miB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_mib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1706: ACCEPT_TOKEN(anon_sym_miB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1707: - ACCEPT_TOKEN(anon_sym_mIB); + ACCEPT_TOKEN(anon_sym_miB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1708: - ACCEPT_TOKEN(anon_sym_mIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_miB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1709: ACCEPT_TOKEN(anon_sym_mIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1710: - ACCEPT_TOKEN(anon_sym_mIb); + ACCEPT_TOKEN(anon_sym_mIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1711: - ACCEPT_TOKEN(anon_sym_mIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_mIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1712: ACCEPT_TOKEN(anon_sym_mIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1713: - ACCEPT_TOKEN(anon_sym_Mib); + ACCEPT_TOKEN(anon_sym_mIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1714: - ACCEPT_TOKEN(anon_sym_Mib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_mIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1715: ACCEPT_TOKEN(anon_sym_Mib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1716: - ACCEPT_TOKEN(anon_sym_MIb); + ACCEPT_TOKEN(anon_sym_Mib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1717: - ACCEPT_TOKEN(anon_sym_MIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Mib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1718: ACCEPT_TOKEN(anon_sym_MIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1719: - ACCEPT_TOKEN(anon_sym_MIB); + ACCEPT_TOKEN(anon_sym_MIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1720: - ACCEPT_TOKEN(anon_sym_MIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_MIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1721: ACCEPT_TOKEN(anon_sym_MIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1722: - ACCEPT_TOKEN(anon_sym_gib); + ACCEPT_TOKEN(anon_sym_MIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1723: - ACCEPT_TOKEN(anon_sym_gib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_MIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1724: ACCEPT_TOKEN(anon_sym_gib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1725: - ACCEPT_TOKEN(anon_sym_giB); + ACCEPT_TOKEN(anon_sym_gib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1726: - ACCEPT_TOKEN(anon_sym_giB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_gib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1727: ACCEPT_TOKEN(anon_sym_giB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1728: - ACCEPT_TOKEN(anon_sym_gIB); + ACCEPT_TOKEN(anon_sym_giB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1729: - ACCEPT_TOKEN(anon_sym_gIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_giB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1730: ACCEPT_TOKEN(anon_sym_gIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1731: - ACCEPT_TOKEN(anon_sym_gIb); + ACCEPT_TOKEN(anon_sym_gIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1732: - ACCEPT_TOKEN(anon_sym_gIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_gIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1733: ACCEPT_TOKEN(anon_sym_gIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1734: - ACCEPT_TOKEN(anon_sym_Gib); + ACCEPT_TOKEN(anon_sym_gIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1735: - ACCEPT_TOKEN(anon_sym_Gib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_gIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1736: ACCEPT_TOKEN(anon_sym_Gib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1737: - ACCEPT_TOKEN(anon_sym_GIb); + ACCEPT_TOKEN(anon_sym_Gib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1738: - ACCEPT_TOKEN(anon_sym_GIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Gib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1739: ACCEPT_TOKEN(anon_sym_GIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1740: - ACCEPT_TOKEN(anon_sym_GIB); + ACCEPT_TOKEN(anon_sym_GIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1741: - ACCEPT_TOKEN(anon_sym_GIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_GIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1742: ACCEPT_TOKEN(anon_sym_GIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1743: - ACCEPT_TOKEN(anon_sym_tib); + ACCEPT_TOKEN(anon_sym_GIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1744: - ACCEPT_TOKEN(anon_sym_tib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_GIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1745: ACCEPT_TOKEN(anon_sym_tib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1746: - ACCEPT_TOKEN(anon_sym_tiB); + ACCEPT_TOKEN(anon_sym_tib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1747: - ACCEPT_TOKEN(anon_sym_tiB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_tib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1748: ACCEPT_TOKEN(anon_sym_tiB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1749: - ACCEPT_TOKEN(anon_sym_tIB); + ACCEPT_TOKEN(anon_sym_tiB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1750: - ACCEPT_TOKEN(anon_sym_tIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_tiB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1751: ACCEPT_TOKEN(anon_sym_tIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1752: - ACCEPT_TOKEN(anon_sym_tIb); + ACCEPT_TOKEN(anon_sym_tIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1753: - ACCEPT_TOKEN(anon_sym_tIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_tIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1754: ACCEPT_TOKEN(anon_sym_tIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1755: - ACCEPT_TOKEN(anon_sym_Tib); + ACCEPT_TOKEN(anon_sym_tIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1756: - ACCEPT_TOKEN(anon_sym_Tib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_tIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1757: ACCEPT_TOKEN(anon_sym_Tib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1758: - ACCEPT_TOKEN(anon_sym_TIb); + ACCEPT_TOKEN(anon_sym_Tib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1759: - ACCEPT_TOKEN(anon_sym_TIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Tib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1760: ACCEPT_TOKEN(anon_sym_TIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1761: - ACCEPT_TOKEN(anon_sym_TIB); + ACCEPT_TOKEN(anon_sym_TIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1762: - ACCEPT_TOKEN(anon_sym_TIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_TIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1763: ACCEPT_TOKEN(anon_sym_TIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1764: - ACCEPT_TOKEN(anon_sym_pib); + ACCEPT_TOKEN(anon_sym_TIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1765: - ACCEPT_TOKEN(anon_sym_pib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_TIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1766: ACCEPT_TOKEN(anon_sym_pib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1767: - ACCEPT_TOKEN(anon_sym_piB); + ACCEPT_TOKEN(anon_sym_pib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1768: - ACCEPT_TOKEN(anon_sym_piB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_pib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1769: ACCEPT_TOKEN(anon_sym_piB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1770: - ACCEPT_TOKEN(anon_sym_pIB); + ACCEPT_TOKEN(anon_sym_piB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1771: - ACCEPT_TOKEN(anon_sym_pIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_piB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1772: ACCEPT_TOKEN(anon_sym_pIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1773: - ACCEPT_TOKEN(anon_sym_pIb); + ACCEPT_TOKEN(anon_sym_pIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1774: - ACCEPT_TOKEN(anon_sym_pIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_pIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1775: ACCEPT_TOKEN(anon_sym_pIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1776: - ACCEPT_TOKEN(anon_sym_Pib); + ACCEPT_TOKEN(anon_sym_pIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1777: - ACCEPT_TOKEN(anon_sym_Pib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_pIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1778: ACCEPT_TOKEN(anon_sym_Pib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1779: - ACCEPT_TOKEN(anon_sym_PIb); + ACCEPT_TOKEN(anon_sym_Pib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1780: - ACCEPT_TOKEN(anon_sym_PIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Pib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1781: ACCEPT_TOKEN(anon_sym_PIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1782: - ACCEPT_TOKEN(anon_sym_PIB); + ACCEPT_TOKEN(anon_sym_PIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1783: - ACCEPT_TOKEN(anon_sym_PIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_PIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1784: ACCEPT_TOKEN(anon_sym_PIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1785: - ACCEPT_TOKEN(anon_sym_eib); + ACCEPT_TOKEN(anon_sym_PIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1786: - ACCEPT_TOKEN(anon_sym_eib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_PIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1787: ACCEPT_TOKEN(anon_sym_eib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1788: - ACCEPT_TOKEN(anon_sym_eiB); + ACCEPT_TOKEN(anon_sym_eib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1789: - ACCEPT_TOKEN(anon_sym_eiB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_eib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1790: ACCEPT_TOKEN(anon_sym_eiB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1791: - ACCEPT_TOKEN(anon_sym_eIB); + ACCEPT_TOKEN(anon_sym_eiB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1792: - ACCEPT_TOKEN(anon_sym_eIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_eiB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1793: ACCEPT_TOKEN(anon_sym_eIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1794: - ACCEPT_TOKEN(anon_sym_eIb); + ACCEPT_TOKEN(anon_sym_eIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1795: - ACCEPT_TOKEN(anon_sym_eIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_eIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1796: ACCEPT_TOKEN(anon_sym_eIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1797: - ACCEPT_TOKEN(anon_sym_Eib); + ACCEPT_TOKEN(anon_sym_eIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1798: - ACCEPT_TOKEN(anon_sym_Eib); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_eIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1799: ACCEPT_TOKEN(anon_sym_Eib); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1800: - ACCEPT_TOKEN(anon_sym_EIb); + ACCEPT_TOKEN(anon_sym_Eib); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1801: - ACCEPT_TOKEN(anon_sym_EIb); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_Eib); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1802: ACCEPT_TOKEN(anon_sym_EIb); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1803: - ACCEPT_TOKEN(anon_sym_EIB); + ACCEPT_TOKEN(anon_sym_EIb); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 1804: - ACCEPT_TOKEN(anon_sym_EIB); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + ACCEPT_TOKEN(anon_sym_EIb); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 1805: ACCEPT_TOKEN(anon_sym_EIB); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 1806: + ACCEPT_TOKEN(anon_sym_EIB); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); + END_STATE(); + case 1807: + ACCEPT_TOKEN(anon_sym_EIB); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); + END_STATE(); + case 1808: ACCEPT_TOKEN(anon_sym_0b); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(1562); + lookahead == '_') ADVANCE(1564); END_STATE(); - case 1807: + case 1809: ACCEPT_TOKEN(anon_sym_0b); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(2584); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == '_') ADVANCE(2586); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); - case 1808: + case 1810: ACCEPT_TOKEN(anon_sym_0b); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(3065); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + lookahead == '_') ADVANCE(3067); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); - case 1809: + case 1811: ACCEPT_TOKEN(anon_sym_0o); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1563); + lookahead == '_') ADVANCE(1565); END_STATE(); - case 1810: + case 1812: ACCEPT_TOKEN(anon_sym_0o); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(2587); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == '_') ADVANCE(2589); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); - case 1811: + case 1813: ACCEPT_TOKEN(anon_sym_0o); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(3068); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + lookahead == '_') ADVANCE(3070); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); - case 1812: + case 1814: ACCEPT_TOKEN(anon_sym_0x); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1561); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1563); END_STATE(); - case 1813: + case 1815: ACCEPT_TOKEN(anon_sym_0x); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2601); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2603); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); - case 1814: + case 1816: ACCEPT_TOKEN(anon_sym_0x); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3082); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3084); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); - case 1815: + case 1817: ACCEPT_TOKEN(anon_sym_LBRACK2); END_STATE(); - case 1816: + case 1818: ACCEPT_TOKEN(sym_hex_digit); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1816); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1818); END_STATE(); - case 1817: + case 1819: ACCEPT_TOKEN(sym_val_date); END_STATE(); - case 1818: + case 1820: ACCEPT_TOKEN(sym_val_date); if (lookahead == '.') ADVANCE(470); if (lookahead == '+' || lookahead == '-') ADVANCE(239); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1817); + lookahead == 'z') ADVANCE(1819); END_STATE(); - case 1819: + case 1821: ACCEPT_TOKEN(sym_val_date); - if (lookahead == '.') ADVANCE(2049); + if (lookahead == '.') ADVANCE(2051); if (lookahead == '+' || - lookahead == '-') ADVANCE(1918); + lookahead == '-') ADVANCE(1920); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1817); + lookahead == 'z') ADVANCE(1819); END_STATE(); - case 1820: + case 1822: ACCEPT_TOKEN(sym_val_date); - if (lookahead == '.') ADVANCE(3013); + if (lookahead == '.') ADVANCE(3015); if (lookahead == '+' || - lookahead == '-') ADVANCE(2937); + lookahead == '-') ADVANCE(2939); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1817); - END_STATE(); - case 1821: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == ':') ADVANCE(1831); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(469); - END_STATE(); - case 1822: - ACCEPT_TOKEN(sym_val_date); - if (lookahead == ':') ADVANCE(1832); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2046); + lookahead == 'z') ADVANCE(1819); END_STATE(); case 1823: ACCEPT_TOKEN(sym_val_date); if (lookahead == ':') ADVANCE(1833); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3008); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(469); END_STATE(); case 1824: ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(2055); + if (lookahead == ':') ADVANCE(1834); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2048); END_STATE(); case 1825: ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(3017); + if (lookahead == ':') ADVANCE(1835); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3010); END_STATE(); case 1826: ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(1878); + if (lookahead == 'T') ADVANCE(2057); END_STATE(); case 1827: ACCEPT_TOKEN(sym_val_date); - if (lookahead == 'T') ADVANCE(479); + if (lookahead == 'T') ADVANCE(3019); END_STATE(); case 1828: ACCEPT_TOKEN(sym_val_date); - if (lookahead == '+' || - lookahead == '-') ADVANCE(239); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1817); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1828); + if (lookahead == 'T') ADVANCE(1880); END_STATE(); case 1829: ACCEPT_TOKEN(sym_val_date); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1918); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1817); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1829); + if (lookahead == 'T') ADVANCE(479); END_STATE(); case 1830: ACCEPT_TOKEN(sym_val_date); if (lookahead == '+' || - lookahead == '-') ADVANCE(2937); + lookahead == '-') ADVANCE(239); if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(1817); + lookahead == 'z') ADVANCE(1819); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1830); END_STATE(); case 1831: ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(469); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1920); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1819); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1831); END_STATE(); case 1832: ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2046); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2939); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(1819); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1832); END_STATE(); case 1833: ACCEPT_TOKEN(sym_val_date); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3008); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(469); END_STATE(); case 1834: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(sym_val_date); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2048); END_STATE(); case 1835: + ACCEPT_TOKEN(sym_val_date); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3010); + END_STATE(); + case 1836: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 1837: ACCEPT_TOKEN(sym__escaped_str_content); - if (lookahead == '#') ADVANCE(1836); + if (lookahead == '#') ADVANCE(1838); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1835); + lookahead == ' ') ADVANCE(1837); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(1836); + lookahead != '\\') ADVANCE(1838); END_STATE(); - case 1836: + case 1838: ACCEPT_TOKEN(sym__escaped_str_content); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(1836); + lookahead != '\\') ADVANCE(1838); END_STATE(); - case 1837: + case 1839: ACCEPT_TOKEN(sym__str_single_quotes); END_STATE(); - case 1838: + case 1840: ACCEPT_TOKEN(sym__str_back_ticks); END_STATE(); - case 1839: + case 1841: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 1840: + case 1842: ACCEPT_TOKEN(sym_escaped_interpolated_content); - if (lookahead == '#') ADVANCE(1841); + if (lookahead == '#') ADVANCE(1843); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1840); + lookahead == ' ') ADVANCE(1842); if (lookahead != 0 && lookahead != '"' && lookahead != '(' && - lookahead != '\\') ADVANCE(1841); + lookahead != '\\') ADVANCE(1843); END_STATE(); - case 1841: + case 1843: ACCEPT_TOKEN(sym_escaped_interpolated_content); if (lookahead != 0 && lookahead != '"' && lookahead != '(' && - lookahead != '\\') ADVANCE(1841); + lookahead != '\\') ADVANCE(1843); END_STATE(); - case 1842: + case 1844: ACCEPT_TOKEN(sym_unescaped_interpolated_content); - if (lookahead == '#') ADVANCE(1843); + if (lookahead == '#') ADVANCE(1845); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1842); + lookahead == ' ') ADVANCE(1844); if (lookahead != 0 && lookahead != '\'' && - lookahead != '(') ADVANCE(1843); + lookahead != '(') ADVANCE(1845); END_STATE(); - case 1843: + case 1845: ACCEPT_TOKEN(sym_unescaped_interpolated_content); if (lookahead != 0 && lookahead != '\'' && - lookahead != '(') ADVANCE(1843); + lookahead != '(') ADVANCE(1845); END_STATE(); - case 1844: + case 1846: ACCEPT_TOKEN(anon_sym_DOLLAR_SQUOTE); END_STATE(); - case 1845: + case 1847: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 1846: + case 1848: ACCEPT_TOKEN(anon_sym_SQUOTE); - if (lookahead == '\'') ADVANCE(1837); + if (lookahead == '\'') ADVANCE(1839); if (lookahead != 0) ADVANCE(228); END_STATE(); - case 1847: - ACCEPT_TOKEN(anon_sym_DOLLAR_DQUOTE); - END_STATE(); - case 1848: - ACCEPT_TOKEN(anon_sym_DQUOTE2); - END_STATE(); case 1849: - ACCEPT_TOKEN(sym_inter_escape_sequence); + ACCEPT_TOKEN(anon_sym_DOLLAR_DQUOTE); END_STATE(); case 1850: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3139); - if (lookahead == '-') ADVANCE(1505); - if (lookahead == '.') ADVANCE(1286); - if (lookahead == '_') ADVANCE(1510); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1475); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1855); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1856); + ACCEPT_TOKEN(anon_sym_DQUOTE2); END_STATE(); case 1851: - ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3139); - if (lookahead == '.') ADVANCE(1286); - if (lookahead == '_') ADVANCE(1513); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + ACCEPT_TOKEN(sym_inter_escape_sequence); END_STATE(); case 1852: ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3139); - if (lookahead == '_') ADVANCE(1854); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (lookahead == '#') ADVANCE(3141); + if (lookahead == '-') ADVANCE(1506); + if (lookahead == '.') ADVANCE(1287); + if (lookahead == '_') ADVANCE(1511); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1476); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(1857); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1858); END_STATE(); case 1853: ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '#') ADVANCE(3139); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (lookahead == '#') ADVANCE(3141); + if (lookahead == '.') ADVANCE(1287); + if (lookahead == '_') ADVANCE(1514); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1854: ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (lookahead == '_') ADVANCE(1854); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (lookahead == '#') ADVANCE(3141); + if (lookahead == '_') ADVANCE(1856); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1855: ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1855); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1856); + if (lookahead == '#') ADVANCE(3141); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1856: ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (lookahead == '_') ADVANCE(1856); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1857: - ACCEPT_TOKEN(aux_sym__record_key_token1); - if (lookahead == '#') ADVANCE(3135); - if (lookahead == '.') ADVANCE(1283); - if (lookahead == '_') ADVANCE(1512); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1476); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1858); + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1857); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(1858); END_STATE(); case 1858: - ACCEPT_TOKEN(aux_sym__record_key_token1); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1858); + ACCEPT_TOKEN(aux_sym__list_item_starts_with_sign_token1); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); END_STATE(); case 1859: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '-') ADVANCE(1877); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + ACCEPT_TOKEN(aux_sym__record_key_token1); + if (lookahead == '#') ADVANCE(3137); + if (lookahead == '.') ADVANCE(1284); + if (lookahead == '_') ADVANCE(1513); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1477); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1860); END_STATE(); case 1860: - ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '-') ADVANCE(1881); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + ACCEPT_TOKEN(aux_sym__record_key_token1); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1860); END_STATE(); case 1861: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == ':') ADVANCE(474); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(1883); + if (lookahead == '-') ADVANCE(1879); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1862: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == '-') ADVANCE(1883); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1863: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == ':') ADVANCE(474); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(1885); END_STATE(); case 1864: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '_') ADVANCE(1864); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1865: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1569); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1866: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1869); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == '_') ADVANCE(1866); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1867: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1865); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1571); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1868: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1866); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1871); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1869: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1870); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1867); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1870: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1568); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1868); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1871: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(1562); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1872); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1872: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(1563); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1570); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1873: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1860); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(1564); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1874: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1826); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(1565); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1875: 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(1883); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1862); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1876: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1873); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1828); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1877: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1874); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1863); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1878: ACCEPT_TOKEN(aux_sym__record_key_token2); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1875); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1879: ACCEPT_TOKEN(aux_sym__record_key_token2); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1876); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1880: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1859); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1877); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1881: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1880); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1878); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); case 1882: + 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(1885); + END_STATE(); + case 1883: + ACCEPT_TOKEN(aux_sym__record_key_token2); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1882); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); + END_STATE(); + case 1884: ACCEPT_TOKEN(aux_sym__record_key_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1561); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(1563); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); - case 1883: + case 1885: ACCEPT_TOKEN(aux_sym__record_key_token2); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1883); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1885); END_STATE(); - case 1884: + case 1886: ACCEPT_TOKEN(aux_sym_path_token1); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1884); - END_STATE(); - case 1885: - ACCEPT_TOKEN(anon_sym_CARET); - END_STATE(); - case 1886: - ACCEPT_TOKEN(anon_sym_CARET); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1886); END_STATE(); case 1887: - ACCEPT_TOKEN(anon_sym_err_GT); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 1888: - ACCEPT_TOKEN(anon_sym_err_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_CARET); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1889: - ACCEPT_TOKEN(anon_sym_out_GT); + ACCEPT_TOKEN(anon_sym_err_GT); END_STATE(); case 1890: - ACCEPT_TOKEN(anon_sym_out_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_err_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1891: - ACCEPT_TOKEN(anon_sym_e_GT); + ACCEPT_TOKEN(anon_sym_out_GT); END_STATE(); case 1892: - ACCEPT_TOKEN(anon_sym_e_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_out_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1893: - ACCEPT_TOKEN(anon_sym_o_GT); + ACCEPT_TOKEN(anon_sym_e_GT); END_STATE(); case 1894: - ACCEPT_TOKEN(anon_sym_o_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_e_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1895: - ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); + ACCEPT_TOKEN(anon_sym_o_GT); END_STATE(); case 1896: - ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_o_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1897: - ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); + ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); END_STATE(); case 1898: - ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_err_PLUSout_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1899: - ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); + ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); END_STATE(); case 1900: - ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_out_PLUSerr_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1901: - ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); + ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); END_STATE(); case 1902: - ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(anon_sym_o_PLUSe_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1903: - ACCEPT_TOKEN(aux_sym_short_flag_token1); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1903); + ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); END_STATE(); case 1904: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1958); - if (lookahead == '-') ADVANCE(1960); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == '_') ADVANCE(1960); - if (lookahead == 'r') ADVANCE(2009); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + ACCEPT_TOKEN(anon_sym_e_PLUSo_GT); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 1905: - ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'r') ADVANCE(1450); - if (lookahead == 'u') ADVANCE(2026); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + ACCEPT_TOKEN(aux_sym_short_flag_token1); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(1905); END_STATE(); case 1906: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1982); + if (lookahead == '+') ADVANCE(1960); + if (lookahead == '-') ADVANCE(1962); if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'u') ADVANCE(2026); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '_') ADVANCE(1962); + if (lookahead == 'r') ADVANCE(2011); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1907: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(1945); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1946); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'r') ADVANCE(1451); + if (lookahead == 'u') ADVANCE(2028); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1908: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(1945); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1946); - if (lookahead == 'r') ADVANCE(2009); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'u') ADVANCE(2028); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1909: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(1947); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(1948); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1910: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'r') ADVANCE(2009); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(1947); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(1948); + if (lookahead == 'r') ADVANCE(2011); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1911: ACCEPT_TOKEN(aux_sym_unquoted_token1); if (lookahead == '+') ADVANCE(2001); - if (lookahead == '>') ADVANCE(1887); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1912: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '+') ADVANCE(1983); - if (lookahead == '>') ADVANCE(1889); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'r') ADVANCE(2011); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1913: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(1965); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(2003); + if (lookahead == '>') ADVANCE(1889); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1914: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(1988); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '+') ADVANCE(1985); + if (lookahead == '>') ADVANCE(1891); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1915: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2034); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '-') ADVANCE(1967); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1916: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2053); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '-') ADVANCE(1990); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1917: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '-') ADVANCE(2035); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '-') ADVANCE(2036); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1918: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '2') ADVANCE(2045); - if (lookahead == '0' || - lookahead == '1') ADVANCE(2050); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '-') ADVANCE(2055); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1919: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == ':') ADVANCE(2056); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '-') ADVANCE(2037); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1920: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == ':') ADVANCE(2058); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '2') ADVANCE(2047); + if (lookahead == '0' || + lookahead == '1') ADVANCE(2052); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1921: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == ':') ADVANCE(2058); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1922: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == ':') ADVANCE(2060); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1923: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1901); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1924: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1899); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1925: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1895); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '>') ADVANCE(1903); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1926: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '>') ADVANCE(1897); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '>') ADVANCE(1901); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1927: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(1939); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(1967); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '>') ADVANCE(1897); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1928: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'I') ADVANCE(1940); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'i') ADVANCE(1968); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '>') ADVANCE(1899); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1929: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1617); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(1941); - if (lookahead == 'b') ADVANCE(1614); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(1969); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1930: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1629); + if (lookahead == 'B') ADVANCE(1643); if (lookahead == 'I') ADVANCE(1942); - if (lookahead == 'b') ADVANCE(1626); + if (lookahead == 'b') ADVANCE(1640); if (lookahead == 'i') ADVANCE(1970); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1931: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1665); + if (lookahead == 'B') ADVANCE(1619); if (lookahead == 'I') ADVANCE(1943); - if (lookahead == 'b') ADVANCE(1662); + if (lookahead == 'b') ADVANCE(1616); if (lookahead == 'i') ADVANCE(1971); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1932: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1653); + if (lookahead == 'B') ADVANCE(1631); if (lookahead == 'I') ADVANCE(1944); - if (lookahead == 'b') ADVANCE(1650); + if (lookahead == 'b') ADVANCE(1628); if (lookahead == 'i') ADVANCE(1972); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1933: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1635); - if (lookahead == 'I') ADVANCE(1947); - if (lookahead == 'b') ADVANCE(1632); - if (lookahead == 'i') ADVANCE(1948); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1667); + if (lookahead == 'I') ADVANCE(1945); + if (lookahead == 'b') ADVANCE(1664); + if (lookahead == 'i') ADVANCE(1973); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1934: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1611); - if (lookahead == 'I') ADVANCE(1949); - if (lookahead == 'b') ADVANCE(1608); - if (lookahead == 'i') ADVANCE(1950); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1655); + if (lookahead == 'I') ADVANCE(1946); + if (lookahead == 'b') ADVANCE(1652); + if (lookahead == 'i') ADVANCE(1974); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1935: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1623); - if (lookahead == 'I') ADVANCE(1951); - if (lookahead == 'b') ADVANCE(1620); - if (lookahead == 'i') ADVANCE(1952); - if (lookahead == 'o') ADVANCE(1975); - if (lookahead == 's') ADVANCE(1581); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1637); + if (lookahead == 'I') ADVANCE(1949); + if (lookahead == 'b') ADVANCE(1634); + if (lookahead == 'i') ADVANCE(1950); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1936: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1613); if (lookahead == 'I') ADVANCE(1951); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1610); if (lookahead == 'i') ADVANCE(1952); - if (lookahead == 's') ADVANCE(1581); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1937: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1659); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(1953); - if (lookahead == 'b') ADVANCE(1656); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(1954); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(1977); + if (lookahead == 's') ADVANCE(1583); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1938: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1647); - if (lookahead == 'I') ADVANCE(1955); - if (lookahead == 'b') ADVANCE(1644); - if (lookahead == 'i') ADVANCE(1956); - if (lookahead == 'r') ADVANCE(2032); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1625); + if (lookahead == 'I') ADVANCE(1953); + if (lookahead == 'b') ADVANCE(1622); + if (lookahead == 'i') ADVANCE(1954); + if (lookahead == 's') ADVANCE(1583); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1939: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1803); - if (lookahead == 'b') ADVANCE(1800); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1661); + if (lookahead == 'I') ADVANCE(1955); + if (lookahead == 'b') ADVANCE(1658); + if (lookahead == 'i') ADVANCE(1956); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1940: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1740); - if (lookahead == 'b') ADVANCE(1737); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1649); + if (lookahead == 'I') ADVANCE(1957); + if (lookahead == 'b') ADVANCE(1646); + if (lookahead == 'i') ADVANCE(1958); + if (lookahead == 'r') ADVANCE(2034); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1941: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1698); - if (lookahead == 'b') ADVANCE(1695); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1805); + if (lookahead == 'b') ADVANCE(1802); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1942: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1719); - if (lookahead == 'b') ADVANCE(1716); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1742); + if (lookahead == 'b') ADVANCE(1739); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1943: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1782); - if (lookahead == 'b') ADVANCE(1779); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1700); + if (lookahead == 'b') ADVANCE(1697); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1944: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1761); - if (lookahead == 'b') ADVANCE(1758); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1721); + if (lookahead == 'b') ADVANCE(1718); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1945: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1791); - if (lookahead == 'b') ADVANCE(1794); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1784); + if (lookahead == 'b') ADVANCE(1781); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1946: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1788); - if (lookahead == 'b') ADVANCE(1785); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1763); + if (lookahead == 'b') ADVANCE(1760); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1947: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1728); - if (lookahead == 'b') ADVANCE(1731); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1793); + if (lookahead == 'b') ADVANCE(1796); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1948: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1725); - if (lookahead == 'b') ADVANCE(1722); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1790); + if (lookahead == 'b') ADVANCE(1787); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1949: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1686); - if (lookahead == 'b') ADVANCE(1689); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1730); + if (lookahead == 'b') ADVANCE(1733); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1950: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1683); - if (lookahead == 'b') ADVANCE(1680); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1727); + if (lookahead == 'b') ADVANCE(1724); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1951: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'b') ADVANCE(1710); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1688); + if (lookahead == 'b') ADVANCE(1691); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1952: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1704); - if (lookahead == 'b') ADVANCE(1701); - if (lookahead == 'n') ADVANCE(1587); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1685); + if (lookahead == 'b') ADVANCE(1682); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1953: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1770); - if (lookahead == 'b') ADVANCE(1773); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1709); + if (lookahead == 'b') ADVANCE(1712); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1954: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1767); - if (lookahead == 'b') ADVANCE(1764); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1706); + if (lookahead == 'b') ADVANCE(1703); + if (lookahead == 'n') ADVANCE(1589); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1955: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1749); - if (lookahead == 'b') ADVANCE(1752); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1772); + if (lookahead == 'b') ADVANCE(1775); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1956: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'B') ADVANCE(1746); - if (lookahead == 'b') ADVANCE(1743); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1769); + if (lookahead == 'b') ADVANCE(1766); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1957: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N') ADVANCE(2038); - if (lookahead == 'n') ADVANCE(1231); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1751); + if (lookahead == 'b') ADVANCE(1754); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1958: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1960); - if (lookahead == 'o') ADVANCE(1923); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'B') ADVANCE(1748); + if (lookahead == 'b') ADVANCE(1745); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1959: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1960); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1960); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'N') ADVANCE(2040); + if (lookahead == 'n') ADVANCE(1232); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1960: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1960); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '_') ADVANCE(1962); + if (lookahead == 'o') ADVANCE(1925); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1961: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == '_') ADVANCE(1961); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '_') ADVANCE(1962); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1962); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1962: ACCEPT_TOKEN(aux_sym_unquoted_token1); if (lookahead == '_') ADVANCE(1962); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1963: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(2036); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '_') ADVANCE(1963); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1964: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(1995); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == '_') ADVANCE(1964); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1965: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(1998); - if (lookahead == 'o') ADVANCE(2011); - if (lookahead == 's') ADVANCE(1984); - if (lookahead == 'x') ADVANCE(2003); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'a') ADVANCE(2038); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1966: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'a') ADVANCE(2013); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'a') ADVANCE(1997); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1967: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1797); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'a') ADVANCE(2000); + if (lookahead == 'o') ADVANCE(2013); + if (lookahead == 's') ADVANCE(1986); + if (lookahead == 'x') ADVANCE(2005); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1968: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1734); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'a') ADVANCE(2015); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1969: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1692); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'b') ADVANCE(1799); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1970: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1713); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'b') ADVANCE(1736); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1971: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1776); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'b') ADVANCE(1694); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1972: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'b') ADVANCE(1755); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'b') ADVANCE(1715); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1973: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'c') ADVANCE(1584); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'b') ADVANCE(1778); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1974: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1436); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'b') ADVANCE(1757); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1975: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1358); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'c') ADVANCE(1586); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1976: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(1421); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'd') ADVANCE(1437); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1977: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'd') ADVANCE(2020); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'd') ADVANCE(1359); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1978: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1973); - if (lookahead == 't') ADVANCE(1966); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'd') ADVANCE(1422); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1979: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1973); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'd') ADVANCE(2022); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1980: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1522); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'e') ADVANCE(1975); + if (lookahead == 't') ADVANCE(1968); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1981: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1530); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'e') ADVANCE(1975); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1982: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(1924); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'e') ADVANCE(1524); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1983: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'e') ADVANCE(2015); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'e') ADVANCE(1532); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1984: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1993); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'e') ADVANCE(1926); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1985: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1410); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'e') ADVANCE(2017); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1986: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'h') ADVANCE(1405); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'h') ADVANCE(1995); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1987: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2023); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'h') ADVANCE(1411); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1988: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(1997); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'h') ADVANCE(1406); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1989: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2027); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'i') ADVANCE(2025); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1990: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'i') ADVANCE(2029); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'i') ADVANCE(1999); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1991: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'k') ADVANCE(1596); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'i') ADVANCE(2029); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1992: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1514); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'i') ADVANCE(2031); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1993: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1375); - if (lookahead == 'r') ADVANCE(1380); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'k') ADVANCE(1598); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1994: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(1992); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'l') ADVANCE(1515); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1995: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'l') ADVANCE(2019); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'l') ADVANCE(1376); + if (lookahead == 'r') ADVANCE(1381); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1996: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1974); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'l') ADVANCE(1994); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1997: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'n') ADVANCE(1400); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'l') ADVANCE(2021); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1998: ACCEPT_TOKEN(aux_sym_unquoted_token1); if (lookahead == 'n') ADVANCE(1976); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 1999: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1923); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'n') ADVANCE(1401); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2000: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2010); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'n') ADVANCE(1978); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2001: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2033); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(1925); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2002: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(1975); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(2012); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2003: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2012); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(2035); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2004: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2024); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(1977); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2005: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2025); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(2014); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2006: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'o') ADVANCE(2025); - if (lookahead == 'u') ADVANCE(1994); + if (lookahead == 'o') ADVANCE(2026); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + lookahead == 'a') ADVANCE(2043); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2007: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1590); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(2027); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(1996); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2043); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2008: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(2032); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'o') ADVANCE(2027); + if (lookahead == 'u') ADVANCE(1996); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2043); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2009: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1911); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(1592); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2010: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1443); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(2034); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2011: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1431); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(1913); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2012: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1426); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(1444); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2013: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(2030); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(1432); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2014: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(1926); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(1427); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2015: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'r') ADVANCE(2014); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(2032); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2016: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(1928); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2017: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1578); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'r') ADVANCE(2016); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2018: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1575); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(1996); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2043); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2019: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1981); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 's') ADVANCE(1580); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2020: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1915); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 's') ADVANCE(1577); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2021: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 's') ADVANCE(1917); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 's') ADVANCE(1983); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2022: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1966); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 's') ADVANCE(1917); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2023: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1913); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 's') ADVANCE(1919); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2024: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1457); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1968); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2025: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1914); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1915); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2026: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1912); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1458); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2027: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1985); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1916); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2028: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1925); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1914); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2029: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(1986); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1987); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2030: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 't') ADVANCE(2021); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1927); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2031: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(1988); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2032: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(1980); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 't') ADVANCE(2023); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2033: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'u') ADVANCE(2028); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'u') ADVANCE(1996); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2043); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2034: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'w') ADVANCE(1989); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'u') ADVANCE(1982); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2035: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'w') ADVANCE(1990); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'u') ADVANCE(2030); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2036: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'y') ADVANCE(1593); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'w') ADVANCE(1991); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2037: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'w') ADVANCE(1992); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2038: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1565); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'y') ADVANCE(1595); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2039: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2043); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2043); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2040: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2038); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1567); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2041: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1571); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2045); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2042: ACCEPT_TOKEN(aux_sym_unquoted_token1); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2039); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + lookahead == 'n') ADVANCE(2040); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2043: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2044); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1573); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2044: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1564); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2041); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2045: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1822); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2046); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2046: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1817); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1566); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2047: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1920); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1824); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2048: ACCEPT_TOKEN(aux_sym_unquoted_token1); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1819); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2049: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1829); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1922); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2050: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1822); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1821); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2051: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2054); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1831); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2052: ACCEPT_TOKEN(aux_sym_unquoted_token1); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1824); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2053: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2052); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2056); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2054: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1916); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1826); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2055: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2047); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2054); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2056: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2048); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1918); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2057: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1919); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2049); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2058: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2057); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2050); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2059: ACCEPT_TOKEN(aux_sym_unquoted_token1); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2059); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1921); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2060: - ACCEPT_TOKEN(aux_sym_unquoted_token2); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2059); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2061: - ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'r') ADVANCE(1450); - if (lookahead == 'u') ADVANCE(2026); + ACCEPT_TOKEN(aux_sym_unquoted_token1); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2061); END_STATE(); case 2062: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'u') ADVANCE(2026); END_STATE(); case 2063: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'r') ADVANCE(1451); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2064: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2065: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2066: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '>') ADVANCE(1270); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2067: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); END_STATE(); case 2068: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N') ADVANCE(862); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'n') ADVANCE(1230); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '>') ADVANCE(1271); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 2069: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N') ADVANCE(2038); - if (lookahead == 'n') ADVANCE(1231); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 2070: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N') ADVANCE(452); - if (lookahead == 'n') ADVANCE(1234); + if (lookahead == 'N') ADVANCE(863); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'n') ADVANCE(1231); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2071: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(912); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (lookahead == 'N') ADVANCE(2040); + if (lookahead == 'n') ADVANCE(1232); END_STATE(); case 2072: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(291); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == 'N') ADVANCE(452); + if (lookahead == 'n') ADVANCE(1235); END_STATE(); case 2073: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(1961); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '_') ADVANCE(291); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2074: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == '_') ADVANCE(668); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1473); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == '_') ADVANCE(1963); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2075: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == '_') ADVANCE(915); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1475); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 2076: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(1995); + if (lookahead == '_') ADVANCE(669); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 2077: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(361); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2078: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(765); - if (lookahead == 'o') ADVANCE(797); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(1997); END_STATE(); case 2079: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(696); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(361); END_STATE(); case 2080: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(766); + if (lookahead == 'o') ADVANCE(798); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2081: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'a') ADVANCE(841); - if (lookahead == 'o') ADVANCE(768); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(697); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2082: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(731); - if (lookahead == 'o') ADVANCE(1253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2083: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'i') ADVANCE(824); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(842); + if (lookahead == 'o') ADVANCE(769); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2084: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'o') ADVANCE(1254); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2085: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(732); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'i') ADVANCE(825); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2086: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(836); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2087: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(733); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2088: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'h') ADVANCE(728); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(837); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2089: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'h') ADVANCE(748); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2090: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(697); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(729); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2091: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(2023); + if (lookahead == 'h') ADVANCE(749); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2092: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'i') ADVANCE(698); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2093: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(974); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(2025); END_STATE(); case 2094: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'i') ADVANCE(833); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(419); END_STATE(); case 2095: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (lookahead == 's') ADVANCE(1331); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(976); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2096: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(834); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2097: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(745); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (lookahead == 's') ADVANCE(1332); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2098: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2099: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1974); + if (lookahead == 'l') ADVANCE(746); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2100: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(314); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2101: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(927); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1976); END_STATE(); case 2102: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1235); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(314); END_STATE(); case 2103: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(1228); + if (lookahead == 'n') ADVANCE(928); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2104: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(318); + if (lookahead == 'n') ADVANCE(1236); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2105: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(929); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1229); END_STATE(); case 2106: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(318); END_STATE(); case 2107: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(930); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2108: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(844); - if (lookahead == 't') ADVANCE(681); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2109: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(844); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(769); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2110: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(396); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 't') ADVANCE(682); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2111: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(2010); + if (lookahead == 'o') ADVANCE(845); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2112: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(1975); + if (lookahead == 'o') ADVANCE(396); END_STATE(); case 2113: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(315); + if (lookahead == 'o') ADVANCE(961); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2114: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(2012); END_STATE(); case 2115: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(928); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(1977); END_STATE(); case 2116: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(315); END_STATE(); case 2117: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(830); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(929); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2118: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(834); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(798); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2119: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(831); + if (lookahead == 'u') ADVANCE(763); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2120: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(2025); - if (lookahead == 'u') ADVANCE(1994); + if (lookahead == 'o') ADVANCE(835); + if (lookahead == 'u') ADVANCE(763); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2121: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(423); + if (lookahead == 'o') ADVANCE(802); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2122: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(423); - if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'o') ADVANCE(2027); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2123: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'o') ADVANCE(978); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(423); END_STATE(); case 2124: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(423); + if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2125: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1454); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(979); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2126: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1450); + if (lookahead == 'r') ADVANCE(846); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2127: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(2032); + if (lookahead == 'r') ADVANCE(1455); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2128: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(434); + if (lookahead == 'r') ADVANCE(1451); END_STATE(); case 2129: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(1452); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(2034); END_STATE(); case 2130: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(434); END_STATE(); case 2131: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1453); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2132: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'r') ADVANCE(858); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2133: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 's') ADVANCE(1576); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2134: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 's') ADVANCE(703); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(859); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2135: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(1966); + if (lookahead == 's') ADVANCE(1578); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2136: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(297); + if (lookahead == 's') ADVANCE(704); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2137: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 't') ADVANCE(918); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(1968); END_STATE(); case 2138: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + if (lookahead == 't') ADVANCE(297); END_STATE(); case 2139: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(919); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2140: ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2141: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2142: ACCEPT_TOKEN(aux_sym_unquoted_token2); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2143: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2144: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2038); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2145: ACCEPT_TOKEN(aux_sym_unquoted_token2); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(452); + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2146: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2040); END_STATE(); case 2147: ACCEPT_TOKEN(aux_sym_unquoted_token2); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(452); END_STATE(); case 2148: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2270); - if (lookahead == '>') ADVANCE(1894); - if (lookahead == 'r') ADVANCE(1456); - if (lookahead == 'u') ADVANCE(2498); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2149: - ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2270); - if (lookahead == '>') ADVANCE(1894); - if (lookahead == 'u') ADVANCE(2498); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + ACCEPT_TOKEN(aux_sym_unquoted_token2); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2150: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2388); - if (lookahead == '>') ADVANCE(1892); - if (lookahead == 'n') ADVANCE(2234); - if (lookahead == 'r') ADVANCE(2431); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(2272); + if (lookahead == '>') ADVANCE(1896); + if (lookahead == 'r') ADVANCE(1457); + if (lookahead == 'u') ADVANCE(2500); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2151: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2388); - if (lookahead == '>') ADVANCE(1892); - if (lookahead == 'r') ADVANCE(2431); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(2272); + if (lookahead == '>') ADVANCE(1896); + if (lookahead == 'u') ADVANCE(2500); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2152: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2389); - if (lookahead == '>') ADVANCE(1888); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(2390); + if (lookahead == '>') ADVANCE(1894); + if (lookahead == 'n') ADVANCE(2236); + if (lookahead == 'r') ADVANCE(2433); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2153: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+') ADVANCE(2278); - if (lookahead == '>') ADVANCE(1890); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(2390); + if (lookahead == '>') ADVANCE(1894); + if (lookahead == 'r') ADVANCE(2433); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2154: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2209); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(2391); + if (lookahead == '>') ADVANCE(1890); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2155: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2595); - if (lookahead == '_') ADVANCE(2202); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2202); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '+') ADVANCE(2280); + if (lookahead == '>') ADVANCE(1892); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2156: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2535); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2211); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2157: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2211); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == '-') ADVANCE(2597); + if (lookahead == '_') ADVANCE(2204); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2204); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2158: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2221); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2537); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2159: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2221); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2213); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2160: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2537); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2223); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2161: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2537); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2223); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2162: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2536); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == '-') ADVANCE(2539); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2163: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2314); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2539); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2164: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2314); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2538); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2165: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2323); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == '-') ADVANCE(2316); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2166: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2596); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2316); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2167: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2538); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2325); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2168: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2540); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2598); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2169: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == '-') ADVANCE(2540); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2170: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '-') ADVANCE(2539); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == '-') ADVANCE(2542); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2171: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '.') ADVANCE(1199); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2542); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2172: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '.') ADVANCE(2171); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '-') ADVANCE(2541); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_1(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2173: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '.') ADVANCE(2593); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2174); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '.') ADVANCE(1200); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2174: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '2') ADVANCE(2585); - if (lookahead == '0' || - lookahead == '1') ADVANCE(2594); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '.') ADVANCE(2173); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2175: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ':') ADVANCE(2586); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2588); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '.') ADVANCE(2595); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2176); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2176: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ':') ADVANCE(2598); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '2') ADVANCE(2587); + if (lookahead == '0' || + lookahead == '1') ADVANCE(2596); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2177: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ':') ADVANCE(2600); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ':') ADVANCE(2588); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2590); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2178: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1390); - if (lookahead == '~') ADVANCE(1420); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ':') ADVANCE(2600); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2179: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1387); - if (lookahead == '>') ADVANCE(1271); - if (lookahead == '~') ADVANCE(1417); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ':') ADVANCE(2602); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2180: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1387); - if (lookahead == '~') ADVANCE(1417); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '=') ADVANCE(1391); + if (lookahead == '~') ADVANCE(1421); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2181: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1389); - if (lookahead == '~') ADVANCE(1419); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '=') ADVANCE(1388); + if (lookahead == '>') ADVANCE(1272); + if (lookahead == '~') ADVANCE(1418); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2182: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '=') ADVANCE(1386); - if (lookahead == '~') ADVANCE(1416); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '=') ADVANCE(1388); + if (lookahead == '~') ADVANCE(1418); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2183: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1902); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '=') ADVANCE(1390); + if (lookahead == '~') ADVANCE(1420); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2184: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1900); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '=') ADVANCE(1387); + if (lookahead == '~') ADVANCE(1417); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2185: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1896); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '>') ADVANCE(1904); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2186: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '>') ADVANCE(1898); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '>') ADVANCE(1902); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2187: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N') ADVANCE(2568); - if (lookahead == 'f') ADVANCE(1259); - if (lookahead == 'n') ADVANCE(1232); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '>') ADVANCE(1898); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2188: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N') ADVANCE(2569); - if (lookahead == 'n') ADVANCE(1233); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '>') ADVANCE(1900); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2189: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N') ADVANCE(2546); - if (lookahead == 'f') ADVANCE(1256); - if (lookahead == 'n') ADVANCE(1229); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'N') ADVANCE(2570); + if (lookahead == 'f') ADVANCE(1260); + if (lookahead == 'n') ADVANCE(1233); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2190: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'T') ADVANCE(2597); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'N') ADVANCE(2571); + if (lookahead == 'n') ADVANCE(1234); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2191: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2191); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2191); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'N') ADVANCE(2548); + if (lookahead == 'f') ADVANCE(1257); + if (lookahead == 'n') ADVANCE(1230); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2192: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2192); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2192); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'T') ADVANCE(2599); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2193: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2194); - if (lookahead == 'b') ADVANCE(2561); - if (lookahead == 'o') ADVANCE(2562); - if (lookahead == 'x') ADVANCE(2563); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2194); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '_') ADVANCE(2193); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2193); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2194: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == '_') ADVANCE(2194); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); + lookahead == ':') ADVANCE(2606); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2194); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2195: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == '_') ADVANCE(2196); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2196); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'b') ADVANCE(2563); + if (lookahead == 'o') ADVANCE(2564); + if (lookahead == 'x') ADVANCE(2565); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2196); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2196: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == '_') ADVANCE(2196); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2196); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2197: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2197); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1480); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2198); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2198); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2198: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2202); - if (lookahead == 'b') ADVANCE(1807); - if (lookahead == 'o') ADVANCE(1810); - if (lookahead == 'x') ADVANCE(1813); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2200); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2198); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1501); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2199: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2202); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2155); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2199); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1481); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2200: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2202); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2199); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2204); + if (lookahead == 'b') ADVANCE(1809); + if (lookahead == 'o') ADVANCE(1812); + if (lookahead == 'x') ADVANCE(1815); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2202); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2201: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2202); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2200); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2204); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2157); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2202: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '_') ADVANCE(2202); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2202); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2204); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2201); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2203: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2351); - if (lookahead == 'o') ADVANCE(2415); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2204); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2202); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2204: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2331); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == '_') ADVANCE(2204); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2204); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2205: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2541); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2353); + if (lookahead == 'o') ADVANCE(2417); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2206: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'a') ADVANCE(2333); - if (lookahead == 'o') ADVANCE(2231); - if (lookahead == 'u') ADVANCE(2488); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2207: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2332); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'a') ADVANCE(2543); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2208: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2342); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2335); + if (lookahead == 'o') ADVANCE(2233); + if (lookahead == 'u') ADVANCE(2490); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2209: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2380); - if (lookahead == 'o') ADVANCE(2418); - if (lookahead == 's') ADVANCE(2297); - if (lookahead == 'x') ADVANCE(2406); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2334); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2210: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2486); - if (lookahead == 'o') ADVANCE(2358); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'a') ADVANCE(2344); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2211: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2381); - if (lookahead == 'o') ADVANCE(2426); - if (lookahead == 's') ADVANCE(2302); - if (lookahead == 'x') ADVANCE(2405); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'a') ADVANCE(2382); + if (lookahead == 'o') ADVANCE(2420); + if (lookahead == 's') ADVANCE(2299); + if (lookahead == 'x') ADVANCE(2408); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2212: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2543); + if (lookahead == 'a') ADVANCE(2488); + if (lookahead == 'o') ADVANCE(2360); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2213: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2458); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2383); + if (lookahead == 'o') ADVANCE(2428); + if (lookahead == 's') ADVANCE(2304); + if (lookahead == 'x') ADVANCE(2407); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2214: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2480); - if (lookahead == 'o') ADVANCE(2228); - if (lookahead == 'u') ADVANCE(2481); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2545); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2215: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2480); - if (lookahead == 'o') ADVANCE(2241); - if (lookahead == 'u') ADVANCE(2481); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2460); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2216: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2445); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2482); + if (lookahead == 'o') ADVANCE(2230); + if (lookahead == 'u') ADVANCE(2483); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2217: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2459); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'a') ADVANCE(2482); + if (lookahead == 'o') ADVANCE(2243); + if (lookahead == 'u') ADVANCE(2483); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2218: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'a') ADVANCE(2447); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2219: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2448); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2461); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2220: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2450); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'a') ADVANCE(2449); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2221: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'a') ADVANCE(2379); - if (lookahead == 'o') ADVANCE(2433); - if (lookahead == 's') ADVANCE(2305); - if (lookahead == 'x') ADVANCE(2401); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2450); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2222: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2296); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'a') ADVANCE(2452); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2223: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2300); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'a') ADVANCE(2381); + if (lookahead == 'o') ADVANCE(2435); + if (lookahead == 's') ADVANCE(2307); + if (lookahead == 'x') ADVANCE(2403); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2224: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2301); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'c') ADVANCE(2298); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2225: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2265); + if (lookahead == 'c') ADVANCE(2302); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2226: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'c') ADVANCE(2254); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'c') ADVANCE(2303); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2227: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1441); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'c') ADVANCE(2267); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2228: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1360); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'c') ADVANCE(2256); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2229: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1424); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1442); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2230: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1437); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'd') ADVANCE(1361); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2231: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1359); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'd') ADVANCE(1425); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2232: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1422); + if (lookahead == 'd') ADVANCE(1438); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2233: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1442); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1360); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2234: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2465); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1423); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2235: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1364); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1443); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2236: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1425); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(2467); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2237: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1439); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1365); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2238: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2463); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1426); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2239: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(1363); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1440); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2240: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2460); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(2465); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2241: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2524); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(1364); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2242: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2461); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'd') ADVANCE(2462); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2243: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2248); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(2526); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2244: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'd') ADVANCE(2261); + if (lookahead == 'd') ADVANCE(2463); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2245: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2291); - if (lookahead == 'o') ADVANCE(1254); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(2250); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2246: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2293); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'd') ADVANCE(2263); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2247: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1159); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2293); + if (lookahead == 'o') ADVANCE(1255); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2248: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1316); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2295); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2249: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1527); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1160); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2250: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1535); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1317); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2251: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1345); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1529); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2252: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1249); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1537); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2253: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1154); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1346); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2254: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1303); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1250); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2255: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1223); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1155); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2256: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2292); - if (lookahead == 'o') ADVANCE(1251); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(1304); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2257: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2534); - if (lookahead == 'o') ADVANCE(2496); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2552); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(1224); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2258: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'e') ADVANCE(2294); + if (lookahead == 'o') ADVANCE(1252); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2259: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1156); + if (lookahead == 'e') ADVANCE(2536); + if (lookahead == 'o') ADVANCE(2498); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2554); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2260: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1261); + if (lookahead == 'e') ADVANCE(2296); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2261: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1314); + if (lookahead == 'e') ADVANCE(1157); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2262: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1244); + if (lookahead == 'e') ADVANCE(1262); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2263: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1246); + if (lookahead == 'e') ADVANCE(1315); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2264: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1151); + if (lookahead == 'e') ADVANCE(1245); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2265: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1301); + if (lookahead == 'e') ADVANCE(1247); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2266: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1220); + if (lookahead == 'e') ADVANCE(1152); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2267: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1529); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1302); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2268: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(1537); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1221); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2269: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2479); - if (lookahead == 'o') ADVANCE(2385); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1531); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2270: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2184); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(1539); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2271: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2204); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2481); + if (lookahead == 'o') ADVANCE(2387); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2272: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2487); - if (lookahead == 'i') ADVANCE(2468); - if (lookahead == 'o') ADVANCE(2387); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2186); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2273: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2207); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2206); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2274: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2446); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2489); + if (lookahead == 'i') ADVANCE(2470); + if (lookahead == 'o') ADVANCE(2389); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2275: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2355); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2209); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2276: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2441); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2448); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2277: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2360); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2357); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2278: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2454); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2443); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2279: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2455); - if (lookahead == 'i') ADVANCE(2348); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2362); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2280: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2370); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2456); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2281: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2372); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2457); + if (lookahead == 'i') ADVANCE(2350); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2282: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2375); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2372); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2283: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2443); + if (lookahead == 'e') ADVANCE(2374); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2284: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2376); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2377); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2285: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2442); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2445); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2286: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2377); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2378); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2287: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2378); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2444); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2288: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2428); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'e') ADVANCE(2379); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2289: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'e') ADVANCE(2420); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2380); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2290: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1259); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2568); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2430); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2291: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1140); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'e') ADVANCE(2422); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2292: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'f') ADVANCE(1137); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'f') ADVANCE(1260); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2570); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2293: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'g') ADVANCE(2321); - if (lookahead == 't') ADVANCE(2521); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'f') ADVANCE(1141); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2294: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'g') ADVANCE(2330); - if (lookahead == 't') ADVANCE(2520); + if (lookahead == 'f') ADVANCE(1138); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2295: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2279); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'g') ADVANCE(2323); + if (lookahead == 't') ADVANCE(2523); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2296: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1267); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'g') ADVANCE(2332); + if (lookahead == 't') ADVANCE(2522); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2297: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2335); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(2281); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2298: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1413); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(1268); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2299: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1408); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(2337); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2300: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1295); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'h') ADVANCE(1414); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2301: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1264); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'h') ADVANCE(1409); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2302: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2336); + if (lookahead == 'h') ADVANCE(1296); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2303: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1411); + if (lookahead == 'h') ADVANCE(1265); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2304: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1406); + if (lookahead == 'h') ADVANCE(2338); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2305: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2338); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(1412); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2306: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1414); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(1407); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2307: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(1409); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(2340); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2308: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'h') ADVANCE(2311); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'h') ADVANCE(1415); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2309: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2478); - if (lookahead == 'r') ADVANCE(2271); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'h') ADVANCE(1410); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2310: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2485); - if (lookahead == 'r') ADVANCE(2273); + if (lookahead == 'h') ADVANCE(2313); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2311: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2347); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'i') ADVANCE(2480); + if (lookahead == 'r') ADVANCE(2273); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2312: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2213); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2487); + if (lookahead == 'r') ADVANCE(2275); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2313: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2217); + if (lookahead == 'i') ADVANCE(2349); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2314: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2364); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2215); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2315: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2495); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2219); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2316: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2494); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2366); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2317: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2243); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2497); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2318: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2369); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2496); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2319: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2244); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'i') ADVANCE(2245); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2320: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'i') ADVANCE(2371); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2321: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2472); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2246); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2322: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2356); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2373); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2323: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2361); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'i') ADVANCE(2474); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2324: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2499); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2358); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2325: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2503); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2363); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2326: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2504); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2501); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2327: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2506); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'i') ADVANCE(2505); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2328: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2505); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2506); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2329: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2507); + if (lookahead == 'i') ADVANCE(2508); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2330: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'i') ADVANCE(2473); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'i') ADVANCE(2507); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2331: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'k') ADVANCE(1219); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'i') ADVANCE(2509); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2332: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'k') ADVANCE(1216); + if (lookahead == 'i') ADVANCE(2475); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2333: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'k') ADVANCE(2262); - if (lookahead == 't') ADVANCE(2224); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'k') ADVANCE(1220); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2334: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1519); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'k') ADVANCE(1217); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2335: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1378); - if (lookahead == 'r') ADVANCE(1383); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'k') ADVANCE(2264); + if (lookahead == 't') ADVANCE(2226); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2336: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1376); - if (lookahead == 'r') ADVANCE(1381); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'l') ADVANCE(1520); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2337: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1521); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(1379); + if (lookahead == 'r') ADVANCE(1384); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2338: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(1379); - if (lookahead == 'r') ADVANCE(1384); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(1377); + if (lookahead == 'r') ADVANCE(1382); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2339: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2312); - if (lookahead == 'n') ADVANCE(2227); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(1522); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2340: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2312); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(1380); + if (lookahead == 'r') ADVANCE(1385); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2341: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2313); - if (lookahead == 'n') ADVANCE(2230); - if (lookahead == 's') ADVANCE(1329); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'l') ADVANCE(2314); + if (lookahead == 'n') ADVANCE(2229); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2342: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2462); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2314); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2343: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2334); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2315); + if (lookahead == 'n') ADVANCE(2232); + if (lookahead == 's') ADVANCE(1330); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2344: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2337); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2464); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2345: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2205); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2336); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2346: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2212); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'l') ADVANCE(2339); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2347: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2263); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'l') ADVANCE(2207); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2348: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2252); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2214); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2349: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2264); + if (lookahead == 'l') ADVANCE(2265); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2350: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2254); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2351: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2471); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2266); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2352: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'l') ADVANCE(2467); - if (lookahead == 'n') ADVANCE(2242); - if (lookahead == 'r') ADVANCE(2457); - if (lookahead == 'x') ADVANCE(2412); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'l') ADVANCE(2255); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2353: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2469); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2473); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2354: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1149); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'l') ADVANCE(2469); + if (lookahead == 'n') ADVANCE(2244); + if (lookahead == 'r') ADVANCE(2459); + if (lookahead == 'x') ADVANCE(2414); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2355: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2525); - 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') ADVANCE(2471); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2356: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1403); - 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') ADVANCE(1150); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2357: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1300); - 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') ADVANCE(2527); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2358: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2470); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'n') ADVANCE(1404); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2359: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1146); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'n') ADVANCE(1301); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2360: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2529); + if (lookahead == 'n') ADVANCE(2472); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2361: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1401); + if (lookahead == 'n') ADVANCE(1147); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2362: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1297); + if (lookahead == 'n') ADVANCE(2531); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2363: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2233); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(1402); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2364: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1404); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(1298); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2365: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2237); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(2235); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2366: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1236); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(1405); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2367: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(1238); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(2239); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2368: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2240); - if (lookahead == 'r') ADVANCE(2456); - if (lookahead == 'x') ADVANCE(2411); - 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') ADVANCE(1237); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2369: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2523); - 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') ADVANCE(1239); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2370: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2526); - 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') ADVANCE(2242); + if (lookahead == 'r') ADVANCE(2458); + if (lookahead == 'x') ADVANCE(2413); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2371: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2522); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'n') ADVANCE(2525); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2372: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2530); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'n') ADVANCE(2528); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2373: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2234); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(2524); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2374: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2238); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(2532); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2375: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2527); - 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') ADVANCE(2236); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2376: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2531); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'n') ADVANCE(2240); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2377: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2528); - 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') ADVANCE(2529); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2378: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2532); + if (lookahead == 'n') ADVANCE(2533); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2379: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2236); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'n') ADVANCE(2530); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2380: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2229); - 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') ADVANCE(2534); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2381: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'n') ADVANCE(2232); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'n') ADVANCE(2238); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2382: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2353); - 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') ADVANCE(2231); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2383: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2517); - if (lookahead == 't') ADVANCE(2219); - 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') ADVANCE(2234); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2384: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2517); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2355); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2385: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2409); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2519); + if (lookahead == 't') ADVANCE(2221); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2386: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2518); - if (lookahead == 't') ADVANCE(2220); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2519); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2387: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2410); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2411); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2388: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2183); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2520); + if (lookahead == 't') ADVANCE(2222); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2389: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2519); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2412); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2390: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2436); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2185); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2391: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2423); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2521); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2392: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2501); - if (lookahead == 'u') ADVANCE(2344); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2575); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2438); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2393: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2501); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2425); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2394: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2432); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2503); + if (lookahead == 'u') ADVANCE(2346); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2577); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2395: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2235); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2503); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2396: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2500); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2434); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2397: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2239); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2237); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2398: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2416); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2502); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2399: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2424); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2241); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2400: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2482); - if (lookahead == 'u') ADVANCE(2343); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2574); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2418); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2401: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2434); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2426); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2402: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2425); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2484); + if (lookahead == 'u') ADVANCE(2345); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2576); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2403: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2417); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2436); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2404: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2492); - if (lookahead == 'u') ADVANCE(2343); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2574); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2427); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2405: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2427); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2419); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2406: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2419); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2494); + if (lookahead == 'u') ADVANCE(2345); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2576); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2407: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2452); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2429); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2408: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'o') ADVANCE(2453); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'o') ADVANCE(2421); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2409: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(1242); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'o') ADVANCE(2454); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2410: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(1239); + if (lookahead == 'o') ADVANCE(2455); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2411: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(2407); - if (lookahead == 't') ADVANCE(2285); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'p') ADVANCE(1243); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2412: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'p') ADVANCE(2408); - if (lookahead == 't') ADVANCE(2283); + if (lookahead == 'p') ADVANCE(1240); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2413: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1455); - if (lookahead == 'v') ADVANCE(2274); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'p') ADVANCE(2409); + if (lookahead == 't') ADVANCE(2287); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2414: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2516); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'p') ADVANCE(2410); + if (lookahead == 't') ADVANCE(2285); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2415: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1227); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1456); + if (lookahead == 'v') ADVANCE(2276); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2416: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1448); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2518); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2417: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1182); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1228); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2418: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1434); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1449); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2419: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1429); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1183); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2420: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1312); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1435); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2421: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1451); - if (lookahead == 'v') ADVANCE(2276); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(1430); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2422: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2542); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(1313); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2423: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1224); + if (lookahead == 'r') ADVANCE(1452); + if (lookahead == 'v') ADVANCE(2278); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2424: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1444); + if (lookahead == 'r') ADVANCE(2544); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2425: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1178); + if (lookahead == 'r') ADVANCE(1225); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2426: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1432); + if (lookahead == 'r') ADVANCE(1445); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2427: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1427); + if (lookahead == 'r') ADVANCE(1179); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2428: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1309); + if (lookahead == 'r') ADVANCE(1433); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2429: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1456); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1428); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2430: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2515); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1310); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2431: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2152); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1457); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2432: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1449); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2517); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2433: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1435); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2154); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2434: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1430); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1450); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2435: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1453); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1436); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2436: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(1446); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1431); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2437: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2271); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1454); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2438: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2456); - if (lookahead == 'x') ADVANCE(2411); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(1447); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2439: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2226); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2273); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2440: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2225); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(2458); + if (lookahead == 'x') ADVANCE(2413); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2441: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2346); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(2228); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2442: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2354); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2227); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2443: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2359); + if (lookahead == 'r') ADVANCE(2348); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2444: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2186); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2356); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2445: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2511); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2361); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2446: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2345); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2188); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2447: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2510); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2513); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2448: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2512); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2347); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2449: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2357); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2512); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2450: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2513); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(2514); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2451: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2362); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(2359); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2452: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2484); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2515); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2453: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2491); + if (lookahead == 'r') ADVANCE(2364); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2454: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2444); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2486); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2455: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2251); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2493); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2456: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2403); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2446); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2457: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'r') ADVANCE(2402); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'r') ADVANCE(2253); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2458: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(598); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'r') ADVANCE(2405); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2459: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(595); + if (lookahead == 'r') ADVANCE(2404); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2460: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2156); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(599); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2461: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2162); + if (lookahead == 's') ADVANCE(596); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2462: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2268); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2158); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2463: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2160); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2164); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2464: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2247); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2270); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2465: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2161); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2162); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2466: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2259); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 's') ADVANCE(2249); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2467: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2260); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 's') ADVANCE(2163); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2468: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2489); + if (lookahead == 's') ADVANCE(2261); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2469: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2483); - if (lookahead == 't') ADVANCE(2318); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2262); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2470: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2490); - if (lookahead == 't') ADVANCE(2320); + if (lookahead == 's') ADVANCE(2491); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2471: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2250); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2485); + if (lookahead == 't') ADVANCE(2320); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2472: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2508); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2492); + if (lookahead == 't') ADVANCE(2322); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2473: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2509); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 's') ADVANCE(2252); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2474: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2167); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2510); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2475: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2170); + if (lookahead == 's') ADVANCE(2511); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2476: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2168); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2169); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2477: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 's') ADVANCE(2169); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2172); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2478: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2154); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2170); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2479: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(603); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 's') ADVANCE(2171); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2480: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2222); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2156); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2481: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(613); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2482: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(1459); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2224); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2483: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(618); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(614); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2484: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(592); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(1460); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2485: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2157); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 't') ADVANCE(619); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2486: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2223); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 't') ADVANCE(593); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2487: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(604); + if (lookahead == 't') ADVANCE(2159); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2488: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(610); + if (lookahead == 't') ADVANCE(2225); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2489: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(1188); + if (lookahead == 't') ADVANCE(605); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2490: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(615); + if (lookahead == 't') ADVANCE(611); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2491: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(590); + if (lookahead == 't') ADVANCE(1189); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2492: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(1464); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(616); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2493: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2216); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(591); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2494: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2158); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(1465); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2495: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2159); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2218); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2496: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2165); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 't') ADVANCE(2160); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2497: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2218); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2161); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2498: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2153); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2167); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2499: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2306); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2220); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2500: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2163); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2155); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2501: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2164); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2308); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2502: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2185); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2165); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2503: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2307); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2166); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2504: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2298); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2187); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2505: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2299); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2309); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2506: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2303); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 't') ADVANCE(2300); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2507: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2304); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 't') ADVANCE(2301); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2508: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2289); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2305); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2509: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2288); + if (lookahead == 't') ADVANCE(2306); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2510: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2477); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2291); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2511: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2476); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2290); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2512: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2474); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2479); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2513: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 't') ADVANCE(2475); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 't') ADVANCE(2478); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2514: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2344); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2575); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2476); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2515: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2267); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 't') ADVANCE(2477); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2516: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2249); - if (lookahead == 'y') ADVANCE(1293); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2346); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2577); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2517: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2439); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2269); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2518: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2440); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'u') ADVANCE(2251); + if (lookahead == 'y') ADVANCE(1294); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2519: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2502); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2441); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2520: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2451); + if (lookahead == 'u') ADVANCE(2442); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2521: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2449); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2504); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2522: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2266); + if (lookahead == 'u') ADVANCE(2453); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2523: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2255); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2451); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2524: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'u') ADVANCE(2350); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2268); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2525: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(609); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2257); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2526: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1321); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'u') ADVANCE(2352); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2527: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1144); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'v') ADVANCE(610); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2528: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1308); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'v') ADVANCE(1322); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2529: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(606); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'v') ADVANCE(1145); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2530: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1318); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'v') ADVANCE(1309); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2531: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1141); + if (lookahead == 'v') ADVANCE(607); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2532: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(1305); + if (lookahead == 'v') ADVANCE(1319); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2533: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'v') ADVANCE(2274); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'v') ADVANCE(1142); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2534: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(1327); + if (lookahead == 'v') ADVANCE(1306); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2535: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2326); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'v') ADVANCE(2276); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2536: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2327); + if (lookahead == 'w') ADVANCE(1328); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2537: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2324); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'w') ADVANCE(2328); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2538: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2328); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'w') ADVANCE(2329); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2539: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2329); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'w') ADVANCE(2326); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2540: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'w') ADVANCE(2325); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'w') ADVANCE(2330); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2541: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'y') ADVANCE(1325); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'w') ADVANCE(2331); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2542: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'y') ADVANCE(1290); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'w') ADVANCE(2327); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2543: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'y') ADVANCE(1322); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == 'y') ADVANCE(1326); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2544: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2174); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(2604); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2544); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'y') ADVANCE(1291); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2545: ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (lookahead == 'y') ADVANCE(1323); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2552); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2546: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2551); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2176); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(2606); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2546); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2547: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2550); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2554); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2548: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2557); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2553); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2549: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2558); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2552); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2550: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); + lookahead == ':') ADVANCE(2606); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2556); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == 'i') ADVANCE(2559); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2551: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); + lookahead == ':') ADVANCE(2606); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2555); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == 'i') ADVANCE(2560); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2552: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2564); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2558); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2553: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2546); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2557); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2554: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); + lookahead == ':') ADVANCE(2606); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2547); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == 'n') ADVANCE(2566); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2555: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); + lookahead == ':') ADVANCE(2606); if (lookahead == 'N' || lookahead == 'n') ADVANCE(2548); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2556: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); + lookahead == ':') ADVANCE(2606); if (lookahead == 'N' || lookahead == 'n') ADVANCE(2549); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2557: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2559); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2550); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2558: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2560); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2551); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2559: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2564); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2561); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2560: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2565); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2562); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2561: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(2561); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2566); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2562: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(2562); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2567); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2563: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2563); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2563); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2564: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2564); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2564); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2565: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + lookahead == ':') ADVANCE(2606); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2565); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2566: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2574); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2566); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2567); END_STATE(); case 2567: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2575); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 2568: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2573); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2576); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2569: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(2572); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2577); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2570: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2580); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2575); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2571: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2581); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(2574); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2572: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2579); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == 'i') ADVANCE(2582); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2573: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(2578); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == 'i') ADVANCE(2583); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2574: ACCEPT_TOKEN(aux_sym_unquoted_token3); - 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); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2581); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2575: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(2580); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2576: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2568); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + lookahead == 'n') ADVANCE(2605); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2577: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2569); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + lookahead == 'n') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2578: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'N' || lookahead == 'n') ADVANCE(2570); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2603); - if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2604); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2579: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (lookahead == 'N' || lookahead == 'n') ADVANCE(2571); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2580: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2582); - 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(2572); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2581: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(2583); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2573); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2582: ACCEPT_TOKEN(aux_sym_unquoted_token3); - 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); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2584); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2583: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(2585); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2584: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(2584); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2605); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2585: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(2175); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2586: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2588); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(2586); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2587: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(2587); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(2177); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2588: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(2590); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2589: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2166); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(2589); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2590: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2190); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2591: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2177); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2168); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2592: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2173); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2192); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2593: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2544); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2179); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2594: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2175); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2595: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2589); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2546); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2596: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2590); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2177); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2597: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2591); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2598: ACCEPT_TOKEN(aux_sym_unquoted_token3); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2592); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2599: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2176); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2593); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2600: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2599); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2594); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2601: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2601); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2178); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2602: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2602); - if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2604); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2601); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2603: ACCEPT_TOKEN(aux_sym_unquoted_token3); - 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') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(2603); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2604: ACCEPT_TOKEN(aux_sym_unquoted_token3); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(2604); + if (!aux_sym_unquoted_token3_character_set_6(lookahead)) ADVANCE(2606); END_STATE(); case 2605: - ACCEPT_TOKEN(aux_sym_unquoted_token4); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(2605); + if (!aux_sym_unquoted_token3_character_set_2(lookahead)) ADVANCE(2606); END_STATE(); case 2606: - ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'r') ADVANCE(1450); - if (lookahead == 'u') ADVANCE(2026); + ACCEPT_TOKEN(aux_sym_unquoted_token3); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 2607: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'u') ADVANCE(2026); END_STATE(); case 2608: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'r') ADVANCE(1451); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2609: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2610: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2611: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N') ADVANCE(862); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'n') ADVANCE(1230); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2612: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N') ADVANCE(2038); - if (lookahead == 'n') ADVANCE(1231); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); END_STATE(); case 2613: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N') ADVANCE(452); - if (lookahead == 'n') ADVANCE(1234); + if (lookahead == 'N') ADVANCE(863); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'n') ADVANCE(1231); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2614: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(666); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == 'N') ADVANCE(2040); + if (lookahead == 'n') ADVANCE(1232); END_STATE(); case 2615: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1961); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == 'N') ADVANCE(452); + if (lookahead == 'n') ADVANCE(1235); END_STATE(); case 2616: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1962); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(667); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 2617: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(1963); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2618: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1964); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2619: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'o') ADVANCE(1872); - if (lookahead == 'x') ADVANCE(1882); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 2620: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 2621: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1873); + if (lookahead == 'o') ADVANCE(1874); + if (lookahead == 'x') ADVANCE(1884); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2622: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 2623: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 2624: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(1995); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2625: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(361); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2626: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(765); - if (lookahead == 'o') ADVANCE(797); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(1997); END_STATE(); case 2627: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(696); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(361); END_STATE(); case 2628: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(766); + if (lookahead == 'o') ADVANCE(798); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2629: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'a') ADVANCE(841); - if (lookahead == 'o') ADVANCE(768); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(697); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2630: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(731); - if (lookahead == 'o') ADVANCE(1253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2631: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'i') ADVANCE(824); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(842); + if (lookahead == 'o') ADVANCE(769); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2632: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'o') ADVANCE(1254); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2633: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(732); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'i') ADVANCE(825); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2634: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(836); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2635: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(733); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2636: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'h') ADVANCE(728); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(837); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2637: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'h') ADVANCE(748); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2638: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(697); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(729); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2639: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(2023); + if (lookahead == 'h') ADVANCE(749); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2640: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'i') ADVANCE(698); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2641: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(974); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(2025); END_STATE(); case 2642: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'i') ADVANCE(833); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(419); END_STATE(); case 2643: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (lookahead == 's') ADVANCE(1331); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(976); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2644: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(834); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2645: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(745); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (lookahead == 's') ADVANCE(1332); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2646: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2647: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1974); + if (lookahead == 'l') ADVANCE(746); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2648: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(314); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2649: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(927); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1976); END_STATE(); case 2650: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1235); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(314); END_STATE(); case 2651: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(1228); + if (lookahead == 'n') ADVANCE(928); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2652: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(318); + if (lookahead == 'n') ADVANCE(1236); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2653: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(929); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1229); END_STATE(); case 2654: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(318); END_STATE(); case 2655: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(930); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2656: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(844); - if (lookahead == 't') ADVANCE(681); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2657: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(844); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(769); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2658: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(396); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 't') ADVANCE(682); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2659: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(2010); + if (lookahead == 'o') ADVANCE(845); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2660: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(1975); + if (lookahead == 'o') ADVANCE(396); END_STATE(); case 2661: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(315); + if (lookahead == 'o') ADVANCE(961); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2662: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(2012); END_STATE(); case 2663: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(928); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(1977); END_STATE(); case 2664: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(315); END_STATE(); case 2665: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(830); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(929); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2666: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(834); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(798); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2667: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(831); + if (lookahead == 'u') ADVANCE(763); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2668: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(2025); - if (lookahead == 'u') ADVANCE(1994); + if (lookahead == 'o') ADVANCE(835); + if (lookahead == 'u') ADVANCE(763); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2669: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(423); + if (lookahead == 'o') ADVANCE(802); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2670: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(423); - if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'o') ADVANCE(2027); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2671: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'o') ADVANCE(978); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(423); END_STATE(); case 2672: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(423); + if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2673: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1454); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(979); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2674: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1450); + if (lookahead == 'r') ADVANCE(846); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2675: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(2032); + if (lookahead == 'r') ADVANCE(1455); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2676: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(434); + if (lookahead == 'r') ADVANCE(1451); END_STATE(); case 2677: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(1452); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(2034); END_STATE(); case 2678: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(434); END_STATE(); case 2679: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1453); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2680: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'r') ADVANCE(858); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2681: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 's') ADVANCE(703); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2682: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(1966); + if (lookahead == 'r') ADVANCE(859); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2683: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(297); + if (lookahead == 's') ADVANCE(704); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2684: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 't') ADVANCE(918); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(1968); END_STATE(); case 2685: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + if (lookahead == 't') ADVANCE(297); END_STATE(); case 2686: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(919); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2687: ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2688: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2689: ACCEPT_TOKEN(aux_sym_unquoted_token4); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2690: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2691: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2038); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2692: ACCEPT_TOKEN(aux_sym_unquoted_token4); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(452); + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2693: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2040); END_STATE(); case 2694: ACCEPT_TOKEN(aux_sym_unquoted_token4); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(452); END_STATE(); case 2695: - ACCEPT_TOKEN(aux_sym_unquoted_token5); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2696: - ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'r') ADVANCE(1450); - if (lookahead == 'u') ADVANCE(2026); + ACCEPT_TOKEN(aux_sym_unquoted_token4); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2697: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1982); - if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'u') ADVANCE(2026); END_STATE(); case 2698: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'r') ADVANCE(1451); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2699: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2700: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '.') ADVANCE(238); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2701: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2702: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '>') ADVANCE(1270); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '.') ADVANCE(238); END_STATE(); case 2703: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); END_STATE(); case 2704: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N') ADVANCE(862); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'n') ADVANCE(1230); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '>') ADVANCE(1271); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 2705: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N') ADVANCE(2038); - if (lookahead == 'n') ADVANCE(1231); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 2706: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N') ADVANCE(452); - if (lookahead == 'n') ADVANCE(1234); + if (lookahead == 'N') ADVANCE(863); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'n') ADVANCE(1231); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2707: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(666); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == 'N') ADVANCE(2040); + if (lookahead == 'n') ADVANCE(1232); END_STATE(); case 2708: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1961); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == 'N') ADVANCE(452); + if (lookahead == 'n') ADVANCE(1235); END_STATE(); case 2709: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1962); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(667); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 2710: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(1963); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2711: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1964); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2712: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'o') ADVANCE(1872); - if (lookahead == 'x') ADVANCE(1882); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 2713: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 2714: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1873); + if (lookahead == 'o') ADVANCE(1874); + if (lookahead == 'x') ADVANCE(1884); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2715: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 2716: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 2717: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(1995); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2718: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(361); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2719: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(765); - if (lookahead == 'o') ADVANCE(797); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(1997); END_STATE(); case 2720: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(696); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(361); END_STATE(); case 2721: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(766); + if (lookahead == 'o') ADVANCE(798); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2722: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'a') ADVANCE(841); - if (lookahead == 'o') ADVANCE(768); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(697); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2723: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(731); - if (lookahead == 'o') ADVANCE(1253); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2724: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'i') ADVANCE(824); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(842); + if (lookahead == 'o') ADVANCE(769); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2725: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'o') ADVANCE(1254); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2726: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(732); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'i') ADVANCE(825); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2727: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(836); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2728: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(733); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2729: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'h') ADVANCE(728); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(837); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2730: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'h') ADVANCE(748); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2731: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(697); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(729); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2732: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(2023); + if (lookahead == 'h') ADVANCE(749); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2733: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'i') ADVANCE(698); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2734: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(974); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(2025); END_STATE(); case 2735: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'i') ADVANCE(833); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(419); END_STATE(); case 2736: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (lookahead == 's') ADVANCE(1331); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(976); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2737: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'i') ADVANCE(834); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2738: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(745); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (lookahead == 's') ADVANCE(1332); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2739: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2740: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1974); + if (lookahead == 'l') ADVANCE(746); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2741: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(314); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2742: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(927); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1976); END_STATE(); case 2743: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1235); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(314); END_STATE(); case 2744: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(1228); + if (lookahead == 'n') ADVANCE(928); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2745: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(318); + if (lookahead == 'n') ADVANCE(1236); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2746: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(929); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1229); END_STATE(); case 2747: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(318); END_STATE(); case 2748: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(930); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2749: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(844); - if (lookahead == 't') ADVANCE(681); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2750: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(844); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(769); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2751: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(396); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 't') ADVANCE(682); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2752: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(2010); + if (lookahead == 'o') ADVANCE(845); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2753: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(1975); + if (lookahead == 'o') ADVANCE(396); END_STATE(); case 2754: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(315); + if (lookahead == 'o') ADVANCE(961); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2755: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(2012); END_STATE(); case 2756: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(928); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(1977); END_STATE(); case 2757: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(315); END_STATE(); case 2758: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(830); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(929); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2759: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(834); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(798); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2760: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(831); + if (lookahead == 'u') ADVANCE(763); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2761: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(2025); - if (lookahead == 'u') ADVANCE(1994); + if (lookahead == 'o') ADVANCE(835); + if (lookahead == 'u') ADVANCE(763); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2762: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(423); + if (lookahead == 'o') ADVANCE(802); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2763: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(423); - if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'o') ADVANCE(2027); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2764: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'o') ADVANCE(978); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(423); END_STATE(); case 2765: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(423); + if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2766: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1454); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(979); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2767: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1450); + if (lookahead == 'r') ADVANCE(846); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2768: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(2032); + if (lookahead == 'r') ADVANCE(1455); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2769: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(434); + if (lookahead == 'r') ADVANCE(1451); END_STATE(); case 2770: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(1452); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(2034); END_STATE(); case 2771: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(714); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(434); END_STATE(); case 2772: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1453); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2773: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'r') ADVANCE(858); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(715); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2774: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 's') ADVANCE(703); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2775: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(1966); + if (lookahead == 'r') ADVANCE(859); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2776: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(297); + if (lookahead == 's') ADVANCE(704); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2777: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 't') ADVANCE(918); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 't') ADVANCE(1968); END_STATE(); case 2778: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + if (lookahead == 't') ADVANCE(297); END_STATE(); case 2779: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 't') ADVANCE(919); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2780: ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2781: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2782: ACCEPT_TOKEN(aux_sym_unquoted_token5); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2783: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2784: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2038); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2785: ACCEPT_TOKEN(aux_sym_unquoted_token5); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(452); + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2786: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2040); END_STATE(); case 2787: ACCEPT_TOKEN(aux_sym_unquoted_token5); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(452); END_STATE(); case 2788: - ACCEPT_TOKEN(aux_sym_unquoted_token6); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2789: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(290); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1679); - if (lookahead == 'I') ADVANCE(647); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1676); - if (lookahead == 'i') ADVANCE(683); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + ACCEPT_TOKEN(aux_sym_unquoted_token5); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2790: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(290); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1673); - if (lookahead == 'I') ADVANCE(653); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); END_STATE(); case 2791: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1864); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1679); - if (lookahead == 'I') ADVANCE(647); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1676); - if (lookahead == 'i') ADVANCE(683); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(290); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1681); + if (lookahead == 'I') ADVANCE(648); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1678); + if (lookahead == 'i') ADVANCE(684); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2792: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1864); - if (lookahead == '-') ADVANCE(667); - if (lookahead == 'B') ADVANCE(1673); - if (lookahead == 'I') ADVANCE(653); - if (lookahead == '_') ADVANCE(667); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); - if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '+') ADVANCE(290); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2793: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1958); - if (lookahead == '-') ADVANCE(1960); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(1945); - if (lookahead == '_') ADVANCE(1960); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1946); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1866); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1681); + if (lookahead == 'I') ADVANCE(648); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1678); + if (lookahead == 'i') ADVANCE(684); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2794: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1958); - if (lookahead == '-') ADVANCE(1960); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(1945); - if (lookahead == '_') ADVANCE(1960); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1946); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1866); + if (lookahead == '-') ADVANCE(668); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == '_') ADVANCE(668); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (sym_cmd_identifier_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2795: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1982); + if (lookahead == '+') ADVANCE(1960); + if (lookahead == '-') ADVANCE(1962); if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'r') ADVANCE(1450); - if (lookahead == 'u') ADVANCE(2026); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(1947); + if (lookahead == '_') ADVANCE(1962); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(1948); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 2796: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1982); + if (lookahead == '+') ADVANCE(1960); + if (lookahead == '-') ADVANCE(1962); if (lookahead == '>') ADVANCE(1893); - if (lookahead == 'u') ADVANCE(2026); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(1947); + if (lookahead == '_') ADVANCE(1962); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(1948); + if (lookahead == 'r') ADVANCE(2011); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 2797: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(1945); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1946); - if (lookahead == 'n') ADVANCE(1977); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'r') ADVANCE(1451); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2798: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '+') ADVANCE(1999); - if (lookahead == '>') ADVANCE(1891); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(1945); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(1946); - if (lookahead == 'r') ADVANCE(2009); + if (lookahead == '+') ADVANCE(1984); + if (lookahead == '>') ADVANCE(1895); + if (lookahead == 'u') ADVANCE(2028); END_STATE(); case 2799: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '.') ADVANCE(238); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(1947); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(1948); + if (lookahead == 'n') ADVANCE(1979); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2800: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '=') ADVANCE(1388); - if (lookahead == '~') ADVANCE(1418); + if (lookahead == '+') ADVANCE(2001); + if (lookahead == '>') ADVANCE(1893); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(1947); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(1948); + if (lookahead == 'r') ADVANCE(2011); END_STATE(); case 2801: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '>') ADVANCE(1270); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '.') ADVANCE(238); END_STATE(); case 2802: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '=') ADVANCE(1385); - if (lookahead == '~') ADVANCE(1415); + if (lookahead == '=') ADVANCE(1389); + if (lookahead == '~') ADVANCE(1419); END_STATE(); case 2803: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1679); - if (lookahead == 'I') ADVANCE(647); - if (lookahead == 'b') ADVANCE(1676); - if (lookahead == 'i') ADVANCE(683); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '>') ADVANCE(1271); + if (lookahead == '~') ADVANCE(1416); END_STATE(); case 2804: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1643); + if (lookahead == '=') ADVANCE(1386); + if (lookahead == '~') ADVANCE(1416); + END_STATE(); + case 2805: + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B') ADVANCE(1681); if (lookahead == 'I') ADVANCE(648); - if (lookahead == 'b') ADVANCE(1640); + if (lookahead == 'b') ADVANCE(1678); if (lookahead == 'i') ADVANCE(684); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); - case 2805: + case 2806: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1619); + if (lookahead == 'B') ADVANCE(1645); if (lookahead == 'I') ADVANCE(649); - if (lookahead == 'b') ADVANCE(1616); + if (lookahead == 'b') ADVANCE(1642); if (lookahead == 'i') ADVANCE(685); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); - case 2806: + case 2807: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1631); + if (lookahead == 'B') ADVANCE(1621); if (lookahead == 'I') ADVANCE(650); - if (lookahead == 'b') ADVANCE(1628); + if (lookahead == 'b') ADVANCE(1618); if (lookahead == 'i') ADVANCE(686); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); - case 2807: + case 2808: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1667); + if (lookahead == 'B') ADVANCE(1633); if (lookahead == 'I') ADVANCE(651); - if (lookahead == 'b') ADVANCE(1664); + if (lookahead == 'b') ADVANCE(1630); if (lookahead == 'i') ADVANCE(687); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); - case 2808: + case 2809: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1655); + if (lookahead == 'B') ADVANCE(1669); if (lookahead == 'I') ADVANCE(652); - if (lookahead == 'b') ADVANCE(1652); + if (lookahead == 'b') ADVANCE(1666); if (lookahead == 'i') ADVANCE(688); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); - END_STATE(); - case 2809: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1673); - if (lookahead == 'I') ADVANCE(653); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'l') ADVANCE(825); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2810: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'B') ADVANCE(1657); if (lookahead == 'I') ADVANCE(653); - if (lookahead == 'b') ADVANCE(1670); - if (lookahead == 'i') ADVANCE(654); - if (lookahead == 'n') ADVANCE(698); - if (lookahead == 'r') ADVANCE(809); - if (lookahead == 'x') ADVANCE(795); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'b') ADVANCE(1654); + if (lookahead == 'i') ADVANCE(689); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2811: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1637); - if (lookahead == 'I') ADVANCE(655); - if (lookahead == 'b') ADVANCE(1634); - if (lookahead == 'i') ADVANCE(656); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'l') ADVANCE(826); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2812: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1613); - if (lookahead == 'I') ADVANCE(657); - if (lookahead == 'b') ADVANCE(1610); - if (lookahead == 'i') ADVANCE(658); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1675); + if (lookahead == 'I') ADVANCE(654); + if (lookahead == 'b') ADVANCE(1672); + if (lookahead == 'i') ADVANCE(655); + if (lookahead == 'n') ADVANCE(699); + if (lookahead == 'r') ADVANCE(810); + if (lookahead == 'x') ADVANCE(796); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2813: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1625); - if (lookahead == 'I') ADVANCE(659); - if (lookahead == 'a') ADVANCE(754); - if (lookahead == 'b') ADVANCE(1622); - if (lookahead == 'i') ADVANCE(660); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 's') ADVANCE(1583); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1639); + if (lookahead == 'I') ADVANCE(656); + if (lookahead == 'b') ADVANCE(1636); + if (lookahead == 'i') ADVANCE(657); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2814: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1625); - if (lookahead == 'I') ADVANCE(659); - if (lookahead == 'a') ADVANCE(828); - if (lookahead == 'b') ADVANCE(1622); - if (lookahead == 'i') ADVANCE(660); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 's') ADVANCE(1583); - if (lookahead == 'u') ADVANCE(829); - if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1615); + if (lookahead == 'I') ADVANCE(658); + if (lookahead == 'b') ADVANCE(1612); + if (lookahead == 'i') ADVANCE(659); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2815: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1661); - if (lookahead == 'I') ADVANCE(661); - if (lookahead == 'b') ADVANCE(1658); - if (lookahead == 'i') ADVANCE(662); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1627); + if (lookahead == 'I') ADVANCE(660); + if (lookahead == 'a') ADVANCE(755); + if (lookahead == 'b') ADVANCE(1624); + if (lookahead == 'i') ADVANCE(661); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 's') ADVANCE(1585); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(871); END_STATE(); case 2816: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1649); - if (lookahead == 'I') ADVANCE(663); - if (lookahead == 'b') ADVANCE(1646); - if (lookahead == 'i') ADVANCE(664); - if (lookahead == 'r') ADVANCE(845); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1627); + if (lookahead == 'I') ADVANCE(660); + if (lookahead == 'a') ADVANCE(829); + if (lookahead == 'b') ADVANCE(1624); + if (lookahead == 'i') ADVANCE(661); + if (lookahead == 'o') ADVANCE(695); + if (lookahead == 's') ADVANCE(1585); + if (lookahead == 'u') ADVANCE(830); + if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(871); END_STATE(); case 2817: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1649); - if (lookahead == 'I') ADVANCE(663); - if (lookahead == 'b') ADVANCE(1646); - if (lookahead == 'i') ADVANCE(664); - if (lookahead == 'r') ADVANCE(858); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1663); + if (lookahead == 'I') ADVANCE(662); + if (lookahead == 'b') ADVANCE(1660); + if (lookahead == 'i') ADVANCE(663); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2818: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(1939); - if (lookahead == '_') ADVANCE(1960); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(1967); - if (lookahead == '+' || - lookahead == '-') ADVANCE(1960); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (lookahead == 'B') ADVANCE(1651); + if (lookahead == 'I') ADVANCE(664); + if (lookahead == 'b') ADVANCE(1648); + if (lookahead == 'i') ADVANCE(665); + if (lookahead == 'r') ADVANCE(846); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2819: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(1939); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(1967); + if (lookahead == 'B') ADVANCE(1651); + if (lookahead == 'I') ADVANCE(664); + if (lookahead == 'b') ADVANCE(1648); + if (lookahead == 'i') ADVANCE(665); + if (lookahead == 'r') ADVANCE(859); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2820: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1677); + if (lookahead == 'B') ADVANCE(1679); + if (lookahead == 'I') ADVANCE(1941); + if (lookahead == '_') ADVANCE(1962); + if (lookahead == 'b') ADVANCE(1676); + if (lookahead == 'i') ADVANCE(1969); + if (lookahead == '+' || + lookahead == '-') ADVANCE(1962); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + END_STATE(); + case 2821: + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B') ADVANCE(1679); + if (lookahead == 'I') ADVANCE(1941); + if (lookahead == 'b') ADVANCE(1676); + if (lookahead == 'i') ADVANCE(1969); + END_STATE(); + case 2822: + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(268); if (lookahead == '_') ADVANCE(290); - if (lookahead == 'b') ADVANCE(1674); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(304); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); - case 2821: + case 2823: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1677); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(268); - if (lookahead == 'b') ADVANCE(1674); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(304); END_STATE(); - case 2822: + case 2824: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'I') ADVANCE(1940); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'i') ADVANCE(1968); + if (lookahead == 'B') ADVANCE(1643); + if (lookahead == 'I') ADVANCE(1942); + if (lookahead == 'b') ADVANCE(1640); + if (lookahead == 'i') ADVANCE(1970); END_STATE(); - case 2823: + case 2825: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1641); + if (lookahead == 'B') ADVANCE(1643); if (lookahead == 'I') ADVANCE(269); - if (lookahead == 'b') ADVANCE(1638); + if (lookahead == 'b') ADVANCE(1640); if (lookahead == 'i') ADVANCE(305); END_STATE(); - case 2824: + case 2826: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1617); - if (lookahead == 'I') ADVANCE(1941); - if (lookahead == 'b') ADVANCE(1614); - if (lookahead == 'i') ADVANCE(1969); + if (lookahead == 'B') ADVANCE(1619); + if (lookahead == 'I') ADVANCE(1943); + if (lookahead == 'b') ADVANCE(1616); + if (lookahead == 'i') ADVANCE(1971); END_STATE(); - case 2825: + case 2827: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1617); + if (lookahead == 'B') ADVANCE(1619); if (lookahead == 'I') ADVANCE(270); - if (lookahead == 'b') ADVANCE(1614); + if (lookahead == 'b') ADVANCE(1616); if (lookahead == 'i') ADVANCE(306); END_STATE(); - case 2826: + case 2828: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1629); - if (lookahead == 'I') ADVANCE(1942); - if (lookahead == 'b') ADVANCE(1626); - if (lookahead == 'i') ADVANCE(1970); + if (lookahead == 'B') ADVANCE(1631); + if (lookahead == 'I') ADVANCE(1944); + if (lookahead == 'b') ADVANCE(1628); + if (lookahead == 'i') ADVANCE(1972); END_STATE(); - case 2827: + case 2829: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1629); + if (lookahead == 'B') ADVANCE(1631); if (lookahead == 'I') ADVANCE(271); - if (lookahead == 'b') ADVANCE(1626); + if (lookahead == 'b') ADVANCE(1628); if (lookahead == 'i') ADVANCE(307); END_STATE(); - case 2828: + case 2830: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1665); - if (lookahead == 'I') ADVANCE(1943); - if (lookahead == 'b') ADVANCE(1662); - if (lookahead == 'i') ADVANCE(1971); + if (lookahead == 'B') ADVANCE(1667); + if (lookahead == 'I') ADVANCE(1945); + if (lookahead == 'b') ADVANCE(1664); + if (lookahead == 'i') ADVANCE(1973); END_STATE(); - case 2829: + case 2831: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1665); + if (lookahead == 'B') ADVANCE(1667); if (lookahead == 'I') ADVANCE(272); - if (lookahead == 'b') ADVANCE(1662); + if (lookahead == 'b') ADVANCE(1664); if (lookahead == 'i') ADVANCE(308); END_STATE(); - case 2830: + case 2832: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1653); - if (lookahead == 'I') ADVANCE(1944); - if (lookahead == 'b') ADVANCE(1650); - if (lookahead == 'i') ADVANCE(1972); + if (lookahead == 'B') ADVANCE(1655); + if (lookahead == 'I') ADVANCE(1946); + if (lookahead == 'b') ADVANCE(1652); + if (lookahead == 'i') ADVANCE(1974); END_STATE(); - case 2831: + case 2833: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1653); + if (lookahead == 'B') ADVANCE(1655); if (lookahead == 'I') ADVANCE(273); - if (lookahead == 'b') ADVANCE(1650); + if (lookahead == 'b') ADVANCE(1652); if (lookahead == 'i') ADVANCE(309); END_STATE(); - case 2832: + case 2834: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); if (lookahead == '_') ADVANCE(290); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == 'n') ADVANCE(318); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); - case 2833: + case 2835: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(274); - if (lookahead == 'b') ADVANCE(1668); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(275); if (lookahead == 'n') ADVANCE(318); END_STATE(); - case 2834: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1635); - if (lookahead == 'I') ADVANCE(1947); - if (lookahead == 'b') ADVANCE(1632); - if (lookahead == 'i') ADVANCE(1948); - END_STATE(); - case 2835: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1635); - if (lookahead == 'I') ADVANCE(276); - if (lookahead == 'b') ADVANCE(1632); - if (lookahead == 'i') ADVANCE(277); - END_STATE(); case 2836: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1611); + if (lookahead == 'B') ADVANCE(1637); if (lookahead == 'I') ADVANCE(1949); - if (lookahead == 'b') ADVANCE(1608); + if (lookahead == 'b') ADVANCE(1634); if (lookahead == 'i') ADVANCE(1950); END_STATE(); case 2837: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1611); - if (lookahead == 'I') ADVANCE(278); - if (lookahead == 'b') ADVANCE(1608); - if (lookahead == 'i') ADVANCE(279); + if (lookahead == 'B') ADVANCE(1637); + if (lookahead == 'I') ADVANCE(276); + if (lookahead == 'b') ADVANCE(1634); + if (lookahead == 'i') ADVANCE(277); END_STATE(); case 2838: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1613); if (lookahead == 'I') ADVANCE(1951); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1610); if (lookahead == 'i') ADVANCE(1952); - if (lookahead == 'o') ADVANCE(1975); - if (lookahead == 's') ADVANCE(1581); END_STATE(); case 2839: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1623); - if (lookahead == 'I') ADVANCE(1951); - if (lookahead == 'b') ADVANCE(1620); - if (lookahead == 'i') ADVANCE(1952); - if (lookahead == 's') ADVANCE(1581); + if (lookahead == 'B') ADVANCE(1613); + if (lookahead == 'I') ADVANCE(278); + if (lookahead == 'b') ADVANCE(1610); + if (lookahead == 'i') ADVANCE(279); END_STATE(); case 2840: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1623); - if (lookahead == 'I') ADVANCE(280); - if (lookahead == 'b') ADVANCE(1620); - if (lookahead == 'i') ADVANCE(281); - if (lookahead == 'o') ADVANCE(315); - if (lookahead == 's') ADVANCE(1581); + if (lookahead == 'B') ADVANCE(1625); + if (lookahead == 'I') ADVANCE(1953); + if (lookahead == 'b') ADVANCE(1622); + if (lookahead == 'i') ADVANCE(1954); + if (lookahead == 'o') ADVANCE(1977); + if (lookahead == 's') ADVANCE(1583); END_STATE(); case 2841: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1659); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(1953); - if (lookahead == 'b') ADVANCE(1656); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(1954); + if (lookahead == 's') ADVANCE(1583); END_STATE(); case 2842: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1659); - if (lookahead == 'I') ADVANCE(282); - if (lookahead == 'b') ADVANCE(1656); - if (lookahead == 'i') ADVANCE(283); + if (lookahead == 'B') ADVANCE(1625); + if (lookahead == 'I') ADVANCE(280); + if (lookahead == 'b') ADVANCE(1622); + if (lookahead == 'i') ADVANCE(281); + if (lookahead == 'o') ADVANCE(315); + if (lookahead == 's') ADVANCE(1583); END_STATE(); case 2843: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1661); if (lookahead == 'I') ADVANCE(1955); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1658); if (lookahead == 'i') ADVANCE(1956); - if (lookahead == 'r') ADVANCE(2032); END_STATE(); case 2844: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1661); + if (lookahead == 'I') ADVANCE(282); + if (lookahead == 'b') ADVANCE(1658); + if (lookahead == 'i') ADVANCE(283); + END_STATE(); + case 2845: + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B') ADVANCE(1649); + if (lookahead == 'I') ADVANCE(1957); + if (lookahead == 'b') ADVANCE(1646); + if (lookahead == 'i') ADVANCE(1958); + if (lookahead == 'r') ADVANCE(2034); + END_STATE(); + case 2846: + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (lookahead == 'B') ADVANCE(1649); if (lookahead == 'I') ADVANCE(284); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1646); if (lookahead == 'i') ADVANCE(285); END_STATE(); - case 2845: + case 2847: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1649); if (lookahead == 'I') ADVANCE(284); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1646); if (lookahead == 'i') ADVANCE(285); if (lookahead == 'r') ADVANCE(434); END_STATE(); - case 2846: + case 2848: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1678); - if (lookahead == 'I') ADVANCE(894); + if (lookahead == 'B') ADVANCE(1680); + if (lookahead == 'I') ADVANCE(895); if (lookahead == '_') ADVANCE(914); - if (lookahead == 'b') ADVANCE(1675); - if (lookahead == 'i') ADVANCE(920); + if (lookahead == 'b') ADVANCE(1677); + if (lookahead == 'i') ADVANCE(921); if (lookahead == '+' || lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); - END_STATE(); - case 2847: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1678); - if (lookahead == 'I') ADVANCE(894); - if (lookahead == 'b') ADVANCE(1675); - if (lookahead == 'i') ADVANCE(920); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); - case 2848: + case 2849: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1642); + if (lookahead == 'B') ADVANCE(1680); if (lookahead == 'I') ADVANCE(895); - if (lookahead == 'b') ADVANCE(1639); + if (lookahead == 'b') ADVANCE(1677); if (lookahead == 'i') ADVANCE(921); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 2849: + case 2850: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1618); + if (lookahead == 'B') ADVANCE(1644); if (lookahead == 'I') ADVANCE(896); - if (lookahead == 'b') ADVANCE(1615); + if (lookahead == 'b') ADVANCE(1641); if (lookahead == 'i') ADVANCE(922); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 2850: + case 2851: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1630); + if (lookahead == 'B') ADVANCE(1620); if (lookahead == 'I') ADVANCE(897); - if (lookahead == 'b') ADVANCE(1627); + if (lookahead == 'b') ADVANCE(1617); if (lookahead == 'i') ADVANCE(923); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 2851: + case 2852: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1666); + if (lookahead == 'B') ADVANCE(1632); if (lookahead == 'I') ADVANCE(898); - if (lookahead == 'b') ADVANCE(1663); + if (lookahead == 'b') ADVANCE(1629); if (lookahead == 'i') ADVANCE(924); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); - case 2852: + case 2853: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1654); + if (lookahead == 'B') ADVANCE(1668); if (lookahead == 'I') ADVANCE(899); - if (lookahead == 'b') ADVANCE(1651); + if (lookahead == 'b') ADVANCE(1665); if (lookahead == 'i') ADVANCE(925); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); - END_STATE(); - case 2853: - ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1672); - if (lookahead == 'I') ADVANCE(900); - if (lookahead == '_') ADVANCE(914); - if (lookahead == 'b') ADVANCE(1669); - if (lookahead == 'i') ADVANCE(901); - if (lookahead == 'n') ADVANCE(929); - if (lookahead == '+' || - lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2854: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1672); + if (lookahead == 'B') ADVANCE(1656); if (lookahead == 'I') ADVANCE(900); - if (lookahead == 'b') ADVANCE(1669); - if (lookahead == 'i') ADVANCE(901); - if (lookahead == 'n') ADVANCE(929); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'b') ADVANCE(1653); + if (lookahead == 'i') ADVANCE(926); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2855: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1636); - if (lookahead == 'I') ADVANCE(902); - if (lookahead == 'b') ADVANCE(1633); - if (lookahead == 'i') ADVANCE(903); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1674); + if (lookahead == 'I') ADVANCE(901); + if (lookahead == '_') ADVANCE(914); + if (lookahead == 'b') ADVANCE(1671); + if (lookahead == 'i') ADVANCE(902); + if (lookahead == 'n') ADVANCE(930); + if (lookahead == '+' || + lookahead == '-') ADVANCE(290); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1499); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 2856: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1612); - if (lookahead == 'I') ADVANCE(904); - if (lookahead == 'b') ADVANCE(1609); - if (lookahead == 'i') ADVANCE(905); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1674); + if (lookahead == 'I') ADVANCE(901); + if (lookahead == 'b') ADVANCE(1671); + if (lookahead == 'i') ADVANCE(902); + if (lookahead == 'n') ADVANCE(930); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2857: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1624); - if (lookahead == 'I') ADVANCE(906); - if (lookahead == 'b') ADVANCE(1621); - if (lookahead == 'i') ADVANCE(907); - if (lookahead == 'o') ADVANCE(928); - if (lookahead == 's') ADVANCE(1582); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1638); + if (lookahead == 'I') ADVANCE(903); + if (lookahead == 'b') ADVANCE(1635); + if (lookahead == 'i') ADVANCE(904); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2858: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1660); - if (lookahead == 'I') ADVANCE(908); - if (lookahead == 'b') ADVANCE(1657); - if (lookahead == 'i') ADVANCE(909); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1614); + if (lookahead == 'I') ADVANCE(905); + if (lookahead == 'b') ADVANCE(1611); + if (lookahead == 'i') ADVANCE(906); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2859: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'B') ADVANCE(1648); - if (lookahead == 'I') ADVANCE(910); - if (lookahead == 'b') ADVANCE(1645); - if (lookahead == 'i') ADVANCE(911); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'B') ADVANCE(1626); + if (lookahead == 'I') ADVANCE(907); + if (lookahead == 'b') ADVANCE(1623); + if (lookahead == 'i') ADVANCE(908); + if (lookahead == 'o') ADVANCE(929); + if (lookahead == 's') ADVANCE(1584); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2860: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(862); - if (lookahead == 'f') ADVANCE(1258); - if (lookahead == 'n') ADVANCE(1230); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'B') ADVANCE(1662); + if (lookahead == 'I') ADVANCE(909); + if (lookahead == 'b') ADVANCE(1659); + if (lookahead == 'i') ADVANCE(910); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2861: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(2038); - if (lookahead == 'n') ADVANCE(1231); + if (lookahead == 'B') ADVANCE(1650); + if (lookahead == 'I') ADVANCE(911); + if (lookahead == 'b') ADVANCE(1647); + if (lookahead == 'i') ADVANCE(912); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2862: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N') ADVANCE(452); - if (lookahead == 'n') ADVANCE(1234); + if (lookahead == 'N') ADVANCE(863); + if (lookahead == 'f') ADVANCE(1259); + if (lookahead == 'n') ADVANCE(1231); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2863: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(666); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(666); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == 'N') ADVANCE(2040); + if (lookahead == 'n') ADVANCE(1232); END_STATE(); case 2864: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(290); - if (lookahead == '+' || - lookahead == '-') ADVANCE(290); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (lookahead == 'N') ADVANCE(452); + if (lookahead == 'n') ADVANCE(1235); END_STATE(); case 2865: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(912); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); - if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(993); + if (lookahead == '_') ADVANCE(667); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(667); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 2866: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(291); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '_') ADVANCE(290); + if (lookahead == '+' || + lookahead == '-') ADVANCE(290); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 2867: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1961); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + if (lookahead == '_') ADVANCE(291); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2868: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(668); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1473); - if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(870); + if (lookahead == '_') ADVANCE(1963); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 2869: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1962); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(915); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1475); + if (aux_sym_short_flag_token1_character_set_1(lookahead)) ADVANCE(994); END_STATE(); case 2870: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(669); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1474); + if (sym_cmd_identifier_character_set_5(lookahead)) ADVANCE(871); END_STATE(); case 2871: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1964); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2872: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1871); - if (lookahead == 'o') ADVANCE(1872); - if (lookahead == 'x') ADVANCE(1882); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 2873: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1549); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 2874: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1553); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1873); + if (lookahead == 'o') ADVANCE(1874); + if (lookahead == 'x') ADVANCE(1884); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2875: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1551); END_STATE(); case 2876: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(2036); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); END_STATE(); case 2877: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(1995); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 2878: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(444); + if (lookahead == 'a') ADVANCE(2038); END_STATE(); case 2879: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(361); + if (lookahead == 'a') ADVANCE(1997); END_STATE(); case 2880: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(983); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(993); + if (lookahead == 'a') ADVANCE(444); END_STATE(); case 2881: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(765); - if (lookahead == 'o') ADVANCE(797); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(361); END_STATE(); case 2882: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(860); - if (lookahead == 'e') ADVANCE(731); - if (lookahead == 'o') ADVANCE(1253); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(984); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(994); END_STATE(); case 2883: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'a') ADVANCE(841); - if (lookahead == 'o') ADVANCE(768); - if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(766); + if (lookahead == 'o') ADVANCE(798); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2884: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'i') ADVANCE(824); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(861); + if (lookahead == 'e') ADVANCE(732); + if (lookahead == 'o') ADVANCE(1254); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2885: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(827); - if (lookahead == 'o') ADVANCE(784); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'a') ADVANCE(842); + if (lookahead == 'o') ADVANCE(769); + if (sym_cmd_identifier_character_set_6(lookahead)) ADVANCE(871); END_STATE(); case 2886: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(732); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'i') ADVANCE(825); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2887: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(1973); + if (lookahead == 'e') ADVANCE(828); + if (lookahead == 'o') ADVANCE(785); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2888: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(1973); - if (lookahead == 't') ADVANCE(1966); + if (lookahead == 'e') ADVANCE(733); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2889: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(310); - if (lookahead == 't') ADVANCE(297); + if (lookahead == 'e') ADVANCE(1975); END_STATE(); case 2890: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(926); - if (lookahead == 't') ADVANCE(918); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'e') ADVANCE(1975); + if (lookahead == 't') ADVANCE(1968); END_STATE(); case 2891: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(855); - if (lookahead == 'o') ADVANCE(836); - if (lookahead == 's') ADVANCE(1574); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(310); + if (lookahead == 't') ADVANCE(297); END_STATE(); case 2892: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'e') ADVANCE(689); - if (lookahead == 'o') ADVANCE(844); - if (lookahead == 't') ADVANCE(681); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(927); + if (lookahead == 't') ADVANCE(919); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2893: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'h') ADVANCE(728); - if (lookahead == 'k') ADVANCE(1598); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(856); + if (lookahead == 'o') ADVANCE(837); + if (lookahead == 's') ADVANCE(1576); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2894: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'h') ADVANCE(748); - if (lookahead == 'k') ADVANCE(1598); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'e') ADVANCE(690); + if (lookahead == 'o') ADVANCE(845); + if (lookahead == 't') ADVANCE(682); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2895: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'i') ADVANCE(697); - if (lookahead == 'r') ADVANCE(1592); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'h') ADVANCE(729); + if (lookahead == 'k') ADVANCE(1600); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2896: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'k') ADVANCE(1596); + if (lookahead == 'h') ADVANCE(749); + if (lookahead == 'k') ADVANCE(1600); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2897: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'k') ADVANCE(1597); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'i') ADVANCE(698); + if (lookahead == 'r') ADVANCE(1594); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2898: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (lookahead == 's') ADVANCE(1331); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'k') ADVANCE(1598); END_STATE(); case 2899: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'l') ADVANCE(745); - if (lookahead == 'n') ADVANCE(693); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'k') ADVANCE(1599); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2900: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1974); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (lookahead == 's') ADVANCE(1332); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2901: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(314); + if (lookahead == 'l') ADVANCE(746); + if (lookahead == 'n') ADVANCE(694); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2902: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(927); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(1976); END_STATE(); case 2903: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1235); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'n') ADVANCE(314); END_STATE(); case 2904: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'n') ADVANCE(1228); + if (lookahead == 'n') ADVANCE(928); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2905: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(768); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'n') ADVANCE(1236); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2906: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(396); + if (lookahead == 'n') ADVANCE(1229); END_STATE(); case 2907: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(2010); + if (lookahead == 'o') ADVANCE(769); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2908: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(960); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(396); END_STATE(); case 2909: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(797); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(961); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2910: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(834); - if (lookahead == 's') ADVANCE(1574); - if (lookahead == 'u') ADVANCE(762); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(2012); END_STATE(); case 2911: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(801); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(798); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2912: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(2025); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(1994); + if (lookahead == 'o') ADVANCE(835); + if (lookahead == 's') ADVANCE(1576); + if (lookahead == 'u') ADVANCE(763); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2913: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(423); - if (lookahead == 's') ADVANCE(1572); + if (lookahead == 'o') ADVANCE(802); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2914: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(423); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'o') ADVANCE(2027); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(1996); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2915: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'o') ADVANCE(978); - if (lookahead == 's') ADVANCE(1573); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'o') ADVANCE(423); + if (lookahead == 's') ADVANCE(1574); END_STATE(); case 2916: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1454); - if (lookahead == 'v') ADVANCE(721); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'o') ADVANCE(423); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(360); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2917: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1590); + if (lookahead == 'o') ADVANCE(979); + if (lookahead == 's') ADVANCE(1575); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2918: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1450); + if (lookahead == 'r') ADVANCE(1455); + if (lookahead == 'v') ADVANCE(722); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2919: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1591); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1592); END_STATE(); case 2920: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'r') ADVANCE(1452); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1451); END_STATE(); case 2921: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1576); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'r') ADVANCE(1593); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2922: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1579); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'r') ADVANCE(1453); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2923: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1577); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(1578); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2924: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(1994); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + if (lookahead == 's') ADVANCE(1581); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2925: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1578); + if (lookahead == 's') ADVANCE(1579); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2926: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 's') ADVANCE(1575); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(1996); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2927: ACCEPT_TOKEN(aux_sym_unquoted_token6); if (lookahead == 's') ADVANCE(1580); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); END_STATE(); case 2928: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(2041); + if (lookahead == 's') ADVANCE(1577); END_STATE(); case 2929: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(865); - if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(870); + if (lookahead == 's') ADVANCE(1582); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2930: ACCEPT_TOKEN(aux_sym_unquoted_token6); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(457); + lookahead == 'a') ADVANCE(2043); END_STATE(); case 2931: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(862); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(866); + if (sym_cmd_identifier_character_set_7(lookahead)) ADVANCE(871); END_STATE(); case 2932: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(2038); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(457); END_STATE(); case 2933: ACCEPT_TOKEN(aux_sym_unquoted_token6); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(452); + lookahead == 'n') ADVANCE(863); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2934: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(993); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(2040); END_STATE(); case 2935: ACCEPT_TOKEN(aux_sym_unquoted_token6); - if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(870); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(452); END_STATE(); case 2936: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '-') ADVANCE(3015); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (aux_sym_short_flag_token1_character_set_2(lookahead)) ADVANCE(994); END_STATE(); case 2937: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '2') ADVANCE(3007); - if (lookahead == '0' || - lookahead == '1') ADVANCE(3014); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + ACCEPT_TOKEN(aux_sym_unquoted_token6); + if (aux_sym_unquoted_token3_character_set_3(lookahead)) ADVANCE(871); END_STATE(); case 2938: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == ':') ADVANCE(3018); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == '-') ADVANCE(3017); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2939: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == ':') ADVANCE(3020); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == '2') ADVANCE(3009); + if (lookahead == '0' || + lookahead == '1') ADVANCE(3016); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2940: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(2952); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(2976); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == ':') ADVANCE(3020); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2941: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'I') ADVANCE(2953); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'i') ADVANCE(2977); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == ':') ADVANCE(3022); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2942: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1617); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(2954); - if (lookahead == 'b') ADVANCE(1614); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(2978); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2943: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1629); + if (lookahead == 'B') ADVANCE(1643); if (lookahead == 'I') ADVANCE(2955); - if (lookahead == 'b') ADVANCE(1626); + if (lookahead == 'b') ADVANCE(1640); if (lookahead == 'i') ADVANCE(2979); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2944: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1665); + if (lookahead == 'B') ADVANCE(1619); if (lookahead == 'I') ADVANCE(2956); - if (lookahead == 'b') ADVANCE(1662); + if (lookahead == 'b') ADVANCE(1616); if (lookahead == 'i') ADVANCE(2980); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2945: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1653); + if (lookahead == 'B') ADVANCE(1631); if (lookahead == 'I') ADVANCE(2957); - if (lookahead == 'b') ADVANCE(1650); + if (lookahead == 'b') ADVANCE(1628); if (lookahead == 'i') ADVANCE(2981); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2946: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1667); if (lookahead == 'I') ADVANCE(2958); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(2959); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1664); + if (lookahead == 'i') ADVANCE(2982); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2947: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1635); + if (lookahead == 'B') ADVANCE(1655); + if (lookahead == 'I') ADVANCE(2959); + if (lookahead == 'b') ADVANCE(1652); + if (lookahead == 'i') ADVANCE(2983); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); + END_STATE(); + case 2948: + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(2960); - if (lookahead == 'b') ADVANCE(1632); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(2961); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); - case 2948: + case 2949: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1611); + if (lookahead == 'B') ADVANCE(1637); if (lookahead == 'I') ADVANCE(2962); - if (lookahead == 'b') ADVANCE(1608); + if (lookahead == 'b') ADVANCE(1634); if (lookahead == 'i') ADVANCE(2963); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); - case 2949: + case 2950: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1613); if (lookahead == 'I') ADVANCE(2964); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1610); if (lookahead == 'i') ADVANCE(2965); - if (lookahead == 's') ADVANCE(1581); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); - case 2950: + case 2951: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1659); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(2966); - if (lookahead == 'b') ADVANCE(1656); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(2967); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 's') ADVANCE(1583); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); - case 2951: + case 2952: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1661); if (lookahead == 'I') ADVANCE(2968); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1658); if (lookahead == 'i') ADVANCE(2969); - if (lookahead == 'r') ADVANCE(2997); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); - END_STATE(); - case 2952: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1803); - if (lookahead == 'b') ADVANCE(1800); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2953: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1740); - if (lookahead == 'b') ADVANCE(1737); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1649); + if (lookahead == 'I') ADVANCE(2970); + if (lookahead == 'b') ADVANCE(1646); + if (lookahead == 'i') ADVANCE(2971); + if (lookahead == 'r') ADVANCE(2999); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2954: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1698); - if (lookahead == 'b') ADVANCE(1695); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1805); + if (lookahead == 'b') ADVANCE(1802); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2955: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1719); - if (lookahead == 'b') ADVANCE(1716); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1742); + if (lookahead == 'b') ADVANCE(1739); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2956: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1782); - if (lookahead == 'b') ADVANCE(1779); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1700); + if (lookahead == 'b') ADVANCE(1697); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2957: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1761); - if (lookahead == 'b') ADVANCE(1758); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1721); + if (lookahead == 'b') ADVANCE(1718); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2958: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1791); - if (lookahead == 'b') ADVANCE(1794); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1784); + if (lookahead == 'b') ADVANCE(1781); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2959: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1788); - if (lookahead == 'b') ADVANCE(1785); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1763); + if (lookahead == 'b') ADVANCE(1760); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2960: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1728); - if (lookahead == 'b') ADVANCE(1731); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1793); + if (lookahead == 'b') ADVANCE(1796); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2961: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1725); - if (lookahead == 'b') ADVANCE(1722); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1790); + if (lookahead == 'b') ADVANCE(1787); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2962: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1686); - if (lookahead == 'b') ADVANCE(1689); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1730); + if (lookahead == 'b') ADVANCE(1733); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2963: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1683); - if (lookahead == 'b') ADVANCE(1680); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1727); + if (lookahead == 'b') ADVANCE(1724); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2964: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1707); - if (lookahead == 'b') ADVANCE(1710); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1688); + if (lookahead == 'b') ADVANCE(1691); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2965: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1704); - if (lookahead == 'b') ADVANCE(1701); - if (lookahead == 'n') ADVANCE(1587); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1685); + if (lookahead == 'b') ADVANCE(1682); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2966: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1770); - if (lookahead == 'b') ADVANCE(1773); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1709); + if (lookahead == 'b') ADVANCE(1712); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2967: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1767); - if (lookahead == 'b') ADVANCE(1764); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1706); + if (lookahead == 'b') ADVANCE(1703); + if (lookahead == 'n') ADVANCE(1589); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2968: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1749); - if (lookahead == 'b') ADVANCE(1752); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1772); + if (lookahead == 'b') ADVANCE(1775); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2969: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'B') ADVANCE(1746); - if (lookahead == 'b') ADVANCE(1743); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1769); + if (lookahead == 'b') ADVANCE(1766); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2970: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2971); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2971); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1751); + if (lookahead == 'b') ADVANCE(1754); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2971: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2971); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'B') ADVANCE(1748); + if (lookahead == 'b') ADVANCE(1745); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2972: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == '_') ADVANCE(2972); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == '_') ADVANCE(2973); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2973); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2973: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); if (lookahead == '_') ADVANCE(2973); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2974: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'a') ADVANCE(2998); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == '_') ADVANCE(2974); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2975: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'a') ADVANCE(2989); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == '_') ADVANCE(2975); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2976: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1797); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'a') ADVANCE(3000); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2977: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1734); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'a') ADVANCE(2991); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2978: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1692); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1799); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2979: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1713); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1736); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2980: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1776); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1694); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2981: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'b') ADVANCE(1755); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1715); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2982: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'c') ADVANCE(1584); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1778); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2983: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(1522); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'b') ADVANCE(1757); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2984: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(1530); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'c') ADVANCE(1586); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2985: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'e') ADVANCE(2982); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'e') ADVANCE(1524); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2986: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'k') ADVANCE(1596); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'e') ADVANCE(1532); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2987: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(1514); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'e') ADVANCE(2984); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2988: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(2987); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'k') ADVANCE(1598); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2989: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'l') ADVANCE(2995); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'l') ADVANCE(1515); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2990: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'r') ADVANCE(1590); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'l') ADVANCE(2989); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2991: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'r') ADVANCE(2997); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'l') ADVANCE(2997); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2992: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(2988); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'r') ADVANCE(1592); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2993: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1578); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'r') ADVANCE(2999); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2994: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(1575); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(2990); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2995: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 's') ADVANCE(2984); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 's') ADVANCE(1580); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2996: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'u') ADVANCE(2988); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 's') ADVANCE(1577); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2997: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'u') ADVANCE(2983); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 's') ADVANCE(2986); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2998: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'y') ADVANCE(1593); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'u') ADVANCE(2990); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 2999: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'u') ADVANCE(2985); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3000: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1566); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'y') ADVANCE(1595); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3001: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3005); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3002: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1571); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(1568); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3003: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3000); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(3007); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3004: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3001); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + lookahead == 'n') ADVANCE(1573); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3005: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(3006); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3002); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3006: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1564); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3003); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3007: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1823); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(3008); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3008: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1817); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1566); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3009: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2936); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(1825); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3010: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2939); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1819); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3011: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3009); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2938); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3012: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1820); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2941); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3013: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1830); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3011); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3014: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1823); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1822); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3015: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3016); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1832); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3016: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1825); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3017: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3010); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3018); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3018: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3012); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1827); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3019: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2938); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3012); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3020: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3019); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3014); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3021: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3021); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2940); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3022: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3021); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3023: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == '_') ADVANCE(2972); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token1); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3023); END_STATE(); case 3024: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'a') ADVANCE(2989); END_STATE(); case 3025: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'r') ADVANCE(2997); + if (lookahead == '_') ADVANCE(2974); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 3026: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'u') ADVANCE(2988); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'a') ADVANCE(2991); END_STATE(); case 3027: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'r') ADVANCE(2999); END_STATE(); case 3028: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3000); + if (lookahead == 'u') ADVANCE(2990); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3029: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '-') ADVANCE(3076); - if (lookahead == '_') ADVANCE(3038); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3038); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3030: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '-') ADVANCE(3077); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token2); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3002); END_STATE(); case 3031: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '.') ADVANCE(3074); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3032); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(3083); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '-') ADVANCE(3078); + if (lookahead == '_') ADVANCE(3040); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3040); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3032: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '2') ADVANCE(3066); - if (lookahead == '0' || - lookahead == '1') ADVANCE(3075); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '-') ADVANCE(3079); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3033: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == ':') ADVANCE(3067); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3069); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '.') ADVANCE(3076); + if (lookahead == '+' || + lookahead == '-') ADVANCE(3034); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(3085); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3034: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == ':') ADVANCE(3079); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '2') ADVANCE(3068); + if (lookahead == '0' || + lookahead == '1') ADVANCE(3077); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3035: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == ':') ADVANCE(3081); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == ':') ADVANCE(3069); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3071); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3036: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'T') ADVANCE(3078); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == ':') ADVANCE(3081); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3037: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3038); - if (lookahead == 'b') ADVANCE(1808); - if (lookahead == 'o') ADVANCE(1811); - if (lookahead == 'x') ADVANCE(1814); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3040); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == ':') ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3038: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3038); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3038); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'T') ADVANCE(3080); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3039: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3038); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3029); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3040); + if (lookahead == 'b') ADVANCE(1810); + if (lookahead == 'o') ADVANCE(1813); + if (lookahead == 'x') ADVANCE(1816); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3042); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3040: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3038); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3039); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3040); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3040); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3041: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3038); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3040); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3040); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3031); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3042: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3042); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1478); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3040); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3041); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3043: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3044); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3044); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1500); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3040); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3042); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3044: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '_') ADVANCE(3044); + if (lookahead == '_') ADVANCE(3045); + if (lookahead == '+' || + lookahead == '-') ADVANCE(3045); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1500); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3045: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'a') ADVANCE(3048); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3045); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1500); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3046: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'e') ADVANCE(1528); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '_') ADVANCE(3046); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1479); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3047: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'e') ADVANCE(1536); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'a') ADVANCE(3050); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3048: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'l') ADVANCE(3052); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'e') ADVANCE(1530); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3049: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'l') ADVANCE(1520); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'e') ADVANCE(1538); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3050: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'l') ADVANCE(3049); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'l') ADVANCE(3054); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3051: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'r') ADVANCE(3053); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'l') ADVANCE(1521); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3052: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 's') ADVANCE(3047); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'l') ADVANCE(3051); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3053: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'u') ADVANCE(3046); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'r') ADVANCE(3055); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3054: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'u') ADVANCE(3050); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3060); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 's') ADVANCE(3049); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3055: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '+' || - lookahead == '-') ADVANCE(3032); - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(3083); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3055); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'u') ADVANCE(3048); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3056: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (lookahead == 'u') ADVANCE(3052); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3060); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + lookahead == 'a') ADVANCE(3062); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3057: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(3059); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '+' || + lookahead == '-') ADVANCE(3034); + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(3085); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3057); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3058: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3063); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3062); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3059: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(3062); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(3061); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3060: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3083); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(3065); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3061: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3057); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(3064); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3062: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3058); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + lookahead == 'n') ADVANCE(3085); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3063: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(3064); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3059); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3064: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(3083); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3060); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3065: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(3065); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(3066); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3066: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '3')) ADVANCE(3033); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(3085); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3067: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3069); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(3067); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3068: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(3068); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '3')) ADVANCE(3035); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3069: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3083); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '5')) ADVANCE(3071); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3070: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3030); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(3070); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3071: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3036); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3085); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3072: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3035); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3032); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3073: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3031); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3038); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3074: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3055); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3037); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3075: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3033); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3076: 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(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3057); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3077: 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(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3035); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3078: 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(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3079: 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(3083); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3080: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3034); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3074); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3081: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3080); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3075); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3082: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3082); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3036); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3083: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3082); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3084: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3084); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3085: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == '_') ADVANCE(2972); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token3); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3086: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'a') ADVANCE(2989); END_STATE(); case 3087: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'r') ADVANCE(2997); + if (lookahead == '_') ADVANCE(2974); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 3088: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'u') ADVANCE(2988); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'a') ADVANCE(2991); END_STATE(); case 3089: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'r') ADVANCE(2999); END_STATE(); case 3090: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3000); + if (lookahead == 'u') ADVANCE(2990); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3091: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (lookahead == '#') ADVANCE(3137); - if (lookahead == '_') ADVANCE(3093); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1481); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3094); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3092: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (lookahead == '#') ADVANCE(3137); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3094); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token4); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3002); END_STATE(); case 3093: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (lookahead == '_') ADVANCE(3093); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1481); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3094); + if (lookahead == '#') ADVANCE(3139); + if (lookahead == '_') ADVANCE(3095); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1482); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3096); END_STATE(); case 3094: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3094); + if (lookahead == '#') ADVANCE(3139); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3096); END_STATE(); case 3095: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); + if (lookahead == '_') ADVANCE(3095); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1482); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3096); END_STATE(); case 3096: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == '_') ADVANCE(2972); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token5); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3096); END_STATE(); case 3097: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'a') ADVANCE(2989); END_STATE(); case 3098: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'r') ADVANCE(2997); + if (lookahead == '_') ADVANCE(2974); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 3099: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'u') ADVANCE(2988); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'a') ADVANCE(2991); END_STATE(); case 3100: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'r') ADVANCE(2999); END_STATE(); case 3101: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3000); + if (lookahead == 'u') ADVANCE(2990); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3102: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3103: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(2952); - if (lookahead == '_') ADVANCE(2971); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(2976); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2971); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token6); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3002); END_STATE(); case 3104: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1677); - if (lookahead == 'I') ADVANCE(2952); - if (lookahead == 'b') ADVANCE(1674); - if (lookahead == 'i') ADVANCE(2976); END_STATE(); case 3105: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1641); - if (lookahead == 'I') ADVANCE(2953); - if (lookahead == 'b') ADVANCE(1638); - if (lookahead == 'i') ADVANCE(2977); + if (lookahead == 'B') ADVANCE(1679); + if (lookahead == 'I') ADVANCE(2954); + if (lookahead == '_') ADVANCE(2973); + if (lookahead == 'b') ADVANCE(1676); + if (lookahead == 'i') ADVANCE(2978); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2973); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 3106: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1617); + if (lookahead == 'B') ADVANCE(1679); if (lookahead == 'I') ADVANCE(2954); - if (lookahead == 'b') ADVANCE(1614); + if (lookahead == 'b') ADVANCE(1676); if (lookahead == 'i') ADVANCE(2978); END_STATE(); case 3107: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1629); + if (lookahead == 'B') ADVANCE(1643); if (lookahead == 'I') ADVANCE(2955); - if (lookahead == 'b') ADVANCE(1626); + if (lookahead == 'b') ADVANCE(1640); if (lookahead == 'i') ADVANCE(2979); END_STATE(); case 3108: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1665); + if (lookahead == 'B') ADVANCE(1619); if (lookahead == 'I') ADVANCE(2956); - if (lookahead == 'b') ADVANCE(1662); + if (lookahead == 'b') ADVANCE(1616); if (lookahead == 'i') ADVANCE(2980); END_STATE(); case 3109: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1653); + if (lookahead == 'B') ADVANCE(1631); if (lookahead == 'I') ADVANCE(2957); - if (lookahead == 'b') ADVANCE(1650); + if (lookahead == 'b') ADVANCE(1628); if (lookahead == 'i') ADVANCE(2981); END_STATE(); case 3110: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1671); + if (lookahead == 'B') ADVANCE(1667); if (lookahead == 'I') ADVANCE(2958); - if (lookahead == '_') ADVANCE(2971); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(2959); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2971); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1497); + if (lookahead == 'b') ADVANCE(1664); + if (lookahead == 'i') ADVANCE(2982); END_STATE(); case 3111: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1671); - if (lookahead == 'I') ADVANCE(2958); - if (lookahead == 'b') ADVANCE(1668); - if (lookahead == 'i') ADVANCE(2959); + if (lookahead == 'B') ADVANCE(1655); + if (lookahead == 'I') ADVANCE(2959); + if (lookahead == 'b') ADVANCE(1652); + if (lookahead == 'i') ADVANCE(2983); END_STATE(); case 3112: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1635); + if (lookahead == 'B') ADVANCE(1673); if (lookahead == 'I') ADVANCE(2960); - if (lookahead == 'b') ADVANCE(1632); + if (lookahead == '_') ADVANCE(2973); + if (lookahead == 'b') ADVANCE(1670); if (lookahead == 'i') ADVANCE(2961); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2973); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1498); END_STATE(); case 3113: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1611); + if (lookahead == 'B') ADVANCE(1673); + if (lookahead == 'I') ADVANCE(2960); + if (lookahead == 'b') ADVANCE(1670); + if (lookahead == 'i') ADVANCE(2961); + END_STATE(); + case 3114: + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'B') ADVANCE(1637); if (lookahead == 'I') ADVANCE(2962); - if (lookahead == 'b') ADVANCE(1608); + if (lookahead == 'b') ADVANCE(1634); if (lookahead == 'i') ADVANCE(2963); END_STATE(); - case 3114: + case 3115: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1623); + if (lookahead == 'B') ADVANCE(1613); if (lookahead == 'I') ADVANCE(2964); - if (lookahead == 'b') ADVANCE(1620); + if (lookahead == 'b') ADVANCE(1610); if (lookahead == 'i') ADVANCE(2965); - if (lookahead == 's') ADVANCE(1581); END_STATE(); - case 3115: + case 3116: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1659); + if (lookahead == 'B') ADVANCE(1625); if (lookahead == 'I') ADVANCE(2966); - if (lookahead == 'b') ADVANCE(1656); + if (lookahead == 'b') ADVANCE(1622); if (lookahead == 'i') ADVANCE(2967); + if (lookahead == 's') ADVANCE(1583); END_STATE(); - case 3116: + case 3117: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'B') ADVANCE(1647); + if (lookahead == 'B') ADVANCE(1661); if (lookahead == 'I') ADVANCE(2968); - if (lookahead == 'b') ADVANCE(1644); + if (lookahead == 'b') ADVANCE(1658); if (lookahead == 'i') ADVANCE(2969); - if (lookahead == 'r') ADVANCE(2997); - END_STATE(); - case 3117: - ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(2972); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1495); END_STATE(); case 3118: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(2973); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1560); + if (lookahead == 'B') ADVANCE(1649); + if (lookahead == 'I') ADVANCE(2970); + if (lookahead == 'b') ADVANCE(1646); + if (lookahead == 'i') ADVANCE(2971); + if (lookahead == 'r') ADVANCE(2999); END_STATE(); case 3119: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(1560); - if (lookahead == 'b') ADVANCE(1806); - if (lookahead == 'o') ADVANCE(1809); - if (lookahead == 'x') ADVANCE(1812); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); + if (lookahead == '_') ADVANCE(2974); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1496); END_STATE(); case 3120: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == '_') ADVANCE(1560); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1555); + if (lookahead == '_') ADVANCE(2975); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1562); END_STATE(); case 3121: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'a') ADVANCE(2998); + if (lookahead == '_') ADVANCE(1562); + if (lookahead == 'b') ADVANCE(1808); + if (lookahead == 'o') ADVANCE(1811); + if (lookahead == 'x') ADVANCE(1814); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1557); END_STATE(); case 3122: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'a') ADVANCE(2989); + if (lookahead == '_') ADVANCE(1562); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1557); END_STATE(); case 3123: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'e') ADVANCE(2982); + if (lookahead == 'a') ADVANCE(3000); END_STATE(); case 3124: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'k') ADVANCE(1596); + if (lookahead == 'a') ADVANCE(2991); END_STATE(); case 3125: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'r') ADVANCE(1590); + if (lookahead == 'e') ADVANCE(2984); END_STATE(); case 3126: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1572); - if (lookahead == 'u') ADVANCE(2988); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 'k') ADVANCE(1598); END_STATE(); case 3127: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1578); + if (lookahead == 'r') ADVANCE(1592); END_STATE(); case 3128: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 's') ADVANCE(1575); + if (lookahead == 's') ADVANCE(1574); + if (lookahead == 'u') ADVANCE(2990); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3129: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(3002); + if (lookahead == 's') ADVANCE(1580); END_STATE(); case 3130: ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(3000); + if (lookahead == 's') ADVANCE(1577); END_STATE(); case 3131: - ACCEPT_TOKEN(anon_sym_POUND); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(3004); END_STATE(); case 3132: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '\n') ADVANCE(588); - if (lookahead != 0) ADVANCE(4); + ACCEPT_TOKEN(aux_sym__unquoted_in_list_token7); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(3002); END_STATE(); case 3133: ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '!') ADVANCE(587); END_STATE(); case 3134: ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == ',' || - lookahead == ':') ADVANCE(2604); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2565); + if (lookahead == '\n') ADVANCE(589); + if (lookahead != 0) ADVANCE(4); END_STATE(); case 3135: ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1858); + if (lookahead == '!') ADVANCE(588); END_STATE(); case 3136: ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3083); + if (lookahead == ',' || + lookahead == ':') ADVANCE(2606); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2567); END_STATE(); case 3137: ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3094); + if (!aux_sym__record_key_token1_character_set_1(lookahead)) ADVANCE(1860); END_STATE(); case 3138: ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2604); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3085); END_STATE(); case 3139: ACCEPT_TOKEN(anon_sym_POUND); - if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1856); + if (!aux_sym__unquoted_in_list_token3_character_set_3(lookahead)) ADVANCE(3096); END_STATE(); case 3140: ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(3142); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(2606); END_STATE(); case 3141: + ACCEPT_TOKEN(anon_sym_POUND); + if (!aux_sym_unquoted_token3_character_set_4(lookahead)) ADVANCE(1858); + END_STATE(); + case 3142: + ACCEPT_TOKEN(anon_sym_POUND); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(3144); + END_STATE(); + case 3143: ACCEPT_TOKEN(aux_sym_comment_token1); - if (lookahead == '#') ADVANCE(3140); + if (lookahead == '#') ADVANCE(3142); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') ADVANCE(3141); + lookahead == ' ') ADVANCE(3143); if (lookahead != 0 && - lookahead != '\n') ADVANCE(3142); + lookahead != '\n') ADVANCE(3144); END_STATE(); - case 3142: + case 3144: ACCEPT_TOKEN(aux_sym_comment_token1); if (lookahead != 0 && - lookahead != '\n') ADVANCE(3142); + lookahead != '\n') ADVANCE(3144); END_STATE(); default: return false; @@ -65069,59 +65177,59 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 585}, + [1] = {.lex_state = 586}, [2] = {.lex_state = 493}, [3] = {.lex_state = 493}, [4] = {.lex_state = 508}, - [5] = {.lex_state = 493}, - [6] = {.lex_state = 493}, - [7] = {.lex_state = 494}, - [8] = {.lex_state = 508}, - [9] = {.lex_state = 494}, - [10] = {.lex_state = 494}, + [5] = {.lex_state = 494}, + [6] = {.lex_state = 494}, + [7] = {.lex_state = 493}, + [8] = {.lex_state = 494}, + [9] = {.lex_state = 508}, + [10] = {.lex_state = 493}, [11] = {.lex_state = 494}, [12] = {.lex_state = 494}, - [13] = {.lex_state = 494}, - [14] = {.lex_state = 495}, + [13] = {.lex_state = 508}, + [14] = {.lex_state = 508}, [15] = {.lex_state = 494}, - [16] = {.lex_state = 508}, - [17] = {.lex_state = 508}, - [18] = {.lex_state = 507}, - [19] = {.lex_state = 494}, - [20] = {.lex_state = 494}, + [16] = {.lex_state = 495}, + [17] = {.lex_state = 507}, + [18] = {.lex_state = 495}, + [19] = {.lex_state = 495}, + [20] = {.lex_state = 495}, [21] = {.lex_state = 507}, - [22] = {.lex_state = 494}, - [23] = {.lex_state = 507}, - [24] = {.lex_state = 495}, + [22] = {.lex_state = 507}, + [23] = {.lex_state = 495}, + [24] = {.lex_state = 507}, [25] = {.lex_state = 507}, - [26] = {.lex_state = 495}, - [27] = {.lex_state = 495}, - [28] = {.lex_state = 495}, - [29] = {.lex_state = 507}, + [26] = {.lex_state = 494}, + [27] = {.lex_state = 494}, + [28] = {.lex_state = 494}, + [29] = {.lex_state = 494}, [30] = {.lex_state = 495}, - [31] = {.lex_state = 495}, - [32] = {.lex_state = 495}, + [31] = {.lex_state = 499}, + [32] = {.lex_state = 506}, [33] = {.lex_state = 506}, - [34] = {.lex_state = 507}, + [34] = {.lex_state = 506}, [35] = {.lex_state = 507}, [36] = {.lex_state = 495}, - [37] = {.lex_state = 507}, - [38] = {.lex_state = 506}, + [37] = {.lex_state = 495}, + [38] = {.lex_state = 495}, [39] = {.lex_state = 506}, - [40] = {.lex_state = 499}, - [41] = {.lex_state = 495}, - [42] = {.lex_state = 506}, + [40] = {.lex_state = 506}, + [41] = {.lex_state = 507}, + [42] = {.lex_state = 507}, [43] = {.lex_state = 507}, - [44] = {.lex_state = 507}, - [45] = {.lex_state = 506}, - [46] = {.lex_state = 499}, + [44] = {.lex_state = 495}, + [45] = {.lex_state = 507}, + [46] = {.lex_state = 511}, [47] = {.lex_state = 506}, [48] = {.lex_state = 511}, - [49] = {.lex_state = 511}, - [50] = {.lex_state = 506}, + [49] = {.lex_state = 499}, + [50] = {.lex_state = 511}, [51] = {.lex_state = 506}, [52] = {.lex_state = 506}, - [53] = {.lex_state = 511}, + [53] = {.lex_state = 506}, [54] = {.lex_state = 506}, [55] = {.lex_state = 511}, [56] = {.lex_state = 511}, @@ -65129,14 +65237,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [58] = {.lex_state = 23}, [59] = {.lex_state = 23}, [60] = {.lex_state = 24}, - [61] = {.lex_state = 18}, - [62] = {.lex_state = 24}, + [61] = {.lex_state = 24}, + [62] = {.lex_state = 18}, [63] = {.lex_state = 18}, [64] = {.lex_state = 24}, [65] = {.lex_state = 24}, [66] = {.lex_state = 24}, [67] = {.lex_state = 16}, - [68] = {.lex_state = 16}, + [68] = {.lex_state = 25}, [69] = {.lex_state = 16}, [70] = {.lex_state = 16}, [71] = {.lex_state = 16}, @@ -65144,13 +65252,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [73] = {.lex_state = 25}, [74] = {.lex_state = 25}, [75] = {.lex_state = 25}, - [76] = {.lex_state = 25}, + [76] = {.lex_state = 16}, [77] = {.lex_state = 15}, [78] = {.lex_state = 15}, [79] = {.lex_state = 15}, [80] = {.lex_state = 15}, - [81] = {.lex_state = 26}, - [82] = {.lex_state = 15}, + [81] = {.lex_state = 15}, + [82] = {.lex_state = 26}, [83] = {.lex_state = 21}, [84] = {.lex_state = 21}, [85] = {.lex_state = 21}, @@ -65171,36 +65279,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [100] = {.lex_state = 136}, [101] = {.lex_state = 496}, [102] = {.lex_state = 496}, - [103] = {.lex_state = 496}, - [104] = {.lex_state = 497}, + [103] = {.lex_state = 497}, + [104] = {.lex_state = 496}, [105] = {.lex_state = 497}, - [106] = {.lex_state = 496}, + [106] = {.lex_state = 497}, [107] = {.lex_state = 497}, [108] = {.lex_state = 497}, - [109] = {.lex_state = 497}, + [109] = {.lex_state = 496}, [110] = {.lex_state = 497}, - [111] = {.lex_state = 497}, + [111] = {.lex_state = 498}, [112] = {.lex_state = 498}, - [113] = {.lex_state = 497}, - [114] = {.lex_state = 498}, + [113] = {.lex_state = 498}, + [114] = {.lex_state = 497}, [115] = {.lex_state = 498}, - [116] = {.lex_state = 497}, - [117] = {.lex_state = 498}, - [118] = {.lex_state = 497}, - [119] = {.lex_state = 498}, - [120] = {.lex_state = 498}, - [121] = {.lex_state = 498}, + [116] = {.lex_state = 498}, + [117] = {.lex_state = 497}, + [118] = {.lex_state = 498}, + [119] = {.lex_state = 497}, + [120] = {.lex_state = 497}, + [121] = {.lex_state = 500}, [122] = {.lex_state = 498}, - [123] = {.lex_state = 498}, + [123] = {.lex_state = 500}, [124] = {.lex_state = 498}, - [125] = {.lex_state = 500}, + [125] = {.lex_state = 498}, [126] = {.lex_state = 498}, - [127] = {.lex_state = 500}, + [127] = {.lex_state = 498}, [128] = {.lex_state = 498}, [129] = {.lex_state = 500}, [130] = {.lex_state = 522}, - [131] = {.lex_state = 500}, - [132] = {.lex_state = 522}, + [131] = {.lex_state = 522}, + [132] = {.lex_state = 500}, [133] = {.lex_state = 522}, [134] = {.lex_state = 522}, [135] = {.lex_state = 522}, @@ -65260,7 +65368,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [189] = {.lex_state = 584}, [190] = {.lex_state = 584}, [191] = {.lex_state = 584}, - [192] = {.lex_state = 27}, + [192] = {.lex_state = 584}, [193] = {.lex_state = 584}, [194] = {.lex_state = 584}, [195] = {.lex_state = 584}, @@ -65285,305 +65393,305 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [214] = {.lex_state = 584}, [215] = {.lex_state = 584}, [216] = {.lex_state = 584}, - [217] = {.lex_state = 27}, - [218] = {.lex_state = 28}, - [219] = {.lex_state = 60}, - [220] = {.lex_state = 28}, - [221] = {.lex_state = 28}, - [222] = {.lex_state = 60}, + [217] = {.lex_state = 584}, + [218] = {.lex_state = 584}, + [219] = {.lex_state = 584}, + [220] = {.lex_state = 584}, + [221] = {.lex_state = 584}, + [222] = {.lex_state = 584}, [223] = {.lex_state = 584}, - [224] = {.lex_state = 28}, + [224] = {.lex_state = 584}, [225] = {.lex_state = 584}, [226] = {.lex_state = 584}, - [227] = {.lex_state = 28}, - [228] = {.lex_state = 29}, - [229] = {.lex_state = 29}, - [230] = {.lex_state = 59}, - [231] = {.lex_state = 59}, - [232] = {.lex_state = 29}, - [233] = {.lex_state = 59}, - [234] = {.lex_state = 59}, - [235] = {.lex_state = 59}, - [236] = {.lex_state = 29}, - [237] = {.lex_state = 29}, - [238] = {.lex_state = 59}, - [239] = {.lex_state = 30}, - [240] = {.lex_state = 59}, - [241] = {.lex_state = 59}, - [242] = {.lex_state = 59}, - [243] = {.lex_state = 59}, - [244] = {.lex_state = 63}, - [245] = {.lex_state = 63}, - [246] = {.lex_state = 63}, - [247] = {.lex_state = 584}, - [248] = {.lex_state = 584}, - [249] = {.lex_state = 544}, - [250] = {.lex_state = 544}, - [251] = {.lex_state = 544}, - [252] = {.lex_state = 547}, - [253] = {.lex_state = 547}, - [254] = {.lex_state = 547}, - [255] = {.lex_state = 547}, - [256] = {.lex_state = 547}, - [257] = {.lex_state = 544}, - [258] = {.lex_state = 547}, - [259] = {.lex_state = 547}, - [260] = {.lex_state = 548}, - [261] = {.lex_state = 547}, - [262] = {.lex_state = 548}, - [263] = {.lex_state = 547}, - [264] = {.lex_state = 547}, - [265] = {.lex_state = 548}, - [266] = {.lex_state = 548}, - [267] = {.lex_state = 548}, - [268] = {.lex_state = 548}, - [269] = {.lex_state = 548}, - [270] = {.lex_state = 548}, - [271] = {.lex_state = 548}, - [272] = {.lex_state = 564}, - [273] = {.lex_state = 548}, - [274] = {.lex_state = 566}, - [275] = {.lex_state = 65}, - [276] = {.lex_state = 31}, - [277] = {.lex_state = 31}, - [278] = {.lex_state = 65}, - [279] = {.lex_state = 566}, - [280] = {.lex_state = 566}, - [281] = {.lex_state = 564}, - [282] = {.lex_state = 32}, - [283] = {.lex_state = 32}, - [284] = {.lex_state = 32}, - [285] = {.lex_state = 68}, - [286] = {.lex_state = 39}, - [287] = {.lex_state = 32}, - [288] = {.lex_state = 68}, - [289] = {.lex_state = 68}, + [227] = {.lex_state = 584}, + [228] = {.lex_state = 584}, + [229] = {.lex_state = 584}, + [230] = {.lex_state = 584}, + [231] = {.lex_state = 584}, + [232] = {.lex_state = 584}, + [233] = {.lex_state = 27}, + [234] = {.lex_state = 584}, + [235] = {.lex_state = 27}, + [236] = {.lex_state = 584}, + [237] = {.lex_state = 28}, + [238] = {.lex_state = 28}, + [239] = {.lex_state = 28}, + [240] = {.lex_state = 60}, + [241] = {.lex_state = 60}, + [242] = {.lex_state = 28}, + [243] = {.lex_state = 28}, + [244] = {.lex_state = 29}, + [245] = {.lex_state = 59}, + [246] = {.lex_state = 59}, + [247] = {.lex_state = 29}, + [248] = {.lex_state = 59}, + [249] = {.lex_state = 59}, + [250] = {.lex_state = 59}, + [251] = {.lex_state = 29}, + [252] = {.lex_state = 29}, + [253] = {.lex_state = 29}, + [254] = {.lex_state = 59}, + [255] = {.lex_state = 30}, + [256] = {.lex_state = 59}, + [257] = {.lex_state = 59}, + [258] = {.lex_state = 59}, + [259] = {.lex_state = 59}, + [260] = {.lex_state = 63}, + [261] = {.lex_state = 63}, + [262] = {.lex_state = 63}, + [263] = {.lex_state = 584}, + [264] = {.lex_state = 584}, + [265] = {.lex_state = 544}, + [266] = {.lex_state = 544}, + [267] = {.lex_state = 547}, + [268] = {.lex_state = 547}, + [269] = {.lex_state = 544}, + [270] = {.lex_state = 547}, + [271] = {.lex_state = 547}, + [272] = {.lex_state = 544}, + [273] = {.lex_state = 547}, + [274] = {.lex_state = 548}, + [275] = {.lex_state = 547}, + [276] = {.lex_state = 548}, + [277] = {.lex_state = 548}, + [278] = {.lex_state = 547}, + [279] = {.lex_state = 548}, + [280] = {.lex_state = 548}, + [281] = {.lex_state = 547}, + [282] = {.lex_state = 547}, + [283] = {.lex_state = 547}, + [284] = {.lex_state = 564}, + [285] = {.lex_state = 548}, + [286] = {.lex_state = 548}, + [287] = {.lex_state = 548}, + [288] = {.lex_state = 548}, + [289] = {.lex_state = 548}, [290] = {.lex_state = 566}, - [291] = {.lex_state = 68}, - [292] = {.lex_state = 566}, - [293] = {.lex_state = 34}, - [294] = {.lex_state = 68}, + [291] = {.lex_state = 31}, + [292] = {.lex_state = 68}, + [293] = {.lex_state = 31}, + [294] = {.lex_state = 566}, [295] = {.lex_state = 566}, - [296] = {.lex_state = 34}, - [297] = {.lex_state = 32}, - [298] = {.lex_state = 39}, - [299] = {.lex_state = 33}, - [300] = {.lex_state = 33}, - [301] = {.lex_state = 513}, - [302] = {.lex_state = 40}, - [303] = {.lex_state = 513}, - [304] = {.lex_state = 35}, - [305] = {.lex_state = 42}, - [306] = {.lex_state = 40}, - [307] = {.lex_state = 33}, - [308] = {.lex_state = 35}, - [309] = {.lex_state = 42}, - [310] = {.lex_state = 40}, - [311] = {.lex_state = 40}, - [312] = {.lex_state = 35}, - [313] = {.lex_state = 69}, - [314] = {.lex_state = 35}, - [315] = {.lex_state = 35}, - [316] = {.lex_state = 33}, - [317] = {.lex_state = 33}, - [318] = {.lex_state = 69}, - [319] = {.lex_state = 69}, - [320] = {.lex_state = 69}, - [321] = {.lex_state = 69}, + [296] = {.lex_state = 564}, + [297] = {.lex_state = 68}, + [298] = {.lex_state = 566}, + [299] = {.lex_state = 566}, + [300] = {.lex_state = 32}, + [301] = {.lex_state = 69}, + [302] = {.lex_state = 32}, + [303] = {.lex_state = 32}, + [304] = {.lex_state = 69}, + [305] = {.lex_state = 32}, + [306] = {.lex_state = 39}, + [307] = {.lex_state = 566}, + [308] = {.lex_state = 69}, + [309] = {.lex_state = 69}, + [310] = {.lex_state = 34}, + [311] = {.lex_state = 32}, + [312] = {.lex_state = 39}, + [313] = {.lex_state = 34}, + [314] = {.lex_state = 69}, + [315] = {.lex_state = 67}, + [316] = {.lex_state = 35}, + [317] = {.lex_state = 42}, + [318] = {.lex_state = 35}, + [319] = {.lex_state = 33}, + [320] = {.lex_state = 67}, + [321] = {.lex_state = 33}, [322] = {.lex_state = 40}, - [323] = {.lex_state = 36}, - [324] = {.lex_state = 37}, - [325] = {.lex_state = 501}, - [326] = {.lex_state = 501}, - [327] = {.lex_state = 36}, - [328] = {.lex_state = 41}, - [329] = {.lex_state = 69}, - [330] = {.lex_state = 41}, - [331] = {.lex_state = 513}, - [332] = {.lex_state = 43}, - [333] = {.lex_state = 36}, - [334] = {.lex_state = 43}, - [335] = {.lex_state = 513}, - [336] = {.lex_state = 69}, - [337] = {.lex_state = 513}, - [338] = {.lex_state = 36}, - [339] = {.lex_state = 41}, - [340] = {.lex_state = 36}, - [341] = {.lex_state = 69}, + [323] = {.lex_state = 33}, + [324] = {.lex_state = 40}, + [325] = {.lex_state = 33}, + [326] = {.lex_state = 40}, + [327] = {.lex_state = 40}, + [328] = {.lex_state = 67}, + [329] = {.lex_state = 42}, + [330] = {.lex_state = 35}, + [331] = {.lex_state = 35}, + [332] = {.lex_state = 33}, + [333] = {.lex_state = 40}, + [334] = {.lex_state = 35}, + [335] = {.lex_state = 67}, + [336] = {.lex_state = 513}, + [337] = {.lex_state = 67}, + [338] = {.lex_state = 513}, + [339] = {.lex_state = 37}, + [340] = {.lex_state = 43}, + [341] = {.lex_state = 67}, [342] = {.lex_state = 513}, [343] = {.lex_state = 513}, - [344] = {.lex_state = 43}, + [344] = {.lex_state = 501}, [345] = {.lex_state = 41}, - [346] = {.lex_state = 41}, + [346] = {.lex_state = 67}, [347] = {.lex_state = 43}, - [348] = {.lex_state = 513}, + [348] = {.lex_state = 41}, [349] = {.lex_state = 43}, - [350] = {.lex_state = 38}, - [351] = {.lex_state = 44}, - [352] = {.lex_state = 502}, + [350] = {.lex_state = 513}, + [351] = {.lex_state = 43}, + [352] = {.lex_state = 41}, [353] = {.lex_state = 513}, - [354] = {.lex_state = 513}, - [355] = {.lex_state = 502}, - [356] = {.lex_state = 502}, - [357] = {.lex_state = 502}, + [354] = {.lex_state = 43}, + [355] = {.lex_state = 36}, + [356] = {.lex_state = 36}, + [357] = {.lex_state = 36}, [358] = {.lex_state = 513}, - [359] = {.lex_state = 513}, - [360] = {.lex_state = 513}, - [361] = {.lex_state = 66}, - [362] = {.lex_state = 513}, - [363] = {.lex_state = 513}, + [359] = {.lex_state = 67}, + [360] = {.lex_state = 41}, + [361] = {.lex_state = 36}, + [362] = {.lex_state = 501}, + [363] = {.lex_state = 41}, [364] = {.lex_state = 513}, - [365] = {.lex_state = 66}, - [366] = {.lex_state = 513}, - [367] = {.lex_state = 502}, - [368] = {.lex_state = 44}, - [369] = {.lex_state = 44}, - [370] = {.lex_state = 44}, - [371] = {.lex_state = 501}, - [372] = {.lex_state = 45}, + [365] = {.lex_state = 36}, + [366] = {.lex_state = 502}, + [367] = {.lex_state = 45}, + [368] = {.lex_state = 513}, + [369] = {.lex_state = 502}, + [370] = {.lex_state = 502}, + [371] = {.lex_state = 513}, + [372] = {.lex_state = 501}, [373] = {.lex_state = 513}, - [374] = {.lex_state = 501}, - [375] = {.lex_state = 44}, - [376] = {.lex_state = 66}, - [377] = {.lex_state = 502}, - [378] = {.lex_state = 503}, - [379] = {.lex_state = 502}, - [380] = {.lex_state = 503}, - [381] = {.lex_state = 502}, - [382] = {.lex_state = 502}, - [383] = {.lex_state = 46}, + [374] = {.lex_state = 502}, + [375] = {.lex_state = 513}, + [376] = {.lex_state = 38}, + [377] = {.lex_state = 44}, + [378] = {.lex_state = 502}, + [379] = {.lex_state = 513}, + [380] = {.lex_state = 44}, + [381] = {.lex_state = 44}, + [382] = {.lex_state = 513}, + [383] = {.lex_state = 65}, [384] = {.lex_state = 513}, - [385] = {.lex_state = 66}, - [386] = {.lex_state = 502}, + [385] = {.lex_state = 44}, + [386] = {.lex_state = 513}, [387] = {.lex_state = 513}, - [388] = {.lex_state = 513}, - [389] = {.lex_state = 66}, + [388] = {.lex_state = 501}, + [389] = {.lex_state = 44}, [390] = {.lex_state = 513}, - [391] = {.lex_state = 503}, - [392] = {.lex_state = 513}, - [393] = {.lex_state = 503}, + [391] = {.lex_state = 65}, + [392] = {.lex_state = 503}, + [393] = {.lex_state = 65}, [394] = {.lex_state = 503}, - [395] = {.lex_state = 66}, - [396] = {.lex_state = 503}, - [397] = {.lex_state = 47}, - [398] = {.lex_state = 513}, - [399] = {.lex_state = 66}, - [400] = {.lex_state = 66}, - [401] = {.lex_state = 503}, - [402] = {.lex_state = 513}, + [395] = {.lex_state = 65}, + [396] = {.lex_state = 513}, + [397] = {.lex_state = 513}, + [398] = {.lex_state = 502}, + [399] = {.lex_state = 513}, + [400] = {.lex_state = 503}, + [401] = {.lex_state = 46}, + [402] = {.lex_state = 503}, [403] = {.lex_state = 513}, - [404] = {.lex_state = 503}, - [405] = {.lex_state = 47}, - [406] = {.lex_state = 503}, - [407] = {.lex_state = 504}, + [404] = {.lex_state = 502}, + [405] = {.lex_state = 65}, + [406] = {.lex_state = 502}, + [407] = {.lex_state = 502}, [408] = {.lex_state = 503}, - [409] = {.lex_state = 513}, + [409] = {.lex_state = 502}, [410] = {.lex_state = 513}, - [411] = {.lex_state = 513}, - [412] = {.lex_state = 513}, + [411] = {.lex_state = 47}, + [412] = {.lex_state = 65}, [413] = {.lex_state = 513}, - [414] = {.lex_state = 66}, + [414] = {.lex_state = 513}, [415] = {.lex_state = 513}, - [416] = {.lex_state = 54}, - [417] = {.lex_state = 54}, - [418] = {.lex_state = 66}, - [419] = {.lex_state = 504}, - [420] = {.lex_state = 66}, - [421] = {.lex_state = 51}, - [422] = {.lex_state = 66}, - [423] = {.lex_state = 48}, - [424] = {.lex_state = 51}, - [425] = {.lex_state = 513}, - [426] = {.lex_state = 48}, - [427] = {.lex_state = 48}, - [428] = {.lex_state = 48}, - [429] = {.lex_state = 66}, - [430] = {.lex_state = 119}, - [431] = {.lex_state = 513}, + [416] = {.lex_state = 503}, + [417] = {.lex_state = 513}, + [418] = {.lex_state = 503}, + [419] = {.lex_state = 503}, + [420] = {.lex_state = 65}, + [421] = {.lex_state = 47}, + [422] = {.lex_state = 65}, + [423] = {.lex_state = 65}, + [424] = {.lex_state = 513}, + [425] = {.lex_state = 503}, + [426] = {.lex_state = 513}, + [427] = {.lex_state = 504}, + [428] = {.lex_state = 513}, + [429] = {.lex_state = 503}, + [430] = {.lex_state = 513}, + [431] = {.lex_state = 65}, [432] = {.lex_state = 48}, - [433] = {.lex_state = 119}, - [434] = {.lex_state = 55}, - [435] = {.lex_state = 66}, - [436] = {.lex_state = 55}, - [437] = {.lex_state = 55}, - [438] = {.lex_state = 49}, - [439] = {.lex_state = 49}, - [440] = {.lex_state = 49}, - [441] = {.lex_state = 117}, - [442] = {.lex_state = 52}, - [443] = {.lex_state = 513}, - [444] = {.lex_state = 66}, - [445] = {.lex_state = 117}, - [446] = {.lex_state = 117}, - [447] = {.lex_state = 52}, - [448] = {.lex_state = 49}, - [449] = {.lex_state = 117}, + [433] = {.lex_state = 513}, + [434] = {.lex_state = 65}, + [435] = {.lex_state = 513}, + [436] = {.lex_state = 119}, + [437] = {.lex_state = 65}, + [438] = {.lex_state = 51}, + [439] = {.lex_state = 51}, + [440] = {.lex_state = 54}, + [441] = {.lex_state = 54}, + [442] = {.lex_state = 513}, + [443] = {.lex_state = 65}, + [444] = {.lex_state = 48}, + [445] = {.lex_state = 48}, + [446] = {.lex_state = 48}, + [447] = {.lex_state = 48}, + [448] = {.lex_state = 119}, + [449] = {.lex_state = 504}, [450] = {.lex_state = 52}, [451] = {.lex_state = 49}, - [452] = {.lex_state = 52}, + [452] = {.lex_state = 117}, [453] = {.lex_state = 55}, [454] = {.lex_state = 52}, - [455] = {.lex_state = 117}, - [456] = {.lex_state = 55}, - [457] = {.lex_state = 56}, - [458] = {.lex_state = 162}, - [459] = {.lex_state = 56}, - [460] = {.lex_state = 56}, - [461] = {.lex_state = 53}, - [462] = {.lex_state = 118}, - [463] = {.lex_state = 118}, - [464] = {.lex_state = 118}, - [465] = {.lex_state = 118}, - [466] = {.lex_state = 118}, - [467] = {.lex_state = 56}, - [468] = {.lex_state = 66}, - [469] = {.lex_state = 53}, - [470] = {.lex_state = 50}, - [471] = {.lex_state = 56}, - [472] = {.lex_state = 53}, + [455] = {.lex_state = 55}, + [456] = {.lex_state = 49}, + [457] = {.lex_state = 117}, + [458] = {.lex_state = 117}, + [459] = {.lex_state = 52}, + [460] = {.lex_state = 55}, + [461] = {.lex_state = 55}, + [462] = {.lex_state = 49}, + [463] = {.lex_state = 52}, + [464] = {.lex_state = 513}, + [465] = {.lex_state = 65}, + [466] = {.lex_state = 49}, + [467] = {.lex_state = 117}, + [468] = {.lex_state = 49}, + [469] = {.lex_state = 65}, + [470] = {.lex_state = 52}, + [471] = {.lex_state = 55}, + [472] = {.lex_state = 117}, [473] = {.lex_state = 53}, - [474] = {.lex_state = 66}, - [475] = {.lex_state = 53}, - [476] = {.lex_state = 162}, - [477] = {.lex_state = 160}, - [478] = {.lex_state = 58}, - [479] = {.lex_state = 160}, - [480] = {.lex_state = 66}, - [481] = {.lex_state = 66}, - [482] = {.lex_state = 127}, - [483] = {.lex_state = 160}, - [484] = {.lex_state = 160}, - [485] = {.lex_state = 160}, - [486] = {.lex_state = 57}, - [487] = {.lex_state = 131}, - [488] = {.lex_state = 161}, - [489] = {.lex_state = 161}, - [490] = {.lex_state = 131}, - [491] = {.lex_state = 161}, - [492] = {.lex_state = 161}, - [493] = {.lex_state = 131}, - [494] = {.lex_state = 131}, - [495] = {.lex_state = 161}, - [496] = {.lex_state = 167}, - [497] = {.lex_state = 131}, - [498] = {.lex_state = 524}, - [499] = {.lex_state = 524}, - [500] = {.lex_state = 490}, - [501] = {.lex_state = 505}, - [502] = {.lex_state = 505}, - [503] = {.lex_state = 505}, - [504] = {.lex_state = 505}, - [505] = {.lex_state = 505}, - [506] = {.lex_state = 505}, - [507] = {.lex_state = 505}, - [508] = {.lex_state = 505}, - [509] = {.lex_state = 505}, - [510] = {.lex_state = 505}, - [511] = {.lex_state = 505}, - [512] = {.lex_state = 505}, - [513] = {.lex_state = 505}, - [514] = {.lex_state = 505}, - [515] = {.lex_state = 505}, + [474] = {.lex_state = 56}, + [475] = {.lex_state = 50}, + [476] = {.lex_state = 53}, + [477] = {.lex_state = 65}, + [478] = {.lex_state = 118}, + [479] = {.lex_state = 118}, + [480] = {.lex_state = 162}, + [481] = {.lex_state = 118}, + [482] = {.lex_state = 53}, + [483] = {.lex_state = 56}, + [484] = {.lex_state = 56}, + [485] = {.lex_state = 118}, + [486] = {.lex_state = 162}, + [487] = {.lex_state = 53}, + [488] = {.lex_state = 65}, + [489] = {.lex_state = 56}, + [490] = {.lex_state = 53}, + [491] = {.lex_state = 118}, + [492] = {.lex_state = 56}, + [493] = {.lex_state = 65}, + [494] = {.lex_state = 160}, + [495] = {.lex_state = 160}, + [496] = {.lex_state = 58}, + [497] = {.lex_state = 160}, + [498] = {.lex_state = 65}, + [499] = {.lex_state = 160}, + [500] = {.lex_state = 57}, + [501] = {.lex_state = 127}, + [502] = {.lex_state = 160}, + [503] = {.lex_state = 131}, + [504] = {.lex_state = 161}, + [505] = {.lex_state = 131}, + [506] = {.lex_state = 161}, + [507] = {.lex_state = 161}, + [508] = {.lex_state = 131}, + [509] = {.lex_state = 161}, + [510] = {.lex_state = 161}, + [511] = {.lex_state = 131}, + [512] = {.lex_state = 167}, + [513] = {.lex_state = 131}, + [514] = {.lex_state = 524}, + [515] = {.lex_state = 524}, [516] = {.lex_state = 505}, [517] = {.lex_state = 505}, [518] = {.lex_state = 505}, @@ -65592,7 +65700,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [521] = {.lex_state = 505}, [522] = {.lex_state = 505}, [523] = {.lex_state = 505}, - [524] = {.lex_state = 505}, + [524] = {.lex_state = 490}, [525] = {.lex_state = 505}, [526] = {.lex_state = 505}, [527] = {.lex_state = 505}, @@ -65600,7 +65708,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [529] = {.lex_state = 505}, [530] = {.lex_state = 505}, [531] = {.lex_state = 505}, - [532] = {.lex_state = 490}, + [532] = {.lex_state = 505}, [533] = {.lex_state = 505}, [534] = {.lex_state = 505}, [535] = {.lex_state = 505}, @@ -65609,36 +65717,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [538] = {.lex_state = 505}, [539] = {.lex_state = 505}, [540] = {.lex_state = 505}, - [541] = {.lex_state = 527}, + [541] = {.lex_state = 505}, [542] = {.lex_state = 505}, [543] = {.lex_state = 505}, [544] = {.lex_state = 505}, [545] = {.lex_state = 505}, [546] = {.lex_state = 505}, - [547] = {.lex_state = 530}, + [547] = {.lex_state = 490}, [548] = {.lex_state = 505}, [549] = {.lex_state = 505}, - [550] = {.lex_state = 512}, - [551] = {.lex_state = 512}, - [552] = {.lex_state = 512}, - [553] = {.lex_state = 512}, - [554] = {.lex_state = 512}, - [555] = {.lex_state = 512}, - [556] = {.lex_state = 512}, - [557] = {.lex_state = 512}, - [558] = {.lex_state = 512}, - [559] = {.lex_state = 512}, - [560] = {.lex_state = 512}, - [561] = {.lex_state = 512}, - [562] = {.lex_state = 512}, - [563] = {.lex_state = 512}, - [564] = {.lex_state = 512}, + [550] = {.lex_state = 505}, + [551] = {.lex_state = 505}, + [552] = {.lex_state = 505}, + [553] = {.lex_state = 505}, + [554] = {.lex_state = 505}, + [555] = {.lex_state = 527}, + [556] = {.lex_state = 505}, + [557] = {.lex_state = 505}, + [558] = {.lex_state = 505}, + [559] = {.lex_state = 505}, + [560] = {.lex_state = 505}, + [561] = {.lex_state = 505}, + [562] = {.lex_state = 505}, + [563] = {.lex_state = 505}, + [564] = {.lex_state = 530}, [565] = {.lex_state = 512}, [566] = {.lex_state = 512}, [567] = {.lex_state = 512}, [568] = {.lex_state = 512}, [569] = {.lex_state = 512}, - [570] = {.lex_state = 505}, + [570] = {.lex_state = 512}, [571] = {.lex_state = 512}, [572] = {.lex_state = 512}, [573] = {.lex_state = 512}, @@ -65647,22 +65755,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [576] = {.lex_state = 512}, [577] = {.lex_state = 512}, [578] = {.lex_state = 512}, - [579] = {.lex_state = 505}, - [580] = {.lex_state = 505}, + [579] = {.lex_state = 512}, + [580] = {.lex_state = 512}, [581] = {.lex_state = 512}, [582] = {.lex_state = 512}, - [583] = {.lex_state = 505}, + [583] = {.lex_state = 512}, [584] = {.lex_state = 512}, - [585] = {.lex_state = 512}, + [585] = {.lex_state = 530}, [586] = {.lex_state = 512}, [587] = {.lex_state = 512}, [588] = {.lex_state = 512}, [589] = {.lex_state = 512}, - [590] = {.lex_state = 505}, - [591] = {.lex_state = 505}, + [590] = {.lex_state = 512}, + [591] = {.lex_state = 512}, [592] = {.lex_state = 512}, [593] = {.lex_state = 512}, - [594] = {.lex_state = 512}, + [594] = {.lex_state = 527}, [595] = {.lex_state = 512}, [596] = {.lex_state = 512}, [597] = {.lex_state = 512}, @@ -65675,11 +65783,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [604] = {.lex_state = 512}, [605] = {.lex_state = 512}, [606] = {.lex_state = 512}, - [607] = {.lex_state = 530}, + [607] = {.lex_state = 512}, [608] = {.lex_state = 512}, [609] = {.lex_state = 512}, [610] = {.lex_state = 512}, - [611] = {.lex_state = 527}, + [611] = {.lex_state = 512}, [612] = {.lex_state = 512}, [613] = {.lex_state = 512}, [614] = {.lex_state = 512}, @@ -65688,23 +65796,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [617] = {.lex_state = 512}, [618] = {.lex_state = 512}, [619] = {.lex_state = 512}, - [620] = {.lex_state = 512}, + [620] = {.lex_state = 505}, [621] = {.lex_state = 512}, [622] = {.lex_state = 512}, [623] = {.lex_state = 512}, [624] = {.lex_state = 512}, - [625] = {.lex_state = 512}, + [625] = {.lex_state = 505}, [626] = {.lex_state = 512}, [627] = {.lex_state = 512}, - [628] = {.lex_state = 512}, + [628] = {.lex_state = 505}, [629] = {.lex_state = 512}, - [630] = {.lex_state = 512}, - [631] = {.lex_state = 512}, - [632] = {.lex_state = 512}, + [630] = {.lex_state = 505}, + [631] = {.lex_state = 505}, + [632] = {.lex_state = 505}, [633] = {.lex_state = 512}, [634] = {.lex_state = 512}, [635] = {.lex_state = 512}, - [636] = {.lex_state = 512}, + [636] = {.lex_state = 505}, [637] = {.lex_state = 512}, [638] = {.lex_state = 512}, [639] = {.lex_state = 512}, @@ -65748,72 +65856,72 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [677] = {.lex_state = 512}, [678] = {.lex_state = 512}, [679] = {.lex_state = 512}, - [680] = {.lex_state = 89}, - [681] = {.lex_state = 190}, - [682] = {.lex_state = 190}, - [683] = {.lex_state = 17}, - [684] = {.lex_state = 17}, - [685] = {.lex_state = 190}, - [686] = {.lex_state = 17}, - [687] = {.lex_state = 17}, - [688] = {.lex_state = 17}, - [689] = {.lex_state = 17}, - [690] = {.lex_state = 17}, - [691] = {.lex_state = 190}, - [692] = {.lex_state = 17}, - [693] = {.lex_state = 190}, - [694] = {.lex_state = 17}, - [695] = {.lex_state = 17}, - [696] = {.lex_state = 17}, - [697] = {.lex_state = 5}, - [698] = {.lex_state = 17}, - [699] = {.lex_state = 17}, - [700] = {.lex_state = 17}, + [680] = {.lex_state = 512}, + [681] = {.lex_state = 512}, + [682] = {.lex_state = 512}, + [683] = {.lex_state = 512}, + [684] = {.lex_state = 512}, + [685] = {.lex_state = 512}, + [686] = {.lex_state = 512}, + [687] = {.lex_state = 512}, + [688] = {.lex_state = 512}, + [689] = {.lex_state = 512}, + [690] = {.lex_state = 512}, + [691] = {.lex_state = 512}, + [692] = {.lex_state = 512}, + [693] = {.lex_state = 512}, + [694] = {.lex_state = 512}, + [695] = {.lex_state = 512}, + [696] = {.lex_state = 512}, + [697] = {.lex_state = 512}, + [698] = {.lex_state = 512}, + [699] = {.lex_state = 512}, + [700] = {.lex_state = 89}, [701] = {.lex_state = 190}, - [702] = {.lex_state = 17}, - [703] = {.lex_state = 190}, - [704] = {.lex_state = 190}, - [705] = {.lex_state = 14}, - [706] = {.lex_state = 14}, - [707] = {.lex_state = 190}, - [708] = {.lex_state = 190}, - [709] = {.lex_state = 190}, + [702] = {.lex_state = 190}, + [703] = {.lex_state = 17}, + [704] = {.lex_state = 5}, + [705] = {.lex_state = 17}, + [706] = {.lex_state = 17}, + [707] = {.lex_state = 17}, + [708] = {.lex_state = 17}, + [709] = {.lex_state = 17}, [710] = {.lex_state = 190}, - [711] = {.lex_state = 14}, - [712] = {.lex_state = 14}, + [711] = {.lex_state = 17}, + [712] = {.lex_state = 190}, [713] = {.lex_state = 190}, [714] = {.lex_state = 17}, - [715] = {.lex_state = 190}, - [716] = {.lex_state = 190}, - [717] = {.lex_state = 115}, + [715] = {.lex_state = 17}, + [716] = {.lex_state = 17}, + [717] = {.lex_state = 190}, [718] = {.lex_state = 17}, - [719] = {.lex_state = 106}, + [719] = {.lex_state = 17}, [720] = {.lex_state = 17}, [721] = {.lex_state = 17}, [722] = {.lex_state = 17}, - [723] = {.lex_state = 17}, + [723] = {.lex_state = 190}, [724] = {.lex_state = 190}, - [725] = {.lex_state = 17}, - [726] = {.lex_state = 22}, - [727] = {.lex_state = 22}, - [728] = {.lex_state = 22}, - [729] = {.lex_state = 22}, - [730] = {.lex_state = 22}, - [731] = {.lex_state = 22}, - [732] = {.lex_state = 22}, - [733] = {.lex_state = 22}, - [734] = {.lex_state = 22}, - [735] = {.lex_state = 22}, - [736] = {.lex_state = 22}, - [737] = {.lex_state = 22}, - [738] = {.lex_state = 22}, - [739] = {.lex_state = 22}, - [740] = {.lex_state = 22}, - [741] = {.lex_state = 22}, - [742] = {.lex_state = 22}, - [743] = {.lex_state = 22}, - [744] = {.lex_state = 22}, - [745] = {.lex_state = 22}, + [725] = {.lex_state = 190}, + [726] = {.lex_state = 14}, + [727] = {.lex_state = 190}, + [728] = {.lex_state = 14}, + [729] = {.lex_state = 190}, + [730] = {.lex_state = 190}, + [731] = {.lex_state = 14}, + [732] = {.lex_state = 14}, + [733] = {.lex_state = 17}, + [734] = {.lex_state = 98}, + [735] = {.lex_state = 17}, + [736] = {.lex_state = 17}, + [737] = {.lex_state = 115}, + [738] = {.lex_state = 17}, + [739] = {.lex_state = 17}, + [740] = {.lex_state = 190}, + [741] = {.lex_state = 17}, + [742] = {.lex_state = 190}, + [743] = {.lex_state = 190}, + [744] = {.lex_state = 190}, + [745] = {.lex_state = 17}, [746] = {.lex_state = 22}, [747] = {.lex_state = 22}, [748] = {.lex_state = 22}, @@ -65855,507 +65963,507 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [784] = {.lex_state = 22}, [785] = {.lex_state = 22}, [786] = {.lex_state = 22}, - [787] = {.lex_state = 138}, - [788] = {.lex_state = 138}, - [789] = {.lex_state = 138}, - [790] = {.lex_state = 138}, - [791] = {.lex_state = 138}, - [792] = {.lex_state = 138}, - [793] = {.lex_state = 138}, - [794] = {.lex_state = 138}, - [795] = {.lex_state = 138}, - [796] = {.lex_state = 138}, - [797] = {.lex_state = 138}, - [798] = {.lex_state = 138}, - [799] = {.lex_state = 138}, - [800] = {.lex_state = 138}, - [801] = {.lex_state = 138}, - [802] = {.lex_state = 138}, - [803] = {.lex_state = 138}, - [804] = {.lex_state = 138}, - [805] = {.lex_state = 138}, - [806] = {.lex_state = 138}, - [807] = {.lex_state = 138}, - [808] = {.lex_state = 138}, + [787] = {.lex_state = 22}, + [788] = {.lex_state = 22}, + [789] = {.lex_state = 22}, + [790] = {.lex_state = 22}, + [791] = {.lex_state = 22}, + [792] = {.lex_state = 22}, + [793] = {.lex_state = 22}, + [794] = {.lex_state = 22}, + [795] = {.lex_state = 22}, + [796] = {.lex_state = 22}, + [797] = {.lex_state = 22}, + [798] = {.lex_state = 22}, + [799] = {.lex_state = 22}, + [800] = {.lex_state = 22}, + [801] = {.lex_state = 22}, + [802] = {.lex_state = 22}, + [803] = {.lex_state = 22}, + [804] = {.lex_state = 22}, + [805] = {.lex_state = 22}, + [806] = {.lex_state = 22}, + [807] = {.lex_state = 22}, + [808] = {.lex_state = 22}, [809] = {.lex_state = 138}, [810] = {.lex_state = 138}, [811] = {.lex_state = 138}, [812] = {.lex_state = 138}, [813] = {.lex_state = 138}, - [814] = {.lex_state = 571}, - [815] = {.lex_state = 571}, - [816] = {.lex_state = 571}, - [817] = {.lex_state = 571}, - [818] = {.lex_state = 571}, - [819] = {.lex_state = 571}, - [820] = {.lex_state = 571}, - [821] = {.lex_state = 571}, - [822] = {.lex_state = 525}, - [823] = {.lex_state = 571}, - [824] = {.lex_state = 571}, - [825] = {.lex_state = 571}, - [826] = {.lex_state = 571}, - [827] = {.lex_state = 571}, - [828] = {.lex_state = 571}, - [829] = {.lex_state = 571}, - [830] = {.lex_state = 571}, - [831] = {.lex_state = 571}, - [832] = {.lex_state = 571}, - [833] = {.lex_state = 525}, - [834] = {.lex_state = 571}, - [835] = {.lex_state = 571}, + [814] = {.lex_state = 138}, + [815] = {.lex_state = 138}, + [816] = {.lex_state = 138}, + [817] = {.lex_state = 138}, + [818] = {.lex_state = 138}, + [819] = {.lex_state = 138}, + [820] = {.lex_state = 138}, + [821] = {.lex_state = 138}, + [822] = {.lex_state = 138}, + [823] = {.lex_state = 138}, + [824] = {.lex_state = 138}, + [825] = {.lex_state = 138}, + [826] = {.lex_state = 138}, + [827] = {.lex_state = 138}, + [828] = {.lex_state = 138}, + [829] = {.lex_state = 138}, + [830] = {.lex_state = 138}, + [831] = {.lex_state = 138}, + [832] = {.lex_state = 138}, + [833] = {.lex_state = 138}, + [834] = {.lex_state = 138}, + [835] = {.lex_state = 138}, [836] = {.lex_state = 571}, [837] = {.lex_state = 571}, [838] = {.lex_state = 571}, [839] = {.lex_state = 571}, [840] = {.lex_state = 571}, [841] = {.lex_state = 571}, - [842] = {.lex_state = 520}, - [843] = {.lex_state = 520}, - [844] = {.lex_state = 535}, + [842] = {.lex_state = 571}, + [843] = {.lex_state = 525}, + [844] = {.lex_state = 571}, [845] = {.lex_state = 571}, - [846] = {.lex_state = 520}, - [847] = {.lex_state = 535}, - [848] = {.lex_state = 491}, - [849] = {.lex_state = 520}, - [850] = {.lex_state = 520}, + [846] = {.lex_state = 571}, + [847] = {.lex_state = 571}, + [848] = {.lex_state = 571}, + [849] = {.lex_state = 571}, + [850] = {.lex_state = 571}, [851] = {.lex_state = 571}, - [852] = {.lex_state = 520}, - [853] = {.lex_state = 520}, + [852] = {.lex_state = 571}, + [853] = {.lex_state = 571}, [854] = {.lex_state = 571}, - [855] = {.lex_state = 520}, - [856] = {.lex_state = 520}, - [857] = {.lex_state = 520}, + [855] = {.lex_state = 571}, + [856] = {.lex_state = 525}, + [857] = {.lex_state = 571}, [858] = {.lex_state = 571}, - [859] = {.lex_state = 520}, - [860] = {.lex_state = 520}, - [861] = {.lex_state = 535}, + [859] = {.lex_state = 571}, + [860] = {.lex_state = 571}, + [861] = {.lex_state = 571}, [862] = {.lex_state = 571}, [863] = {.lex_state = 571}, - [864] = {.lex_state = 520}, + [864] = {.lex_state = 491}, [865] = {.lex_state = 571}, - [866] = {.lex_state = 571}, - [867] = {.lex_state = 571}, + [866] = {.lex_state = 520}, + [867] = {.lex_state = 568}, [868] = {.lex_state = 520}, [869] = {.lex_state = 520}, - [870] = {.lex_state = 571}, - [871] = {.lex_state = 491}, - [872] = {.lex_state = 520}, - [873] = {.lex_state = 520}, - [874] = {.lex_state = 520}, - [875] = {.lex_state = 520}, - [876] = {.lex_state = 520}, - [877] = {.lex_state = 568}, - [878] = {.lex_state = 520}, - [879] = {.lex_state = 534}, - [880] = {.lex_state = 520}, - [881] = {.lex_state = 520}, - [882] = {.lex_state = 568}, - [883] = {.lex_state = 535}, - [884] = {.lex_state = 535}, - [885] = {.lex_state = 519}, - [886] = {.lex_state = 2}, - [887] = {.lex_state = 519}, + [870] = {.lex_state = 535}, + [871] = {.lex_state = 520}, + [872] = {.lex_state = 568}, + [873] = {.lex_state = 568}, + [874] = {.lex_state = 571}, + [875] = {.lex_state = 571}, + [876] = {.lex_state = 568}, + [877] = {.lex_state = 535}, + [878] = {.lex_state = 569}, + [879] = {.lex_state = 520}, + [880] = {.lex_state = 571}, + [881] = {.lex_state = 571}, + [882] = {.lex_state = 2}, + [883] = {.lex_state = 520}, + [884] = {.lex_state = 571}, + [885] = {.lex_state = 571}, + [886] = {.lex_state = 520}, + [887] = {.lex_state = 520}, [888] = {.lex_state = 520}, - [889] = {.lex_state = 569}, - [890] = {.lex_state = 568}, + [889] = {.lex_state = 535}, + [890] = {.lex_state = 520}, [891] = {.lex_state = 520}, [892] = {.lex_state = 568}, - [893] = {.lex_state = 520}, + [893] = {.lex_state = 571}, [894] = {.lex_state = 520}, [895] = {.lex_state = 520}, - [896] = {.lex_state = 535}, - [897] = {.lex_state = 568}, + [896] = {.lex_state = 571}, + [897] = {.lex_state = 520}, [898] = {.lex_state = 520}, - [899] = {.lex_state = 519}, - [900] = {.lex_state = 519}, + [899] = {.lex_state = 571}, + [900] = {.lex_state = 520}, [901] = {.lex_state = 520}, - [902] = {.lex_state = 557}, + [902] = {.lex_state = 568}, [903] = {.lex_state = 520}, - [904] = {.lex_state = 557}, - [905] = {.lex_state = 519}, - [906] = {.lex_state = 519}, - [907] = {.lex_state = 557}, - [908] = {.lex_state = 568}, - [909] = {.lex_state = 568}, + [904] = {.lex_state = 520}, + [905] = {.lex_state = 520}, + [906] = {.lex_state = 520}, + [907] = {.lex_state = 535}, + [908] = {.lex_state = 519}, + [909] = {.lex_state = 535}, [910] = {.lex_state = 568}, - [911] = {.lex_state = 557}, + [911] = {.lex_state = 568}, [912] = {.lex_state = 520}, - [913] = {.lex_state = 568}, - [914] = {.lex_state = 520}, - [915] = {.lex_state = 528}, - [916] = {.lex_state = 569}, + [913] = {.lex_state = 519}, + [914] = {.lex_state = 568}, + [915] = {.lex_state = 520}, + [916] = {.lex_state = 520}, [917] = {.lex_state = 568}, - [918] = {.lex_state = 568}, - [919] = {.lex_state = 520}, + [918] = {.lex_state = 534}, + [919] = {.lex_state = 568}, [920] = {.lex_state = 568}, - [921] = {.lex_state = 568}, - [922] = {.lex_state = 534}, - [923] = {.lex_state = 519}, - [924] = {.lex_state = 543}, + [921] = {.lex_state = 535}, + [922] = {.lex_state = 568}, + [923] = {.lex_state = 568}, + [924] = {.lex_state = 520}, [925] = {.lex_state = 520}, - [926] = {.lex_state = 531}, - [927] = {.lex_state = 568}, - [928] = {.lex_state = 519}, - [929] = {.lex_state = 557}, + [926] = {.lex_state = 520}, + [927] = {.lex_state = 520}, + [928] = {.lex_state = 569}, + [929] = {.lex_state = 491}, [930] = {.lex_state = 520}, - [931] = {.lex_state = 568}, + [931] = {.lex_state = 519}, [932] = {.lex_state = 520}, - [933] = {.lex_state = 523}, - [934] = {.lex_state = 523}, - [935] = {.lex_state = 523}, - [936] = {.lex_state = 523}, - [937] = {.lex_state = 523}, + [933] = {.lex_state = 568}, + [934] = {.lex_state = 519}, + [935] = {.lex_state = 520}, + [936] = {.lex_state = 568}, + [937] = {.lex_state = 557}, [938] = {.lex_state = 557}, - [939] = {.lex_state = 557}, + [939] = {.lex_state = 519}, [940] = {.lex_state = 557}, - [941] = {.lex_state = 523}, - [942] = {.lex_state = 523}, - [943] = {.lex_state = 528}, - [944] = {.lex_state = 523}, - [945] = {.lex_state = 543}, - [946] = {.lex_state = 523}, - [947] = {.lex_state = 523}, - [948] = {.lex_state = 523}, - [949] = {.lex_state = 523}, - [950] = {.lex_state = 523}, + [941] = {.lex_state = 543}, + [942] = {.lex_state = 528}, + [943] = {.lex_state = 519}, + [944] = {.lex_state = 520}, + [945] = {.lex_state = 519}, + [946] = {.lex_state = 568}, + [947] = {.lex_state = 557}, + [948] = {.lex_state = 552}, + [949] = {.lex_state = 552}, + [950] = {.lex_state = 520}, [951] = {.lex_state = 531}, [952] = {.lex_state = 520}, - [953] = {.lex_state = 568}, - [954] = {.lex_state = 523}, - [955] = {.lex_state = 520}, - [956] = {.lex_state = 523}, - [957] = {.lex_state = 523}, - [958] = {.lex_state = 557}, - [959] = {.lex_state = 523}, - [960] = {.lex_state = 523}, + [953] = {.lex_state = 520}, + [954] = {.lex_state = 557}, + [955] = {.lex_state = 534}, + [956] = {.lex_state = 520}, + [957] = {.lex_state = 568}, + [958] = {.lex_state = 519}, + [959] = {.lex_state = 520}, + [960] = {.lex_state = 568}, [961] = {.lex_state = 523}, - [962] = {.lex_state = 552}, - [963] = {.lex_state = 568}, - [964] = {.lex_state = 523}, - [965] = {.lex_state = 523}, + [962] = {.lex_state = 523}, + [963] = {.lex_state = 552}, + [964] = {.lex_state = 531}, + [965] = {.lex_state = 520}, [966] = {.lex_state = 523}, [967] = {.lex_state = 523}, [968] = {.lex_state = 523}, [969] = {.lex_state = 523}, [970] = {.lex_state = 523}, - [971] = {.lex_state = 520}, - [972] = {.lex_state = 523}, - [973] = {.lex_state = 523}, + [971] = {.lex_state = 557}, + [972] = {.lex_state = 557}, + [973] = {.lex_state = 557}, [974] = {.lex_state = 523}, [975] = {.lex_state = 523}, [976] = {.lex_state = 523}, - [977] = {.lex_state = 523}, + [977] = {.lex_state = 520}, [978] = {.lex_state = 523}, [979] = {.lex_state = 523}, - [980] = {.lex_state = 533}, - [981] = {.lex_state = 523}, + [980] = {.lex_state = 523}, + [981] = {.lex_state = 520}, [982] = {.lex_state = 523}, - [983] = {.lex_state = 523}, - [984] = {.lex_state = 523}, + [983] = {.lex_state = 533}, + [984] = {.lex_state = 520}, [985] = {.lex_state = 523}, [986] = {.lex_state = 523}, - [987] = {.lex_state = 523}, - [988] = {.lex_state = 520}, + [987] = {.lex_state = 520}, + [988] = {.lex_state = 523}, [989] = {.lex_state = 523}, [990] = {.lex_state = 523}, [991] = {.lex_state = 523}, - [992] = {.lex_state = 568}, + [992] = {.lex_state = 523}, [993] = {.lex_state = 523}, [994] = {.lex_state = 523}, [995] = {.lex_state = 523}, - [996] = {.lex_state = 568}, - [997] = {.lex_state = 552}, + [996] = {.lex_state = 523}, + [997] = {.lex_state = 523}, [998] = {.lex_state = 523}, [999] = {.lex_state = 523}, [1000] = {.lex_state = 523}, [1001] = {.lex_state = 523}, - [1002] = {.lex_state = 523}, - [1003] = {.lex_state = 520}, + [1002] = {.lex_state = 528}, + [1003] = {.lex_state = 523}, [1004] = {.lex_state = 523}, [1005] = {.lex_state = 523}, [1006] = {.lex_state = 523}, [1007] = {.lex_state = 523}, - [1008] = {.lex_state = 523}, - [1009] = {.lex_state = 520}, - [1010] = {.lex_state = 557}, + [1008] = {.lex_state = 557}, + [1009] = {.lex_state = 523}, + [1010] = {.lex_state = 523}, [1011] = {.lex_state = 523}, - [1012] = {.lex_state = 523}, - [1013] = {.lex_state = 520}, + [1012] = {.lex_state = 543}, + [1013] = {.lex_state = 523}, [1014] = {.lex_state = 523}, [1015] = {.lex_state = 523}, [1016] = {.lex_state = 523}, - [1017] = {.lex_state = 523}, + [1017] = {.lex_state = 520}, [1018] = {.lex_state = 523}, - [1019] = {.lex_state = 523}, + [1019] = {.lex_state = 557}, [1020] = {.lex_state = 523}, [1021] = {.lex_state = 523}, [1022] = {.lex_state = 523}, [1023] = {.lex_state = 523}, [1024] = {.lex_state = 523}, [1025] = {.lex_state = 523}, - [1026] = {.lex_state = 538}, + [1026] = {.lex_state = 523}, [1027] = {.lex_state = 523}, [1028] = {.lex_state = 523}, - [1029] = {.lex_state = 523}, + [1029] = {.lex_state = 520}, [1030] = {.lex_state = 523}, [1031] = {.lex_state = 523}, [1032] = {.lex_state = 523}, [1033] = {.lex_state = 523}, [1034] = {.lex_state = 523}, - [1035] = {.lex_state = 538}, + [1035] = {.lex_state = 523}, [1036] = {.lex_state = 523}, [1037] = {.lex_state = 523}, [1038] = {.lex_state = 523}, [1039] = {.lex_state = 523}, [1040] = {.lex_state = 523}, - [1041] = {.lex_state = 523}, + [1041] = {.lex_state = 538}, [1042] = {.lex_state = 523}, - [1043] = {.lex_state = 523}, + [1043] = {.lex_state = 538}, [1044] = {.lex_state = 523}, [1045] = {.lex_state = 523}, [1046] = {.lex_state = 523}, [1047] = {.lex_state = 523}, [1048] = {.lex_state = 523}, [1049] = {.lex_state = 523}, - [1050] = {.lex_state = 552}, + [1050] = {.lex_state = 523}, [1051] = {.lex_state = 523}, [1052] = {.lex_state = 523}, [1053] = {.lex_state = 523}, [1054] = {.lex_state = 523}, - [1055] = {.lex_state = 523}, + [1055] = {.lex_state = 541}, [1056] = {.lex_state = 523}, [1057] = {.lex_state = 523}, [1058] = {.lex_state = 523}, [1059] = {.lex_state = 523}, [1060] = {.lex_state = 523}, - [1061] = {.lex_state = 541}, + [1061] = {.lex_state = 523}, [1062] = {.lex_state = 523}, - [1063] = {.lex_state = 541}, + [1063] = {.lex_state = 538}, [1064] = {.lex_state = 523}, [1065] = {.lex_state = 523}, - [1066] = {.lex_state = 538}, + [1066] = {.lex_state = 523}, [1067] = {.lex_state = 523}, [1068] = {.lex_state = 523}, [1069] = {.lex_state = 523}, - [1070] = {.lex_state = 538}, + [1070] = {.lex_state = 523}, [1071] = {.lex_state = 523}, [1072] = {.lex_state = 523}, [1073] = {.lex_state = 523}, [1074] = {.lex_state = 523}, - [1075] = {.lex_state = 538}, - [1076] = {.lex_state = 523}, - [1077] = {.lex_state = 542}, + [1075] = {.lex_state = 523}, + [1076] = {.lex_state = 538}, + [1077] = {.lex_state = 538}, [1078] = {.lex_state = 523}, [1079] = {.lex_state = 533}, - [1080] = {.lex_state = 538}, + [1080] = {.lex_state = 523}, [1081] = {.lex_state = 523}, [1082] = {.lex_state = 538}, [1083] = {.lex_state = 538}, - [1084] = {.lex_state = 523}, + [1084] = {.lex_state = 538}, [1085] = {.lex_state = 523}, [1086] = {.lex_state = 523}, - [1087] = {.lex_state = 538}, + [1087] = {.lex_state = 523}, [1088] = {.lex_state = 523}, [1089] = {.lex_state = 523}, [1090] = {.lex_state = 538}, - [1091] = {.lex_state = 538}, + [1091] = {.lex_state = 523}, [1092] = {.lex_state = 523}, - [1093] = {.lex_state = 558}, - [1094] = {.lex_state = 540}, - [1095] = {.lex_state = 156}, - [1096] = {.lex_state = 156}, - [1097] = {.lex_state = 156}, - [1098] = {.lex_state = 156}, - [1099] = {.lex_state = 156}, - [1100] = {.lex_state = 156}, - [1101] = {.lex_state = 540}, - [1102] = {.lex_state = 156}, - [1103] = {.lex_state = 156}, - [1104] = {.lex_state = 156}, - [1105] = {.lex_state = 156}, - [1106] = {.lex_state = 538}, - [1107] = {.lex_state = 538}, - [1108] = {.lex_state = 156}, - [1109] = {.lex_state = 535}, - [1110] = {.lex_state = 170}, - [1111] = {.lex_state = 156}, - [1112] = {.lex_state = 541}, - [1113] = {.lex_state = 156}, - [1114] = {.lex_state = 538}, - [1115] = {.lex_state = 576}, - [1116] = {.lex_state = 170}, - [1117] = {.lex_state = 156}, + [1093] = {.lex_state = 523}, + [1094] = {.lex_state = 523}, + [1095] = {.lex_state = 523}, + [1096] = {.lex_state = 523}, + [1097] = {.lex_state = 542}, + [1098] = {.lex_state = 523}, + [1099] = {.lex_state = 523}, + [1100] = {.lex_state = 523}, + [1101] = {.lex_state = 523}, + [1102] = {.lex_state = 523}, + [1103] = {.lex_state = 523}, + [1104] = {.lex_state = 523}, + [1105] = {.lex_state = 523}, + [1106] = {.lex_state = 523}, + [1107] = {.lex_state = 523}, + [1108] = {.lex_state = 523}, + [1109] = {.lex_state = 523}, + [1110] = {.lex_state = 538}, + [1111] = {.lex_state = 523}, + [1112] = {.lex_state = 523}, + [1113] = {.lex_state = 523}, + [1114] = {.lex_state = 523}, + [1115] = {.lex_state = 523}, + [1116] = {.lex_state = 523}, + [1117] = {.lex_state = 541}, [1118] = {.lex_state = 538}, - [1119] = {.lex_state = 561}, - [1120] = {.lex_state = 170}, - [1121] = {.lex_state = 538}, + [1119] = {.lex_state = 540}, + [1120] = {.lex_state = 156}, + [1121] = {.lex_state = 156}, [1122] = {.lex_state = 170}, - [1123] = {.lex_state = 537}, - [1124] = {.lex_state = 538}, - [1125] = {.lex_state = 538}, - [1126] = {.lex_state = 538}, + [1123] = {.lex_state = 540}, + [1124] = {.lex_state = 156}, + [1125] = {.lex_state = 156}, + [1126] = {.lex_state = 537}, [1127] = {.lex_state = 540}, - [1128] = {.lex_state = 170}, + [1128] = {.lex_state = 535}, [1129] = {.lex_state = 538}, [1130] = {.lex_state = 540}, - [1131] = {.lex_state = 156}, - [1132] = {.lex_state = 561}, - [1133] = {.lex_state = 542}, - [1134] = {.lex_state = 156}, - [1135] = {.lex_state = 538}, - [1136] = {.lex_state = 541}, - [1137] = {.lex_state = 156}, - [1138] = {.lex_state = 540}, - [1139] = {.lex_state = 156}, - [1140] = {.lex_state = 540}, - [1141] = {.lex_state = 170}, - [1142] = {.lex_state = 538}, + [1131] = {.lex_state = 170}, + [1132] = {.lex_state = 538}, + [1133] = {.lex_state = 538}, + [1134] = {.lex_state = 538}, + [1135] = {.lex_state = 541}, + [1136] = {.lex_state = 170}, + [1137] = {.lex_state = 540}, + [1138] = {.lex_state = 156}, + [1139] = {.lex_state = 170}, + [1140] = {.lex_state = 156}, + [1141] = {.lex_state = 156}, + [1142] = {.lex_state = 156}, [1143] = {.lex_state = 538}, [1144] = {.lex_state = 538}, [1145] = {.lex_state = 538}, - [1146] = {.lex_state = 538}, - [1147] = {.lex_state = 156}, + [1146] = {.lex_state = 156}, + [1147] = {.lex_state = 170}, [1148] = {.lex_state = 540}, - [1149] = {.lex_state = 156}, - [1150] = {.lex_state = 538}, + [1149] = {.lex_state = 170}, + [1150] = {.lex_state = 561}, [1151] = {.lex_state = 538}, [1152] = {.lex_state = 540}, - [1153] = {.lex_state = 538}, - [1154] = {.lex_state = 535}, - [1155] = {.lex_state = 557}, - [1156] = {.lex_state = 557}, - [1157] = {.lex_state = 538}, - [1158] = {.lex_state = 540}, - [1159] = {.lex_state = 538}, - [1160] = {.lex_state = 537}, - [1161] = {.lex_state = 540}, - [1162] = {.lex_state = 538}, - [1163] = {.lex_state = 540}, - [1164] = {.lex_state = 540}, - [1165] = {.lex_state = 538}, - [1166] = {.lex_state = 540}, + [1153] = {.lex_state = 561}, + [1154] = {.lex_state = 538}, + [1155] = {.lex_state = 156}, + [1156] = {.lex_state = 156}, + [1157] = {.lex_state = 156}, + [1158] = {.lex_state = 542}, + [1159] = {.lex_state = 558}, + [1160] = {.lex_state = 538}, + [1161] = {.lex_state = 156}, + [1162] = {.lex_state = 156}, + [1163] = {.lex_state = 541}, + [1164] = {.lex_state = 156}, + [1165] = {.lex_state = 156}, + [1166] = {.lex_state = 156}, [1167] = {.lex_state = 538}, - [1168] = {.lex_state = 538}, + [1168] = {.lex_state = 576}, [1169] = {.lex_state = 538}, [1170] = {.lex_state = 538}, - [1171] = {.lex_state = 538}, - [1172] = {.lex_state = 535}, - [1173] = {.lex_state = 535}, - [1174] = {.lex_state = 535}, - [1175] = {.lex_state = 538}, - [1176] = {.lex_state = 535}, + [1171] = {.lex_state = 156}, + [1172] = {.lex_state = 156}, + [1173] = {.lex_state = 538}, + [1174] = {.lex_state = 538}, + [1175] = {.lex_state = 156}, + [1176] = {.lex_state = 555}, [1177] = {.lex_state = 535}, [1178] = {.lex_state = 535}, - [1179] = {.lex_state = 562}, + [1179] = {.lex_state = 558}, [1180] = {.lex_state = 538}, [1181] = {.lex_state = 538}, - [1182] = {.lex_state = 535}, - [1183] = {.lex_state = 555}, - [1184] = {.lex_state = 535}, + [1182] = {.lex_state = 538}, + [1183] = {.lex_state = 540}, + [1184] = {.lex_state = 538}, [1185] = {.lex_state = 535}, - [1186] = {.lex_state = 535}, - [1187] = {.lex_state = 535}, - [1188] = {.lex_state = 561}, - [1189] = {.lex_state = 555}, + [1186] = {.lex_state = 538}, + [1187] = {.lex_state = 540}, + [1188] = {.lex_state = 535}, + [1189] = {.lex_state = 535}, [1190] = {.lex_state = 535}, - [1191] = {.lex_state = 535}, - [1192] = {.lex_state = 535}, + [1191] = {.lex_state = 538}, + [1192] = {.lex_state = 557}, [1193] = {.lex_state = 538}, - [1194] = {.lex_state = 535}, - [1195] = {.lex_state = 540}, - [1196] = {.lex_state = 535}, + [1194] = {.lex_state = 538}, + [1195] = {.lex_state = 535}, + [1196] = {.lex_state = 130}, [1197] = {.lex_state = 538}, - [1198] = {.lex_state = 561}, - [1199] = {.lex_state = 576}, + [1198] = {.lex_state = 538}, + [1199] = {.lex_state = 538}, [1200] = {.lex_state = 538}, - [1201] = {.lex_state = 577}, - [1202] = {.lex_state = 557}, - [1203] = {.lex_state = 558}, - [1204] = {.lex_state = 535}, - [1205] = {.lex_state = 555}, - [1206] = {.lex_state = 535}, - [1207] = {.lex_state = 538}, - [1208] = {.lex_state = 557}, - [1209] = {.lex_state = 535}, + [1201] = {.lex_state = 538}, + [1202] = {.lex_state = 540}, + [1203] = {.lex_state = 538}, + [1204] = {.lex_state = 538}, + [1205] = {.lex_state = 538}, + [1206] = {.lex_state = 540}, + [1207] = {.lex_state = 555}, + [1208] = {.lex_state = 540}, + [1209] = {.lex_state = 555}, [1210] = {.lex_state = 535}, [1211] = {.lex_state = 535}, - [1212] = {.lex_state = 538}, - [1213] = {.lex_state = 535}, + [1212] = {.lex_state = 576}, + [1213] = {.lex_state = 540}, [1214] = {.lex_state = 535}, - [1215] = {.lex_state = 538}, - [1216] = {.lex_state = 535}, - [1217] = {.lex_state = 535}, - [1218] = {.lex_state = 535}, + [1215] = {.lex_state = 557}, + [1216] = {.lex_state = 538}, + [1217] = {.lex_state = 130}, + [1218] = {.lex_state = 557}, [1219] = {.lex_state = 535}, [1220] = {.lex_state = 535}, - [1221] = {.lex_state = 535}, - [1222] = {.lex_state = 535}, + [1221] = {.lex_state = 557}, + [1222] = {.lex_state = 538}, [1223] = {.lex_state = 535}, - [1224] = {.lex_state = 535}, - [1225] = {.lex_state = 535}, + [1224] = {.lex_state = 142}, + [1225] = {.lex_state = 577}, [1226] = {.lex_state = 535}, - [1227] = {.lex_state = 538}, - [1228] = {.lex_state = 535}, - [1229] = {.lex_state = 535}, + [1227] = {.lex_state = 562}, + [1228] = {.lex_state = 561}, + [1229] = {.lex_state = 561}, [1230] = {.lex_state = 535}, - [1231] = {.lex_state = 535}, - [1232] = {.lex_state = 171}, + [1231] = {.lex_state = 540}, + [1232] = {.lex_state = 535}, [1233] = {.lex_state = 535}, [1234] = {.lex_state = 535}, [1235] = {.lex_state = 535}, - [1236] = {.lex_state = 535}, + [1236] = {.lex_state = 537}, [1237] = {.lex_state = 535}, - [1238] = {.lex_state = 535}, - [1239] = {.lex_state = 557}, - [1240] = {.lex_state = 535}, - [1241] = {.lex_state = 130}, - [1242] = {.lex_state = 577}, + [1238] = {.lex_state = 538}, + [1239] = {.lex_state = 535}, + [1240] = {.lex_state = 538}, + [1241] = {.lex_state = 535}, + [1242] = {.lex_state = 535}, [1243] = {.lex_state = 535}, [1244] = {.lex_state = 171}, [1245] = {.lex_state = 535}, [1246] = {.lex_state = 535}, - [1247] = {.lex_state = 535}, + [1247] = {.lex_state = 171}, [1248] = {.lex_state = 535}, - [1249] = {.lex_state = 535}, + [1249] = {.lex_state = 577}, [1250] = {.lex_state = 535}, - [1251] = {.lex_state = 535}, - [1252] = {.lex_state = 535}, + [1251] = {.lex_state = 171}, + [1252] = {.lex_state = 538}, [1253] = {.lex_state = 535}, [1254] = {.lex_state = 535}, [1255] = {.lex_state = 535}, [1256] = {.lex_state = 535}, - [1257] = {.lex_state = 142}, + [1257] = {.lex_state = 535}, [1258] = {.lex_state = 535}, - [1259] = {.lex_state = 555}, + [1259] = {.lex_state = 538}, [1260] = {.lex_state = 535}, [1261] = {.lex_state = 535}, - [1262] = {.lex_state = 535}, - [1263] = {.lex_state = 535}, - [1264] = {.lex_state = 535}, - [1265] = {.lex_state = 535}, + [1262] = {.lex_state = 569}, + [1263] = {.lex_state = 569}, + [1264] = {.lex_state = 569}, + [1265] = {.lex_state = 569}, [1266] = {.lex_state = 535}, [1267] = {.lex_state = 535}, - [1268] = {.lex_state = 538}, - [1269] = {.lex_state = 535}, - [1270] = {.lex_state = 535}, - [1271] = {.lex_state = 535}, - [1272] = {.lex_state = 535}, + [1268] = {.lex_state = 171}, + [1269] = {.lex_state = 171}, + [1270] = {.lex_state = 538}, + [1271] = {.lex_state = 538}, + [1272] = {.lex_state = 538}, [1273] = {.lex_state = 535}, [1274] = {.lex_state = 535}, - [1275] = {.lex_state = 535}, + [1275] = {.lex_state = 555}, [1276] = {.lex_state = 535}, [1277] = {.lex_state = 535}, [1278] = {.lex_state = 535}, - [1279] = {.lex_state = 538}, - [1280] = {.lex_state = 555}, - [1281] = {.lex_state = 535}, + [1279] = {.lex_state = 535}, + [1280] = {.lex_state = 535}, + [1281] = {.lex_state = 569}, [1282] = {.lex_state = 535}, [1283] = {.lex_state = 535}, - [1284] = {.lex_state = 535}, - [1285] = {.lex_state = 171}, - [1286] = {.lex_state = 555}, - [1287] = {.lex_state = 535}, + [1284] = {.lex_state = 555}, + [1285] = {.lex_state = 535}, + [1286] = {.lex_state = 535}, + [1287] = {.lex_state = 555}, [1288] = {.lex_state = 535}, [1289] = {.lex_state = 535}, [1290] = {.lex_state = 535}, @@ -66364,12 +66472,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1293] = {.lex_state = 535}, [1294] = {.lex_state = 535}, [1295] = {.lex_state = 535}, - [1296] = {.lex_state = 171}, - [1297] = {.lex_state = 171}, - [1298] = {.lex_state = 535}, - [1299] = {.lex_state = 535}, + [1296] = {.lex_state = 535}, + [1297] = {.lex_state = 535}, + [1298] = {.lex_state = 569}, + [1299] = {.lex_state = 569}, [1300] = {.lex_state = 535}, - [1301] = {.lex_state = 538}, + [1301] = {.lex_state = 535}, [1302] = {.lex_state = 535}, [1303] = {.lex_state = 535}, [1304] = {.lex_state = 535}, @@ -66381,79 +66489,79 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1310] = {.lex_state = 535}, [1311] = {.lex_state = 535}, [1312] = {.lex_state = 535}, - [1313] = {.lex_state = 562}, + [1313] = {.lex_state = 535}, [1314] = {.lex_state = 535}, [1315] = {.lex_state = 535}, - [1316] = {.lex_state = 538}, + [1316] = {.lex_state = 535}, [1317] = {.lex_state = 535}, [1318] = {.lex_state = 535}, [1319] = {.lex_state = 535}, [1320] = {.lex_state = 535}, [1321] = {.lex_state = 535}, - [1322] = {.lex_state = 538}, + [1322] = {.lex_state = 535}, [1323] = {.lex_state = 535}, [1324] = {.lex_state = 535}, [1325] = {.lex_state = 535}, [1326] = {.lex_state = 535}, - [1327] = {.lex_state = 538}, + [1327] = {.lex_state = 535}, [1328] = {.lex_state = 535}, - [1329] = {.lex_state = 171}, + [1329] = {.lex_state = 535}, [1330] = {.lex_state = 535}, [1331] = {.lex_state = 535}, - [1332] = {.lex_state = 171}, + [1332] = {.lex_state = 535}, [1333] = {.lex_state = 535}, - [1334] = {.lex_state = 171}, + [1334] = {.lex_state = 535}, [1335] = {.lex_state = 535}, [1336] = {.lex_state = 535}, - [1337] = {.lex_state = 538}, - [1338] = {.lex_state = 535}, - [1339] = {.lex_state = 535}, + [1337] = {.lex_state = 569}, + [1338] = {.lex_state = 569}, + [1339] = {.lex_state = 569}, [1340] = {.lex_state = 535}, [1341] = {.lex_state = 535}, - [1342] = {.lex_state = 538}, + [1342] = {.lex_state = 535}, [1343] = {.lex_state = 535}, - [1344] = {.lex_state = 171}, + [1344] = {.lex_state = 535}, [1345] = {.lex_state = 535}, - [1346] = {.lex_state = 171}, + [1346] = {.lex_state = 535}, [1347] = {.lex_state = 535}, [1348] = {.lex_state = 535}, [1349] = {.lex_state = 535}, [1350] = {.lex_state = 535}, - [1351] = {.lex_state = 535}, + [1351] = {.lex_state = 538}, [1352] = {.lex_state = 535}, [1353] = {.lex_state = 535}, - [1354] = {.lex_state = 535}, - [1355] = {.lex_state = 535}, - [1356] = {.lex_state = 535}, + [1354] = {.lex_state = 569}, + [1355] = {.lex_state = 569}, + [1356] = {.lex_state = 562}, [1357] = {.lex_state = 535}, - [1358] = {.lex_state = 535}, - [1359] = {.lex_state = 171}, - [1360] = {.lex_state = 535}, + [1358] = {.lex_state = 569}, + [1359] = {.lex_state = 535}, + [1360] = {.lex_state = 171}, [1361] = {.lex_state = 535}, [1362] = {.lex_state = 535}, [1363] = {.lex_state = 535}, [1364] = {.lex_state = 535}, [1365] = {.lex_state = 535}, - [1366] = {.lex_state = 557}, + [1366] = {.lex_state = 535}, [1367] = {.lex_state = 535}, [1368] = {.lex_state = 535}, - [1369] = {.lex_state = 557}, - [1370] = {.lex_state = 538}, - [1371] = {.lex_state = 535}, - [1372] = {.lex_state = 171}, - [1373] = {.lex_state = 535}, - [1374] = {.lex_state = 535}, + [1369] = {.lex_state = 171}, + [1370] = {.lex_state = 569}, + [1371] = {.lex_state = 569}, + [1372] = {.lex_state = 535}, + [1373] = {.lex_state = 569}, + [1374] = {.lex_state = 569}, [1375] = {.lex_state = 535}, - [1376] = {.lex_state = 557}, + [1376] = {.lex_state = 535}, [1377] = {.lex_state = 535}, [1378] = {.lex_state = 535}, - [1379] = {.lex_state = 535}, - [1380] = {.lex_state = 535}, + [1379] = {.lex_state = 171}, + [1380] = {.lex_state = 569}, [1381] = {.lex_state = 535}, [1382] = {.lex_state = 535}, - [1383] = {.lex_state = 130}, - [1384] = {.lex_state = 538}, - [1385] = {.lex_state = 535}, + [1383] = {.lex_state = 535}, + [1384] = {.lex_state = 535}, + [1385] = {.lex_state = 569}, [1386] = {.lex_state = 535}, [1387] = {.lex_state = 535}, [1388] = {.lex_state = 535}, @@ -66462,54 +66570,54 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1391] = {.lex_state = 535}, [1392] = {.lex_state = 535}, [1393] = {.lex_state = 535}, - [1394] = {.lex_state = 538}, + [1394] = {.lex_state = 535}, [1395] = {.lex_state = 535}, [1396] = {.lex_state = 535}, [1397] = {.lex_state = 535}, - [1398] = {.lex_state = 535}, + [1398] = {.lex_state = 538}, [1399] = {.lex_state = 535}, [1400] = {.lex_state = 535}, [1401] = {.lex_state = 535}, - [1402] = {.lex_state = 538}, - [1403] = {.lex_state = 535}, - [1404] = {.lex_state = 535}, + [1402] = {.lex_state = 535}, + [1403] = {.lex_state = 557}, + [1404] = {.lex_state = 171}, [1405] = {.lex_state = 535}, [1406] = {.lex_state = 535}, [1407] = {.lex_state = 535}, [1408] = {.lex_state = 535}, - [1409] = {.lex_state = 535}, + [1409] = {.lex_state = 171}, [1410] = {.lex_state = 535}, [1411] = {.lex_state = 535}, [1412] = {.lex_state = 535}, - [1413] = {.lex_state = 535}, - [1414] = {.lex_state = 535}, - [1415] = {.lex_state = 569}, + [1413] = {.lex_state = 538}, + [1414] = {.lex_state = 538}, + [1415] = {.lex_state = 535}, [1416] = {.lex_state = 535}, - [1417] = {.lex_state = 569}, + [1417] = {.lex_state = 535}, [1418] = {.lex_state = 535}, - [1419] = {.lex_state = 569}, - [1420] = {.lex_state = 569}, - [1421] = {.lex_state = 535}, - [1422] = {.lex_state = 535}, - [1423] = {.lex_state = 535}, - [1424] = {.lex_state = 535}, - [1425] = {.lex_state = 569}, - [1426] = {.lex_state = 569}, - [1427] = {.lex_state = 569}, - [1428] = {.lex_state = 569}, - [1429] = {.lex_state = 535}, - [1430] = {.lex_state = 535}, - [1431] = {.lex_state = 535}, + [1419] = {.lex_state = 535}, + [1420] = {.lex_state = 171}, + [1421] = {.lex_state = 569}, + [1422] = {.lex_state = 569}, + [1423] = {.lex_state = 569}, + [1424] = {.lex_state = 569}, + [1425] = {.lex_state = 171}, + [1426] = {.lex_state = 535}, + [1427] = {.lex_state = 535}, + [1428] = {.lex_state = 535}, + [1429] = {.lex_state = 538}, + [1430] = {.lex_state = 557}, + [1431] = {.lex_state = 538}, [1432] = {.lex_state = 535}, [1433] = {.lex_state = 535}, - [1434] = {.lex_state = 535}, + [1434] = {.lex_state = 538}, [1435] = {.lex_state = 535}, [1436] = {.lex_state = 535}, [1437] = {.lex_state = 535}, [1438] = {.lex_state = 535}, - [1439] = {.lex_state = 535}, + [1439] = {.lex_state = 557}, [1440] = {.lex_state = 535}, - [1441] = {.lex_state = 535}, + [1441] = {.lex_state = 557}, [1442] = {.lex_state = 535}, [1443] = {.lex_state = 535}, [1444] = {.lex_state = 535}, @@ -66520,15 +66628,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1449] = {.lex_state = 535}, [1450] = {.lex_state = 535}, [1451] = {.lex_state = 535}, - [1452] = {.lex_state = 535}, + [1452] = {.lex_state = 538}, [1453] = {.lex_state = 535}, [1454] = {.lex_state = 535}, [1455] = {.lex_state = 535}, - [1456] = {.lex_state = 535}, - [1457] = {.lex_state = 569}, - [1458] = {.lex_state = 569}, - [1459] = {.lex_state = 535}, - [1460] = {.lex_state = 535}, + [1456] = {.lex_state = 538}, + [1457] = {.lex_state = 535}, + [1458] = {.lex_state = 535}, + [1459] = {.lex_state = 569}, + [1460] = {.lex_state = 569}, [1461] = {.lex_state = 535}, [1462] = {.lex_state = 535}, [1463] = {.lex_state = 535}, @@ -66545,13 +66653,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1474] = {.lex_state = 535}, [1475] = {.lex_state = 535}, [1476] = {.lex_state = 535}, - [1477] = {.lex_state = 535}, + [1477] = {.lex_state = 569}, [1478] = {.lex_state = 535}, [1479] = {.lex_state = 535}, [1480] = {.lex_state = 535}, [1481] = {.lex_state = 535}, [1482] = {.lex_state = 535}, - [1483] = {.lex_state = 535}, + [1483] = {.lex_state = 569}, [1484] = {.lex_state = 535}, [1485] = {.lex_state = 535}, [1486] = {.lex_state = 535}, @@ -66569,16 +66677,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1498] = {.lex_state = 535}, [1499] = {.lex_state = 535}, [1500] = {.lex_state = 535}, - [1501] = {.lex_state = 535}, - [1502] = {.lex_state = 535}, - [1503] = {.lex_state = 535}, - [1504] = {.lex_state = 535}, - [1505] = {.lex_state = 535}, + [1501] = {.lex_state = 569}, + [1502] = {.lex_state = 569}, + [1503] = {.lex_state = 569}, + [1504] = {.lex_state = 569}, + [1505] = {.lex_state = 569}, [1506] = {.lex_state = 535}, - [1507] = {.lex_state = 569}, + [1507] = {.lex_state = 535}, [1508] = {.lex_state = 535}, [1509] = {.lex_state = 535}, - [1510] = {.lex_state = 569}, + [1510] = {.lex_state = 535}, [1511] = {.lex_state = 535}, [1512] = {.lex_state = 535}, [1513] = {.lex_state = 535}, @@ -66586,7 +66694,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1515] = {.lex_state = 535}, [1516] = {.lex_state = 535}, [1517] = {.lex_state = 535}, - [1518] = {.lex_state = 569}, + [1518] = {.lex_state = 535}, [1519] = {.lex_state = 535}, [1520] = {.lex_state = 535}, [1521] = {.lex_state = 535}, @@ -66606,16 +66714,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1535] = {.lex_state = 535}, [1536] = {.lex_state = 535}, [1537] = {.lex_state = 535}, - [1538] = {.lex_state = 535}, - [1539] = {.lex_state = 569}, - [1540] = {.lex_state = 569}, - [1541] = {.lex_state = 569}, - [1542] = {.lex_state = 569}, - [1543] = {.lex_state = 535}, - [1544] = {.lex_state = 535}, - [1545] = {.lex_state = 535}, + [1538] = {.lex_state = 569}, + [1539] = {.lex_state = 535}, + [1540] = {.lex_state = 535}, + [1541] = {.lex_state = 535}, + [1542] = {.lex_state = 535}, + [1543] = {.lex_state = 569}, + [1544] = {.lex_state = 569}, + [1545] = {.lex_state = 569}, [1546] = {.lex_state = 535}, - [1547] = {.lex_state = 535}, + [1547] = {.lex_state = 569}, [1548] = {.lex_state = 535}, [1549] = {.lex_state = 535}, [1550] = {.lex_state = 535}, @@ -66624,16 +66732,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1553] = {.lex_state = 535}, [1554] = {.lex_state = 535}, [1555] = {.lex_state = 535}, - [1556] = {.lex_state = 569}, + [1556] = {.lex_state = 535}, [1557] = {.lex_state = 569}, - [1558] = {.lex_state = 535}, - [1559] = {.lex_state = 535}, - [1560] = {.lex_state = 569}, + [1558] = {.lex_state = 569}, + [1559] = {.lex_state = 569}, + [1560] = {.lex_state = 535}, [1561] = {.lex_state = 569}, [1562] = {.lex_state = 535}, [1563] = {.lex_state = 535}, - [1564] = {.lex_state = 535}, - [1565] = {.lex_state = 569}, + [1564] = {.lex_state = 569}, + [1565] = {.lex_state = 535}, [1566] = {.lex_state = 569}, [1567] = {.lex_state = 569}, [1568] = {.lex_state = 535}, @@ -66643,152 +66751,152 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1572] = {.lex_state = 535}, [1573] = {.lex_state = 535}, [1574] = {.lex_state = 535}, - [1575] = {.lex_state = 569}, + [1575] = {.lex_state = 535}, [1576] = {.lex_state = 535}, [1577] = {.lex_state = 535}, [1578] = {.lex_state = 535}, - [1579] = {.lex_state = 569}, - [1580] = {.lex_state = 569}, - [1581] = {.lex_state = 569}, + [1579] = {.lex_state = 535}, + [1580] = {.lex_state = 535}, + [1581] = {.lex_state = 535}, [1582] = {.lex_state = 535}, [1583] = {.lex_state = 535}, [1584] = {.lex_state = 535}, [1585] = {.lex_state = 535}, [1586] = {.lex_state = 569}, - [1587] = {.lex_state = 569}, - [1588] = {.lex_state = 535}, - [1589] = {.lex_state = 535}, + [1587] = {.lex_state = 535}, + [1588] = {.lex_state = 569}, + [1589] = {.lex_state = 569}, [1590] = {.lex_state = 535}, - [1591] = {.lex_state = 569}, - [1592] = {.lex_state = 569}, + [1591] = {.lex_state = 535}, + [1592] = {.lex_state = 535}, [1593] = {.lex_state = 535}, [1594] = {.lex_state = 535}, [1595] = {.lex_state = 535}, [1596] = {.lex_state = 535}, - [1597] = {.lex_state = 569}, + [1597] = {.lex_state = 535}, [1598] = {.lex_state = 535}, - [1599] = {.lex_state = 569}, - [1600] = {.lex_state = 569}, - [1601] = {.lex_state = 569}, - [1602] = {.lex_state = 569}, + [1599] = {.lex_state = 535}, + [1600] = {.lex_state = 535}, + [1601] = {.lex_state = 535}, + [1602] = {.lex_state = 535}, [1603] = {.lex_state = 535}, [1604] = {.lex_state = 535}, [1605] = {.lex_state = 535}, - [1606] = {.lex_state = 569}, + [1606] = {.lex_state = 535}, [1607] = {.lex_state = 535}, - [1608] = {.lex_state = 569}, + [1608] = {.lex_state = 535}, [1609] = {.lex_state = 535}, - [1610] = {.lex_state = 535}, - [1611] = {.lex_state = 569}, - [1612] = {.lex_state = 569}, + [1610] = {.lex_state = 569}, + [1611] = {.lex_state = 535}, + [1612] = {.lex_state = 535}, [1613] = {.lex_state = 535}, [1614] = {.lex_state = 535}, [1615] = {.lex_state = 535}, - [1616] = {.lex_state = 569}, - [1617] = {.lex_state = 569}, - [1618] = {.lex_state = 569}, - [1619] = {.lex_state = 569}, + [1616] = {.lex_state = 535}, + [1617] = {.lex_state = 535}, + [1618] = {.lex_state = 535}, + [1619] = {.lex_state = 535}, [1620] = {.lex_state = 535}, [1621] = {.lex_state = 569}, - [1622] = {.lex_state = 569}, - [1623] = {.lex_state = 569}, + [1622] = {.lex_state = 535}, + [1623] = {.lex_state = 535}, [1624] = {.lex_state = 535}, - [1625] = {.lex_state = 569}, - [1626] = {.lex_state = 584}, - [1627] = {.lex_state = 90}, - [1628] = {.lex_state = 584}, - [1629] = {.lex_state = 584}, - [1630] = {.lex_state = 152}, - [1631] = {.lex_state = 152}, - [1632] = {.lex_state = 153}, - [1633] = {.lex_state = 152}, - [1634] = {.lex_state = 153}, - [1635] = {.lex_state = 152}, - [1636] = {.lex_state = 152}, - [1637] = {.lex_state = 152}, - [1638] = {.lex_state = 152}, - [1639] = {.lex_state = 152}, - [1640] = {.lex_state = 152}, - [1641] = {.lex_state = 59}, - [1642] = {.lex_state = 130}, - [1643] = {.lex_state = 130}, - [1644] = {.lex_state = 130}, - [1645] = {.lex_state = 59}, - [1646] = {.lex_state = 6}, - [1647] = {.lex_state = 130}, - [1648] = {.lex_state = 130}, - [1649] = {.lex_state = 130}, - [1650] = {.lex_state = 130}, - [1651] = {.lex_state = 130}, - [1652] = {.lex_state = 130}, - [1653] = {.lex_state = 130}, - [1654] = {.lex_state = 130}, - [1655] = {.lex_state = 125}, - [1656] = {.lex_state = 125}, - [1657] = {.lex_state = 130}, - [1658] = {.lex_state = 125}, - [1659] = {.lex_state = 125}, - [1660] = {.lex_state = 125}, - [1661] = {.lex_state = 125}, - [1662] = {.lex_state = 59}, - [1663] = {.lex_state = 157}, + [1625] = {.lex_state = 535}, + [1626] = {.lex_state = 535}, + [1627] = {.lex_state = 535}, + [1628] = {.lex_state = 535}, + [1629] = {.lex_state = 535}, + [1630] = {.lex_state = 535}, + [1631] = {.lex_state = 535}, + [1632] = {.lex_state = 535}, + [1633] = {.lex_state = 535}, + [1634] = {.lex_state = 535}, + [1635] = {.lex_state = 535}, + [1636] = {.lex_state = 535}, + [1637] = {.lex_state = 535}, + [1638] = {.lex_state = 535}, + [1639] = {.lex_state = 535}, + [1640] = {.lex_state = 535}, + [1641] = {.lex_state = 535}, + [1642] = {.lex_state = 535}, + [1643] = {.lex_state = 535}, + [1644] = {.lex_state = 535}, + [1645] = {.lex_state = 535}, + [1646] = {.lex_state = 535}, + [1647] = {.lex_state = 535}, + [1648] = {.lex_state = 535}, + [1649] = {.lex_state = 535}, + [1650] = {.lex_state = 535}, + [1651] = {.lex_state = 535}, + [1652] = {.lex_state = 584}, + [1653] = {.lex_state = 584}, + [1654] = {.lex_state = 90}, + [1655] = {.lex_state = 584}, + [1656] = {.lex_state = 130}, + [1657] = {.lex_state = 152}, + [1658] = {.lex_state = 152}, + [1659] = {.lex_state = 152}, + [1660] = {.lex_state = 152}, + [1661] = {.lex_state = 130}, + [1662] = {.lex_state = 130}, + [1663] = {.lex_state = 130}, [1664] = {.lex_state = 130}, - [1665] = {.lex_state = 130}, - [1666] = {.lex_state = 59}, - [1667] = {.lex_state = 151}, - [1668] = {.lex_state = 151}, - [1669] = {.lex_state = 59}, - [1670] = {.lex_state = 151}, + [1665] = {.lex_state = 125}, + [1666] = {.lex_state = 130}, + [1667] = {.lex_state = 152}, + [1668] = {.lex_state = 152}, + [1669] = {.lex_state = 130}, + [1670] = {.lex_state = 125}, [1671] = {.lex_state = 130}, - [1672] = {.lex_state = 130}, - [1673] = {.lex_state = 59}, - [1674] = {.lex_state = 151}, - [1675] = {.lex_state = 59}, + [1672] = {.lex_state = 125}, + [1673] = {.lex_state = 130}, + [1674] = {.lex_state = 153}, + [1675] = {.lex_state = 130}, [1676] = {.lex_state = 130}, - [1677] = {.lex_state = 157}, + [1677] = {.lex_state = 130}, [1678] = {.lex_state = 130}, - [1679] = {.lex_state = 151}, - [1680] = {.lex_state = 150}, - [1681] = {.lex_state = 150}, + [1679] = {.lex_state = 125}, + [1680] = {.lex_state = 130}, + [1681] = {.lex_state = 130}, [1682] = {.lex_state = 130}, - [1683] = {.lex_state = 59}, - [1684] = {.lex_state = 125}, - [1685] = {.lex_state = 59}, - [1686] = {.lex_state = 151}, + [1683] = {.lex_state = 130}, + [1684] = {.lex_state = 130}, + [1685] = {.lex_state = 125}, + [1686] = {.lex_state = 130}, [1687] = {.lex_state = 130}, [1688] = {.lex_state = 130}, [1689] = {.lex_state = 130}, - [1690] = {.lex_state = 130}, + [1690] = {.lex_state = 152}, [1691] = {.lex_state = 125}, [1692] = {.lex_state = 130}, - [1693] = {.lex_state = 59}, - [1694] = {.lex_state = 59}, + [1693] = {.lex_state = 152}, + [1694] = {.lex_state = 130}, [1695] = {.lex_state = 130}, [1696] = {.lex_state = 130}, [1697] = {.lex_state = 130}, - [1698] = {.lex_state = 59}, - [1699] = {.lex_state = 59}, - [1700] = {.lex_state = 59}, - [1701] = {.lex_state = 130}, - [1702] = {.lex_state = 150}, - [1703] = {.lex_state = 59}, - [1704] = {.lex_state = 150}, - [1705] = {.lex_state = 130}, - [1706] = {.lex_state = 151}, - [1707] = {.lex_state = 59}, + [1698] = {.lex_state = 152}, + [1699] = {.lex_state = 130}, + [1700] = {.lex_state = 130}, + [1701] = {.lex_state = 125}, + [1702] = {.lex_state = 153}, + [1703] = {.lex_state = 125}, + [1704] = {.lex_state = 137}, + [1705] = {.lex_state = 137}, + [1706] = {.lex_state = 137}, + [1707] = {.lex_state = 137}, [1708] = {.lex_state = 137}, [1709] = {.lex_state = 137}, [1710] = {.lex_state = 137}, - [1711] = {.lex_state = 155}, - [1712] = {.lex_state = 155}, + [1711] = {.lex_state = 59}, + [1712] = {.lex_state = 137}, [1713] = {.lex_state = 137}, - [1714] = {.lex_state = 152}, - [1715] = {.lex_state = 152}, - [1716] = {.lex_state = 152}, + [1714] = {.lex_state = 137}, + [1715] = {.lex_state = 137}, + [1716] = {.lex_state = 137}, [1717] = {.lex_state = 137}, - [1718] = {.lex_state = 152}, - [1719] = {.lex_state = 152}, - [1720] = {.lex_state = 152}, + [1718] = {.lex_state = 137}, + [1719] = {.lex_state = 137}, + [1720] = {.lex_state = 137}, [1721] = {.lex_state = 137}, [1722] = {.lex_state = 137}, [1723] = {.lex_state = 137}, @@ -66806,27 +66914,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1735] = {.lex_state = 137}, [1736] = {.lex_state = 137}, [1737] = {.lex_state = 137}, - [1738] = {.lex_state = 137}, + [1738] = {.lex_state = 125}, [1739] = {.lex_state = 137}, [1740] = {.lex_state = 137}, [1741] = {.lex_state = 137}, [1742] = {.lex_state = 137}, - [1743] = {.lex_state = 137}, + [1743] = {.lex_state = 125}, [1744] = {.lex_state = 137}, - [1745] = {.lex_state = 137}, + [1745] = {.lex_state = 150}, [1746] = {.lex_state = 137}, - [1747] = {.lex_state = 137}, + [1747] = {.lex_state = 150}, [1748] = {.lex_state = 137}, - [1749] = {.lex_state = 137}, - [1750] = {.lex_state = 137}, + [1749] = {.lex_state = 59}, + [1750] = {.lex_state = 59}, [1751] = {.lex_state = 137}, - [1752] = {.lex_state = 137}, + [1752] = {.lex_state = 59}, [1753] = {.lex_state = 137}, [1754] = {.lex_state = 137}, [1755] = {.lex_state = 137}, [1756] = {.lex_state = 137}, [1757] = {.lex_state = 137}, - [1758] = {.lex_state = 152}, + [1758] = {.lex_state = 137}, [1759] = {.lex_state = 137}, [1760] = {.lex_state = 137}, [1761] = {.lex_state = 137}, @@ -66834,7 +66942,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1763] = {.lex_state = 137}, [1764] = {.lex_state = 137}, [1765] = {.lex_state = 137}, - [1766] = {.lex_state = 137}, + [1766] = {.lex_state = 59}, [1767] = {.lex_state = 137}, [1768] = {.lex_state = 137}, [1769] = {.lex_state = 137}, @@ -66850,8 +66958,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1779] = {.lex_state = 137}, [1780] = {.lex_state = 137}, [1781] = {.lex_state = 137}, - [1782] = {.lex_state = 137}, - [1783] = {.lex_state = 137}, + [1782] = {.lex_state = 59}, + [1783] = {.lex_state = 59}, [1784] = {.lex_state = 137}, [1785] = {.lex_state = 137}, [1786] = {.lex_state = 137}, @@ -66864,24 +66972,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1793] = {.lex_state = 137}, [1794] = {.lex_state = 137}, [1795] = {.lex_state = 137}, - [1796] = {.lex_state = 137}, + [1796] = {.lex_state = 59}, [1797] = {.lex_state = 137}, [1798] = {.lex_state = 137}, [1799] = {.lex_state = 137}, - [1800] = {.lex_state = 137}, - [1801] = {.lex_state = 137}, + [1800] = {.lex_state = 150}, + [1801] = {.lex_state = 151}, [1802] = {.lex_state = 137}, [1803] = {.lex_state = 137}, [1804] = {.lex_state = 137}, - [1805] = {.lex_state = 137}, + [1805] = {.lex_state = 157}, [1806] = {.lex_state = 137}, - [1807] = {.lex_state = 137}, + [1807] = {.lex_state = 157}, [1808] = {.lex_state = 137}, [1809] = {.lex_state = 137}, [1810] = {.lex_state = 137}, [1811] = {.lex_state = 137}, [1812] = {.lex_state = 137}, - [1813] = {.lex_state = 137}, + [1813] = {.lex_state = 59}, [1814] = {.lex_state = 137}, [1815] = {.lex_state = 137}, [1816] = {.lex_state = 137}, @@ -66892,51 +67000,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1821] = {.lex_state = 137}, [1822] = {.lex_state = 137}, [1823] = {.lex_state = 137}, - [1824] = {.lex_state = 59}, - [1825] = {.lex_state = 59}, - [1826] = {.lex_state = 137}, - [1827] = {.lex_state = 125}, - [1828] = {.lex_state = 125}, - [1829] = {.lex_state = 152}, + [1824] = {.lex_state = 137}, + [1825] = {.lex_state = 151}, + [1826] = {.lex_state = 59}, + [1827] = {.lex_state = 137}, + [1828] = {.lex_state = 137}, + [1829] = {.lex_state = 137}, [1830] = {.lex_state = 137}, [1831] = {.lex_state = 137}, [1832] = {.lex_state = 137}, [1833] = {.lex_state = 137}, [1834] = {.lex_state = 137}, - [1835] = {.lex_state = 137}, - [1836] = {.lex_state = 137}, - [1837] = {.lex_state = 137}, - [1838] = {.lex_state = 137}, - [1839] = {.lex_state = 137}, + [1835] = {.lex_state = 59}, + [1836] = {.lex_state = 6}, + [1837] = {.lex_state = 151}, + [1838] = {.lex_state = 151}, + [1839] = {.lex_state = 59}, [1840] = {.lex_state = 137}, [1841] = {.lex_state = 137}, [1842] = {.lex_state = 137}, [1843] = {.lex_state = 137}, [1844] = {.lex_state = 137}, [1845] = {.lex_state = 137}, - [1846] = {.lex_state = 152}, - [1847] = {.lex_state = 152}, - [1848] = {.lex_state = 152}, - [1849] = {.lex_state = 152}, + [1846] = {.lex_state = 151}, + [1847] = {.lex_state = 137}, + [1848] = {.lex_state = 137}, + [1849] = {.lex_state = 137}, [1850] = {.lex_state = 137}, - [1851] = {.lex_state = 155}, + [1851] = {.lex_state = 137}, [1852] = {.lex_state = 137}, - [1853] = {.lex_state = 137}, - [1854] = {.lex_state = 152}, - [1855] = {.lex_state = 152}, + [1853] = {.lex_state = 59}, + [1854] = {.lex_state = 137}, + [1855] = {.lex_state = 137}, [1856] = {.lex_state = 137}, - [1857] = {.lex_state = 59}, - [1858] = {.lex_state = 59}, + [1857] = {.lex_state = 137}, + [1858] = {.lex_state = 137}, [1859] = {.lex_state = 137}, [1860] = {.lex_state = 137}, [1861] = {.lex_state = 137}, [1862] = {.lex_state = 137}, [1863] = {.lex_state = 137}, - [1864] = {.lex_state = 137}, + [1864] = {.lex_state = 151}, [1865] = {.lex_state = 137}, [1866] = {.lex_state = 137}, [1867] = {.lex_state = 137}, - [1868] = {.lex_state = 137}, + [1868] = {.lex_state = 59}, [1869] = {.lex_state = 137}, [1870] = {.lex_state = 137}, [1871] = {.lex_state = 137}, @@ -66947,109 +67055,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1876] = {.lex_state = 137}, [1877] = {.lex_state = 137}, [1878] = {.lex_state = 137}, - [1879] = {.lex_state = 137}, - [1880] = {.lex_state = 152}, + [1879] = {.lex_state = 150}, + [1880] = {.lex_state = 137}, [1881] = {.lex_state = 137}, [1882] = {.lex_state = 137}, - [1883] = {.lex_state = 137}, + [1883] = {.lex_state = 59}, [1884] = {.lex_state = 137}, [1885] = {.lex_state = 137}, - [1886] = {.lex_state = 137}, + [1886] = {.lex_state = 151}, [1887] = {.lex_state = 137}, [1888] = {.lex_state = 137}, - [1889] = {.lex_state = 156}, - [1890] = {.lex_state = 156}, - [1891] = {.lex_state = 59}, - [1892] = {.lex_state = 156}, - [1893] = {.lex_state = 156}, - [1894] = {.lex_state = 156}, - [1895] = {.lex_state = 156}, - [1896] = {.lex_state = 156}, - [1897] = {.lex_state = 156}, - [1898] = {.lex_state = 156}, - [1899] = {.lex_state = 156}, - [1900] = {.lex_state = 156}, - [1901] = {.lex_state = 59}, - [1902] = {.lex_state = 156}, - [1903] = {.lex_state = 156}, - [1904] = {.lex_state = 156}, - [1905] = {.lex_state = 156}, - [1906] = {.lex_state = 156}, - [1907] = {.lex_state = 156}, - [1908] = {.lex_state = 156}, - [1909] = {.lex_state = 156}, - [1910] = {.lex_state = 156}, - [1911] = {.lex_state = 156}, - [1912] = {.lex_state = 156}, - [1913] = {.lex_state = 156}, - [1914] = {.lex_state = 59}, - [1915] = {.lex_state = 156}, - [1916] = {.lex_state = 156}, - [1917] = {.lex_state = 156}, - [1918] = {.lex_state = 59}, - [1919] = {.lex_state = 156}, - [1920] = {.lex_state = 156}, - [1921] = {.lex_state = 156}, - [1922] = {.lex_state = 59}, - [1923] = {.lex_state = 59}, - [1924] = {.lex_state = 156}, - [1925] = {.lex_state = 156}, - [1926] = {.lex_state = 156}, - [1927] = {.lex_state = 156}, - [1928] = {.lex_state = 156}, - [1929] = {.lex_state = 156}, - [1930] = {.lex_state = 156}, - [1931] = {.lex_state = 156}, - [1932] = {.lex_state = 156}, - [1933] = {.lex_state = 156}, - [1934] = {.lex_state = 156}, - [1935] = {.lex_state = 156}, - [1936] = {.lex_state = 156}, - [1937] = {.lex_state = 156}, - [1938] = {.lex_state = 156}, - [1939] = {.lex_state = 59}, - [1940] = {.lex_state = 156}, - [1941] = {.lex_state = 156}, + [1889] = {.lex_state = 137}, + [1890] = {.lex_state = 137}, + [1891] = {.lex_state = 137}, + [1892] = {.lex_state = 59}, + [1893] = {.lex_state = 139}, + [1894] = {.lex_state = 155}, + [1895] = {.lex_state = 155}, + [1896] = {.lex_state = 155}, + [1897] = {.lex_state = 152}, + [1898] = {.lex_state = 152}, + [1899] = {.lex_state = 152}, + [1900] = {.lex_state = 152}, + [1901] = {.lex_state = 152}, + [1902] = {.lex_state = 152}, + [1903] = {.lex_state = 152}, + [1904] = {.lex_state = 139}, + [1905] = {.lex_state = 152}, + [1906] = {.lex_state = 152}, + [1907] = {.lex_state = 152}, + [1908] = {.lex_state = 152}, + [1909] = {.lex_state = 152}, + [1910] = {.lex_state = 152}, + [1911] = {.lex_state = 59}, + [1912] = {.lex_state = 59}, + [1913] = {.lex_state = 59}, + [1914] = {.lex_state = 152}, + [1915] = {.lex_state = 152}, + [1916] = {.lex_state = 125}, + [1917] = {.lex_state = 125}, + [1918] = {.lex_state = 137}, + [1919] = {.lex_state = 137}, + [1920] = {.lex_state = 137}, + [1921] = {.lex_state = 59}, + [1922] = {.lex_state = 130}, + [1923] = {.lex_state = 143}, + [1924] = {.lex_state = 143}, + [1925] = {.lex_state = 143}, + [1926] = {.lex_state = 143}, + [1927] = {.lex_state = 143}, + [1928] = {.lex_state = 143}, + [1929] = {.lex_state = 125}, + [1930] = {.lex_state = 125}, + [1931] = {.lex_state = 125}, + [1932] = {.lex_state = 59}, + [1933] = {.lex_state = 143}, + [1934] = {.lex_state = 143}, + [1935] = {.lex_state = 125}, + [1936] = {.lex_state = 143}, + [1937] = {.lex_state = 143}, + [1938] = {.lex_state = 143}, + [1939] = {.lex_state = 143}, + [1940] = {.lex_state = 143}, + [1941] = {.lex_state = 143}, [1942] = {.lex_state = 156}, - [1943] = {.lex_state = 156}, - [1944] = {.lex_state = 156}, - [1945] = {.lex_state = 156}, - [1946] = {.lex_state = 156}, - [1947] = {.lex_state = 156}, - [1948] = {.lex_state = 156}, - [1949] = {.lex_state = 156}, - [1950] = {.lex_state = 156}, - [1951] = {.lex_state = 156}, - [1952] = {.lex_state = 156}, - [1953] = {.lex_state = 156}, - [1954] = {.lex_state = 139}, - [1955] = {.lex_state = 139}, - [1956] = {.lex_state = 98}, - [1957] = {.lex_state = 125}, + [1943] = {.lex_state = 143}, + [1944] = {.lex_state = 143}, + [1945] = {.lex_state = 143}, + [1946] = {.lex_state = 143}, + [1947] = {.lex_state = 143}, + [1948] = {.lex_state = 143}, + [1949] = {.lex_state = 143}, + [1950] = {.lex_state = 143}, + [1951] = {.lex_state = 143}, + [1952] = {.lex_state = 143}, + [1953] = {.lex_state = 143}, + [1954] = {.lex_state = 143}, + [1955] = {.lex_state = 143}, + [1956] = {.lex_state = 143}, + [1957] = {.lex_state = 143}, [1958] = {.lex_state = 125}, - [1959] = {.lex_state = 137}, - [1960] = {.lex_state = 137}, - [1961] = {.lex_state = 107}, - [1962] = {.lex_state = 156}, - [1963] = {.lex_state = 137}, - [1964] = {.lex_state = 63}, + [1959] = {.lex_state = 143}, + [1960] = {.lex_state = 143}, + [1961] = {.lex_state = 143}, + [1962] = {.lex_state = 125}, + [1963] = {.lex_state = 143}, + [1964] = {.lex_state = 143}, [1965] = {.lex_state = 143}, - [1966] = {.lex_state = 125}, - [1967] = {.lex_state = 125}, - [1968] = {.lex_state = 125}, - [1969] = {.lex_state = 125}, - [1970] = {.lex_state = 125}, + [1966] = {.lex_state = 143}, + [1967] = {.lex_state = 143}, + [1968] = {.lex_state = 143}, + [1969] = {.lex_state = 143}, + [1970] = {.lex_state = 143}, [1971] = {.lex_state = 125}, - [1972] = {.lex_state = 125}, - [1973] = {.lex_state = 125}, - [1974] = {.lex_state = 125}, - [1975] = {.lex_state = 125}, - [1976] = {.lex_state = 125}, - [1977] = {.lex_state = 156}, + [1972] = {.lex_state = 143}, + [1973] = {.lex_state = 143}, + [1974] = {.lex_state = 143}, + [1975] = {.lex_state = 143}, + [1976] = {.lex_state = 143}, + [1977] = {.lex_state = 143}, [1978] = {.lex_state = 143}, [1979] = {.lex_state = 143}, [1980] = {.lex_state = 143}, - [1981] = {.lex_state = 143}, + [1981] = {.lex_state = 156}, [1982] = {.lex_state = 143}, [1983] = {.lex_state = 143}, [1984] = {.lex_state = 143}, @@ -67060,10 +67168,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1989] = {.lex_state = 143}, [1990] = {.lex_state = 143}, [1991] = {.lex_state = 143}, - [1992] = {.lex_state = 63}, + [1992] = {.lex_state = 156}, [1993] = {.lex_state = 143}, [1994] = {.lex_state = 143}, - [1995] = {.lex_state = 143}, + [1995] = {.lex_state = 125}, [1996] = {.lex_state = 143}, [1997] = {.lex_state = 143}, [1998] = {.lex_state = 143}, @@ -67071,41 +67179,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2000] = {.lex_state = 143}, [2001] = {.lex_state = 143}, [2002] = {.lex_state = 143}, - [2003] = {.lex_state = 63}, - [2004] = {.lex_state = 63}, - [2005] = {.lex_state = 63}, - [2006] = {.lex_state = 63}, - [2007] = {.lex_state = 63}, - [2008] = {.lex_state = 63}, - [2009] = {.lex_state = 63}, - [2010] = {.lex_state = 63}, - [2011] = {.lex_state = 63}, - [2012] = {.lex_state = 63}, - [2013] = {.lex_state = 63}, - [2014] = {.lex_state = 63}, - [2015] = {.lex_state = 63}, - [2016] = {.lex_state = 63}, - [2017] = {.lex_state = 63}, - [2018] = {.lex_state = 63}, - [2019] = {.lex_state = 63}, - [2020] = {.lex_state = 63}, + [2003] = {.lex_state = 125}, + [2004] = {.lex_state = 125}, + [2005] = {.lex_state = 143}, + [2006] = {.lex_state = 125}, + [2007] = {.lex_state = 156}, + [2008] = {.lex_state = 125}, + [2009] = {.lex_state = 125}, + [2010] = {.lex_state = 125}, + [2011] = {.lex_state = 125}, + [2012] = {.lex_state = 143}, + [2013] = {.lex_state = 143}, + [2014] = {.lex_state = 143}, + [2015] = {.lex_state = 143}, + [2016] = {.lex_state = 143}, + [2017] = {.lex_state = 143}, + [2018] = {.lex_state = 143}, + [2019] = {.lex_state = 143}, + [2020] = {.lex_state = 156}, [2021] = {.lex_state = 143}, - [2022] = {.lex_state = 63}, - [2023] = {.lex_state = 63}, - [2024] = {.lex_state = 63}, - [2025] = {.lex_state = 63}, - [2026] = {.lex_state = 63}, + [2022] = {.lex_state = 156}, + [2023] = {.lex_state = 143}, + [2024] = {.lex_state = 59}, + [2025] = {.lex_state = 156}, + [2026] = {.lex_state = 143}, [2027] = {.lex_state = 143}, [2028] = {.lex_state = 143}, - [2029] = {.lex_state = 63}, - [2030] = {.lex_state = 63}, - [2031] = {.lex_state = 63}, - [2032] = {.lex_state = 63}, + [2029] = {.lex_state = 59}, + [2030] = {.lex_state = 143}, + [2031] = {.lex_state = 143}, + [2032] = {.lex_state = 143}, [2033] = {.lex_state = 143}, [2034] = {.lex_state = 143}, [2035] = {.lex_state = 143}, - [2036] = {.lex_state = 125}, - [2037] = {.lex_state = 63}, + [2036] = {.lex_state = 143}, + [2037] = {.lex_state = 143}, [2038] = {.lex_state = 143}, [2039] = {.lex_state = 143}, [2040] = {.lex_state = 143}, @@ -67130,10 +67238,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2059] = {.lex_state = 143}, [2060] = {.lex_state = 143}, [2061] = {.lex_state = 143}, - [2062] = {.lex_state = 143}, - [2063] = {.lex_state = 143}, + [2062] = {.lex_state = 156}, + [2063] = {.lex_state = 156}, [2064] = {.lex_state = 143}, - [2065] = {.lex_state = 143}, + [2065] = {.lex_state = 125}, [2066] = {.lex_state = 143}, [2067] = {.lex_state = 143}, [2068] = {.lex_state = 143}, @@ -67150,556 +67258,556 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2079] = {.lex_state = 143}, [2080] = {.lex_state = 143}, [2081] = {.lex_state = 143}, - [2082] = {.lex_state = 143}, - [2083] = {.lex_state = 143}, - [2084] = {.lex_state = 143}, + [2082] = {.lex_state = 130}, + [2083] = {.lex_state = 156}, + [2084] = {.lex_state = 156}, [2085] = {.lex_state = 143}, [2086] = {.lex_state = 143}, [2087] = {.lex_state = 143}, - [2088] = {.lex_state = 143}, - [2089] = {.lex_state = 63}, + [2088] = {.lex_state = 156}, + [2089] = {.lex_state = 143}, [2090] = {.lex_state = 143}, - [2091] = {.lex_state = 143}, - [2092] = {.lex_state = 63}, - [2093] = {.lex_state = 143}, - [2094] = {.lex_state = 63}, - [2095] = {.lex_state = 143}, - [2096] = {.lex_state = 143}, - [2097] = {.lex_state = 143}, - [2098] = {.lex_state = 143}, - [2099] = {.lex_state = 63}, - [2100] = {.lex_state = 63}, - [2101] = {.lex_state = 143}, - [2102] = {.lex_state = 143}, - [2103] = {.lex_state = 143}, - [2104] = {.lex_state = 143}, - [2105] = {.lex_state = 143}, - [2106] = {.lex_state = 143}, - [2107] = {.lex_state = 143}, + [2091] = {.lex_state = 156}, + [2092] = {.lex_state = 156}, + [2093] = {.lex_state = 156}, + [2094] = {.lex_state = 156}, + [2095] = {.lex_state = 156}, + [2096] = {.lex_state = 156}, + [2097] = {.lex_state = 156}, + [2098] = {.lex_state = 156}, + [2099] = {.lex_state = 99}, + [2100] = {.lex_state = 156}, + [2101] = {.lex_state = 156}, + [2102] = {.lex_state = 156}, + [2103] = {.lex_state = 156}, + [2104] = {.lex_state = 156}, + [2105] = {.lex_state = 156}, + [2106] = {.lex_state = 156}, + [2107] = {.lex_state = 156}, [2108] = {.lex_state = 143}, [2109] = {.lex_state = 143}, - [2110] = {.lex_state = 63}, - [2111] = {.lex_state = 143}, + [2110] = {.lex_state = 143}, + [2111] = {.lex_state = 156}, [2112] = {.lex_state = 143}, [2113] = {.lex_state = 143}, - [2114] = {.lex_state = 63}, - [2115] = {.lex_state = 63}, - [2116] = {.lex_state = 143}, - [2117] = {.lex_state = 143}, + [2114] = {.lex_state = 143}, + [2115] = {.lex_state = 143}, + [2116] = {.lex_state = 156}, + [2117] = {.lex_state = 156}, [2118] = {.lex_state = 143}, [2119] = {.lex_state = 143}, [2120] = {.lex_state = 143}, - [2121] = {.lex_state = 143}, - [2122] = {.lex_state = 143}, + [2121] = {.lex_state = 156}, + [2122] = {.lex_state = 156}, [2123] = {.lex_state = 143}, - [2124] = {.lex_state = 63}, - [2125] = {.lex_state = 63}, - [2126] = {.lex_state = 63}, + [2124] = {.lex_state = 143}, + [2125] = {.lex_state = 156}, + [2126] = {.lex_state = 156}, [2127] = {.lex_state = 143}, [2128] = {.lex_state = 143}, - [2129] = {.lex_state = 143}, - [2130] = {.lex_state = 143}, - [2131] = {.lex_state = 63}, - [2132] = {.lex_state = 63}, + [2129] = {.lex_state = 156}, + [2130] = {.lex_state = 156}, + [2131] = {.lex_state = 156}, + [2132] = {.lex_state = 143}, [2133] = {.lex_state = 143}, - [2134] = {.lex_state = 143}, - [2135] = {.lex_state = 143}, - [2136] = {.lex_state = 143}, - [2137] = {.lex_state = 143}, - [2138] = {.lex_state = 143}, + [2134] = {.lex_state = 156}, + [2135] = {.lex_state = 156}, + [2136] = {.lex_state = 156}, + [2137] = {.lex_state = 156}, + [2138] = {.lex_state = 156}, [2139] = {.lex_state = 143}, [2140] = {.lex_state = 143}, - [2141] = {.lex_state = 143}, - [2142] = {.lex_state = 143}, + [2141] = {.lex_state = 156}, + [2142] = {.lex_state = 156}, [2143] = {.lex_state = 143}, - [2144] = {.lex_state = 143}, - [2145] = {.lex_state = 143}, - [2146] = {.lex_state = 143}, + [2144] = {.lex_state = 156}, + [2145] = {.lex_state = 59}, + [2146] = {.lex_state = 59}, [2147] = {.lex_state = 143}, - [2148] = {.lex_state = 143}, + [2148] = {.lex_state = 156}, [2149] = {.lex_state = 143}, [2150] = {.lex_state = 143}, - [2151] = {.lex_state = 125}, - [2152] = {.lex_state = 143}, - [2153] = {.lex_state = 143}, - [2154] = {.lex_state = 143}, - [2155] = {.lex_state = 143}, + [2151] = {.lex_state = 143}, + [2152] = {.lex_state = 156}, + [2153] = {.lex_state = 156}, + [2154] = {.lex_state = 156}, + [2155] = {.lex_state = 156}, [2156] = {.lex_state = 143}, - [2157] = {.lex_state = 143}, - [2158] = {.lex_state = 143}, - [2159] = {.lex_state = 143}, - [2160] = {.lex_state = 143}, + [2157] = {.lex_state = 107}, + [2158] = {.lex_state = 156}, + [2159] = {.lex_state = 156}, + [2160] = {.lex_state = 156}, [2161] = {.lex_state = 143}, [2162] = {.lex_state = 143}, [2163] = {.lex_state = 143}, [2164] = {.lex_state = 143}, [2165] = {.lex_state = 143}, - [2166] = {.lex_state = 143}, + [2166] = {.lex_state = 156}, [2167] = {.lex_state = 143}, [2168] = {.lex_state = 143}, [2169] = {.lex_state = 143}, [2170] = {.lex_state = 143}, [2171] = {.lex_state = 143}, [2172] = {.lex_state = 143}, - [2173] = {.lex_state = 143}, - [2174] = {.lex_state = 143}, + [2173] = {.lex_state = 59}, + [2174] = {.lex_state = 59}, [2175] = {.lex_state = 143}, [2176] = {.lex_state = 143}, [2177] = {.lex_state = 143}, [2178] = {.lex_state = 143}, - [2179] = {.lex_state = 143}, - [2180] = {.lex_state = 143}, - [2181] = {.lex_state = 143}, + [2179] = {.lex_state = 156}, + [2180] = {.lex_state = 156}, + [2181] = {.lex_state = 156}, [2182] = {.lex_state = 143}, - [2183] = {.lex_state = 143}, - [2184] = {.lex_state = 143}, + [2183] = {.lex_state = 125}, + [2184] = {.lex_state = 156}, [2185] = {.lex_state = 143}, [2186] = {.lex_state = 143}, - [2187] = {.lex_state = 125}, + [2187] = {.lex_state = 143}, [2188] = {.lex_state = 143}, [2189] = {.lex_state = 143}, - [2190] = {.lex_state = 143}, - [2191] = {.lex_state = 130}, + [2190] = {.lex_state = 125}, + [2191] = {.lex_state = 125}, [2192] = {.lex_state = 143}, - [2193] = {.lex_state = 125}, - [2194] = {.lex_state = 130}, - [2195] = {.lex_state = 125}, - [2196] = {.lex_state = 63}, - [2197] = {.lex_state = 63}, - [2198] = {.lex_state = 63}, - [2199] = {.lex_state = 63}, - [2200] = {.lex_state = 63}, - [2201] = {.lex_state = 63}, - [2202] = {.lex_state = 63}, - [2203] = {.lex_state = 63}, - [2204] = {.lex_state = 63}, - [2205] = {.lex_state = 63}, + [2193] = {.lex_state = 143}, + [2194] = {.lex_state = 143}, + [2195] = {.lex_state = 143}, + [2196] = {.lex_state = 143}, + [2197] = {.lex_state = 143}, + [2198] = {.lex_state = 143}, + [2199] = {.lex_state = 143}, + [2200] = {.lex_state = 143}, + [2201] = {.lex_state = 143}, + [2202] = {.lex_state = 143}, + [2203] = {.lex_state = 143}, + [2204] = {.lex_state = 143}, + [2205] = {.lex_state = 143}, [2206] = {.lex_state = 63}, [2207] = {.lex_state = 63}, [2208] = {.lex_state = 63}, [2209] = {.lex_state = 63}, [2210] = {.lex_state = 63}, - [2211] = {.lex_state = 125}, - [2212] = {.lex_state = 125}, - [2213] = {.lex_state = 125}, - [2214] = {.lex_state = 156}, - [2215] = {.lex_state = 156}, - [2216] = {.lex_state = 156}, - [2217] = {.lex_state = 156}, + [2211] = {.lex_state = 63}, + [2212] = {.lex_state = 156}, + [2213] = {.lex_state = 63}, + [2214] = {.lex_state = 63}, + [2215] = {.lex_state = 63}, + [2216] = {.lex_state = 63}, + [2217] = {.lex_state = 63}, [2218] = {.lex_state = 63}, [2219] = {.lex_state = 63}, - [2220] = {.lex_state = 143}, - [2221] = {.lex_state = 143}, - [2222] = {.lex_state = 143}, - [2223] = {.lex_state = 143}, - [2224] = {.lex_state = 143}, - [2225] = {.lex_state = 143}, - [2226] = {.lex_state = 143}, - [2227] = {.lex_state = 143}, - [2228] = {.lex_state = 143}, - [2229] = {.lex_state = 143}, - [2230] = {.lex_state = 143}, - [2231] = {.lex_state = 143}, - [2232] = {.lex_state = 143}, - [2233] = {.lex_state = 143}, - [2234] = {.lex_state = 143}, - [2235] = {.lex_state = 143}, - [2236] = {.lex_state = 143}, - [2237] = {.lex_state = 143}, + [2220] = {.lex_state = 63}, + [2221] = {.lex_state = 63}, + [2222] = {.lex_state = 63}, + [2223] = {.lex_state = 130}, + [2224] = {.lex_state = 63}, + [2225] = {.lex_state = 63}, + [2226] = {.lex_state = 63}, + [2227] = {.lex_state = 63}, + [2228] = {.lex_state = 63}, + [2229] = {.lex_state = 63}, + [2230] = {.lex_state = 63}, + [2231] = {.lex_state = 63}, + [2232] = {.lex_state = 63}, + [2233] = {.lex_state = 63}, + [2234] = {.lex_state = 63}, + [2235] = {.lex_state = 63}, + [2236] = {.lex_state = 63}, + [2237] = {.lex_state = 63}, [2238] = {.lex_state = 63}, - [2239] = {.lex_state = 143}, - [2240] = {.lex_state = 143}, - [2241] = {.lex_state = 143}, - [2242] = {.lex_state = 143}, - [2243] = {.lex_state = 143}, - [2244] = {.lex_state = 143}, - [2245] = {.lex_state = 143}, + [2239] = {.lex_state = 63}, + [2240] = {.lex_state = 63}, + [2241] = {.lex_state = 63}, + [2242] = {.lex_state = 63}, + [2243] = {.lex_state = 63}, + [2244] = {.lex_state = 63}, + [2245] = {.lex_state = 63}, [2246] = {.lex_state = 63}, - [2247] = {.lex_state = 130}, - [2248] = {.lex_state = 130}, - [2249] = {.lex_state = 573}, - [2250] = {.lex_state = 573}, - [2251] = {.lex_state = 572}, - [2252] = {.lex_state = 572}, - [2253] = {.lex_state = 572}, - [2254] = {.lex_state = 130}, - [2255] = {.lex_state = 572}, - [2256] = {.lex_state = 572}, - [2257] = {.lex_state = 572}, - [2258] = {.lex_state = 572}, - [2259] = {.lex_state = 572}, - [2260] = {.lex_state = 125}, - [2261] = {.lex_state = 572}, - [2262] = {.lex_state = 572}, - [2263] = {.lex_state = 575}, - [2264] = {.lex_state = 125}, - [2265] = {.lex_state = 125}, - [2266] = {.lex_state = 572}, - [2267] = {.lex_state = 125}, - [2268] = {.lex_state = 572}, - [2269] = {.lex_state = 575}, - [2270] = {.lex_state = 574}, - [2271] = {.lex_state = 574}, - [2272] = {.lex_state = 574}, - [2273] = {.lex_state = 574}, - [2274] = {.lex_state = 574}, - [2275] = {.lex_state = 574}, - [2276] = {.lex_state = 575}, - [2277] = {.lex_state = 575}, - [2278] = {.lex_state = 574}, - [2279] = {.lex_state = 574}, - [2280] = {.lex_state = 125}, - [2281] = {.lex_state = 574}, - [2282] = {.lex_state = 574}, - [2283] = {.lex_state = 574}, - [2284] = {.lex_state = 574}, - [2285] = {.lex_state = 574}, - [2286] = {.lex_state = 574}, - [2287] = {.lex_state = 574}, - [2288] = {.lex_state = 574}, - [2289] = {.lex_state = 574}, - [2290] = {.lex_state = 574}, - [2291] = {.lex_state = 574}, - [2292] = {.lex_state = 574}, - [2293] = {.lex_state = 574}, - [2294] = {.lex_state = 574}, - [2295] = {.lex_state = 574}, - [2296] = {.lex_state = 574}, - [2297] = {.lex_state = 551}, - [2298] = {.lex_state = 551}, - [2299] = {.lex_state = 551}, - [2300] = {.lex_state = 545}, - [2301] = {.lex_state = 546}, - [2302] = {.lex_state = 517}, - [2303] = {.lex_state = 551}, - [2304] = {.lex_state = 517}, - [2305] = {.lex_state = 551}, - [2306] = {.lex_state = 551}, - [2307] = {.lex_state = 517}, - [2308] = {.lex_state = 546}, - [2309] = {.lex_state = 551}, - [2310] = {.lex_state = 551}, - [2311] = {.lex_state = 551}, - [2312] = {.lex_state = 551}, - [2313] = {.lex_state = 551}, - [2314] = {.lex_state = 545}, - [2315] = {.lex_state = 551}, - [2316] = {.lex_state = 551}, - [2317] = {.lex_state = 517}, - [2318] = {.lex_state = 551}, - [2319] = {.lex_state = 131}, - [2320] = {.lex_state = 551}, - [2321] = {.lex_state = 551}, - [2322] = {.lex_state = 517}, - [2323] = {.lex_state = 551}, - [2324] = {.lex_state = 551}, - [2325] = {.lex_state = 81}, + [2247] = {.lex_state = 63}, + [2248] = {.lex_state = 63}, + [2249] = {.lex_state = 63}, + [2250] = {.lex_state = 63}, + [2251] = {.lex_state = 63}, + [2252] = {.lex_state = 63}, + [2253] = {.lex_state = 63}, + [2254] = {.lex_state = 63}, + [2255] = {.lex_state = 63}, + [2256] = {.lex_state = 156}, + [2257] = {.lex_state = 63}, + [2258] = {.lex_state = 63}, + [2259] = {.lex_state = 63}, + [2260] = {.lex_state = 63}, + [2261] = {.lex_state = 63}, + [2262] = {.lex_state = 156}, + [2263] = {.lex_state = 130}, + [2264] = {.lex_state = 63}, + [2265] = {.lex_state = 63}, + [2266] = {.lex_state = 63}, + [2267] = {.lex_state = 63}, + [2268] = {.lex_state = 63}, + [2269] = {.lex_state = 63}, + [2270] = {.lex_state = 63}, + [2271] = {.lex_state = 63}, + [2272] = {.lex_state = 63}, + [2273] = {.lex_state = 156}, + [2274] = {.lex_state = 156}, + [2275] = {.lex_state = 63}, + [2276] = {.lex_state = 63}, + [2277] = {.lex_state = 573}, + [2278] = {.lex_state = 573}, + [2279] = {.lex_state = 130}, + [2280] = {.lex_state = 572}, + [2281] = {.lex_state = 572}, + [2282] = {.lex_state = 125}, + [2283] = {.lex_state = 125}, + [2284] = {.lex_state = 125}, + [2285] = {.lex_state = 572}, + [2286] = {.lex_state = 572}, + [2287] = {.lex_state = 572}, + [2288] = {.lex_state = 572}, + [2289] = {.lex_state = 125}, + [2290] = {.lex_state = 575}, + [2291] = {.lex_state = 575}, + [2292] = {.lex_state = 572}, + [2293] = {.lex_state = 572}, + [2294] = {.lex_state = 125}, + [2295] = {.lex_state = 572}, + [2296] = {.lex_state = 572}, + [2297] = {.lex_state = 572}, + [2298] = {.lex_state = 572}, + [2299] = {.lex_state = 574}, + [2300] = {.lex_state = 575}, + [2301] = {.lex_state = 574}, + [2302] = {.lex_state = 574}, + [2303] = {.lex_state = 574}, + [2304] = {.lex_state = 574}, + [2305] = {.lex_state = 574}, + [2306] = {.lex_state = 574}, + [2307] = {.lex_state = 574}, + [2308] = {.lex_state = 575}, + [2309] = {.lex_state = 574}, + [2310] = {.lex_state = 574}, + [2311] = {.lex_state = 574}, + [2312] = {.lex_state = 574}, + [2313] = {.lex_state = 574}, + [2314] = {.lex_state = 574}, + [2315] = {.lex_state = 574}, + [2316] = {.lex_state = 574}, + [2317] = {.lex_state = 574}, + [2318] = {.lex_state = 574}, + [2319] = {.lex_state = 574}, + [2320] = {.lex_state = 574}, + [2321] = {.lex_state = 574}, + [2322] = {.lex_state = 574}, + [2323] = {.lex_state = 574}, + [2324] = {.lex_state = 574}, + [2325] = {.lex_state = 131}, [2326] = {.lex_state = 517}, [2327] = {.lex_state = 551}, [2328] = {.lex_state = 551}, - [2329] = {.lex_state = 549}, - [2330] = {.lex_state = 549}, - [2331] = {.lex_state = 551}, - [2332] = {.lex_state = 81}, + [2329] = {.lex_state = 551}, + [2330] = {.lex_state = 551}, + [2331] = {.lex_state = 546}, + [2332] = {.lex_state = 517}, [2333] = {.lex_state = 551}, - [2334] = {.lex_state = 551}, - [2335] = {.lex_state = 550}, - [2336] = {.lex_state = 517}, - [2337] = {.lex_state = 546}, - [2338] = {.lex_state = 545}, - [2339] = {.lex_state = 550}, - [2340] = {.lex_state = 563}, - [2341] = {.lex_state = 550}, - [2342] = {.lex_state = 551}, + [2334] = {.lex_state = 545}, + [2335] = {.lex_state = 545}, + [2336] = {.lex_state = 546}, + [2337] = {.lex_state = 517}, + [2338] = {.lex_state = 551}, + [2339] = {.lex_state = 551}, + [2340] = {.lex_state = 551}, + [2341] = {.lex_state = 551}, + [2342] = {.lex_state = 517}, [2343] = {.lex_state = 551}, [2344] = {.lex_state = 551}, - [2345] = {.lex_state = 81}, - [2346] = {.lex_state = 116}, - [2347] = {.lex_state = 550}, - [2348] = {.lex_state = 549}, + [2345] = {.lex_state = 551}, + [2346] = {.lex_state = 551}, + [2347] = {.lex_state = 551}, + [2348] = {.lex_state = 551}, [2349] = {.lex_state = 549}, - [2350] = {.lex_state = 550}, + [2350] = {.lex_state = 517}, [2351] = {.lex_state = 550}, - [2352] = {.lex_state = 545}, - [2353] = {.lex_state = 546}, + [2352] = {.lex_state = 81}, + [2353] = {.lex_state = 551}, [2354] = {.lex_state = 551}, - [2355] = {.lex_state = 550}, - [2356] = {.lex_state = 563}, - [2357] = {.lex_state = 551}, + [2355] = {.lex_state = 546}, + [2356] = {.lex_state = 550}, + [2357] = {.lex_state = 550}, [2358] = {.lex_state = 550}, - [2359] = {.lex_state = 517}, - [2360] = {.lex_state = 81}, - [2361] = {.lex_state = 551}, + [2359] = {.lex_state = 550}, + [2360] = {.lex_state = 551}, + [2361] = {.lex_state = 550}, [2362] = {.lex_state = 551}, - [2363] = {.lex_state = 81}, + [2363] = {.lex_state = 551}, [2364] = {.lex_state = 551}, - [2365] = {.lex_state = 550}, - [2366] = {.lex_state = 551}, - [2367] = {.lex_state = 551}, - [2368] = {.lex_state = 517}, + [2365] = {.lex_state = 517}, + [2366] = {.lex_state = 545}, + [2367] = {.lex_state = 517}, + [2368] = {.lex_state = 550}, [2369] = {.lex_state = 551}, - [2370] = {.lex_state = 567}, - [2371] = {.lex_state = 549}, + [2370] = {.lex_state = 551}, + [2371] = {.lex_state = 563}, [2372] = {.lex_state = 550}, - [2373] = {.lex_state = 550}, - [2374] = {.lex_state = 551}, - [2375] = {.lex_state = 549}, - [2376] = {.lex_state = 551}, - [2377] = {.lex_state = 578}, - [2378] = {.lex_state = 551}, - [2379] = {.lex_state = 570}, - [2380] = {.lex_state = 551}, - [2381] = {.lex_state = 517}, + [2373] = {.lex_state = 551}, + [2374] = {.lex_state = 563}, + [2375] = {.lex_state = 551}, + [2376] = {.lex_state = 549}, + [2377] = {.lex_state = 545}, + [2378] = {.lex_state = 549}, + [2379] = {.lex_state = 81}, + [2380] = {.lex_state = 116}, + [2381] = {.lex_state = 551}, [2382] = {.lex_state = 81}, - [2383] = {.lex_state = 551}, - [2384] = {.lex_state = 567}, - [2385] = {.lex_state = 517}, - [2386] = {.lex_state = 91}, - [2387] = {.lex_state = 551}, - [2388] = {.lex_state = 517}, + [2383] = {.lex_state = 81}, + [2384] = {.lex_state = 549}, + [2385] = {.lex_state = 546}, + [2386] = {.lex_state = 517}, + [2387] = {.lex_state = 81}, + [2388] = {.lex_state = 551}, [2389] = {.lex_state = 551}, [2390] = {.lex_state = 551}, - [2391] = {.lex_state = 550}, - [2392] = {.lex_state = 206}, - [2393] = {.lex_state = 567}, - [2394] = {.lex_state = 206}, - [2395] = {.lex_state = 550}, + [2391] = {.lex_state = 551}, + [2392] = {.lex_state = 517}, + [2393] = {.lex_state = 563}, + [2394] = {.lex_state = 567}, + [2395] = {.lex_state = 517}, [2396] = {.lex_state = 563}, - [2397] = {.lex_state = 549}, - [2398] = {.lex_state = 517}, - [2399] = {.lex_state = 551}, - [2400] = {.lex_state = 145}, - [2401] = {.lex_state = 563}, - [2402] = {.lex_state = 517}, - [2403] = {.lex_state = 549}, + [2397] = {.lex_state = 145}, + [2398] = {.lex_state = 81}, + [2399] = {.lex_state = 91}, + [2400] = {.lex_state = 81}, + [2401] = {.lex_state = 551}, + [2402] = {.lex_state = 551}, + [2403] = {.lex_state = 570}, [2404] = {.lex_state = 551}, - [2405] = {.lex_state = 550}, + [2405] = {.lex_state = 578}, [2406] = {.lex_state = 517}, - [2407] = {.lex_state = 550}, - [2408] = {.lex_state = 551}, - [2409] = {.lex_state = 551}, - [2410] = {.lex_state = 550}, - [2411] = {.lex_state = 551}, - [2412] = {.lex_state = 206}, - [2413] = {.lex_state = 206}, - [2414] = {.lex_state = 517}, - [2415] = {.lex_state = 81}, - [2416] = {.lex_state = 551}, - [2417] = {.lex_state = 568}, - [2418] = {.lex_state = 568}, - [2419] = {.lex_state = 568}, - [2420] = {.lex_state = 67}, - [2421] = {.lex_state = 567}, - [2422] = {.lex_state = 568}, - [2423] = {.lex_state = 93}, - [2424] = {.lex_state = 568}, - [2425] = {.lex_state = 568}, + [2407] = {.lex_state = 551}, + [2408] = {.lex_state = 550}, + [2409] = {.lex_state = 517}, + [2410] = {.lex_state = 206}, + [2411] = {.lex_state = 549}, + [2412] = {.lex_state = 551}, + [2413] = {.lex_state = 550}, + [2414] = {.lex_state = 206}, + [2415] = {.lex_state = 551}, + [2416] = {.lex_state = 549}, + [2417] = {.lex_state = 567}, + [2418] = {.lex_state = 567}, + [2419] = {.lex_state = 549}, + [2420] = {.lex_state = 549}, + [2421] = {.lex_state = 206}, + [2422] = {.lex_state = 517}, + [2423] = {.lex_state = 550}, + [2424] = {.lex_state = 551}, + [2425] = {.lex_state = 551}, [2426] = {.lex_state = 551}, - [2427] = {.lex_state = 1}, - [2428] = {.lex_state = 1}, - [2429] = {.lex_state = 567}, - [2430] = {.lex_state = 568}, - [2431] = {.lex_state = 568}, - [2432] = {.lex_state = 570}, - [2433] = {.lex_state = 578}, - [2434] = {.lex_state = 568}, + [2427] = {.lex_state = 550}, + [2428] = {.lex_state = 551}, + [2429] = {.lex_state = 551}, + [2430] = {.lex_state = 551}, + [2431] = {.lex_state = 206}, + [2432] = {.lex_state = 551}, + [2433] = {.lex_state = 551}, + [2434] = {.lex_state = 517}, [2435] = {.lex_state = 551}, - [2436] = {.lex_state = 568}, + [2436] = {.lex_state = 551}, [2437] = {.lex_state = 551}, - [2438] = {.lex_state = 568}, - [2439] = {.lex_state = 517}, - [2440] = {.lex_state = 568}, - [2441] = {.lex_state = 568}, - [2442] = {.lex_state = 67}, - [2443] = {.lex_state = 67}, - [2444] = {.lex_state = 568}, - [2445] = {.lex_state = 568}, - [2446] = {.lex_state = 517}, + [2438] = {.lex_state = 551}, + [2439] = {.lex_state = 550}, + [2440] = {.lex_state = 517}, + [2441] = {.lex_state = 550}, + [2442] = {.lex_state = 517}, + [2443] = {.lex_state = 550}, + [2444] = {.lex_state = 550}, + [2445] = {.lex_state = 1}, + [2446] = {.lex_state = 568}, [2447] = {.lex_state = 551}, - [2448] = {.lex_state = 67}, - [2449] = {.lex_state = 567}, - [2450] = {.lex_state = 67}, - [2451] = {.lex_state = 568}, - [2452] = {.lex_state = 67}, + [2448] = {.lex_state = 551}, + [2449] = {.lex_state = 66}, + [2450] = {.lex_state = 66}, + [2451] = {.lex_state = 66}, + [2452] = {.lex_state = 568}, [2453] = {.lex_state = 568}, [2454] = {.lex_state = 568}, - [2455] = {.lex_state = 568}, - [2456] = {.lex_state = 517}, - [2457] = {.lex_state = 67}, - [2458] = {.lex_state = 551}, + [2455] = {.lex_state = 567}, + [2456] = {.lex_state = 551}, + [2457] = {.lex_state = 568}, + [2458] = {.lex_state = 568}, [2459] = {.lex_state = 551}, - [2460] = {.lex_state = 1}, - [2461] = {.lex_state = 517}, - [2462] = {.lex_state = 1}, - [2463] = {.lex_state = 568}, - [2464] = {.lex_state = 568}, + [2460] = {.lex_state = 568}, + [2461] = {.lex_state = 568}, + [2462] = {.lex_state = 568}, + [2463] = {.lex_state = 517}, + [2464] = {.lex_state = 66}, [2465] = {.lex_state = 568}, [2466] = {.lex_state = 568}, [2467] = {.lex_state = 568}, [2468] = {.lex_state = 568}, [2469] = {.lex_state = 568}, - [2470] = {.lex_state = 568}, - [2471] = {.lex_state = 568}, - [2472] = {.lex_state = 1}, - [2473] = {.lex_state = 551}, - [2474] = {.lex_state = 551}, + [2470] = {.lex_state = 517}, + [2471] = {.lex_state = 551}, + [2472] = {.lex_state = 568}, + [2473] = {.lex_state = 66}, + [2474] = {.lex_state = 568}, [2475] = {.lex_state = 568}, [2476] = {.lex_state = 568}, [2477] = {.lex_state = 568}, [2478] = {.lex_state = 568}, - [2479] = {.lex_state = 568}, - [2480] = {.lex_state = 551}, + [2479] = {.lex_state = 66}, + [2480] = {.lex_state = 568}, [2481] = {.lex_state = 568}, - [2482] = {.lex_state = 568}, + [2482] = {.lex_state = 1}, [2483] = {.lex_state = 568}, [2484] = {.lex_state = 568}, [2485] = {.lex_state = 568}, [2486] = {.lex_state = 568}, - [2487] = {.lex_state = 568}, + [2487] = {.lex_state = 551}, [2488] = {.lex_state = 568}, - [2489] = {.lex_state = 67}, - [2490] = {.lex_state = 568}, - [2491] = {.lex_state = 568}, - [2492] = {.lex_state = 568}, + [2489] = {.lex_state = 551}, + [2490] = {.lex_state = 551}, + [2491] = {.lex_state = 551}, + [2492] = {.lex_state = 66}, [2493] = {.lex_state = 568}, - [2494] = {.lex_state = 67}, + [2494] = {.lex_state = 568}, [2495] = {.lex_state = 568}, [2496] = {.lex_state = 568}, [2497] = {.lex_state = 568}, - [2498] = {.lex_state = 551}, + [2498] = {.lex_state = 568}, [2499] = {.lex_state = 568}, [2500] = {.lex_state = 568}, - [2501] = {.lex_state = 568}, - [2502] = {.lex_state = 67}, - [2503] = {.lex_state = 67}, + [2501] = {.lex_state = 1}, + [2502] = {.lex_state = 568}, + [2503] = {.lex_state = 66}, [2504] = {.lex_state = 568}, [2505] = {.lex_state = 568}, - [2506] = {.lex_state = 81}, - [2507] = {.lex_state = 568}, + [2506] = {.lex_state = 568}, + [2507] = {.lex_state = 1}, [2508] = {.lex_state = 568}, - [2509] = {.lex_state = 551}, - [2510] = {.lex_state = 67}, + [2509] = {.lex_state = 568}, + [2510] = {.lex_state = 568}, [2511] = {.lex_state = 568}, - [2512] = {.lex_state = 568}, + [2512] = {.lex_state = 517}, [2513] = {.lex_state = 568}, [2514] = {.lex_state = 568}, [2515] = {.lex_state = 568}, - [2516] = {.lex_state = 568}, - [2517] = {.lex_state = 551}, + [2516] = {.lex_state = 551}, + [2517] = {.lex_state = 568}, [2518] = {.lex_state = 568}, - [2519] = {.lex_state = 568}, - [2520] = {.lex_state = 551}, - [2521] = {.lex_state = 568}, + [2519] = {.lex_state = 81}, + [2520] = {.lex_state = 66}, + [2521] = {.lex_state = 66}, [2522] = {.lex_state = 568}, - [2523] = {.lex_state = 568}, + [2523] = {.lex_state = 551}, [2524] = {.lex_state = 568}, [2525] = {.lex_state = 568}, [2526] = {.lex_state = 568}, - [2527] = {.lex_state = 206}, - [2528] = {.lex_state = 67}, - [2529] = {.lex_state = 551}, + [2527] = {.lex_state = 568}, + [2528] = {.lex_state = 568}, + [2529] = {.lex_state = 568}, [2530] = {.lex_state = 568}, [2531] = {.lex_state = 568}, - [2532] = {.lex_state = 92}, + [2532] = {.lex_state = 66}, [2533] = {.lex_state = 568}, - [2534] = {.lex_state = 568}, + [2534] = {.lex_state = 1}, [2535] = {.lex_state = 568}, - [2536] = {.lex_state = 67}, + [2536] = {.lex_state = 568}, [2537] = {.lex_state = 568}, [2538] = {.lex_state = 568}, - [2539] = {.lex_state = 568}, - [2540] = {.lex_state = 517}, - [2541] = {.lex_state = 517}, - [2542] = {.lex_state = 568}, + [2539] = {.lex_state = 551}, + [2540] = {.lex_state = 568}, + [2541] = {.lex_state = 551}, + [2542] = {.lex_state = 517}, [2543] = {.lex_state = 568}, [2544] = {.lex_state = 568}, - [2545] = {.lex_state = 568}, + [2545] = {.lex_state = 1}, [2546] = {.lex_state = 568}, - [2547] = {.lex_state = 551}, + [2547] = {.lex_state = 568}, [2548] = {.lex_state = 568}, [2549] = {.lex_state = 568}, - [2550] = {.lex_state = 551}, - [2551] = {.lex_state = 1}, - [2552] = {.lex_state = 568}, - [2553] = {.lex_state = 568}, + [2550] = {.lex_state = 568}, + [2551] = {.lex_state = 551}, + [2552] = {.lex_state = 567}, + [2553] = {.lex_state = 66}, [2554] = {.lex_state = 568}, [2555] = {.lex_state = 568}, - [2556] = {.lex_state = 178}, + [2556] = {.lex_state = 568}, [2557] = {.lex_state = 568}, [2558] = {.lex_state = 568}, - [2559] = {.lex_state = 568}, - [2560] = {.lex_state = 81}, - [2561] = {.lex_state = 551}, - [2562] = {.lex_state = 551}, + [2559] = {.lex_state = 66}, + [2560] = {.lex_state = 568}, + [2561] = {.lex_state = 568}, + [2562] = {.lex_state = 568}, [2563] = {.lex_state = 568}, - [2564] = {.lex_state = 568}, - [2565] = {.lex_state = 67}, - [2566] = {.lex_state = 568}, + [2564] = {.lex_state = 517}, + [2565] = {.lex_state = 206}, + [2566] = {.lex_state = 567}, [2567] = {.lex_state = 568}, - [2568] = {.lex_state = 568}, + [2568] = {.lex_state = 92}, [2569] = {.lex_state = 568}, - [2570] = {.lex_state = 568}, + [2570] = {.lex_state = 578}, [2571] = {.lex_state = 568}, [2572] = {.lex_state = 568}, - [2573] = {.lex_state = 568}, + [2573] = {.lex_state = 178}, [2574] = {.lex_state = 568}, - [2575] = {.lex_state = 7}, - [2576] = {.lex_state = 568}, - [2577] = {.lex_state = 517}, - [2578] = {.lex_state = 568}, + [2575] = {.lex_state = 568}, + [2576] = {.lex_state = 66}, + [2577] = {.lex_state = 568}, + [2578] = {.lex_state = 551}, [2579] = {.lex_state = 568}, - [2580] = {.lex_state = 568}, + [2580] = {.lex_state = 551}, [2581] = {.lex_state = 568}, - [2582] = {.lex_state = 568}, - [2583] = {.lex_state = 568}, - [2584] = {.lex_state = 568}, - [2585] = {.lex_state = 67}, - [2586] = {.lex_state = 144}, + [2582] = {.lex_state = 517}, + [2583] = {.lex_state = 570}, + [2584] = {.lex_state = 551}, + [2585] = {.lex_state = 81}, + [2586] = {.lex_state = 568}, [2587] = {.lex_state = 568}, - [2588] = {.lex_state = 67}, + [2588] = {.lex_state = 93}, [2589] = {.lex_state = 568}, - [2590] = {.lex_state = 568}, + [2590] = {.lex_state = 66}, [2591] = {.lex_state = 568}, - [2592] = {.lex_state = 517}, - [2593] = {.lex_state = 1}, - [2594] = {.lex_state = 568}, - [2595] = {.lex_state = 173}, + [2592] = {.lex_state = 568}, + [2593] = {.lex_state = 568}, + [2594] = {.lex_state = 551}, + [2595] = {.lex_state = 568}, [2596] = {.lex_state = 568}, [2597] = {.lex_state = 568}, - [2598] = {.lex_state = 94}, - [2599] = {.lex_state = 206}, - [2600] = {.lex_state = 517}, - [2601] = {.lex_state = 517}, + [2598] = {.lex_state = 568}, + [2599] = {.lex_state = 66}, + [2600] = {.lex_state = 568}, + [2601] = {.lex_state = 568}, [2602] = {.lex_state = 144}, [2603] = {.lex_state = 568}, [2604] = {.lex_state = 568}, [2605] = {.lex_state = 568}, [2606] = {.lex_state = 568}, - [2607] = {.lex_state = 568}, + [2607] = {.lex_state = 66}, [2608] = {.lex_state = 568}, - [2609] = {.lex_state = 206}, - [2610] = {.lex_state = 568}, + [2609] = {.lex_state = 568}, + [2610] = {.lex_state = 206}, [2611] = {.lex_state = 568}, [2612] = {.lex_state = 568}, - [2613] = {.lex_state = 568}, - [2614] = {.lex_state = 81}, + [2613] = {.lex_state = 517}, + [2614] = {.lex_state = 517}, [2615] = {.lex_state = 568}, [2616] = {.lex_state = 568}, [2617] = {.lex_state = 568}, [2618] = {.lex_state = 568}, - [2619] = {.lex_state = 144}, - [2620] = {.lex_state = 568}, + [2619] = {.lex_state = 7}, + [2620] = {.lex_state = 144}, [2621] = {.lex_state = 568}, - [2622] = {.lex_state = 568}, - [2623] = {.lex_state = 144}, + [2622] = {.lex_state = 206}, + [2623] = {.lex_state = 568}, [2624] = {.lex_state = 568}, - [2625] = {.lex_state = 144}, + [2625] = {.lex_state = 568}, [2626] = {.lex_state = 568}, - [2627] = {.lex_state = 67}, + [2627] = {.lex_state = 517}, [2628] = {.lex_state = 568}, - [2629] = {.lex_state = 67}, - [2630] = {.lex_state = 144}, - [2631] = {.lex_state = 1}, + [2629] = {.lex_state = 517}, + [2630] = {.lex_state = 568}, + [2631] = {.lex_state = 568}, [2632] = {.lex_state = 568}, [2633] = {.lex_state = 568}, [2634] = {.lex_state = 568}, @@ -67712,7 +67820,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2641] = {.lex_state = 568}, [2642] = {.lex_state = 568}, [2643] = {.lex_state = 568}, - [2644] = {.lex_state = 517}, + [2644] = {.lex_state = 568}, [2645] = {.lex_state = 568}, [2646] = {.lex_state = 568}, [2647] = {.lex_state = 568}, @@ -67728,1289 +67836,1289 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2657] = {.lex_state = 568}, [2658] = {.lex_state = 568}, [2659] = {.lex_state = 568}, - [2660] = {.lex_state = 568}, + [2660] = {.lex_state = 94}, [2661] = {.lex_state = 568}, [2662] = {.lex_state = 568}, [2663] = {.lex_state = 568}, - [2664] = {.lex_state = 568}, + [2664] = {.lex_state = 1}, [2665] = {.lex_state = 568}, - [2666] = {.lex_state = 206}, + [2666] = {.lex_state = 144}, [2667] = {.lex_state = 568}, [2668] = {.lex_state = 568}, [2669] = {.lex_state = 568}, [2670] = {.lex_state = 568}, - [2671] = {.lex_state = 568}, - [2672] = {.lex_state = 568}, - [2673] = {.lex_state = 568}, + [2671] = {.lex_state = 144}, + [2672] = {.lex_state = 144}, + [2673] = {.lex_state = 66}, [2674] = {.lex_state = 568}, [2675] = {.lex_state = 568}, - [2676] = {.lex_state = 568}, + [2676] = {.lex_state = 1}, [2677] = {.lex_state = 568}, [2678] = {.lex_state = 568}, [2679] = {.lex_state = 568}, [2680] = {.lex_state = 568}, [2681] = {.lex_state = 568}, - [2682] = {.lex_state = 568}, + [2682] = {.lex_state = 81}, [2683] = {.lex_state = 568}, [2684] = {.lex_state = 568}, - [2685] = {.lex_state = 67}, - [2686] = {.lex_state = 147}, - [2687] = {.lex_state = 138}, - [2688] = {.lex_state = 67}, - [2689] = {.lex_state = 138}, - [2690] = {.lex_state = 206}, - [2691] = {.lex_state = 67}, - [2692] = {.lex_state = 206}, - [2693] = {.lex_state = 81}, - [2694] = {.lex_state = 206}, - [2695] = {.lex_state = 206}, - [2696] = {.lex_state = 206}, - [2697] = {.lex_state = 8}, - [2698] = {.lex_state = 67}, - [2699] = {.lex_state = 138}, - [2700] = {.lex_state = 66}, - [2701] = {.lex_state = 206}, - [2702] = {.lex_state = 147}, - [2703] = {.lex_state = 67}, - [2704] = {.lex_state = 138}, - [2705] = {.lex_state = 526}, - [2706] = {.lex_state = 67}, - [2707] = {.lex_state = 67}, - [2708] = {.lex_state = 9}, - [2709] = {.lex_state = 138}, - [2710] = {.lex_state = 66}, - [2711] = {.lex_state = 67}, - [2712] = {.lex_state = 66}, - [2713] = {.lex_state = 206}, - [2714] = {.lex_state = 172}, - [2715] = {.lex_state = 81}, - [2716] = {.lex_state = 66}, - [2717] = {.lex_state = 526}, - [2718] = {.lex_state = 146}, - [2719] = {.lex_state = 513}, - [2720] = {.lex_state = 146}, - [2721] = {.lex_state = 146}, - [2722] = {.lex_state = 146}, - [2723] = {.lex_state = 146}, - [2724] = {.lex_state = 66}, - [2725] = {.lex_state = 67}, - [2726] = {.lex_state = 67}, - [2727] = {.lex_state = 67}, - [2728] = {.lex_state = 146}, - [2729] = {.lex_state = 146}, - [2730] = {.lex_state = 67}, + [2685] = {.lex_state = 568}, + [2686] = {.lex_state = 568}, + [2687] = {.lex_state = 568}, + [2688] = {.lex_state = 66}, + [2689] = {.lex_state = 568}, + [2690] = {.lex_state = 568}, + [2691] = {.lex_state = 568}, + [2692] = {.lex_state = 144}, + [2693] = {.lex_state = 568}, + [2694] = {.lex_state = 568}, + [2695] = {.lex_state = 568}, + [2696] = {.lex_state = 568}, + [2697] = {.lex_state = 568}, + [2698] = {.lex_state = 173}, + [2699] = {.lex_state = 568}, + [2700] = {.lex_state = 568}, + [2701] = {.lex_state = 568}, + [2702] = {.lex_state = 568}, + [2703] = {.lex_state = 568}, + [2704] = {.lex_state = 206}, + [2705] = {.lex_state = 568}, + [2706] = {.lex_state = 517}, + [2707] = {.lex_state = 568}, + [2708] = {.lex_state = 568}, + [2709] = {.lex_state = 568}, + [2710] = {.lex_state = 568}, + [2711] = {.lex_state = 568}, + [2712] = {.lex_state = 568}, + [2713] = {.lex_state = 568}, + [2714] = {.lex_state = 568}, + [2715] = {.lex_state = 568}, + [2716] = {.lex_state = 568}, + [2717] = {.lex_state = 66}, + [2718] = {.lex_state = 65}, + [2719] = {.lex_state = 66}, + [2720] = {.lex_state = 526}, + [2721] = {.lex_state = 66}, + [2722] = {.lex_state = 138}, + [2723] = {.lex_state = 138}, + [2724] = {.lex_state = 138}, + [2725] = {.lex_state = 138}, + [2726] = {.lex_state = 206}, + [2727] = {.lex_state = 66}, + [2728] = {.lex_state = 81}, + [2729] = {.lex_state = 206}, + [2730] = {.lex_state = 147}, [2731] = {.lex_state = 138}, - [2732] = {.lex_state = 67}, - [2733] = {.lex_state = 67}, - [2734] = {.lex_state = 513}, - [2735] = {.lex_state = 146}, - [2736] = {.lex_state = 99}, - [2737] = {.lex_state = 146}, - [2738] = {.lex_state = 67}, - [2739] = {.lex_state = 67}, - [2740] = {.lex_state = 513}, + [2732] = {.lex_state = 206}, + [2733] = {.lex_state = 206}, + [2734] = {.lex_state = 147}, + [2735] = {.lex_state = 206}, + [2736] = {.lex_state = 9}, + [2737] = {.lex_state = 66}, + [2738] = {.lex_state = 8}, + [2739] = {.lex_state = 66}, + [2740] = {.lex_state = 206}, [2741] = {.lex_state = 66}, - [2742] = {.lex_state = 206}, - [2743] = {.lex_state = 67}, - [2744] = {.lex_state = 146}, - [2745] = {.lex_state = 67}, - [2746] = {.lex_state = 67}, - [2747] = {.lex_state = 206}, + [2742] = {.lex_state = 146}, + [2743] = {.lex_state = 146}, + [2744] = {.lex_state = 66}, + [2745] = {.lex_state = 513}, + [2746] = {.lex_state = 513}, + [2747] = {.lex_state = 81}, [2748] = {.lex_state = 146}, - [2749] = {.lex_state = 67}, - [2750] = {.lex_state = 10}, + [2749] = {.lex_state = 81}, + [2750] = {.lex_state = 66}, [2751] = {.lex_state = 66}, - [2752] = {.lex_state = 146}, - [2753] = {.lex_state = 138}, - [2754] = {.lex_state = 172}, - [2755] = {.lex_state = 67}, - [2756] = {.lex_state = 67}, - [2757] = {.lex_state = 67}, - [2758] = {.lex_state = 172}, - [2759] = {.lex_state = 67}, - [2760] = {.lex_state = 172}, - [2761] = {.lex_state = 67}, + [2752] = {.lex_state = 66}, + [2753] = {.lex_state = 66}, + [2754] = {.lex_state = 66}, + [2755] = {.lex_state = 66}, + [2756] = {.lex_state = 100}, + [2757] = {.lex_state = 66}, + [2758] = {.lex_state = 66}, + [2759] = {.lex_state = 66}, + [2760] = {.lex_state = 66}, + [2761] = {.lex_state = 66}, [2762] = {.lex_state = 66}, [2763] = {.lex_state = 66}, - [2764] = {.lex_state = 513}, - [2765] = {.lex_state = 67}, - [2766] = {.lex_state = 67}, - [2767] = {.lex_state = 67}, - [2768] = {.lex_state = 513}, - [2769] = {.lex_state = 67}, - [2770] = {.lex_state = 172}, - [2771] = {.lex_state = 67}, - [2772] = {.lex_state = 172}, - [2773] = {.lex_state = 67}, - [2774] = {.lex_state = 67}, - [2775] = {.lex_state = 67}, - [2776] = {.lex_state = 81}, - [2777] = {.lex_state = 67}, - [2778] = {.lex_state = 67}, - [2779] = {.lex_state = 67}, - [2780] = {.lex_state = 67}, - [2781] = {.lex_state = 513}, - [2782] = {.lex_state = 67}, - [2783] = {.lex_state = 67}, - [2784] = {.lex_state = 67}, - [2785] = {.lex_state = 67}, - [2786] = {.lex_state = 67}, - [2787] = {.lex_state = 67}, - [2788] = {.lex_state = 67}, - [2789] = {.lex_state = 67}, - [2790] = {.lex_state = 67}, - [2791] = {.lex_state = 67}, - [2792] = {.lex_state = 67}, - [2793] = {.lex_state = 108}, - [2794] = {.lex_state = 67}, - [2795] = {.lex_state = 67}, - [2796] = {.lex_state = 67}, - [2797] = {.lex_state = 67}, - [2798] = {.lex_state = 513}, - [2799] = {.lex_state = 513}, - [2800] = {.lex_state = 513}, - [2801] = {.lex_state = 109}, - [2802] = {.lex_state = 513}, - [2803] = {.lex_state = 513}, - [2804] = {.lex_state = 513}, - [2805] = {.lex_state = 206}, + [2764] = {.lex_state = 146}, + [2765] = {.lex_state = 66}, + [2766] = {.lex_state = 146}, + [2767] = {.lex_state = 146}, + [2768] = {.lex_state = 66}, + [2769] = {.lex_state = 65}, + [2770] = {.lex_state = 66}, + [2771] = {.lex_state = 66}, + [2772] = {.lex_state = 138}, + [2773] = {.lex_state = 66}, + [2774] = {.lex_state = 66}, + [2775] = {.lex_state = 65}, + [2776] = {.lex_state = 146}, + [2777] = {.lex_state = 65}, + [2778] = {.lex_state = 146}, + [2779] = {.lex_state = 146}, + [2780] = {.lex_state = 66}, + [2781] = {.lex_state = 172}, + [2782] = {.lex_state = 513}, + [2783] = {.lex_state = 172}, + [2784] = {.lex_state = 66}, + [2785] = {.lex_state = 66}, + [2786] = {.lex_state = 66}, + [2787] = {.lex_state = 66}, + [2788] = {.lex_state = 66}, + [2789] = {.lex_state = 526}, + [2790] = {.lex_state = 206}, + [2791] = {.lex_state = 65}, + [2792] = {.lex_state = 513}, + [2793] = {.lex_state = 206}, + [2794] = {.lex_state = 65}, + [2795] = {.lex_state = 66}, + [2796] = {.lex_state = 66}, + [2797] = {.lex_state = 66}, + [2798] = {.lex_state = 66}, + [2799] = {.lex_state = 108}, + [2800] = {.lex_state = 66}, + [2801] = {.lex_state = 66}, + [2802] = {.lex_state = 66}, + [2803] = {.lex_state = 65}, + [2804] = {.lex_state = 138}, + [2805] = {.lex_state = 66}, [2806] = {.lex_state = 513}, - [2807] = {.lex_state = 206}, - [2808] = {.lex_state = 206}, - [2809] = {.lex_state = 513}, - [2810] = {.lex_state = 206}, - [2811] = {.lex_state = 67}, - [2812] = {.lex_state = 67}, - [2813] = {.lex_state = 67}, - [2814] = {.lex_state = 67}, - [2815] = {.lex_state = 513}, - [2816] = {.lex_state = 67}, + [2807] = {.lex_state = 66}, + [2808] = {.lex_state = 66}, + [2809] = {.lex_state = 206}, + [2810] = {.lex_state = 66}, + [2811] = {.lex_state = 66}, + [2812] = {.lex_state = 10}, + [2813] = {.lex_state = 66}, + [2814] = {.lex_state = 65}, + [2815] = {.lex_state = 66}, + [2816] = {.lex_state = 66}, [2817] = {.lex_state = 513}, - [2818] = {.lex_state = 67}, - [2819] = {.lex_state = 100}, - [2820] = {.lex_state = 67}, - [2821] = {.lex_state = 67}, - [2822] = {.lex_state = 67}, - [2823] = {.lex_state = 513}, - [2824] = {.lex_state = 101}, - [2825] = {.lex_state = 206}, - [2826] = {.lex_state = 206}, - [2827] = {.lex_state = 513}, - [2828] = {.lex_state = 513}, - [2829] = {.lex_state = 492}, - [2830] = {.lex_state = 67}, + [2818] = {.lex_state = 146}, + [2819] = {.lex_state = 146}, + [2820] = {.lex_state = 146}, + [2821] = {.lex_state = 66}, + [2822] = {.lex_state = 65}, + [2823] = {.lex_state = 66}, + [2824] = {.lex_state = 66}, + [2825] = {.lex_state = 66}, + [2826] = {.lex_state = 172}, + [2827] = {.lex_state = 172}, + [2828] = {.lex_state = 172}, + [2829] = {.lex_state = 66}, + [2830] = {.lex_state = 172}, [2831] = {.lex_state = 513}, [2832] = {.lex_state = 513}, [2833] = {.lex_state = 513}, [2834] = {.lex_state = 513}, - [2835] = {.lex_state = 67}, - [2836] = {.lex_state = 66}, + [2835] = {.lex_state = 110}, + [2836] = {.lex_state = 513}, [2837] = {.lex_state = 513}, - [2838] = {.lex_state = 67}, - [2839] = {.lex_state = 110}, - [2840] = {.lex_state = 513}, - [2841] = {.lex_state = 513}, - [2842] = {.lex_state = 67}, - [2843] = {.lex_state = 513}, - [2844] = {.lex_state = 513}, - [2845] = {.lex_state = 513}, - [2846] = {.lex_state = 172}, - [2847] = {.lex_state = 67}, - [2848] = {.lex_state = 67}, - [2849] = {.lex_state = 67}, - [2850] = {.lex_state = 513}, - [2851] = {.lex_state = 172}, - [2852] = {.lex_state = 67}, - [2853] = {.lex_state = 67}, - [2854] = {.lex_state = 67}, - [2855] = {.lex_state = 67}, - [2856] = {.lex_state = 539}, - [2857] = {.lex_state = 513}, - [2858] = {.lex_state = 539}, - [2859] = {.lex_state = 172}, + [2838] = {.lex_state = 66}, + [2839] = {.lex_state = 66}, + [2840] = {.lex_state = 65}, + [2841] = {.lex_state = 66}, + [2842] = {.lex_state = 66}, + [2843] = {.lex_state = 206}, + [2844] = {.lex_state = 66}, + [2845] = {.lex_state = 66}, + [2846] = {.lex_state = 66}, + [2847] = {.lex_state = 492}, + [2848] = {.lex_state = 66}, + [2849] = {.lex_state = 66}, + [2850] = {.lex_state = 206}, + [2851] = {.lex_state = 206}, + [2852] = {.lex_state = 513}, + [2853] = {.lex_state = 66}, + [2854] = {.lex_state = 109}, + [2855] = {.lex_state = 66}, + [2856] = {.lex_state = 66}, + [2857] = {.lex_state = 206}, + [2858] = {.lex_state = 66}, + [2859] = {.lex_state = 513}, [2860] = {.lex_state = 513}, - [2861] = {.lex_state = 513}, - [2862] = {.lex_state = 206}, - [2863] = {.lex_state = 67}, - [2864] = {.lex_state = 67}, - [2865] = {.lex_state = 539}, - [2866] = {.lex_state = 67}, + [2861] = {.lex_state = 101}, + [2862] = {.lex_state = 102}, + [2863] = {.lex_state = 513}, + [2864] = {.lex_state = 206}, + [2865] = {.lex_state = 513}, + [2866] = {.lex_state = 513}, [2867] = {.lex_state = 513}, - [2868] = {.lex_state = 67}, - [2869] = {.lex_state = 67}, - [2870] = {.lex_state = 102}, - [2871] = {.lex_state = 111}, + [2868] = {.lex_state = 513}, + [2869] = {.lex_state = 513}, + [2870] = {.lex_state = 513}, + [2871] = {.lex_state = 206}, [2872] = {.lex_state = 513}, - [2873] = {.lex_state = 67}, - [2874] = {.lex_state = 67}, - [2875] = {.lex_state = 67}, - [2876] = {.lex_state = 172}, - [2877] = {.lex_state = 67}, + [2873] = {.lex_state = 513}, + [2874] = {.lex_state = 513}, + [2875] = {.lex_state = 513}, + [2876] = {.lex_state = 513}, + [2877] = {.lex_state = 172}, [2878] = {.lex_state = 172}, - [2879] = {.lex_state = 67}, - [2880] = {.lex_state = 67}, - [2881] = {.lex_state = 513}, - [2882] = {.lex_state = 172}, + [2879] = {.lex_state = 513}, + [2880] = {.lex_state = 513}, + [2881] = {.lex_state = 65}, + [2882] = {.lex_state = 513}, [2883] = {.lex_state = 172}, - [2884] = {.lex_state = 172}, - [2885] = {.lex_state = 66}, - [2886] = {.lex_state = 67}, + [2884] = {.lex_state = 539}, + [2885] = {.lex_state = 206}, + [2886] = {.lex_state = 66}, [2887] = {.lex_state = 172}, - [2888] = {.lex_state = 513}, - [2889] = {.lex_state = 513}, - [2890] = {.lex_state = 67}, - [2891] = {.lex_state = 66}, - [2892] = {.lex_state = 513}, - [2893] = {.lex_state = 539}, - [2894] = {.lex_state = 67}, - [2895] = {.lex_state = 492}, - [2896] = {.lex_state = 513}, - [2897] = {.lex_state = 172}, - [2898] = {.lex_state = 513}, - [2899] = {.lex_state = 172}, + [2888] = {.lex_state = 172}, + [2889] = {.lex_state = 539}, + [2890] = {.lex_state = 66}, + [2891] = {.lex_state = 513}, + [2892] = {.lex_state = 66}, + [2893] = {.lex_state = 513}, + [2894] = {.lex_state = 66}, + [2895] = {.lex_state = 513}, + [2896] = {.lex_state = 66}, + [2897] = {.lex_state = 95}, + [2898] = {.lex_state = 66}, + [2899] = {.lex_state = 513}, [2900] = {.lex_state = 513}, - [2901] = {.lex_state = 513}, + [2901] = {.lex_state = 172}, [2902] = {.lex_state = 513}, - [2903] = {.lex_state = 95}, - [2904] = {.lex_state = 67}, - [2905] = {.lex_state = 67}, - [2906] = {.lex_state = 67}, - [2907] = {.lex_state = 67}, - [2908] = {.lex_state = 172}, - [2909] = {.lex_state = 513}, - [2910] = {.lex_state = 529}, - [2911] = {.lex_state = 513}, - [2912] = {.lex_state = 67}, - [2913] = {.lex_state = 67}, - [2914] = {.lex_state = 67}, - [2915] = {.lex_state = 67}, - [2916] = {.lex_state = 66}, - [2917] = {.lex_state = 67}, - [2918] = {.lex_state = 67}, - [2919] = {.lex_state = 67}, - [2920] = {.lex_state = 67}, - [2921] = {.lex_state = 67}, + [2903] = {.lex_state = 65}, + [2904] = {.lex_state = 66}, + [2905] = {.lex_state = 66}, + [2906] = {.lex_state = 66}, + [2907] = {.lex_state = 513}, + [2908] = {.lex_state = 513}, + [2909] = {.lex_state = 103}, + [2910] = {.lex_state = 66}, + [2911] = {.lex_state = 66}, + [2912] = {.lex_state = 539}, + [2913] = {.lex_state = 539}, + [2914] = {.lex_state = 66}, + [2915] = {.lex_state = 172}, + [2916] = {.lex_state = 492}, + [2917] = {.lex_state = 513}, + [2918] = {.lex_state = 513}, + [2919] = {.lex_state = 513}, + [2920] = {.lex_state = 172}, + [2921] = {.lex_state = 172}, [2922] = {.lex_state = 513}, - [2923] = {.lex_state = 513}, - [2924] = {.lex_state = 67}, - [2925] = {.lex_state = 67}, - [2926] = {.lex_state = 66}, + [2923] = {.lex_state = 66}, + [2924] = {.lex_state = 513}, + [2925] = {.lex_state = 66}, + [2926] = {.lex_state = 172}, [2927] = {.lex_state = 66}, - [2928] = {.lex_state = 66}, - [2929] = {.lex_state = 513}, + [2928] = {.lex_state = 513}, + [2929] = {.lex_state = 66}, [2930] = {.lex_state = 66}, - [2931] = {.lex_state = 552}, - [2932] = {.lex_state = 513}, - [2933] = {.lex_state = 513}, - [2934] = {.lex_state = 67}, - [2935] = {.lex_state = 532}, - [2936] = {.lex_state = 67}, - [2937] = {.lex_state = 539}, - [2938] = {.lex_state = 96}, + [2931] = {.lex_state = 66}, + [2932] = {.lex_state = 172}, + [2933] = {.lex_state = 66}, + [2934] = {.lex_state = 172}, + [2935] = {.lex_state = 66}, + [2936] = {.lex_state = 66}, + [2937] = {.lex_state = 66}, + [2938] = {.lex_state = 111}, [2939] = {.lex_state = 513}, - [2940] = {.lex_state = 539}, - [2941] = {.lex_state = 539}, - [2942] = {.lex_state = 513}, - [2943] = {.lex_state = 513}, + [2940] = {.lex_state = 66}, + [2941] = {.lex_state = 66}, + [2942] = {.lex_state = 66}, + [2943] = {.lex_state = 66}, [2944] = {.lex_state = 66}, - [2945] = {.lex_state = 97}, - [2946] = {.lex_state = 539}, + [2945] = {.lex_state = 66}, + [2946] = {.lex_state = 65}, [2947] = {.lex_state = 66}, - [2948] = {.lex_state = 539}, + [2948] = {.lex_state = 66}, [2949] = {.lex_state = 513}, - [2950] = {.lex_state = 539}, + [2950] = {.lex_state = 513}, [2951] = {.lex_state = 513}, - [2952] = {.lex_state = 66}, - [2953] = {.lex_state = 539}, - [2954] = {.lex_state = 539}, - [2955] = {.lex_state = 66}, - [2956] = {.lex_state = 513}, + [2952] = {.lex_state = 65}, + [2953] = {.lex_state = 65}, + [2954] = {.lex_state = 513}, + [2955] = {.lex_state = 513}, + [2956] = {.lex_state = 66}, [2957] = {.lex_state = 66}, - [2958] = {.lex_state = 513}, - [2959] = {.lex_state = 513}, - [2960] = {.lex_state = 513}, - [2961] = {.lex_state = 552}, - [2962] = {.lex_state = 532}, - [2963] = {.lex_state = 513}, - [2964] = {.lex_state = 513}, - [2965] = {.lex_state = 123}, - [2966] = {.lex_state = 513}, - [2967] = {.lex_state = 513}, - [2968] = {.lex_state = 513}, - [2969] = {.lex_state = 560}, - [2970] = {.lex_state = 513}, - [2971] = {.lex_state = 513}, - [2972] = {.lex_state = 123}, - [2973] = {.lex_state = 513}, + [2958] = {.lex_state = 66}, + [2959] = {.lex_state = 539}, + [2960] = {.lex_state = 66}, + [2961] = {.lex_state = 539}, + [2962] = {.lex_state = 66}, + [2963] = {.lex_state = 539}, + [2964] = {.lex_state = 66}, + [2965] = {.lex_state = 532}, + [2966] = {.lex_state = 65}, + [2967] = {.lex_state = 65}, + [2968] = {.lex_state = 96}, + [2969] = {.lex_state = 65}, + [2970] = {.lex_state = 65}, + [2971] = {.lex_state = 66}, + [2972] = {.lex_state = 66}, + [2973] = {.lex_state = 66}, [2974] = {.lex_state = 513}, [2975] = {.lex_state = 513}, - [2976] = {.lex_state = 539}, - [2977] = {.lex_state = 513}, - [2978] = {.lex_state = 513}, + [2976] = {.lex_state = 529}, + [2977] = {.lex_state = 539}, + [2978] = {.lex_state = 539}, [2979] = {.lex_state = 513}, [2980] = {.lex_state = 513}, - [2981] = {.lex_state = 513}, - [2982] = {.lex_state = 513}, - [2983] = {.lex_state = 513}, - [2984] = {.lex_state = 513}, - [2985] = {.lex_state = 123}, - [2986] = {.lex_state = 513}, - [2987] = {.lex_state = 513}, - [2988] = {.lex_state = 513}, - [2989] = {.lex_state = 513}, + [2981] = {.lex_state = 65}, + [2982] = {.lex_state = 539}, + [2983] = {.lex_state = 65}, + [2984] = {.lex_state = 552}, + [2985] = {.lex_state = 513}, + [2986] = {.lex_state = 65}, + [2987] = {.lex_state = 65}, + [2988] = {.lex_state = 97}, + [2989] = {.lex_state = 539}, [2990] = {.lex_state = 513}, - [2991] = {.lex_state = 513}, + [2991] = {.lex_state = 539}, [2992] = {.lex_state = 513}, - [2993] = {.lex_state = 513}, + [2993] = {.lex_state = 65}, [2994] = {.lex_state = 513}, [2995] = {.lex_state = 513}, [2996] = {.lex_state = 513}, - [2997] = {.lex_state = 11}, + [2997] = {.lex_state = 529}, [2998] = {.lex_state = 513}, - [2999] = {.lex_state = 513}, - [3000] = {.lex_state = 513}, - [3001] = {.lex_state = 513}, + [2999] = {.lex_state = 123}, + [3000] = {.lex_state = 539}, + [3001] = {.lex_state = 560}, [3002] = {.lex_state = 513}, - [3003] = {.lex_state = 66}, + [3003] = {.lex_state = 513}, [3004] = {.lex_state = 513}, - [3005] = {.lex_state = 513}, + [3005] = {.lex_state = 539}, [3006] = {.lex_state = 513}, [3007] = {.lex_state = 513}, [3008] = {.lex_state = 513}, [3009] = {.lex_state = 513}, - [3010] = {.lex_state = 123}, + [3010] = {.lex_state = 513}, [3011] = {.lex_state = 513}, - [3012] = {.lex_state = 539}, + [3012] = {.lex_state = 513}, [3013] = {.lex_state = 513}, [3014] = {.lex_state = 513}, [3015] = {.lex_state = 513}, [3016] = {.lex_state = 513}, - [3017] = {.lex_state = 123}, + [3017] = {.lex_state = 513}, [3018] = {.lex_state = 513}, - [3019] = {.lex_state = 513}, + [3019] = {.lex_state = 123}, [3020] = {.lex_state = 513}, [3021] = {.lex_state = 513}, - [3022] = {.lex_state = 123}, - [3023] = {.lex_state = 513}, + [3022] = {.lex_state = 513}, + [3023] = {.lex_state = 123}, [3024] = {.lex_state = 513}, [3025] = {.lex_state = 513}, - [3026] = {.lex_state = 513}, + [3026] = {.lex_state = 11}, [3027] = {.lex_state = 513}, [3028] = {.lex_state = 513}, [3029] = {.lex_state = 513}, [3030] = {.lex_state = 513}, [3031] = {.lex_state = 513}, [3032] = {.lex_state = 513}, - [3033] = {.lex_state = 539}, - [3034] = {.lex_state = 539}, + [3033] = {.lex_state = 513}, + [3034] = {.lex_state = 513}, [3035] = {.lex_state = 513}, [3036] = {.lex_state = 513}, [3037] = {.lex_state = 513}, [3038] = {.lex_state = 513}, [3039] = {.lex_state = 513}, - [3040] = {.lex_state = 529}, + [3040] = {.lex_state = 513}, [3041] = {.lex_state = 513}, - [3042] = {.lex_state = 539}, + [3042] = {.lex_state = 513}, [3043] = {.lex_state = 513}, [3044] = {.lex_state = 513}, [3045] = {.lex_state = 513}, - [3046] = {.lex_state = 539}, + [3046] = {.lex_state = 513}, [3047] = {.lex_state = 513}, [3048] = {.lex_state = 513}, - [3049] = {.lex_state = 539}, + [3049] = {.lex_state = 513}, [3050] = {.lex_state = 513}, - [3051] = {.lex_state = 123}, - [3052] = {.lex_state = 569}, - [3053] = {.lex_state = 66}, - [3054] = {.lex_state = 569}, - [3055] = {.lex_state = 66}, - [3056] = {.lex_state = 13}, - [3057] = {.lex_state = 66}, - [3058] = {.lex_state = 66}, - [3059] = {.lex_state = 66}, - [3060] = {.lex_state = 66}, - [3061] = {.lex_state = 66}, - [3062] = {.lex_state = 66}, - [3063] = {.lex_state = 66}, - [3064] = {.lex_state = 66}, - [3065] = {.lex_state = 123}, - [3066] = {.lex_state = 560}, - [3067] = {.lex_state = 66}, - [3068] = {.lex_state = 66}, - [3069] = {.lex_state = 123}, - [3070] = {.lex_state = 66}, - [3071] = {.lex_state = 513}, - [3072] = {.lex_state = 66}, + [3051] = {.lex_state = 513}, + [3052] = {.lex_state = 513}, + [3053] = {.lex_state = 513}, + [3054] = {.lex_state = 65}, + [3055] = {.lex_state = 513}, + [3056] = {.lex_state = 513}, + [3057] = {.lex_state = 552}, + [3058] = {.lex_state = 123}, + [3059] = {.lex_state = 513}, + [3060] = {.lex_state = 539}, + [3061] = {.lex_state = 513}, + [3062] = {.lex_state = 539}, + [3063] = {.lex_state = 513}, + [3064] = {.lex_state = 539}, + [3065] = {.lex_state = 513}, + [3066] = {.lex_state = 123}, + [3067] = {.lex_state = 513}, + [3068] = {.lex_state = 123}, + [3069] = {.lex_state = 513}, + [3070] = {.lex_state = 539}, + [3071] = {.lex_state = 539}, + [3072] = {.lex_state = 513}, [3073] = {.lex_state = 513}, [3074] = {.lex_state = 513}, [3075] = {.lex_state = 513}, [3076] = {.lex_state = 513}, [3077] = {.lex_state = 513}, - [3078] = {.lex_state = 513}, - [3079] = {.lex_state = 123}, - [3080] = {.lex_state = 12}, - [3081] = {.lex_state = 123}, - [3082] = {.lex_state = 123}, + [3078] = {.lex_state = 532}, + [3079] = {.lex_state = 513}, + [3080] = {.lex_state = 513}, + [3081] = {.lex_state = 513}, + [3082] = {.lex_state = 513}, [3083] = {.lex_state = 513}, [3084] = {.lex_state = 513}, - [3085] = {.lex_state = 123}, + [3085] = {.lex_state = 513}, [3086] = {.lex_state = 513}, - [3087] = {.lex_state = 66}, - [3088] = {.lex_state = 122}, - [3089] = {.lex_state = 122}, - [3090] = {.lex_state = 513}, - [3091] = {.lex_state = 66}, - [3092] = {.lex_state = 539}, - [3093] = {.lex_state = 513}, - [3094] = {.lex_state = 66}, - [3095] = {.lex_state = 66}, + [3087] = {.lex_state = 513}, + [3088] = {.lex_state = 513}, + [3089] = {.lex_state = 513}, + [3090] = {.lex_state = 123}, + [3091] = {.lex_state = 513}, + [3092] = {.lex_state = 12}, + [3093] = {.lex_state = 13}, + [3094] = {.lex_state = 513}, + [3095] = {.lex_state = 569}, [3096] = {.lex_state = 513}, - [3097] = {.lex_state = 66}, - [3098] = {.lex_state = 124}, - [3099] = {.lex_state = 66}, - [3100] = {.lex_state = 123}, + [3097] = {.lex_state = 513}, + [3098] = {.lex_state = 513}, + [3099] = {.lex_state = 513}, + [3100] = {.lex_state = 513}, [3101] = {.lex_state = 513}, - [3102] = {.lex_state = 66}, - [3103] = {.lex_state = 66}, + [3102] = {.lex_state = 513}, + [3103] = {.lex_state = 123}, [3104] = {.lex_state = 513}, - [3105] = {.lex_state = 66}, + [3105] = {.lex_state = 122}, [3106] = {.lex_state = 513}, - [3107] = {.lex_state = 66}, - [3108] = {.lex_state = 123}, - [3109] = {.lex_state = 569}, + [3107] = {.lex_state = 513}, + [3108] = {.lex_state = 513}, + [3109] = {.lex_state = 513}, [3110] = {.lex_state = 513}, - [3111] = {.lex_state = 66}, + [3111] = {.lex_state = 513}, [3112] = {.lex_state = 513}, [3113] = {.lex_state = 513}, [3114] = {.lex_state = 513}, - [3115] = {.lex_state = 123}, - [3116] = {.lex_state = 66}, - [3117] = {.lex_state = 120}, - [3118] = {.lex_state = 66}, - [3119] = {.lex_state = 66}, - [3120] = {.lex_state = 569}, - [3121] = {.lex_state = 569}, - [3122] = {.lex_state = 513}, - [3123] = {.lex_state = 513}, - [3124] = {.lex_state = 513}, - [3125] = {.lex_state = 120}, - [3126] = {.lex_state = 66}, - [3127] = {.lex_state = 513}, - [3128] = {.lex_state = 66}, - [3129] = {.lex_state = 539}, - [3130] = {.lex_state = 569}, - [3131] = {.lex_state = 569}, - [3132] = {.lex_state = 513}, - [3133] = {.lex_state = 121}, - [3134] = {.lex_state = 513}, - [3135] = {.lex_state = 122}, - [3136] = {.lex_state = 124}, - [3137] = {.lex_state = 513}, - [3138] = {.lex_state = 513}, - [3139] = {.lex_state = 513}, - [3140] = {.lex_state = 513}, + [3115] = {.lex_state = 513}, + [3116] = {.lex_state = 513}, + [3117] = {.lex_state = 513}, + [3118] = {.lex_state = 560}, + [3119] = {.lex_state = 513}, + [3120] = {.lex_state = 539}, + [3121] = {.lex_state = 65}, + [3122] = {.lex_state = 122}, + [3123] = {.lex_state = 65}, + [3124] = {.lex_state = 65}, + [3125] = {.lex_state = 121}, + [3126] = {.lex_state = 569}, + [3127] = {.lex_state = 65}, + [3128] = {.lex_state = 123}, + [3129] = {.lex_state = 65}, + [3130] = {.lex_state = 513}, + [3131] = {.lex_state = 513}, + [3132] = {.lex_state = 65}, + [3133] = {.lex_state = 123}, + [3134] = {.lex_state = 569}, + [3135] = {.lex_state = 123}, + [3136] = {.lex_state = 513}, + [3137] = {.lex_state = 65}, + [3138] = {.lex_state = 65}, + [3139] = {.lex_state = 65}, + [3140] = {.lex_state = 65}, [3141] = {.lex_state = 513}, - [3142] = {.lex_state = 513}, - [3143] = {.lex_state = 513}, - [3144] = {.lex_state = 513}, - [3145] = {.lex_state = 513}, - [3146] = {.lex_state = 513}, - [3147] = {.lex_state = 539}, - [3148] = {.lex_state = 513}, - [3149] = {.lex_state = 513}, - [3150] = {.lex_state = 513}, - [3151] = {.lex_state = 513}, - [3152] = {.lex_state = 513}, - [3153] = {.lex_state = 513}, - [3154] = {.lex_state = 513}, + [3142] = {.lex_state = 65}, + [3143] = {.lex_state = 65}, + [3144] = {.lex_state = 65}, + [3145] = {.lex_state = 65}, + [3146] = {.lex_state = 539}, + [3147] = {.lex_state = 65}, + [3148] = {.lex_state = 65}, + [3149] = {.lex_state = 65}, + [3150] = {.lex_state = 65}, + [3151] = {.lex_state = 65}, + [3152] = {.lex_state = 65}, + [3153] = {.lex_state = 65}, + [3154] = {.lex_state = 123}, [3155] = {.lex_state = 513}, - [3156] = {.lex_state = 513}, - [3157] = {.lex_state = 66}, - [3158] = {.lex_state = 513}, - [3159] = {.lex_state = 513}, + [3156] = {.lex_state = 65}, + [3157] = {.lex_state = 65}, + [3158] = {.lex_state = 65}, + [3159] = {.lex_state = 65}, [3160] = {.lex_state = 513}, [3161] = {.lex_state = 513}, - [3162] = {.lex_state = 513}, - [3163] = {.lex_state = 513}, + [3162] = {.lex_state = 65}, + [3163] = {.lex_state = 123}, [3164] = {.lex_state = 513}, - [3165] = {.lex_state = 122}, - [3166] = {.lex_state = 513}, - [3167] = {.lex_state = 513}, - [3168] = {.lex_state = 124}, - [3169] = {.lex_state = 121}, - [3170] = {.lex_state = 513}, - [3171] = {.lex_state = 66}, + [3165] = {.lex_state = 513}, + [3166] = {.lex_state = 122}, + [3167] = {.lex_state = 123}, + [3168] = {.lex_state = 123}, + [3169] = {.lex_state = 513}, + [3170] = {.lex_state = 65}, + [3171] = {.lex_state = 513}, [3172] = {.lex_state = 513}, [3173] = {.lex_state = 513}, [3174] = {.lex_state = 513}, - [3175] = {.lex_state = 569}, + [3175] = {.lex_state = 65}, [3176] = {.lex_state = 513}, - [3177] = {.lex_state = 66}, + [3177] = {.lex_state = 513}, [3178] = {.lex_state = 513}, [3179] = {.lex_state = 513}, - [3180] = {.lex_state = 513}, - [3181] = {.lex_state = 513}, - [3182] = {.lex_state = 66}, - [3183] = {.lex_state = 66}, - [3184] = {.lex_state = 128}, - [3185] = {.lex_state = 103}, - [3186] = {.lex_state = 123}, - [3187] = {.lex_state = 123}, - [3188] = {.lex_state = 123}, + [3180] = {.lex_state = 65}, + [3181] = {.lex_state = 65}, + [3182] = {.lex_state = 513}, + [3183] = {.lex_state = 539}, + [3184] = {.lex_state = 569}, + [3185] = {.lex_state = 513}, + [3186] = {.lex_state = 513}, + [3187] = {.lex_state = 513}, + [3188] = {.lex_state = 65}, [3189] = {.lex_state = 123}, - [3190] = {.lex_state = 569}, - [3191] = {.lex_state = 569}, - [3192] = {.lex_state = 112}, - [3193] = {.lex_state = 124}, - [3194] = {.lex_state = 569}, - [3195] = {.lex_state = 569}, - [3196] = {.lex_state = 569}, - [3197] = {.lex_state = 124}, - [3198] = {.lex_state = 123}, - [3199] = {.lex_state = 124}, - [3200] = {.lex_state = 569}, - [3201] = {.lex_state = 125}, - [3202] = {.lex_state = 124}, - [3203] = {.lex_state = 123}, - [3204] = {.lex_state = 125}, - [3205] = {.lex_state = 123}, - [3206] = {.lex_state = 125}, - [3207] = {.lex_state = 124}, - [3208] = {.lex_state = 569}, - [3209] = {.lex_state = 569}, - [3210] = {.lex_state = 128}, - [3211] = {.lex_state = 123}, - [3212] = {.lex_state = 130}, - [3213] = {.lex_state = 123}, - [3214] = {.lex_state = 125}, - [3215] = {.lex_state = 133}, - [3216] = {.lex_state = 66}, - [3217] = {.lex_state = 66}, - [3218] = {.lex_state = 66}, - [3219] = {.lex_state = 135}, - [3220] = {.lex_state = 130}, - [3221] = {.lex_state = 125}, - [3222] = {.lex_state = 66}, - [3223] = {.lex_state = 114}, - [3224] = {.lex_state = 125}, - [3225] = {.lex_state = 123}, - [3226] = {.lex_state = 66}, - [3227] = {.lex_state = 123}, - [3228] = {.lex_state = 66}, - [3229] = {.lex_state = 130}, + [3190] = {.lex_state = 513}, + [3191] = {.lex_state = 124}, + [3192] = {.lex_state = 65}, + [3193] = {.lex_state = 569}, + [3194] = {.lex_state = 513}, + [3195] = {.lex_state = 122}, + [3196] = {.lex_state = 513}, + [3197] = {.lex_state = 513}, + [3198] = {.lex_state = 513}, + [3199] = {.lex_state = 513}, + [3200] = {.lex_state = 513}, + [3201] = {.lex_state = 124}, + [3202] = {.lex_state = 65}, + [3203] = {.lex_state = 513}, + [3204] = {.lex_state = 120}, + [3205] = {.lex_state = 569}, + [3206] = {.lex_state = 65}, + [3207] = {.lex_state = 569}, + [3208] = {.lex_state = 513}, + [3209] = {.lex_state = 121}, + [3210] = {.lex_state = 513}, + [3211] = {.lex_state = 513}, + [3212] = {.lex_state = 513}, + [3213] = {.lex_state = 120}, + [3214] = {.lex_state = 513}, + [3215] = {.lex_state = 513}, + [3216] = {.lex_state = 513}, + [3217] = {.lex_state = 513}, + [3218] = {.lex_state = 569}, + [3219] = {.lex_state = 65}, + [3220] = {.lex_state = 124}, + [3221] = {.lex_state = 513}, + [3222] = {.lex_state = 513}, + [3223] = {.lex_state = 513}, + [3224] = {.lex_state = 124}, + [3225] = {.lex_state = 125}, + [3226] = {.lex_state = 124}, + [3227] = {.lex_state = 124}, + [3228] = {.lex_state = 569}, + [3229] = {.lex_state = 569}, [3230] = {.lex_state = 123}, - [3231] = {.lex_state = 123}, - [3232] = {.lex_state = 66}, - [3233] = {.lex_state = 125}, - [3234] = {.lex_state = 163}, - [3235] = {.lex_state = 130}, - [3236] = {.lex_state = 123}, - [3237] = {.lex_state = 158}, - [3238] = {.lex_state = 113}, - [3239] = {.lex_state = 130}, - [3240] = {.lex_state = 66}, - [3241] = {.lex_state = 66}, - [3242] = {.lex_state = 158}, - [3243] = {.lex_state = 159}, - [3244] = {.lex_state = 130}, - [3245] = {.lex_state = 105}, - [3246] = {.lex_state = 133}, - [3247] = {.lex_state = 163}, - [3248] = {.lex_state = 130}, - [3249] = {.lex_state = 184}, - [3250] = {.lex_state = 123}, - [3251] = {.lex_state = 66}, - [3252] = {.lex_state = 66}, - [3253] = {.lex_state = 123}, + [3231] = {.lex_state = 569}, + [3232] = {.lex_state = 569}, + [3233] = {.lex_state = 123}, + [3234] = {.lex_state = 569}, + [3235] = {.lex_state = 124}, + [3236] = {.lex_state = 569}, + [3237] = {.lex_state = 128}, + [3238] = {.lex_state = 124}, + [3239] = {.lex_state = 112}, + [3240] = {.lex_state = 123}, + [3241] = {.lex_state = 104}, + [3242] = {.lex_state = 569}, + [3243] = {.lex_state = 123}, + [3244] = {.lex_state = 128}, + [3245] = {.lex_state = 123}, + [3246] = {.lex_state = 569}, + [3247] = {.lex_state = 123}, + [3248] = {.lex_state = 123}, + [3249] = {.lex_state = 123}, + [3250] = {.lex_state = 125}, + [3251] = {.lex_state = 125}, + [3252] = {.lex_state = 65}, + [3253] = {.lex_state = 158}, [3254] = {.lex_state = 130}, - [3255] = {.lex_state = 123}, - [3256] = {.lex_state = 133}, - [3257] = {.lex_state = 159}, - [3258] = {.lex_state = 130}, + [3255] = {.lex_state = 133}, + [3256] = {.lex_state = 130}, + [3257] = {.lex_state = 130}, + [3258] = {.lex_state = 158}, [3259] = {.lex_state = 130}, [3260] = {.lex_state = 130}, [3261] = {.lex_state = 130}, - [3262] = {.lex_state = 158}, - [3263] = {.lex_state = 130}, - [3264] = {.lex_state = 158}, - [3265] = {.lex_state = 130}, + [3262] = {.lex_state = 130}, + [3263] = {.lex_state = 123}, + [3264] = {.lex_state = 114}, + [3265] = {.lex_state = 123}, [3266] = {.lex_state = 130}, - [3267] = {.lex_state = 130}, - [3268] = {.lex_state = 130}, + [3267] = {.lex_state = 159}, + [3268] = {.lex_state = 133}, [3269] = {.lex_state = 130}, [3270] = {.lex_state = 130}, [3271] = {.lex_state = 130}, - [3272] = {.lex_state = 130}, - [3273] = {.lex_state = 130}, - [3274] = {.lex_state = 123}, - [3275] = {.lex_state = 130}, - [3276] = {.lex_state = 158}, + [3272] = {.lex_state = 135}, + [3273] = {.lex_state = 133}, + [3274] = {.lex_state = 130}, + [3275] = {.lex_state = 123}, + [3276] = {.lex_state = 130}, [3277] = {.lex_state = 130}, - [3278] = {.lex_state = 130}, + [3278] = {.lex_state = 65}, [3279] = {.lex_state = 130}, - [3280] = {.lex_state = 130}, - [3281] = {.lex_state = 130}, - [3282] = {.lex_state = 130}, - [3283] = {.lex_state = 130}, + [3280] = {.lex_state = 65}, + [3281] = {.lex_state = 65}, + [3282] = {.lex_state = 65}, + [3283] = {.lex_state = 65}, [3284] = {.lex_state = 158}, - [3285] = {.lex_state = 130}, - [3286] = {.lex_state = 158}, - [3287] = {.lex_state = 130}, - [3288] = {.lex_state = 130}, - [3289] = {.lex_state = 130}, - [3290] = {.lex_state = 66}, - [3291] = {.lex_state = 130}, - [3292] = {.lex_state = 130}, - [3293] = {.lex_state = 130}, - [3294] = {.lex_state = 66}, - [3295] = {.lex_state = 130}, + [3285] = {.lex_state = 65}, + [3286] = {.lex_state = 184}, + [3287] = {.lex_state = 65}, + [3288] = {.lex_state = 65}, + [3289] = {.lex_state = 65}, + [3290] = {.lex_state = 65}, + [3291] = {.lex_state = 65}, + [3292] = {.lex_state = 65}, + [3293] = {.lex_state = 65}, + [3294] = {.lex_state = 65}, + [3295] = {.lex_state = 123}, [3296] = {.lex_state = 130}, [3297] = {.lex_state = 130}, [3298] = {.lex_state = 130}, [3299] = {.lex_state = 130}, [3300] = {.lex_state = 130}, [3301] = {.lex_state = 130}, - [3302] = {.lex_state = 158}, + [3302] = {.lex_state = 130}, [3303] = {.lex_state = 130}, [3304] = {.lex_state = 130}, [3305] = {.lex_state = 130}, - [3306] = {.lex_state = 130}, + [3306] = {.lex_state = 123}, [3307] = {.lex_state = 130}, - [3308] = {.lex_state = 66}, + [3308] = {.lex_state = 130}, [3309] = {.lex_state = 130}, - [3310] = {.lex_state = 123}, + [3310] = {.lex_state = 130}, [3311] = {.lex_state = 130}, - [3312] = {.lex_state = 130}, - [3313] = {.lex_state = 66}, - [3314] = {.lex_state = 123}, + [3312] = {.lex_state = 125}, + [3313] = {.lex_state = 125}, + [3314] = {.lex_state = 158}, [3315] = {.lex_state = 130}, - [3316] = {.lex_state = 123}, - [3317] = {.lex_state = 104}, - [3318] = {.lex_state = 66}, - [3319] = {.lex_state = 130}, - [3320] = {.lex_state = 158}, - [3321] = {.lex_state = 130}, - [3322] = {.lex_state = 130}, - [3323] = {.lex_state = 130}, - [3324] = {.lex_state = 66}, - [3325] = {.lex_state = 66}, + [3316] = {.lex_state = 130}, + [3317] = {.lex_state = 130}, + [3318] = {.lex_state = 105}, + [3319] = {.lex_state = 125}, + [3320] = {.lex_state = 123}, + [3321] = {.lex_state = 158}, + [3322] = {.lex_state = 159}, + [3323] = {.lex_state = 158}, + [3324] = {.lex_state = 123}, + [3325] = {.lex_state = 125}, [3326] = {.lex_state = 130}, - [3327] = {.lex_state = 130}, - [3328] = {.lex_state = 130}, - [3329] = {.lex_state = 130}, - [3330] = {.lex_state = 130}, - [3331] = {.lex_state = 130}, - [3332] = {.lex_state = 130}, - [3333] = {.lex_state = 158}, + [3327] = {.lex_state = 113}, + [3328] = {.lex_state = 123}, + [3329] = {.lex_state = 123}, + [3330] = {.lex_state = 123}, + [3331] = {.lex_state = 123}, + [3332] = {.lex_state = 123}, + [3333] = {.lex_state = 130}, [3334] = {.lex_state = 130}, [3335] = {.lex_state = 130}, - [3336] = {.lex_state = 130}, + [3336] = {.lex_state = 65}, [3337] = {.lex_state = 130}, - [3338] = {.lex_state = 158}, - [3339] = {.lex_state = 158}, + [3338] = {.lex_state = 163}, + [3339] = {.lex_state = 130}, [3340] = {.lex_state = 130}, - [3341] = {.lex_state = 158}, + [3341] = {.lex_state = 130}, [3342] = {.lex_state = 130}, - [3343] = {.lex_state = 158}, - [3344] = {.lex_state = 66}, - [3345] = {.lex_state = 130}, - [3346] = {.lex_state = 158}, - [3347] = {.lex_state = 158}, - [3348] = {.lex_state = 66}, + [3343] = {.lex_state = 130}, + [3344] = {.lex_state = 130}, + [3345] = {.lex_state = 158}, + [3346] = {.lex_state = 130}, + [3347] = {.lex_state = 130}, + [3348] = {.lex_state = 130}, [3349] = {.lex_state = 130}, [3350] = {.lex_state = 130}, [3351] = {.lex_state = 130}, [3352] = {.lex_state = 130}, [3353] = {.lex_state = 130}, - [3354] = {.lex_state = 166}, - [3355] = {.lex_state = 130}, + [3354] = {.lex_state = 158}, + [3355] = {.lex_state = 106}, [3356] = {.lex_state = 130}, - [3357] = {.lex_state = 166}, - [3358] = {.lex_state = 66}, - [3359] = {.lex_state = 130}, + [3357] = {.lex_state = 158}, + [3358] = {.lex_state = 65}, + [3359] = {.lex_state = 163}, [3360] = {.lex_state = 130}, - [3361] = {.lex_state = 158}, + [3361] = {.lex_state = 130}, [3362] = {.lex_state = 130}, [3363] = {.lex_state = 130}, [3364] = {.lex_state = 130}, [3365] = {.lex_state = 130}, [3366] = {.lex_state = 130}, - [3367] = {.lex_state = 158}, - [3368] = {.lex_state = 158}, + [3367] = {.lex_state = 130}, + [3368] = {.lex_state = 130}, [3369] = {.lex_state = 130}, - [3370] = {.lex_state = 130}, - [3371] = {.lex_state = 130}, - [3372] = {.lex_state = 66}, - [3373] = {.lex_state = 66}, + [3370] = {.lex_state = 65}, + [3371] = {.lex_state = 123}, + [3372] = {.lex_state = 158}, + [3373] = {.lex_state = 65}, [3374] = {.lex_state = 130}, [3375] = {.lex_state = 130}, - [3376] = {.lex_state = 130}, - [3377] = {.lex_state = 66}, - [3378] = {.lex_state = 66}, - [3379] = {.lex_state = 66}, - [3380] = {.lex_state = 66}, - [3381] = {.lex_state = 66}, + [3376] = {.lex_state = 65}, + [3377] = {.lex_state = 130}, + [3378] = {.lex_state = 130}, + [3379] = {.lex_state = 158}, + [3380] = {.lex_state = 130}, + [3381] = {.lex_state = 166}, [3382] = {.lex_state = 130}, - [3383] = {.lex_state = 66}, - [3384] = {.lex_state = 66}, - [3385] = {.lex_state = 66}, - [3386] = {.lex_state = 130}, - [3387] = {.lex_state = 66}, - [3388] = {.lex_state = 66}, + [3383] = {.lex_state = 130}, + [3384] = {.lex_state = 65}, + [3385] = {.lex_state = 65}, + [3386] = {.lex_state = 166}, + [3387] = {.lex_state = 130}, + [3388] = {.lex_state = 65}, [3389] = {.lex_state = 130}, - [3390] = {.lex_state = 66}, - [3391] = {.lex_state = 66}, - [3392] = {.lex_state = 66}, - [3393] = {.lex_state = 130}, - [3394] = {.lex_state = 66}, - [3395] = {.lex_state = 130}, - [3396] = {.lex_state = 66}, - [3397] = {.lex_state = 66}, - [3398] = {.lex_state = 130}, - [3399] = {.lex_state = 130}, - [3400] = {.lex_state = 130}, - [3401] = {.lex_state = 158}, - [3402] = {.lex_state = 66}, - [3403] = {.lex_state = 130}, - [3404] = {.lex_state = 130}, + [3390] = {.lex_state = 65}, + [3391] = {.lex_state = 158}, + [3392] = {.lex_state = 130}, + [3393] = {.lex_state = 65}, + [3394] = {.lex_state = 158}, + [3395] = {.lex_state = 158}, + [3396] = {.lex_state = 65}, + [3397] = {.lex_state = 130}, + [3398] = {.lex_state = 65}, + [3399] = {.lex_state = 158}, + [3400] = {.lex_state = 65}, + [3401] = {.lex_state = 130}, + [3402] = {.lex_state = 65}, + [3403] = {.lex_state = 65}, + [3404] = {.lex_state = 65}, [3405] = {.lex_state = 130}, - [3406] = {.lex_state = 66}, - [3407] = {.lex_state = 66}, - [3408] = {.lex_state = 66}, + [3406] = {.lex_state = 130}, + [3407] = {.lex_state = 158}, + [3408] = {.lex_state = 130}, [3409] = {.lex_state = 130}, [3410] = {.lex_state = 130}, [3411] = {.lex_state = 130}, [3412] = {.lex_state = 130}, - [3413] = {.lex_state = 66}, + [3413] = {.lex_state = 130}, [3414] = {.lex_state = 130}, - [3415] = {.lex_state = 66}, - [3416] = {.lex_state = 66}, - [3417] = {.lex_state = 158}, - [3418] = {.lex_state = 66}, - [3419] = {.lex_state = 66}, - [3420] = {.lex_state = 158}, - [3421] = {.lex_state = 158}, - [3422] = {.lex_state = 158}, - [3423] = {.lex_state = 66}, - [3424] = {.lex_state = 158}, + [3415] = {.lex_state = 130}, + [3416] = {.lex_state = 130}, + [3417] = {.lex_state = 130}, + [3418] = {.lex_state = 130}, + [3419] = {.lex_state = 130}, + [3420] = {.lex_state = 130}, + [3421] = {.lex_state = 65}, + [3422] = {.lex_state = 130}, + [3423] = {.lex_state = 130}, + [3424] = {.lex_state = 130}, [3425] = {.lex_state = 130}, - [3426] = {.lex_state = 158}, - [3427] = {.lex_state = 66}, - [3428] = {.lex_state = 66}, - [3429] = {.lex_state = 158}, - [3430] = {.lex_state = 141}, - [3431] = {.lex_state = 158}, - [3432] = {.lex_state = 66}, - [3433] = {.lex_state = 66}, - [3434] = {.lex_state = 66}, - [3435] = {.lex_state = 158}, - [3436] = {.lex_state = 123}, - [3437] = {.lex_state = 158}, - [3438] = {.lex_state = 66}, - [3439] = {.lex_state = 158}, + [3426] = {.lex_state = 130}, + [3427] = {.lex_state = 130}, + [3428] = {.lex_state = 65}, + [3429] = {.lex_state = 130}, + [3430] = {.lex_state = 65}, + [3431] = {.lex_state = 130}, + [3432] = {.lex_state = 65}, + [3433] = {.lex_state = 130}, + [3434] = {.lex_state = 130}, + [3435] = {.lex_state = 65}, + [3436] = {.lex_state = 158}, + [3437] = {.lex_state = 65}, + [3438] = {.lex_state = 130}, + [3439] = {.lex_state = 65}, [3440] = {.lex_state = 158}, - [3441] = {.lex_state = 130}, + [3441] = {.lex_state = 65}, [3442] = {.lex_state = 130}, - [3443] = {.lex_state = 123}, - [3444] = {.lex_state = 66}, - [3445] = {.lex_state = 66}, - [3446] = {.lex_state = 158}, - [3447] = {.lex_state = 185}, + [3443] = {.lex_state = 65}, + [3444] = {.lex_state = 130}, + [3445] = {.lex_state = 65}, + [3446] = {.lex_state = 130}, + [3447] = {.lex_state = 65}, [3448] = {.lex_state = 158}, - [3449] = {.lex_state = 158}, - [3450] = {.lex_state = 66}, - [3451] = {.lex_state = 66}, - [3452] = {.lex_state = 66}, - [3453] = {.lex_state = 125}, - [3454] = {.lex_state = 130}, - [3455] = {.lex_state = 125}, + [3449] = {.lex_state = 65}, + [3450] = {.lex_state = 158}, + [3451] = {.lex_state = 130}, + [3452] = {.lex_state = 65}, + [3453] = {.lex_state = 130}, + [3454] = {.lex_state = 65}, + [3455] = {.lex_state = 130}, [3456] = {.lex_state = 130}, - [3457] = {.lex_state = 125}, - [3458] = {.lex_state = 125}, - [3459] = {.lex_state = 125}, - [3460] = {.lex_state = 125}, - [3461] = {.lex_state = 125}, - [3462] = {.lex_state = 125}, - [3463] = {.lex_state = 125}, - [3464] = {.lex_state = 125}, - [3465] = {.lex_state = 125}, - [3466] = {.lex_state = 125}, - [3467] = {.lex_state = 125}, - [3468] = {.lex_state = 125}, - [3469] = {.lex_state = 125}, - [3470] = {.lex_state = 125}, - [3471] = {.lex_state = 125}, - [3472] = {.lex_state = 125}, - [3473] = {.lex_state = 125}, - [3474] = {.lex_state = 125}, - [3475] = {.lex_state = 125}, - [3476] = {.lex_state = 125}, - [3477] = {.lex_state = 125}, - [3478] = {.lex_state = 125}, - [3479] = {.lex_state = 125}, - [3480] = {.lex_state = 130}, - [3481] = {.lex_state = 130}, - [3482] = {.lex_state = 125}, - [3483] = {.lex_state = 125}, - [3484] = {.lex_state = 125}, - [3485] = {.lex_state = 125}, - [3486] = {.lex_state = 125}, - [3487] = {.lex_state = 125}, - [3488] = {.lex_state = 125}, - [3489] = {.lex_state = 125}, - [3490] = {.lex_state = 125}, - [3491] = {.lex_state = 125}, - [3492] = {.lex_state = 125}, - [3493] = {.lex_state = 125}, - [3494] = {.lex_state = 125}, - [3495] = {.lex_state = 130}, + [3457] = {.lex_state = 130}, + [3458] = {.lex_state = 158}, + [3459] = {.lex_state = 141}, + [3460] = {.lex_state = 158}, + [3461] = {.lex_state = 65}, + [3462] = {.lex_state = 158}, + [3463] = {.lex_state = 65}, + [3464] = {.lex_state = 65}, + [3465] = {.lex_state = 158}, + [3466] = {.lex_state = 158}, + [3467] = {.lex_state = 158}, + [3468] = {.lex_state = 65}, + [3469] = {.lex_state = 158}, + [3470] = {.lex_state = 65}, + [3471] = {.lex_state = 158}, + [3472] = {.lex_state = 130}, + [3473] = {.lex_state = 65}, + [3474] = {.lex_state = 65}, + [3475] = {.lex_state = 158}, + [3476] = {.lex_state = 158}, + [3477] = {.lex_state = 158}, + [3478] = {.lex_state = 65}, + [3479] = {.lex_state = 158}, + [3480] = {.lex_state = 158}, + [3481] = {.lex_state = 65}, + [3482] = {.lex_state = 65}, + [3483] = {.lex_state = 65}, + [3484] = {.lex_state = 65}, + [3485] = {.lex_state = 65}, + [3486] = {.lex_state = 123}, + [3487] = {.lex_state = 123}, + [3488] = {.lex_state = 158}, + [3489] = {.lex_state = 65}, + [3490] = {.lex_state = 130}, + [3491] = {.lex_state = 130}, + [3492] = {.lex_state = 158}, + [3493] = {.lex_state = 65}, + [3494] = {.lex_state = 185}, + [3495] = {.lex_state = 125}, [3496] = {.lex_state = 125}, [3497] = {.lex_state = 125}, - [3498] = {.lex_state = 125}, + [3498] = {.lex_state = 130}, [3499] = {.lex_state = 125}, [3500] = {.lex_state = 125}, [3501] = {.lex_state = 125}, - [3502] = {.lex_state = 130}, + [3502] = {.lex_state = 125}, [3503] = {.lex_state = 125}, [3504] = {.lex_state = 125}, [3505] = {.lex_state = 125}, [3506] = {.lex_state = 130}, - [3507] = {.lex_state = 130}, + [3507] = {.lex_state = 125}, [3508] = {.lex_state = 125}, [3509] = {.lex_state = 125}, - [3510] = {.lex_state = 125}, + [3510] = {.lex_state = 130}, [3511] = {.lex_state = 125}, [3512] = {.lex_state = 125}, [3513] = {.lex_state = 125}, - [3514] = {.lex_state = 130}, - [3515] = {.lex_state = 130}, - [3516] = {.lex_state = 130}, - [3517] = {.lex_state = 125}, + [3514] = {.lex_state = 125}, + [3515] = {.lex_state = 125}, + [3516] = {.lex_state = 125}, + [3517] = {.lex_state = 130}, [3518] = {.lex_state = 125}, [3519] = {.lex_state = 125}, - [3520] = {.lex_state = 125}, - [3521] = {.lex_state = 125}, + [3520] = {.lex_state = 130}, + [3521] = {.lex_state = 130}, [3522] = {.lex_state = 130}, [3523] = {.lex_state = 125}, [3524] = {.lex_state = 130}, - [3525] = {.lex_state = 188}, - [3526] = {.lex_state = 188}, - [3527] = {.lex_state = 188}, - [3528] = {.lex_state = 188}, - [3529] = {.lex_state = 188}, - [3530] = {.lex_state = 188}, - [3531] = {.lex_state = 188}, - [3532] = {.lex_state = 188}, - [3533] = {.lex_state = 188}, - [3534] = {.lex_state = 188}, - [3535] = {.lex_state = 188}, - [3536] = {.lex_state = 188}, - [3537] = {.lex_state = 188}, - [3538] = {.lex_state = 188}, - [3539] = {.lex_state = 188}, - [3540] = {.lex_state = 188}, - [3541] = {.lex_state = 188}, - [3542] = {.lex_state = 188}, - [3543] = {.lex_state = 579}, - [3544] = {.lex_state = 579}, - [3545] = {.lex_state = 579}, - [3546] = {.lex_state = 175}, - [3547] = {.lex_state = 579}, - [3548] = {.lex_state = 579}, - [3549] = {.lex_state = 175}, - [3550] = {.lex_state = 579}, - [3551] = {.lex_state = 579}, - [3552] = {.lex_state = 579}, - [3553] = {.lex_state = 579}, - [3554] = {.lex_state = 148}, - [3555] = {.lex_state = 579}, - [3556] = {.lex_state = 148}, - [3557] = {.lex_state = 579}, - [3558] = {.lex_state = 579}, - [3559] = {.lex_state = 579}, - [3560] = {.lex_state = 579}, - [3561] = {.lex_state = 579}, - [3562] = {.lex_state = 579}, - [3563] = {.lex_state = 579}, - [3564] = {.lex_state = 579}, - [3565] = {.lex_state = 579}, - [3566] = {.lex_state = 579}, - [3567] = {.lex_state = 176}, - [3568] = {.lex_state = 579}, - [3569] = {.lex_state = 579}, - [3570] = {.lex_state = 579}, - [3571] = {.lex_state = 579}, - [3572] = {.lex_state = 579}, - [3573] = {.lex_state = 579}, - [3574] = {.lex_state = 579}, - [3575] = {.lex_state = 579}, - [3576] = {.lex_state = 579}, - [3577] = {.lex_state = 579}, - [3578] = {.lex_state = 579}, - [3579] = {.lex_state = 579}, - [3580] = {.lex_state = 579}, - [3581] = {.lex_state = 579}, - [3582] = {.lex_state = 579}, - [3583] = {.lex_state = 579}, - [3584] = {.lex_state = 579}, + [3525] = {.lex_state = 125}, + [3526] = {.lex_state = 125}, + [3527] = {.lex_state = 130}, + [3528] = {.lex_state = 125}, + [3529] = {.lex_state = 125}, + [3530] = {.lex_state = 125}, + [3531] = {.lex_state = 125}, + [3532] = {.lex_state = 125}, + [3533] = {.lex_state = 130}, + [3534] = {.lex_state = 130}, + [3535] = {.lex_state = 125}, + [3536] = {.lex_state = 125}, + [3537] = {.lex_state = 125}, + [3538] = {.lex_state = 125}, + [3539] = {.lex_state = 125}, + [3540] = {.lex_state = 125}, + [3541] = {.lex_state = 125}, + [3542] = {.lex_state = 125}, + [3543] = {.lex_state = 125}, + [3544] = {.lex_state = 125}, + [3545] = {.lex_state = 125}, + [3546] = {.lex_state = 125}, + [3547] = {.lex_state = 125}, + [3548] = {.lex_state = 125}, + [3549] = {.lex_state = 125}, + [3550] = {.lex_state = 125}, + [3551] = {.lex_state = 125}, + [3552] = {.lex_state = 125}, + [3553] = {.lex_state = 125}, + [3554] = {.lex_state = 125}, + [3555] = {.lex_state = 125}, + [3556] = {.lex_state = 125}, + [3557] = {.lex_state = 125}, + [3558] = {.lex_state = 125}, + [3559] = {.lex_state = 125}, + [3560] = {.lex_state = 125}, + [3561] = {.lex_state = 125}, + [3562] = {.lex_state = 125}, + [3563] = {.lex_state = 125}, + [3564] = {.lex_state = 130}, + [3565] = {.lex_state = 130}, + [3566] = {.lex_state = 125}, + [3567] = {.lex_state = 188}, + [3568] = {.lex_state = 188}, + [3569] = {.lex_state = 188}, + [3570] = {.lex_state = 188}, + [3571] = {.lex_state = 188}, + [3572] = {.lex_state = 188}, + [3573] = {.lex_state = 188}, + [3574] = {.lex_state = 188}, + [3575] = {.lex_state = 188}, + [3576] = {.lex_state = 188}, + [3577] = {.lex_state = 188}, + [3578] = {.lex_state = 188}, + [3579] = {.lex_state = 188}, + [3580] = {.lex_state = 188}, + [3581] = {.lex_state = 188}, + [3582] = {.lex_state = 188}, + [3583] = {.lex_state = 188}, + [3584] = {.lex_state = 188}, [3585] = {.lex_state = 579}, [3586] = {.lex_state = 579}, - [3587] = {.lex_state = 191}, - [3588] = {.lex_state = 177}, + [3587] = {.lex_state = 579}, + [3588] = {.lex_state = 175}, [3589] = {.lex_state = 579}, - [3590] = {.lex_state = 579}, - [3591] = {.lex_state = 148}, + [3590] = {.lex_state = 175}, + [3591] = {.lex_state = 579}, [3592] = {.lex_state = 579}, [3593] = {.lex_state = 579}, - [3594] = {.lex_state = 177}, - [3595] = {.lex_state = 191}, - [3596] = {.lex_state = 191}, + [3594] = {.lex_state = 579}, + [3595] = {.lex_state = 579}, + [3596] = {.lex_state = 579}, [3597] = {.lex_state = 579}, - [3598] = {.lex_state = 191}, + [3598] = {.lex_state = 579}, [3599] = {.lex_state = 579}, [3600] = {.lex_state = 579}, - [3601] = {.lex_state = 191}, + [3601] = {.lex_state = 579}, [3602] = {.lex_state = 579}, - [3603] = {.lex_state = 177}, - [3604] = {.lex_state = 579}, + [3603] = {.lex_state = 148}, + [3604] = {.lex_state = 148}, [3605] = {.lex_state = 579}, - [3606] = {.lex_state = 191}, + [3606] = {.lex_state = 579}, [3607] = {.lex_state = 579}, [3608] = {.lex_state = 579}, [3609] = {.lex_state = 579}, [3610] = {.lex_state = 579}, - [3611] = {.lex_state = 190}, - [3612] = {.lex_state = 190}, - [3613] = {.lex_state = 190}, - [3614] = {.lex_state = 190}, - [3615] = {.lex_state = 190}, + [3611] = {.lex_state = 579}, + [3612] = {.lex_state = 579}, + [3613] = {.lex_state = 579}, + [3614] = {.lex_state = 579}, + [3615] = {.lex_state = 579}, [3616] = {.lex_state = 579}, [3617] = {.lex_state = 579}, - [3618] = {.lex_state = 190}, + [3618] = {.lex_state = 579}, [3619] = {.lex_state = 579}, - [3620] = {.lex_state = 579}, + [3620] = {.lex_state = 176}, [3621] = {.lex_state = 579}, - [3622] = {.lex_state = 177}, + [3622] = {.lex_state = 579}, [3623] = {.lex_state = 579}, [3624] = {.lex_state = 579}, - [3625] = {.lex_state = 176}, + [3625] = {.lex_state = 579}, [3626] = {.lex_state = 579}, - [3627] = {.lex_state = 176}, + [3627] = {.lex_state = 177}, [3628] = {.lex_state = 191}, - [3629] = {.lex_state = 148}, - [3630] = {.lex_state = 148}, - [3631] = {.lex_state = 190}, - [3632] = {.lex_state = 191}, - [3633] = {.lex_state = 191}, - [3634] = {.lex_state = 191}, - [3635] = {.lex_state = 191}, - [3636] = {.lex_state = 190}, - [3637] = {.lex_state = 190}, - [3638] = {.lex_state = 190}, - [3639] = {.lex_state = 190}, - [3640] = {.lex_state = 190}, + [3629] = {.lex_state = 191}, + [3630] = {.lex_state = 579}, + [3631] = {.lex_state = 579}, + [3632] = {.lex_state = 579}, + [3633] = {.lex_state = 579}, + [3634] = {.lex_state = 579}, + [3635] = {.lex_state = 579}, + [3636] = {.lex_state = 191}, + [3637] = {.lex_state = 579}, + [3638] = {.lex_state = 177}, + [3639] = {.lex_state = 579}, + [3640] = {.lex_state = 579}, [3641] = {.lex_state = 579}, [3642] = {.lex_state = 579}, [3643] = {.lex_state = 579}, - [3644] = {.lex_state = 579}, - [3645] = {.lex_state = 579}, - [3646] = {.lex_state = 579}, - [3647] = {.lex_state = 191}, + [3644] = {.lex_state = 148}, + [3645] = {.lex_state = 190}, + [3646] = {.lex_state = 177}, + [3647] = {.lex_state = 579}, [3648] = {.lex_state = 579}, [3649] = {.lex_state = 579}, - [3650] = {.lex_state = 579}, + [3650] = {.lex_state = 191}, [3651] = {.lex_state = 579}, - [3652] = {.lex_state = 579}, - [3653] = {.lex_state = 148}, - [3654] = {.lex_state = 148}, + [3652] = {.lex_state = 191}, + [3653] = {.lex_state = 190}, + [3654] = {.lex_state = 190}, [3655] = {.lex_state = 190}, - [3656] = {.lex_state = 190}, - [3657] = {.lex_state = 190}, + [3656] = {.lex_state = 579}, + [3657] = {.lex_state = 579}, [3658] = {.lex_state = 190}, - [3659] = {.lex_state = 148}, - [3660] = {.lex_state = 148}, - [3661] = {.lex_state = 148}, - [3662] = {.lex_state = 148}, - [3663] = {.lex_state = 190}, - [3664] = {.lex_state = 190}, - [3665] = {.lex_state = 148}, - [3666] = {.lex_state = 190}, + [3659] = {.lex_state = 579}, + [3660] = {.lex_state = 579}, + [3661] = {.lex_state = 190}, + [3662] = {.lex_state = 579}, + [3663] = {.lex_state = 191}, + [3664] = {.lex_state = 579}, + [3665] = {.lex_state = 579}, + [3666] = {.lex_state = 177}, [3667] = {.lex_state = 190}, - [3668] = {.lex_state = 190}, - [3669] = {.lex_state = 190}, - [3670] = {.lex_state = 148}, - [3671] = {.lex_state = 148}, - [3672] = {.lex_state = 196}, - [3673] = {.lex_state = 196}, - [3674] = {.lex_state = 148}, - [3675] = {.lex_state = 190}, - [3676] = {.lex_state = 190}, - [3677] = {.lex_state = 177}, - [3678] = {.lex_state = 190}, - [3679] = {.lex_state = 190}, + [3668] = {.lex_state = 148}, + [3669] = {.lex_state = 579}, + [3670] = {.lex_state = 579}, + [3671] = {.lex_state = 190}, + [3672] = {.lex_state = 579}, + [3673] = {.lex_state = 579}, + [3674] = {.lex_state = 579}, + [3675] = {.lex_state = 191}, + [3676] = {.lex_state = 148}, + [3677] = {.lex_state = 579}, + [3678] = {.lex_state = 579}, + [3679] = {.lex_state = 176}, [3680] = {.lex_state = 190}, - [3681] = {.lex_state = 190}, - [3682] = {.lex_state = 177}, - [3683] = {.lex_state = 148}, - [3684] = {.lex_state = 148}, - [3685] = {.lex_state = 148}, - [3686] = {.lex_state = 148}, - [3687] = {.lex_state = 190}, - [3688] = {.lex_state = 177}, - [3689] = {.lex_state = 148}, - [3690] = {.lex_state = 148}, - [3691] = {.lex_state = 148}, - [3692] = {.lex_state = 148}, - [3693] = {.lex_state = 177}, - [3694] = {.lex_state = 148}, - [3695] = {.lex_state = 148}, - [3696] = {.lex_state = 190}, - [3697] = {.lex_state = 148}, + [3681] = {.lex_state = 579}, + [3682] = {.lex_state = 579}, + [3683] = {.lex_state = 176}, + [3684] = {.lex_state = 579}, + [3685] = {.lex_state = 191}, + [3686] = {.lex_state = 191}, + [3687] = {.lex_state = 579}, + [3688] = {.lex_state = 191}, + [3689] = {.lex_state = 579}, + [3690] = {.lex_state = 190}, + [3691] = {.lex_state = 190}, + [3692] = {.lex_state = 190}, + [3693] = {.lex_state = 191}, + [3694] = {.lex_state = 191}, + [3695] = {.lex_state = 190}, + [3696] = {.lex_state = 148}, + [3697] = {.lex_state = 190}, [3698] = {.lex_state = 148}, [3699] = {.lex_state = 148}, - [3700] = {.lex_state = 190}, - [3701] = {.lex_state = 190}, + [3700] = {.lex_state = 148}, + [3701] = {.lex_state = 196}, [3702] = {.lex_state = 148}, [3703] = {.lex_state = 148}, [3704] = {.lex_state = 190}, - [3705] = {.lex_state = 190}, - [3706] = {.lex_state = 190}, - [3707] = {.lex_state = 190}, - [3708] = {.lex_state = 191}, - [3709] = {.lex_state = 191}, - [3710] = {.lex_state = 191}, - [3711] = {.lex_state = 191}, - [3712] = {.lex_state = 191}, - [3713] = {.lex_state = 191}, - [3714] = {.lex_state = 194}, - [3715] = {.lex_state = 194}, - [3716] = {.lex_state = 197}, - [3717] = {.lex_state = 197}, - [3718] = {.lex_state = 197}, - [3719] = {.lex_state = 191}, - [3720] = {.lex_state = 191}, - [3721] = {.lex_state = 194}, - [3722] = {.lex_state = 191}, - [3723] = {.lex_state = 197}, - [3724] = {.lex_state = 194}, - [3725] = {.lex_state = 191}, - [3726] = {.lex_state = 197}, - [3727] = {.lex_state = 191}, - [3728] = {.lex_state = 197}, - [3729] = {.lex_state = 197}, - [3730] = {.lex_state = 191}, - [3731] = {.lex_state = 191}, - [3732] = {.lex_state = 194}, + [3705] = {.lex_state = 177}, + [3706] = {.lex_state = 148}, + [3707] = {.lex_state = 148}, + [3708] = {.lex_state = 148}, + [3709] = {.lex_state = 190}, + [3710] = {.lex_state = 148}, + [3711] = {.lex_state = 190}, + [3712] = {.lex_state = 148}, + [3713] = {.lex_state = 190}, + [3714] = {.lex_state = 190}, + [3715] = {.lex_state = 190}, + [3716] = {.lex_state = 148}, + [3717] = {.lex_state = 190}, + [3718] = {.lex_state = 177}, + [3719] = {.lex_state = 196}, + [3720] = {.lex_state = 148}, + [3721] = {.lex_state = 177}, + [3722] = {.lex_state = 148}, + [3723] = {.lex_state = 190}, + [3724] = {.lex_state = 190}, + [3725] = {.lex_state = 190}, + [3726] = {.lex_state = 190}, + [3727] = {.lex_state = 190}, + [3728] = {.lex_state = 190}, + [3729] = {.lex_state = 190}, + [3730] = {.lex_state = 190}, + [3731] = {.lex_state = 148}, + [3732] = {.lex_state = 190}, [3733] = {.lex_state = 190}, - [3734] = {.lex_state = 190}, - [3735] = {.lex_state = 190}, - [3736] = {.lex_state = 190}, - [3737] = {.lex_state = 190}, - [3738] = {.lex_state = 190}, + [3734] = {.lex_state = 148}, + [3735] = {.lex_state = 148}, + [3736] = {.lex_state = 148}, + [3737] = {.lex_state = 148}, + [3738] = {.lex_state = 148}, [3739] = {.lex_state = 190}, - [3740] = {.lex_state = 190}, + [3740] = {.lex_state = 148}, [3741] = {.lex_state = 190}, - [3742] = {.lex_state = 194}, - [3743] = {.lex_state = 191}, - [3744] = {.lex_state = 194}, - [3745] = {.lex_state = 191}, - [3746] = {.lex_state = 148}, + [3742] = {.lex_state = 148}, + [3743] = {.lex_state = 148}, + [3744] = {.lex_state = 148}, + [3745] = {.lex_state = 190}, + [3746] = {.lex_state = 190}, [3747] = {.lex_state = 190}, - [3748] = {.lex_state = 190}, - [3749] = {.lex_state = 191}, + [3748] = {.lex_state = 177}, + [3749] = {.lex_state = 148}, [3750] = {.lex_state = 191}, [3751] = {.lex_state = 190}, - [3752] = {.lex_state = 148}, + [3752] = {.lex_state = 190}, [3753] = {.lex_state = 190}, - [3754] = {.lex_state = 148}, + [3754] = {.lex_state = 190}, [3755] = {.lex_state = 190}, [3756] = {.lex_state = 190}, - [3757] = {.lex_state = 191}, - [3758] = {.lex_state = 190}, - [3759] = {.lex_state = 148}, - [3760] = {.lex_state = 191}, - [3761] = {.lex_state = 191}, + [3757] = {.lex_state = 65}, + [3758] = {.lex_state = 194}, + [3759] = {.lex_state = 191}, + [3760] = {.lex_state = 190}, + [3761] = {.lex_state = 194}, [3762] = {.lex_state = 190}, [3763] = {.lex_state = 190}, [3764] = {.lex_state = 190}, [3765] = {.lex_state = 190}, - [3766] = {.lex_state = 191}, - [3767] = {.lex_state = 190}, - [3768] = {.lex_state = 194}, + [3766] = {.lex_state = 197}, + [3767] = {.lex_state = 191}, + [3768] = {.lex_state = 191}, [3769] = {.lex_state = 191}, - [3770] = {.lex_state = 148}, + [3770] = {.lex_state = 190}, [3771] = {.lex_state = 190}, [3772] = {.lex_state = 190}, - [3773] = {.lex_state = 191}, + [3773] = {.lex_state = 190}, [3774] = {.lex_state = 191}, [3775] = {.lex_state = 190}, - [3776] = {.lex_state = 66}, + [3776] = {.lex_state = 190}, [3777] = {.lex_state = 191}, - [3778] = {.lex_state = 191}, + [3778] = {.lex_state = 190}, [3779] = {.lex_state = 191}, [3780] = {.lex_state = 191}, - [3781] = {.lex_state = 191}, - [3782] = {.lex_state = 191}, - [3783] = {.lex_state = 191}, - [3784] = {.lex_state = 195}, - [3785] = {.lex_state = 191}, - [3786] = {.lex_state = 191}, - [3787] = {.lex_state = 191}, - [3788] = {.lex_state = 194}, - [3789] = {.lex_state = 191}, - [3790] = {.lex_state = 195}, - [3791] = {.lex_state = 191}, - [3792] = {.lex_state = 191}, - [3793] = {.lex_state = 191}, + [3781] = {.lex_state = 190}, + [3782] = {.lex_state = 190}, + [3783] = {.lex_state = 194}, + [3784] = {.lex_state = 197}, + [3785] = {.lex_state = 190}, + [3786] = {.lex_state = 190}, + [3787] = {.lex_state = 190}, + [3788] = {.lex_state = 148}, + [3789] = {.lex_state = 148}, + [3790] = {.lex_state = 191}, + [3791] = {.lex_state = 194}, + [3792] = {.lex_state = 194}, + [3793] = {.lex_state = 194}, [3794] = {.lex_state = 191}, [3795] = {.lex_state = 191}, [3796] = {.lex_state = 191}, - [3797] = {.lex_state = 195}, - [3798] = {.lex_state = 148}, - [3799] = {.lex_state = 148}, - [3800] = {.lex_state = 198}, - [3801] = {.lex_state = 194}, + [3797] = {.lex_state = 194}, + [3798] = {.lex_state = 194}, + [3799] = {.lex_state = 191}, + [3800] = {.lex_state = 191}, + [3801] = {.lex_state = 148}, [3802] = {.lex_state = 191}, - [3803] = {.lex_state = 148}, + [3803] = {.lex_state = 197}, [3804] = {.lex_state = 191}, [3805] = {.lex_state = 191}, - [3806] = {.lex_state = 195}, + [3806] = {.lex_state = 197}, [3807] = {.lex_state = 191}, [3808] = {.lex_state = 148}, - [3809] = {.lex_state = 148}, + [3809] = {.lex_state = 197}, [3810] = {.lex_state = 148}, - [3811] = {.lex_state = 148}, - [3812] = {.lex_state = 148}, - [3813] = {.lex_state = 148}, - [3814] = {.lex_state = 148}, - [3815] = {.lex_state = 148}, - [3816] = {.lex_state = 148}, - [3817] = {.lex_state = 148}, - [3818] = {.lex_state = 148}, - [3819] = {.lex_state = 148}, - [3820] = {.lex_state = 148}, - [3821] = {.lex_state = 66}, - [3822] = {.lex_state = 148}, - [3823] = {.lex_state = 148}, - [3824] = {.lex_state = 148}, + [3811] = {.lex_state = 191}, + [3812] = {.lex_state = 191}, + [3813] = {.lex_state = 191}, + [3814] = {.lex_state = 191}, + [3815] = {.lex_state = 191}, + [3816] = {.lex_state = 191}, + [3817] = {.lex_state = 197}, + [3818] = {.lex_state = 191}, + [3819] = {.lex_state = 191}, + [3820] = {.lex_state = 191}, + [3821] = {.lex_state = 191}, + [3822] = {.lex_state = 191}, + [3823] = {.lex_state = 191}, + [3824] = {.lex_state = 191}, [3825] = {.lex_state = 148}, - [3826] = {.lex_state = 148}, - [3827] = {.lex_state = 148}, - [3828] = {.lex_state = 148}, - [3829] = {.lex_state = 148}, - [3830] = {.lex_state = 148}, - [3831] = {.lex_state = 148}, - [3832] = {.lex_state = 148}, - [3833] = {.lex_state = 148}, - [3834] = {.lex_state = 66}, - [3835] = {.lex_state = 179}, + [3826] = {.lex_state = 191}, + [3827] = {.lex_state = 191}, + [3828] = {.lex_state = 191}, + [3829] = {.lex_state = 194}, + [3830] = {.lex_state = 190}, + [3831] = {.lex_state = 195}, + [3832] = {.lex_state = 191}, + [3833] = {.lex_state = 194}, + [3834] = {.lex_state = 191}, + [3835] = {.lex_state = 191}, [3836] = {.lex_state = 148}, - [3837] = {.lex_state = 66}, - [3838] = {.lex_state = 66}, - [3839] = {.lex_state = 179}, - [3840] = {.lex_state = 148}, - [3841] = {.lex_state = 66}, - [3842] = {.lex_state = 148}, - [3843] = {.lex_state = 66}, - [3844] = {.lex_state = 66}, - [3845] = {.lex_state = 66}, - [3846] = {.lex_state = 174}, - [3847] = {.lex_state = 148}, - [3848] = {.lex_state = 148}, - [3849] = {.lex_state = 148}, + [3837] = {.lex_state = 191}, + [3838] = {.lex_state = 198}, + [3839] = {.lex_state = 191}, + [3840] = {.lex_state = 195}, + [3841] = {.lex_state = 191}, + [3842] = {.lex_state = 191}, + [3843] = {.lex_state = 197}, + [3844] = {.lex_state = 191}, + [3845] = {.lex_state = 195}, + [3846] = {.lex_state = 148}, + [3847] = {.lex_state = 191}, + [3848] = {.lex_state = 191}, + [3849] = {.lex_state = 195}, [3850] = {.lex_state = 148}, - [3851] = {.lex_state = 190}, - [3852] = {.lex_state = 148}, - [3853] = {.lex_state = 148}, - [3854] = {.lex_state = 202}, - [3855] = {.lex_state = 190}, - [3856] = {.lex_state = 190}, - [3857] = {.lex_state = 190}, - [3858] = {.lex_state = 190}, - [3859] = {.lex_state = 190}, - [3860] = {.lex_state = 190}, - [3861] = {.lex_state = 190}, + [3851] = {.lex_state = 148}, + [3852] = {.lex_state = 65}, + [3853] = {.lex_state = 65}, + [3854] = {.lex_state = 148}, + [3855] = {.lex_state = 148}, + [3856] = {.lex_state = 148}, + [3857] = {.lex_state = 148}, + [3858] = {.lex_state = 148}, + [3859] = {.lex_state = 148}, + [3860] = {.lex_state = 148}, + [3861] = {.lex_state = 148}, [3862] = {.lex_state = 148}, - [3863] = {.lex_state = 179}, - [3864] = {.lex_state = 190}, - [3865] = {.lex_state = 190}, - [3866] = {.lex_state = 190}, - [3867] = {.lex_state = 190}, - [3868] = {.lex_state = 190}, - [3869] = {.lex_state = 190}, - [3870] = {.lex_state = 190}, - [3871] = {.lex_state = 190}, - [3872] = {.lex_state = 190}, - [3873] = {.lex_state = 190}, - [3874] = {.lex_state = 190}, - [3875] = {.lex_state = 190}, - [3876] = {.lex_state = 190}, - [3877] = {.lex_state = 190}, - [3878] = {.lex_state = 190}, - [3879] = {.lex_state = 148}, - [3880] = {.lex_state = 190}, - [3881] = {.lex_state = 190}, - [3882] = {.lex_state = 190}, - [3883] = {.lex_state = 190}, - [3884] = {.lex_state = 190}, - [3885] = {.lex_state = 190}, - [3886] = {.lex_state = 190}, - [3887] = {.lex_state = 190}, - [3888] = {.lex_state = 190}, - [3889] = {.lex_state = 190}, - [3890] = {.lex_state = 190}, + [3863] = {.lex_state = 148}, + [3864] = {.lex_state = 148}, + [3865] = {.lex_state = 148}, + [3866] = {.lex_state = 148}, + [3867] = {.lex_state = 148}, + [3868] = {.lex_state = 148}, + [3869] = {.lex_state = 148}, + [3870] = {.lex_state = 65}, + [3871] = {.lex_state = 65}, + [3872] = {.lex_state = 65}, + [3873] = {.lex_state = 174}, + [3874] = {.lex_state = 148}, + [3875] = {.lex_state = 148}, + [3876] = {.lex_state = 65}, + [3877] = {.lex_state = 148}, + [3878] = {.lex_state = 148}, + [3879] = {.lex_state = 179}, + [3880] = {.lex_state = 179}, + [3881] = {.lex_state = 148}, + [3882] = {.lex_state = 148}, + [3883] = {.lex_state = 148}, + [3884] = {.lex_state = 65}, + [3885] = {.lex_state = 65}, + [3886] = {.lex_state = 148}, + [3887] = {.lex_state = 148}, + [3888] = {.lex_state = 148}, + [3889] = {.lex_state = 148}, + [3890] = {.lex_state = 148}, [3891] = {.lex_state = 190}, - [3892] = {.lex_state = 190}, + [3892] = {.lex_state = 202}, [3893] = {.lex_state = 190}, [3894] = {.lex_state = 190}, [3895] = {.lex_state = 190}, [3896] = {.lex_state = 190}, - [3897] = {.lex_state = 179}, + [3897] = {.lex_state = 190}, [3898] = {.lex_state = 190}, - [3899] = {.lex_state = 148}, + [3899] = {.lex_state = 190}, [3900] = {.lex_state = 148}, - [3901] = {.lex_state = 148}, - [3902] = {.lex_state = 148}, - [3903] = {.lex_state = 148}, + [3901] = {.lex_state = 190}, + [3902] = {.lex_state = 174}, + [3903] = {.lex_state = 190}, [3904] = {.lex_state = 190}, [3905] = {.lex_state = 190}, [3906] = {.lex_state = 190}, [3907] = {.lex_state = 190}, - [3908] = {.lex_state = 174}, - [3909] = {.lex_state = 174}, - [3910] = {.lex_state = 148}, - [3911] = {.lex_state = 148}, - [3912] = {.lex_state = 148}, + [3908] = {.lex_state = 190}, + [3909] = {.lex_state = 190}, + [3910] = {.lex_state = 190}, + [3911] = {.lex_state = 179}, + [3912] = {.lex_state = 190}, [3913] = {.lex_state = 148}, [3914] = {.lex_state = 148}, [3915] = {.lex_state = 148}, [3916] = {.lex_state = 148}, - [3917] = {.lex_state = 190}, + [3917] = {.lex_state = 148}, [3918] = {.lex_state = 148}, [3919] = {.lex_state = 148}, - [3920] = {.lex_state = 148}, - [3921] = {.lex_state = 190}, + [3920] = {.lex_state = 190}, + [3921] = {.lex_state = 174}, [3922] = {.lex_state = 190}, - [3923] = {.lex_state = 148}, + [3923] = {.lex_state = 190}, [3924] = {.lex_state = 190}, - [3925] = {.lex_state = 148}, + [3925] = {.lex_state = 190}, [3926] = {.lex_state = 190}, [3927] = {.lex_state = 190}, [3928] = {.lex_state = 190}, - [3929] = {.lex_state = 190}, - [3930] = {.lex_state = 190}, - [3931] = {.lex_state = 190}, - [3932] = {.lex_state = 190}, - [3933] = {.lex_state = 190}, + [3929] = {.lex_state = 148}, + [3930] = {.lex_state = 148}, + [3931] = {.lex_state = 148}, + [3932] = {.lex_state = 148}, + [3933] = {.lex_state = 148}, [3934] = {.lex_state = 148}, [3935] = {.lex_state = 148}, [3936] = {.lex_state = 148}, [3937] = {.lex_state = 148}, [3938] = {.lex_state = 148}, - [3939] = {.lex_state = 190}, - [3940] = {.lex_state = 174}, - [3941] = {.lex_state = 174}, - [3942] = {.lex_state = 174}, + [3939] = {.lex_state = 148}, + [3940] = {.lex_state = 148}, + [3941] = {.lex_state = 148}, + [3942] = {.lex_state = 148}, [3943] = {.lex_state = 148}, [3944] = {.lex_state = 148}, [3945] = {.lex_state = 148}, @@ -69018,142 +69126,142 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3947] = {.lex_state = 148}, [3948] = {.lex_state = 148}, [3949] = {.lex_state = 148}, - [3950] = {.lex_state = 148}, - [3951] = {.lex_state = 148}, + [3950] = {.lex_state = 190}, + [3951] = {.lex_state = 190}, [3952] = {.lex_state = 148}, - [3953] = {.lex_state = 148}, - [3954] = {.lex_state = 148}, + [3953] = {.lex_state = 190}, + [3954] = {.lex_state = 190}, [3955] = {.lex_state = 190}, - [3956] = {.lex_state = 148}, - [3957] = {.lex_state = 148}, + [3956] = {.lex_state = 190}, + [3957] = {.lex_state = 190}, [3958] = {.lex_state = 148}, [3959] = {.lex_state = 148}, - [3960] = {.lex_state = 174}, - [3961] = {.lex_state = 148}, - [3962] = {.lex_state = 148}, - [3963] = {.lex_state = 148}, + [3960] = {.lex_state = 190}, + [3961] = {.lex_state = 190}, + [3962] = {.lex_state = 190}, + [3963] = {.lex_state = 190}, [3964] = {.lex_state = 190}, [3965] = {.lex_state = 190}, - [3966] = {.lex_state = 148}, - [3967] = {.lex_state = 148}, - [3968] = {.lex_state = 148}, + [3966] = {.lex_state = 190}, + [3967] = {.lex_state = 190}, + [3968] = {.lex_state = 190}, [3969] = {.lex_state = 190}, - [3970] = {.lex_state = 148}, - [3971] = {.lex_state = 148}, - [3972] = {.lex_state = 174}, - [3973] = {.lex_state = 148}, - [3974] = {.lex_state = 148}, + [3970] = {.lex_state = 190}, + [3971] = {.lex_state = 190}, + [3972] = {.lex_state = 179}, + [3973] = {.lex_state = 190}, + [3974] = {.lex_state = 190}, [3975] = {.lex_state = 190}, [3976] = {.lex_state = 190}, [3977] = {.lex_state = 190}, - [3978] = {.lex_state = 190}, + [3978] = {.lex_state = 148}, [3979] = {.lex_state = 190}, [3980] = {.lex_state = 148}, - [3981] = {.lex_state = 179}, + [3981] = {.lex_state = 190}, [3982] = {.lex_state = 190}, [3983] = {.lex_state = 190}, - [3984] = {.lex_state = 190}, + [3984] = {.lex_state = 148}, [3985] = {.lex_state = 190}, - [3986] = {.lex_state = 174}, - [3987] = {.lex_state = 148}, + [3986] = {.lex_state = 148}, + [3987] = {.lex_state = 174}, [3988] = {.lex_state = 190}, - [3989] = {.lex_state = 179}, - [3990] = {.lex_state = 190}, - [3991] = {.lex_state = 190}, + [3989] = {.lex_state = 174}, + [3990] = {.lex_state = 174}, + [3991] = {.lex_state = 174}, [3992] = {.lex_state = 190}, [3993] = {.lex_state = 190}, [3994] = {.lex_state = 190}, [3995] = {.lex_state = 190}, - [3996] = {.lex_state = 190}, - [3997] = {.lex_state = 179}, - [3998] = {.lex_state = 190}, + [3996] = {.lex_state = 174}, + [3997] = {.lex_state = 190}, + [3998] = {.lex_state = 174}, [3999] = {.lex_state = 190}, [4000] = {.lex_state = 190}, [4001] = {.lex_state = 190}, - [4002] = {.lex_state = 148}, + [4002] = {.lex_state = 190}, [4003] = {.lex_state = 190}, - [4004] = {.lex_state = 190}, + [4004] = {.lex_state = 148}, [4005] = {.lex_state = 190}, [4006] = {.lex_state = 190}, - [4007] = {.lex_state = 148}, + [4007] = {.lex_state = 190}, [4008] = {.lex_state = 190}, [4009] = {.lex_state = 190}, - [4010] = {.lex_state = 513}, - [4011] = {.lex_state = 148}, - [4012] = {.lex_state = 513}, - [4013] = {.lex_state = 513}, - [4014] = {.lex_state = 513}, - [4015] = {.lex_state = 513}, - [4016] = {.lex_state = 148}, - [4017] = {.lex_state = 513}, - [4018] = {.lex_state = 513}, - [4019] = {.lex_state = 513}, - [4020] = {.lex_state = 513}, - [4021] = {.lex_state = 513}, - [4022] = {.lex_state = 513}, - [4023] = {.lex_state = 513}, - [4024] = {.lex_state = 513}, - [4025] = {.lex_state = 148}, - [4026] = {.lex_state = 513}, - [4027] = {.lex_state = 513}, - [4028] = {.lex_state = 513}, - [4029] = {.lex_state = 513}, - [4030] = {.lex_state = 513}, - [4031] = {.lex_state = 174}, - [4032] = {.lex_state = 513}, - [4033] = {.lex_state = 174}, - [4034] = {.lex_state = 513}, - [4035] = {.lex_state = 174}, + [4010] = {.lex_state = 190}, + [4011] = {.lex_state = 190}, + [4012] = {.lex_state = 190}, + [4013] = {.lex_state = 190}, + [4014] = {.lex_state = 190}, + [4015] = {.lex_state = 190}, + [4016] = {.lex_state = 190}, + [4017] = {.lex_state = 190}, + [4018] = {.lex_state = 148}, + [4019] = {.lex_state = 148}, + [4020] = {.lex_state = 148}, + [4021] = {.lex_state = 190}, + [4022] = {.lex_state = 190}, + [4023] = {.lex_state = 190}, + [4024] = {.lex_state = 190}, + [4025] = {.lex_state = 190}, + [4026] = {.lex_state = 190}, + [4027] = {.lex_state = 190}, + [4028] = {.lex_state = 148}, + [4029] = {.lex_state = 148}, + [4030] = {.lex_state = 190}, + [4031] = {.lex_state = 190}, + [4032] = {.lex_state = 190}, + [4033] = {.lex_state = 148}, + [4034] = {.lex_state = 148}, + [4035] = {.lex_state = 148}, [4036] = {.lex_state = 148}, - [4037] = {.lex_state = 513}, - [4038] = {.lex_state = 513}, - [4039] = {.lex_state = 174}, - [4040] = {.lex_state = 174}, - [4041] = {.lex_state = 513}, - [4042] = {.lex_state = 513}, - [4043] = {.lex_state = 513}, - [4044] = {.lex_state = 513}, - [4045] = {.lex_state = 174}, - [4046] = {.lex_state = 513}, - [4047] = {.lex_state = 202}, - [4048] = {.lex_state = 513}, - [4049] = {.lex_state = 202}, - [4050] = {.lex_state = 513}, - [4051] = {.lex_state = 513}, + [4037] = {.lex_state = 148}, + [4038] = {.lex_state = 148}, + [4039] = {.lex_state = 148}, + [4040] = {.lex_state = 148}, + [4041] = {.lex_state = 148}, + [4042] = {.lex_state = 148}, + [4043] = {.lex_state = 148}, + [4044] = {.lex_state = 148}, + [4045] = {.lex_state = 148}, + [4046] = {.lex_state = 148}, + [4047] = {.lex_state = 148}, + [4048] = {.lex_state = 179}, + [4049] = {.lex_state = 148}, + [4050] = {.lex_state = 179}, + [4051] = {.lex_state = 179}, [4052] = {.lex_state = 513}, - [4053] = {.lex_state = 513}, - [4054] = {.lex_state = 513}, - [4055] = {.lex_state = 513}, - [4056] = {.lex_state = 513}, - [4057] = {.lex_state = 148}, - [4058] = {.lex_state = 513}, + [4053] = {.lex_state = 148}, + [4054] = {.lex_state = 148}, + [4055] = {.lex_state = 174}, + [4056] = {.lex_state = 148}, + [4057] = {.lex_state = 202}, + [4058] = {.lex_state = 148}, [4059] = {.lex_state = 174}, [4060] = {.lex_state = 148}, - [4061] = {.lex_state = 513}, + [4061] = {.lex_state = 148}, [4062] = {.lex_state = 513}, - [4063] = {.lex_state = 148}, - [4064] = {.lex_state = 513}, - [4065] = {.lex_state = 148}, - [4066] = {.lex_state = 148}, + [4063] = {.lex_state = 174}, + [4064] = {.lex_state = 174}, + [4065] = {.lex_state = 202}, + [4066] = {.lex_state = 513}, [4067] = {.lex_state = 513}, [4068] = {.lex_state = 513}, [4069] = {.lex_state = 513}, - [4070] = {.lex_state = 148}, - [4071] = {.lex_state = 148}, + [4070] = {.lex_state = 513}, + [4071] = {.lex_state = 513}, [4072] = {.lex_state = 513}, - [4073] = {.lex_state = 508}, + [4073] = {.lex_state = 513}, [4074] = {.lex_state = 513}, [4075] = {.lex_state = 513}, [4076] = {.lex_state = 513}, - [4077] = {.lex_state = 508}, - [4078] = {.lex_state = 175}, + [4077] = {.lex_state = 513}, + [4078] = {.lex_state = 513}, [4079] = {.lex_state = 513}, [4080] = {.lex_state = 513}, [4081] = {.lex_state = 513}, [4082] = {.lex_state = 513}, [4083] = {.lex_state = 513}, - [4084] = {.lex_state = 66}, - [4085] = {.lex_state = 148}, + [4084] = {.lex_state = 513}, + [4085] = {.lex_state = 513}, [4086] = {.lex_state = 513}, [4087] = {.lex_state = 513}, [4088] = {.lex_state = 513}, @@ -69163,641 +69271,641 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4092] = {.lex_state = 513}, [4093] = {.lex_state = 513}, [4094] = {.lex_state = 513}, - [4095] = {.lex_state = 508}, - [4096] = {.lex_state = 513}, - [4097] = {.lex_state = 513}, - [4098] = {.lex_state = 513}, + [4095] = {.lex_state = 174}, + [4096] = {.lex_state = 174}, + [4097] = {.lex_state = 148}, + [4098] = {.lex_state = 174}, [4099] = {.lex_state = 513}, - [4100] = {.lex_state = 175}, + [4100] = {.lex_state = 513}, [4101] = {.lex_state = 513}, [4102] = {.lex_state = 513}, - [4103] = {.lex_state = 148}, - [4104] = {.lex_state = 148}, + [4103] = {.lex_state = 513}, + [4104] = {.lex_state = 513}, [4105] = {.lex_state = 513}, - [4106] = {.lex_state = 148}, - [4107] = {.lex_state = 148}, + [4106] = {.lex_state = 513}, + [4107] = {.lex_state = 513}, [4108] = {.lex_state = 513}, - [4109] = {.lex_state = 508}, - [4110] = {.lex_state = 508}, - [4111] = {.lex_state = 508}, - [4112] = {.lex_state = 508}, + [4109] = {.lex_state = 175}, + [4110] = {.lex_state = 175}, + [4111] = {.lex_state = 148}, + [4112] = {.lex_state = 513}, [4113] = {.lex_state = 513}, - [4114] = {.lex_state = 508}, + [4114] = {.lex_state = 174}, [4115] = {.lex_state = 513}, [4116] = {.lex_state = 513}, [4117] = {.lex_state = 513}, [4118] = {.lex_state = 513}, - [4119] = {.lex_state = 174}, - [4120] = {.lex_state = 175}, - [4121] = {.lex_state = 513}, - [4122] = {.lex_state = 175}, - [4123] = {.lex_state = 175}, - [4124] = {.lex_state = 174}, + [4119] = {.lex_state = 513}, + [4120] = {.lex_state = 508}, + [4121] = {.lex_state = 508}, + [4122] = {.lex_state = 508}, + [4123] = {.lex_state = 513}, + [4124] = {.lex_state = 513}, [4125] = {.lex_state = 513}, - [4126] = {.lex_state = 513}, - [4127] = {.lex_state = 174}, + [4126] = {.lex_state = 508}, + [4127] = {.lex_state = 513}, [4128] = {.lex_state = 513}, - [4129] = {.lex_state = 175}, - [4130] = {.lex_state = 148}, + [4129] = {.lex_state = 508}, + [4130] = {.lex_state = 513}, [4131] = {.lex_state = 513}, [4132] = {.lex_state = 513}, [4133] = {.lex_state = 513}, [4134] = {.lex_state = 513}, [4135] = {.lex_state = 513}, - [4136] = {.lex_state = 175}, - [4137] = {.lex_state = 148}, + [4136] = {.lex_state = 65}, + [4137] = {.lex_state = 175}, [4138] = {.lex_state = 513}, - [4139] = {.lex_state = 175}, - [4140] = {.lex_state = 175}, - [4141] = {.lex_state = 148}, - [4142] = {.lex_state = 174}, - [4143] = {.lex_state = 175}, - [4144] = {.lex_state = 66}, - [4145] = {.lex_state = 513}, - [4146] = {.lex_state = 508}, - [4147] = {.lex_state = 513}, - [4148] = {.lex_state = 174}, - [4149] = {.lex_state = 23}, - [4150] = {.lex_state = 174}, - [4151] = {.lex_state = 174}, - [4152] = {.lex_state = 174}, - [4153] = {.lex_state = 174}, - [4154] = {.lex_state = 496}, - [4155] = {.lex_state = 513}, - [4156] = {.lex_state = 66}, - [4157] = {.lex_state = 508}, - [4158] = {.lex_state = 496}, - [4159] = {.lex_state = 66}, - [4160] = {.lex_state = 174}, - [4161] = {.lex_state = 175}, - [4162] = {.lex_state = 175}, - [4163] = {.lex_state = 175}, - [4164] = {.lex_state = 174}, - [4165] = {.lex_state = 496}, + [4139] = {.lex_state = 148}, + [4140] = {.lex_state = 513}, + [4141] = {.lex_state = 513}, + [4142] = {.lex_state = 175}, + [4143] = {.lex_state = 148}, + [4144] = {.lex_state = 513}, + [4145] = {.lex_state = 148}, + [4146] = {.lex_state = 148}, + [4147] = {.lex_state = 148}, + [4148] = {.lex_state = 148}, + [4149] = {.lex_state = 148}, + [4150] = {.lex_state = 513}, + [4151] = {.lex_state = 148}, + [4152] = {.lex_state = 508}, + [4153] = {.lex_state = 513}, + [4154] = {.lex_state = 513}, + [4155] = {.lex_state = 148}, + [4156] = {.lex_state = 65}, + [4157] = {.lex_state = 148}, + [4158] = {.lex_state = 513}, + [4159] = {.lex_state = 513}, + [4160] = {.lex_state = 513}, + [4161] = {.lex_state = 513}, + [4162] = {.lex_state = 513}, + [4163] = {.lex_state = 513}, + [4164] = {.lex_state = 513}, + [4165] = {.lex_state = 513}, [4166] = {.lex_state = 513}, [4167] = {.lex_state = 175}, - [4168] = {.lex_state = 175}, - [4169] = {.lex_state = 175}, - [4170] = {.lex_state = 66}, - [4171] = {.lex_state = 508}, + [4168] = {.lex_state = 174}, + [4169] = {.lex_state = 174}, + [4170] = {.lex_state = 175}, + [4171] = {.lex_state = 513}, [4172] = {.lex_state = 513}, [4173] = {.lex_state = 175}, - [4174] = {.lex_state = 508}, - [4175] = {.lex_state = 496}, - [4176] = {.lex_state = 174}, + [4174] = {.lex_state = 175}, + [4175] = {.lex_state = 175}, + [4176] = {.lex_state = 513}, [4177] = {.lex_state = 513}, - [4178] = {.lex_state = 66}, - [4179] = {.lex_state = 174}, + [4178] = {.lex_state = 513}, + [4179] = {.lex_state = 513}, [4180] = {.lex_state = 513}, - [4181] = {.lex_state = 513}, - [4182] = {.lex_state = 513}, + [4181] = {.lex_state = 175}, + [4182] = {.lex_state = 174}, [4183] = {.lex_state = 513}, - [4184] = {.lex_state = 508}, - [4185] = {.lex_state = 66}, + [4184] = {.lex_state = 513}, + [4185] = {.lex_state = 148}, [4186] = {.lex_state = 513}, - [4187] = {.lex_state = 175}, - [4188] = {.lex_state = 174}, - [4189] = {.lex_state = 174}, - [4190] = {.lex_state = 174}, + [4187] = {.lex_state = 508}, + [4188] = {.lex_state = 508}, + [4189] = {.lex_state = 508}, + [4190] = {.lex_state = 513}, [4191] = {.lex_state = 513}, [4192] = {.lex_state = 174}, - [4193] = {.lex_state = 174}, - [4194] = {.lex_state = 513}, - [4195] = {.lex_state = 175}, + [4193] = {.lex_state = 513}, + [4194] = {.lex_state = 496}, + [4195] = {.lex_state = 174}, [4196] = {.lex_state = 174}, - [4197] = {.lex_state = 1850}, - [4198] = {.lex_state = 174}, - [4199] = {.lex_state = 174}, - [4200] = {.lex_state = 174}, - [4201] = {.lex_state = 175}, - [4202] = {.lex_state = 513}, - [4203] = {.lex_state = 513}, - [4204] = {.lex_state = 174}, - [4205] = {.lex_state = 513}, - [4206] = {.lex_state = 513}, - [4207] = {.lex_state = 508}, - [4208] = {.lex_state = 582}, - [4209] = {.lex_state = 508}, + [4197] = {.lex_state = 175}, + [4198] = {.lex_state = 175}, + [4199] = {.lex_state = 513}, + [4200] = {.lex_state = 175}, + [4201] = {.lex_state = 513}, + [4202] = {.lex_state = 174}, + [4203] = {.lex_state = 175}, + [4204] = {.lex_state = 513}, + [4205] = {.lex_state = 125}, + [4206] = {.lex_state = 175}, + [4207] = {.lex_state = 513}, + [4208] = {.lex_state = 175}, + [4209] = {.lex_state = 513}, [4210] = {.lex_state = 174}, [4211] = {.lex_state = 174}, [4212] = {.lex_state = 174}, [4213] = {.lex_state = 174}, - [4214] = {.lex_state = 513}, - [4215] = {.lex_state = 508}, - [4216] = {.lex_state = 174}, - [4217] = {.lex_state = 174}, - [4218] = {.lex_state = 23}, + [4214] = {.lex_state = 65}, + [4215] = {.lex_state = 174}, + [4216] = {.lex_state = 513}, + [4217] = {.lex_state = 175}, + [4218] = {.lex_state = 175}, [4219] = {.lex_state = 174}, - [4220] = {.lex_state = 508}, - [4221] = {.lex_state = 125}, - [4222] = {.lex_state = 175}, - [4223] = {.lex_state = 174}, - [4224] = {.lex_state = 175}, - [4225] = {.lex_state = 175}, - [4226] = {.lex_state = 175}, - [4227] = {.lex_state = 174}, - [4228] = {.lex_state = 174}, - [4229] = {.lex_state = 174}, + [4220] = {.lex_state = 65}, + [4221] = {.lex_state = 175}, + [4222] = {.lex_state = 496}, + [4223] = {.lex_state = 513}, + [4224] = {.lex_state = 174}, + [4225] = {.lex_state = 1852}, + [4226] = {.lex_state = 513}, + [4227] = {.lex_state = 513}, + [4228] = {.lex_state = 65}, + [4229] = {.lex_state = 513}, [4230] = {.lex_state = 174}, [4231] = {.lex_state = 513}, - [4232] = {.lex_state = 174}, - [4233] = {.lex_state = 174}, - [4234] = {.lex_state = 174}, - [4235] = {.lex_state = 513}, - [4236] = {.lex_state = 513}, + [4232] = {.lex_state = 175}, + [4233] = {.lex_state = 175}, + [4234] = {.lex_state = 582}, + [4235] = {.lex_state = 508}, + [4236] = {.lex_state = 174}, [4237] = {.lex_state = 174}, - [4238] = {.lex_state = 513}, - [4239] = {.lex_state = 508}, - [4240] = {.lex_state = 1850}, - [4241] = {.lex_state = 174}, + [4238] = {.lex_state = 65}, + [4239] = {.lex_state = 513}, + [4240] = {.lex_state = 174}, + [4241] = {.lex_state = 175}, [4242] = {.lex_state = 513}, - [4243] = {.lex_state = 513}, - [4244] = {.lex_state = 182}, - [4245] = {.lex_state = 513}, - [4246] = {.lex_state = 513}, + [4243] = {.lex_state = 174}, + [4244] = {.lex_state = 174}, + [4245] = {.lex_state = 174}, + [4246] = {.lex_state = 508}, [4247] = {.lex_state = 513}, - [4248] = {.lex_state = 513}, - [4249] = {.lex_state = 513}, - [4250] = {.lex_state = 493}, - [4251] = {.lex_state = 513}, - [4252] = {.lex_state = 187}, - [4253] = {.lex_state = 513}, - [4254] = {.lex_state = 202}, - [4255] = {.lex_state = 513}, - [4256] = {.lex_state = 66}, - [4257] = {.lex_state = 66}, - [4258] = {.lex_state = 66}, - [4259] = {.lex_state = 187}, - [4260] = {.lex_state = 513}, - [4261] = {.lex_state = 513}, - [4262] = {.lex_state = 493}, - [4263] = {.lex_state = 513}, - [4264] = {.lex_state = 125}, + [4248] = {.lex_state = 174}, + [4249] = {.lex_state = 174}, + [4250] = {.lex_state = 65}, + [4251] = {.lex_state = 508}, + [4252] = {.lex_state = 1852}, + [4253] = {.lex_state = 174}, + [4254] = {.lex_state = 175}, + [4255] = {.lex_state = 508}, + [4256] = {.lex_state = 174}, + [4257] = {.lex_state = 174}, + [4258] = {.lex_state = 508}, + [4259] = {.lex_state = 23}, + [4260] = {.lex_state = 174}, + [4261] = {.lex_state = 23}, + [4262] = {.lex_state = 174}, + [4263] = {.lex_state = 174}, + [4264] = {.lex_state = 174}, [4265] = {.lex_state = 513}, - [4266] = {.lex_state = 513}, - [4267] = {.lex_state = 513}, + [4266] = {.lex_state = 174}, + [4267] = {.lex_state = 174}, [4268] = {.lex_state = 513}, - [4269] = {.lex_state = 513}, - [4270] = {.lex_state = 513}, - [4271] = {.lex_state = 513}, - [4272] = {.lex_state = 66}, - [4273] = {.lex_state = 174}, - [4274] = {.lex_state = 496}, - [4275] = {.lex_state = 513}, - [4276] = {.lex_state = 513}, - [4277] = {.lex_state = 513}, - [4278] = {.lex_state = 66}, - [4279] = {.lex_state = 513}, - [4280] = {.lex_state = 513}, - [4281] = {.lex_state = 513}, - [4282] = {.lex_state = 513}, - [4283] = {.lex_state = 66}, - [4284] = {.lex_state = 187}, - [4285] = {.lex_state = 513}, - [4286] = {.lex_state = 513}, - [4287] = {.lex_state = 513}, - [4288] = {.lex_state = 513}, - [4289] = {.lex_state = 187}, - [4290] = {.lex_state = 513}, - [4291] = {.lex_state = 202}, - [4292] = {.lex_state = 513}, + [4269] = {.lex_state = 174}, + [4270] = {.lex_state = 174}, + [4271] = {.lex_state = 508}, + [4272] = {.lex_state = 513}, + [4273] = {.lex_state = 508}, + [4274] = {.lex_state = 508}, + [4275] = {.lex_state = 508}, + [4276] = {.lex_state = 174}, + [4277] = {.lex_state = 174}, + [4278] = {.lex_state = 175}, + [4279] = {.lex_state = 496}, + [4280] = {.lex_state = 174}, + [4281] = {.lex_state = 174}, + [4282] = {.lex_state = 496}, + [4283] = {.lex_state = 174}, + [4284] = {.lex_state = 513}, + [4285] = {.lex_state = 493}, + [4286] = {.lex_state = 125}, + [4287] = {.lex_state = 205}, + [4288] = {.lex_state = 0}, + [4289] = {.lex_state = 175}, + [4290] = {.lex_state = 175}, + [4291] = {.lex_state = 187}, + [4292] = {.lex_state = 175}, [4293] = {.lex_state = 513}, - [4294] = {.lex_state = 205}, - [4295] = {.lex_state = 513}, - [4296] = {.lex_state = 513}, - [4297] = {.lex_state = 513}, - [4298] = {.lex_state = 66}, - [4299] = {.lex_state = 66}, - [4300] = {.lex_state = 66}, - [4301] = {.lex_state = 66}, - [4302] = {.lex_state = 205}, - [4303] = {.lex_state = 66}, + [4294] = {.lex_state = 513}, + [4295] = {.lex_state = 187}, + [4296] = {.lex_state = 187}, + [4297] = {.lex_state = 174}, + [4298] = {.lex_state = 0}, + [4299] = {.lex_state = 0}, + [4300] = {.lex_state = 0}, + [4301] = {.lex_state = 513}, + [4302] = {.lex_state = 0}, + [4303] = {.lex_state = 0}, [4304] = {.lex_state = 513}, - [4305] = {.lex_state = 513}, - [4306] = {.lex_state = 493}, - [4307] = {.lex_state = 66}, - [4308] = {.lex_state = 66}, - [4309] = {.lex_state = 66}, - [4310] = {.lex_state = 66}, - [4311] = {.lex_state = 125}, - [4312] = {.lex_state = 513}, + [4305] = {.lex_state = 582}, + [4306] = {.lex_state = 125}, + [4307] = {.lex_state = 513}, + [4308] = {.lex_state = 187}, + [4309] = {.lex_state = 175}, + [4310] = {.lex_state = 175}, + [4311] = {.lex_state = 175}, + [4312] = {.lex_state = 187}, [4313] = {.lex_state = 513}, - [4314] = {.lex_state = 175}, + [4314] = {.lex_state = 65}, [4315] = {.lex_state = 513}, - [4316] = {.lex_state = 508}, - [4317] = {.lex_state = 205}, - [4318] = {.lex_state = 513}, + [4316] = {.lex_state = 205}, + [4317] = {.lex_state = 513}, + [4318] = {.lex_state = 187}, [4319] = {.lex_state = 513}, [4320] = {.lex_state = 513}, - [4321] = {.lex_state = 187}, + [4321] = {.lex_state = 513}, [4322] = {.lex_state = 513}, - [4323] = {.lex_state = 66}, + [4323] = {.lex_state = 513}, [4324] = {.lex_state = 513}, - [4325] = {.lex_state = 205}, - [4326] = {.lex_state = 508}, + [4325] = {.lex_state = 513}, + [4326] = {.lex_state = 513}, [4327] = {.lex_state = 513}, - [4328] = {.lex_state = 187}, - [4329] = {.lex_state = 513}, - [4330] = {.lex_state = 513}, + [4328] = {.lex_state = 125}, + [4329] = {.lex_state = 175}, + [4330] = {.lex_state = 175}, [4331] = {.lex_state = 513}, - [4332] = {.lex_state = 187}, - [4333] = {.lex_state = 187}, + [4332] = {.lex_state = 513}, + [4333] = {.lex_state = 65}, [4334] = {.lex_state = 513}, - [4335] = {.lex_state = 582}, - [4336] = {.lex_state = 513}, - [4337] = {.lex_state = 513}, - [4338] = {.lex_state = 202}, - [4339] = {.lex_state = 66}, - [4340] = {.lex_state = 175}, + [4335] = {.lex_state = 513}, + [4336] = {.lex_state = 187}, + [4337] = {.lex_state = 65}, + [4338] = {.lex_state = 65}, + [4339] = {.lex_state = 513}, + [4340] = {.lex_state = 65}, [4341] = {.lex_state = 187}, - [4342] = {.lex_state = 175}, + [4342] = {.lex_state = 513}, [4343] = {.lex_state = 513}, - [4344] = {.lex_state = 66}, - [4345] = {.lex_state = 513}, - [4346] = {.lex_state = 175}, - [4347] = {.lex_state = 493}, - [4348] = {.lex_state = 125}, + [4344] = {.lex_state = 513}, + [4345] = {.lex_state = 175}, + [4346] = {.lex_state = 513}, + [4347] = {.lex_state = 513}, + [4348] = {.lex_state = 65}, [4349] = {.lex_state = 187}, [4350] = {.lex_state = 513}, - [4351] = {.lex_state = 205}, + [4351] = {.lex_state = 65}, [4352] = {.lex_state = 187}, - [4353] = {.lex_state = 0}, - [4354] = {.lex_state = 187}, - [4355] = {.lex_state = 187}, - [4356] = {.lex_state = 175}, - [4357] = {.lex_state = 0}, - [4358] = {.lex_state = 513}, - [4359] = {.lex_state = 0}, - [4360] = {.lex_state = 508}, - [4361] = {.lex_state = 513}, + [4353] = {.lex_state = 65}, + [4354] = {.lex_state = 65}, + [4355] = {.lex_state = 65}, + [4356] = {.lex_state = 187}, + [4357] = {.lex_state = 65}, + [4358] = {.lex_state = 175}, + [4359] = {.lex_state = 513}, + [4360] = {.lex_state = 513}, + [4361] = {.lex_state = 187}, [4362] = {.lex_state = 513}, [4363] = {.lex_state = 513}, - [4364] = {.lex_state = 0}, + [4364] = {.lex_state = 513}, [4365] = {.lex_state = 513}, - [4366] = {.lex_state = 66}, - [4367] = {.lex_state = 174}, - [4368] = {.lex_state = 66}, - [4369] = {.lex_state = 175}, - [4370] = {.lex_state = 125}, + [4366] = {.lex_state = 65}, + [4367] = {.lex_state = 513}, + [4368] = {.lex_state = 205}, + [4369] = {.lex_state = 513}, + [4370] = {.lex_state = 513}, [4371] = {.lex_state = 513}, - [4372] = {.lex_state = 513}, - [4373] = {.lex_state = 187}, - [4374] = {.lex_state = 175}, - [4375] = {.lex_state = 175}, - [4376] = {.lex_state = 187}, - [4377] = {.lex_state = 187}, - [4378] = {.lex_state = 0}, - [4379] = {.lex_state = 66}, - [4380] = {.lex_state = 187}, - [4381] = {.lex_state = 187}, - [4382] = {.lex_state = 175}, - [4383] = {.lex_state = 508}, + [4372] = {.lex_state = 65}, + [4373] = {.lex_state = 513}, + [4374] = {.lex_state = 513}, + [4375] = {.lex_state = 513}, + [4376] = {.lex_state = 513}, + [4377] = {.lex_state = 513}, + [4378] = {.lex_state = 202}, + [4379] = {.lex_state = 513}, + [4380] = {.lex_state = 205}, + [4381] = {.lex_state = 513}, + [4382] = {.lex_state = 513}, + [4383] = {.lex_state = 513}, [4384] = {.lex_state = 187}, - [4385] = {.lex_state = 508}, - [4386] = {.lex_state = 187}, - [4387] = {.lex_state = 513}, - [4388] = {.lex_state = 66}, - [4389] = {.lex_state = 175}, - [4390] = {.lex_state = 175}, - [4391] = {.lex_state = 496}, + [4385] = {.lex_state = 513}, + [4386] = {.lex_state = 513}, + [4387] = {.lex_state = 187}, + [4388] = {.lex_state = 513}, + [4389] = {.lex_state = 513}, + [4390] = {.lex_state = 513}, + [4391] = {.lex_state = 513}, [4392] = {.lex_state = 187}, - [4393] = {.lex_state = 175}, - [4394] = {.lex_state = 187}, - [4395] = {.lex_state = 202}, - [4396] = {.lex_state = 508}, - [4397] = {.lex_state = 508}, - [4398] = {.lex_state = 187}, - [4399] = {.lex_state = 187}, - [4400] = {.lex_state = 582}, - [4401] = {.lex_state = 187}, - [4402] = {.lex_state = 508}, - [4403] = {.lex_state = 66}, - [4404] = {.lex_state = 66}, - [4405] = {.lex_state = 496}, - [4406] = {.lex_state = 496}, - [4407] = {.lex_state = 174}, - [4408] = {.lex_state = 187}, - [4409] = {.lex_state = 202}, - [4410] = {.lex_state = 187}, - [4411] = {.lex_state = 174}, - [4412] = {.lex_state = 125}, - [4413] = {.lex_state = 0}, - [4414] = {.lex_state = 214}, - [4415] = {.lex_state = 508}, - [4416] = {.lex_state = 513}, - [4417] = {.lex_state = 66}, - [4418] = {.lex_state = 66}, - [4419] = {.lex_state = 183}, - [4420] = {.lex_state = 227}, - [4421] = {.lex_state = 66}, - [4422] = {.lex_state = 214}, - [4423] = {.lex_state = 66}, - [4424] = {.lex_state = 66}, - [4425] = {.lex_state = 227}, - [4426] = {.lex_state = 227}, - [4427] = {.lex_state = 227}, - [4428] = {.lex_state = 66}, - [4429] = {.lex_state = 513}, - [4430] = {.lex_state = 214}, - [4431] = {.lex_state = 66}, - [4432] = {.lex_state = 183}, - [4433] = {.lex_state = 227}, - [4434] = {.lex_state = 66}, - [4435] = {.lex_state = 227}, - [4436] = {.lex_state = 227}, - [4437] = {.lex_state = 183}, - [4438] = {.lex_state = 66}, - [4439] = {.lex_state = 66}, - [4440] = {.lex_state = 66}, - [4441] = {.lex_state = 227}, - [4442] = {.lex_state = 66}, - [4443] = {.lex_state = 214}, - [4444] = {.lex_state = 493}, - [4445] = {.lex_state = 183}, - [4446] = {.lex_state = 66}, - [4447] = {.lex_state = 66}, - [4448] = {.lex_state = 66}, - [4449] = {.lex_state = 175}, - [4450] = {.lex_state = 175}, - [4451] = {.lex_state = 66}, - [4452] = {.lex_state = 493}, - [4453] = {.lex_state = 214}, - [4454] = {.lex_state = 227}, - [4455] = {.lex_state = 66}, - [4456] = {.lex_state = 125}, - [4457] = {.lex_state = 513}, - [4458] = {.lex_state = 183}, - [4459] = {.lex_state = 183}, - [4460] = {.lex_state = 227}, - [4461] = {.lex_state = 66}, - [4462] = {.lex_state = 493}, - [4463] = {.lex_state = 227}, - [4464] = {.lex_state = 582}, - [4465] = {.lex_state = 66}, - [4466] = {.lex_state = 66}, - [4467] = {.lex_state = 214}, - [4468] = {.lex_state = 190}, - [4469] = {.lex_state = 66}, - [4470] = {.lex_state = 175}, - [4471] = {.lex_state = 175}, - [4472] = {.lex_state = 66}, - [4473] = {.lex_state = 190}, - [4474] = {.lex_state = 66}, - [4475] = {.lex_state = 66}, - [4476] = {.lex_state = 66}, - [4477] = {.lex_state = 214}, - [4478] = {.lex_state = 66}, - [4479] = {.lex_state = 66}, - [4480] = {.lex_state = 66}, - [4481] = {.lex_state = 508}, - [4482] = {.lex_state = 214}, - [4483] = {.lex_state = 66}, - [4484] = {.lex_state = 508}, - [4485] = {.lex_state = 508}, - [4486] = {.lex_state = 183}, - [4487] = {.lex_state = 508}, - [4488] = {.lex_state = 508}, - [4489] = {.lex_state = 508}, - [4490] = {.lex_state = 66}, - [4491] = {.lex_state = 508}, - [4492] = {.lex_state = 175}, - [4493] = {.lex_state = 508}, - [4494] = {.lex_state = 513}, + [4393] = {.lex_state = 513}, + [4394] = {.lex_state = 202}, + [4395] = {.lex_state = 513}, + [4396] = {.lex_state = 187}, + [4397] = {.lex_state = 65}, + [4398] = {.lex_state = 175}, + [4399] = {.lex_state = 65}, + [4400] = {.lex_state = 513}, + [4401] = {.lex_state = 65}, + [4402] = {.lex_state = 513}, + [4403] = {.lex_state = 513}, + [4404] = {.lex_state = 513}, + [4405] = {.lex_state = 187}, + [4406] = {.lex_state = 493}, + [4407] = {.lex_state = 582}, + [4408] = {.lex_state = 513}, + [4409] = {.lex_state = 65}, + [4410] = {.lex_state = 65}, + [4411] = {.lex_state = 187}, + [4412] = {.lex_state = 513}, + [4413] = {.lex_state = 175}, + [4414] = {.lex_state = 205}, + [4415] = {.lex_state = 513}, + [4416] = {.lex_state = 187}, + [4417] = {.lex_state = 174}, + [4418] = {.lex_state = 182}, + [4419] = {.lex_state = 187}, + [4420] = {.lex_state = 493}, + [4421] = {.lex_state = 187}, + [4422] = {.lex_state = 496}, + [4423] = {.lex_state = 187}, + [4424] = {.lex_state = 187}, + [4425] = {.lex_state = 65}, + [4426] = {.lex_state = 125}, + [4427] = {.lex_state = 65}, + [4428] = {.lex_state = 187}, + [4429] = {.lex_state = 65}, + [4430] = {.lex_state = 187}, + [4431] = {.lex_state = 493}, + [4432] = {.lex_state = 125}, + [4433] = {.lex_state = 513}, + [4434] = {.lex_state = 202}, + [4435] = {.lex_state = 508}, + [4436] = {.lex_state = 496}, + [4437] = {.lex_state = 202}, + [4438] = {.lex_state = 508}, + [4439] = {.lex_state = 174}, + [4440] = {.lex_state = 513}, + [4441] = {.lex_state = 508}, + [4442] = {.lex_state = 65}, + [4443] = {.lex_state = 508}, + [4444] = {.lex_state = 496}, + [4445] = {.lex_state = 508}, + [4446] = {.lex_state = 174}, + [4447] = {.lex_state = 508}, + [4448] = {.lex_state = 187}, + [4449] = {.lex_state = 496}, + [4450] = {.lex_state = 187}, + [4451] = {.lex_state = 202}, + [4452] = {.lex_state = 65}, + [4453] = {.lex_state = 508}, + [4454] = {.lex_state = 65}, + [4455] = {.lex_state = 508}, + [4456] = {.lex_state = 190}, + [4457] = {.lex_state = 227}, + [4458] = {.lex_state = 65}, + [4459] = {.lex_state = 65}, + [4460] = {.lex_state = 513}, + [4461] = {.lex_state = 183}, + [4462] = {.lex_state = 183}, + [4463] = {.lex_state = 508}, + [4464] = {.lex_state = 227}, + [4465] = {.lex_state = 65}, + [4466] = {.lex_state = 508}, + [4467] = {.lex_state = 508}, + [4468] = {.lex_state = 508}, + [4469] = {.lex_state = 513}, + [4470] = {.lex_state = 227}, + [4471] = {.lex_state = 493}, + [4472] = {.lex_state = 508}, + [4473] = {.lex_state = 508}, + [4474] = {.lex_state = 183}, + [4475] = {.lex_state = 513}, + [4476] = {.lex_state = 513}, + [4477] = {.lex_state = 183}, + [4478] = {.lex_state = 508}, + [4479] = {.lex_state = 493}, + [4480] = {.lex_state = 175}, + [4481] = {.lex_state = 493}, + [4482] = {.lex_state = 183}, + [4483] = {.lex_state = 513}, + [4484] = {.lex_state = 65}, + [4485] = {.lex_state = 65}, + [4486] = {.lex_state = 65}, + [4487] = {.lex_state = 513}, + [4488] = {.lex_state = 65}, + [4489] = {.lex_state = 190}, + [4490] = {.lex_state = 513}, + [4491] = {.lex_state = 513}, + [4492] = {.lex_state = 513}, + [4493] = {.lex_state = 65}, + [4494] = {.lex_state = 65}, [4495] = {.lex_state = 508}, - [4496] = {.lex_state = 183}, + [4496] = {.lex_state = 175}, [4497] = {.lex_state = 508}, - [4498] = {.lex_state = 227}, - [4499] = {.lex_state = 66}, - [4500] = {.lex_state = 227}, - [4501] = {.lex_state = 66}, - [4502] = {.lex_state = 66}, - [4503] = {.lex_state = 66}, - [4504] = {.lex_state = 508}, - [4505] = {.lex_state = 190}, - [4506] = {.lex_state = 66}, - [4507] = {.lex_state = 205}, - [4508] = {.lex_state = 508}, - [4509] = {.lex_state = 508}, - [4510] = {.lex_state = 214}, - [4511] = {.lex_state = 66}, + [4498] = {.lex_state = 513}, + [4499] = {.lex_state = 227}, + [4500] = {.lex_state = 65}, + [4501] = {.lex_state = 65}, + [4502] = {.lex_state = 65}, + [4503] = {.lex_state = 65}, + [4504] = {.lex_state = 65}, + [4505] = {.lex_state = 183}, + [4506] = {.lex_state = 513}, + [4507] = {.lex_state = 65}, + [4508] = {.lex_state = 227}, + [4509] = {.lex_state = 227}, + [4510] = {.lex_state = 227}, + [4511] = {.lex_state = 65}, [4512] = {.lex_state = 227}, - [4513] = {.lex_state = 66}, - [4514] = {.lex_state = 183}, - [4515] = {.lex_state = 66}, - [4516] = {.lex_state = 66}, - [4517] = {.lex_state = 214}, - [4518] = {.lex_state = 66}, - [4519] = {.lex_state = 66}, - [4520] = {.lex_state = 513}, - [4521] = {.lex_state = 493}, - [4522] = {.lex_state = 493}, + [4513] = {.lex_state = 65}, + [4514] = {.lex_state = 65}, + [4515] = {.lex_state = 227}, + [4516] = {.lex_state = 65}, + [4517] = {.lex_state = 513}, + [4518] = {.lex_state = 65}, + [4519] = {.lex_state = 513}, + [4520] = {.lex_state = 175}, + [4521] = {.lex_state = 508}, + [4522] = {.lex_state = 227}, [4523] = {.lex_state = 508}, - [4524] = {.lex_state = 190}, - [4525] = {.lex_state = 66}, - [4526] = {.lex_state = 66}, - [4527] = {.lex_state = 214}, - [4528] = {.lex_state = 183}, - [4529] = {.lex_state = 513}, - [4530] = {.lex_state = 66}, - [4531] = {.lex_state = 227}, - [4532] = {.lex_state = 66}, - [4533] = {.lex_state = 183}, - [4534] = {.lex_state = 66}, - [4535] = {.lex_state = 183}, - [4536] = {.lex_state = 174}, - [4537] = {.lex_state = 227}, - [4538] = {.lex_state = 66}, - [4539] = {.lex_state = 66}, - [4540] = {.lex_state = 214}, - [4541] = {.lex_state = 227}, - [4542] = {.lex_state = 190}, - [4543] = {.lex_state = 190}, - [4544] = {.lex_state = 183}, + [4524] = {.lex_state = 65}, + [4525] = {.lex_state = 513}, + [4526] = {.lex_state = 227}, + [4527] = {.lex_state = 493}, + [4528] = {.lex_state = 508}, + [4529] = {.lex_state = 27}, + [4530] = {.lex_state = 513}, + [4531] = {.lex_state = 183}, + [4532] = {.lex_state = 493}, + [4533] = {.lex_state = 508}, + [4534] = {.lex_state = 175}, + [4535] = {.lex_state = 205}, + [4536] = {.lex_state = 190}, + [4537] = {.lex_state = 175}, + [4538] = {.lex_state = 508}, + [4539] = {.lex_state = 227}, + [4540] = {.lex_state = 508}, + [4541] = {.lex_state = 508}, + [4542] = {.lex_state = 227}, + [4543] = {.lex_state = 513}, + [4544] = {.lex_state = 508}, [4545] = {.lex_state = 508}, - [4546] = {.lex_state = 214}, - [4547] = {.lex_state = 66}, - [4548] = {.lex_state = 214}, + [4546] = {.lex_state = 60}, + [4547] = {.lex_state = 508}, + [4548] = {.lex_state = 183}, [4549] = {.lex_state = 183}, - [4550] = {.lex_state = 508}, - [4551] = {.lex_state = 183}, - [4552] = {.lex_state = 214}, - [4553] = {.lex_state = 513}, - [4554] = {.lex_state = 183}, - [4555] = {.lex_state = 214}, - [4556] = {.lex_state = 508}, - [4557] = {.lex_state = 183}, - [4558] = {.lex_state = 214}, - [4559] = {.lex_state = 183}, - [4560] = {.lex_state = 183}, - [4561] = {.lex_state = 183}, - [4562] = {.lex_state = 66}, + [4550] = {.lex_state = 183}, + [4551] = {.lex_state = 513}, + [4552] = {.lex_state = 65}, + [4553] = {.lex_state = 508}, + [4554] = {.lex_state = 65}, + [4555] = {.lex_state = 190}, + [4556] = {.lex_state = 513}, + [4557] = {.lex_state = 27}, + [4558] = {.lex_state = 508}, + [4559] = {.lex_state = 65}, + [4560] = {.lex_state = 227}, + [4561] = {.lex_state = 513}, + [4562] = {.lex_state = 508}, [4563] = {.lex_state = 508}, - [4564] = {.lex_state = 508}, - [4565] = {.lex_state = 1857}, + [4564] = {.lex_state = 183}, + [4565] = {.lex_state = 513}, [4566] = {.lex_state = 513}, [4567] = {.lex_state = 513}, [4568] = {.lex_state = 513}, - [4569] = {.lex_state = 183}, - [4570] = {.lex_state = 513}, - [4571] = {.lex_state = 227}, - [4572] = {.lex_state = 513}, - [4573] = {.lex_state = 513}, - [4574] = {.lex_state = 190}, + [4569] = {.lex_state = 227}, + [4570] = {.lex_state = 175}, + [4571] = {.lex_state = 65}, + [4572] = {.lex_state = 190}, + [4573] = {.lex_state = 508}, + [4574] = {.lex_state = 508}, [4575] = {.lex_state = 513}, - [4576] = {.lex_state = 513}, - [4577] = {.lex_state = 227}, - [4578] = {.lex_state = 513}, - [4579] = {.lex_state = 513}, - [4580] = {.lex_state = 214}, + [4576] = {.lex_state = 65}, + [4577] = {.lex_state = 513}, + [4578] = {.lex_state = 508}, + [4579] = {.lex_state = 65}, + [4580] = {.lex_state = 513}, [4581] = {.lex_state = 513}, [4582] = {.lex_state = 513}, - [4583] = {.lex_state = 513}, - [4584] = {.lex_state = 513}, - [4585] = {.lex_state = 513}, - [4586] = {.lex_state = 60}, - [4587] = {.lex_state = 175}, - [4588] = {.lex_state = 513}, - [4589] = {.lex_state = 513}, + [4583] = {.lex_state = 508}, + [4584] = {.lex_state = 190}, + [4585] = {.lex_state = 190}, + [4586] = {.lex_state = 65}, + [4587] = {.lex_state = 508}, + [4588] = {.lex_state = 508}, + [4589] = {.lex_state = 508}, [4590] = {.lex_state = 508}, [4591] = {.lex_state = 508}, - [4592] = {.lex_state = 513}, + [4592] = {.lex_state = 508}, [4593] = {.lex_state = 508}, - [4594] = {.lex_state = 508}, - [4595] = {.lex_state = 508}, - [4596] = {.lex_state = 508}, - [4597] = {.lex_state = 508}, - [4598] = {.lex_state = 513}, - [4599] = {.lex_state = 513}, - [4600] = {.lex_state = 493}, - [4601] = {.lex_state = 190}, + [4594] = {.lex_state = 190}, + [4595] = {.lex_state = 513}, + [4596] = {.lex_state = 60}, + [4597] = {.lex_state = 513}, + [4598] = {.lex_state = 508}, + [4599] = {.lex_state = 65}, + [4600] = {.lex_state = 65}, + [4601] = {.lex_state = 508}, [4602] = {.lex_state = 513}, - [4603] = {.lex_state = 513}, - [4604] = {.lex_state = 513}, - [4605] = {.lex_state = 513}, - [4606] = {.lex_state = 183}, - [4607] = {.lex_state = 513}, - [4608] = {.lex_state = 227}, - [4609] = {.lex_state = 513}, - [4610] = {.lex_state = 513}, - [4611] = {.lex_state = 513}, - [4612] = {.lex_state = 513}, - [4613] = {.lex_state = 513}, - [4614] = {.lex_state = 513}, - [4615] = {.lex_state = 508}, - [4616] = {.lex_state = 190}, - [4617] = {.lex_state = 227}, + [4603] = {.lex_state = 190}, + [4604] = {.lex_state = 508}, + [4605] = {.lex_state = 508}, + [4606] = {.lex_state = 174}, + [4607] = {.lex_state = 65}, + [4608] = {.lex_state = 513}, + [4609] = {.lex_state = 190}, + [4610] = {.lex_state = 508}, + [4611] = {.lex_state = 190}, + [4612] = {.lex_state = 65}, + [4613] = {.lex_state = 508}, + [4614] = {.lex_state = 1859}, + [4615] = {.lex_state = 513}, + [4616] = {.lex_state = 508}, + [4617] = {.lex_state = 508}, [4618] = {.lex_state = 513}, - [4619] = {.lex_state = 174}, - [4620] = {.lex_state = 205}, - [4621] = {.lex_state = 513}, - [4622] = {.lex_state = 513}, - [4623] = {.lex_state = 214}, - [4624] = {.lex_state = 513}, - [4625] = {.lex_state = 513}, - [4626] = {.lex_state = 190}, - [4627] = {.lex_state = 513}, - [4628] = {.lex_state = 508}, - [4629] = {.lex_state = 190}, - [4630] = {.lex_state = 508}, - [4631] = {.lex_state = 513}, + [4619] = {.lex_state = 508}, + [4620] = {.lex_state = 508}, + [4621] = {.lex_state = 190}, + [4622] = {.lex_state = 508}, + [4623] = {.lex_state = 508}, + [4624] = {.lex_state = 508}, + [4625] = {.lex_state = 508}, + [4626] = {.lex_state = 508}, + [4627] = {.lex_state = 493}, + [4628] = {.lex_state = 174}, + [4629] = {.lex_state = 183}, + [4630] = {.lex_state = 513}, + [4631] = {.lex_state = 227}, [4632] = {.lex_state = 508}, - [4633] = {.lex_state = 66}, - [4634] = {.lex_state = 190}, - [4635] = {.lex_state = 508}, - [4636] = {.lex_state = 513}, - [4637] = {.lex_state = 513}, - [4638] = {.lex_state = 508}, - [4639] = {.lex_state = 508}, - [4640] = {.lex_state = 508}, - [4641] = {.lex_state = 513}, - [4642] = {.lex_state = 513}, - [4643] = {.lex_state = 27}, - [4644] = {.lex_state = 493}, - [4645] = {.lex_state = 190}, - [4646] = {.lex_state = 493}, + [4633] = {.lex_state = 190}, + [4634] = {.lex_state = 508}, + [4635] = {.lex_state = 227}, + [4636] = {.lex_state = 65}, + [4637] = {.lex_state = 227}, + [4638] = {.lex_state = 513}, + [4639] = {.lex_state = 183}, + [4640] = {.lex_state = 513}, + [4641] = {.lex_state = 65}, + [4642] = {.lex_state = 508}, + [4643] = {.lex_state = 205}, + [4644] = {.lex_state = 508}, + [4645] = {.lex_state = 508}, + [4646] = {.lex_state = 508}, [4647] = {.lex_state = 508}, - [4648] = {.lex_state = 513}, + [4648] = {.lex_state = 508}, [4649] = {.lex_state = 508}, - [4650] = {.lex_state = 508}, - [4651] = {.lex_state = 227}, - [4652] = {.lex_state = 508}, - [4653] = {.lex_state = 513}, - [4654] = {.lex_state = 190}, - [4655] = {.lex_state = 190}, - [4656] = {.lex_state = 60}, - [4657] = {.lex_state = 508}, - [4658] = {.lex_state = 27}, - [4659] = {.lex_state = 508}, - [4660] = {.lex_state = 508}, - [4661] = {.lex_state = 508}, - [4662] = {.lex_state = 508}, + [4650] = {.lex_state = 125}, + [4651] = {.lex_state = 183}, + [4652] = {.lex_state = 190}, + [4653] = {.lex_state = 227}, + [4654] = {.lex_state = 513}, + [4655] = {.lex_state = 508}, + [4656] = {.lex_state = 65}, + [4657] = {.lex_state = 183}, + [4658] = {.lex_state = 183}, + [4659] = {.lex_state = 190}, + [4660] = {.lex_state = 493}, + [4661] = {.lex_state = 513}, + [4662] = {.lex_state = 65}, [4663] = {.lex_state = 508}, - [4664] = {.lex_state = 508}, - [4665] = {.lex_state = 508}, - [4666] = {.lex_state = 508}, + [4664] = {.lex_state = 65}, + [4665] = {.lex_state = 183}, + [4666] = {.lex_state = 65}, [4667] = {.lex_state = 508}, - [4668] = {.lex_state = 508}, - [4669] = {.lex_state = 190}, - [4670] = {.lex_state = 190}, - [4671] = {.lex_state = 508}, + [4668] = {.lex_state = 190}, + [4669] = {.lex_state = 65}, + [4670] = {.lex_state = 508}, + [4671] = {.lex_state = 582}, [4672] = {.lex_state = 508}, - [4673] = {.lex_state = 493}, - [4674] = {.lex_state = 190}, - [4675] = {.lex_state = 190}, - [4676] = {.lex_state = 227}, - [4677] = {.lex_state = 27}, - [4678] = {.lex_state = 493}, - [4679] = {.lex_state = 508}, - [4680] = {.lex_state = 60}, + [4673] = {.lex_state = 508}, + [4674] = {.lex_state = 227}, + [4675] = {.lex_state = 508}, + [4676] = {.lex_state = 508}, + [4677] = {.lex_state = 508}, + [4678] = {.lex_state = 508}, + [4679] = {.lex_state = 227}, + [4680] = {.lex_state = 175}, [4681] = {.lex_state = 508}, - [4682] = {.lex_state = 508}, + [4682] = {.lex_state = 175}, [4683] = {.lex_state = 508}, - [4684] = {.lex_state = 0}, + [4684] = {.lex_state = 508}, [4685] = {.lex_state = 508}, [4686] = {.lex_state = 508}, [4687] = {.lex_state = 508}, [4688] = {.lex_state = 508}, [4689] = {.lex_state = 508}, - [4690] = {.lex_state = 513}, - [4691] = {.lex_state = 508}, - [4692] = {.lex_state = 508}, - [4693] = {.lex_state = 508}, - [4694] = {.lex_state = 508}, - [4695] = {.lex_state = 508}, - [4696] = {.lex_state = 183}, - [4697] = {.lex_state = 513}, - [4698] = {.lex_state = 508}, - [4699] = {.lex_state = 513}, - [4700] = {.lex_state = 513}, - [4701] = {.lex_state = 227}, - [4702] = {.lex_state = 508}, + [4690] = {.lex_state = 508}, + [4691] = {.lex_state = 65}, + [4692] = {.lex_state = 65}, + [4693] = {.lex_state = 65}, + [4694] = {.lex_state = 65}, + [4695] = {.lex_state = 65}, + [4696] = {.lex_state = 65}, + [4697] = {.lex_state = 60}, + [4698] = {.lex_state = 65}, + [4699] = {.lex_state = 190}, + [4700] = {.lex_state = 508}, + [4701] = {.lex_state = 65}, + [4702] = {.lex_state = 65}, [4703] = {.lex_state = 508}, - [4704] = {.lex_state = 508}, - [4705] = {.lex_state = 508}, - [4706] = {.lex_state = 508}, - [4707] = {.lex_state = 508}, - [4708] = {.lex_state = 508}, - [4709] = {.lex_state = 508}, - [4710] = {.lex_state = 175}, + [4704] = {.lex_state = 65}, + [4705] = {.lex_state = 65}, + [4706] = {.lex_state = 190}, + [4707] = {.lex_state = 183}, + [4708] = {.lex_state = 65}, + [4709] = {.lex_state = 65}, + [4710] = {.lex_state = 65}, [4711] = {.lex_state = 508}, [4712] = {.lex_state = 508}, - [4713] = {.lex_state = 508}, + [4713] = {.lex_state = 0}, [4714] = {.lex_state = 508}, - [4715] = {.lex_state = 508}, - [4716] = {.lex_state = 190}, - [4717] = {.lex_state = 508}, - [4718] = {.lex_state = 508}, - [4719] = {.lex_state = 508}, - [4720] = {.lex_state = 214}, - [4721] = {.lex_state = 508}, - [4722] = {.lex_state = 508}, - [4723] = {.lex_state = 508}, + [4715] = {.lex_state = 65}, + [4716] = {.lex_state = 508}, + [4717] = {.lex_state = 190}, + [4718] = {.lex_state = 227}, + [4719] = {.lex_state = 190}, + [4720] = {.lex_state = 65}, + [4721] = {.lex_state = 227}, + [4722] = {.lex_state = 183}, + [4723] = {.lex_state = 493}, [4724] = {.lex_state = 508}, - [4725] = {.lex_state = 508}, - [4726] = {.lex_state = 508}, + [4725] = {.lex_state = 513}, + [4726] = {.lex_state = 513}, [4727] = {.lex_state = 508}, - [4728] = {.lex_state = 508}, - [4729] = {.lex_state = 508}, + [4728] = {.lex_state = 513}, + [4729] = {.lex_state = 513}, [4730] = {.lex_state = 508}, [4731] = {.lex_state = 508}, [4732] = {.lex_state = 508}, @@ -69806,42 +69914,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4735] = {.lex_state = 508}, [4736] = {.lex_state = 508}, [4737] = {.lex_state = 508}, - [4738] = {.lex_state = 27}, + [4738] = {.lex_state = 508}, [4739] = {.lex_state = 508}, [4740] = {.lex_state = 508}, - [4741] = {.lex_state = 508}, + [4741] = {.lex_state = 227}, [4742] = {.lex_state = 508}, [4743] = {.lex_state = 508}, [4744] = {.lex_state = 508}, - [4745] = {.lex_state = 508}, - [4746] = {.lex_state = 66}, - [4747] = {.lex_state = 508}, - [4748] = {.lex_state = 508}, - [4749] = {.lex_state = 508}, + [4745] = {.lex_state = 513}, + [4746] = {.lex_state = 508}, + [4747] = {.lex_state = 513}, + [4748] = {.lex_state = 190}, + [4749] = {.lex_state = 27}, [4750] = {.lex_state = 508}, [4751] = {.lex_state = 508}, [4752] = {.lex_state = 508}, [4753] = {.lex_state = 508}, [4754] = {.lex_state = 508}, - [4755] = {.lex_state = 66}, + [4755] = {.lex_state = 508}, [4756] = {.lex_state = 508}, [4757] = {.lex_state = 508}, - [4758] = {.lex_state = 66}, - [4759] = {.lex_state = 513}, - [4760] = {.lex_state = 66}, - [4761] = {.lex_state = 227}, + [4758] = {.lex_state = 508}, + [4759] = {.lex_state = 508}, + [4760] = {.lex_state = 508}, + [4761] = {.lex_state = 508}, [4762] = {.lex_state = 508}, [4763] = {.lex_state = 508}, [4764] = {.lex_state = 508}, [4765] = {.lex_state = 508}, [4766] = {.lex_state = 508}, - [4767] = {.lex_state = 508}, - [4768] = {.lex_state = 175}, + [4767] = {.lex_state = 190}, + [4768] = {.lex_state = 508}, [4769] = {.lex_state = 508}, [4770] = {.lex_state = 508}, [4771] = {.lex_state = 508}, [4772] = {.lex_state = 508}, - [4773] = {.lex_state = 214}, + [4773] = {.lex_state = 508}, [4774] = {.lex_state = 508}, [4775] = {.lex_state = 508}, [4776] = {.lex_state = 508}, @@ -69851,66 +69959,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4780] = {.lex_state = 508}, [4781] = {.lex_state = 508}, [4782] = {.lex_state = 508}, - [4783] = {.lex_state = 214}, + [4783] = {.lex_state = 508}, [4784] = {.lex_state = 508}, [4785] = {.lex_state = 508}, - [4786] = {.lex_state = 508}, - [4787] = {.lex_state = 508}, - [4788] = {.lex_state = 508}, - [4789] = {.lex_state = 508}, - [4790] = {.lex_state = 227}, + [4786] = {.lex_state = 513}, + [4787] = {.lex_state = 513}, + [4788] = {.lex_state = 513}, + [4789] = {.lex_state = 190}, + [4790] = {.lex_state = 508}, [4791] = {.lex_state = 190}, [4792] = {.lex_state = 508}, [4793] = {.lex_state = 508}, [4794] = {.lex_state = 508}, [4795] = {.lex_state = 508}, - [4796] = {.lex_state = 508}, - [4797] = {.lex_state = 508}, + [4796] = {.lex_state = 513}, + [4797] = {.lex_state = 190}, [4798] = {.lex_state = 508}, [4799] = {.lex_state = 508}, [4800] = {.lex_state = 508}, - [4801] = {.lex_state = 508}, + [4801] = {.lex_state = 183}, [4802] = {.lex_state = 508}, - [4803] = {.lex_state = 508}, - [4804] = {.lex_state = 227}, - [4805] = {.lex_state = 190}, + [4803] = {.lex_state = 493}, + [4804] = {.lex_state = 508}, + [4805] = {.lex_state = 508}, [4806] = {.lex_state = 508}, - [4807] = {.lex_state = 183}, - [4808] = {.lex_state = 190}, - [4809] = {.lex_state = 508}, + [4807] = {.lex_state = 508}, + [4808] = {.lex_state = 227}, + [4809] = {.lex_state = 513}, [4810] = {.lex_state = 508}, [4811] = {.lex_state = 508}, [4812] = {.lex_state = 508}, [4813] = {.lex_state = 508}, [4814] = {.lex_state = 508}, - [4815] = {.lex_state = 508}, + [4815] = {.lex_state = 190}, [4816] = {.lex_state = 508}, [4817] = {.lex_state = 508}, - [4818] = {.lex_state = 508}, - [4819] = {.lex_state = 508}, + [4818] = {.lex_state = 227}, + [4819] = {.lex_state = 513}, [4820] = {.lex_state = 508}, - [4821] = {.lex_state = 508}, - [4822] = {.lex_state = 508}, + [4821] = {.lex_state = 183}, + [4822] = {.lex_state = 190}, [4823] = {.lex_state = 508}, [4824] = {.lex_state = 508}, [4825] = {.lex_state = 508}, - [4826] = {.lex_state = 508}, - [4827] = {.lex_state = 508}, - [4828] = {.lex_state = 190}, - [4829] = {.lex_state = 190}, + [4826] = {.lex_state = 513}, + [4827] = {.lex_state = 183}, + [4828] = {.lex_state = 508}, + [4829] = {.lex_state = 27}, [4830] = {.lex_state = 190}, - [4831] = {.lex_state = 190}, - [4832] = {.lex_state = 190}, - [4833] = {.lex_state = 493}, + [4831] = {.lex_state = 508}, + [4832] = {.lex_state = 508}, + [4833] = {.lex_state = 508}, [4834] = {.lex_state = 508}, [4835] = {.lex_state = 508}, [4836] = {.lex_state = 508}, [4837] = {.lex_state = 508}, - [4838] = {.lex_state = 508}, - [4839] = {.lex_state = 190}, - [4840] = {.lex_state = 190}, - [4841] = {.lex_state = 508}, - [4842] = {.lex_state = 508}, + [4838] = {.lex_state = 183}, + [4839] = {.lex_state = 508}, + [4840] = {.lex_state = 508}, + [4841] = {.lex_state = 190}, + [4842] = {.lex_state = 513}, [4843] = {.lex_state = 508}, [4844] = {.lex_state = 508}, [4845] = {.lex_state = 508}, @@ -69919,1251 +70027,1293 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4848] = {.lex_state = 508}, [4849] = {.lex_state = 508}, [4850] = {.lex_state = 508}, - [4851] = {.lex_state = 66}, - [4852] = {.lex_state = 0}, - [4853] = {.lex_state = 508}, - [4854] = {.lex_state = 508}, - [4855] = {.lex_state = 508}, - [4856] = {.lex_state = 60}, - [4857] = {.lex_state = 66}, - [4858] = {.lex_state = 60}, - [4859] = {.lex_state = 60}, - [4860] = {.lex_state = 0}, - [4861] = {.lex_state = 0}, - [4862] = {.lex_state = 66}, + [4851] = {.lex_state = 513}, + [4852] = {.lex_state = 227}, + [4853] = {.lex_state = 513}, + [4854] = {.lex_state = 493}, + [4855] = {.lex_state = 183}, + [4856] = {.lex_state = 190}, + [4857] = {.lex_state = 513}, + [4858] = {.lex_state = 493}, + [4859] = {.lex_state = 508}, + [4860] = {.lex_state = 508}, + [4861] = {.lex_state = 508}, + [4862] = {.lex_state = 508}, [4863] = {.lex_state = 508}, - [4864] = {.lex_state = 493}, + [4864] = {.lex_state = 508}, [4865] = {.lex_state = 508}, [4866] = {.lex_state = 508}, - [4867] = {.lex_state = 66}, + [4867] = {.lex_state = 508}, [4868] = {.lex_state = 508}, - [4869] = {.lex_state = 0}, + [4869] = {.lex_state = 508}, [4870] = {.lex_state = 508}, - [4871] = {.lex_state = 508}, - [4872] = {.lex_state = 508}, - [4873] = {.lex_state = 508}, - [4874] = {.lex_state = 125}, + [4871] = {.lex_state = 186}, + [4872] = {.lex_state = 0}, + [4873] = {.lex_state = 0}, + [4874] = {.lex_state = 65}, [4875] = {.lex_state = 508}, [4876] = {.lex_state = 508}, [4877] = {.lex_state = 508}, [4878] = {.lex_state = 0}, - [4879] = {.lex_state = 0}, - [4880] = {.lex_state = 186}, + [4879] = {.lex_state = 508}, + [4880] = {.lex_state = 214}, [4881] = {.lex_state = 508}, - [4882] = {.lex_state = 508}, - [4883] = {.lex_state = 508}, - [4884] = {.lex_state = 186}, - [4885] = {.lex_state = 508}, - [4886] = {.lex_state = 0}, + [4882] = {.lex_state = 65}, + [4883] = {.lex_state = 0}, + [4884] = {.lex_state = 0}, + [4885] = {.lex_state = 0}, + [4886] = {.lex_state = 186}, [4887] = {.lex_state = 508}, - [4888] = {.lex_state = 0}, - [4889] = {.lex_state = 508}, + [4888] = {.lex_state = 508}, + [4889] = {.lex_state = 186}, [4890] = {.lex_state = 508}, - [4891] = {.lex_state = 493}, - [4892] = {.lex_state = 508}, - [4893] = {.lex_state = 508}, - [4894] = {.lex_state = 186}, - [4895] = {.lex_state = 508}, - [4896] = {.lex_state = 508}, - [4897] = {.lex_state = 66}, + [4891] = {.lex_state = 0}, + [4892] = {.lex_state = 186}, + [4893] = {.lex_state = 186}, + [4894] = {.lex_state = 0}, + [4895] = {.lex_state = 65}, + [4896] = {.lex_state = 214}, + [4897] = {.lex_state = 0}, [4898] = {.lex_state = 508}, [4899] = {.lex_state = 508}, - [4900] = {.lex_state = 508}, + [4900] = {.lex_state = 194}, [4901] = {.lex_state = 508}, - [4902] = {.lex_state = 66}, + [4902] = {.lex_state = 508}, [4903] = {.lex_state = 508}, - [4904] = {.lex_state = 508}, + [4904] = {.lex_state = 186}, [4905] = {.lex_state = 508}, [4906] = {.lex_state = 508}, - [4907] = {.lex_state = 186}, + [4907] = {.lex_state = 194}, [4908] = {.lex_state = 508}, [4909] = {.lex_state = 508}, - [4910] = {.lex_state = 0}, - [4911] = {.lex_state = 508}, - [4912] = {.lex_state = 0}, - [4913] = {.lex_state = 508}, + [4910] = {.lex_state = 508}, + [4911] = {.lex_state = 0}, + [4912] = {.lex_state = 60}, + [4913] = {.lex_state = 493}, [4914] = {.lex_state = 508}, - [4915] = {.lex_state = 508}, - [4916] = {.lex_state = 493}, + [4915] = {.lex_state = 0}, + [4916] = {.lex_state = 508}, [4917] = {.lex_state = 508}, [4918] = {.lex_state = 508}, - [4919] = {.lex_state = 187}, - [4920] = {.lex_state = 194}, - [4921] = {.lex_state = 186}, - [4922] = {.lex_state = 194}, + [4919] = {.lex_state = 508}, + [4920] = {.lex_state = 493}, + [4921] = {.lex_state = 493}, + [4922] = {.lex_state = 508}, [4923] = {.lex_state = 508}, - [4924] = {.lex_state = 0}, - [4925] = {.lex_state = 508}, - [4926] = {.lex_state = 508}, - [4927] = {.lex_state = 0}, + [4924] = {.lex_state = 214}, + [4925] = {.lex_state = 0}, + [4926] = {.lex_state = 187}, + [4927] = {.lex_state = 65}, [4928] = {.lex_state = 508}, - [4929] = {.lex_state = 0}, + [4929] = {.lex_state = 508}, [4930] = {.lex_state = 508}, - [4931] = {.lex_state = 508}, - [4932] = {.lex_state = 508}, - [4933] = {.lex_state = 508}, - [4934] = {.lex_state = 1851}, - [4935] = {.lex_state = 0}, - [4936] = {.lex_state = 508}, - [4937] = {.lex_state = 508}, - [4938] = {.lex_state = 508}, + [4931] = {.lex_state = 60}, + [4932] = {.lex_state = 214}, + [4933] = {.lex_state = 65}, + [4934] = {.lex_state = 186}, + [4935] = {.lex_state = 508}, + [4936] = {.lex_state = 186}, + [4937] = {.lex_state = 186}, + [4938] = {.lex_state = 186}, [4939] = {.lex_state = 508}, [4940] = {.lex_state = 508}, - [4941] = {.lex_state = 0}, + [4941] = {.lex_state = 60}, [4942] = {.lex_state = 508}, [4943] = {.lex_state = 508}, [4944] = {.lex_state = 508}, - [4945] = {.lex_state = 508}, - [4946] = {.lex_state = 508}, - [4947] = {.lex_state = 508}, - [4948] = {.lex_state = 508}, - [4949] = {.lex_state = 508}, + [4945] = {.lex_state = 186}, + [4946] = {.lex_state = 1859}, + [4947] = {.lex_state = 65}, + [4948] = {.lex_state = 214}, + [4949] = {.lex_state = 186}, [4950] = {.lex_state = 508}, [4951] = {.lex_state = 508}, - [4952] = {.lex_state = 508}, - [4953] = {.lex_state = 0}, + [4952] = {.lex_state = 186}, + [4953] = {.lex_state = 60}, [4954] = {.lex_state = 508}, - [4955] = {.lex_state = 508}, - [4956] = {.lex_state = 508}, - [4957] = {.lex_state = 508}, - [4958] = {.lex_state = 508}, - [4959] = {.lex_state = 508}, - [4960] = {.lex_state = 508}, - [4961] = {.lex_state = 493}, + [4955] = {.lex_state = 0}, + [4956] = {.lex_state = 0}, + [4957] = {.lex_state = 0}, + [4958] = {.lex_state = 60}, + [4959] = {.lex_state = 0}, + [4960] = {.lex_state = 0}, + [4961] = {.lex_state = 508}, [4962] = {.lex_state = 508}, - [4963] = {.lex_state = 508}, - [4964] = {.lex_state = 508}, - [4965] = {.lex_state = 186}, - [4966] = {.lex_state = 508}, - [4967] = {.lex_state = 508}, - [4968] = {.lex_state = 60}, - [4969] = {.lex_state = 493}, - [4970] = {.lex_state = 508}, - [4971] = {.lex_state = 60}, - [4972] = {.lex_state = 60}, - [4973] = {.lex_state = 60}, + [4963] = {.lex_state = 214}, + [4964] = {.lex_state = 60}, + [4965] = {.lex_state = 0}, + [4966] = {.lex_state = 0}, + [4967] = {.lex_state = 1853}, + [4968] = {.lex_state = 0}, + [4969] = {.lex_state = 65}, + [4970] = {.lex_state = 0}, + [4971] = {.lex_state = 186}, + [4972] = {.lex_state = 0}, + [4973] = {.lex_state = 186}, [4974] = {.lex_state = 508}, [4975] = {.lex_state = 508}, - [4976] = {.lex_state = 508}, - [4977] = {.lex_state = 508}, - [4978] = {.lex_state = 508}, - [4979] = {.lex_state = 0}, + [4976] = {.lex_state = 0}, + [4977] = {.lex_state = 0}, + [4978] = {.lex_state = 214}, + [4979] = {.lex_state = 65}, [4980] = {.lex_state = 0}, - [4981] = {.lex_state = 0}, - [4982] = {.lex_state = 508}, - [4983] = {.lex_state = 66}, + [4981] = {.lex_state = 508}, + [4982] = {.lex_state = 0}, + [4983] = {.lex_state = 508}, [4984] = {.lex_state = 508}, - [4985] = {.lex_state = 508}, - [4986] = {.lex_state = 508}, - [4987] = {.lex_state = 493}, - [4988] = {.lex_state = 186}, - [4989] = {.lex_state = 508}, - [4990] = {.lex_state = 508}, - [4991] = {.lex_state = 508}, - [4992] = {.lex_state = 0}, + [4985] = {.lex_state = 186}, + [4986] = {.lex_state = 0}, + [4987] = {.lex_state = 0}, + [4988] = {.lex_state = 0}, + [4989] = {.lex_state = 125}, + [4990] = {.lex_state = 186}, + [4991] = {.lex_state = 0}, + [4992] = {.lex_state = 186}, [4993] = {.lex_state = 508}, - [4994] = {.lex_state = 0}, - [4995] = {.lex_state = 0}, - [4996] = {.lex_state = 508}, - [4997] = {.lex_state = 508}, - [4998] = {.lex_state = 0}, - [4999] = {.lex_state = 508}, - [5000] = {.lex_state = 186}, - [5001] = {.lex_state = 508}, - [5002] = {.lex_state = 204}, - [5003] = {.lex_state = 508}, + [4994] = {.lex_state = 186}, + [4995] = {.lex_state = 508}, + [4996] = {.lex_state = 1859}, + [4997] = {.lex_state = 65}, + [4998] = {.lex_state = 493}, + [4999] = {.lex_state = 186}, + [5000] = {.lex_state = 65}, + [5001] = {.lex_state = 214}, + [5002] = {.lex_state = 508}, + [5003] = {.lex_state = 0}, [5004] = {.lex_state = 508}, - [5005] = {.lex_state = 508}, - [5006] = {.lex_state = 186}, - [5007] = {.lex_state = 0}, - [5008] = {.lex_state = 186}, - [5009] = {.lex_state = 186}, + [5005] = {.lex_state = 1853}, + [5006] = {.lex_state = 0}, + [5007] = {.lex_state = 508}, + [5008] = {.lex_state = 493}, + [5009] = {.lex_state = 508}, [5010] = {.lex_state = 186}, - [5011] = {.lex_state = 186}, - [5012] = {.lex_state = 186}, - [5013] = {.lex_state = 186}, - [5014] = {.lex_state = 186}, - [5015] = {.lex_state = 186}, - [5016] = {.lex_state = 186}, - [5017] = {.lex_state = 0}, + [5011] = {.lex_state = 60}, + [5012] = {.lex_state = 125}, + [5013] = {.lex_state = 214}, + [5014] = {.lex_state = 214}, + [5015] = {.lex_state = 65}, + [5016] = {.lex_state = 65}, + [5017] = {.lex_state = 186}, [5018] = {.lex_state = 186}, - [5019] = {.lex_state = 186}, + [5019] = {.lex_state = 508}, [5020] = {.lex_state = 186}, - [5021] = {.lex_state = 186}, - [5022] = {.lex_state = 186}, - [5023] = {.lex_state = 186}, - [5024] = {.lex_state = 186}, - [5025] = {.lex_state = 186}, - [5026] = {.lex_state = 186}, - [5027] = {.lex_state = 186}, - [5028] = {.lex_state = 0}, - [5029] = {.lex_state = 0}, - [5030] = {.lex_state = 66}, + [5021] = {.lex_state = 493}, + [5022] = {.lex_state = 0}, + [5023] = {.lex_state = 214}, + [5024] = {.lex_state = 65}, + [5025] = {.lex_state = 210}, + [5026] = {.lex_state = 65}, + [5027] = {.lex_state = 508}, + [5028] = {.lex_state = 202}, + [5029] = {.lex_state = 186}, + [5030] = {.lex_state = 210}, [5031] = {.lex_state = 186}, - [5032] = {.lex_state = 0}, - [5033] = {.lex_state = 186}, - [5034] = {.lex_state = 60}, - [5035] = {.lex_state = 66}, + [5032] = {.lex_state = 186}, + [5033] = {.lex_state = 65}, + [5034] = {.lex_state = 214}, + [5035] = {.lex_state = 0}, [5036] = {.lex_state = 508}, - [5037] = {.lex_state = 186}, - [5038] = {.lex_state = 186}, - [5039] = {.lex_state = 66}, + [5037] = {.lex_state = 0}, + [5038] = {.lex_state = 508}, + [5039] = {.lex_state = 0}, [5040] = {.lex_state = 508}, - [5041] = {.lex_state = 186}, - [5042] = {.lex_state = 60}, + [5041] = {.lex_state = 65}, + [5042] = {.lex_state = 508}, [5043] = {.lex_state = 508}, - [5044] = {.lex_state = 186}, - [5045] = {.lex_state = 0}, + [5044] = {.lex_state = 508}, + [5045] = {.lex_state = 214}, [5046] = {.lex_state = 508}, - [5047] = {.lex_state = 66}, - [5048] = {.lex_state = 0}, - [5049] = {.lex_state = 66}, - [5050] = {.lex_state = 0}, - [5051] = {.lex_state = 0}, - [5052] = {.lex_state = 186}, - [5053] = {.lex_state = 60}, - [5054] = {.lex_state = 186}, + [5047] = {.lex_state = 508}, + [5048] = {.lex_state = 508}, + [5049] = {.lex_state = 0}, + [5050] = {.lex_state = 508}, + [5051] = {.lex_state = 186}, + [5052] = {.lex_state = 508}, + [5053] = {.lex_state = 202}, + [5054] = {.lex_state = 493}, [5055] = {.lex_state = 508}, - [5056] = {.lex_state = 202}, - [5057] = {.lex_state = 186}, - [5058] = {.lex_state = 66}, + [5056] = {.lex_state = 65}, + [5057] = {.lex_state = 493}, + [5058] = {.lex_state = 493}, [5059] = {.lex_state = 186}, - [5060] = {.lex_state = 186}, - [5061] = {.lex_state = 66}, - [5062] = {.lex_state = 66}, - [5063] = {.lex_state = 186}, + [5060] = {.lex_state = 508}, + [5061] = {.lex_state = 186}, + [5062] = {.lex_state = 508}, + [5063] = {.lex_state = 508}, [5064] = {.lex_state = 186}, - [5065] = {.lex_state = 493}, - [5066] = {.lex_state = 0}, - [5067] = {.lex_state = 186}, - [5068] = {.lex_state = 0}, - [5069] = {.lex_state = 66}, - [5070] = {.lex_state = 0}, - [5071] = {.lex_state = 0}, - [5072] = {.lex_state = 186}, - [5073] = {.lex_state = 186}, - [5074] = {.lex_state = 66}, - [5075] = {.lex_state = 60}, - [5076] = {.lex_state = 508}, - [5077] = {.lex_state = 186}, - [5078] = {.lex_state = 186}, - [5079] = {.lex_state = 66}, - [5080] = {.lex_state = 508}, - [5081] = {.lex_state = 0}, - [5082] = {.lex_state = 60}, + [5065] = {.lex_state = 186}, + [5066] = {.lex_state = 65}, + [5067] = {.lex_state = 508}, + [5068] = {.lex_state = 508}, + [5069] = {.lex_state = 508}, + [5070] = {.lex_state = 508}, + [5071] = {.lex_state = 214}, + [5072] = {.lex_state = 0}, + [5073] = {.lex_state = 508}, + [5074] = {.lex_state = 508}, + [5075] = {.lex_state = 508}, + [5076] = {.lex_state = 493}, + [5077] = {.lex_state = 508}, + [5078] = {.lex_state = 508}, + [5079] = {.lex_state = 214}, + [5080] = {.lex_state = 65}, + [5081] = {.lex_state = 508}, + [5082] = {.lex_state = 508}, [5083] = {.lex_state = 186}, - [5084] = {.lex_state = 186}, - [5085] = {.lex_state = 0}, - [5086] = {.lex_state = 66}, - [5087] = {.lex_state = 60}, + [5084] = {.lex_state = 493}, + [5085] = {.lex_state = 186}, + [5086] = {.lex_state = 508}, + [5087] = {.lex_state = 493}, [5088] = {.lex_state = 508}, - [5089] = {.lex_state = 508}, - [5090] = {.lex_state = 0}, - [5091] = {.lex_state = 186}, - [5092] = {.lex_state = 0}, - [5093] = {.lex_state = 493}, - [5094] = {.lex_state = 186}, - [5095] = {.lex_state = 493}, - [5096] = {.lex_state = 66}, - [5097] = {.lex_state = 508}, + [5089] = {.lex_state = 187}, + [5090] = {.lex_state = 508}, + [5091] = {.lex_state = 508}, + [5092] = {.lex_state = 187}, + [5093] = {.lex_state = 508}, + [5094] = {.lex_state = 508}, + [5095] = {.lex_state = 508}, + [5096] = {.lex_state = 508}, + [5097] = {.lex_state = 186}, [5098] = {.lex_state = 508}, [5099] = {.lex_state = 508}, - [5100] = {.lex_state = 186}, + [5100] = {.lex_state = 508}, [5101] = {.lex_state = 508}, - [5102] = {.lex_state = 186}, - [5103] = {.lex_state = 66}, - [5104] = {.lex_state = 508}, + [5102] = {.lex_state = 508}, + [5103] = {.lex_state = 508}, + [5104] = {.lex_state = 0}, [5105] = {.lex_state = 508}, [5106] = {.lex_state = 508}, - [5107] = {.lex_state = 0}, - [5108] = {.lex_state = 508}, + [5107] = {.lex_state = 508}, + [5108] = {.lex_state = 204}, [5109] = {.lex_state = 508}, - [5110] = {.lex_state = 0}, - [5111] = {.lex_state = 66}, - [5112] = {.lex_state = 508}, - [5113] = {.lex_state = 0}, - [5114] = {.lex_state = 508}, - [5115] = {.lex_state = 0}, - [5116] = {.lex_state = 186}, - [5117] = {.lex_state = 508}, - [5118] = {.lex_state = 0}, - [5119] = {.lex_state = 60}, + [5110] = {.lex_state = 508}, + [5111] = {.lex_state = 508}, + [5112] = {.lex_state = 214}, + [5113] = {.lex_state = 60}, + [5114] = {.lex_state = 0}, + [5115] = {.lex_state = 60}, + [5116] = {.lex_state = 60}, + [5117] = {.lex_state = 60}, + [5118] = {.lex_state = 65}, + [5119] = {.lex_state = 186}, [5120] = {.lex_state = 508}, [5121] = {.lex_state = 508}, - [5122] = {.lex_state = 508}, - [5123] = {.lex_state = 186}, + [5122] = {.lex_state = 186}, + [5123] = {.lex_state = 508}, [5124] = {.lex_state = 508}, [5125] = {.lex_state = 508}, - [5126] = {.lex_state = 0}, + [5126] = {.lex_state = 508}, [5127] = {.lex_state = 508}, - [5128] = {.lex_state = 186}, - [5129] = {.lex_state = 508}, - [5130] = {.lex_state = 508}, - [5131] = {.lex_state = 186}, - [5132] = {.lex_state = 508}, - [5133] = {.lex_state = 1857}, - [5134] = {.lex_state = 66}, - [5135] = {.lex_state = 0}, + [5128] = {.lex_state = 508}, + [5129] = {.lex_state = 0}, + [5130] = {.lex_state = 65}, + [5131] = {.lex_state = 508}, + [5132] = {.lex_state = 186}, + [5133] = {.lex_state = 508}, + [5134] = {.lex_state = 508}, + [5135] = {.lex_state = 508}, [5136] = {.lex_state = 508}, [5137] = {.lex_state = 508}, [5138] = {.lex_state = 508}, [5139] = {.lex_state = 508}, - [5140] = {.lex_state = 508}, - [5141] = {.lex_state = 508}, - [5142] = {.lex_state = 508}, - [5143] = {.lex_state = 0}, - [5144] = {.lex_state = 508}, - [5145] = {.lex_state = 0}, + [5140] = {.lex_state = 0}, + [5141] = {.lex_state = 0}, + [5142] = {.lex_state = 0}, + [5143] = {.lex_state = 508}, + [5144] = {.lex_state = 214}, + [5145] = {.lex_state = 65}, [5146] = {.lex_state = 508}, - [5147] = {.lex_state = 0}, + [5147] = {.lex_state = 186}, [5148] = {.lex_state = 508}, - [5149] = {.lex_state = 186}, - [5150] = {.lex_state = 508}, + [5149] = {.lex_state = 508}, + [5150] = {.lex_state = 186}, [5151] = {.lex_state = 508}, - [5152] = {.lex_state = 186}, + [5152] = {.lex_state = 508}, [5153] = {.lex_state = 508}, [5154] = {.lex_state = 508}, - [5155] = {.lex_state = 508}, - [5156] = {.lex_state = 186}, - [5157] = {.lex_state = 493}, + [5155] = {.lex_state = 0}, + [5156] = {.lex_state = 0}, + [5157] = {.lex_state = 65}, [5158] = {.lex_state = 508}, - [5159] = {.lex_state = 66}, + [5159] = {.lex_state = 508}, [5160] = {.lex_state = 508}, - [5161] = {.lex_state = 1857}, - [5162] = {.lex_state = 508}, + [5161] = {.lex_state = 508}, + [5162] = {.lex_state = 186}, [5163] = {.lex_state = 508}, [5164] = {.lex_state = 508}, - [5165] = {.lex_state = 0}, + [5165] = {.lex_state = 508}, [5166] = {.lex_state = 508}, [5167] = {.lex_state = 508}, - [5168] = {.lex_state = 0}, - [5169] = {.lex_state = 508}, + [5168] = {.lex_state = 508}, + [5169] = {.lex_state = 0}, [5170] = {.lex_state = 508}, - [5171] = {.lex_state = 493}, - [5172] = {.lex_state = 493}, + [5171] = {.lex_state = 186}, + [5172] = {.lex_state = 214}, [5173] = {.lex_state = 508}, [5174] = {.lex_state = 186}, - [5175] = {.lex_state = 66}, + [5175] = {.lex_state = 186}, [5176] = {.lex_state = 508}, [5177] = {.lex_state = 508}, [5178] = {.lex_state = 508}, - [5179] = {.lex_state = 508}, - [5180] = {.lex_state = 186}, + [5179] = {.lex_state = 0}, + [5180] = {.lex_state = 508}, [5181] = {.lex_state = 508}, - [5182] = {.lex_state = 1851}, + [5182] = {.lex_state = 0}, [5183] = {.lex_state = 0}, - [5184] = {.lex_state = 0}, + [5184] = {.lex_state = 508}, [5185] = {.lex_state = 186}, - [5186] = {.lex_state = 508}, - [5187] = {.lex_state = 66}, - [5188] = {.lex_state = 508}, - [5189] = {.lex_state = 508}, - [5190] = {.lex_state = 508}, + [5186] = {.lex_state = 0}, + [5187] = {.lex_state = 508}, + [5188] = {.lex_state = 65}, + [5189] = {.lex_state = 65}, + [5190] = {.lex_state = 214}, [5191] = {.lex_state = 508}, - [5192] = {.lex_state = 186}, + [5192] = {.lex_state = 508}, [5193] = {.lex_state = 508}, - [5194] = {.lex_state = 508}, - [5195] = {.lex_state = 186}, - [5196] = {.lex_state = 186}, - [5197] = {.lex_state = 508}, - [5198] = {.lex_state = 187}, - [5199] = {.lex_state = 0}, + [5194] = {.lex_state = 60}, + [5195] = {.lex_state = 0}, + [5196] = {.lex_state = 508}, + [5197] = {.lex_state = 0}, + [5198] = {.lex_state = 0}, + [5199] = {.lex_state = 186}, [5200] = {.lex_state = 508}, - [5201] = {.lex_state = 204}, - [5202] = {.lex_state = 508}, - [5203] = {.lex_state = 508}, + [5201] = {.lex_state = 508}, + [5202] = {.lex_state = 186}, + [5203] = {.lex_state = 60}, [5204] = {.lex_state = 508}, - [5205] = {.lex_state = 0}, - [5206] = {.lex_state = 508}, + [5205] = {.lex_state = 493}, + [5206] = {.lex_state = 0}, [5207] = {.lex_state = 508}, [5208] = {.lex_state = 0}, - [5209] = {.lex_state = 0}, - [5210] = {.lex_state = 508}, + [5209] = {.lex_state = 214}, + [5210] = {.lex_state = 65}, [5211] = {.lex_state = 508}, [5212] = {.lex_state = 508}, [5213] = {.lex_state = 508}, - [5214] = {.lex_state = 125}, + [5214] = {.lex_state = 60}, [5215] = {.lex_state = 186}, - [5216] = {.lex_state = 508}, - [5217] = {.lex_state = 187}, + [5216] = {.lex_state = 214}, + [5217] = {.lex_state = 508}, [5218] = {.lex_state = 508}, [5219] = {.lex_state = 508}, - [5220] = {.lex_state = 508}, - [5221] = {.lex_state = 508}, - [5222] = {.lex_state = 508}, - [5223] = {.lex_state = 186}, - [5224] = {.lex_state = 66}, + [5220] = {.lex_state = 65}, + [5221] = {.lex_state = 186}, + [5222] = {.lex_state = 186}, + [5223] = {.lex_state = 0}, + [5224] = {.lex_state = 65}, [5225] = {.lex_state = 508}, - [5226] = {.lex_state = 493}, - [5227] = {.lex_state = 66}, + [5226] = {.lex_state = 186}, + [5227] = {.lex_state = 186}, [5228] = {.lex_state = 508}, [5229] = {.lex_state = 508}, - [5230] = {.lex_state = 0}, + [5230] = {.lex_state = 508}, [5231] = {.lex_state = 508}, - [5232] = {.lex_state = 0}, - [5233] = {.lex_state = 0}, + [5232] = {.lex_state = 508}, + [5233] = {.lex_state = 508}, [5234] = {.lex_state = 0}, - [5235] = {.lex_state = 508}, + [5235] = {.lex_state = 186}, [5236] = {.lex_state = 0}, - [5237] = {.lex_state = 210}, + [5237] = {.lex_state = 186}, [5238] = {.lex_state = 508}, - [5239] = {.lex_state = 66}, - [5240] = {.lex_state = 0}, + [5239] = {.lex_state = 508}, + [5240] = {.lex_state = 508}, [5241] = {.lex_state = 186}, - [5242] = {.lex_state = 202}, - [5243] = {.lex_state = 210}, - [5244] = {.lex_state = 186}, - [5245] = {.lex_state = 0}, - [5246] = {.lex_state = 66}, - [5247] = {.lex_state = 66}, + [5242] = {.lex_state = 186}, + [5243] = {.lex_state = 186}, + [5244] = {.lex_state = 0}, + [5245] = {.lex_state = 508}, + [5246] = {.lex_state = 508}, + [5247] = {.lex_state = 508}, [5248] = {.lex_state = 508}, [5249] = {.lex_state = 508}, - [5250] = {.lex_state = 493}, - [5251] = {.lex_state = 493}, - [5252] = {.lex_state = 493}, - [5253] = {.lex_state = 66}, - [5254] = {.lex_state = 66}, - [5255] = {.lex_state = 208}, - [5256] = {.lex_state = 60}, - [5257] = {.lex_state = 60}, - [5258] = {.lex_state = 60}, - [5259] = {.lex_state = 60}, - [5260] = {.lex_state = 60}, - [5261] = {.lex_state = 66}, - [5262] = {.lex_state = 493}, - [5263] = {.lex_state = 493}, - [5264] = {.lex_state = 66}, - [5265] = {.lex_state = 584}, - [5266] = {.lex_state = 60}, - [5267] = {.lex_state = 211}, - [5268] = {.lex_state = 60}, - [5269] = {.lex_state = 60}, - [5270] = {.lex_state = 66}, - [5271] = {.lex_state = 208}, - [5272] = {.lex_state = 66}, - [5273] = {.lex_state = 211}, - [5274] = {.lex_state = 227}, - [5275] = {.lex_state = 208}, - [5276] = {.lex_state = 66}, - [5277] = {.lex_state = 66}, - [5278] = {.lex_state = 219}, - [5279] = {.lex_state = 208}, - [5280] = {.lex_state = 60}, - [5281] = {.lex_state = 60}, - [5282] = {.lex_state = 66}, - [5283] = {.lex_state = 208}, - [5284] = {.lex_state = 66}, - [5285] = {.lex_state = 66}, - [5286] = {.lex_state = 208}, - [5287] = {.lex_state = 584}, - [5288] = {.lex_state = 211}, - [5289] = {.lex_state = 66}, - [5290] = {.lex_state = 493}, + [5250] = {.lex_state = 186}, + [5251] = {.lex_state = 186}, + [5252] = {.lex_state = 186}, + [5253] = {.lex_state = 186}, + [5254] = {.lex_state = 186}, + [5255] = {.lex_state = 508}, + [5256] = {.lex_state = 0}, + [5257] = {.lex_state = 186}, + [5258] = {.lex_state = 508}, + [5259] = {.lex_state = 508}, + [5260] = {.lex_state = 186}, + [5261] = {.lex_state = 508}, + [5262] = {.lex_state = 0}, + [5263] = {.lex_state = 508}, + [5264] = {.lex_state = 186}, + [5265] = {.lex_state = 508}, + [5266] = {.lex_state = 508}, + [5267] = {.lex_state = 508}, + [5268] = {.lex_state = 508}, + [5269] = {.lex_state = 508}, + [5270] = {.lex_state = 508}, + [5271] = {.lex_state = 508}, + [5272] = {.lex_state = 0}, + [5273] = {.lex_state = 0}, + [5274] = {.lex_state = 214}, + [5275] = {.lex_state = 65}, + [5276] = {.lex_state = 0}, + [5277] = {.lex_state = 508}, + [5278] = {.lex_state = 186}, + [5279] = {.lex_state = 204}, + [5280] = {.lex_state = 186}, + [5281] = {.lex_state = 508}, + [5282] = {.lex_state = 508}, + [5283] = {.lex_state = 508}, + [5284] = {.lex_state = 508}, + [5285] = {.lex_state = 186}, + [5286] = {.lex_state = 186}, + [5287] = {.lex_state = 508}, + [5288] = {.lex_state = 202}, + [5289] = {.lex_state = 60}, + [5290] = {.lex_state = 65}, [5291] = {.lex_state = 208}, - [5292] = {.lex_state = 66}, - [5293] = {.lex_state = 66}, - [5294] = {.lex_state = 493}, - [5295] = {.lex_state = 211}, - [5296] = {.lex_state = 224}, - [5297] = {.lex_state = 223}, - [5298] = {.lex_state = 66}, - [5299] = {.lex_state = 208}, - [5300] = {.lex_state = 493}, - [5301] = {.lex_state = 224}, - [5302] = {.lex_state = 60}, - [5303] = {.lex_state = 66}, - [5304] = {.lex_state = 493}, - [5305] = {.lex_state = 66}, - [5306] = {.lex_state = 211}, - [5307] = {.lex_state = 66}, - [5308] = {.lex_state = 66}, - [5309] = {.lex_state = 60}, - [5310] = {.lex_state = 493}, - [5311] = {.lex_state = 208}, + [5292] = {.lex_state = 65}, + [5293] = {.lex_state = 584}, + [5294] = {.lex_state = 65}, + [5295] = {.lex_state = 60}, + [5296] = {.lex_state = 60}, + [5297] = {.lex_state = 60}, + [5298] = {.lex_state = 65}, + [5299] = {.lex_state = 60}, + [5300] = {.lex_state = 65}, + [5301] = {.lex_state = 208}, + [5302] = {.lex_state = 65}, + [5303] = {.lex_state = 60}, + [5304] = {.lex_state = 65}, + [5305] = {.lex_state = 493}, + [5306] = {.lex_state = 65}, + [5307] = {.lex_state = 208}, + [5308] = {.lex_state = 0}, + [5309] = {.lex_state = 493}, + [5310] = {.lex_state = 65}, + [5311] = {.lex_state = 65}, [5312] = {.lex_state = 493}, - [5313] = {.lex_state = 493}, - [5314] = {.lex_state = 208}, - [5315] = {.lex_state = 493}, - [5316] = {.lex_state = 493}, - [5317] = {.lex_state = 493}, + [5313] = {.lex_state = 60}, + [5314] = {.lex_state = 60}, + [5315] = {.lex_state = 208}, + [5316] = {.lex_state = 65}, + [5317] = {.lex_state = 65}, [5318] = {.lex_state = 208}, - [5319] = {.lex_state = 493}, - [5320] = {.lex_state = 66}, - [5321] = {.lex_state = 66}, - [5322] = {.lex_state = 66}, - [5323] = {.lex_state = 60}, - [5324] = {.lex_state = 584}, - [5325] = {.lex_state = 493}, - [5326] = {.lex_state = 66}, - [5327] = {.lex_state = 66}, - [5328] = {.lex_state = 66}, - [5329] = {.lex_state = 208}, - [5330] = {.lex_state = 208}, - [5331] = {.lex_state = 66}, - [5332] = {.lex_state = 66}, - [5333] = {.lex_state = 66}, - [5334] = {.lex_state = 208}, - [5335] = {.lex_state = 66}, - [5336] = {.lex_state = 66}, - [5337] = {.lex_state = 208}, - [5338] = {.lex_state = 66}, - [5339] = {.lex_state = 66}, - [5340] = {.lex_state = 223}, - [5341] = {.lex_state = 208}, - [5342] = {.lex_state = 493}, - [5343] = {.lex_state = 584}, - [5344] = {.lex_state = 66}, + [5319] = {.lex_state = 65}, + [5320] = {.lex_state = 65}, + [5321] = {.lex_state = 584}, + [5322] = {.lex_state = 65}, + [5323] = {.lex_state = 208}, + [5324] = {.lex_state = 493}, + [5325] = {.lex_state = 65}, + [5326] = {.lex_state = 65}, + [5327] = {.lex_state = 584}, + [5328] = {.lex_state = 493}, + [5329] = {.lex_state = 493}, + [5330] = {.lex_state = 493}, + [5331] = {.lex_state = 493}, + [5332] = {.lex_state = 65}, + [5333] = {.lex_state = 508}, + [5334] = {.lex_state = 493}, + [5335] = {.lex_state = 508}, + [5336] = {.lex_state = 493}, + [5337] = {.lex_state = 223}, + [5338] = {.lex_state = 65}, + [5339] = {.lex_state = 584}, + [5340] = {.lex_state = 65}, + [5341] = {.lex_state = 65}, + [5342] = {.lex_state = 65}, + [5343] = {.lex_state = 223}, + [5344] = {.lex_state = 493}, [5345] = {.lex_state = 493}, - [5346] = {.lex_state = 493}, - [5347] = {.lex_state = 66}, - [5348] = {.lex_state = 66}, - [5349] = {.lex_state = 60}, - [5350] = {.lex_state = 66}, - [5351] = {.lex_state = 66}, - [5352] = {.lex_state = 66}, - [5353] = {.lex_state = 227}, - [5354] = {.lex_state = 66}, - [5355] = {.lex_state = 227}, - [5356] = {.lex_state = 208}, - [5357] = {.lex_state = 186}, - [5358] = {.lex_state = 202}, - [5359] = {.lex_state = 66}, - [5360] = {.lex_state = 60}, - [5361] = {.lex_state = 208}, - [5362] = {.lex_state = 60}, - [5363] = {.lex_state = 60}, - [5364] = {.lex_state = 584}, - [5365] = {.lex_state = 60}, - [5366] = {.lex_state = 66}, - [5367] = {.lex_state = 66}, - [5368] = {.lex_state = 66}, - [5369] = {.lex_state = 508}, - [5370] = {.lex_state = 508}, - [5371] = {.lex_state = 66}, - [5372] = {.lex_state = 66}, - [5373] = {.lex_state = 66}, - [5374] = {.lex_state = 508}, - [5375] = {.lex_state = 493}, - [5376] = {.lex_state = 493}, - [5377] = {.lex_state = 66}, - [5378] = {.lex_state = 493}, - [5379] = {.lex_state = 208}, - [5380] = {.lex_state = 220}, - [5381] = {.lex_state = 220}, - [5382] = {.lex_state = 66}, - [5383] = {.lex_state = 60}, - [5384] = {.lex_state = 66}, - [5385] = {.lex_state = 66}, - [5386] = {.lex_state = 66}, - [5387] = {.lex_state = 584}, - [5388] = {.lex_state = 66}, - [5389] = {.lex_state = 208}, - [5390] = {.lex_state = 208}, + [5346] = {.lex_state = 508}, + [5347] = {.lex_state = 493}, + [5348] = {.lex_state = 208}, + [5349] = {.lex_state = 65}, + [5350] = {.lex_state = 65}, + [5351] = {.lex_state = 493}, + [5352] = {.lex_state = 493}, + [5353] = {.lex_state = 0}, + [5354] = {.lex_state = 584}, + [5355] = {.lex_state = 208}, + [5356] = {.lex_state = 227}, + [5357] = {.lex_state = 208}, + [5358] = {.lex_state = 493}, + [5359] = {.lex_state = 65}, + [5360] = {.lex_state = 208}, + [5361] = {.lex_state = 224}, + [5362] = {.lex_state = 65}, + [5363] = {.lex_state = 208}, + [5364] = {.lex_state = 65}, + [5365] = {.lex_state = 65}, + [5366] = {.lex_state = 65}, + [5367] = {.lex_state = 60}, + [5368] = {.lex_state = 65}, + [5369] = {.lex_state = 65}, + [5370] = {.lex_state = 65}, + [5371] = {.lex_state = 208}, + [5372] = {.lex_state = 65}, + [5373] = {.lex_state = 65}, + [5374] = {.lex_state = 65}, + [5375] = {.lex_state = 508}, + [5376] = {.lex_state = 60}, + [5377] = {.lex_state = 65}, + [5378] = {.lex_state = 224}, + [5379] = {.lex_state = 65}, + [5380] = {.lex_state = 65}, + [5381] = {.lex_state = 65}, + [5382] = {.lex_state = 208}, + [5383] = {.lex_state = 65}, + [5384] = {.lex_state = 65}, + [5385] = {.lex_state = 508}, + [5386] = {.lex_state = 208}, + [5387] = {.lex_state = 493}, + [5388] = {.lex_state = 60}, + [5389] = {.lex_state = 60}, + [5390] = {.lex_state = 60}, [5391] = {.lex_state = 493}, - [5392] = {.lex_state = 208}, - [5393] = {.lex_state = 493}, - [5394] = {.lex_state = 66}, - [5395] = {.lex_state = 208}, - [5396] = {.lex_state = 66}, - [5397] = {.lex_state = 208}, - [5398] = {.lex_state = 66}, - [5399] = {.lex_state = 208}, - [5400] = {.lex_state = 66}, + [5392] = {.lex_state = 60}, + [5393] = {.lex_state = 227}, + [5394] = {.lex_state = 60}, + [5395] = {.lex_state = 227}, + [5396] = {.lex_state = 65}, + [5397] = {.lex_state = 186}, + [5398] = {.lex_state = 208}, + [5399] = {.lex_state = 60}, + [5400] = {.lex_state = 65}, [5401] = {.lex_state = 493}, - [5402] = {.lex_state = 66}, - [5403] = {.lex_state = 66}, - [5404] = {.lex_state = 66}, - [5405] = {.lex_state = 0}, - [5406] = {.lex_state = 208}, - [5407] = {.lex_state = 60}, - [5408] = {.lex_state = 66}, - [5409] = {.lex_state = 66}, - [5410] = {.lex_state = 60}, - [5411] = {.lex_state = 208}, + [5402] = {.lex_state = 65}, + [5403] = {.lex_state = 493}, + [5404] = {.lex_state = 208}, + [5405] = {.lex_state = 208}, + [5406] = {.lex_state = 65}, + [5407] = {.lex_state = 211}, + [5408] = {.lex_state = 493}, + [5409] = {.lex_state = 208}, + [5410] = {.lex_state = 65}, + [5411] = {.lex_state = 65}, [5412] = {.lex_state = 493}, - [5413] = {.lex_state = 66}, - [5414] = {.lex_state = 0}, - [5415] = {.lex_state = 219}, - [5416] = {.lex_state = 66}, - [5417] = {.lex_state = 60}, + [5413] = {.lex_state = 65}, + [5414] = {.lex_state = 65}, + [5415] = {.lex_state = 60}, + [5416] = {.lex_state = 493}, + [5417] = {.lex_state = 208}, [5418] = {.lex_state = 208}, - [5419] = {.lex_state = 66}, - [5420] = {.lex_state = 60}, - [5421] = {.lex_state = 0}, - [5422] = {.lex_state = 60}, - [5423] = {.lex_state = 0}, - [5424] = {.lex_state = 0}, - [5425] = {.lex_state = 212}, - [5426] = {.lex_state = 60}, - [5427] = {.lex_state = 66}, - [5428] = {.lex_state = 0}, - [5429] = {.lex_state = 0}, - [5430] = {.lex_state = 0}, - [5431] = {.lex_state = 66}, - [5432] = {.lex_state = 0}, - [5433] = {.lex_state = 0}, - [5434] = {.lex_state = 0}, - [5435] = {.lex_state = 0}, - [5436] = {.lex_state = 0}, - [5437] = {.lex_state = 0}, - [5438] = {.lex_state = 0}, - [5439] = {.lex_state = 0}, - [5440] = {.lex_state = 0}, - [5441] = {.lex_state = 0}, - [5442] = {.lex_state = 0}, - [5443] = {.lex_state = 212}, - [5444] = {.lex_state = 0}, - [5445] = {.lex_state = 209}, - [5446] = {.lex_state = 0}, - [5447] = {.lex_state = 209}, - [5448] = {.lex_state = 0}, - [5449] = {.lex_state = 209}, - [5450] = {.lex_state = 66}, - [5451] = {.lex_state = 212}, - [5452] = {.lex_state = 66}, - [5453] = {.lex_state = 66}, - [5454] = {.lex_state = 0}, - [5455] = {.lex_state = 0}, - [5456] = {.lex_state = 0}, - [5457] = {.lex_state = 0}, - [5458] = {.lex_state = 66}, - [5459] = {.lex_state = 0}, - [5460] = {.lex_state = 0}, - [5461] = {.lex_state = 66}, - [5462] = {.lex_state = 212}, - [5463] = {.lex_state = 0}, - [5464] = {.lex_state = 3091}, - [5465] = {.lex_state = 209}, - [5466] = {.lex_state = 225}, - [5467] = {.lex_state = 66}, - [5468] = {.lex_state = 0}, + [5419] = {.lex_state = 208}, + [5420] = {.lex_state = 65}, + [5421] = {.lex_state = 219}, + [5422] = {.lex_state = 493}, + [5423] = {.lex_state = 65}, + [5424] = {.lex_state = 65}, + [5425] = {.lex_state = 60}, + [5426] = {.lex_state = 208}, + [5427] = {.lex_state = 211}, + [5428] = {.lex_state = 65}, + [5429] = {.lex_state = 493}, + [5430] = {.lex_state = 60}, + [5431] = {.lex_state = 211}, + [5432] = {.lex_state = 65}, + [5433] = {.lex_state = 208}, + [5434] = {.lex_state = 211}, + [5435] = {.lex_state = 65}, + [5436] = {.lex_state = 65}, + [5437] = {.lex_state = 493}, + [5438] = {.lex_state = 493}, + [5439] = {.lex_state = 65}, + [5440] = {.lex_state = 211}, + [5441] = {.lex_state = 65}, + [5442] = {.lex_state = 65}, + [5443] = {.lex_state = 584}, + [5444] = {.lex_state = 220}, + [5445] = {.lex_state = 219}, + [5446] = {.lex_state = 65}, + [5447] = {.lex_state = 208}, + [5448] = {.lex_state = 220}, + [5449] = {.lex_state = 60}, + [5450] = {.lex_state = 0}, + [5451] = {.lex_state = 208}, + [5452] = {.lex_state = 65}, + [5453] = {.lex_state = 65}, + [5454] = {.lex_state = 65}, + [5455] = {.lex_state = 208}, + [5456] = {.lex_state = 60}, + [5457] = {.lex_state = 60}, + [5458] = {.lex_state = 65}, + [5459] = {.lex_state = 60}, + [5460] = {.lex_state = 60}, + [5461] = {.lex_state = 65}, + [5462] = {.lex_state = 208}, + [5463] = {.lex_state = 208}, + [5464] = {.lex_state = 65}, + [5465] = {.lex_state = 0}, + [5466] = {.lex_state = 0}, + [5467] = {.lex_state = 0}, + [5468] = {.lex_state = 65}, [5469] = {.lex_state = 0}, - [5470] = {.lex_state = 209}, - [5471] = {.lex_state = 209}, - [5472] = {.lex_state = 209}, - [5473] = {.lex_state = 202}, - [5474] = {.lex_state = 66}, + [5470] = {.lex_state = 65}, + [5471] = {.lex_state = 0}, + [5472] = {.lex_state = 0}, + [5473] = {.lex_state = 1854}, + [5474] = {.lex_state = 0}, [5475] = {.lex_state = 0}, - [5476] = {.lex_state = 1852}, - [5477] = {.lex_state = 209}, - [5478] = {.lex_state = 66}, - [5479] = {.lex_state = 1852}, - [5480] = {.lex_state = 225}, - [5481] = {.lex_state = 60}, - [5482] = {.lex_state = 209}, + [5476] = {.lex_state = 0}, + [5477] = {.lex_state = 0}, + [5478] = {.lex_state = 225}, + [5479] = {.lex_state = 0}, + [5480] = {.lex_state = 221}, + [5481] = {.lex_state = 0}, + [5482] = {.lex_state = 65}, [5483] = {.lex_state = 0}, - [5484] = {.lex_state = 66}, - [5485] = {.lex_state = 0}, - [5486] = {.lex_state = 225}, - [5487] = {.lex_state = 0}, - [5488] = {.lex_state = 66}, + [5484] = {.lex_state = 209}, + [5485] = {.lex_state = 212}, + [5486] = {.lex_state = 0}, + [5487] = {.lex_state = 212}, + [5488] = {.lex_state = 209}, [5489] = {.lex_state = 0}, [5490] = {.lex_state = 0}, [5491] = {.lex_state = 0}, - [5492] = {.lex_state = 212}, - [5493] = {.lex_state = 0}, - [5494] = {.lex_state = 0}, - [5495] = {.lex_state = 0}, - [5496] = {.lex_state = 0}, + [5492] = {.lex_state = 0}, + [5493] = {.lex_state = 212}, + [5494] = {.lex_state = 60}, + [5495] = {.lex_state = 225}, + [5496] = {.lex_state = 209}, [5497] = {.lex_state = 0}, - [5498] = {.lex_state = 0}, + [5498] = {.lex_state = 65}, [5499] = {.lex_state = 0}, - [5500] = {.lex_state = 221}, - [5501] = {.lex_state = 0}, - [5502] = {.lex_state = 208}, - [5503] = {.lex_state = 212}, - [5504] = {.lex_state = 66}, - [5505] = {.lex_state = 213}, + [5500] = {.lex_state = 0}, + [5501] = {.lex_state = 209}, + [5502] = {.lex_state = 65}, + [5503] = {.lex_state = 65}, + [5504] = {.lex_state = 0}, + [5505] = {.lex_state = 0}, [5506] = {.lex_state = 0}, [5507] = {.lex_state = 0}, - [5508] = {.lex_state = 221}, + [5508] = {.lex_state = 0}, [5509] = {.lex_state = 0}, - [5510] = {.lex_state = 0}, - [5511] = {.lex_state = 221}, + [5510] = {.lex_state = 212}, + [5511] = {.lex_state = 65}, [5512] = {.lex_state = 0}, - [5513] = {.lex_state = 66}, + [5513] = {.lex_state = 0}, [5514] = {.lex_state = 0}, - [5515] = {.lex_state = 66}, - [5516] = {.lex_state = 0}, - [5517] = {.lex_state = 209}, - [5518] = {.lex_state = 0}, + [5515] = {.lex_state = 65}, + [5516] = {.lex_state = 202}, + [5517] = {.lex_state = 212}, + [5518] = {.lex_state = 65}, [5519] = {.lex_state = 0}, - [5520] = {.lex_state = 66}, + [5520] = {.lex_state = 0}, [5521] = {.lex_state = 0}, - [5522] = {.lex_state = 1853}, - [5523] = {.lex_state = 66}, + [5522] = {.lex_state = 209}, + [5523] = {.lex_state = 0}, [5524] = {.lex_state = 0}, - [5525] = {.lex_state = 175}, - [5526] = {.lex_state = 0}, + [5525] = {.lex_state = 65}, + [5526] = {.lex_state = 65}, [5527] = {.lex_state = 0}, - [5528] = {.lex_state = 0}, - [5529] = {.lex_state = 0}, - [5530] = {.lex_state = 222}, - [5531] = {.lex_state = 584}, + [5528] = {.lex_state = 209}, + [5529] = {.lex_state = 208}, + [5530] = {.lex_state = 225}, + [5531] = {.lex_state = 209}, [5532] = {.lex_state = 0}, - [5533] = {.lex_state = 66}, - [5534] = {.lex_state = 175}, - [5535] = {.lex_state = 204}, + [5533] = {.lex_state = 0}, + [5534] = {.lex_state = 0}, + [5535] = {.lex_state = 60}, [5536] = {.lex_state = 0}, [5537] = {.lex_state = 0}, - [5538] = {.lex_state = 66}, - [5539] = {.lex_state = 217}, - [5540] = {.lex_state = 0}, - [5541] = {.lex_state = 66}, - [5542] = {.lex_state = 1853}, - [5543] = {.lex_state = 222}, + [5538] = {.lex_state = 0}, + [5539] = {.lex_state = 0}, + [5540] = {.lex_state = 1854}, + [5541] = {.lex_state = 213}, + [5542] = {.lex_state = 0}, + [5543] = {.lex_state = 0}, [5544] = {.lex_state = 0}, [5545] = {.lex_state = 0}, - [5546] = {.lex_state = 66}, - [5547] = {.lex_state = 0}, - [5548] = {.lex_state = 66}, - [5549] = {.lex_state = 66}, - [5550] = {.lex_state = 66}, - [5551] = {.lex_state = 66}, - [5552] = {.lex_state = 0}, + [5546] = {.lex_state = 3093}, + [5547] = {.lex_state = 221}, + [5548] = {.lex_state = 0}, + [5549] = {.lex_state = 65}, + [5550] = {.lex_state = 0}, + [5551] = {.lex_state = 212}, + [5552] = {.lex_state = 209}, [5553] = {.lex_state = 0}, - [5554] = {.lex_state = 0}, + [5554] = {.lex_state = 65}, [5555] = {.lex_state = 0}, - [5556] = {.lex_state = 0}, - [5557] = {.lex_state = 0}, + [5556] = {.lex_state = 65}, + [5557] = {.lex_state = 209}, [5558] = {.lex_state = 0}, - [5559] = {.lex_state = 0}, - [5560] = {.lex_state = 1853}, - [5561] = {.lex_state = 66}, - [5562] = {.lex_state = 66}, - [5563] = {.lex_state = 1853}, - [5564] = {.lex_state = 0}, - [5565] = {.lex_state = 66}, + [5559] = {.lex_state = 65}, + [5560] = {.lex_state = 221}, + [5561] = {.lex_state = 209}, + [5562] = {.lex_state = 0}, + [5563] = {.lex_state = 65}, + [5564] = {.lex_state = 1855}, + [5565] = {.lex_state = 1855}, [5566] = {.lex_state = 0}, - [5567] = {.lex_state = 66}, - [5568] = {.lex_state = 1853}, - [5569] = {.lex_state = 66}, - [5570] = {.lex_state = 66}, - [5571] = {.lex_state = 66}, - [5572] = {.lex_state = 0}, - [5573] = {.lex_state = 66}, - [5574] = {.lex_state = 66}, - [5575] = {.lex_state = 0}, - [5576] = {.lex_state = 0}, - [5577] = {.lex_state = 206}, - [5578] = {.lex_state = 0}, - [5579] = {.lex_state = 222}, - [5580] = {.lex_state = 1853}, - [5581] = {.lex_state = 3092}, - [5582] = {.lex_state = 1853}, + [5567] = {.lex_state = 0}, + [5568] = {.lex_state = 0}, + [5569] = {.lex_state = 0}, + [5570] = {.lex_state = 222}, + [5571] = {.lex_state = 65}, + [5572] = {.lex_state = 1855}, + [5573] = {.lex_state = 65}, + [5574] = {.lex_state = 0}, + [5575] = {.lex_state = 65}, + [5576] = {.lex_state = 1855}, + [5577] = {.lex_state = 0}, + [5578] = {.lex_state = 65}, + [5579] = {.lex_state = 0}, + [5580] = {.lex_state = 0}, + [5581] = {.lex_state = 65}, + [5582] = {.lex_state = 222}, [5583] = {.lex_state = 0}, [5584] = {.lex_state = 0}, [5585] = {.lex_state = 0}, - [5586] = {.lex_state = 66}, + [5586] = {.lex_state = 65}, [5587] = {.lex_state = 0}, - [5588] = {.lex_state = 0}, - [5589] = {.lex_state = 66}, - [5590] = {.lex_state = 66}, - [5591] = {.lex_state = 66}, - [5592] = {.lex_state = 66}, - [5593] = {.lex_state = 66}, - [5594] = {.lex_state = 66}, + [5588] = {.lex_state = 65}, + [5589] = {.lex_state = 0}, + [5590] = {.lex_state = 65}, + [5591] = {.lex_state = 65}, + [5592] = {.lex_state = 0}, + [5593] = {.lex_state = 65}, + [5594] = {.lex_state = 0}, [5595] = {.lex_state = 0}, - [5596] = {.lex_state = 66}, - [5597] = {.lex_state = 66}, - [5598] = {.lex_state = 0}, - [5599] = {.lex_state = 66}, - [5600] = {.lex_state = 0}, - [5601] = {.lex_state = 1853}, - [5602] = {.lex_state = 66}, - [5603] = {.lex_state = 66}, - [5604] = {.lex_state = 1853}, - [5605] = {.lex_state = 66}, - [5606] = {.lex_state = 66}, - [5607] = {.lex_state = 0}, - [5608] = {.lex_state = 66}, - [5609] = {.lex_state = 1853}, - [5610] = {.lex_state = 0}, - [5611] = {.lex_state = 0}, - [5612] = {.lex_state = 66}, - [5613] = {.lex_state = 66}, - [5614] = {.lex_state = 1853}, - [5615] = {.lex_state = 66}, - [5616] = {.lex_state = 66}, - [5617] = {.lex_state = 0}, - [5618] = {.lex_state = 66}, - [5619] = {.lex_state = 66}, - [5620] = {.lex_state = 66}, - [5621] = {.lex_state = 1853}, - [5622] = {.lex_state = 584}, - [5623] = {.lex_state = 0}, - [5624] = {.lex_state = 0}, - [5625] = {.lex_state = 66}, - [5626] = {.lex_state = 1853}, - [5627] = {.lex_state = 66}, - [5628] = {.lex_state = 66}, - [5629] = {.lex_state = 66}, - [5630] = {.lex_state = 0}, - [5631] = {.lex_state = 66}, - [5632] = {.lex_state = 66}, - [5633] = {.lex_state = 60}, - [5634] = {.lex_state = 66}, - [5635] = {.lex_state = 0}, + [5596] = {.lex_state = 0}, + [5597] = {.lex_state = 0}, + [5598] = {.lex_state = 1855}, + [5599] = {.lex_state = 65}, + [5600] = {.lex_state = 1855}, + [5601] = {.lex_state = 65}, + [5602] = {.lex_state = 0}, + [5603] = {.lex_state = 65}, + [5604] = {.lex_state = 1855}, + [5605] = {.lex_state = 0}, + [5606] = {.lex_state = 0}, + [5607] = {.lex_state = 65}, + [5608] = {.lex_state = 0}, + [5609] = {.lex_state = 65}, + [5610] = {.lex_state = 65}, + [5611] = {.lex_state = 65}, + [5612] = {.lex_state = 0}, + [5613] = {.lex_state = 65}, + [5614] = {.lex_state = 65}, + [5615] = {.lex_state = 0}, + [5616] = {.lex_state = 0}, + [5617] = {.lex_state = 222}, + [5618] = {.lex_state = 0}, + [5619] = {.lex_state = 0}, + [5620] = {.lex_state = 0}, + [5621] = {.lex_state = 0}, + [5622] = {.lex_state = 65}, + [5623] = {.lex_state = 1855}, + [5624] = {.lex_state = 65}, + [5625] = {.lex_state = 0}, + [5626] = {.lex_state = 65}, + [5627] = {.lex_state = 1855}, + [5628] = {.lex_state = 65}, + [5629] = {.lex_state = 65}, + [5630] = {.lex_state = 65}, + [5631] = {.lex_state = 0}, + [5632] = {.lex_state = 65}, + [5633] = {.lex_state = 65}, + [5634] = {.lex_state = 65}, + [5635] = {.lex_state = 1855}, [5636] = {.lex_state = 0}, [5637] = {.lex_state = 0}, - [5638] = {.lex_state = 66}, - [5639] = {.lex_state = 66}, + [5638] = {.lex_state = 0}, + [5639] = {.lex_state = 65}, [5640] = {.lex_state = 0}, - [5641] = {.lex_state = 66}, - [5642] = {.lex_state = 66}, - [5643] = {.lex_state = 0}, - [5644] = {.lex_state = 66}, - [5645] = {.lex_state = 66}, - [5646] = {.lex_state = 66}, - [5647] = {.lex_state = 0}, + [5641] = {.lex_state = 65}, + [5642] = {.lex_state = 65}, + [5643] = {.lex_state = 65}, + [5644] = {.lex_state = 0}, + [5645] = {.lex_state = 65}, + [5646] = {.lex_state = 65}, + [5647] = {.lex_state = 222}, [5648] = {.lex_state = 0}, [5649] = {.lex_state = 0}, [5650] = {.lex_state = 0}, - [5651] = {.lex_state = 66}, - [5652] = {.lex_state = 0}, + [5651] = {.lex_state = 0}, + [5652] = {.lex_state = 65}, [5653] = {.lex_state = 0}, - [5654] = {.lex_state = 66}, - [5655] = {.lex_state = 584}, - [5656] = {.lex_state = 0}, - [5657] = {.lex_state = 0}, - [5658] = {.lex_state = 66}, - [5659] = {.lex_state = 0}, - [5660] = {.lex_state = 66}, - [5661] = {.lex_state = 60}, - [5662] = {.lex_state = 66}, - [5663] = {.lex_state = 66}, + [5654] = {.lex_state = 65}, + [5655] = {.lex_state = 65}, + [5656] = {.lex_state = 65}, + [5657] = {.lex_state = 1855}, + [5658] = {.lex_state = 65}, + [5659] = {.lex_state = 65}, + [5660] = {.lex_state = 65}, + [5661] = {.lex_state = 1855}, + [5662] = {.lex_state = 65}, + [5663] = {.lex_state = 0}, [5664] = {.lex_state = 0}, - [5665] = {.lex_state = 0}, - [5666] = {.lex_state = 1853}, - [5667] = {.lex_state = 66}, - [5668] = {.lex_state = 0}, - [5669] = {.lex_state = 0}, - [5670] = {.lex_state = 0}, - [5671] = {.lex_state = 584}, - [5672] = {.lex_state = 66}, - [5673] = {.lex_state = 66}, + [5665] = {.lex_state = 65}, + [5666] = {.lex_state = 65}, + [5667] = {.lex_state = 0}, + [5668] = {.lex_state = 65}, + [5669] = {.lex_state = 65}, + [5670] = {.lex_state = 1855}, + [5671] = {.lex_state = 65}, + [5672] = {.lex_state = 65}, + [5673] = {.lex_state = 0}, [5674] = {.lex_state = 0}, [5675] = {.lex_state = 0}, - [5676] = {.lex_state = 222}, + [5676] = {.lex_state = 65}, [5677] = {.lex_state = 0}, - [5678] = {.lex_state = 66}, + [5678] = {.lex_state = 65}, [5679] = {.lex_state = 0}, - [5680] = {.lex_state = 66}, - [5681] = {.lex_state = 66}, - [5682] = {.lex_state = 222}, - [5683] = {.lex_state = 0}, - [5684] = {.lex_state = 0}, - [5685] = {.lex_state = 66}, - [5686] = {.lex_state = 0}, - [5687] = {.lex_state = 66}, + [5680] = {.lex_state = 65}, + [5681] = {.lex_state = 65}, + [5682] = {.lex_state = 65}, + [5683] = {.lex_state = 31}, + [5684] = {.lex_state = 65}, + [5685] = {.lex_state = 65}, + [5686] = {.lex_state = 222}, + [5687] = {.lex_state = 0}, [5688] = {.lex_state = 0}, [5689] = {.lex_state = 0}, [5690] = {.lex_state = 0}, - [5691] = {.lex_state = 0}, - [5692] = {.lex_state = 66}, - [5693] = {.lex_state = 0}, - [5694] = {.lex_state = 66}, - [5695] = {.lex_state = 0}, - [5696] = {.lex_state = 66}, - [5697] = {.lex_state = 1853}, - [5698] = {.lex_state = 0}, - [5699] = {.lex_state = 66}, - [5700] = {.lex_state = 66}, - [5701] = {.lex_state = 66}, - [5702] = {.lex_state = 1853}, - [5703] = {.lex_state = 1853}, + [5691] = {.lex_state = 65}, + [5692] = {.lex_state = 0}, + [5693] = {.lex_state = 65}, + [5694] = {.lex_state = 65}, + [5695] = {.lex_state = 1855}, + [5696] = {.lex_state = 65}, + [5697] = {.lex_state = 1855}, + [5698] = {.lex_state = 65}, + [5699] = {.lex_state = 0}, + [5700] = {.lex_state = 65}, + [5701] = {.lex_state = 0}, + [5702] = {.lex_state = 65}, + [5703] = {.lex_state = 65}, [5704] = {.lex_state = 0}, - [5705] = {.lex_state = 66}, - [5706] = {.lex_state = 66}, - [5707] = {.lex_state = 66}, - [5708] = {.lex_state = 66}, - [5709] = {.lex_state = 1853}, + [5705] = {.lex_state = 1855}, + [5706] = {.lex_state = 0}, + [5707] = {.lex_state = 0}, + [5708] = {.lex_state = 0}, + [5709] = {.lex_state = 65}, [5710] = {.lex_state = 0}, [5711] = {.lex_state = 0}, - [5712] = {.lex_state = 1853}, - [5713] = {.lex_state = 66}, + [5712] = {.lex_state = 65}, + [5713] = {.lex_state = 65}, [5714] = {.lex_state = 0}, - [5715] = {.lex_state = 206}, - [5716] = {.lex_state = 66}, - [5717] = {.lex_state = 66}, - [5718] = {.lex_state = 0}, + [5715] = {.lex_state = 0}, + [5716] = {.lex_state = 0}, + [5717] = {.lex_state = 0}, + [5718] = {.lex_state = 65}, [5719] = {.lex_state = 0}, - [5720] = {.lex_state = 0}, - [5721] = {.lex_state = 0}, - [5722] = {.lex_state = 66}, - [5723] = {.lex_state = 0}, + [5720] = {.lex_state = 65}, + [5721] = {.lex_state = 584}, + [5722] = {.lex_state = 584}, + [5723] = {.lex_state = 1855}, [5724] = {.lex_state = 0}, - [5725] = {.lex_state = 1853}, - [5726] = {.lex_state = 0}, - [5727] = {.lex_state = 0}, + [5725] = {.lex_state = 65}, + [5726] = {.lex_state = 222}, + [5727] = {.lex_state = 65}, [5728] = {.lex_state = 0}, [5729] = {.lex_state = 0}, [5730] = {.lex_state = 0}, [5731] = {.lex_state = 0}, - [5732] = {.lex_state = 0}, + [5732] = {.lex_state = 65}, [5733] = {.lex_state = 0}, - [5734] = {.lex_state = 0}, - [5735] = {.lex_state = 66}, - [5736] = {.lex_state = 1853}, - [5737] = {.lex_state = 60}, - [5738] = {.lex_state = 66}, - [5739] = {.lex_state = 1853}, - [5740] = {.lex_state = 0}, - [5741] = {.lex_state = 23}, - [5742] = {.lex_state = 0}, - [5743] = {.lex_state = 66}, + [5734] = {.lex_state = 65}, + [5735] = {.lex_state = 65}, + [5736] = {.lex_state = 1855}, + [5737] = {.lex_state = 65}, + [5738] = {.lex_state = 0}, + [5739] = {.lex_state = 65}, + [5740] = {.lex_state = 65}, + [5741] = {.lex_state = 65}, + [5742] = {.lex_state = 65}, + [5743] = {.lex_state = 0}, [5744] = {.lex_state = 0}, - [5745] = {.lex_state = 0}, - [5746] = {.lex_state = 0}, - [5747] = {.lex_state = 218}, + [5745] = {.lex_state = 65}, + [5746] = {.lex_state = 65}, + [5747] = {.lex_state = 65}, [5748] = {.lex_state = 0}, - [5749] = {.lex_state = 0}, + [5749] = {.lex_state = 1855}, [5750] = {.lex_state = 0}, [5751] = {.lex_state = 0}, [5752] = {.lex_state = 0}, [5753] = {.lex_state = 0}, [5754] = {.lex_state = 0}, - [5755] = {.lex_state = 65}, - [5756] = {.lex_state = 66}, + [5755] = {.lex_state = 1855}, + [5756] = {.lex_state = 0}, [5757] = {.lex_state = 0}, - [5758] = {.lex_state = 66}, - [5759] = {.lex_state = 0}, - [5760] = {.lex_state = 0}, + [5758] = {.lex_state = 0}, + [5759] = {.lex_state = 3094}, + [5760] = {.lex_state = 222}, [5761] = {.lex_state = 0}, - [5762] = {.lex_state = 60}, + [5762] = {.lex_state = 0}, [5763] = {.lex_state = 0}, [5764] = {.lex_state = 0}, - [5765] = {.lex_state = 222}, - [5766] = {.lex_state = 66}, + [5765] = {.lex_state = 0}, + [5766] = {.lex_state = 0}, [5767] = {.lex_state = 0}, [5768] = {.lex_state = 0}, [5769] = {.lex_state = 0}, [5770] = {.lex_state = 0}, [5771] = {.lex_state = 0}, - [5772] = {.lex_state = 226}, + [5772] = {.lex_state = 0}, [5773] = {.lex_state = 0}, - [5774] = {.lex_state = 0}, - [5775] = {.lex_state = 60}, - [5776] = {.lex_state = 584}, - [5777] = {.lex_state = 0}, - [5778] = {.lex_state = 0}, - [5779] = {.lex_state = 0}, + [5774] = {.lex_state = 65}, + [5775] = {.lex_state = 1855}, + [5776] = {.lex_state = 65}, + [5777] = {.lex_state = 60}, + [5778] = {.lex_state = 1855}, + [5779] = {.lex_state = 65}, [5780] = {.lex_state = 0}, - [5781] = {.lex_state = 0}, - [5782] = {.lex_state = 0}, + [5781] = {.lex_state = 23}, + [5782] = {.lex_state = 65}, [5783] = {.lex_state = 0}, - [5784] = {.lex_state = 0}, + [5784] = {.lex_state = 1855}, [5785] = {.lex_state = 0}, - [5786] = {.lex_state = 66}, - [5787] = {.lex_state = 0}, + [5786] = {.lex_state = 0}, + [5787] = {.lex_state = 218}, [5788] = {.lex_state = 0}, - [5789] = {.lex_state = 222}, + [5789] = {.lex_state = 65}, [5790] = {.lex_state = 0}, [5791] = {.lex_state = 0}, - [5792] = {.lex_state = 584}, - [5793] = {.lex_state = 222}, - [5794] = {.lex_state = 0}, + [5792] = {.lex_state = 0}, + [5793] = {.lex_state = 0}, + [5794] = {.lex_state = 584}, [5795] = {.lex_state = 0}, - [5796] = {.lex_state = 66}, - [5797] = {.lex_state = 1853}, - [5798] = {.lex_state = 0}, - [5799] = {.lex_state = 0}, - [5800] = {.lex_state = 66}, - [5801] = {.lex_state = 1853}, - [5802] = {.lex_state = 66}, + [5796] = {.lex_state = 31}, + [5797] = {.lex_state = 0}, + [5798] = {.lex_state = 65}, + [5799] = {.lex_state = 65}, + [5800] = {.lex_state = 0}, + [5801] = {.lex_state = 222}, + [5802] = {.lex_state = 0}, [5803] = {.lex_state = 0}, [5804] = {.lex_state = 0}, [5805] = {.lex_state = 0}, - [5806] = {.lex_state = 66}, - [5807] = {.lex_state = 66}, - [5808] = {.lex_state = 0}, - [5809] = {.lex_state = 66}, - [5810] = {.lex_state = 1853}, + [5806] = {.lex_state = 65}, + [5807] = {.lex_state = 1855}, + [5808] = {.lex_state = 65}, + [5809] = {.lex_state = 0}, + [5810] = {.lex_state = 0}, [5811] = {.lex_state = 0}, - [5812] = {.lex_state = 0}, - [5813] = {.lex_state = 66}, + [5812] = {.lex_state = 65}, + [5813] = {.lex_state = 65}, [5814] = {.lex_state = 0}, - [5815] = {.lex_state = 66}, + [5815] = {.lex_state = 65}, [5816] = {.lex_state = 0}, - [5817] = {.lex_state = 0}, - [5818] = {.lex_state = 584}, - [5819] = {.lex_state = 66}, - [5820] = {.lex_state = 66}, + [5817] = {.lex_state = 1855}, + [5818] = {.lex_state = 0}, + [5819] = {.lex_state = 0}, + [5820] = {.lex_state = 0}, [5821] = {.lex_state = 0}, - [5822] = {.lex_state = 66}, + [5822] = {.lex_state = 0}, [5823] = {.lex_state = 0}, [5824] = {.lex_state = 0}, [5825] = {.lex_state = 0}, [5826] = {.lex_state = 0}, - [5827] = {.lex_state = 23}, - [5828] = {.lex_state = 23}, - [5829] = {.lex_state = 174}, - [5830] = {.lex_state = 0}, - [5831] = {.lex_state = 0}, - [5832] = {.lex_state = 222}, + [5827] = {.lex_state = 65}, + [5828] = {.lex_state = 0}, + [5829] = {.lex_state = 175}, + [5830] = {.lex_state = 175}, + [5831] = {.lex_state = 204}, + [5832] = {.lex_state = 217}, [5833] = {.lex_state = 0}, - [5834] = {.lex_state = 0}, + [5834] = {.lex_state = 222}, [5835] = {.lex_state = 0}, - [5836] = {.lex_state = 66}, + [5836] = {.lex_state = 0}, [5837] = {.lex_state = 0}, [5838] = {.lex_state = 0}, - [5839] = {.lex_state = 0}, - [5840] = {.lex_state = 0}, - [5841] = {.lex_state = 66}, - [5842] = {.lex_state = 584}, - [5843] = {.lex_state = 0}, + [5839] = {.lex_state = 65}, + [5840] = {.lex_state = 1855}, + [5841] = {.lex_state = 65}, + [5842] = {.lex_state = 1855}, + [5843] = {.lex_state = 65}, [5844] = {.lex_state = 0}, - [5845] = {.lex_state = 584}, - [5846] = {.lex_state = 65}, - [5847] = {.lex_state = 66}, - [5848] = {.lex_state = 1853}, - [5849] = {.lex_state = 66}, - [5850] = {.lex_state = 1853}, - [5851] = {.lex_state = 174}, + [5845] = {.lex_state = 65}, + [5846] = {.lex_state = 218}, + [5847] = {.lex_state = 0}, + [5848] = {.lex_state = 0}, + [5849] = {.lex_state = 65}, + [5850] = {.lex_state = 1855}, + [5851] = {.lex_state = 0}, [5852] = {.lex_state = 0}, - [5853] = {.lex_state = 584}, - [5854] = {.lex_state = 66}, + [5853] = {.lex_state = 0}, + [5854] = {.lex_state = 0}, [5855] = {.lex_state = 0}, - [5856] = {.lex_state = 0}, - [5857] = {.lex_state = 1853}, + [5856] = {.lex_state = 65}, + [5857] = {.lex_state = 0}, [5858] = {.lex_state = 0}, - [5859] = {.lex_state = 23}, - [5860] = {.lex_state = 66}, + [5859] = {.lex_state = 65}, + [5860] = {.lex_state = 222}, [5861] = {.lex_state = 0}, [5862] = {.lex_state = 0}, - [5863] = {.lex_state = 0}, - [5864] = {.lex_state = 218}, + [5863] = {.lex_state = 174}, + [5864] = {.lex_state = 0}, [5865] = {.lex_state = 0}, - [5866] = {.lex_state = 0}, - [5867] = {.lex_state = 0}, + [5866] = {.lex_state = 65}, + [5867] = {.lex_state = 1855}, [5868] = {.lex_state = 0}, - [5869] = {.lex_state = 1853}, - [5870] = {.lex_state = 0}, + [5869] = {.lex_state = 1855}, + [5870] = {.lex_state = 65}, [5871] = {.lex_state = 0}, [5872] = {.lex_state = 0}, - [5873] = {.lex_state = 190}, - [5874] = {.lex_state = 3092}, - [5875] = {.lex_state = 66}, - [5876] = {.lex_state = 222}, - [5877] = {.lex_state = 0}, + [5873] = {.lex_state = 65}, + [5874] = {.lex_state = 0}, + [5875] = {.lex_state = 0}, + [5876] = {.lex_state = 1855}, + [5877] = {.lex_state = 23}, [5878] = {.lex_state = 0}, [5879] = {.lex_state = 0}, [5880] = {.lex_state = 0}, [5881] = {.lex_state = 0}, - [5882] = {.lex_state = 584}, - [5883] = {.lex_state = 23}, + [5882] = {.lex_state = 0}, + [5883] = {.lex_state = 65}, [5884] = {.lex_state = 0}, - [5885] = {.lex_state = 66}, + [5885] = {.lex_state = 0}, [5886] = {.lex_state = 0}, - [5887] = {.lex_state = 66}, - [5888] = {.lex_state = 0}, + [5887] = {.lex_state = 0}, + [5888] = {.lex_state = 222}, [5889] = {.lex_state = 0}, [5890] = {.lex_state = 0}, [5891] = {.lex_state = 0}, - [5892] = {.lex_state = 66}, - [5893] = {.lex_state = 23}, - [5894] = {.lex_state = 1853}, - [5895] = {.lex_state = 66}, - [5896] = {.lex_state = 0}, - [5897] = {.lex_state = 60}, + [5892] = {.lex_state = 0}, + [5893] = {.lex_state = 65}, + [5894] = {.lex_state = 1855}, + [5895] = {.lex_state = 65}, + [5896] = {.lex_state = 1855}, + [5897] = {.lex_state = 65}, [5898] = {.lex_state = 0}, [5899] = {.lex_state = 0}, - [5900] = {.lex_state = 0}, - [5901] = {.lex_state = 1853}, - [5902] = {.lex_state = 66}, - [5903] = {.lex_state = 23}, + [5900] = {.lex_state = 65}, + [5901] = {.lex_state = 0}, + [5902] = {.lex_state = 0}, + [5903] = {.lex_state = 1855}, [5904] = {.lex_state = 0}, - [5905] = {.lex_state = 66}, + [5905] = {.lex_state = 190}, [5906] = {.lex_state = 0}, - [5907] = {.lex_state = 584}, - [5908] = {.lex_state = 0}, - [5909] = {.lex_state = 0}, + [5907] = {.lex_state = 0}, + [5908] = {.lex_state = 65}, + [5909] = {.lex_state = 23}, [5910] = {.lex_state = 0}, - [5911] = {.lex_state = 0}, + [5911] = {.lex_state = 222}, [5912] = {.lex_state = 0}, - [5913] = {.lex_state = 23}, - [5914] = {.lex_state = 1853}, - [5915] = {.lex_state = 1853}, + [5913] = {.lex_state = 584}, + [5914] = {.lex_state = 0}, + [5915] = {.lex_state = 0}, [5916] = {.lex_state = 0}, - [5917] = {.lex_state = 1853}, + [5917] = {.lex_state = 0}, [5918] = {.lex_state = 0}, [5919] = {.lex_state = 0}, [5920] = {.lex_state = 0}, - [5921] = {.lex_state = 0}, - [5922] = {.lex_state = 66}, - [5923] = {.lex_state = 23}, - [5924] = {.lex_state = 0}, - [5925] = {.lex_state = 1853}, - [5926] = {.lex_state = 0}, - [5927] = {.lex_state = 66}, + [5921] = {.lex_state = 65}, + [5922] = {.lex_state = 1855}, + [5923] = {.lex_state = 584}, + [5924] = {.lex_state = 65}, + [5925] = {.lex_state = 1855}, + [5926] = {.lex_state = 65}, + [5927] = {.lex_state = 0}, [5928] = {.lex_state = 0}, - [5929] = {.lex_state = 0}, + [5929] = {.lex_state = 65}, [5930] = {.lex_state = 0}, - [5931] = {.lex_state = 0}, - [5932] = {.lex_state = 3141}, - [5933] = {.lex_state = 23}, - [5934] = {.lex_state = 0}, + [5931] = {.lex_state = 1855}, + [5932] = {.lex_state = 23}, + [5933] = {.lex_state = 0}, + [5934] = {.lex_state = 1855}, [5935] = {.lex_state = 0}, - [5936] = {.lex_state = 0}, - [5937] = {.lex_state = 66}, + [5936] = {.lex_state = 226}, + [5937] = {.lex_state = 0}, [5938] = {.lex_state = 0}, [5939] = {.lex_state = 0}, [5940] = {.lex_state = 0}, - [5941] = {.lex_state = 66}, + [5941] = {.lex_state = 0}, [5942] = {.lex_state = 0}, [5943] = {.lex_state = 23}, [5944] = {.lex_state = 0}, - [5945] = {.lex_state = 0}, + [5945] = {.lex_state = 65}, [5946] = {.lex_state = 0}, - [5947] = {.lex_state = 66}, - [5948] = {.lex_state = 0}, + [5947] = {.lex_state = 0}, + [5948] = {.lex_state = 3094}, [5949] = {.lex_state = 0}, [5950] = {.lex_state = 0}, [5951] = {.lex_state = 0}, [5952] = {.lex_state = 0}, [5953] = {.lex_state = 23}, - [5954] = {.lex_state = 0}, - [5955] = {.lex_state = 0}, - [5956] = {.lex_state = 222}, - [5957] = {.lex_state = 0}, + [5954] = {.lex_state = 584}, + [5955] = {.lex_state = 584}, + [5956] = {.lex_state = 0}, + [5957] = {.lex_state = 23}, [5958] = {.lex_state = 0}, [5959] = {.lex_state = 0}, [5960] = {.lex_state = 0}, [5961] = {.lex_state = 0}, - [5962] = {.lex_state = 23}, - [5963] = {.lex_state = 222}, + [5962] = {.lex_state = 65}, + [5963] = {.lex_state = 23}, [5964] = {.lex_state = 0}, [5965] = {.lex_state = 0}, [5966] = {.lex_state = 0}, - [5967] = {.lex_state = 0}, - [5968] = {.lex_state = 0}, - [5969] = {.lex_state = 584}, - [5970] = {.lex_state = 174}, + [5967] = {.lex_state = 60}, + [5968] = {.lex_state = 65}, + [5969] = {.lex_state = 0}, + [5970] = {.lex_state = 0}, [5971] = {.lex_state = 0}, - [5972] = {.lex_state = 1853}, - [5973] = {.lex_state = 0}, + [5972] = {.lex_state = 60}, + [5973] = {.lex_state = 23}, [5974] = {.lex_state = 0}, - [5975] = {.lex_state = 0}, + [5975] = {.lex_state = 3143}, [5976] = {.lex_state = 0}, [5977] = {.lex_state = 0}, [5978] = {.lex_state = 0}, - [5979] = {.lex_state = 3092}, + [5979] = {.lex_state = 0}, [5980] = {.lex_state = 0}, [5981] = {.lex_state = 0}, - [5982] = {.lex_state = 0}, - [5983] = {.lex_state = 0}, - [5984] = {.lex_state = 0}, - [5985] = {.lex_state = 0}, + [5982] = {.lex_state = 222}, + [5983] = {.lex_state = 23}, + [5984] = {.lex_state = 584}, + [5985] = {.lex_state = 174}, [5986] = {.lex_state = 0}, [5987] = {.lex_state = 0}, - [5988] = {.lex_state = 23}, + [5988] = {.lex_state = 0}, [5989] = {.lex_state = 0}, [5990] = {.lex_state = 0}, [5991] = {.lex_state = 0}, [5992] = {.lex_state = 0}, - [5993] = {.lex_state = 0}, + [5993] = {.lex_state = 23}, [5994] = {.lex_state = 0}, - [5995] = {.lex_state = 0}, + [5995] = {.lex_state = 65}, [5996] = {.lex_state = 0}, [5997] = {.lex_state = 0}, [5998] = {.lex_state = 0}, [5999] = {.lex_state = 0}, [6000] = {.lex_state = 0}, [6001] = {.lex_state = 0}, - [6002] = {.lex_state = 0}, - [6003] = {.lex_state = 0}, - [6004] = {.lex_state = 0}, - [6005] = {.lex_state = 1853}, - [6006] = {.lex_state = 0}, - [6007] = {.lex_state = 66}, + [6002] = {.lex_state = 206}, + [6003] = {.lex_state = 23}, + [6004] = {.lex_state = 1855}, + [6005] = {.lex_state = 0}, + [6006] = {.lex_state = 23}, + [6007] = {.lex_state = 65}, [6008] = {.lex_state = 0}, [6009] = {.lex_state = 0}, [6010] = {.lex_state = 0}, [6011] = {.lex_state = 0}, - [6012] = {.lex_state = 0}, - [6013] = {.lex_state = 66}, + [6012] = {.lex_state = 23}, + [6013] = {.lex_state = 1855}, [6014] = {.lex_state = 0}, [6015] = {.lex_state = 0}, - [6016] = {.lex_state = 0}, + [6016] = {.lex_state = 65}, [6017] = {.lex_state = 0}, [6018] = {.lex_state = 0}, - [6019] = {.lex_state = 222}, - [6020] = {.lex_state = 222}, - [6021] = {.lex_state = 222}, - [6022] = {.lex_state = 66}, - [6023] = {.lex_state = 0}, + [6019] = {.lex_state = 0}, + [6020] = {.lex_state = 0}, + [6021] = {.lex_state = 0}, + [6022] = {.lex_state = 0}, + [6023] = {.lex_state = 65}, [6024] = {.lex_state = 0}, - [6025] = {.lex_state = 60}, + [6025] = {.lex_state = 0}, [6026] = {.lex_state = 0}, [6027] = {.lex_state = 0}, - [6028] = {.lex_state = 1853}, + [6028] = {.lex_state = 0}, [6029] = {.lex_state = 0}, - [6030] = {.lex_state = 0}, - [6031] = {.lex_state = 222}, - [6032] = {.lex_state = 222}, + [6030] = {.lex_state = 1855}, + [6031] = {.lex_state = 0}, + [6032] = {.lex_state = 0}, [6033] = {.lex_state = 0}, [6034] = {.lex_state = 0}, - [6035] = {.lex_state = 0}, + [6035] = {.lex_state = 584}, [6036] = {.lex_state = 0}, - [6037] = {.lex_state = 66}, - [6038] = {.lex_state = 66}, - [6039] = {.lex_state = 584}, + [6037] = {.lex_state = 0}, + [6038] = {.lex_state = 0}, + [6039] = {.lex_state = 0}, [6040] = {.lex_state = 584}, - [6041] = {.lex_state = 1853}, - [6042] = {.lex_state = 66}, - [6043] = {.lex_state = 584}, + [6041] = {.lex_state = 0}, + [6042] = {.lex_state = 0}, + [6043] = {.lex_state = 0}, [6044] = {.lex_state = 0}, - [6045] = {.lex_state = 66}, - [6046] = {.lex_state = 1853}, + [6045] = {.lex_state = 0}, + [6046] = {.lex_state = 0}, [6047] = {.lex_state = 0}, - [6048] = {.lex_state = 66}, - [6049] = {.lex_state = 226}, + [6048] = {.lex_state = 0}, + [6049] = {.lex_state = 65}, [6050] = {.lex_state = 0}, - [6051] = {.lex_state = 226}, - [6052] = {.lex_state = 66}, + [6051] = {.lex_state = 0}, + [6052] = {.lex_state = 0}, [6053] = {.lex_state = 0}, [6054] = {.lex_state = 0}, [6055] = {.lex_state = 584}, [6056] = {.lex_state = 0}, - [6057] = {.lex_state = 0}, - [6058] = {.lex_state = 3}, - [6059] = {.lex_state = 1853}, - [6060] = {.lex_state = 1853}, - [6061] = {.lex_state = 65}, + [6057] = {.lex_state = 174}, + [6058] = {.lex_state = 0}, + [6059] = {.lex_state = 65}, + [6060] = {.lex_state = 0}, + [6061] = {.lex_state = 0}, [6062] = {.lex_state = 0}, [6063] = {.lex_state = 0}, - [6064] = {.lex_state = 175}, - [6065] = {.lex_state = 65}, + [6064] = {.lex_state = 0}, + [6065] = {.lex_state = 60}, [6066] = {.lex_state = 0}, - [6067] = {.lex_state = 65}, + [6067] = {.lex_state = 0}, [6068] = {.lex_state = 0}, - [6069] = {.lex_state = 65}, - [6070] = {.lex_state = 0}, - [6071] = {.lex_state = 65}, + [6069] = {.lex_state = 584}, + [6070] = {.lex_state = 1855}, + [6071] = {.lex_state = 0}, [6072] = {.lex_state = 0}, - [6073] = {.lex_state = 65}, - [6074] = {.lex_state = 0}, - [6075] = {.lex_state = 65}, - [6076] = {.lex_state = 0}, - [6077] = {.lex_state = 65}, + [6073] = {.lex_state = 206}, + [6074] = {.lex_state = 3094}, + [6075] = {.lex_state = 60}, + [6076] = {.lex_state = 584}, + [6077] = {.lex_state = 0}, [6078] = {.lex_state = 0}, [6079] = {.lex_state = 0}, - [6080] = {.lex_state = 0}, - [6081] = {.lex_state = 0}, + [6080] = {.lex_state = 65}, + [6081] = {.lex_state = 60}, [6082] = {.lex_state = 0}, - [6083] = {.lex_state = 226}, - [6084] = {.lex_state = 222}, + [6083] = {.lex_state = 65}, + [6084] = {.lex_state = 0}, [6085] = {.lex_state = 0}, [6086] = {.lex_state = 0}, - [6087] = {.lex_state = 226}, + [6087] = {.lex_state = 65}, [6088] = {.lex_state = 0}, [6089] = {.lex_state = 0}, - [6090] = {.lex_state = 66}, - [6091] = {.lex_state = 66}, - [6092] = {.lex_state = 66}, - [6093] = {.lex_state = 0}, - [6094] = {.lex_state = 584}, - [6095] = {(TSStateId)(-1)}, + [6090] = {.lex_state = 0}, + [6091] = {.lex_state = 584}, + [6092] = {.lex_state = 584}, + [6093] = {.lex_state = 584}, + [6094] = {.lex_state = 0}, + [6095] = {.lex_state = 226}, + [6096] = {.lex_state = 584}, + [6097] = {.lex_state = 584}, + [6098] = {.lex_state = 222}, + [6099] = {.lex_state = 0}, + [6100] = {.lex_state = 3}, + [6101] = {.lex_state = 0}, + [6102] = {.lex_state = 60}, + [6103] = {.lex_state = 31}, + [6104] = {.lex_state = 0}, + [6105] = {.lex_state = 0}, + [6106] = {.lex_state = 175}, + [6107] = {.lex_state = 31}, + [6108] = {.lex_state = 0}, + [6109] = {.lex_state = 31}, + [6110] = {.lex_state = 0}, + [6111] = {.lex_state = 31}, + [6112] = {.lex_state = 0}, + [6113] = {.lex_state = 31}, + [6114] = {.lex_state = 0}, + [6115] = {.lex_state = 31}, + [6116] = {.lex_state = 0}, + [6117] = {.lex_state = 31}, + [6118] = {.lex_state = 0}, + [6119] = {.lex_state = 31}, + [6120] = {.lex_state = 0}, + [6121] = {.lex_state = 0}, + [6122] = {.lex_state = 0}, + [6123] = {.lex_state = 0}, + [6124] = {.lex_state = 0}, + [6125] = {.lex_state = 65}, + [6126] = {.lex_state = 0}, + [6127] = {.lex_state = 65}, + [6128] = {.lex_state = 65}, + [6129] = {.lex_state = 222}, + [6130] = {.lex_state = 65}, + [6131] = {.lex_state = 222}, + [6132] = {.lex_state = 226}, + [6133] = {.lex_state = 222}, + [6134] = {.lex_state = 222}, + [6135] = {.lex_state = 226}, + [6136] = {.lex_state = 226}, + [6137] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -71260,85 +71410,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [1] = { - [sym_nu_script] = STATE(5965), - [sym_shebang] = STATE(141), - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4673), - [sym__declaration_last] = STATE(5304), - [sym_decl_alias_last] = STATE(5310), - [sym_stmt_let_last] = STATE(5312), - [sym_stmt_mut_last] = STATE(5312), - [sym_stmt_const_last] = STATE(5312), - [sym__statement_last] = STATE(5304), - [sym_pipeline_last] = STATE(5312), - [sym__block_body] = STATE(5945), - [sym_decl_def] = STATE(1551), - [sym_decl_export] = STATE(1551), - [sym_decl_extern] = STATE(1551), - [sym_decl_module] = STATE(1551), - [sym_decl_use] = STATE(1551), - [sym__ctrl_statement] = STATE(1545), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_for] = STATE(1543), - [sym_ctrl_loop] = STATE(1543), - [sym_ctrl_error] = STATE(1543), - [sym_ctrl_while] = STATE(1543), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_stmt_source] = STATE(1545), - [sym_stmt_register] = STATE(1545), - [sym__stmt_hide] = STATE(1545), - [sym_hide_mod] = STATE(1524), - [sym_hide_env] = STATE(1524), - [sym__stmt_overlay] = STATE(1545), - [sym_overlay_list] = STATE(1523), - [sym_overlay_hide] = STATE(1523), - [sym_overlay_new] = STATE(1523), - [sym_overlay_use] = STATE(1523), - [sym_assignment] = STATE(1545), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(2577), - [sym__var] = STATE(2406), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), + [sym_nu_script] = STATE(5978), + [sym_shebang] = STATE(145), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4660), + [sym__declaration_last] = STATE(5429), + [sym_decl_alias_last] = STATE(5408), + [sym_stmt_let_last] = STATE(5403), + [sym_stmt_mut_last] = STATE(5403), + [sym_stmt_const_last] = STATE(5403), + [sym__statement_last] = STATE(5429), + [sym_pipeline_last] = STATE(5403), + [sym__block_body] = STATE(5965), + [sym_decl_def] = STATE(1507), + [sym_decl_export] = STATE(1507), + [sym_decl_extern] = STATE(1507), + [sym_decl_module] = STATE(1507), + [sym_decl_use] = STATE(1507), + [sym__ctrl_statement] = STATE(1510), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_for] = STATE(1513), + [sym_ctrl_loop] = STATE(1513), + [sym_ctrl_error] = STATE(1513), + [sym_ctrl_while] = STATE(1513), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_stmt_source] = STATE(1510), + [sym_stmt_register] = STATE(1510), + [sym__stmt_hide] = STATE(1510), + [sym_hide_mod] = STATE(1514), + [sym_hide_env] = STATE(1514), + [sym__stmt_overlay] = STATE(1510), + [sym_overlay_list] = STATE(1517), + [sym_overlay_hide] = STATE(1517), + [sym_overlay_new] = STATE(1517), + [sym_overlay_use] = STATE(1517), + [sym_assignment] = STATE(1510), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(2614), + [sym__var] = STATE(2434), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), [sym_comment] = STATE(1), - [aux_sym_pipeline_repeat1] = STATE(810), - [aux_sym__block_body_repeat2] = STATE(223), + [aux_sym_pipeline_repeat1] = STATE(831), + [aux_sym__block_body_repeat2] = STATE(236), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_POUND_BANG] = ACTIONS(7), [anon_sym_export] = ACTIONS(9), @@ -71379,7 +71530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(75), [anon_sym_PLUS] = ACTIONS(77), [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = ACTIONS(81), + [anon_sym_null] = ACTIONS(81), [anon_sym_true] = ACTIONS(83), [anon_sym_false] = ACTIONS(83), [aux_sym__val_number_decimal_token1] = ACTIONS(85), @@ -71474,7 +71625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_not] = ACTIONS(107), [aux_sym__immediate_decimal_token1] = ACTIONS(111), [aux_sym__immediate_decimal_token2] = ACTIONS(113), - [sym_val_nothing] = 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), @@ -71647,7 +71798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_not] = ACTIONS(115), [aux_sym__immediate_decimal_token1] = ACTIONS(119), [aux_sym__immediate_decimal_token2] = ACTIONS(121), - [sym_val_nothing] = 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), @@ -71749,179 +71900,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [4] = { [sym_comment] = STATE(4), - [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(123), - [aux_sym__immediate_decimal_token2] = ACTIONS(125), - [sym_val_nothing] = 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), - }, - [5] = { - [sym_comment] = STATE(5), - [ts_builtin_sym_end] = ACTIONS(117), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -71938,6 +71916,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -71952,6 +71931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -71989,9 +71969,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(127), - [aux_sym__immediate_decimal_token2] = ACTIONS(129), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token1] = ACTIONS(123), + [aux_sym__immediate_decimal_token2] = ACTIONS(125), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -72088,183 +72068,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [6] = { - [sym_comment] = STATE(6), - [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(131), - [aux_sym__immediate_decimal_token2] = ACTIONS(133), - [sym_val_nothing] = 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), + [5] = { + [sym_comment] = STATE(5), + [anon_sym_export] = ACTIONS(127), + [anon_sym_alias] = ACTIONS(127), + [anon_sym_let] = ACTIONS(127), + [anon_sym_let_DASHenv] = ACTIONS(127), + [anon_sym_mut] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [sym_cmd_identifier] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_def] = ACTIONS(127), + [anon_sym_export_DASHenv] = ACTIONS(127), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_module] = ACTIONS(127), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_error] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_break] = ACTIONS(127), + [anon_sym_continue] = ACTIONS(127), + [anon_sym_for] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_loop] = ACTIONS(127), + [anon_sym_while] = ACTIONS(127), + [anon_sym_do] = ACTIONS(127), + [anon_sym_if] = ACTIONS(127), + [anon_sym_match] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(131), + [anon_sym_try] = ACTIONS(127), + [anon_sym_return] = ACTIONS(127), + [anon_sym_source] = ACTIONS(127), + [anon_sym_source_DASHenv] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_hide] = ACTIONS(127), + [anon_sym_hide_DASHenv] = ACTIONS(127), + [anon_sym_overlay] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_where] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [anon_sym_not] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(134), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_CARET] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(105), }, - [7] = { - [sym_comment] = STATE(7), + [6] = { + [sym_comment] = STATE(6), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -72335,7 +72314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), [aux_sym__immediate_decimal_token2] = ACTIONS(113), - [sym_val_nothing] = 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), @@ -72435,8 +72414,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [8] = { - [sym_comment] = STATE(8), + [7] = { + [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), @@ -72453,7 +72433,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -72468,7 +72447,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -72506,9 +72484,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(135), - [aux_sym__immediate_decimal_token2] = ACTIONS(137), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token1] = ACTIONS(136), + [aux_sym__immediate_decimal_token2] = ACTIONS(138), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -72605,10 +72583,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [9] = { - [sym_comment] = STATE(9), + [8] = { + [sym_comment] = STATE(8), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -72679,7 +72658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), [aux_sym__immediate_decimal_token2] = ACTIONS(121), - [sym_val_nothing] = 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), @@ -72779,352 +72758,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [10] = { - [sym_comment] = STATE(10), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(143), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [11] = { - [sym_comment] = STATE(11), - [anon_sym_export] = ACTIONS(145), - [anon_sym_alias] = ACTIONS(145), - [anon_sym_let] = ACTIONS(145), - [anon_sym_let_DASHenv] = ACTIONS(145), - [anon_sym_mut] = ACTIONS(145), - [anon_sym_const] = ACTIONS(145), - [anon_sym_SEMI] = ACTIONS(145), - [sym_cmd_identifier] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_def] = ACTIONS(145), - [anon_sym_export_DASHenv] = ACTIONS(145), - [anon_sym_extern] = ACTIONS(145), - [anon_sym_module] = ACTIONS(145), - [anon_sym_use] = ACTIONS(145), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_error] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_break] = ACTIONS(145), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_for] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_loop] = ACTIONS(145), - [anon_sym_while] = ACTIONS(145), - [anon_sym_do] = ACTIONS(145), - [anon_sym_if] = ACTIONS(145), - [anon_sym_match] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(149), - [anon_sym_try] = ACTIONS(145), - [anon_sym_return] = ACTIONS(145), - [anon_sym_source] = ACTIONS(145), - [anon_sym_source_DASHenv] = ACTIONS(145), - [anon_sym_register] = ACTIONS(145), - [anon_sym_hide] = ACTIONS(145), - [anon_sym_hide_DASHenv] = ACTIONS(145), - [anon_sym_overlay] = ACTIONS(145), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_where] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [anon_sym_not] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(152), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_CARET] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(105), - }, - [12] = { - [sym_comment] = STATE(12), + [9] = { + [sym_comment] = STATE(9), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -73158,7 +72793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(154), + [anon_sym_DOT2] = ACTIONS(109), [anon_sym_try] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), [anon_sym_source] = ACTIONS(107), @@ -73194,8 +72829,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(113), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token1] = ACTIONS(140), + [aux_sym__immediate_decimal_token2] = ACTIONS(142), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -73292,695 +72928,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [13] = { - [sym_comment] = STATE(13), - [ts_builtin_sym_end] = ACTIONS(147), - [anon_sym_export] = ACTIONS(145), - [anon_sym_alias] = ACTIONS(145), - [anon_sym_let] = ACTIONS(145), - [anon_sym_let_DASHenv] = ACTIONS(145), - [anon_sym_mut] = ACTIONS(145), - [anon_sym_const] = ACTIONS(145), - [anon_sym_SEMI] = ACTIONS(145), - [sym_cmd_identifier] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_def] = ACTIONS(145), - [anon_sym_export_DASHenv] = ACTIONS(145), - [anon_sym_extern] = ACTIONS(145), - [anon_sym_module] = ACTIONS(145), - [anon_sym_use] = ACTIONS(145), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_error] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_break] = ACTIONS(145), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_for] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_loop] = ACTIONS(145), - [anon_sym_while] = ACTIONS(145), - [anon_sym_do] = ACTIONS(145), - [anon_sym_if] = ACTIONS(145), - [anon_sym_match] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(157), - [anon_sym_try] = ACTIONS(145), - [anon_sym_return] = ACTIONS(145), - [anon_sym_source] = ACTIONS(145), - [anon_sym_source_DASHenv] = ACTIONS(145), - [anon_sym_register] = ACTIONS(145), - [anon_sym_hide] = ACTIONS(145), - [anon_sym_hide_DASHenv] = ACTIONS(145), - [anon_sym_overlay] = ACTIONS(145), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_where] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [anon_sym_not] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(160), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_CARET] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(105), - }, - [14] = { - [sym_comment] = STATE(14), - [anon_sym_export] = ACTIONS(162), - [anon_sym_alias] = ACTIONS(162), - [anon_sym_let] = ACTIONS(162), - [anon_sym_let_DASHenv] = ACTIONS(162), - [anon_sym_mut] = ACTIONS(162), - [anon_sym_const] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(162), - [sym_cmd_identifier] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_def] = ACTIONS(162), - [anon_sym_export_DASHenv] = ACTIONS(162), - [anon_sym_extern] = ACTIONS(162), - [anon_sym_module] = ACTIONS(162), - [anon_sym_use] = ACTIONS(162), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_RPAREN] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_error] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_break] = ACTIONS(162), - [anon_sym_continue] = ACTIONS(162), - [anon_sym_for] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_loop] = ACTIONS(162), - [anon_sym_while] = ACTIONS(162), - [anon_sym_do] = ACTIONS(162), - [anon_sym_if] = ACTIONS(162), - [anon_sym_match] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_try] = ACTIONS(162), - [anon_sym_return] = ACTIONS(162), - [anon_sym_source] = ACTIONS(162), - [anon_sym_source_DASHenv] = ACTIONS(162), - [anon_sym_register] = ACTIONS(162), - [anon_sym_hide] = ACTIONS(162), - [anon_sym_hide_DASHenv] = ACTIONS(162), - [anon_sym_overlay] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_where] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_not] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_CARET] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [15] = { - [sym_comment] = STATE(15), - [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(129), - [sym_val_nothing] = 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), - }, - [16] = { - [sym_comment] = STATE(16), - [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(166), - [aux_sym__immediate_decimal_token2] = ACTIONS(168), - [sym_val_nothing] = 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), }, - [17] = { - [sym_comment] = STATE(17), + [10] = { + [sym_comment] = STATE(10), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), @@ -74049,9 +73000,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(170), - [aux_sym__immediate_decimal_token2] = ACTIONS(172), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token1] = ACTIONS(144), + [aux_sym__immediate_decimal_token2] = ACTIONS(146), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -74148,10 +73099,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [18] = { - [sym_comment] = STATE(18), + [11] = { + [sym_comment] = STATE(11), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(152), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [12] = { + [sym_comment] = STATE(12), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -74185,7 +73309,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(174), + [anon_sym_DOT2] = ACTIONS(154), [anon_sym_try] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), [anon_sym_source] = ACTIONS(107), @@ -74221,8 +73345,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(125), - [sym_val_nothing] = 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), @@ -74319,10 +73443,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [19] = { - [sym_comment] = STATE(19), + [13] = { + [sym_comment] = STATE(13), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), @@ -74391,8 +73516,350 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(133), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token1] = ACTIONS(157), + [aux_sym__immediate_decimal_token2] = ACTIONS(159), + [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), + }, + [14] = { + [sym_comment] = STATE(14), + [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(161), + [aux_sym__immediate_decimal_token2] = ACTIONS(163), + [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), + }, + [15] = { + [sym_comment] = STATE(15), + [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(146), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -74492,351 +73959,863 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, + [16] = { + [sym_comment] = STATE(16), + [anon_sym_export] = ACTIONS(165), + [anon_sym_alias] = ACTIONS(165), + [anon_sym_let] = ACTIONS(165), + [anon_sym_let_DASHenv] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(165), + [anon_sym_const] = ACTIONS(165), + [anon_sym_SEMI] = ACTIONS(165), + [sym_cmd_identifier] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_def] = ACTIONS(165), + [anon_sym_export_DASHenv] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(165), + [anon_sym_module] = ACTIONS(165), + [anon_sym_use] = ACTIONS(165), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_RPAREN] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_error] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_loop] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_do] = ACTIONS(165), + [anon_sym_if] = ACTIONS(165), + [anon_sym_match] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_try] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_source] = ACTIONS(165), + [anon_sym_source_DASHenv] = ACTIONS(165), + [anon_sym_register] = ACTIONS(165), + [anon_sym_hide] = ACTIONS(165), + [anon_sym_hide_DASHenv] = ACTIONS(165), + [anon_sym_overlay] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_where] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_not] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_CARET] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), + }, + [17] = { + [sym_comment] = STATE(17), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(169), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [18] = { + [sym_comment] = STATE(18), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [19] = { + [sym_comment] = STATE(19), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(175), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(177), + [anon_sym_POUND] = ACTIONS(105), + }, [20] = { [sym_comment] = STATE(20), - [ts_builtin_sym_end] = ACTIONS(141), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(177), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [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), }, [21] = { [sym_comment] = STATE(21), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(179), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [22] = { - [sym_comment] = STATE(22), - [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -74853,6 +74832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -74867,8 +74847,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(181), + [anon_sym_DOT2] = ACTIONS(179), [anon_sym_try] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), [anon_sym_source] = ACTIONS(107), @@ -74904,8 +74885,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(133), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(142), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -75002,11 +74983,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [23] = { - [sym_comment] = STATE(23), + [22] = { + [sym_comment] = STATE(22), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -75076,8 +75056,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(125), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(142), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -75176,8 +75156,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [24] = { - [sym_comment] = STATE(24), + [23] = { + [sym_comment] = STATE(23), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -75247,7 +75227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [sym_val_nothing] = 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), @@ -75347,350 +75327,693 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, + [24] = { + [sym_comment] = STATE(24), + [anon_sym_export] = ACTIONS(127), + [anon_sym_alias] = ACTIONS(127), + [anon_sym_let] = ACTIONS(127), + [anon_sym_let_DASHenv] = ACTIONS(127), + [anon_sym_mut] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [sym_cmd_identifier] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_def] = ACTIONS(127), + [anon_sym_export_DASHenv] = ACTIONS(127), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_module] = ACTIONS(127), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_error] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_break] = ACTIONS(127), + [anon_sym_continue] = ACTIONS(127), + [anon_sym_for] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_loop] = ACTIONS(127), + [anon_sym_while] = ACTIONS(127), + [anon_sym_do] = ACTIONS(127), + [anon_sym_if] = ACTIONS(127), + [anon_sym_match] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(182), + [anon_sym_try] = ACTIONS(127), + [anon_sym_return] = ACTIONS(127), + [anon_sym_source] = ACTIONS(127), + [anon_sym_source_DASHenv] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_hide] = ACTIONS(127), + [anon_sym_hide_DASHenv] = ACTIONS(127), + [anon_sym_overlay] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_where] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [anon_sym_not] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(185), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_CARET] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, [25] = { [sym_comment] = STATE(25), - [anon_sym_export] = ACTIONS(145), - [anon_sym_alias] = ACTIONS(145), - [anon_sym_let] = ACTIONS(145), - [anon_sym_let_DASHenv] = ACTIONS(145), - [anon_sym_mut] = ACTIONS(145), - [anon_sym_const] = ACTIONS(145), - [anon_sym_SEMI] = ACTIONS(145), - [sym_cmd_identifier] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_def] = ACTIONS(145), - [anon_sym_export_DASHenv] = ACTIONS(145), - [anon_sym_extern] = ACTIONS(145), - [anon_sym_module] = ACTIONS(145), - [anon_sym_use] = ACTIONS(145), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_error] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_break] = ACTIONS(145), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_for] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_loop] = ACTIONS(145), - [anon_sym_while] = ACTIONS(145), - [anon_sym_do] = ACTIONS(145), - [anon_sym_if] = ACTIONS(145), - [anon_sym_match] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(184), - [anon_sym_try] = ACTIONS(145), - [anon_sym_return] = ACTIONS(145), - [anon_sym_source] = ACTIONS(145), - [anon_sym_source_DASHenv] = ACTIONS(145), - [anon_sym_register] = ACTIONS(145), - [anon_sym_hide] = ACTIONS(145), - [anon_sym_hide_DASHenv] = ACTIONS(145), - [anon_sym_overlay] = ACTIONS(145), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_where] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [anon_sym_not] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(187), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_CARET] = ACTIONS(145), + [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(125), + [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), }, [26] = { [sym_comment] = STATE(26), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [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(187), + [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(146), + [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), }, [27] = { [sym_comment] = STATE(27), + [ts_builtin_sym_end] = ACTIONS(129), + [anon_sym_export] = ACTIONS(127), + [anon_sym_alias] = ACTIONS(127), + [anon_sym_let] = ACTIONS(127), + [anon_sym_let_DASHenv] = ACTIONS(127), + [anon_sym_mut] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [sym_cmd_identifier] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_def] = ACTIONS(127), + [anon_sym_export_DASHenv] = ACTIONS(127), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_module] = ACTIONS(127), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_error] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_break] = ACTIONS(127), + [anon_sym_continue] = ACTIONS(127), + [anon_sym_for] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_loop] = ACTIONS(127), + [anon_sym_while] = ACTIONS(127), + [anon_sym_do] = ACTIONS(127), + [anon_sym_if] = ACTIONS(127), + [anon_sym_match] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(190), + [anon_sym_try] = ACTIONS(127), + [anon_sym_return] = ACTIONS(127), + [anon_sym_source] = ACTIONS(127), + [anon_sym_source_DASHenv] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_hide] = ACTIONS(127), + [anon_sym_hide_DASHenv] = ACTIONS(127), + [anon_sym_overlay] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_where] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [anon_sym_not] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(193), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_CARET] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, + [28] = { + [sym_comment] = STATE(28), + [ts_builtin_sym_end] = ACTIONS(117), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -75707,7 +76030,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -75722,7 +76044,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -75760,7 +76081,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token2] = ACTIONS(138), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -75860,179 +76182,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [28] = { - [sym_comment] = STATE(28), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(193), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(195), - [anon_sym_POUND] = ACTIONS(105), - }, [29] = { [sym_comment] = STATE(29), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(195), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [30] = { + [sym_comment] = STATE(30), + [ts_builtin_sym_end] = ACTIONS(117), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -76049,7 +76372,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -76064,7 +76386,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -76102,8 +76423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(137), - [sym_val_nothing] = 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), @@ -76200,181 +76520,521 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(115), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), [anon_sym_CARET] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), - }, - [30] = { - [sym_comment] = STATE(30), - [ts_builtin_sym_end] = ACTIONS(141), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, [31] = { [sym_comment] = STATE(31), - [ts_builtin_sym_end] = ACTIONS(117), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(177), + [anon_sym_POUND] = ACTIONS(105), + }, + [32] = { + [sym_comment] = STATE(32), + [anon_sym_export] = ACTIONS(165), + [anon_sym_alias] = ACTIONS(165), + [anon_sym_let] = ACTIONS(165), + [anon_sym_let_DASHenv] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(165), + [anon_sym_const] = ACTIONS(165), + [anon_sym_SEMI] = ACTIONS(165), + [sym_cmd_identifier] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_def] = ACTIONS(165), + [anon_sym_export_DASHenv] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(165), + [anon_sym_module] = ACTIONS(165), + [anon_sym_use] = ACTIONS(165), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_RPAREN] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_error] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_loop] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_do] = ACTIONS(165), + [anon_sym_if] = ACTIONS(165), + [anon_sym_match] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_try] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_source] = ACTIONS(165), + [anon_sym_source_DASHenv] = ACTIONS(165), + [anon_sym_register] = ACTIONS(165), + [anon_sym_hide] = ACTIONS(165), + [anon_sym_hide_DASHenv] = ACTIONS(165), + [anon_sym_overlay] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_where] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_not] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_CARET] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), + }, + [33] = { + [sym_comment] = STATE(33), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [34] = { + [sym_comment] = STATE(34), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -76391,6 +77051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -76405,6 +77066,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -76442,7 +77104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [sym_val_nothing] = 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), @@ -76539,11 +77201,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [32] = { - [sym_comment] = STATE(32), + [35] = { + [sym_comment] = STATE(35), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), @@ -76576,7 +77237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(107), [anon_sym_LBRACE] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(197), [anon_sym_try] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), [anon_sym_source] = ACTIONS(107), @@ -76612,7 +77273,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(159), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -76709,687 +77371,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [33] = { - [sym_comment] = STATE(33), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(197), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), - [anon_sym_POUND] = ACTIONS(105), - }, - [34] = { - [sym_comment] = STATE(34), - [ts_builtin_sym_end] = ACTIONS(141), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(199), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [35] = { - [sym_comment] = STATE(35), - [ts_builtin_sym_end] = ACTIONS(147), - [anon_sym_export] = ACTIONS(145), - [anon_sym_alias] = ACTIONS(145), - [anon_sym_let] = ACTIONS(145), - [anon_sym_let_DASHenv] = ACTIONS(145), - [anon_sym_mut] = ACTIONS(145), - [anon_sym_const] = ACTIONS(145), - [anon_sym_SEMI] = ACTIONS(145), - [sym_cmd_identifier] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_def] = ACTIONS(145), - [anon_sym_export_DASHenv] = ACTIONS(145), - [anon_sym_extern] = ACTIONS(145), - [anon_sym_module] = ACTIONS(145), - [anon_sym_use] = ACTIONS(145), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_error] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_break] = ACTIONS(145), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_for] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_loop] = ACTIONS(145), - [anon_sym_while] = ACTIONS(145), - [anon_sym_do] = ACTIONS(145), - [anon_sym_if] = ACTIONS(145), - [anon_sym_match] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(201), - [anon_sym_try] = ACTIONS(145), - [anon_sym_return] = ACTIONS(145), - [anon_sym_source] = ACTIONS(145), - [anon_sym_source_DASHenv] = ACTIONS(145), - [anon_sym_register] = ACTIONS(145), - [anon_sym_hide] = ACTIONS(145), - [anon_sym_hide_DASHenv] = ACTIONS(145), - [anon_sym_overlay] = ACTIONS(145), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_where] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [anon_sym_not] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(204), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_CARET] = ACTIONS(145), [anon_sym_POUND] = ACTIONS(105), }, [36] = { [sym_comment] = STATE(36), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(206), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(208), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, [37] = { @@ -77426,7 +77577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(107), [anon_sym_LBRACE] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(210), + [anon_sym_DOT2] = ACTIONS(109), [anon_sym_try] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), [anon_sym_source] = ACTIONS(107), @@ -77462,8 +77613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(172), - [sym_val_nothing] = 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), @@ -77560,10 +77710,351 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, [38] = { [sym_comment] = STATE(38), + [ts_builtin_sym_end] = ACTIONS(167), + [anon_sym_export] = ACTIONS(165), + [anon_sym_alias] = ACTIONS(165), + [anon_sym_let] = ACTIONS(165), + [anon_sym_let_DASHenv] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(165), + [anon_sym_const] = ACTIONS(165), + [anon_sym_SEMI] = ACTIONS(165), + [sym_cmd_identifier] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_def] = ACTIONS(165), + [anon_sym_export_DASHenv] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(165), + [anon_sym_module] = ACTIONS(165), + [anon_sym_use] = ACTIONS(165), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_error] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_loop] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_do] = ACTIONS(165), + [anon_sym_if] = ACTIONS(165), + [anon_sym_match] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_try] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_source] = ACTIONS(165), + [anon_sym_source_DASHenv] = ACTIONS(165), + [anon_sym_register] = ACTIONS(165), + [anon_sym_hide] = ACTIONS(165), + [anon_sym_hide_DASHenv] = ACTIONS(165), + [anon_sym_overlay] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_where] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_not] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_CARET] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), + }, + [39] = { + [sym_comment] = STATE(39), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(200), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), + }, + [40] = { + [sym_comment] = STATE(40), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -77633,7 +78124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [sym_val_nothing] = 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), @@ -77732,684 +78223,344 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [39] = { - [sym_comment] = STATE(39), - [anon_sym_export] = ACTIONS(162), - [anon_sym_alias] = ACTIONS(162), - [anon_sym_let] = ACTIONS(162), - [anon_sym_let_DASHenv] = ACTIONS(162), - [anon_sym_mut] = ACTIONS(162), - [anon_sym_const] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(162), - [sym_cmd_identifier] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_def] = ACTIONS(162), - [anon_sym_export_DASHenv] = ACTIONS(162), - [anon_sym_extern] = ACTIONS(162), - [anon_sym_module] = ACTIONS(162), - [anon_sym_use] = ACTIONS(162), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_RPAREN] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_error] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_break] = ACTIONS(162), - [anon_sym_continue] = ACTIONS(162), - [anon_sym_for] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_loop] = ACTIONS(162), - [anon_sym_while] = ACTIONS(162), - [anon_sym_do] = ACTIONS(162), - [anon_sym_if] = ACTIONS(162), - [anon_sym_match] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_try] = ACTIONS(162), - [anon_sym_return] = ACTIONS(162), - [anon_sym_source] = ACTIONS(162), - [anon_sym_source_DASHenv] = ACTIONS(162), - [anon_sym_register] = ACTIONS(162), - [anon_sym_hide] = ACTIONS(162), - [anon_sym_hide_DASHenv] = ACTIONS(162), - [anon_sym_overlay] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_where] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_not] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_CARET] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [40] = { - [sym_comment] = STATE(40), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(195), - [anon_sym_POUND] = ACTIONS(105), - }, [41] = { [sym_comment] = STATE(41), - [ts_builtin_sym_end] = ACTIONS(164), - [anon_sym_export] = ACTIONS(162), - [anon_sym_alias] = ACTIONS(162), - [anon_sym_let] = ACTIONS(162), - [anon_sym_let_DASHenv] = ACTIONS(162), - [anon_sym_mut] = ACTIONS(162), - [anon_sym_const] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(162), - [sym_cmd_identifier] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_def] = ACTIONS(162), - [anon_sym_export_DASHenv] = ACTIONS(162), - [anon_sym_extern] = ACTIONS(162), - [anon_sym_module] = ACTIONS(162), - [anon_sym_use] = ACTIONS(162), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_error] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_break] = ACTIONS(162), - [anon_sym_continue] = ACTIONS(162), - [anon_sym_for] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_loop] = ACTIONS(162), - [anon_sym_while] = ACTIONS(162), - [anon_sym_do] = ACTIONS(162), - [anon_sym_if] = ACTIONS(162), - [anon_sym_match] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_try] = ACTIONS(162), - [anon_sym_return] = ACTIONS(162), - [anon_sym_source] = ACTIONS(162), - [anon_sym_source_DASHenv] = ACTIONS(162), - [anon_sym_register] = ACTIONS(162), - [anon_sym_hide] = ACTIONS(162), - [anon_sym_hide_DASHenv] = ACTIONS(162), - [anon_sym_overlay] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_where] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_not] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_CARET] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), + [ts_builtin_sym_end] = ACTIONS(129), + [anon_sym_export] = ACTIONS(127), + [anon_sym_alias] = ACTIONS(127), + [anon_sym_let] = ACTIONS(127), + [anon_sym_let_DASHenv] = ACTIONS(127), + [anon_sym_mut] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [anon_sym_SEMI] = ACTIONS(127), + [sym_cmd_identifier] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_def] = ACTIONS(127), + [anon_sym_export_DASHenv] = ACTIONS(127), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_module] = ACTIONS(127), + [anon_sym_use] = ACTIONS(127), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_error] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_break] = ACTIONS(127), + [anon_sym_continue] = ACTIONS(127), + [anon_sym_for] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_loop] = ACTIONS(127), + [anon_sym_while] = ACTIONS(127), + [anon_sym_do] = ACTIONS(127), + [anon_sym_if] = ACTIONS(127), + [anon_sym_match] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(202), + [anon_sym_try] = ACTIONS(127), + [anon_sym_return] = ACTIONS(127), + [anon_sym_source] = ACTIONS(127), + [anon_sym_source_DASHenv] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_hide] = ACTIONS(127), + [anon_sym_hide_DASHenv] = ACTIONS(127), + [anon_sym_overlay] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_where] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [anon_sym_not] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(205), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_CARET] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(105), }, [42] = { [sym_comment] = STATE(42), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(207), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, [43] = { @@ -78482,8 +78633,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(168), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token2] = ACTIONS(163), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -78584,6 +78735,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [44] = { [sym_comment] = STATE(44), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(209), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(211), + [anon_sym_POUND] = ACTIONS(105), + }, + [45] = { + [sym_comment] = STATE(45), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), @@ -78652,8 +78973,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(172), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(159), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -78752,343 +79073,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [45] = { - [sym_comment] = STATE(45), - [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), - [sym_val_nothing] = 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), - }, [46] = { [sym_comment] = STATE(46), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(208), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, [47] = { @@ -79161,7 +79312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [anon_sym_not] = ACTIONS(107), - [sym_val_nothing] = 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), @@ -79330,7 +79481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), [anon_sym_not] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -79431,6 +79582,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [49] = { [sym_comment] = STATE(49), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(211), + [anon_sym_POUND] = ACTIONS(105), + }, + [50] = { + [sym_comment] = STATE(50), [anon_sym_export] = ACTIONS(221), [anon_sym_alias] = ACTIONS(221), [anon_sym_let] = ACTIONS(221), @@ -79499,7 +79819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(221), [anon_sym_or] = ACTIONS(221), [anon_sym_not] = ACTIONS(221), - [sym_val_nothing] = 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), @@ -79598,175 +79918,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(221), [anon_sym_POUND] = ACTIONS(105), }, - [50] = { - [sym_comment] = STATE(50), - [ts_builtin_sym_end] = ACTIONS(164), - [anon_sym_export] = ACTIONS(162), - [anon_sym_alias] = ACTIONS(162), - [anon_sym_let] = ACTIONS(162), - [anon_sym_let_DASHenv] = ACTIONS(162), - [anon_sym_mut] = ACTIONS(162), - [anon_sym_const] = ACTIONS(162), - [anon_sym_SEMI] = ACTIONS(162), - [sym_cmd_identifier] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_def] = ACTIONS(162), - [anon_sym_export_DASHenv] = ACTIONS(162), - [anon_sym_extern] = ACTIONS(162), - [anon_sym_module] = ACTIONS(162), - [anon_sym_use] = ACTIONS(162), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_error] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_break] = ACTIONS(162), - [anon_sym_continue] = ACTIONS(162), - [anon_sym_for] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_loop] = ACTIONS(162), - [anon_sym_while] = ACTIONS(162), - [anon_sym_do] = ACTIONS(162), - [anon_sym_if] = ACTIONS(162), - [anon_sym_match] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_try] = ACTIONS(162), - [anon_sym_return] = ACTIONS(162), - [anon_sym_source] = ACTIONS(162), - [anon_sym_source_DASHenv] = ACTIONS(162), - [anon_sym_register] = ACTIONS(162), - [anon_sym_hide] = ACTIONS(162), - [anon_sym_hide_DASHenv] = ACTIONS(162), - [anon_sym_overlay] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_where] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_not] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_CARET] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, [51] = { [sym_comment] = STATE(51), [ts_builtin_sym_end] = ACTIONS(117), @@ -79837,7 +79988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [anon_sym_not] = ACTIONS(115), - [sym_val_nothing] = 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), @@ -79938,513 +80089,681 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [52] = { [sym_comment] = STATE(52), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(225), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), + [ts_builtin_sym_end] = ACTIONS(167), + [anon_sym_export] = ACTIONS(165), + [anon_sym_alias] = ACTIONS(165), + [anon_sym_let] = ACTIONS(165), + [anon_sym_let_DASHenv] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(165), + [anon_sym_const] = ACTIONS(165), + [anon_sym_SEMI] = ACTIONS(165), + [sym_cmd_identifier] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_def] = ACTIONS(165), + [anon_sym_export_DASHenv] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(165), + [anon_sym_module] = ACTIONS(165), + [anon_sym_use] = ACTIONS(165), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_error] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_loop] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_do] = ACTIONS(165), + [anon_sym_if] = ACTIONS(165), + [anon_sym_match] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_try] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_source] = ACTIONS(165), + [anon_sym_source_DASHenv] = ACTIONS(165), + [anon_sym_register] = ACTIONS(165), + [anon_sym_hide] = ACTIONS(165), + [anon_sym_hide_DASHenv] = ACTIONS(165), + [anon_sym_overlay] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_where] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_not] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_CARET] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(105), }, [53] = { [sym_comment] = STATE(53), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(225), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, [54] = { [sym_comment] = STATE(54), - [ts_builtin_sym_end] = ACTIONS(141), - [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), - [anon_sym_SEMI] = ACTIONS(139), - [sym_cmd_identifier] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [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_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_error] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(139), - [anon_sym_if] = ACTIONS(139), - [anon_sym_match] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_try] = 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_STAR] = ACTIONS(139), - [anon_sym_where] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_not] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_CARET] = ACTIONS(139), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_error] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_where] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_not] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_CARET] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, [55] = { [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), + }, + [56] = { + [sym_comment] = STATE(56), [ts_builtin_sym_end] = ACTIONS(215), [anon_sym_export] = ACTIONS(213), [anon_sym_alias] = ACTIONS(213), @@ -80512,7 +80831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), [anon_sym_not] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -80611,344 +80930,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(213), [anon_sym_POUND] = ACTIONS(105), }, - [56] = { - [sym_comment] = STATE(56), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_SEMI] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_error] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_try] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_where] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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_not] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_CARET] = ACTIONS(189), - [anon_sym_POUND] = ACTIONS(105), - }, [57] = { [sym_comment] = STATE(57), - [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), - [sym_val_nothing] = 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), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [anon_sym_SEMI] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_error] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_try] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_where] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_not] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_CARET] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, [58] = { [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [59] = { + [sym_comment] = STATE(59), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -81018,8 +81333,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(231), - [aux_sym__immediate_decimal_token2] = ACTIONS(233), + [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), @@ -81111,8 +81426,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [59] = { - [sym_comment] = STATE(59), + [60] = { + [sym_comment] = STATE(60), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -81182,8 +81497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(235), - [aux_sym__immediate_decimal_token2] = ACTIONS(237), + [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), @@ -81275,334 +81589,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [60] = { - [sym_comment] = STATE(60), - [anon_sym_export] = ACTIONS(145), - [anon_sym_alias] = ACTIONS(145), - [anon_sym_let] = ACTIONS(145), - [anon_sym_let_DASHenv] = ACTIONS(145), - [anon_sym_mut] = ACTIONS(145), - [anon_sym_const] = ACTIONS(145), - [sym_cmd_identifier] = ACTIONS(145), - [anon_sym_def] = ACTIONS(145), - [anon_sym_export_DASHenv] = ACTIONS(145), - [anon_sym_extern] = ACTIONS(145), - [anon_sym_module] = ACTIONS(145), - [anon_sym_use] = ACTIONS(145), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(145), - [anon_sym_list] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_break] = ACTIONS(145), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_for] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_loop] = ACTIONS(145), - [anon_sym_make] = ACTIONS(145), - [anon_sym_while] = ACTIONS(145), - [anon_sym_do] = ACTIONS(145), - [anon_sym_if] = ACTIONS(145), - [anon_sym_else] = ACTIONS(145), - [anon_sym_match] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(239), - [anon_sym_try] = ACTIONS(145), - [anon_sym_catch] = ACTIONS(145), - [anon_sym_return] = ACTIONS(145), - [anon_sym_source] = ACTIONS(145), - [anon_sym_source_DASHenv] = ACTIONS(145), - [anon_sym_register] = ACTIONS(145), - [anon_sym_hide] = ACTIONS(145), - [anon_sym_hide_DASHenv] = ACTIONS(145), - [anon_sym_overlay] = ACTIONS(145), - [anon_sym_new] = ACTIONS(145), - [anon_sym_as] = ACTIONS(145), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(242), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [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(145), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [aux_sym__record_key_token2] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, [61] = { [sym_comment] = STATE(61), - [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(244), - [aux_sym__immediate_decimal_token2] = ACTIONS(246), - [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), - [anon_sym_POUND] = ACTIONS(3), - }, - [62] = { - [sym_comment] = STATE(62), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -81672,7 +81660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(233), + [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), @@ -81764,8 +81752,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [63] = { - [sym_comment] = STATE(63), + [62] = { + [sym_comment] = STATE(62), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -81835,8 +81823,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(248), - [aux_sym__immediate_decimal_token2] = ACTIONS(250), + [aux_sym__immediate_decimal_token1] = ACTIONS(239), + [aux_sym__immediate_decimal_token2] = ACTIONS(241), [aux_sym__val_number_decimal_token1] = ACTIONS(115), [aux_sym__val_number_token1] = ACTIONS(117), [aux_sym__val_number_token2] = ACTIONS(117), @@ -81927,8 +81915,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [64] = { - [sym_comment] = STATE(64), + [63] = { + [sym_comment] = STATE(63), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -81998,7 +81986,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(237), + [aux_sym__immediate_decimal_token1] = ACTIONS(243), + [aux_sym__immediate_decimal_token2] = ACTIONS(245), [aux_sym__val_number_decimal_token1] = ACTIONS(107), [aux_sym__val_number_token1] = ACTIONS(109), [aux_sym__val_number_token2] = ACTIONS(109), @@ -82087,11 +82076,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [64] = { + [sym_comment] = STATE(64), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_error] = ACTIONS(148), + [anon_sym_list] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_make] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_else] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_catch] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_new] = ACTIONS(148), + [anon_sym_as] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(247), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym__record_key_token2] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, [65] = { [sym_comment] = STATE(65), + [anon_sym_export] = ACTIONS(127), + [anon_sym_alias] = ACTIONS(127), + [anon_sym_let] = ACTIONS(127), + [anon_sym_let_DASHenv] = ACTIONS(127), + [anon_sym_mut] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [sym_cmd_identifier] = ACTIONS(127), + [anon_sym_def] = ACTIONS(127), + [anon_sym_export_DASHenv] = ACTIONS(127), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_module] = ACTIONS(127), + [anon_sym_use] = ACTIONS(127), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_error] = ACTIONS(127), + [anon_sym_list] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_break] = ACTIONS(127), + [anon_sym_continue] = ACTIONS(127), + [anon_sym_for] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_loop] = ACTIONS(127), + [anon_sym_make] = ACTIONS(127), + [anon_sym_while] = ACTIONS(127), + [anon_sym_do] = ACTIONS(127), + [anon_sym_if] = ACTIONS(127), + [anon_sym_else] = ACTIONS(127), + [anon_sym_match] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(249), + [anon_sym_try] = ACTIONS(127), + [anon_sym_catch] = ACTIONS(127), + [anon_sym_return] = ACTIONS(127), + [anon_sym_source] = ACTIONS(127), + [anon_sym_source_DASHenv] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_hide] = ACTIONS(127), + [anon_sym_hide_DASHenv] = ACTIONS(127), + [anon_sym_overlay] = ACTIONS(127), + [anon_sym_new] = ACTIONS(127), + [anon_sym_as] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(252), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(129), + [aux_sym__val_number_token2] = ACTIONS(129), + [aux_sym__val_number_token3] = ACTIONS(129), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(129), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(129), + [sym__str_single_quotes] = ACTIONS(129), + [sym__str_back_ticks] = ACTIONS(129), + [aux_sym__record_key_token2] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [66] = { + [sym_comment] = STATE(66), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -82124,7 +82438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(252), + [anon_sym_DOT2] = ACTIONS(254), [anon_sym_try] = ACTIONS(107), [anon_sym_catch] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), @@ -82161,7 +82475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(237), + [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), @@ -82253,171 +82567,332 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [66] = { - [sym_comment] = STATE(66), - [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_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_error] = ACTIONS(139), - [anon_sym_list] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [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_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(255), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym__record_key_token2] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, [67] = { [sym_comment] = STATE(67), + [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(245), + [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [68] = { + [sym_comment] = STATE(68), + [anon_sym_export] = ACTIONS(165), + [anon_sym_alias] = ACTIONS(165), + [anon_sym_let] = ACTIONS(165), + [anon_sym_let_DASHenv] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(165), + [anon_sym_const] = ACTIONS(165), + [sym_cmd_identifier] = ACTIONS(165), + [anon_sym_def] = ACTIONS(165), + [anon_sym_export_DASHenv] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(165), + [anon_sym_module] = ACTIONS(165), + [anon_sym_use] = ACTIONS(165), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_LPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_error] = ACTIONS(165), + [anon_sym_list] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_loop] = ACTIONS(165), + [anon_sym_make] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_do] = ACTIONS(165), + [anon_sym_if] = ACTIONS(165), + [anon_sym_else] = ACTIONS(165), + [anon_sym_match] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_source] = ACTIONS(165), + [anon_sym_source_DASHenv] = ACTIONS(165), + [anon_sym_register] = ACTIONS(165), + [anon_sym_hide] = ACTIONS(165), + [anon_sym_hide_DASHenv] = ACTIONS(165), + [anon_sym_overlay] = ACTIONS(165), + [anon_sym_new] = ACTIONS(165), + [anon_sym_as] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(167), + [aux_sym__val_number_token2] = ACTIONS(167), + [aux_sym__val_number_token3] = ACTIONS(167), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(167), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(167), + [sym__str_single_quotes] = ACTIONS(167), + [sym__str_back_ticks] = ACTIONS(167), + [aux_sym__record_key_token2] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [69] = { + [sym_comment] = STATE(69), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -82487,7 +82962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(250), + [aux_sym__immediate_decimal_token2] = ACTIONS(241), [aux_sym__val_number_decimal_token1] = ACTIONS(115), [aux_sym__val_number_token1] = ACTIONS(117), [aux_sym__val_number_token2] = ACTIONS(117), @@ -82578,170 +83053,656 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [68] = { - [sym_comment] = STATE(68), - [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_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_error] = ACTIONS(139), - [anon_sym_list] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [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_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), + [70] = { + [sym_comment] = STATE(70), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_error] = ACTIONS(148), + [anon_sym_list] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_make] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_else] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_catch] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_new] = ACTIONS(148), + [anon_sym_as] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), [aux_sym__immediate_decimal_token2] = ACTIONS(257), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym__record_key_token2] = ACTIONS(139), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym__record_key_token2] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [69] = { - [sym_comment] = STATE(69), + [71] = { + [sym_comment] = STATE(71), + [anon_sym_export] = ACTIONS(127), + [anon_sym_alias] = ACTIONS(127), + [anon_sym_let] = ACTIONS(127), + [anon_sym_let_DASHenv] = ACTIONS(127), + [anon_sym_mut] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [sym_cmd_identifier] = ACTIONS(127), + [anon_sym_def] = ACTIONS(127), + [anon_sym_export_DASHenv] = ACTIONS(127), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_module] = ACTIONS(127), + [anon_sym_use] = ACTIONS(127), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_error] = ACTIONS(127), + [anon_sym_list] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_break] = ACTIONS(127), + [anon_sym_continue] = ACTIONS(127), + [anon_sym_for] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_loop] = ACTIONS(127), + [anon_sym_make] = ACTIONS(127), + [anon_sym_while] = ACTIONS(127), + [anon_sym_do] = ACTIONS(127), + [anon_sym_if] = ACTIONS(127), + [anon_sym_else] = ACTIONS(127), + [anon_sym_match] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(259), + [anon_sym_try] = ACTIONS(127), + [anon_sym_catch] = ACTIONS(127), + [anon_sym_return] = ACTIONS(127), + [anon_sym_source] = ACTIONS(127), + [anon_sym_source_DASHenv] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_hide] = ACTIONS(127), + [anon_sym_hide_DASHenv] = ACTIONS(127), + [anon_sym_overlay] = ACTIONS(127), + [anon_sym_new] = ACTIONS(127), + [anon_sym_as] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(262), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(129), + [aux_sym__val_number_token2] = ACTIONS(129), + [aux_sym__val_number_token3] = ACTIONS(129), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(129), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(129), + [sym__str_single_quotes] = ACTIONS(129), + [sym__str_back_ticks] = ACTIONS(129), + [aux_sym__record_key_token2] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [72] = { + [sym_comment] = STATE(72), + [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [73] = { + [sym_comment] = STATE(73), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_error] = ACTIONS(148), + [anon_sym_list] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_make] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_else] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_catch] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_new] = ACTIONS(148), + [anon_sym_as] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym__record_key_token2] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [74] = { + [sym_comment] = STATE(74), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -82774,7 +83735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(259), + [anon_sym_DOT2] = ACTIONS(109), [anon_sym_try] = ACTIONS(107), [anon_sym_catch] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), @@ -82811,7 +83772,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(246), [aux_sym__val_number_decimal_token1] = ACTIONS(107), [aux_sym__val_number_token1] = ACTIONS(109), [aux_sym__val_number_token2] = ACTIONS(109), @@ -82900,172 +83860,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), [anon_sym_POUND] = ACTIONS(3), }, - [70] = { - [sym_comment] = STATE(70), - [anon_sym_export] = ACTIONS(145), - [anon_sym_alias] = ACTIONS(145), - [anon_sym_let] = ACTIONS(145), - [anon_sym_let_DASHenv] = ACTIONS(145), - [anon_sym_mut] = ACTIONS(145), - [anon_sym_const] = ACTIONS(145), - [sym_cmd_identifier] = ACTIONS(145), - [anon_sym_def] = ACTIONS(145), - [anon_sym_export_DASHenv] = ACTIONS(145), - [anon_sym_extern] = ACTIONS(145), - [anon_sym_module] = ACTIONS(145), - [anon_sym_use] = ACTIONS(145), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_error] = ACTIONS(145), - [anon_sym_list] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_break] = ACTIONS(145), - [anon_sym_continue] = ACTIONS(145), - [anon_sym_for] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_loop] = ACTIONS(145), - [anon_sym_make] = ACTIONS(145), - [anon_sym_while] = ACTIONS(145), - [anon_sym_do] = ACTIONS(145), - [anon_sym_if] = ACTIONS(145), - [anon_sym_else] = ACTIONS(145), - [anon_sym_match] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(262), - [anon_sym_try] = ACTIONS(145), - [anon_sym_catch] = ACTIONS(145), - [anon_sym_return] = ACTIONS(145), - [anon_sym_source] = ACTIONS(145), - [anon_sym_source_DASHenv] = ACTIONS(145), - [anon_sym_register] = ACTIONS(145), - [anon_sym_hide] = ACTIONS(145), - [anon_sym_hide_DASHenv] = ACTIONS(145), - [anon_sym_overlay] = ACTIONS(145), - [anon_sym_new] = ACTIONS(145), - [anon_sym_as] = ACTIONS(145), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(147), - [anon_sym_BANG_EQ] = ACTIONS(147), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(147), - [anon_sym_GT_EQ] = ACTIONS(147), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(147), - [anon_sym_BANG_TILDE] = ACTIONS(147), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(265), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [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(145), - [aux_sym__val_number_token5] = ACTIONS(147), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [aux_sym__record_key_token2] = ACTIONS(145), + [75] = { + [sym_comment] = STATE(75), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_error] = ACTIONS(171), + [anon_sym_list] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_make] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(264), + [anon_sym_try] = ACTIONS(171), + [anon_sym_catch] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_new] = ACTIONS(171), + [anon_sym_as] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym__record_key_token2] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(266), [anon_sym_POUND] = ACTIONS(3), }, - [71] = { - [sym_comment] = STATE(71), + [76] = { + [sym_comment] = STATE(76), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -83098,7 +84059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(268), [anon_sym_try] = ACTIONS(107), [anon_sym_catch] = ACTIONS(107), [anon_sym_return] = ACTIONS(107), @@ -83135,7 +84096,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(246), + [aux_sym__immediate_decimal_token2] = ACTIONS(245), [aux_sym__val_number_decimal_token1] = ACTIONS(107), [aux_sym__val_number_token1] = ACTIONS(109), [aux_sym__val_number_token2] = ACTIONS(109), @@ -83226,332 +84187,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [72] = { - [sym_comment] = STATE(72), - [anon_sym_export] = ACTIONS(162), - [anon_sym_alias] = ACTIONS(162), - [anon_sym_let] = ACTIONS(162), - [anon_sym_let_DASHenv] = ACTIONS(162), - [anon_sym_mut] = ACTIONS(162), - [anon_sym_const] = ACTIONS(162), - [sym_cmd_identifier] = ACTIONS(162), - [anon_sym_def] = ACTIONS(162), - [anon_sym_export_DASHenv] = ACTIONS(162), - [anon_sym_extern] = ACTIONS(162), - [anon_sym_module] = ACTIONS(162), - [anon_sym_use] = ACTIONS(162), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_error] = ACTIONS(162), - [anon_sym_list] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_break] = ACTIONS(162), - [anon_sym_continue] = ACTIONS(162), - [anon_sym_for] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_loop] = ACTIONS(162), - [anon_sym_make] = ACTIONS(162), - [anon_sym_while] = ACTIONS(162), - [anon_sym_do] = ACTIONS(162), - [anon_sym_if] = ACTIONS(162), - [anon_sym_else] = ACTIONS(162), - [anon_sym_match] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(164), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_try] = ACTIONS(162), - [anon_sym_catch] = ACTIONS(162), - [anon_sym_return] = ACTIONS(162), - [anon_sym_source] = ACTIONS(162), - [anon_sym_source_DASHenv] = ACTIONS(162), - [anon_sym_register] = ACTIONS(162), - [anon_sym_hide] = ACTIONS(162), - [anon_sym_hide_DASHenv] = ACTIONS(162), - [anon_sym_overlay] = ACTIONS(162), - [anon_sym_new] = ACTIONS(162), - [anon_sym_as] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(164), - [aux_sym__val_number_token2] = ACTIONS(164), - [aux_sym__val_number_token3] = ACTIONS(164), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(164), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(164), - [sym__str_single_quotes] = ACTIONS(164), - [sym__str_back_ticks] = ACTIONS(164), - [aux_sym__record_key_token2] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), - }, - [73] = { - [sym_comment] = STATE(73), - [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_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_error] = ACTIONS(139), - [anon_sym_list] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [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_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym__record_key_token2] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [74] = { - [sym_comment] = STATE(74), + [77] = { + [sym_comment] = STATE(77), [anon_sym_export] = ACTIONS(115), [anon_sym_alias] = ACTIONS(115), [anon_sym_let] = ACTIONS(115), @@ -83709,496 +84346,332 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [anon_sym_POUND] = ACTIONS(3), - }, - [75] = { - [sym_comment] = STATE(75), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_error] = ACTIONS(189), - [anon_sym_list] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_make] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_else] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(267), - [anon_sym_try] = ACTIONS(189), - [anon_sym_catch] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_new] = ACTIONS(189), - [anon_sym_as] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [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), - [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(189), - [aux_sym__val_number_token5] = ACTIONS(191), - [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_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym__record_key_token2] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(269), [anon_sym_POUND] = ACTIONS(3), }, - [76] = { - [sym_comment] = STATE(76), - [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), + [78] = { + [sym_comment] = STATE(78), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_error] = ACTIONS(171), + [anon_sym_list] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_make] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(271), + [anon_sym_try] = ACTIONS(171), + [anon_sym_catch] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_new] = ACTIONS(171), + [anon_sym_as] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym__record_key_token2] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(3), }, - [77] = { - [sym_comment] = STATE(77), - [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), + [79] = { + [sym_comment] = STATE(79), + [anon_sym_export] = ACTIONS(165), + [anon_sym_alias] = ACTIONS(165), + [anon_sym_let] = ACTIONS(165), + [anon_sym_let_DASHenv] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(165), + [anon_sym_const] = ACTIONS(165), + [sym_cmd_identifier] = ACTIONS(165), + [anon_sym_def] = ACTIONS(165), + [anon_sym_export_DASHenv] = ACTIONS(165), + [anon_sym_extern] = ACTIONS(165), + [anon_sym_module] = ACTIONS(165), + [anon_sym_use] = ACTIONS(165), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_LPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_error] = ACTIONS(165), + [anon_sym_list] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_break] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(165), + [anon_sym_for] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_loop] = ACTIONS(165), + [anon_sym_make] = ACTIONS(165), + [anon_sym_while] = ACTIONS(165), + [anon_sym_do] = ACTIONS(165), + [anon_sym_if] = ACTIONS(165), + [anon_sym_else] = ACTIONS(165), + [anon_sym_match] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_try] = ACTIONS(165), + [anon_sym_catch] = ACTIONS(165), + [anon_sym_return] = ACTIONS(165), + [anon_sym_source] = ACTIONS(165), + [anon_sym_source_DASHenv] = ACTIONS(165), + [anon_sym_register] = ACTIONS(165), + [anon_sym_hide] = ACTIONS(165), + [anon_sym_hide_DASHenv] = ACTIONS(165), + [anon_sym_overlay] = ACTIONS(165), + [anon_sym_new] = ACTIONS(165), + [anon_sym_as] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(167), + [aux_sym__val_number_token2] = ACTIONS(167), + [aux_sym__val_number_token3] = ACTIONS(167), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(167), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(167), + [sym__str_single_quotes] = ACTIONS(167), + [sym__str_back_ticks] = ACTIONS(167), + [aux_sym__record_key_token2] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(3), }, - [78] = { - [sym_comment] = STATE(78), + [80] = { + [sym_comment] = STATE(80), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), [anon_sym_let] = ACTIONS(107), @@ -84358,812 +84831,650 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [79] = { - [sym_comment] = STATE(79), - [anon_sym_export] = ACTIONS(162), - [anon_sym_alias] = ACTIONS(162), - [anon_sym_let] = ACTIONS(162), - [anon_sym_let_DASHenv] = ACTIONS(162), - [anon_sym_mut] = ACTIONS(162), - [anon_sym_const] = ACTIONS(162), - [sym_cmd_identifier] = ACTIONS(162), - [anon_sym_def] = ACTIONS(162), - [anon_sym_export_DASHenv] = ACTIONS(162), - [anon_sym_extern] = ACTIONS(162), - [anon_sym_module] = ACTIONS(162), - [anon_sym_use] = ACTIONS(162), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_error] = ACTIONS(162), - [anon_sym_list] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_break] = ACTIONS(162), - [anon_sym_continue] = ACTIONS(162), - [anon_sym_for] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_loop] = ACTIONS(162), - [anon_sym_make] = ACTIONS(162), - [anon_sym_while] = ACTIONS(162), - [anon_sym_do] = ACTIONS(162), - [anon_sym_if] = ACTIONS(162), - [anon_sym_else] = ACTIONS(162), - [anon_sym_match] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(164), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_try] = ACTIONS(162), - [anon_sym_catch] = ACTIONS(162), - [anon_sym_return] = ACTIONS(162), - [anon_sym_source] = ACTIONS(162), - [anon_sym_source_DASHenv] = ACTIONS(162), - [anon_sym_register] = ACTIONS(162), - [anon_sym_hide] = ACTIONS(162), - [anon_sym_hide_DASHenv] = ACTIONS(162), - [anon_sym_overlay] = ACTIONS(162), - [anon_sym_new] = ACTIONS(162), - [anon_sym_as] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(164), - [aux_sym__val_number_token2] = ACTIONS(164), - [aux_sym__val_number_token3] = ACTIONS(164), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(164), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(164), - [sym__str_single_quotes] = ACTIONS(164), - [sym__str_back_ticks] = ACTIONS(164), - [aux_sym__record_key_token2] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), - }, - [80] = { - [sym_comment] = STATE(80), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_error] = ACTIONS(189), - [anon_sym_list] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_make] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_else] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(271), - [anon_sym_try] = ACTIONS(189), - [anon_sym_catch] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_new] = ACTIONS(189), - [anon_sym_as] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [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), - [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(189), - [aux_sym__val_number_token5] = ACTIONS(191), - [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_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym__record_key_token2] = ACTIONS(189), - [anon_sym_POUND] = ACTIONS(3), - }, [81] = { [sym_comment] = STATE(81), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_error] = ACTIONS(189), - [anon_sym_list] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_make] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_else] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_try] = ACTIONS(189), - [anon_sym_catch] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_new] = ACTIONS(189), - [anon_sym_as] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [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), - [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(189), - [aux_sym__val_number_token5] = ACTIONS(191), - [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_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym__record_key_token2] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(269), + [anon_sym_export] = ACTIONS(148), + [anon_sym_alias] = ACTIONS(148), + [anon_sym_let] = ACTIONS(148), + [anon_sym_let_DASHenv] = ACTIONS(148), + [anon_sym_mut] = ACTIONS(148), + [anon_sym_const] = ACTIONS(148), + [sym_cmd_identifier] = ACTIONS(148), + [anon_sym_def] = ACTIONS(148), + [anon_sym_export_DASHenv] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(148), + [anon_sym_module] = ACTIONS(148), + [anon_sym_use] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_error] = ACTIONS(148), + [anon_sym_list] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_break] = ACTIONS(148), + [anon_sym_continue] = ACTIONS(148), + [anon_sym_for] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_loop] = ACTIONS(148), + [anon_sym_make] = ACTIONS(148), + [anon_sym_while] = ACTIONS(148), + [anon_sym_do] = ACTIONS(148), + [anon_sym_if] = ACTIONS(148), + [anon_sym_else] = ACTIONS(148), + [anon_sym_match] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_try] = ACTIONS(148), + [anon_sym_catch] = ACTIONS(148), + [anon_sym_return] = ACTIONS(148), + [anon_sym_source] = ACTIONS(148), + [anon_sym_source_DASHenv] = ACTIONS(148), + [anon_sym_register] = ACTIONS(148), + [anon_sym_hide] = ACTIONS(148), + [anon_sym_hide_DASHenv] = ACTIONS(148), + [anon_sym_overlay] = ACTIONS(148), + [anon_sym_new] = ACTIONS(148), + [anon_sym_as] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym__record_key_token2] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, [82] = { [sym_comment] = STATE(82), - [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_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_error] = ACTIONS(139), - [anon_sym_list] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [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(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [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_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym__record_key_token2] = ACTIONS(139), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_error] = ACTIONS(171), + [anon_sym_list] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_make] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_try] = ACTIONS(171), + [anon_sym_catch] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_new] = ACTIONS(171), + [anon_sym_as] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym__record_key_token2] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(266), [anon_sym_POUND] = ACTIONS(3), }, [83] = { [sym_comment] = STATE(83), - [anon_sym_export] = ACTIONS(189), - [anon_sym_alias] = ACTIONS(189), - [anon_sym_let] = ACTIONS(189), - [anon_sym_let_DASHenv] = ACTIONS(189), - [anon_sym_mut] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [sym_cmd_identifier] = ACTIONS(189), - [anon_sym_def] = ACTIONS(189), - [anon_sym_export_DASHenv] = ACTIONS(189), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_module] = ACTIONS(189), - [anon_sym_use] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_error] = ACTIONS(189), - [anon_sym_list] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_break] = ACTIONS(189), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_for] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_loop] = ACTIONS(189), - [anon_sym_make] = ACTIONS(189), - [anon_sym_while] = ACTIONS(189), - [anon_sym_do] = ACTIONS(189), - [anon_sym_if] = ACTIONS(189), - [anon_sym_else] = ACTIONS(189), - [anon_sym_match] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_try] = ACTIONS(189), - [anon_sym_catch] = ACTIONS(189), - [anon_sym_return] = ACTIONS(189), - [anon_sym_source] = ACTIONS(189), - [anon_sym_source_DASHenv] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_hide] = ACTIONS(189), - [anon_sym_hide_DASHenv] = ACTIONS(189), - [anon_sym_overlay] = ACTIONS(189), - [anon_sym_new] = ACTIONS(189), - [anon_sym_as] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(189), - [anon_sym_bit_DASHshr] = ACTIONS(189), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(189), - [anon_sym_starts_DASHwith] = ACTIONS(189), - [anon_sym_ends_DASHwith] = ACTIONS(189), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [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), - [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(189), - [aux_sym__val_number_token5] = ACTIONS(191), - [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_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym__record_key_token2] = ACTIONS(189), + [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), [anon_sym_POUND] = ACTIONS(3), }, [84] = { [sym_comment] = STATE(84), + [anon_sym_export] = ACTIONS(171), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(171), + [anon_sym_let_DASHenv] = ACTIONS(171), + [anon_sym_mut] = ACTIONS(171), + [anon_sym_const] = ACTIONS(171), + [sym_cmd_identifier] = ACTIONS(171), + [anon_sym_def] = ACTIONS(171), + [anon_sym_export_DASHenv] = ACTIONS(171), + [anon_sym_extern] = ACTIONS(171), + [anon_sym_module] = ACTIONS(171), + [anon_sym_use] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_error] = ACTIONS(171), + [anon_sym_list] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_for] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_loop] = ACTIONS(171), + [anon_sym_make] = ACTIONS(171), + [anon_sym_while] = ACTIONS(171), + [anon_sym_do] = ACTIONS(171), + [anon_sym_if] = ACTIONS(171), + [anon_sym_else] = ACTIONS(171), + [anon_sym_match] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_try] = ACTIONS(171), + [anon_sym_catch] = ACTIONS(171), + [anon_sym_return] = ACTIONS(171), + [anon_sym_source] = ACTIONS(171), + [anon_sym_source_DASHenv] = ACTIONS(171), + [anon_sym_register] = ACTIONS(171), + [anon_sym_hide] = ACTIONS(171), + [anon_sym_hide_DASHenv] = ACTIONS(171), + [anon_sym_overlay] = ACTIONS(171), + [anon_sym_new] = ACTIONS(171), + [anon_sym_as] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym__record_key_token2] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(3), + }, + [85] = { + [sym_comment] = STATE(85), [anon_sym_export] = ACTIONS(221), [anon_sym_alias] = ACTIONS(221), [anon_sym_let] = ACTIONS(221), @@ -85322,248 +85633,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(221), [anon_sym_POUND] = ACTIONS(3), }, - [85] = { - [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), - [anon_sym_POUND] = ACTIONS(3), - }, [86] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5884), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(168), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5907), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(179), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(86), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1117), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1121), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -85611,7 +85763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -85635,87 +85787,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [87] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5840), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(177), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5640), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(224), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(87), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1097), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1164), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -85763,7 +85916,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -85787,87 +85940,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [88] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6024), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(151), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5608), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(218), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(88), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1098), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1165), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -85915,7 +86069,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -85939,87 +86093,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [89] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5643), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(197), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5616), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(230), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(89), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1105), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1157), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86067,7 +86222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -86091,87 +86246,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [90] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6089), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(182), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5944), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(174), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(90), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1147), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1142), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86219,7 +86375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -86243,87 +86399,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [91] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5623), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(164), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5711), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(193), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(91), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1095), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1161), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86371,7 +86528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -86395,87 +86552,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [92] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5749), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(215), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5928), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(220), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(92), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1104), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1138), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86523,7 +86681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -86547,87 +86705,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [93] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5858), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(197), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5753), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(187), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(93), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1105), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1140), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86675,7 +86834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -86699,87 +86858,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [94] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5754), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(151), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5899), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(218), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(94), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1098), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1165), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86827,7 +86987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -86851,87 +87011,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [95] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5751), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(195), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5788), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(196), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(95), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1113), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1125), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -86979,7 +87140,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -87003,87 +87164,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [96] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5640), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(170), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5675), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(228), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(96), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1099), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1162), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -87131,7 +87293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -87155,87 +87317,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [97] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5942), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(184), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5855), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(183), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(97), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1139), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1172), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -87283,7 +87446,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -87307,87 +87470,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [98] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5711), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(193), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5868), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(220), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(98), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1131), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1138), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -87435,7 +87599,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -87459,87 +87623,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [99] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5944), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(153), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5826), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(201), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(99), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1137), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1124), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -87587,7 +87752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -87611,87 +87776,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [100] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5774), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(205), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2956), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2446), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(431), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3019), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6046), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(210), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2954), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2512), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(433), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3021), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(100), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [aux_sym_val_record_repeat1] = STATE(1149), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [aux_sym_val_record_repeat1] = STATE(1175), [anon_sym_export] = ACTIONS(277), [anon_sym_alias] = ACTIONS(279), [anon_sym_let] = ACTIONS(281), @@ -87739,7 +87905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -87805,7 +87971,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(107), [aux_sym__immediate_decimal_token1] = ACTIONS(409), [aux_sym__immediate_decimal_token2] = ACTIONS(411), - [sym_val_nothing] = 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), @@ -87956,7 +88122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_or] = ACTIONS(115), [aux_sym__immediate_decimal_token1] = ACTIONS(413), [aux_sym__immediate_decimal_token2] = ACTIONS(415), - [sym_val_nothing] = 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), @@ -88066,606 +88232,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [103] = { [sym_comment] = STATE(103), - [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(417), - [aux_sym__immediate_decimal_token2] = ACTIONS(419), - [sym_val_nothing] = 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), - }, - [104] = { - [sym_comment] = STATE(104), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(421), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [105] = { - [sym_comment] = STATE(105), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(423), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(426), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_err_GT] = ACTIONS(145), - [anon_sym_out_GT] = ACTIONS(145), - [anon_sym_e_GT] = ACTIONS(145), - [anon_sym_o_GT] = ACTIONS(145), - [anon_sym_err_PLUSout_GT] = ACTIONS(145), - [anon_sym_out_PLUSerr_GT] = ACTIONS(145), - [anon_sym_o_PLUSe_GT] = ACTIONS(145), - [anon_sym_e_PLUSo_GT] = ACTIONS(145), - [aux_sym_unquoted_token1] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(105), - }, - [106] = { - [sym_comment] = STATE(106), - [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(428), - [aux_sym__immediate_decimal_token2] = ACTIONS(430), - [sym_val_nothing] = 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), - }, - [107] = { - [sym_comment] = STATE(107), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), [anon_sym_LBRACK] = ACTIONS(107), @@ -88706,7 +88272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [aux_sym__immediate_decimal_token2] = ACTIONS(411), - [sym_val_nothing] = 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), @@ -88814,8 +88380,458 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [108] = { - [sym_comment] = STATE(108), + [104] = { + [sym_comment] = STATE(104), + [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(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), + }, + [105] = { + [sym_comment] = STATE(105), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(421), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [106] = { + [sym_comment] = STATE(106), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(423), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(426), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_err_GT] = ACTIONS(127), + [anon_sym_out_GT] = ACTIONS(127), + [anon_sym_e_GT] = ACTIONS(127), + [anon_sym_o_GT] = ACTIONS(127), + [anon_sym_err_PLUSout_GT] = ACTIONS(127), + [anon_sym_out_PLUSerr_GT] = ACTIONS(127), + [anon_sym_o_PLUSe_GT] = ACTIONS(127), + [anon_sym_e_PLUSo_GT] = ACTIONS(127), + [aux_sym_unquoted_token1] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, + [107] = { + [sym_comment] = STATE(107), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(115), @@ -88856,7 +88872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), [aux_sym__immediate_decimal_token2] = ACTIONS(415), - [sym_val_nothing] = 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), @@ -88964,8 +88980,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [109] = { - [sym_comment] = STATE(109), + [108] = { + [sym_comment] = STATE(108), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), [anon_sym_LBRACK] = ACTIONS(107), @@ -88979,7 +88995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(432), + [anon_sym_DOT2] = ACTIONS(428), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(107), [anon_sym_PLUS_PLUS] = ACTIONS(107), @@ -89006,7 +89022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), [aux_sym__immediate_decimal_token2] = ACTIONS(411), - [sym_val_nothing] = 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), @@ -89114,168 +89130,319 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, + [109] = { + [sym_comment] = STATE(109), + [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(431), + [aux_sym__immediate_decimal_token2] = ACTIONS(433), + [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), + }, [110] = { [sym_comment] = STATE(110), - [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), + [ts_builtin_sym_end] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), [anon_sym_DOT2] = ACTIONS(435), - [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), - [sym_val_nothing] = 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_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(438), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_err_GT] = ACTIONS(127), + [anon_sym_out_GT] = ACTIONS(127), + [anon_sym_e_GT] = ACTIONS(127), + [anon_sym_o_GT] = ACTIONS(127), + [anon_sym_err_PLUSout_GT] = ACTIONS(127), + [anon_sym_out_PLUSerr_GT] = ACTIONS(127), + [anon_sym_o_PLUSe_GT] = ACTIONS(127), + [anon_sym_e_PLUSo_GT] = ACTIONS(127), + [aux_sym_unquoted_token1] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(105), }, [111] = { [sym_comment] = STATE(111), - [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_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), @@ -89303,8 +89470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(419), - [sym_val_nothing] = 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), @@ -89414,900 +89580,304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [112] = { [sym_comment] = STATE(112), - [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), - [sym_val_nothing] = 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_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_RPAREN] = ACTIONS(165), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_err_GT] = ACTIONS(165), + [anon_sym_out_GT] = ACTIONS(165), + [anon_sym_e_GT] = ACTIONS(165), + [anon_sym_o_GT] = ACTIONS(165), + [anon_sym_err_PLUSout_GT] = ACTIONS(165), + [anon_sym_out_PLUSerr_GT] = ACTIONS(165), + [anon_sym_o_PLUSe_GT] = ACTIONS(165), + [anon_sym_e_PLUSo_GT] = ACTIONS(165), + [aux_sym_unquoted_token1] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(105), }, [113] = { [sym_comment] = STATE(113), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(438), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [114] = { - [sym_comment] = STATE(114), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_RPAREN] = ACTIONS(162), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_err_GT] = ACTIONS(162), - [anon_sym_out_GT] = ACTIONS(162), - [anon_sym_e_GT] = ACTIONS(162), - [anon_sym_o_GT] = ACTIONS(162), - [anon_sym_err_PLUSout_GT] = ACTIONS(162), - [anon_sym_out_PLUSerr_GT] = ACTIONS(162), - [anon_sym_o_PLUSe_GT] = ACTIONS(162), - [anon_sym_e_PLUSo_GT] = ACTIONS(162), - [aux_sym_unquoted_token1] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [115] = { - [sym_comment] = STATE(115), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), [anon_sym_DOT2] = ACTIONS(440), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), [aux_sym_unquoted_token6] = ACTIONS(442), [anon_sym_POUND] = ACTIONS(105), }, - [116] = { - [sym_comment] = STATE(116), - [ts_builtin_sym_end] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(444), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(447), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_err_GT] = ACTIONS(145), - [anon_sym_out_GT] = ACTIONS(145), - [anon_sym_e_GT] = ACTIONS(145), - [anon_sym_o_GT] = ACTIONS(145), - [anon_sym_err_PLUSout_GT] = ACTIONS(145), - [anon_sym_out_PLUSerr_GT] = ACTIONS(145), - [anon_sym_o_PLUSe_GT] = ACTIONS(145), - [anon_sym_e_PLUSo_GT] = ACTIONS(145), - [aux_sym_unquoted_token1] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(105), - }, - [117] = { - [sym_comment] = STATE(117), - [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), - [sym_val_nothing] = 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), - }, - [118] = { - [sym_comment] = STATE(118), + [114] = { + [sym_comment] = STATE(114), [ts_builtin_sym_end] = ACTIONS(117), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), @@ -90346,8 +89916,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(430), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token2] = ACTIONS(433), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -90455,317 +90025,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [119] = { - [sym_comment] = STATE(119), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(449), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(451), - [anon_sym_POUND] = ACTIONS(105), - }, - [120] = { - [sym_comment] = STATE(120), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [121] = { - [sym_comment] = STATE(121), - [ts_builtin_sym_end] = ACTIONS(117), + [115] = { + [sym_comment] = STATE(115), [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), @@ -90793,7 +90066,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [sym_val_nothing] = 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), @@ -90901,896 +90174,604 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [122] = { - [sym_comment] = STATE(122), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(453), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(455), - [anon_sym_POUND] = ACTIONS(105), - }, - [123] = { - [sym_comment] = STATE(123), - [ts_builtin_sym_end] = ACTIONS(164), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_err_GT] = ACTIONS(162), - [anon_sym_out_GT] = ACTIONS(162), - [anon_sym_e_GT] = ACTIONS(162), - [anon_sym_o_GT] = ACTIONS(162), - [anon_sym_err_PLUSout_GT] = ACTIONS(162), - [anon_sym_out_PLUSerr_GT] = ACTIONS(162), - [anon_sym_o_PLUSe_GT] = ACTIONS(162), - [anon_sym_e_PLUSo_GT] = ACTIONS(162), - [aux_sym_unquoted_token1] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [124] = { - [sym_comment] = STATE(124), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(457), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(459), + [116] = { + [sym_comment] = STATE(116), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(444), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(446), [anon_sym_POUND] = ACTIONS(105), }, - [125] = { - [sym_comment] = STATE(125), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(451), + [117] = { + [sym_comment] = STATE(117), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(448), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [126] = { - [sym_comment] = STATE(126), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [118] = { + [sym_comment] = STATE(118), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [127] = { - [sym_comment] = STATE(127), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(442), + [119] = { + [sym_comment] = STATE(119), + [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(450), + [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), }, - [128] = { - [sym_comment] = STATE(128), + [120] = { + [sym_comment] = STATE(120), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -91829,7 +90810,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [sym_val_nothing] = 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), @@ -91937,596 +90919,1339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [129] = { - [sym_comment] = STATE(129), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), + [121] = { + [sym_comment] = STATE(121), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(446), + [anon_sym_POUND] = ACTIONS(105), + }, + [122] = { + [sym_comment] = STATE(122), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(453), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), [aux_sym_unquoted_token6] = ACTIONS(455), [anon_sym_POUND] = ACTIONS(105), }, - [130] = { - [sym_comment] = STATE(130), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), + [123] = { + [sym_comment] = STATE(123), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(442), [anon_sym_POUND] = ACTIONS(105), }, - [131] = { - [sym_comment] = STATE(131), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(459), + [124] = { + [sym_comment] = STATE(124), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [132] = { - [sym_comment] = STATE(132), - [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), - [sym_val_nothing] = 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(461), - [anon_sym_s] = ACTIONS(461), - [anon_sym_us] = ACTIONS(461), - [anon_sym_ms] = ACTIONS(461), - [anon_sym_sec] = ACTIONS(461), - [anon_sym_min] = ACTIONS(461), - [anon_sym_hr] = ACTIONS(461), - [anon_sym_day] = ACTIONS(461), - [anon_sym_wk] = ACTIONS(461), - [anon_sym_b] = ACTIONS(463), - [anon_sym_B] = ACTIONS(463), - [anon_sym_kb] = ACTIONS(463), - [anon_sym_kB] = ACTIONS(463), - [anon_sym_Kb] = ACTIONS(463), - [anon_sym_KB] = ACTIONS(463), - [anon_sym_mb] = ACTIONS(463), - [anon_sym_mB] = ACTIONS(463), - [anon_sym_Mb] = ACTIONS(463), - [anon_sym_MB] = ACTIONS(463), - [anon_sym_gb] = ACTIONS(463), - [anon_sym_gB] = ACTIONS(463), - [anon_sym_Gb] = ACTIONS(463), - [anon_sym_GB] = ACTIONS(463), - [anon_sym_tb] = ACTIONS(463), - [anon_sym_tB] = ACTIONS(463), - [anon_sym_Tb] = ACTIONS(463), - [anon_sym_TB] = ACTIONS(463), - [anon_sym_pb] = ACTIONS(463), - [anon_sym_pB] = ACTIONS(463), - [anon_sym_Pb] = ACTIONS(463), - [anon_sym_PB] = ACTIONS(463), - [anon_sym_eb] = ACTIONS(463), - [anon_sym_eB] = ACTIONS(463), - [anon_sym_Eb] = ACTIONS(463), - [anon_sym_EB] = ACTIONS(463), - [anon_sym_kib] = ACTIONS(463), - [anon_sym_kiB] = ACTIONS(463), - [anon_sym_kIB] = ACTIONS(463), - [anon_sym_kIb] = ACTIONS(463), - [anon_sym_Kib] = ACTIONS(463), - [anon_sym_KIb] = ACTIONS(463), - [anon_sym_KIB] = ACTIONS(463), - [anon_sym_mib] = ACTIONS(463), - [anon_sym_miB] = ACTIONS(463), - [anon_sym_mIB] = ACTIONS(463), - [anon_sym_mIb] = ACTIONS(463), - [anon_sym_Mib] = ACTIONS(463), - [anon_sym_MIb] = ACTIONS(463), - [anon_sym_MIB] = ACTIONS(463), - [anon_sym_gib] = ACTIONS(463), - [anon_sym_giB] = ACTIONS(463), - [anon_sym_gIB] = ACTIONS(463), - [anon_sym_gIb] = ACTIONS(463), - [anon_sym_Gib] = ACTIONS(463), - [anon_sym_GIb] = ACTIONS(463), - [anon_sym_GIB] = ACTIONS(463), - [anon_sym_tib] = ACTIONS(463), - [anon_sym_tiB] = ACTIONS(463), - [anon_sym_tIB] = ACTIONS(463), - [anon_sym_tIb] = ACTIONS(463), - [anon_sym_Tib] = ACTIONS(463), - [anon_sym_TIb] = ACTIONS(463), - [anon_sym_TIB] = ACTIONS(463), - [anon_sym_pib] = ACTIONS(463), - [anon_sym_piB] = ACTIONS(463), - [anon_sym_pIB] = ACTIONS(463), - [anon_sym_pIb] = ACTIONS(463), - [anon_sym_Pib] = ACTIONS(463), - [anon_sym_PIb] = ACTIONS(463), - [anon_sym_PIB] = ACTIONS(463), - [anon_sym_eib] = ACTIONS(463), - [anon_sym_eiB] = ACTIONS(463), - [anon_sym_eIB] = ACTIONS(463), - [anon_sym_eIb] = ACTIONS(463), - [anon_sym_Eib] = ACTIONS(463), - [anon_sym_EIb] = ACTIONS(463), - [anon_sym_EIB] = ACTIONS(463), - [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), + [125] = { + [sym_comment] = STATE(125), + [ts_builtin_sym_end] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_err_GT] = ACTIONS(165), + [anon_sym_out_GT] = ACTIONS(165), + [anon_sym_e_GT] = ACTIONS(165), + [anon_sym_o_GT] = ACTIONS(165), + [anon_sym_err_PLUSout_GT] = ACTIONS(165), + [anon_sym_out_PLUSerr_GT] = ACTIONS(165), + [anon_sym_o_PLUSe_GT] = ACTIONS(165), + [anon_sym_e_PLUSo_GT] = ACTIONS(165), + [aux_sym_unquoted_token1] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(105), }, - [133] = { - [sym_comment] = STATE(133), + [126] = { + [sym_comment] = STATE(126), + [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_POUND] = ACTIONS(105), + }, + [127] = { + [sym_comment] = STATE(127), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(457), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(459), + [anon_sym_POUND] = ACTIONS(105), + }, + [128] = { + [sym_comment] = STATE(128), + [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_POUND] = ACTIONS(105), + }, + [129] = { + [sym_comment] = STATE(129), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(459), + [anon_sym_POUND] = ACTIONS(105), + }, + [130] = { + [sym_comment] = STATE(130), [anon_sym_SEMI] = ACTIONS(221), [anon_sym_LF] = ACTIONS(223), [anon_sym_LBRACK] = ACTIONS(221), @@ -92565,7 +92290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(221), [anon_sym_xor] = ACTIONS(221), [anon_sym_or] = ACTIONS(221), - [sym_val_nothing] = 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), @@ -92672,6 +92397,447 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(221), [anon_sym_POUND] = ACTIONS(105), }, + [131] = { + [sym_comment] = STATE(131), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), + }, + [132] = { + [sym_comment] = STATE(132), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(455), + [anon_sym_POUND] = ACTIONS(105), + }, + [133] = { + [sym_comment] = STATE(133), + [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(461), + [anon_sym_s] = ACTIONS(461), + [anon_sym_us] = ACTIONS(461), + [anon_sym_ms] = ACTIONS(461), + [anon_sym_sec] = ACTIONS(461), + [anon_sym_min] = ACTIONS(461), + [anon_sym_hr] = ACTIONS(461), + [anon_sym_day] = ACTIONS(461), + [anon_sym_wk] = ACTIONS(461), + [anon_sym_b] = ACTIONS(463), + [anon_sym_B] = ACTIONS(463), + [anon_sym_kb] = ACTIONS(463), + [anon_sym_kB] = ACTIONS(463), + [anon_sym_Kb] = ACTIONS(463), + [anon_sym_KB] = ACTIONS(463), + [anon_sym_mb] = ACTIONS(463), + [anon_sym_mB] = ACTIONS(463), + [anon_sym_Mb] = ACTIONS(463), + [anon_sym_MB] = ACTIONS(463), + [anon_sym_gb] = ACTIONS(463), + [anon_sym_gB] = ACTIONS(463), + [anon_sym_Gb] = ACTIONS(463), + [anon_sym_GB] = ACTIONS(463), + [anon_sym_tb] = ACTIONS(463), + [anon_sym_tB] = ACTIONS(463), + [anon_sym_Tb] = ACTIONS(463), + [anon_sym_TB] = ACTIONS(463), + [anon_sym_pb] = ACTIONS(463), + [anon_sym_pB] = ACTIONS(463), + [anon_sym_Pb] = ACTIONS(463), + [anon_sym_PB] = ACTIONS(463), + [anon_sym_eb] = ACTIONS(463), + [anon_sym_eB] = ACTIONS(463), + [anon_sym_Eb] = ACTIONS(463), + [anon_sym_EB] = ACTIONS(463), + [anon_sym_kib] = ACTIONS(463), + [anon_sym_kiB] = ACTIONS(463), + [anon_sym_kIB] = ACTIONS(463), + [anon_sym_kIb] = ACTIONS(463), + [anon_sym_Kib] = ACTIONS(463), + [anon_sym_KIb] = ACTIONS(463), + [anon_sym_KIB] = ACTIONS(463), + [anon_sym_mib] = ACTIONS(463), + [anon_sym_miB] = ACTIONS(463), + [anon_sym_mIB] = ACTIONS(463), + [anon_sym_mIb] = ACTIONS(463), + [anon_sym_Mib] = ACTIONS(463), + [anon_sym_MIb] = ACTIONS(463), + [anon_sym_MIB] = ACTIONS(463), + [anon_sym_gib] = ACTIONS(463), + [anon_sym_giB] = ACTIONS(463), + [anon_sym_gIB] = ACTIONS(463), + [anon_sym_gIb] = ACTIONS(463), + [anon_sym_Gib] = ACTIONS(463), + [anon_sym_GIb] = ACTIONS(463), + [anon_sym_GIB] = ACTIONS(463), + [anon_sym_tib] = ACTIONS(463), + [anon_sym_tiB] = ACTIONS(463), + [anon_sym_tIB] = ACTIONS(463), + [anon_sym_tIb] = ACTIONS(463), + [anon_sym_Tib] = ACTIONS(463), + [anon_sym_TIb] = ACTIONS(463), + [anon_sym_TIB] = ACTIONS(463), + [anon_sym_pib] = ACTIONS(463), + [anon_sym_piB] = ACTIONS(463), + [anon_sym_pIB] = ACTIONS(463), + [anon_sym_pIb] = ACTIONS(463), + [anon_sym_Pib] = ACTIONS(463), + [anon_sym_PIb] = ACTIONS(463), + [anon_sym_PIB] = ACTIONS(463), + [anon_sym_eib] = ACTIONS(463), + [anon_sym_eiB] = ACTIONS(463), + [anon_sym_eIB] = ACTIONS(463), + [anon_sym_eIb] = ACTIONS(463), + [anon_sym_Eib] = ACTIONS(463), + [anon_sym_EIb] = ACTIONS(463), + [anon_sym_EIB] = ACTIONS(463), + [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), + }, [134] = { [sym_comment] = STATE(134), [ts_builtin_sym_end] = ACTIONS(223), @@ -92711,7 +92877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(221), [anon_sym_xor] = ACTIONS(221), [anon_sym_or] = ACTIONS(221), - [sym_val_nothing] = 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), @@ -92857,7 +93023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(213), [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -92966,229 +93132,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [136] = { [sym_comment] = STATE(136), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, [137] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5578), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(157), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6022), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(179), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(137), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -93229,7 +93396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -93252,84 +93419,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [138] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5524), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(168), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5800), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(213), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(138), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -93370,7 +93538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -93393,84 +93561,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [139] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5524), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(173), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5800), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(230), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(139), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -93511,7 +93680,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -93534,84 +93703,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [140] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5578), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym_parameter_pipes] = STATE(215), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6022), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym_parameter_pipes] = STATE(226), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(140), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -93652,7 +93822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -93675,229 +93845,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [141] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4673), - [sym__declaration_last] = STATE(5304), - [sym_decl_alias_last] = STATE(5310), - [sym_stmt_let_last] = STATE(5312), - [sym_stmt_mut_last] = STATE(5312), - [sym_stmt_const_last] = STATE(5312), - [sym__statement_last] = STATE(5304), - [sym_pipeline_last] = STATE(5312), - [sym__block_body] = STATE(5994), - [sym_decl_def] = STATE(1551), - [sym_decl_export] = STATE(1551), - [sym_decl_extern] = STATE(1551), - [sym_decl_module] = STATE(1551), - [sym_decl_use] = STATE(1551), - [sym__ctrl_statement] = STATE(1545), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_for] = STATE(1543), - [sym_ctrl_loop] = STATE(1543), - [sym_ctrl_error] = STATE(1543), - [sym_ctrl_while] = STATE(1543), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_stmt_source] = STATE(1545), - [sym_stmt_register] = STATE(1545), - [sym__stmt_hide] = STATE(1545), - [sym_hide_mod] = STATE(1524), - [sym_hide_env] = STATE(1524), - [sym__stmt_overlay] = STATE(1545), - [sym_overlay_list] = STATE(1523), - [sym_overlay_hide] = STATE(1523), - [sym_overlay_new] = STATE(1523), - [sym_overlay_use] = STATE(1523), - [sym_assignment] = STATE(1545), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(2577), - [sym__var] = STATE(2406), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5887), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(141), - [aux_sym_pipeline_repeat1] = STATE(810), - [aux_sym__block_body_repeat2] = STATE(223), - [ts_builtin_sym_end] = ACTIONS(535), - [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), - [sym_val_nothing] = 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), - }, - [142] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6017), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(142), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -93908,18 +93940,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(533), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -93930,7 +93961,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), + [anon_sym_RPAREN2] = ACTIONS(555), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -93949,94 +93981,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [143] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5868), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(143), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [142] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5580), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(142), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -94047,18 +94080,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(531), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -94069,7 +94101,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -94088,87 +94121,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [144] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5983), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(144), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [143] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6029), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(143), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -94208,7 +94242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -94230,91 +94264,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [145] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5588), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(145), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [144] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5852), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(144), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -94325,18 +94360,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_RBRACE] = ACTIONS(511), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -94347,7 +94381,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), + [anon_sym_RPAREN2] = ACTIONS(561), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -94366,87 +94401,228 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [145] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4660), + [sym__declaration_last] = STATE(5429), + [sym_decl_alias_last] = STATE(5408), + [sym_stmt_let_last] = STATE(5403), + [sym_stmt_mut_last] = STATE(5403), + [sym_stmt_const_last] = STATE(5403), + [sym__statement_last] = STATE(5429), + [sym_pipeline_last] = STATE(5403), + [sym__block_body] = STATE(5710), + [sym_decl_def] = STATE(1507), + [sym_decl_export] = STATE(1507), + [sym_decl_extern] = STATE(1507), + [sym_decl_module] = STATE(1507), + [sym_decl_use] = STATE(1507), + [sym__ctrl_statement] = STATE(1510), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_for] = STATE(1513), + [sym_ctrl_loop] = STATE(1513), + [sym_ctrl_error] = STATE(1513), + [sym_ctrl_while] = STATE(1513), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_stmt_source] = STATE(1510), + [sym_stmt_register] = STATE(1510), + [sym__stmt_hide] = STATE(1510), + [sym_hide_mod] = STATE(1514), + [sym_hide_env] = STATE(1514), + [sym__stmt_overlay] = STATE(1510), + [sym_overlay_list] = STATE(1517), + [sym_overlay_hide] = STATE(1517), + [sym_overlay_new] = STATE(1517), + [sym_overlay_use] = STATE(1517), + [sym_assignment] = STATE(1510), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(2614), + [sym__var] = STATE(2434), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(145), + [aux_sym_pipeline_repeat1] = STATE(831), + [aux_sym__block_body_repeat2] = STATE(236), + [ts_builtin_sym_end] = ACTIONS(563), + [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), }, [146] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5669), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5757), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(146), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -94473,6 +94649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_RBRACE] = ACTIONS(531), [anon_sym_DOT] = ACTIONS(333), [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), @@ -94485,7 +94662,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -94508,90 +94685,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [147] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5521), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5857), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(147), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -94602,17 +94780,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -94623,7 +94801,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), + [anon_sym_RPAREN2] = ACTIONS(561), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -94642,94 +94821,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [148] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5732), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5754), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(148), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -94740,17 +94920,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -94761,7 +94941,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -94784,90 +94965,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [149] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5761), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5828), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(149), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -94878,17 +95060,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -94899,7 +95081,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -94922,90 +95105,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [150] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5723), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5731), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(150), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95016,17 +95200,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95037,7 +95221,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95056,94 +95241,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [151] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5720), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5625), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(151), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95154,17 +95340,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95175,7 +95361,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95194,94 +95381,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [152] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5636), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5767), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(152), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95292,17 +95480,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95313,7 +95501,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95336,90 +95525,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [153] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6023), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5791), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(153), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95430,17 +95620,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95451,7 +95641,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95470,94 +95661,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [154] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5600), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5761), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(154), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95568,17 +95760,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95589,7 +95781,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95608,94 +95801,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [155] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6011), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5724), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(155), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95706,17 +95900,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95727,7 +95921,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95746,94 +95941,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [156] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5935), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5708), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(156), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95844,17 +96040,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -95865,7 +96061,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -95888,90 +96085,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [157] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5595), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5690), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(157), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -95982,17 +96180,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96003,7 +96201,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96022,94 +96221,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [158] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5731), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5651), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(158), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96120,17 +96320,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96141,7 +96341,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96164,90 +96365,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [159] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5730), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5644), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(159), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96258,17 +96460,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96279,7 +96481,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96302,90 +96505,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [160] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5635), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5714), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(160), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96396,17 +96600,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96417,7 +96621,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), + [anon_sym_RPAREN2] = ACTIONS(555), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -96440,90 +96645,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [161] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5861), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5882), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(161), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96534,17 +96740,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96555,7 +96761,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96574,94 +96781,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [162] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5729), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5756), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(162), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96672,17 +96880,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96693,7 +96901,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96716,90 +96925,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [163] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5728), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5612), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(163), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96810,17 +97020,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96831,7 +97041,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96854,90 +97065,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [164] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5674), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(6011), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(164), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -96948,17 +97160,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -96969,7 +97181,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -96988,94 +97201,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [165] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5812), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5933), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(165), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97086,17 +97300,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_RBRACE] = ACTIONS(511), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97107,7 +97322,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -97126,94 +97341,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [166] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5727), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5947), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(166), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97224,17 +97440,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97245,7 +97461,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -97268,90 +97485,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [167] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5831), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5902), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(167), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97362,17 +97580,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_RBRACE] = ACTIONS(533), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97383,7 +97602,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -97402,94 +97621,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [168] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5855), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5679), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(168), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97500,17 +97720,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97521,7 +97741,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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), @@ -97540,94 +97761,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [169] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5863), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5790), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(169), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97638,17 +97860,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97659,7 +97881,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -97678,94 +97900,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [170] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5881), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5770), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(170), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97776,17 +97999,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97797,7 +98020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -97816,94 +98039,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [171] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(6093), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5677), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(171), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -97914,17 +98138,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -97935,7 +98159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -97958,90 +98182,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [172] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6054), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5764), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(172), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -98052,17 +98277,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -98073,7 +98298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98092,94 +98317,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [173] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(6050), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5714), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(173), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -98190,17 +98416,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -98211,7 +98437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98230,94 +98456,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [174] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5927), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(174), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -98328,17 +98555,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -98349,7 +98576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98368,94 +98595,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [175] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5726), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5930), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(175), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -98466,17 +98694,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -98487,7 +98715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98506,94 +98734,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [176] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5911), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5651), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(176), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -98604,17 +98833,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -98625,7 +98854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98644,87 +98873,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [177] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5904), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5667), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(177), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -98763,7 +98993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98786,90 +99016,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [178] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5821), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5852), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(178), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -98880,17 +99111,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -98901,7 +99132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -98924,83 +99155,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [179] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5648), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5898), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(179), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -99039,7 +99271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99062,90 +99294,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [180] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5724), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5748), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(180), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99156,17 +99389,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -99177,7 +99410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99196,94 +99429,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [181] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5704), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5708), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(181), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99294,17 +99528,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -99315,7 +99549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99338,90 +99572,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [182] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5805), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5772), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(182), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99432,17 +99667,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -99453,7 +99688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99472,94 +99707,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [183] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5757), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5814), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(183), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99570,17 +99806,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -99591,7 +99827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99610,94 +99846,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [184] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5719), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5771), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(184), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99708,17 +99945,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -99729,7 +99966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99748,94 +99985,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [185] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5721), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5717), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(185), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99846,17 +100084,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -99867,7 +100105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -99890,90 +100128,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [186] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5718), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5766), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(186), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -99984,17 +100223,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -100005,7 +100244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100028,90 +100267,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [187] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5714), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5663), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(187), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -100122,17 +100362,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -100143,7 +100383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100162,94 +100402,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [188] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5803), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5664), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(188), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -100260,17 +100501,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -100281,7 +100522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100300,94 +100541,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [189] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5710), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5795), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(189), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -100398,17 +100640,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -100419,7 +100661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100438,94 +100680,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [190] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5891), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5724), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(190), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -100536,17 +100779,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -100557,7 +100800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100580,90 +100823,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [191] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5647), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5704), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(191), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -100674,17 +100918,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -100695,7 +100939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100714,225 +100958,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [192] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5901), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(192), - [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(559), - [aux_sym__immediate_decimal_token2] = ACTIONS(561), - [sym_val_nothing] = 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_token6] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), }, [193] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5617), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5631), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(193), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -100971,7 +101217,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -100994,90 +101240,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [194] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5532), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5738), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(194), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -101088,17 +101335,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -101109,7 +101356,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101132,90 +101379,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [195] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5559), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(6011), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(195), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -101226,17 +101474,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -101247,7 +101495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101266,94 +101514,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, [196] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5540), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5701), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(196), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -101364,17 +101613,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -101385,7 +101634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101404,87 +101653,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [197] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5547), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5881), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(197), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -101523,7 +101773,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101546,90 +101796,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [198] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5566), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5816), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(198), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -101640,17 +101891,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -101661,7 +101912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101680,94 +101931,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, [199] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5750), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5768), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(199), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -101778,17 +102030,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -101799,7 +102051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101822,90 +102074,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [200] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5585), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5758), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(200), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -101916,17 +102169,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -101937,7 +102190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -101960,497 +102213,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [201] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5598), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5780), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(201), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), - [anon_sym_def] = ACTIONS(481), - [anon_sym_export_DASHenv] = ACTIONS(483), - [anon_sym_extern] = ACTIONS(485), - [anon_sym_module] = ACTIONS(487), - [anon_sym_use] = ACTIONS(489), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(305), - [anon_sym_error] = ACTIONS(491), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_for] = ACTIONS(499), - [anon_sym_loop] = ACTIONS(501), - [anon_sym_while] = ACTIONS(503), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), - [anon_sym_return] = ACTIONS(515), - [anon_sym_source] = ACTIONS(517), - [anon_sym_source_DASHenv] = ACTIONS(517), - [anon_sym_register] = ACTIONS(519), - [anon_sym_hide] = ACTIONS(521), - [anon_sym_hide_DASHenv] = ACTIONS(523), - [anon_sym_overlay] = ACTIONS(525), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(557), - [anon_sym_POUND] = ACTIONS(3), - }, - [202] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5611), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(202), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), - [anon_sym_def] = ACTIONS(481), - [anon_sym_export_DASHenv] = ACTIONS(483), - [anon_sym_extern] = ACTIONS(485), - [anon_sym_module] = ACTIONS(487), - [anon_sym_use] = ACTIONS(489), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(305), - [anon_sym_error] = ACTIONS(491), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_for] = ACTIONS(499), - [anon_sym_loop] = ACTIONS(501), - [anon_sym_while] = ACTIONS(503), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), - [anon_sym_return] = ACTIONS(515), - [anon_sym_source] = ACTIONS(517), - [anon_sym_source_DASHenv] = ACTIONS(517), - [anon_sym_register] = ACTIONS(519), - [anon_sym_hide] = ACTIONS(521), - [anon_sym_hide_DASHenv] = ACTIONS(523), - [anon_sym_overlay] = ACTIONS(525), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(557), - [anon_sym_POUND] = ACTIONS(3), - }, - [203] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5624), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(203), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), - [anon_sym_def] = ACTIONS(481), - [anon_sym_export_DASHenv] = ACTIONS(483), - [anon_sym_extern] = ACTIONS(485), - [anon_sym_module] = ACTIONS(487), - [anon_sym_use] = ACTIONS(489), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(305), - [anon_sym_error] = ACTIONS(491), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_for] = ACTIONS(499), - [anon_sym_loop] = ACTIONS(501), - [anon_sym_while] = ACTIONS(503), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), - [anon_sym_return] = ACTIONS(515), - [anon_sym_source] = ACTIONS(517), - [anon_sym_source_DASHenv] = ACTIONS(517), - [anon_sym_register] = ACTIONS(519), - [anon_sym_hide] = ACTIONS(521), - [anon_sym_hide_DASHenv] = ACTIONS(523), - [anon_sym_overlay] = ACTIONS(525), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(557), - [anon_sym_POUND] = ACTIONS(3), - }, - [204] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5811), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(204), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -102489,7 +102329,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -102511,91 +102351,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [205] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5536), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(205), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [202] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5887), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(202), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -102606,17 +102447,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -102627,7 +102468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -102646,87 +102487,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [206] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5572), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(206), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), + [203] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5783), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(203), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -102765,7 +102607,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -102787,91 +102629,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [207] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5637), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(207), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [204] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5947), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(204), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -102882,17 +102725,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -102903,7 +102746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -102925,91 +102768,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [208] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5650), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(208), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [205] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5606), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(205), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103020,17 +102864,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103041,7 +102885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103063,91 +102907,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [209] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5659), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(209), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [206] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5791), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(206), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103158,17 +103003,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103179,7 +103024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103201,91 +103046,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [210] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5823), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(210), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [207] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5857), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(207), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103296,17 +103142,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103317,7 +103163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103339,91 +103185,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [211] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5668), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(211), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [208] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6015), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(208), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103434,17 +103281,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103455,7 +103302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103474,94 +103321,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [212] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5677), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(212), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [209] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5756), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(209), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103572,17 +103420,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103593,7 +103441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103615,91 +103463,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [213] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5684), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(213), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [210] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6020), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(210), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103710,17 +103559,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103731,7 +103580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103750,94 +103599,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [214] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5691), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(214), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [211] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(6027), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(211), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103848,17 +103698,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -103869,7 +103719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -103888,94 +103738,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [215] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4347), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym__block_body] = STATE(5652), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(215), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(226), - [anon_sym_export] = ACTIONS(469), - [anon_sym_alias] = ACTIONS(471), - [anon_sym_let] = ACTIONS(473), - [anon_sym_let_DASHenv] = ACTIONS(473), - [anon_sym_mut] = ACTIONS(475), - [anon_sym_const] = ACTIONS(477), - [sym_cmd_identifier] = ACTIONS(479), + [212] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5767), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(212), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -103986,17 +103837,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -104007,7 +103858,285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [213] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5844), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(213), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), + }, + [214] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5847), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(214), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), @@ -104029,91 +104158,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, + [215] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5744), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(215), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, [216] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4600), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym__parenthesized_body] = STATE(5698), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5644), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(216), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(225), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -104124,17 +104393,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -104145,7 +104414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -104168,1186 +104437,369 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [217] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5699), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(217), - [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(563), - [aux_sym__immediate_decimal_token2] = ACTIONS(565), - [sym_val_nothing] = 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_token6] = ACTIONS(107), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), [anon_sym_POUND] = ACTIONS(3), }, [218] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5587), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), [sym_comment] = STATE(218), - [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(561), - [sym_val_nothing] = 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_token6] = ACTIONS(115), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), }, [219] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5638), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), [sym_comment] = STATE(219), - [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(567), - [aux_sym__immediate_decimal_token2] = ACTIONS(569), - [sym_val_nothing] = 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), - [anon_sym_POUND] = ACTIONS(3), - }, - [220] = { - [sym_comment] = STATE(220), - [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(571), - [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(565), - [sym_val_nothing] = 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_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), - }, - [221] = { - [sym_comment] = STATE(221), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym__] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(577), - [sym_val_nothing] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [222] = { - [sym_comment] = STATE(222), - [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(579), - [aux_sym__immediate_decimal_token2] = ACTIONS(581), - [sym_val_nothing] = 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), - [anon_sym_POUND] = ACTIONS(3), - }, - [223] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4452), - [sym__declaration_last] = STATE(5304), - [sym_decl_alias_last] = STATE(5310), - [sym_stmt_let_last] = STATE(5312), - [sym_stmt_mut_last] = STATE(5312), - [sym_stmt_const_last] = STATE(5312), - [sym__statement_last] = STATE(5304), - [sym_pipeline_last] = STATE(5312), - [sym_decl_def] = STATE(1551), - [sym_decl_export] = STATE(1551), - [sym_decl_extern] = STATE(1551), - [sym_decl_module] = STATE(1551), - [sym_decl_use] = STATE(1551), - [sym__ctrl_statement] = STATE(1545), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_for] = STATE(1543), - [sym_ctrl_loop] = STATE(1543), - [sym_ctrl_error] = STATE(1543), - [sym_ctrl_while] = STATE(1543), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_stmt_source] = STATE(1545), - [sym_stmt_register] = STATE(1545), - [sym__stmt_hide] = STATE(1545), - [sym_hide_mod] = STATE(1524), - [sym_hide_env] = STATE(1524), - [sym__stmt_overlay] = STATE(1545), - [sym_overlay_list] = STATE(1523), - [sym_overlay_hide] = STATE(1523), - [sym_overlay_new] = STATE(1523), - [sym_overlay_use] = STATE(1523), - [sym_assignment] = STATE(1545), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(2577), - [sym__var] = STATE(2406), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), - [sym_comment] = STATE(223), - [aux_sym_pipeline_repeat1] = STATE(810), - [aux_sym__block_body_repeat2] = STATE(248), - [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), - [sym_val_nothing] = 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), - }, - [224] = { - [sym_comment] = STATE(224), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym__] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(583), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [225] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym__block_body_statement_parenthesized_last] = STATE(4521), - [sym__declaration_parenthesized_last] = STATE(5375), - [sym_decl_alias_parenthesized_last] = STATE(5376), - [sym_stmt_let_parenthesized_last] = STATE(5313), - [sym_stmt_mut_parenthesized_last] = STATE(5313), - [sym_stmt_const_parenthesized_last] = STATE(5313), - [sym__statement_parenthesized_last] = STATE(5375), - [sym_pipeline_parenthesized_last] = STATE(5313), - [sym_decl_def] = STATE(1520), - [sym_decl_export] = STATE(1520), - [sym_decl_extern] = STATE(1520), - [sym_decl_module] = STATE(1520), - [sym_decl_use] = STATE(1520), - [sym__ctrl_statement] = STATE(1531), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_stmt_source] = STATE(1531), - [sym_stmt_register] = STATE(1531), - [sym__stmt_hide] = STATE(1531), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1531), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1531), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(225), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [aux_sym__parenthesized_body_repeat1] = STATE(247), - [anon_sym_export] = ACTIONS(537), - [anon_sym_alias] = ACTIONS(539), - [anon_sym_let] = ACTIONS(541), - [anon_sym_let_DASHenv] = ACTIONS(541), - [anon_sym_mut] = ACTIONS(543), - [anon_sym_const] = ACTIONS(545), - [sym_cmd_identifier] = ACTIONS(547), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_def] = ACTIONS(481), [anon_sym_export_DASHenv] = ACTIONS(483), [anon_sym_extern] = ACTIONS(485), @@ -105358,17 +104810,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(305), [anon_sym_error] = ACTIONS(491), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_for] = ACTIONS(499), [anon_sym_loop] = ACTIONS(501), [anon_sym_while] = ACTIONS(503), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_source] = ACTIONS(517), [anon_sym_source_DASHenv] = ACTIONS(517), @@ -105379,7 +104831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -105401,83 +104853,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [226] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym__block_body_statement_last] = STATE(4250), - [sym__declaration_last] = STATE(5172), - [sym_decl_alias_last] = STATE(5171), - [sym_stmt_let_last] = STATE(5157), - [sym_stmt_mut_last] = STATE(5157), - [sym_stmt_const_last] = STATE(5157), - [sym__statement_last] = STATE(5172), - [sym_pipeline_last] = STATE(5157), - [sym_decl_def] = STATE(1317), - [sym_decl_export] = STATE(1317), - [sym_decl_extern] = STATE(1317), - [sym_decl_module] = STATE(1317), - [sym_decl_use] = STATE(1317), - [sym__ctrl_statement] = STATE(1318), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_stmt_source] = STATE(1318), - [sym_stmt_register] = STATE(1318), - [sym__stmt_hide] = STATE(1318), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1318), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1318), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(226), - [aux_sym_pipeline_repeat1] = STATE(808), - [aux_sym__block_body_repeat2] = STATE(248), + [220] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5872), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(220), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), [anon_sym_export] = ACTIONS(469), [anon_sym_alias] = ACTIONS(471), [anon_sym_let] = ACTIONS(473), @@ -105516,7 +104970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -105538,18 +104992,1685 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [227] = { - [sym_comment] = STATE(227), - [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), + [221] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5761), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(221), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [222] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5874), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(222), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), + }, + [223] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5769), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(223), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [224] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5574), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(224), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), + }, + [225] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5690), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(225), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [226] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5743), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(226), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), + }, + [227] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5579), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(227), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [228] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5602), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(228), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), + }, + [229] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5750), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(229), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [230] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4285), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym__block_body] = STATE(5854), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(230), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(234), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), + }, + [231] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4481), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym__parenthesized_body] = STATE(5882), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(231), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(232), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [232] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym__block_body_statement_parenthesized_last] = STATE(4471), + [sym__declaration_parenthesized_last] = STATE(5412), + [sym_decl_alias_parenthesized_last] = STATE(5401), + [sym_stmt_let_parenthesized_last] = STATE(5391), + [sym_stmt_mut_parenthesized_last] = STATE(5391), + [sym_stmt_const_parenthesized_last] = STATE(5391), + [sym__statement_parenthesized_last] = STATE(5412), + [sym_pipeline_parenthesized_last] = STATE(5391), + [sym_decl_def] = STATE(1550), + [sym_decl_export] = STATE(1550), + [sym_decl_extern] = STATE(1550), + [sym_decl_module] = STATE(1550), + [sym_decl_use] = STATE(1550), + [sym__ctrl_statement] = STATE(1553), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_stmt_source] = STATE(1553), + [sym_stmt_register] = STATE(1553), + [sym__stmt_hide] = STATE(1553), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1553), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1553), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(232), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [aux_sym__parenthesized_body_repeat1] = STATE(263), + [anon_sym_export] = ACTIONS(535), + [anon_sym_alias] = ACTIONS(537), + [anon_sym_let] = ACTIONS(539), + [anon_sym_let_DASHenv] = ACTIONS(539), + [anon_sym_mut] = ACTIONS(541), + [anon_sym_const] = ACTIONS(543), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [233] = { + [sym_comment] = STATE(233), + [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), @@ -105577,8 +106698,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(565), - [sym_val_nothing] = ACTIONS(109), + [aux_sym__immediate_decimal_token1] = ACTIONS(585), + [aux_sym__immediate_decimal_token2] = ACTIONS(587), + [anon_sym_null] = ACTIONS(109), [anon_sym_true] = ACTIONS(109), [anon_sym_false] = ACTIONS(109), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -105675,144 +106797,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [228] = { - [sym_comment] = STATE(228), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym__] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(587), + [234] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4420), + [sym__declaration_last] = STATE(5087), + [sym_decl_alias_last] = STATE(5084), + [sym_stmt_let_last] = STATE(5076), + [sym_stmt_mut_last] = STATE(5076), + [sym_stmt_const_last] = STATE(5076), + [sym__statement_last] = STATE(5087), + [sym_pipeline_last] = STATE(5076), + [sym_decl_def] = STATE(1321), + [sym_decl_export] = STATE(1321), + [sym_decl_extern] = STATE(1321), + [sym_decl_module] = STATE(1321), + [sym_decl_use] = STATE(1321), + [sym__ctrl_statement] = STATE(1322), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_stmt_source] = STATE(1322), + [sym_stmt_register] = STATE(1322), + [sym__stmt_hide] = STATE(1322), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1322), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1322), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(234), + [aux_sym_pipeline_repeat1] = STATE(830), + [aux_sym__block_body_repeat2] = STATE(264), + [anon_sym_export] = ACTIONS(469), + [anon_sym_alias] = ACTIONS(471), + [anon_sym_let] = ACTIONS(473), + [anon_sym_let_DASHenv] = ACTIONS(473), + [anon_sym_mut] = ACTIONS(475), + [anon_sym_const] = ACTIONS(477), + [sym_cmd_identifier] = ACTIONS(479), + [anon_sym_def] = ACTIONS(481), + [anon_sym_export_DASHenv] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(485), + [anon_sym_module] = ACTIONS(487), + [anon_sym_use] = ACTIONS(489), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(305), + [anon_sym_error] = ACTIONS(491), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), + [anon_sym_for] = ACTIONS(499), + [anon_sym_loop] = ACTIONS(501), + [anon_sym_while] = ACTIONS(503), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(513), + [anon_sym_return] = ACTIONS(515), + [anon_sym_source] = ACTIONS(517), + [anon_sym_source_DASHenv] = ACTIONS(517), + [anon_sym_register] = ACTIONS(519), + [anon_sym_hide] = ACTIONS(521), + [anon_sym_hide_DASHenv] = ACTIONS(523), + [anon_sym_overlay] = ACTIONS(525), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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), }, - [229] = { - [sym_comment] = STATE(229), + [235] = { + [sym_comment] = STATE(235), [anon_sym_LBRACK] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(117), @@ -105850,7 +106974,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), - [sym_val_nothing] = 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), @@ -105947,8 +107073,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [230] = { - [sym_comment] = STATE(230), + [236] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym__block_body_statement_last] = STATE(4803), + [sym__declaration_last] = STATE(5429), + [sym_decl_alias_last] = STATE(5408), + [sym_stmt_let_last] = STATE(5403), + [sym_stmt_mut_last] = STATE(5403), + [sym_stmt_const_last] = STATE(5403), + [sym__statement_last] = STATE(5429), + [sym_pipeline_last] = STATE(5403), + [sym_decl_def] = STATE(1507), + [sym_decl_export] = STATE(1507), + [sym_decl_extern] = STATE(1507), + [sym_decl_module] = STATE(1507), + [sym_decl_use] = STATE(1507), + [sym__ctrl_statement] = STATE(1510), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_for] = STATE(1513), + [sym_ctrl_loop] = STATE(1513), + [sym_ctrl_error] = STATE(1513), + [sym_ctrl_while] = STATE(1513), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_stmt_source] = STATE(1510), + [sym_stmt_register] = STATE(1510), + [sym__stmt_hide] = STATE(1510), + [sym_hide_mod] = STATE(1514), + [sym_hide_env] = STATE(1514), + [sym__stmt_overlay] = STATE(1510), + [sym_overlay_list] = STATE(1517), + [sym_overlay_hide] = STATE(1517), + [sym_overlay_new] = STATE(1517), + [sym_overlay_use] = STATE(1517), + [sym_assignment] = STATE(1510), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(2614), + [sym__var] = STATE(2434), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(236), + [aux_sym_pipeline_repeat1] = STATE(831), + [aux_sym__block_body_repeat2] = STATE(264), + [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), + }, + [237] = { + [sym_comment] = STATE(237), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym__] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(593), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(596), + [anon_sym_null] = ACTIONS(129), + [anon_sym_true] = ACTIONS(129), + [anon_sym_false] = ACTIONS(129), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(129), + [aux_sym__val_number_token2] = ACTIONS(129), + [aux_sym__val_number_token3] = ACTIONS(129), + [aux_sym__val_number_token4] = ACTIONS(129), + [aux_sym__val_number_token5] = ACTIONS(129), + [aux_sym__val_number_token6] = ACTIONS(129), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(129), + [anon_sym_DQUOTE] = ACTIONS(129), + [sym__str_single_quotes] = ACTIONS(129), + [sym__str_back_ticks] = ACTIONS(129), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [238] = { + [sym_comment] = STATE(238), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_LPAREN] = ACTIONS(109), @@ -105960,7 +107361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(109), [anon_sym__] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(589), + [anon_sym_DOT2] = ACTIONS(109), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -105986,8 +107387,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(569), - [sym_val_nothing] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(587), + [anon_sym_null] = ACTIONS(109), [anon_sym_true] = ACTIONS(109), [anon_sym_false] = ACTIONS(109), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -106081,282 +107482,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(109), [sym__str_back_ticks] = ACTIONS(109), + [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [231] = { - [sym_comment] = STATE(231), - [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(581), - [sym_val_nothing] = 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), - [anon_sym_POUND] = ACTIONS(3), - }, - [232] = { - [sym_comment] = STATE(232), - [anon_sym_LBRACK] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(164), - [anon_sym_RBRACE] = ACTIONS(164), - [anon_sym__] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(164), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(164), - [anon_sym_xor] = ACTIONS(164), - [anon_sym_or] = ACTIONS(164), - [sym_val_nothing] = ACTIONS(164), - [anon_sym_true] = ACTIONS(164), - [anon_sym_false] = ACTIONS(164), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(164), - [aux_sym__val_number_token2] = ACTIONS(164), - [aux_sym__val_number_token3] = ACTIONS(164), - [aux_sym__val_number_token4] = ACTIONS(164), - [aux_sym__val_number_token5] = ACTIONS(164), - [aux_sym__val_number_token6] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(164), - [anon_sym_DQUOTE] = ACTIONS(164), - [sym__str_single_quotes] = ACTIONS(164), - [sym__str_back_ticks] = ACTIONS(164), - [aux_sym_unquoted_token6] = ACTIONS(162), + [239] = { + [sym_comment] = STATE(239), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym__] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(598), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [233] = { - [sym_comment] = STATE(233), + [240] = { + [sym_comment] = STATE(240), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_LPAREN] = ACTIONS(109), @@ -106394,8 +107661,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(569), - [sym_val_nothing] = ACTIONS(109), + [aux_sym__immediate_decimal_token1] = ACTIONS(600), + [aux_sym__immediate_decimal_token2] = ACTIONS(602), + [anon_sym_null] = ACTIONS(109), [anon_sym_true] = ACTIONS(109), [anon_sym_false] = ACTIONS(109), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -106491,348 +107759,351 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(3), }, - [234] = { - [sym_comment] = STATE(234), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym__] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(592), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(595), - [sym_val_nothing] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [anon_sym_POUND] = ACTIONS(3), - }, - [235] = { - [sym_comment] = STATE(235), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym__] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [anon_sym_POUND] = ACTIONS(3), - }, - [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), - [sym_val_nothing] = 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), + [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [242] = { + [sym_comment] = STATE(242), + [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_token6] = ACTIONS(115), + [anon_sym_POUND] = ACTIONS(3), + }, + [243] = { + [sym_comment] = STATE(243), + [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(608), + [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(587), + [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), @@ -106899,684 +108170,552 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [237] = { - [sym_comment] = STATE(237), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym__] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [238] = { - [sym_comment] = STATE(238), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym__] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), + [244] = { + [sym_comment] = STATE(244), + [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_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [239] = { - [sym_comment] = STATE(239), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym__] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(587), + [245] = { + [sym_comment] = STATE(245), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym__] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(611), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), [anon_sym_POUND] = ACTIONS(3), }, - [240] = { - [sym_comment] = STATE(240), - [anon_sym_LBRACK] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(164), - [anon_sym_RBRACE] = ACTIONS(164), - [anon_sym__] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(164), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(164), - [anon_sym_xor] = ACTIONS(164), - [anon_sym_or] = ACTIONS(164), - [sym_val_nothing] = ACTIONS(164), - [anon_sym_true] = ACTIONS(164), - [anon_sym_false] = ACTIONS(164), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(164), - [aux_sym__val_number_token2] = ACTIONS(164), - [aux_sym__val_number_token3] = ACTIONS(164), - [aux_sym__val_number_token4] = ACTIONS(164), - [aux_sym__val_number_token5] = ACTIONS(164), - [aux_sym__val_number_token6] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(164), - [anon_sym_DQUOTE] = ACTIONS(164), - [sym__str_single_quotes] = ACTIONS(164), - [sym__str_back_ticks] = ACTIONS(164), + [246] = { + [sym_comment] = STATE(246), + [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(602), + [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), [anon_sym_POUND] = ACTIONS(3), }, - [241] = { - [sym_comment] = STATE(241), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym__] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), + [247] = { + [sym_comment] = STATE(247), + [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_LPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym__] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(167), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(167), + [anon_sym_xor] = ACTIONS(167), + [anon_sym_or] = ACTIONS(167), + [anon_sym_null] = ACTIONS(167), + [anon_sym_true] = ACTIONS(167), + [anon_sym_false] = ACTIONS(167), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(167), + [aux_sym__val_number_token2] = ACTIONS(167), + [aux_sym__val_number_token3] = ACTIONS(167), + [aux_sym__val_number_token4] = ACTIONS(167), + [aux_sym__val_number_token5] = ACTIONS(167), + [aux_sym__val_number_token6] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(167), + [anon_sym_DQUOTE] = ACTIONS(167), + [sym__str_single_quotes] = ACTIONS(167), + [sym__str_back_ticks] = ACTIONS(167), + [aux_sym_unquoted_token6] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(3), }, - [242] = { - [sym_comment] = STATE(242), + [248] = { + [sym_comment] = STATE(248), [anon_sym_LBRACK] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_LPAREN] = ACTIONS(109), @@ -107588,7 +108727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(109), [anon_sym__] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(613), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -107614,7 +108753,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [sym_val_nothing] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(602), + [anon_sym_null] = ACTIONS(109), [anon_sym_true] = ACTIONS(109), [anon_sym_false] = ACTIONS(109), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -107710,8 +108850,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(3), }, - [243] = { - [sym_comment] = STATE(243), + [249] = { + [sym_comment] = STATE(249), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym__] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(616), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(619), + [anon_sym_null] = ACTIONS(129), + [anon_sym_true] = ACTIONS(129), + [anon_sym_false] = ACTIONS(129), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(129), + [aux_sym__val_number_token2] = ACTIONS(129), + [aux_sym__val_number_token3] = ACTIONS(129), + [aux_sym__val_number_token4] = ACTIONS(129), + [aux_sym__val_number_token5] = ACTIONS(129), + [aux_sym__val_number_token6] = ACTIONS(129), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(129), + [anon_sym_DQUOTE] = ACTIONS(129), + [sym__str_single_quotes] = ACTIONS(129), + [sym__str_back_ticks] = ACTIONS(129), + [anon_sym_POUND] = ACTIONS(3), + }, + [250] = { + [sym_comment] = STATE(250), [anon_sym_LBRACK] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(117), @@ -107749,7 +109025,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), - [sym_val_nothing] = 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), @@ -107845,1290 +109122,1888 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(117), [anon_sym_POUND] = ACTIONS(3), }, - [244] = { - [sym_comment] = STATE(244), - [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), - [sym_val_nothing] = 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), + [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_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [245] = { - [sym_comment] = STATE(245), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym__] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), + [252] = { + [sym_comment] = STATE(252), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym__] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(623), [anon_sym_POUND] = ACTIONS(3), }, - [246] = { - [sym_comment] = STATE(246), - [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), - [sym_val_nothing] = 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(601), - [anon_sym_s] = ACTIONS(601), - [anon_sym_us] = ACTIONS(601), - [anon_sym_ms] = ACTIONS(601), - [anon_sym_sec] = ACTIONS(601), - [anon_sym_min] = ACTIONS(601), - [anon_sym_hr] = ACTIONS(601), - [anon_sym_day] = ACTIONS(601), - [anon_sym_wk] = ACTIONS(601), - [anon_sym_b] = ACTIONS(603), - [anon_sym_B] = ACTIONS(605), - [anon_sym_kb] = ACTIONS(605), - [anon_sym_kB] = ACTIONS(605), - [anon_sym_Kb] = ACTIONS(605), - [anon_sym_KB] = ACTIONS(605), - [anon_sym_mb] = ACTIONS(605), - [anon_sym_mB] = ACTIONS(605), - [anon_sym_Mb] = ACTIONS(605), - [anon_sym_MB] = ACTIONS(605), - [anon_sym_gb] = ACTIONS(605), - [anon_sym_gB] = ACTIONS(605), - [anon_sym_Gb] = ACTIONS(605), - [anon_sym_GB] = ACTIONS(605), - [anon_sym_tb] = ACTIONS(605), - [anon_sym_tB] = ACTIONS(605), - [anon_sym_Tb] = ACTIONS(605), - [anon_sym_TB] = ACTIONS(605), - [anon_sym_pb] = ACTIONS(605), - [anon_sym_pB] = ACTIONS(605), - [anon_sym_Pb] = ACTIONS(605), - [anon_sym_PB] = ACTIONS(605), - [anon_sym_eb] = ACTIONS(605), - [anon_sym_eB] = ACTIONS(605), - [anon_sym_Eb] = ACTIONS(605), - [anon_sym_EB] = ACTIONS(605), - [anon_sym_kib] = ACTIONS(605), - [anon_sym_kiB] = ACTIONS(605), - [anon_sym_kIB] = ACTIONS(605), - [anon_sym_kIb] = ACTIONS(605), - [anon_sym_Kib] = ACTIONS(605), - [anon_sym_KIb] = ACTIONS(605), - [anon_sym_KIB] = ACTIONS(605), - [anon_sym_mib] = ACTIONS(605), - [anon_sym_miB] = ACTIONS(605), - [anon_sym_mIB] = ACTIONS(605), - [anon_sym_mIb] = ACTIONS(605), - [anon_sym_Mib] = ACTIONS(605), - [anon_sym_MIb] = ACTIONS(605), - [anon_sym_MIB] = ACTIONS(605), - [anon_sym_gib] = ACTIONS(605), - [anon_sym_giB] = ACTIONS(605), - [anon_sym_gIB] = ACTIONS(605), - [anon_sym_gIb] = ACTIONS(605), - [anon_sym_Gib] = ACTIONS(605), - [anon_sym_GIb] = ACTIONS(605), - [anon_sym_GIB] = ACTIONS(605), - [anon_sym_tib] = ACTIONS(605), - [anon_sym_tiB] = ACTIONS(605), - [anon_sym_tIB] = ACTIONS(605), - [anon_sym_tIb] = ACTIONS(605), - [anon_sym_Tib] = ACTIONS(605), - [anon_sym_TIb] = ACTIONS(605), - [anon_sym_TIB] = ACTIONS(605), - [anon_sym_pib] = ACTIONS(605), - [anon_sym_piB] = ACTIONS(605), - [anon_sym_pIB] = ACTIONS(605), - [anon_sym_pIb] = ACTIONS(605), - [anon_sym_Pib] = ACTIONS(605), - [anon_sym_PIb] = ACTIONS(605), - [anon_sym_PIB] = ACTIONS(605), - [anon_sym_eib] = ACTIONS(605), - [anon_sym_eiB] = ACTIONS(605), - [anon_sym_eIB] = ACTIONS(605), - [anon_sym_eIb] = ACTIONS(605), - [anon_sym_Eib] = ACTIONS(605), - [anon_sym_EIb] = ACTIONS(605), - [anon_sym_EIB] = ACTIONS(605), - [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), + [253] = { + [sym_comment] = STATE(253), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym__] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [247] = { - [sym__block_body_statement_parenthesized] = STATE(1238), - [sym__declaration_parenthesized] = STATE(1576), - [sym_decl_alias_parenthesized] = STATE(1604), - [sym_stmt_let_parenthesized] = STATE(1590), - [sym_stmt_mut_parenthesized] = STATE(1590), - [sym_stmt_const_parenthesized] = STATE(1590), - [sym__statement_parenthesized] = STATE(1576), - [sym_pipeline_parenthesized] = STATE(1590), - [sym_decl_def] = STATE(1604), - [sym_decl_export] = STATE(1604), - [sym_decl_extern] = STATE(1604), - [sym_decl_module] = STATE(1604), - [sym_decl_use] = STATE(1604), - [sym__ctrl_statement] = STATE(1590), - [sym__ctrl_expression_parenthesized] = STATE(5055), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5816), - [sym_stmt_source] = STATE(1590), - [sym_stmt_register] = STATE(1590), - [sym__stmt_hide] = STATE(1590), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1590), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1590), - [sym_where_command] = STATE(5046), - [sym__expression] = STATE(5046), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5043), - [sym_comment] = STATE(247), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(807), - [aux_sym__parenthesized_body_repeat1] = STATE(247), - [anon_sym_export] = ACTIONS(607), - [anon_sym_alias] = ACTIONS(610), - [anon_sym_let] = ACTIONS(613), - [anon_sym_let_DASHenv] = ACTIONS(613), - [anon_sym_mut] = ACTIONS(616), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(622), - [anon_sym_def] = ACTIONS(625), - [anon_sym_export_DASHenv] = ACTIONS(628), - [anon_sym_extern] = ACTIONS(631), - [anon_sym_module] = ACTIONS(634), - [anon_sym_use] = ACTIONS(637), - [anon_sym_LBRACK] = ACTIONS(640), - [anon_sym_LPAREN] = ACTIONS(643), - [anon_sym_DOLLAR] = ACTIONS(646), - [anon_sym_error] = ACTIONS(649), - [anon_sym_DASH] = ACTIONS(652), - [anon_sym_break] = ACTIONS(655), - [anon_sym_continue] = ACTIONS(658), - [anon_sym_for] = ACTIONS(661), - [anon_sym_loop] = ACTIONS(664), - [anon_sym_while] = ACTIONS(667), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(673), - [anon_sym_match] = ACTIONS(676), - [anon_sym_LBRACE] = ACTIONS(679), - [anon_sym_DOT] = ACTIONS(682), - [anon_sym_try] = ACTIONS(685), - [anon_sym_return] = ACTIONS(688), - [anon_sym_source] = ACTIONS(691), - [anon_sym_source_DASHenv] = ACTIONS(691), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(697), - [anon_sym_hide_DASHenv] = ACTIONS(700), - [anon_sym_overlay] = ACTIONS(703), - [anon_sym_where] = ACTIONS(706), - [anon_sym_PLUS] = ACTIONS(709), - [anon_sym_not] = ACTIONS(712), - [sym_val_nothing] = ACTIONS(715), - [anon_sym_true] = ACTIONS(718), - [anon_sym_false] = ACTIONS(718), - [aux_sym__val_number_decimal_token1] = ACTIONS(721), - [aux_sym__val_number_token1] = ACTIONS(724), - [aux_sym__val_number_token2] = ACTIONS(724), - [aux_sym__val_number_token3] = ACTIONS(724), - [aux_sym__val_number_token4] = ACTIONS(727), - [aux_sym__val_number_token5] = ACTIONS(724), - [aux_sym__val_number_token6] = ACTIONS(727), - [anon_sym_0b] = ACTIONS(730), - [anon_sym_0o] = ACTIONS(730), - [anon_sym_0x] = ACTIONS(730), - [sym_val_date] = ACTIONS(733), - [anon_sym_DQUOTE] = ACTIONS(736), - [sym__str_single_quotes] = ACTIONS(739), - [sym__str_back_ticks] = ACTIONS(739), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(742), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(745), - [anon_sym_CARET] = ACTIONS(748), + [254] = { + [sym_comment] = STATE(254), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym__] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(625), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), [anon_sym_POUND] = ACTIONS(3), }, - [248] = { - [sym__block_body_statement] = STATE(1299), - [sym__declaration] = STATE(1595), - [sym_decl_alias] = STATE(1578), - [sym_stmt_let] = STATE(1609), - [sym_stmt_mut] = STATE(1609), - [sym_stmt_const] = STATE(1609), - [sym__statement] = STATE(1595), - [sym_pipeline] = STATE(1609), - [sym_decl_def] = STATE(1578), - [sym_decl_export] = STATE(1578), - [sym_decl_extern] = STATE(1578), - [sym_decl_module] = STATE(1578), - [sym_decl_use] = STATE(1578), - [sym__ctrl_statement] = STATE(1609), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_for] = STATE(1320), - [sym_ctrl_loop] = STATE(1320), - [sym_ctrl_error] = STATE(1320), - [sym_ctrl_while] = STATE(1320), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5294), - [sym_stmt_source] = STATE(1609), - [sym_stmt_register] = STATE(1609), - [sym__stmt_hide] = STATE(1609), - [sym_hide_mod] = STATE(1323), - [sym_hide_env] = STATE(1323), - [sym__stmt_overlay] = STATE(1609), - [sym_overlay_list] = STATE(1324), - [sym_overlay_hide] = STATE(1324), - [sym_overlay_new] = STATE(1324), - [sym_overlay_use] = STATE(1324), - [sym_assignment] = STATE(1609), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2439), - [sym__var] = STATE(2302), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(248), - [aux_sym_pipeline_repeat1] = STATE(809), - [aux_sym__block_body_repeat2] = STATE(248), - [anon_sym_export] = ACTIONS(751), - [anon_sym_alias] = ACTIONS(754), - [anon_sym_let] = ACTIONS(757), - [anon_sym_let_DASHenv] = ACTIONS(757), - [anon_sym_mut] = ACTIONS(760), - [anon_sym_const] = ACTIONS(763), - [sym_cmd_identifier] = ACTIONS(766), - [anon_sym_def] = ACTIONS(769), - [anon_sym_export_DASHenv] = ACTIONS(772), - [anon_sym_extern] = ACTIONS(775), - [anon_sym_module] = ACTIONS(778), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(784), - [anon_sym_LPAREN] = ACTIONS(787), - [anon_sym_DOLLAR] = ACTIONS(790), - [anon_sym_error] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(796), - [anon_sym_break] = ACTIONS(799), - [anon_sym_continue] = ACTIONS(802), - [anon_sym_for] = ACTIONS(805), - [anon_sym_loop] = ACTIONS(808), - [anon_sym_while] = ACTIONS(811), - [anon_sym_do] = ACTIONS(814), - [anon_sym_if] = ACTIONS(817), - [anon_sym_match] = ACTIONS(820), - [anon_sym_LBRACE] = ACTIONS(823), - [anon_sym_DOT] = ACTIONS(826), - [anon_sym_try] = ACTIONS(829), - [anon_sym_return] = ACTIONS(832), - [anon_sym_source] = ACTIONS(835), - [anon_sym_source_DASHenv] = ACTIONS(835), - [anon_sym_register] = ACTIONS(838), - [anon_sym_hide] = ACTIONS(841), - [anon_sym_hide_DASHenv] = ACTIONS(844), - [anon_sym_overlay] = ACTIONS(847), - [anon_sym_where] = ACTIONS(850), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_not] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(859), - [anon_sym_true] = ACTIONS(862), - [anon_sym_false] = ACTIONS(862), - [aux_sym__val_number_decimal_token1] = ACTIONS(865), - [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(871), - [aux_sym__val_number_token5] = ACTIONS(868), - [aux_sym__val_number_token6] = ACTIONS(871), - [anon_sym_0b] = ACTIONS(874), - [anon_sym_0o] = ACTIONS(874), - [anon_sym_0x] = ACTIONS(874), - [sym_val_date] = ACTIONS(877), - [anon_sym_DQUOTE] = ACTIONS(880), - [sym__str_single_quotes] = ACTIONS(883), - [sym__str_back_ticks] = ACTIONS(883), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(886), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(889), - [anon_sym_CARET] = ACTIONS(892), + [255] = { + [sym_comment] = STATE(255), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym__] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(623), [anon_sym_POUND] = ACTIONS(3), }, - [249] = { - [sym_comment] = STATE(249), - [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), + [256] = { + [sym_comment] = STATE(256), + [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_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = 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), - [aux_sym__immediate_decimal_token1] = ACTIONS(895), - [aux_sym__immediate_decimal_token2] = ACTIONS(897), - [sym_val_nothing] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = 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(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), + [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(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_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(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), + [sym_val_date] = ACTIONS(109), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(109), + [sym__str_back_ticks] = ACTIONS(109), + [anon_sym_POUND] = ACTIONS(3), }, - [250] = { - [sym_comment] = STATE(250), - [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(899), - [aux_sym__immediate_decimal_token2] = ACTIONS(901), - [sym_val_nothing] = 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), + [257] = { + [sym_comment] = STATE(257), + [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_LPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym__] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(167), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(167), + [anon_sym_xor] = ACTIONS(167), + [anon_sym_or] = ACTIONS(167), + [anon_sym_null] = ACTIONS(167), + [anon_sym_true] = ACTIONS(167), + [anon_sym_false] = ACTIONS(167), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(167), + [aux_sym__val_number_token2] = ACTIONS(167), + [aux_sym__val_number_token3] = ACTIONS(167), + [aux_sym__val_number_token4] = ACTIONS(167), + [aux_sym__val_number_token5] = ACTIONS(167), + [aux_sym__val_number_token6] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(167), + [anon_sym_DQUOTE] = ACTIONS(167), + [sym__str_single_quotes] = ACTIONS(167), + [sym__str_back_ticks] = ACTIONS(167), + [anon_sym_POUND] = ACTIONS(3), }, - [251] = { - [sym_comment] = STATE(251), - [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), + [258] = { + [sym_comment] = STATE(258), + [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_LBRACE] = 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), - [aux_sym__immediate_decimal_token1] = ACTIONS(903), - [aux_sym__immediate_decimal_token2] = ACTIONS(905), - [sym_val_nothing] = ACTIONS(115), - [anon_sym_true] = ACTIONS(115), - [anon_sym_false] = 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(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), + [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(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_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(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), + [sym_val_date] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [sym__str_single_quotes] = ACTIONS(117), + [sym__str_back_ticks] = ACTIONS(117), + [anon_sym_POUND] = ACTIONS(3), }, - [252] = { - [sym_comment] = STATE(252), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(907), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), + [259] = { + [sym_comment] = STATE(259), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym__] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [anon_sym_POUND] = ACTIONS(3), }, - [253] = { - [sym_comment] = STATE(253), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(909), - [anon_sym_PLUS] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(912), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_err_GT] = ACTIONS(145), - [anon_sym_out_GT] = ACTIONS(145), - [anon_sym_e_GT] = ACTIONS(145), - [anon_sym_o_GT] = ACTIONS(145), - [anon_sym_err_PLUSout_GT] = ACTIONS(145), - [anon_sym_out_PLUSerr_GT] = ACTIONS(145), - [anon_sym_o_PLUSe_GT] = ACTIONS(145), - [anon_sym_e_PLUSo_GT] = ACTIONS(145), - [aux_sym_unquoted_token1] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(105), + [260] = { + [sym_comment] = STATE(260), + [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(627), + [anon_sym_s] = ACTIONS(627), + [anon_sym_us] = ACTIONS(627), + [anon_sym_ms] = ACTIONS(627), + [anon_sym_sec] = ACTIONS(627), + [anon_sym_min] = ACTIONS(627), + [anon_sym_hr] = ACTIONS(627), + [anon_sym_day] = ACTIONS(627), + [anon_sym_wk] = ACTIONS(627), + [anon_sym_b] = ACTIONS(629), + [anon_sym_B] = ACTIONS(631), + [anon_sym_kb] = ACTIONS(631), + [anon_sym_kB] = ACTIONS(631), + [anon_sym_Kb] = ACTIONS(631), + [anon_sym_KB] = ACTIONS(631), + [anon_sym_mb] = ACTIONS(631), + [anon_sym_mB] = ACTIONS(631), + [anon_sym_Mb] = ACTIONS(631), + [anon_sym_MB] = ACTIONS(631), + [anon_sym_gb] = ACTIONS(631), + [anon_sym_gB] = ACTIONS(631), + [anon_sym_Gb] = ACTIONS(631), + [anon_sym_GB] = ACTIONS(631), + [anon_sym_tb] = ACTIONS(631), + [anon_sym_tB] = ACTIONS(631), + [anon_sym_Tb] = ACTIONS(631), + [anon_sym_TB] = ACTIONS(631), + [anon_sym_pb] = ACTIONS(631), + [anon_sym_pB] = ACTIONS(631), + [anon_sym_Pb] = ACTIONS(631), + [anon_sym_PB] = ACTIONS(631), + [anon_sym_eb] = ACTIONS(631), + [anon_sym_eB] = ACTIONS(631), + [anon_sym_Eb] = ACTIONS(631), + [anon_sym_EB] = ACTIONS(631), + [anon_sym_kib] = ACTIONS(631), + [anon_sym_kiB] = ACTIONS(631), + [anon_sym_kIB] = ACTIONS(631), + [anon_sym_kIb] = ACTIONS(631), + [anon_sym_Kib] = ACTIONS(631), + [anon_sym_KIb] = ACTIONS(631), + [anon_sym_KIB] = ACTIONS(631), + [anon_sym_mib] = ACTIONS(631), + [anon_sym_miB] = ACTIONS(631), + [anon_sym_mIB] = ACTIONS(631), + [anon_sym_mIb] = ACTIONS(631), + [anon_sym_Mib] = ACTIONS(631), + [anon_sym_MIb] = ACTIONS(631), + [anon_sym_MIB] = ACTIONS(631), + [anon_sym_gib] = ACTIONS(631), + [anon_sym_giB] = ACTIONS(631), + [anon_sym_gIB] = ACTIONS(631), + [anon_sym_gIb] = ACTIONS(631), + [anon_sym_Gib] = ACTIONS(631), + [anon_sym_GIb] = ACTIONS(631), + [anon_sym_GIB] = ACTIONS(631), + [anon_sym_tib] = ACTIONS(631), + [anon_sym_tiB] = ACTIONS(631), + [anon_sym_tIB] = ACTIONS(631), + [anon_sym_tIb] = ACTIONS(631), + [anon_sym_Tib] = ACTIONS(631), + [anon_sym_TIb] = ACTIONS(631), + [anon_sym_TIB] = ACTIONS(631), + [anon_sym_pib] = ACTIONS(631), + [anon_sym_piB] = ACTIONS(631), + [anon_sym_pIB] = ACTIONS(631), + [anon_sym_pIb] = ACTIONS(631), + [anon_sym_Pib] = ACTIONS(631), + [anon_sym_PIb] = ACTIONS(631), + [anon_sym_PIB] = ACTIONS(631), + [anon_sym_eib] = ACTIONS(631), + [anon_sym_eiB] = ACTIONS(631), + [anon_sym_eIB] = ACTIONS(631), + [anon_sym_eIb] = ACTIONS(631), + [anon_sym_Eib] = ACTIONS(631), + [anon_sym_EIb] = ACTIONS(631), + [anon_sym_EIB] = ACTIONS(631), + [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_POUND] = ACTIONS(3), }, - [254] = { - [sym_comment] = STATE(254), + [261] = { + [sym_comment] = STATE(261), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym__] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [262] = { + [sym_comment] = STATE(262), + [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [263] = { + [sym__block_body_statement_parenthesized] = STATE(1274), + [sym__declaration_parenthesized] = STATE(1639), + [sym_decl_alias_parenthesized] = STATE(1637), + [sym_stmt_let_parenthesized] = STATE(1651), + [sym_stmt_mut_parenthesized] = STATE(1651), + [sym_stmt_const_parenthesized] = STATE(1651), + [sym__statement_parenthesized] = STATE(1639), + [sym_pipeline_parenthesized] = STATE(1651), + [sym_decl_def] = STATE(1637), + [sym_decl_export] = STATE(1637), + [sym_decl_extern] = STATE(1637), + [sym_decl_module] = STATE(1637), + [sym_decl_use] = STATE(1637), + [sym__ctrl_statement] = STATE(1651), + [sym__ctrl_expression_parenthesized] = STATE(5044), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5958), + [sym_stmt_source] = STATE(1651), + [sym_stmt_register] = STATE(1651), + [sym__stmt_hide] = STATE(1651), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1651), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1651), + [sym_where_command] = STATE(4961), + [sym__expression] = STATE(4961), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5042), + [sym_comment] = STATE(263), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(829), + [aux_sym__parenthesized_body_repeat1] = STATE(263), + [anon_sym_export] = ACTIONS(633), + [anon_sym_alias] = ACTIONS(636), + [anon_sym_let] = ACTIONS(639), + [anon_sym_let_DASHenv] = ACTIONS(639), + [anon_sym_mut] = ACTIONS(642), + [anon_sym_const] = ACTIONS(645), + [sym_cmd_identifier] = ACTIONS(648), + [anon_sym_def] = ACTIONS(651), + [anon_sym_export_DASHenv] = ACTIONS(654), + [anon_sym_extern] = ACTIONS(657), + [anon_sym_module] = ACTIONS(660), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(666), + [anon_sym_LPAREN] = ACTIONS(669), + [anon_sym_DOLLAR] = ACTIONS(672), + [anon_sym_error] = ACTIONS(675), + [anon_sym_DASH] = ACTIONS(678), + [anon_sym_break] = ACTIONS(681), + [anon_sym_continue] = ACTIONS(684), + [anon_sym_for] = ACTIONS(687), + [anon_sym_loop] = ACTIONS(690), + [anon_sym_while] = ACTIONS(693), + [anon_sym_do] = ACTIONS(696), + [anon_sym_if] = ACTIONS(699), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(705), + [anon_sym_DOT] = ACTIONS(708), + [anon_sym_try] = ACTIONS(711), + [anon_sym_return] = ACTIONS(714), + [anon_sym_source] = ACTIONS(717), + [anon_sym_source_DASHenv] = ACTIONS(717), + [anon_sym_register] = ACTIONS(720), + [anon_sym_hide] = ACTIONS(723), + [anon_sym_hide_DASHenv] = ACTIONS(726), + [anon_sym_overlay] = ACTIONS(729), + [anon_sym_where] = ACTIONS(732), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_not] = ACTIONS(738), + [anon_sym_null] = ACTIONS(741), + [anon_sym_true] = ACTIONS(744), + [anon_sym_false] = ACTIONS(744), + [aux_sym__val_number_decimal_token1] = ACTIONS(747), + [aux_sym__val_number_token1] = ACTIONS(750), + [aux_sym__val_number_token2] = ACTIONS(750), + [aux_sym__val_number_token3] = ACTIONS(750), + [aux_sym__val_number_token4] = ACTIONS(753), + [aux_sym__val_number_token5] = ACTIONS(750), + [aux_sym__val_number_token6] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(756), + [anon_sym_0o] = ACTIONS(756), + [anon_sym_0x] = ACTIONS(756), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(762), + [sym__str_single_quotes] = ACTIONS(765), + [sym__str_back_ticks] = ACTIONS(765), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(768), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(771), + [anon_sym_CARET] = ACTIONS(774), + [anon_sym_POUND] = ACTIONS(3), + }, + [264] = { + [sym__block_body_statement] = STATE(1248), + [sym__declaration] = STATE(1634), + [sym_decl_alias] = STATE(1640), + [sym_stmt_let] = STATE(1626), + [sym_stmt_mut] = STATE(1626), + [sym_stmt_const] = STATE(1626), + [sym__statement] = STATE(1634), + [sym_pipeline] = STATE(1626), + [sym_decl_def] = STATE(1640), + [sym_decl_export] = STATE(1640), + [sym_decl_extern] = STATE(1640), + [sym_decl_module] = STATE(1640), + [sym_decl_use] = STATE(1640), + [sym__ctrl_statement] = STATE(1626), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_for] = STATE(1324), + [sym_ctrl_loop] = STATE(1324), + [sym_ctrl_error] = STATE(1324), + [sym_ctrl_while] = STATE(1324), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5312), + [sym_stmt_source] = STATE(1626), + [sym_stmt_register] = STATE(1626), + [sym__stmt_hide] = STATE(1626), + [sym_hide_mod] = STATE(1327), + [sym_hide_env] = STATE(1327), + [sym__stmt_overlay] = STATE(1626), + [sym_overlay_list] = STATE(1328), + [sym_overlay_hide] = STATE(1328), + [sym_overlay_new] = STATE(1328), + [sym_overlay_use] = STATE(1328), + [sym_assignment] = STATE(1626), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2470), + [sym__var] = STATE(2332), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(264), + [aux_sym_pipeline_repeat1] = STATE(832), + [aux_sym__block_body_repeat2] = STATE(264), + [anon_sym_export] = ACTIONS(777), + [anon_sym_alias] = ACTIONS(780), + [anon_sym_let] = ACTIONS(783), + [anon_sym_let_DASHenv] = ACTIONS(783), + [anon_sym_mut] = ACTIONS(786), + [anon_sym_const] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(792), + [anon_sym_def] = ACTIONS(795), + [anon_sym_export_DASHenv] = ACTIONS(798), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(804), + [anon_sym_use] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(810), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(816), + [anon_sym_error] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(822), + [anon_sym_break] = ACTIONS(825), + [anon_sym_continue] = ACTIONS(828), + [anon_sym_for] = ACTIONS(831), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(837), + [anon_sym_do] = ACTIONS(840), + [anon_sym_if] = ACTIONS(843), + [anon_sym_match] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(849), + [anon_sym_DOT] = ACTIONS(852), + [anon_sym_try] = ACTIONS(855), + [anon_sym_return] = ACTIONS(858), + [anon_sym_source] = ACTIONS(861), + [anon_sym_source_DASHenv] = ACTIONS(861), + [anon_sym_register] = ACTIONS(864), + [anon_sym_hide] = ACTIONS(867), + [anon_sym_hide_DASHenv] = ACTIONS(870), + [anon_sym_overlay] = ACTIONS(873), + [anon_sym_where] = ACTIONS(876), + [anon_sym_PLUS] = ACTIONS(879), + [anon_sym_not] = ACTIONS(882), + [anon_sym_null] = ACTIONS(885), + [anon_sym_true] = ACTIONS(888), + [anon_sym_false] = ACTIONS(888), + [aux_sym__val_number_decimal_token1] = ACTIONS(891), + [aux_sym__val_number_token1] = ACTIONS(894), + [aux_sym__val_number_token2] = ACTIONS(894), + [aux_sym__val_number_token3] = ACTIONS(894), + [aux_sym__val_number_token4] = ACTIONS(897), + [aux_sym__val_number_token5] = ACTIONS(894), + [aux_sym__val_number_token6] = ACTIONS(897), + [anon_sym_0b] = ACTIONS(900), + [anon_sym_0o] = ACTIONS(900), + [anon_sym_0x] = ACTIONS(900), + [sym_val_date] = ACTIONS(903), + [anon_sym_DQUOTE] = ACTIONS(906), + [sym__str_single_quotes] = ACTIONS(909), + [sym__str_back_ticks] = ACTIONS(909), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(912), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(915), + [anon_sym_CARET] = ACTIONS(918), + [anon_sym_POUND] = ACTIONS(3), + }, + [265] = { + [sym_comment] = STATE(265), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(115), @@ -109142,8 +111017,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(115), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(901), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token1] = ACTIONS(921), + [aux_sym__immediate_decimal_token2] = ACTIONS(923), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -109251,8 +111127,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [255] = { - [sym_comment] = STATE(255), + [266] = { + [sym_comment] = STATE(266), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), [anon_sym_LBRACK] = ACTIONS(107), @@ -109264,10 +111140,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(107), [anon_sym_RBRACE] = ACTIONS(107), [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(914), + [anon_sym_DOT2] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(897), - [sym_val_nothing] = 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), @@ -109375,8 +111252,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [256] = { - [sym_comment] = STATE(256), + [267] = { + [sym_comment] = STATE(267), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), [anon_sym_LBRACK] = ACTIONS(107), @@ -109390,8 +111267,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(107), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(897), - [sym_val_nothing] = 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), @@ -109499,8 +111376,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [257] = { - [sym_comment] = STATE(257), + [268] = { + [sym_comment] = STATE(268), + [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(923), + [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), + }, + [269] = { + [sym_comment] = STATE(269), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -109513,9 +111514,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(107), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(917), - [aux_sym__immediate_decimal_token2] = ACTIONS(919), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token1] = ACTIONS(929), + [aux_sym__immediate_decimal_token2] = ACTIONS(931), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -109623,22 +111624,395 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [258] = { - [sym_comment] = STATE(258), - [ts_builtin_sym_end] = ACTIONS(109), + [270] = { + [sym_comment] = STATE(270), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(933), + [anon_sym_PLUS] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(936), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_err_GT] = ACTIONS(127), + [anon_sym_out_GT] = ACTIONS(127), + [anon_sym_e_GT] = ACTIONS(127), + [anon_sym_o_GT] = ACTIONS(127), + [anon_sym_err_PLUSout_GT] = ACTIONS(127), + [anon_sym_out_PLUSerr_GT] = ACTIONS(127), + [anon_sym_o_PLUSe_GT] = ACTIONS(127), + [anon_sym_e_PLUSo_GT] = ACTIONS(127), + [aux_sym_unquoted_token1] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, + [271] = { + [sym_comment] = STATE(271), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(938), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [272] = { + [sym_comment] = STATE(272), + [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(940), + [aux_sym__immediate_decimal_token2] = ACTIONS(942), + [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), + }, + [273] = { + [sym_comment] = STATE(273), [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_DOT2] = ACTIONS(944), [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(919), - [sym_val_nothing] = 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), @@ -109746,268 +112120,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [259] = { - [sym_comment] = STATE(259), - [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(921), - [anon_sym_PLUS] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(919), - [sym_val_nothing] = 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), - }, - [260] = { - [sym_comment] = STATE(260), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_RPAREN] = ACTIONS(162), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_err_GT] = ACTIONS(162), - [anon_sym_out_GT] = ACTIONS(162), - [anon_sym_e_GT] = ACTIONS(162), - [anon_sym_o_GT] = ACTIONS(162), - [anon_sym_err_PLUSout_GT] = ACTIONS(162), - [anon_sym_out_PLUSerr_GT] = ACTIONS(162), - [anon_sym_o_PLUSe_GT] = ACTIONS(162), - [anon_sym_e_PLUSo_GT] = ACTIONS(162), - [aux_sym_unquoted_token1] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [261] = { - [sym_comment] = STATE(261), - [ts_builtin_sym_end] = ACTIONS(117), + [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(117), [anon_sym_PLUS] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(905), - [sym_val_nothing] = 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), @@ -110115,514 +112243,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [262] = { - [sym_comment] = STATE(262), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [263] = { - [sym_comment] = STATE(263), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(924), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [275] = { + [sym_comment] = STATE(275), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(947), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [264] = { - [sym_comment] = STATE(264), - [ts_builtin_sym_end] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LPAREN] = ACTIONS(145), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(145), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(926), - [anon_sym_PLUS] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(929), - [sym_val_nothing] = ACTIONS(145), - [anon_sym_true] = ACTIONS(145), - [anon_sym_false] = ACTIONS(145), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [aux_sym__val_number_token1] = ACTIONS(145), - [aux_sym__val_number_token2] = ACTIONS(145), - [aux_sym__val_number_token3] = ACTIONS(145), - [aux_sym__val_number_token4] = ACTIONS(145), - [aux_sym__val_number_token5] = ACTIONS(145), - [aux_sym__val_number_token6] = ACTIONS(145), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_0b] = ACTIONS(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(145), - [anon_sym_DQUOTE] = ACTIONS(145), - [sym__str_single_quotes] = ACTIONS(145), - [sym__str_back_ticks] = ACTIONS(145), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(145), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(145), - [anon_sym_err_GT] = ACTIONS(145), - [anon_sym_out_GT] = ACTIONS(145), - [anon_sym_e_GT] = ACTIONS(145), - [anon_sym_o_GT] = ACTIONS(145), - [anon_sym_err_PLUSout_GT] = ACTIONS(145), - [anon_sym_out_PLUSerr_GT] = ACTIONS(145), - [anon_sym_o_PLUSe_GT] = ACTIONS(145), - [anon_sym_e_PLUSo_GT] = ACTIONS(145), - [aux_sym_unquoted_token1] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), + [276] = { + [sym_comment] = STATE(276), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [265] = { - [sym_comment] = STATE(265), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(440), - [anon_sym_PLUS] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(442), + [277] = { + [sym_comment] = STATE(277), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(444), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(446), [anon_sym_POUND] = ACTIONS(105), }, - [266] = { - [sym_comment] = STATE(266), + [278] = { + [sym_comment] = STATE(278), + [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_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), - [sym_val_nothing] = ACTIONS(115), + [aux_sym__immediate_decimal_token2] = ACTIONS(942), + [anon_sym_null] = ACTIONS(115), [anon_sym_true] = ACTIONS(115), [anon_sym_false] = ACTIONS(115), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -110730,8 +112735,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [267] = { - [sym_comment] = STATE(267), + [279] = { + [sym_comment] = STATE(279), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_RPAREN] = ACTIONS(165), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_err_GT] = ACTIONS(165), + [anon_sym_out_GT] = ACTIONS(165), + [anon_sym_e_GT] = ACTIONS(165), + [anon_sym_o_GT] = ACTIONS(165), + [anon_sym_err_PLUSout_GT] = ACTIONS(165), + [anon_sym_out_PLUSerr_GT] = ACTIONS(165), + [anon_sym_o_PLUSe_GT] = ACTIONS(165), + [anon_sym_e_PLUSo_GT] = ACTIONS(165), + [aux_sym_unquoted_token1] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), + }, + [280] = { + [sym_comment] = STATE(280), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), [anon_sym_LBRACK] = ACTIONS(107), @@ -110745,7 +112873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(107), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(107), - [sym_val_nothing] = 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), @@ -110853,130 +112981,254 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [268] = { - [sym_comment] = STATE(268), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(453), - [anon_sym_PLUS] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(455), + [281] = { + [sym_comment] = STATE(281), + [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(949), + [anon_sym_PLUS] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(931), + [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), }, - [269] = { - [sym_comment] = STATE(269), + [282] = { + [sym_comment] = STATE(282), + [ts_builtin_sym_end] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_LBRACK] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_PLUS] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(955), + [anon_sym_null] = ACTIONS(127), + [anon_sym_true] = ACTIONS(127), + [anon_sym_false] = ACTIONS(127), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(127), + [aux_sym__val_number_token2] = ACTIONS(127), + [aux_sym__val_number_token3] = ACTIONS(127), + [aux_sym__val_number_token4] = ACTIONS(127), + [aux_sym__val_number_token5] = ACTIONS(127), + [aux_sym__val_number_token6] = ACTIONS(127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(127), + [anon_sym_DQUOTE] = ACTIONS(127), + [sym__str_single_quotes] = ACTIONS(127), + [sym__str_back_ticks] = ACTIONS(127), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(127), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(127), + [anon_sym_err_GT] = ACTIONS(127), + [anon_sym_out_GT] = ACTIONS(127), + [anon_sym_e_GT] = ACTIONS(127), + [anon_sym_o_GT] = ACTIONS(127), + [anon_sym_err_PLUSout_GT] = ACTIONS(127), + [anon_sym_out_PLUSerr_GT] = ACTIONS(127), + [anon_sym_o_PLUSe_GT] = ACTIONS(127), + [anon_sym_e_PLUSo_GT] = ACTIONS(127), + [aux_sym_unquoted_token1] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, + [283] = { + [sym_comment] = STATE(283), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -110989,7 +113241,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(107), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_PLUS] = ACTIONS(107), - [sym_val_nothing] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(931), + [anon_sym_null] = ACTIONS(107), [anon_sym_true] = ACTIONS(107), [anon_sym_false] = ACTIONS(107), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -111097,374 +113350,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [270] = { - [sym_comment] = STATE(270), - [ts_builtin_sym_end] = ACTIONS(164), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_LBRACK] = ACTIONS(162), - [anon_sym_LPAREN] = ACTIONS(162), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(162), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [sym_val_nothing] = ACTIONS(162), - [anon_sym_true] = ACTIONS(162), - [anon_sym_false] = ACTIONS(162), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(162), - [aux_sym__val_number_token2] = ACTIONS(162), - [aux_sym__val_number_token3] = ACTIONS(162), - [aux_sym__val_number_token4] = ACTIONS(162), - [aux_sym__val_number_token5] = ACTIONS(162), - [aux_sym__val_number_token6] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(162), - [anon_sym_DQUOTE] = ACTIONS(162), - [sym__str_single_quotes] = ACTIONS(162), - [sym__str_back_ticks] = ACTIONS(162), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(162), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(162), - [anon_sym_err_GT] = ACTIONS(162), - [anon_sym_out_GT] = ACTIONS(162), - [anon_sym_e_GT] = ACTIONS(162), - [anon_sym_o_GT] = ACTIONS(162), - [anon_sym_err_PLUSout_GT] = ACTIONS(162), - [anon_sym_out_PLUSerr_GT] = ACTIONS(162), - [anon_sym_o_PLUSe_GT] = ACTIONS(162), - [anon_sym_e_PLUSo_GT] = ACTIONS(162), - [aux_sym_unquoted_token1] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [271] = { - [sym_comment] = STATE(271), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_LBRACK] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(139), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [sym_val_nothing] = ACTIONS(139), - [anon_sym_true] = ACTIONS(139), - [anon_sym_false] = ACTIONS(139), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(139), - [aux_sym__val_number_token2] = ACTIONS(139), - [aux_sym__val_number_token3] = ACTIONS(139), - [aux_sym__val_number_token4] = ACTIONS(139), - [aux_sym__val_number_token5] = ACTIONS(139), - [aux_sym__val_number_token6] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(139), - [anon_sym_DQUOTE] = ACTIONS(139), - [sym__str_single_quotes] = ACTIONS(139), - [sym__str_back_ticks] = ACTIONS(139), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(139), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(139), - [anon_sym_err_GT] = ACTIONS(139), - [anon_sym_out_GT] = ACTIONS(139), - [anon_sym_e_GT] = ACTIONS(139), - [anon_sym_o_GT] = ACTIONS(139), - [anon_sym_err_PLUSout_GT] = ACTIONS(139), - [anon_sym_out_PLUSerr_GT] = ACTIONS(139), - [anon_sym_o_PLUSe_GT] = ACTIONS(139), - [anon_sym_e_PLUSo_GT] = ACTIONS(139), - [aux_sym_unquoted_token1] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [272] = { - [sym_comment] = STATE(272), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [aux_sym_unquoted_token6] = ACTIONS(442), + [284] = { + [sym_comment] = STATE(284), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(446), [anon_sym_POUND] = ACTIONS(105), }, - [273] = { - [sym_comment] = STATE(273), + [285] = { + [sym_comment] = STATE(285), [ts_builtin_sym_end] = ACTIONS(117), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), @@ -111477,7 +113486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(115), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(115), - [sym_val_nothing] = 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), @@ -111585,135 +113594,622 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [274] = { - [sym_comment] = STATE(274), - [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), - [sym_val_nothing] = 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(931), - [anon_sym_s] = ACTIONS(931), - [anon_sym_us] = ACTIONS(931), - [anon_sym_ms] = ACTIONS(931), - [anon_sym_sec] = ACTIONS(931), - [anon_sym_min] = ACTIONS(931), - [anon_sym_hr] = ACTIONS(931), - [anon_sym_day] = ACTIONS(931), - [anon_sym_wk] = ACTIONS(931), - [anon_sym_b] = ACTIONS(933), - [anon_sym_B] = ACTIONS(933), - [anon_sym_kb] = ACTIONS(933), - [anon_sym_kB] = ACTIONS(933), - [anon_sym_Kb] = ACTIONS(933), - [anon_sym_KB] = ACTIONS(933), - [anon_sym_mb] = ACTIONS(933), - [anon_sym_mB] = ACTIONS(933), - [anon_sym_Mb] = ACTIONS(933), - [anon_sym_MB] = ACTIONS(933), - [anon_sym_gb] = ACTIONS(933), - [anon_sym_gB] = ACTIONS(933), - [anon_sym_Gb] = ACTIONS(933), - [anon_sym_GB] = ACTIONS(933), - [anon_sym_tb] = ACTIONS(933), - [anon_sym_tB] = ACTIONS(933), - [anon_sym_Tb] = ACTIONS(933), - [anon_sym_TB] = ACTIONS(933), - [anon_sym_pb] = ACTIONS(933), - [anon_sym_pB] = ACTIONS(933), - [anon_sym_Pb] = ACTIONS(933), - [anon_sym_PB] = ACTIONS(933), - [anon_sym_eb] = ACTIONS(933), - [anon_sym_eB] = ACTIONS(933), - [anon_sym_Eb] = ACTIONS(933), - [anon_sym_EB] = ACTIONS(933), - [anon_sym_kib] = ACTIONS(933), - [anon_sym_kiB] = ACTIONS(933), - [anon_sym_kIB] = ACTIONS(933), - [anon_sym_kIb] = ACTIONS(933), - [anon_sym_Kib] = ACTIONS(933), - [anon_sym_KIb] = ACTIONS(933), - [anon_sym_KIB] = ACTIONS(933), - [anon_sym_mib] = ACTIONS(933), - [anon_sym_miB] = ACTIONS(933), - [anon_sym_mIB] = ACTIONS(933), - [anon_sym_mIb] = ACTIONS(933), - [anon_sym_Mib] = ACTIONS(933), - [anon_sym_MIb] = ACTIONS(933), - [anon_sym_MIB] = ACTIONS(933), - [anon_sym_gib] = ACTIONS(933), - [anon_sym_giB] = ACTIONS(933), - [anon_sym_gIB] = ACTIONS(933), - [anon_sym_gIb] = ACTIONS(933), - [anon_sym_Gib] = ACTIONS(933), - [anon_sym_GIb] = ACTIONS(933), - [anon_sym_GIB] = ACTIONS(933), - [anon_sym_tib] = ACTIONS(933), - [anon_sym_tiB] = ACTIONS(933), - [anon_sym_tIB] = ACTIONS(933), - [anon_sym_tIb] = ACTIONS(933), - [anon_sym_Tib] = ACTIONS(933), - [anon_sym_TIb] = ACTIONS(933), - [anon_sym_TIB] = ACTIONS(933), - [anon_sym_pib] = ACTIONS(933), - [anon_sym_piB] = ACTIONS(933), - [anon_sym_pIB] = ACTIONS(933), - [anon_sym_pIb] = ACTIONS(933), - [anon_sym_Pib] = ACTIONS(933), - [anon_sym_PIb] = ACTIONS(933), - [anon_sym_PIB] = ACTIONS(933), - [anon_sym_eib] = ACTIONS(933), - [anon_sym_eiB] = ACTIONS(933), - [anon_sym_eIB] = ACTIONS(933), - [anon_sym_eIb] = ACTIONS(933), - [anon_sym_Eib] = ACTIONS(933), - [anon_sym_EIb] = ACTIONS(933), - [anon_sym_EIB] = ACTIONS(933), - [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), + [286] = { + [sym_comment] = STATE(286), + [ts_builtin_sym_end] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(165), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(165), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_null] = ACTIONS(165), + [anon_sym_true] = ACTIONS(165), + [anon_sym_false] = ACTIONS(165), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(165), + [aux_sym__val_number_token2] = ACTIONS(165), + [aux_sym__val_number_token3] = ACTIONS(165), + [aux_sym__val_number_token4] = ACTIONS(165), + [aux_sym__val_number_token5] = ACTIONS(165), + [aux_sym__val_number_token6] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(165), + [anon_sym_DQUOTE] = ACTIONS(165), + [sym__str_single_quotes] = ACTIONS(165), + [sym__str_back_ticks] = ACTIONS(165), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(165), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(165), + [anon_sym_err_GT] = ACTIONS(165), + [anon_sym_out_GT] = ACTIONS(165), + [anon_sym_e_GT] = ACTIONS(165), + [anon_sym_o_GT] = ACTIONS(165), + [anon_sym_err_PLUSout_GT] = ACTIONS(165), + [anon_sym_out_PLUSerr_GT] = ACTIONS(165), + [anon_sym_o_PLUSe_GT] = ACTIONS(165), + [anon_sym_e_PLUSo_GT] = ACTIONS(165), + [aux_sym_unquoted_token1] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(105), }, - [275] = { - [sym_comment] = STATE(275), + [287] = { + [sym_comment] = STATE(287), + [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_POUND] = ACTIONS(105), + }, + [288] = { + [sym_comment] = STATE(288), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_LBRACK] = ACTIONS(148), + [anon_sym_LPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_null] = ACTIONS(148), + [anon_sym_true] = ACTIONS(148), + [anon_sym_false] = ACTIONS(148), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(148), + [aux_sym__val_number_token2] = ACTIONS(148), + [aux_sym__val_number_token3] = ACTIONS(148), + [aux_sym__val_number_token4] = ACTIONS(148), + [aux_sym__val_number_token5] = ACTIONS(148), + [aux_sym__val_number_token6] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(148), + [anon_sym_DQUOTE] = ACTIONS(148), + [sym__str_single_quotes] = ACTIONS(148), + [sym__str_back_ticks] = ACTIONS(148), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(148), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(148), + [anon_sym_err_GT] = ACTIONS(148), + [anon_sym_out_GT] = ACTIONS(148), + [anon_sym_e_GT] = ACTIONS(148), + [anon_sym_o_GT] = ACTIONS(148), + [anon_sym_err_PLUSout_GT] = ACTIONS(148), + [anon_sym_out_PLUSerr_GT] = ACTIONS(148), + [anon_sym_o_PLUSe_GT] = ACTIONS(148), + [anon_sym_e_PLUSo_GT] = ACTIONS(148), + [aux_sym_unquoted_token1] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [289] = { + [sym_comment] = STATE(289), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(453), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(455), + [anon_sym_POUND] = ACTIONS(105), + }, + [290] = { + [sym_comment] = STATE(290), + [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_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_PIPE] = ACTIONS(109), [anon_sym_DOLLAR] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), [anon_sym_DOT_DOT_DOT] = ACTIONS(109), @@ -111746,8 +114242,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(935), - [aux_sym__immediate_decimal_token2] = ACTIONS(937), + [aux_sym__immediate_decimal_token1] = ACTIONS(957), + [aux_sym__immediate_decimal_token2] = ACTIONS(959), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -111825,15 +114321,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [276] = { - [sym_comment] = STATE(276), + [292] = { + [sym_comment] = STATE(292), [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), @@ -111866,8 +114364,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(939), - [aux_sym__immediate_decimal_token2] = ACTIONS(941), + [aux_sym__immediate_decimal_token1] = ACTIONS(961), + [aux_sym__immediate_decimal_token2] = ACTIONS(963), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -111945,138 +114443,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [277] = { - [sym_comment] = STATE(277), - [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(943), - [aux_sym__immediate_decimal_token2] = ACTIONS(945), - [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), }, - [278] = { - [sym_comment] = STATE(278), + [293] = { + [sym_comment] = STATE(293), [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), @@ -112109,8 +114484,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(947), - [aux_sym__immediate_decimal_token2] = ACTIONS(949), + [aux_sym__immediate_decimal_token1] = ACTIONS(965), + [aux_sym__immediate_decimal_token2] = ACTIONS(967), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -112188,385 +114563,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [279] = { - [sym_comment] = STATE(279), - [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), - [sym_val_nothing] = 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), + [294] = { + [sym_comment] = STATE(294), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, - [280] = { - [sym_comment] = STATE(280), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), + [295] = { + [sym_comment] = STATE(295), + [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(969), + [anon_sym_s] = ACTIONS(969), + [anon_sym_us] = ACTIONS(969), + [anon_sym_ms] = ACTIONS(969), + [anon_sym_sec] = ACTIONS(969), + [anon_sym_min] = ACTIONS(969), + [anon_sym_hr] = ACTIONS(969), + [anon_sym_day] = ACTIONS(969), + [anon_sym_wk] = ACTIONS(969), + [anon_sym_b] = ACTIONS(971), + [anon_sym_B] = ACTIONS(971), + [anon_sym_kb] = ACTIONS(971), + [anon_sym_kB] = ACTIONS(971), + [anon_sym_Kb] = ACTIONS(971), + [anon_sym_KB] = ACTIONS(971), + [anon_sym_mb] = ACTIONS(971), + [anon_sym_mB] = ACTIONS(971), + [anon_sym_Mb] = ACTIONS(971), + [anon_sym_MB] = ACTIONS(971), + [anon_sym_gb] = ACTIONS(971), + [anon_sym_gB] = ACTIONS(971), + [anon_sym_Gb] = ACTIONS(971), + [anon_sym_GB] = ACTIONS(971), + [anon_sym_tb] = ACTIONS(971), + [anon_sym_tB] = ACTIONS(971), + [anon_sym_Tb] = ACTIONS(971), + [anon_sym_TB] = ACTIONS(971), + [anon_sym_pb] = ACTIONS(971), + [anon_sym_pB] = ACTIONS(971), + [anon_sym_Pb] = ACTIONS(971), + [anon_sym_PB] = ACTIONS(971), + [anon_sym_eb] = ACTIONS(971), + [anon_sym_eB] = ACTIONS(971), + [anon_sym_Eb] = ACTIONS(971), + [anon_sym_EB] = ACTIONS(971), + [anon_sym_kib] = ACTIONS(971), + [anon_sym_kiB] = ACTIONS(971), + [anon_sym_kIB] = ACTIONS(971), + [anon_sym_kIb] = ACTIONS(971), + [anon_sym_Kib] = ACTIONS(971), + [anon_sym_KIb] = ACTIONS(971), + [anon_sym_KIB] = ACTIONS(971), + [anon_sym_mib] = ACTIONS(971), + [anon_sym_miB] = ACTIONS(971), + [anon_sym_mIB] = ACTIONS(971), + [anon_sym_mIb] = ACTIONS(971), + [anon_sym_Mib] = ACTIONS(971), + [anon_sym_MIb] = ACTIONS(971), + [anon_sym_MIB] = ACTIONS(971), + [anon_sym_gib] = ACTIONS(971), + [anon_sym_giB] = ACTIONS(971), + [anon_sym_gIB] = ACTIONS(971), + [anon_sym_gIb] = ACTIONS(971), + [anon_sym_Gib] = ACTIONS(971), + [anon_sym_GIb] = ACTIONS(971), + [anon_sym_GIB] = ACTIONS(971), + [anon_sym_tib] = ACTIONS(971), + [anon_sym_tiB] = ACTIONS(971), + [anon_sym_tIB] = ACTIONS(971), + [anon_sym_tIb] = ACTIONS(971), + [anon_sym_Tib] = ACTIONS(971), + [anon_sym_TIb] = ACTIONS(971), + [anon_sym_TIB] = ACTIONS(971), + [anon_sym_pib] = ACTIONS(971), + [anon_sym_piB] = ACTIONS(971), + [anon_sym_pIB] = ACTIONS(971), + [anon_sym_pIb] = ACTIONS(971), + [anon_sym_Pib] = ACTIONS(971), + [anon_sym_PIb] = ACTIONS(971), + [anon_sym_PIB] = ACTIONS(971), + [anon_sym_eib] = ACTIONS(971), + [anon_sym_eiB] = ACTIONS(971), + [anon_sym_eIB] = ACTIONS(971), + [anon_sym_eIb] = ACTIONS(971), + [anon_sym_Eib] = ACTIONS(971), + [anon_sym_EIb] = ACTIONS(971), + [anon_sym_EIB] = ACTIONS(971), + [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), }, - [281] = { - [sym_comment] = STATE(281), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), + [296] = { + [sym_comment] = STATE(296), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), [aux_sym_unquoted_token6] = ACTIONS(455), [anon_sym_POUND] = ACTIONS(105), }, - [282] = { - [sym_comment] = STATE(282), + [297] = { + [sym_comment] = STATE(297), [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(951), + [anon_sym_DOT2] = ACTIONS(107), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -112592,7 +114969,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(945), + [aux_sym__immediate_decimal_token1] = ACTIONS(973), + [aux_sym__immediate_decimal_token2] = ACTIONS(975), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -112670,11 +115048,610 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [283] = { - [sym_comment] = STATE(283), + [298] = { + [sym_comment] = STATE(298), + [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(977), + [anon_sym_s] = ACTIONS(977), + [anon_sym_us] = ACTIONS(977), + [anon_sym_ms] = ACTIONS(977), + [anon_sym_sec] = ACTIONS(977), + [anon_sym_min] = ACTIONS(977), + [anon_sym_hr] = ACTIONS(977), + [anon_sym_day] = ACTIONS(977), + [anon_sym_wk] = ACTIONS(977), + [anon_sym_b] = ACTIONS(979), + [anon_sym_B] = ACTIONS(979), + [anon_sym_kb] = ACTIONS(979), + [anon_sym_kB] = ACTIONS(979), + [anon_sym_Kb] = ACTIONS(979), + [anon_sym_KB] = ACTIONS(979), + [anon_sym_mb] = ACTIONS(979), + [anon_sym_mB] = ACTIONS(979), + [anon_sym_Mb] = ACTIONS(979), + [anon_sym_MB] = ACTIONS(979), + [anon_sym_gb] = ACTIONS(979), + [anon_sym_gB] = ACTIONS(979), + [anon_sym_Gb] = ACTIONS(979), + [anon_sym_GB] = ACTIONS(979), + [anon_sym_tb] = ACTIONS(979), + [anon_sym_tB] = ACTIONS(979), + [anon_sym_Tb] = ACTIONS(979), + [anon_sym_TB] = ACTIONS(979), + [anon_sym_pb] = ACTIONS(979), + [anon_sym_pB] = ACTIONS(979), + [anon_sym_Pb] = ACTIONS(979), + [anon_sym_PB] = ACTIONS(979), + [anon_sym_eb] = ACTIONS(979), + [anon_sym_eB] = ACTIONS(979), + [anon_sym_Eb] = ACTIONS(979), + [anon_sym_EB] = ACTIONS(979), + [anon_sym_kib] = ACTIONS(979), + [anon_sym_kiB] = ACTIONS(979), + [anon_sym_kIB] = ACTIONS(979), + [anon_sym_kIb] = ACTIONS(979), + [anon_sym_Kib] = ACTIONS(979), + [anon_sym_KIb] = ACTIONS(979), + [anon_sym_KIB] = ACTIONS(979), + [anon_sym_mib] = ACTIONS(979), + [anon_sym_miB] = ACTIONS(979), + [anon_sym_mIB] = ACTIONS(979), + [anon_sym_mIb] = ACTIONS(979), + [anon_sym_Mib] = ACTIONS(979), + [anon_sym_MIb] = ACTIONS(979), + [anon_sym_MIB] = ACTIONS(979), + [anon_sym_gib] = ACTIONS(979), + [anon_sym_giB] = ACTIONS(979), + [anon_sym_gIB] = ACTIONS(979), + [anon_sym_gIb] = ACTIONS(979), + [anon_sym_Gib] = ACTIONS(979), + [anon_sym_GIb] = ACTIONS(979), + [anon_sym_GIB] = ACTIONS(979), + [anon_sym_tib] = ACTIONS(979), + [anon_sym_tiB] = ACTIONS(979), + [anon_sym_tIB] = ACTIONS(979), + [anon_sym_tIb] = ACTIONS(979), + [anon_sym_Tib] = ACTIONS(979), + [anon_sym_TIb] = ACTIONS(979), + [anon_sym_TIB] = ACTIONS(979), + [anon_sym_pib] = ACTIONS(979), + [anon_sym_piB] = ACTIONS(979), + [anon_sym_pIB] = ACTIONS(979), + [anon_sym_pIb] = ACTIONS(979), + [anon_sym_Pib] = ACTIONS(979), + [anon_sym_PIb] = ACTIONS(979), + [anon_sym_PIB] = ACTIONS(979), + [anon_sym_eib] = ACTIONS(979), + [anon_sym_eiB] = ACTIONS(979), + [anon_sym_eIB] = ACTIONS(979), + [anon_sym_eIb] = ACTIONS(979), + [anon_sym_Eib] = ACTIONS(979), + [anon_sym_EIb] = ACTIONS(979), + [anon_sym_EIB] = ACTIONS(979), + [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), + }, + [299] = { + [sym_comment] = STATE(299), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(171), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_null] = ACTIONS(171), + [anon_sym_true] = ACTIONS(171), + [anon_sym_false] = ACTIONS(171), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(171), + [aux_sym__val_number_token2] = ACTIONS(171), + [aux_sym__val_number_token3] = ACTIONS(171), + [aux_sym__val_number_token4] = ACTIONS(171), + [aux_sym__val_number_token5] = ACTIONS(171), + [aux_sym__val_number_token6] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(171), + [anon_sym_DQUOTE] = ACTIONS(171), + [sym__str_single_quotes] = ACTIONS(171), + [sym__str_back_ticks] = ACTIONS(171), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(171), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(171), + [anon_sym_err_GT] = ACTIONS(171), + [anon_sym_out_GT] = ACTIONS(171), + [anon_sym_e_GT] = ACTIONS(171), + [anon_sym_o_GT] = ACTIONS(171), + [anon_sym_err_PLUSout_GT] = ACTIONS(171), + [anon_sym_out_PLUSerr_GT] = ACTIONS(171), + [anon_sym_o_PLUSe_GT] = ACTIONS(171), + [anon_sym_e_PLUSo_GT] = ACTIONS(171), + [aux_sym_unquoted_token1] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), + }, + [300] = { + [sym_comment] = STATE(300), + [sym_identifier] = ACTIONS(148), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(981), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [301] = { + [sym_comment] = STATE(301), + [sym_identifier] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(129), + [anon_sym_PIPE] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DOT_DOT_DOT] = ACTIONS(129), + [anon_sym_DASH_DASH] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(983), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(986), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [302] = { + [sym_comment] = STATE(302), + [sym_identifier] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DOT_DOT_DOT] = ACTIONS(129), + [anon_sym_DASH_DASH] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(991), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [303] = { + [sym_comment] = STATE(303), [sym_identifier] = ACTIONS(107), [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), @@ -112686,7 +115663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(109), [anon_sym_DASH] = ACTIONS(107), [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), + [anon_sym_DOT2] = ACTIONS(993), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -112712,7 +115689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(945), + [aux_sym__immediate_decimal_token2] = ACTIONS(959), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -112793,252 +115770,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [284] = { - [sym_comment] = STATE(284), - [sym_identifier] = ACTIONS(145), - [anon_sym_COLON] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_RBRACK] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DOT_DOT_DOT] = ACTIONS(147), - [anon_sym_DASH_DASH] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(954), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(957), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [285] = { - [sym_comment] = STATE(285), - [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(949), - [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), + [304] = { + [sym_comment] = STATE(304), + [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(975), + [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), }, - [286] = { - [sym_comment] = STATE(286), + [305] = { + [sym_comment] = STATE(305), [sym_identifier] = ACTIONS(107), [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = 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), @@ -113071,8 +115929,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(959), - [aux_sym__immediate_decimal_token2] = ACTIONS(961), + [aux_sym__immediate_decimal_token2] = ACTIONS(959), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -113153,13 +116010,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [287] = { - [sym_comment] = STATE(287), + [306] = { + [sym_comment] = STATE(306), [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), @@ -113192,7 +116048,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(941), + [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), @@ -113273,128 +116130,248 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [288] = { - [sym_comment] = STATE(288), - [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(937), - [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), + [307] = { + [sym_comment] = STATE(307), + [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_POUND] = ACTIONS(105), + }, + [308] = { + [sym_comment] = STATE(308), + [sym_identifier] = ACTIONS(148), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1000), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [289] = { - [sym_comment] = STATE(289), + [309] = { + [sym_comment] = STATE(309), [sym_identifier] = ACTIONS(107), [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), @@ -113407,7 +116384,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(109), [anon_sym_DASH] = ACTIONS(107), [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(963), + [anon_sym_DOT2] = ACTIONS(1002), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -113433,7 +116410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(937), + [aux_sym__immediate_decimal_token2] = ACTIONS(975), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -113513,369 +116490,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [290] = { - [sym_comment] = STATE(290), - [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), - [sym_val_nothing] = 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(966), - [anon_sym_s] = ACTIONS(966), - [anon_sym_us] = ACTIONS(966), - [anon_sym_ms] = ACTIONS(966), - [anon_sym_sec] = ACTIONS(966), - [anon_sym_min] = ACTIONS(966), - [anon_sym_hr] = ACTIONS(966), - [anon_sym_day] = ACTIONS(966), - [anon_sym_wk] = ACTIONS(966), - [anon_sym_b] = ACTIONS(968), - [anon_sym_B] = ACTIONS(968), - [anon_sym_kb] = ACTIONS(968), - [anon_sym_kB] = ACTIONS(968), - [anon_sym_Kb] = ACTIONS(968), - [anon_sym_KB] = ACTIONS(968), - [anon_sym_mb] = ACTIONS(968), - [anon_sym_mB] = ACTIONS(968), - [anon_sym_Mb] = ACTIONS(968), - [anon_sym_MB] = ACTIONS(968), - [anon_sym_gb] = ACTIONS(968), - [anon_sym_gB] = ACTIONS(968), - [anon_sym_Gb] = ACTIONS(968), - [anon_sym_GB] = ACTIONS(968), - [anon_sym_tb] = ACTIONS(968), - [anon_sym_tB] = ACTIONS(968), - [anon_sym_Tb] = ACTIONS(968), - [anon_sym_TB] = ACTIONS(968), - [anon_sym_pb] = ACTIONS(968), - [anon_sym_pB] = ACTIONS(968), - [anon_sym_Pb] = ACTIONS(968), - [anon_sym_PB] = ACTIONS(968), - [anon_sym_eb] = ACTIONS(968), - [anon_sym_eB] = ACTIONS(968), - [anon_sym_Eb] = ACTIONS(968), - [anon_sym_EB] = ACTIONS(968), - [anon_sym_kib] = ACTIONS(968), - [anon_sym_kiB] = ACTIONS(968), - [anon_sym_kIB] = ACTIONS(968), - [anon_sym_kIb] = ACTIONS(968), - [anon_sym_Kib] = ACTIONS(968), - [anon_sym_KIb] = ACTIONS(968), - [anon_sym_KIB] = ACTIONS(968), - [anon_sym_mib] = ACTIONS(968), - [anon_sym_miB] = ACTIONS(968), - [anon_sym_mIB] = ACTIONS(968), - [anon_sym_mIb] = ACTIONS(968), - [anon_sym_Mib] = ACTIONS(968), - [anon_sym_MIb] = ACTIONS(968), - [anon_sym_MIB] = ACTIONS(968), - [anon_sym_gib] = ACTIONS(968), - [anon_sym_giB] = ACTIONS(968), - [anon_sym_gIB] = ACTIONS(968), - [anon_sym_gIb] = ACTIONS(968), - [anon_sym_Gib] = ACTIONS(968), - [anon_sym_GIb] = ACTIONS(968), - [anon_sym_GIB] = ACTIONS(968), - [anon_sym_tib] = ACTIONS(968), - [anon_sym_tiB] = ACTIONS(968), - [anon_sym_tIB] = ACTIONS(968), - [anon_sym_tIb] = ACTIONS(968), - [anon_sym_Tib] = ACTIONS(968), - [anon_sym_TIb] = ACTIONS(968), - [anon_sym_TIB] = ACTIONS(968), - [anon_sym_pib] = ACTIONS(968), - [anon_sym_piB] = ACTIONS(968), - [anon_sym_pIB] = ACTIONS(968), - [anon_sym_pIb] = ACTIONS(968), - [anon_sym_Pib] = ACTIONS(968), - [anon_sym_PIb] = ACTIONS(968), - [anon_sym_PIB] = ACTIONS(968), - [anon_sym_eib] = ACTIONS(968), - [anon_sym_eiB] = ACTIONS(968), - [anon_sym_eIB] = ACTIONS(968), - [anon_sym_eIb] = ACTIONS(968), - [anon_sym_Eib] = ACTIONS(968), - [anon_sym_EIb] = ACTIONS(968), - [anon_sym_EIB] = ACTIONS(968), - [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), - }, - [291] = { - [sym_comment] = STATE(291), - [sym_identifier] = ACTIONS(145), - [anon_sym_COLON] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_RBRACK] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DOT_DOT_DOT] = ACTIONS(147), - [anon_sym_DASH_DASH] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(970), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(973), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), + [310] = { + [sym_comment] = STATE(310), + [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(1005), + [aux_sym__immediate_decimal_token2] = ACTIONS(1007), + [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), }, - [292] = { - [sym_comment] = STATE(292), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_LBRACK] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(189), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [sym_val_nothing] = ACTIONS(189), - [anon_sym_true] = ACTIONS(189), - [anon_sym_false] = ACTIONS(189), - [aux_sym__val_number_decimal_token1] = ACTIONS(189), - [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(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [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), - [anon_sym_err_GT] = ACTIONS(189), - [anon_sym_out_GT] = ACTIONS(189), - [anon_sym_e_GT] = ACTIONS(189), - [anon_sym_o_GT] = ACTIONS(189), - [anon_sym_err_PLUSout_GT] = ACTIONS(189), - [anon_sym_out_PLUSerr_GT] = ACTIONS(189), - [anon_sym_o_PLUSe_GT] = ACTIONS(189), - [anon_sym_e_PLUSo_GT] = ACTIONS(189), - [aux_sym_unquoted_token1] = ACTIONS(189), - [anon_sym_POUND] = ACTIONS(105), - }, - [293] = { - [sym_comment] = STATE(293), + [311] = { + [sym_comment] = STATE(311), [sym_identifier] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RBRACK] = ACTIONS(117), [anon_sym_RPAREN] = ACTIONS(117), @@ -113911,8 +116649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(975), - [aux_sym__immediate_decimal_token2] = ACTIONS(977), + [aux_sym__immediate_decimal_token2] = ACTIONS(967), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -113993,248 +116730,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [294] = { - [sym_comment] = STATE(294), - [sym_identifier] = ACTIONS(139), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(979), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), + [312] = { + [sym_comment] = STATE(312), + [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(1009), + [aux_sym__immediate_decimal_token2] = ACTIONS(1011), + [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), }, - [295] = { - [sym_comment] = STATE(295), - [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), - [sym_val_nothing] = 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_POUND] = ACTIONS(105), - }, - [296] = { - [sym_comment] = STATE(296), + [313] = { + [sym_comment] = STATE(313), [sym_identifier] = ACTIONS(107), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_RBRACK] = ACTIONS(109), @@ -114271,8 +116888,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__immediate_decimal_token1] = ACTIONS(1013), + [aux_sym__immediate_decimal_token2] = ACTIONS(1015), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -114353,131 +116970,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [297] = { - [sym_comment] = STATE(297), - [sym_identifier] = ACTIONS(139), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(985), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [298] = { - [sym_comment] = STATE(298), + [314] = { + [sym_comment] = STATE(314), [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), @@ -114511,8 +117010,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(987), - [aux_sym__immediate_decimal_token2] = ACTIONS(989), + [aux_sym__immediate_decimal_token2] = ACTIONS(963), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -114590,287 +117088,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [299] = { - [sym_comment] = STATE(299), - [sym_identifier] = ACTIONS(139), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), [anon_sym_POUND] = ACTIONS(3), }, - [300] = { - [sym_comment] = STATE(300), - [sym_identifier] = ACTIONS(162), - [anon_sym_COLON] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_RBRACK] = ACTIONS(164), - [anon_sym_RPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DOT_DOT_DOT] = ACTIONS(164), - [anon_sym_DASH_DASH] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), + [315] = { + [sym_comment] = STATE(315), + [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), }, - [301] = { - [sym_comment] = STATE(301), - [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), + [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_RBRACE] = ACTIONS(115), - [anon_sym_DOT2] = ACTIONS(117), + [anon_sym_DOT2] = ACTIONS(115), [anon_sym_STAR] = ACTIONS(115), - [anon_sym_QMARK2] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = 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(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(115), - [anon_sym_BANG_EQ] = 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(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_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(991), - [aux_sym__immediate_decimal_token2] = ACTIONS(993), + [aux_sym__immediate_decimal_token2] = ACTIONS(1007), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -114948,12 +117325,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Eib] = ACTIONS(115), [anon_sym_EIb] = ACTIONS(115), [anon_sym_EIB] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_unquoted_token6] = ACTIONS(115), + [anon_sym_POUND] = ACTIONS(3), }, - [302] = { - [sym_comment] = STATE(302), + [317] = { + [sym_comment] = STATE(317), [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_PIPE] = ACTIONS(117), [anon_sym_DOLLAR] = ACTIONS(117), @@ -114988,7 +117365,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(989), + [aux_sym__immediate_decimal_token1] = ACTIONS(1017), + [aux_sym__immediate_decimal_token2] = ACTIONS(1019), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -115069,127 +117447,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [303] = { - [sym_comment] = STATE(303), - [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(995), - [aux_sym__immediate_decimal_token2] = ACTIONS(997), - [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), - }, - [304] = { - [sym_comment] = STATE(304), + [318] = { + [sym_comment] = STATE(318), [sym_identifier] = ACTIONS(107), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_RBRACK] = ACTIONS(109), @@ -115226,7 +117485,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(983), + [aux_sym__immediate_decimal_token2] = ACTIONS(1015), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -115307,11 +117566,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [305] = { - [sym_comment] = STATE(305), + [319] = { + [sym_comment] = STATE(319), [sym_identifier] = ACTIONS(115), + [anon_sym_COLON] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = 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), @@ -115344,8 +117605,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(999), - [aux_sym__immediate_decimal_token2] = ACTIONS(1001), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -115426,250 +117685,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [306] = { - [sym_comment] = STATE(306), - [sym_identifier] = ACTIONS(139), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1003), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [307] = { - [sym_comment] = STATE(307), - [sym_identifier] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1005), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), - [anon_sym_POUND] = ACTIONS(3), - }, - [308] = { - [sym_comment] = STATE(308), + [320] = { + [sym_comment] = STATE(320), [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), @@ -115702,7 +117725,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(977), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -115780,12 +117802,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [309] = { - [sym_comment] = STATE(309), + [321] = { + [sym_comment] = STATE(321), + [sym_identifier] = ACTIONS(165), + [anon_sym_COLON] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_RBRACK] = ACTIONS(167), + [anon_sym_RPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DOT_DOT_DOT] = ACTIONS(167), + [anon_sym_DASH_DASH] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [322] = { + [sym_comment] = STATE(322), [sym_identifier] = ACTIONS(107), + [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_PIPE] = ACTIONS(109), [anon_sym_DOLLAR] = ACTIONS(109), @@ -115820,7 +117961,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1009), [aux_sym__immediate_decimal_token2] = ACTIONS(1011), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), @@ -115902,138 +118042,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [310] = { - [sym_comment] = STATE(310), - [sym_identifier] = ACTIONS(145), - [anon_sym_COLON] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DOT_DOT_DOT] = ACTIONS(147), - [anon_sym_DASH_DASH] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1013), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1016), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [311] = { - [sym_comment] = STATE(311), + [323] = { + [sym_comment] = STATE(323), [sym_identifier] = ACTIONS(107), [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = 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(1018), + [anon_sym_DOT2] = ACTIONS(107), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -116059,7 +118081,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(961), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -116140,132 +118161,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [312] = { - [sym_comment] = STATE(312), - [sym_identifier] = ACTIONS(139), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1021), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [313] = { - [sym_comment] = STATE(313), + [324] = { + [sym_comment] = STATE(324), [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), @@ -116273,7 +118173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(109), [anon_sym_DASH] = ACTIONS(107), [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(107), + [anon_sym_DOT2] = ACTIONS(1021), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -116299,6 +118199,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(1011), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -116376,729 +118277,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [314] = { - [sym_comment] = STATE(314), - [sym_identifier] = ACTIONS(145), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_RBRACK] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DOT_DOT_DOT] = ACTIONS(147), - [anon_sym_DASH_DASH] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1023), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1026), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), + [325] = { + [sym_comment] = STATE(325), + [sym_identifier] = ACTIONS(171), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), [anon_sym_POUND] = ACTIONS(3), }, - [315] = { - [sym_comment] = STATE(315), - [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), + [326] = { + [sym_comment] = STATE(326), + [sym_identifier] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_PIPE] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DOT_DOT_DOT] = ACTIONS(129), + [anon_sym_DASH_DASH] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), [anon_sym_DOT2] = ACTIONS(1028), - [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), - }, - [316] = { - [sym_comment] = STATE(316), - [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), - }, - [317] = { - [sym_comment] = STATE(317), - [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), - }, - [318] = { - [sym_comment] = STATE(318), - [sym_identifier] = ACTIONS(139), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [319] = { - [sym_comment] = STATE(319), - [sym_identifier] = ACTIONS(162), - [anon_sym_COLON] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_RBRACK] = ACTIONS(164), - [anon_sym_RPAREN] = ACTIONS(164), - [anon_sym_PIPE] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DOT_DOT_DOT] = ACTIONS(164), - [anon_sym_DASH_DASH] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1031), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(3), }, - [320] = { - [sym_comment] = STATE(320), + [327] = { + [sym_comment] = STATE(327), [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), @@ -117132,6 +118556,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -117209,131 +118634,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [321] = { - [sym_comment] = STATE(321), - [sym_identifier] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1031), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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), + [328] = { + [sym_comment] = STATE(328), + [sym_identifier] = ACTIONS(165), + [anon_sym_COLON] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_RBRACK] = ACTIONS(167), + [anon_sym_RPAREN] = ACTIONS(167), + [anon_sym_PIPE] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DOT_DOT_DOT] = ACTIONS(167), + [anon_sym_DASH_DASH] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(3), }, - [322] = { - [sym_comment] = STATE(322), + [329] = { + [sym_comment] = STATE(329), [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_PIPE] = ACTIONS(109), [anon_sym_DOLLAR] = ACTIONS(109), @@ -117368,7 +118793,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(961), + [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), @@ -117449,280 +118875,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [323] = { - [sym_comment] = STATE(323), - [sym_identifier] = ACTIONS(139), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [324] = { - [sym_comment] = STATE(324), - [sym_identifier] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), - [anon_sym_POUND] = ACTIONS(3), - }, - [325] = { - [sym_comment] = STATE(325), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), + [330] = { + [sym_comment] = STATE(330), + [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_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(1037), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = 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(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(107), - [anon_sym_BANG_EQ] = 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(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_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(1033), - [aux_sym__immediate_decimal_token2] = ACTIONS(1035), + [aux_sym__immediate_decimal_token2] = ACTIONS(1015), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -117801,12 +118992,608 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIb] = ACTIONS(107), [anon_sym_EIB] = ACTIONS(107), [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_POUND] = ACTIONS(3), }, - [326] = { - [sym_comment] = STATE(326), + [331] = { + [sym_comment] = STATE(331), + [sym_identifier] = ACTIONS(127), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DOT_DOT_DOT] = ACTIONS(129), + [anon_sym_DASH_DASH] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1040), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1043), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [332] = { + [sym_comment] = STATE(332), + [sym_identifier] = ACTIONS(148), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [333] = { + [sym_comment] = STATE(333), + [sym_identifier] = ACTIONS(148), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1045), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [334] = { + [sym_comment] = STATE(334), + [sym_identifier] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1047), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [335] = { + [sym_comment] = STATE(335), + [sym_identifier] = ACTIONS(148), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [336] = { + [sym_comment] = STATE(336), [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), @@ -117815,6 +119602,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -117839,8 +119627,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__immediate_decimal_token1] = ACTIONS(1049), + [aux_sym__immediate_decimal_token2] = ACTIONS(1051), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -117918,165 +119706,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [327] = { - [sym_comment] = STATE(327), - [sym_identifier] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1005), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), + [337] = { + [sym_comment] = STATE(337), + [sym_identifier] = ACTIONS(171), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1053), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(3), }, - [328] = { - [sym_comment] = STATE(328), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), + [338] = { + [sym_comment] = STATE(338), + [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_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_RBRACE] = 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_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(109), + [anon_sym_SLASH_SLASH] = ACTIONS(107), [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_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(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_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(1055), + [aux_sym__immediate_decimal_token2] = ACTIONS(1057), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -118154,401 +119944,401 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_POUND] = ACTIONS(105), }, - [329] = { - [sym_comment] = STATE(329), - [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), + [339] = { + [sym_comment] = STATE(339), + [sym_identifier] = ACTIONS(171), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), [anon_sym_POUND] = ACTIONS(3), }, - [330] = { - [sym_comment] = STATE(330), - [sym_identifier] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1005), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), + [340] = { + [sym_comment] = STATE(340), + [sym_identifier] = ACTIONS(127), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_PIPE] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DOT_DOT_DOT] = ACTIONS(129), + [anon_sym_DASH_DASH] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1062), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(3), }, - [331] = { - [sym_comment] = STATE(331), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_COLON] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_QMARK2] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1041), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), + [341] = { + [sym_comment] = STATE(341), + [sym_identifier] = ACTIONS(171), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(3), }, - [332] = { - [sym_comment] = STATE(332), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), + [342] = { + [sym_comment] = STATE(342), + [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_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_RBRACE] = ACTIONS(107), + [anon_sym_DOT2] = ACTIONS(1064), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), + [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(109), + [anon_sym_SLASH_SLASH] = ACTIONS(107), [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_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(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_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(1011), + [aux_sym__immediate_decimal_token2] = ACTIONS(1057), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -118626,873 +120416,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [333] = { - [sym_comment] = STATE(333), - [sym_identifier] = ACTIONS(162), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_RBRACK] = ACTIONS(164), - [anon_sym_RPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DOT_DOT_DOT] = ACTIONS(164), - [anon_sym_DASH_DASH] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), - }, - [334] = { - [sym_comment] = STATE(334), - [sym_identifier] = ACTIONS(139), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1043), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [335] = { - [sym_cell_path] = STATE(3004), - [sym_path] = STATE(2798), - [sym_comment] = STATE(335), - [anon_sym_SEMI] = ACTIONS(1045), - [anon_sym_LF] = ACTIONS(1047), - [anon_sym_RPAREN] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(1045), - [anon_sym_GT] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1051), - [anon_sym_in] = ACTIONS(1053), - [anon_sym_RBRACE] = ACTIONS(1045), - [anon_sym_DOT2] = ACTIONS(1055), - [anon_sym_STAR] = ACTIONS(1057), - [anon_sym_QMARK2] = ACTIONS(1059), - [anon_sym_STAR_STAR] = ACTIONS(1061), - [anon_sym_PLUS_PLUS] = ACTIONS(1061), - [anon_sym_SLASH] = ACTIONS(1057), - [anon_sym_mod] = ACTIONS(1057), - [anon_sym_SLASH_SLASH] = ACTIONS(1057), - [anon_sym_PLUS] = ACTIONS(1051), - [anon_sym_bit_DASHshl] = ACTIONS(1063), - [anon_sym_bit_DASHshr] = ACTIONS(1063), - [anon_sym_EQ_EQ] = ACTIONS(1049), - [anon_sym_BANG_EQ] = ACTIONS(1049), - [anon_sym_LT2] = ACTIONS(1049), - [anon_sym_LT_EQ] = ACTIONS(1049), - [anon_sym_GT_EQ] = ACTIONS(1049), - [anon_sym_not_DASHin] = ACTIONS(1053), - [anon_sym_starts_DASHwith] = ACTIONS(1053), - [anon_sym_ends_DASHwith] = ACTIONS(1053), - [anon_sym_EQ_TILDE] = ACTIONS(1065), - [anon_sym_BANG_TILDE] = ACTIONS(1065), - [anon_sym_bit_DASHand] = ACTIONS(1067), - [anon_sym_bit_DASHxor] = ACTIONS(1069), - [anon_sym_bit_DASHor] = ACTIONS(1071), - [anon_sym_and] = ACTIONS(1073), - [anon_sym_xor] = ACTIONS(1075), - [anon_sym_or] = ACTIONS(1077), - [anon_sym_ns] = ACTIONS(1079), - [anon_sym_s] = ACTIONS(1079), - [anon_sym_us] = ACTIONS(1079), - [anon_sym_ms] = ACTIONS(1079), - [anon_sym_sec] = ACTIONS(1079), - [anon_sym_min] = ACTIONS(1079), - [anon_sym_hr] = ACTIONS(1079), - [anon_sym_day] = ACTIONS(1079), - [anon_sym_wk] = ACTIONS(1079), - [anon_sym_b] = ACTIONS(1081), - [anon_sym_B] = ACTIONS(1081), - [anon_sym_kb] = ACTIONS(1081), - [anon_sym_kB] = ACTIONS(1081), - [anon_sym_Kb] = ACTIONS(1081), - [anon_sym_KB] = ACTIONS(1081), - [anon_sym_mb] = ACTIONS(1081), - [anon_sym_mB] = ACTIONS(1081), - [anon_sym_Mb] = ACTIONS(1081), - [anon_sym_MB] = ACTIONS(1081), - [anon_sym_gb] = ACTIONS(1081), - [anon_sym_gB] = ACTIONS(1081), - [anon_sym_Gb] = ACTIONS(1081), - [anon_sym_GB] = ACTIONS(1081), - [anon_sym_tb] = ACTIONS(1081), - [anon_sym_tB] = ACTIONS(1081), - [anon_sym_Tb] = ACTIONS(1081), - [anon_sym_TB] = ACTIONS(1081), - [anon_sym_pb] = ACTIONS(1081), - [anon_sym_pB] = ACTIONS(1081), - [anon_sym_Pb] = ACTIONS(1081), - [anon_sym_PB] = ACTIONS(1081), - [anon_sym_eb] = ACTIONS(1081), - [anon_sym_eB] = ACTIONS(1081), - [anon_sym_Eb] = ACTIONS(1081), - [anon_sym_EB] = ACTIONS(1081), - [anon_sym_kib] = ACTIONS(1081), - [anon_sym_kiB] = ACTIONS(1081), - [anon_sym_kIB] = ACTIONS(1081), - [anon_sym_kIb] = ACTIONS(1081), - [anon_sym_Kib] = ACTIONS(1081), - [anon_sym_KIb] = ACTIONS(1081), - [anon_sym_KIB] = ACTIONS(1081), - [anon_sym_mib] = ACTIONS(1081), - [anon_sym_miB] = ACTIONS(1081), - [anon_sym_mIB] = ACTIONS(1081), - [anon_sym_mIb] = ACTIONS(1081), - [anon_sym_Mib] = ACTIONS(1081), - [anon_sym_MIb] = ACTIONS(1081), - [anon_sym_MIB] = ACTIONS(1081), - [anon_sym_gib] = ACTIONS(1081), - [anon_sym_giB] = ACTIONS(1081), - [anon_sym_gIB] = ACTIONS(1081), - [anon_sym_gIb] = ACTIONS(1081), - [anon_sym_Gib] = ACTIONS(1081), - [anon_sym_GIb] = ACTIONS(1081), - [anon_sym_GIB] = ACTIONS(1081), - [anon_sym_tib] = ACTIONS(1081), - [anon_sym_tiB] = ACTIONS(1081), - [anon_sym_tIB] = ACTIONS(1081), - [anon_sym_tIb] = ACTIONS(1081), - [anon_sym_Tib] = ACTIONS(1081), - [anon_sym_TIb] = ACTIONS(1081), - [anon_sym_TIB] = ACTIONS(1081), - [anon_sym_pib] = ACTIONS(1081), - [anon_sym_piB] = ACTIONS(1081), - [anon_sym_pIB] = ACTIONS(1081), - [anon_sym_pIb] = ACTIONS(1081), - [anon_sym_Pib] = ACTIONS(1081), - [anon_sym_PIb] = ACTIONS(1081), - [anon_sym_PIB] = ACTIONS(1081), - [anon_sym_eib] = ACTIONS(1081), - [anon_sym_eiB] = ACTIONS(1081), - [anon_sym_eIB] = ACTIONS(1081), - [anon_sym_eIb] = ACTIONS(1081), - [anon_sym_Eib] = ACTIONS(1081), - [anon_sym_EIb] = ACTIONS(1081), - [anon_sym_EIB] = ACTIONS(1081), - [anon_sym_POUND] = ACTIONS(105), - }, - [336] = { - [sym_comment] = STATE(336), - [sym_identifier] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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), - }, - [337] = { - [sym_comment] = STATE(337), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_COLON] = ACTIONS(145), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_QMARK2] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1086), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), [anon_sym_POUND] = ACTIONS(105), }, - [338] = { - [sym_comment] = STATE(338), - [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), - }, - [339] = { - [sym_comment] = STATE(339), - [sym_identifier] = ACTIONS(162), - [anon_sym_COLON] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_PIPE] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DOT_DOT_DOT] = ACTIONS(164), - [anon_sym_DASH_DASH] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), - }, - [340] = { - [sym_comment] = STATE(340), - [sym_identifier] = ACTIONS(107), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), + [343] = { + [sym_comment] = STATE(343), + [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_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_RBRACE] = 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_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(109), + [anon_sym_SLASH_SLASH] = ACTIONS(107), [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_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(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_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(1057), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -119570,141 +120534,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [341] = { - [sym_comment] = STATE(341), - [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(1088), - [anon_sym_s] = ACTIONS(1088), - [anon_sym_us] = ACTIONS(1088), - [anon_sym_ms] = ACTIONS(1088), - [anon_sym_sec] = ACTIONS(1088), - [anon_sym_min] = ACTIONS(1088), - [anon_sym_hr] = ACTIONS(1088), - [anon_sym_day] = ACTIONS(1088), - [anon_sym_wk] = ACTIONS(1088), - [anon_sym_b] = ACTIONS(1090), - [anon_sym_B] = ACTIONS(1090), - [anon_sym_kb] = ACTIONS(1090), - [anon_sym_kB] = ACTIONS(1090), - [anon_sym_Kb] = ACTIONS(1090), - [anon_sym_KB] = ACTIONS(1090), - [anon_sym_mb] = ACTIONS(1090), - [anon_sym_mB] = ACTIONS(1090), - [anon_sym_Mb] = ACTIONS(1090), - [anon_sym_MB] = ACTIONS(1090), - [anon_sym_gb] = ACTIONS(1090), - [anon_sym_gB] = ACTIONS(1090), - [anon_sym_Gb] = ACTIONS(1090), - [anon_sym_GB] = ACTIONS(1090), - [anon_sym_tb] = ACTIONS(1090), - [anon_sym_tB] = ACTIONS(1090), - [anon_sym_Tb] = ACTIONS(1090), - [anon_sym_TB] = ACTIONS(1090), - [anon_sym_pb] = ACTIONS(1090), - [anon_sym_pB] = ACTIONS(1090), - [anon_sym_Pb] = ACTIONS(1090), - [anon_sym_PB] = ACTIONS(1090), - [anon_sym_eb] = ACTIONS(1090), - [anon_sym_eB] = ACTIONS(1090), - [anon_sym_Eb] = ACTIONS(1090), - [anon_sym_EB] = ACTIONS(1090), - [anon_sym_kib] = ACTIONS(1090), - [anon_sym_kiB] = ACTIONS(1090), - [anon_sym_kIB] = ACTIONS(1090), - [anon_sym_kIb] = ACTIONS(1090), - [anon_sym_Kib] = ACTIONS(1090), - [anon_sym_KIb] = ACTIONS(1090), - [anon_sym_KIB] = ACTIONS(1090), - [anon_sym_mib] = ACTIONS(1090), - [anon_sym_miB] = ACTIONS(1090), - [anon_sym_mIB] = ACTIONS(1090), - [anon_sym_mIb] = ACTIONS(1090), - [anon_sym_Mib] = ACTIONS(1090), - [anon_sym_MIb] = ACTIONS(1090), - [anon_sym_MIB] = ACTIONS(1090), - [anon_sym_gib] = ACTIONS(1090), - [anon_sym_giB] = ACTIONS(1090), - [anon_sym_gIB] = ACTIONS(1090), - [anon_sym_gIb] = ACTIONS(1090), - [anon_sym_Gib] = ACTIONS(1090), - [anon_sym_GIb] = ACTIONS(1090), - [anon_sym_GIB] = ACTIONS(1090), - [anon_sym_tib] = ACTIONS(1090), - [anon_sym_tiB] = ACTIONS(1090), - [anon_sym_tIB] = ACTIONS(1090), - [anon_sym_tIb] = ACTIONS(1090), - [anon_sym_Tib] = ACTIONS(1090), - [anon_sym_TIb] = ACTIONS(1090), - [anon_sym_TIB] = ACTIONS(1090), - [anon_sym_pib] = ACTIONS(1090), - [anon_sym_piB] = ACTIONS(1090), - [anon_sym_pIB] = ACTIONS(1090), - [anon_sym_pIb] = ACTIONS(1090), - [anon_sym_Pib] = ACTIONS(1090), - [anon_sym_PIb] = ACTIONS(1090), - [anon_sym_PIB] = ACTIONS(1090), - [anon_sym_eib] = ACTIONS(1090), - [anon_sym_eiB] = ACTIONS(1090), - [anon_sym_eIB] = ACTIONS(1090), - [anon_sym_eIb] = ACTIONS(1090), - [anon_sym_Eib] = ACTIONS(1090), - [anon_sym_EIb] = ACTIONS(1090), - [anon_sym_EIB] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_POUND] = ACTIONS(105), }, - [342] = { - [sym_comment] = STATE(342), + [344] = { + [sym_comment] = STATE(344), [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(1092), + [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), @@ -119729,7 +120572,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(997), + [aux_sym__immediate_decimal_token1] = ACTIONS(1067), + [aux_sym__immediate_decimal_token2] = ACTIONS(1069), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -119807,47 +120651,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [343] = { - [sym_comment] = STATE(343), - [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), + [345] = { + [sym_comment] = STATE(345), + [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_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(107), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = 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(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(107), - [anon_sym_BANG_EQ] = 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(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_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(997), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -119925,89 +120769,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Eib] = ACTIONS(107), [anon_sym_EIb] = ACTIONS(107), [anon_sym_EIB] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), }, - [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(1001), - [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), + [346] = { + [sym_comment] = STATE(346), + [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(1071), + [anon_sym_s] = ACTIONS(1071), + [anon_sym_us] = ACTIONS(1071), + [anon_sym_ms] = ACTIONS(1071), + [anon_sym_sec] = ACTIONS(1071), + [anon_sym_min] = ACTIONS(1071), + [anon_sym_hr] = ACTIONS(1071), + [anon_sym_day] = ACTIONS(1071), + [anon_sym_wk] = ACTIONS(1071), + [anon_sym_b] = ACTIONS(1073), + [anon_sym_B] = ACTIONS(1073), + [anon_sym_kb] = ACTIONS(1073), + [anon_sym_kB] = ACTIONS(1073), + [anon_sym_Kb] = ACTIONS(1073), + [anon_sym_KB] = ACTIONS(1073), + [anon_sym_mb] = ACTIONS(1073), + [anon_sym_mB] = ACTIONS(1073), + [anon_sym_Mb] = ACTIONS(1073), + [anon_sym_MB] = ACTIONS(1073), + [anon_sym_gb] = ACTIONS(1073), + [anon_sym_gB] = ACTIONS(1073), + [anon_sym_Gb] = ACTIONS(1073), + [anon_sym_GB] = ACTIONS(1073), + [anon_sym_tb] = ACTIONS(1073), + [anon_sym_tB] = ACTIONS(1073), + [anon_sym_Tb] = ACTIONS(1073), + [anon_sym_TB] = ACTIONS(1073), + [anon_sym_pb] = ACTIONS(1073), + [anon_sym_pB] = ACTIONS(1073), + [anon_sym_Pb] = ACTIONS(1073), + [anon_sym_PB] = ACTIONS(1073), + [anon_sym_eb] = ACTIONS(1073), + [anon_sym_eB] = ACTIONS(1073), + [anon_sym_Eb] = ACTIONS(1073), + [anon_sym_EB] = ACTIONS(1073), + [anon_sym_kib] = ACTIONS(1073), + [anon_sym_kiB] = ACTIONS(1073), + [anon_sym_kIB] = ACTIONS(1073), + [anon_sym_kIb] = ACTIONS(1073), + [anon_sym_Kib] = ACTIONS(1073), + [anon_sym_KIb] = ACTIONS(1073), + [anon_sym_KIB] = ACTIONS(1073), + [anon_sym_mib] = ACTIONS(1073), + [anon_sym_miB] = ACTIONS(1073), + [anon_sym_mIB] = ACTIONS(1073), + [anon_sym_mIb] = ACTIONS(1073), + [anon_sym_Mib] = ACTIONS(1073), + [anon_sym_MIb] = ACTIONS(1073), + [anon_sym_MIB] = ACTIONS(1073), + [anon_sym_gib] = ACTIONS(1073), + [anon_sym_giB] = ACTIONS(1073), + [anon_sym_gIB] = ACTIONS(1073), + [anon_sym_gIb] = ACTIONS(1073), + [anon_sym_Gib] = ACTIONS(1073), + [anon_sym_GIb] = ACTIONS(1073), + [anon_sym_GIB] = ACTIONS(1073), + [anon_sym_tib] = ACTIONS(1073), + [anon_sym_tiB] = ACTIONS(1073), + [anon_sym_tIB] = ACTIONS(1073), + [anon_sym_tIb] = ACTIONS(1073), + [anon_sym_Tib] = ACTIONS(1073), + [anon_sym_TIb] = ACTIONS(1073), + [anon_sym_TIB] = ACTIONS(1073), + [anon_sym_pib] = ACTIONS(1073), + [anon_sym_piB] = ACTIONS(1073), + [anon_sym_pIB] = ACTIONS(1073), + [anon_sym_pIb] = ACTIONS(1073), + [anon_sym_Pib] = ACTIONS(1073), + [anon_sym_PIb] = ACTIONS(1073), + [anon_sym_PIB] = ACTIONS(1073), + [anon_sym_eib] = ACTIONS(1073), + [anon_sym_eiB] = ACTIONS(1073), + [anon_sym_eIB] = ACTIONS(1073), + [anon_sym_eIb] = ACTIONS(1073), + [anon_sym_Eib] = ACTIONS(1073), + [anon_sym_EIb] = ACTIONS(1073), + [anon_sym_EIB] = ACTIONS(1073), + [anon_sym_POUND] = ACTIONS(3), + }, + [347] = { + [sym_comment] = STATE(347), + [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(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), + [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), + }, + [348] = { + [sym_comment] = STATE(348), + [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), @@ -120045,128 +121126,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [345] = { - [sym_comment] = STATE(345), - [sym_identifier] = ACTIONS(139), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [346] = { - [sym_comment] = STATE(346), + [349] = { + [sym_comment] = STATE(349), [sym_identifier] = ACTIONS(115), - [anon_sym_COLON] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_PIPE] = ACTIONS(117), [anon_sym_DOLLAR] = ACTIONS(117), @@ -120201,6 +121163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), + [aux_sym__immediate_decimal_token2] = ACTIONS(1019), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -120281,126 +121244,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [347] = { - [sym_comment] = STATE(347), - [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(1095), - [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(1011), - [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), + [350] = { + [sym_comment] = STATE(350), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_COLON] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_QMARK2] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1075), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [351] = { + [sym_comment] = STATE(351), + [sym_identifier] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1077), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [348] = { - [sym_comment] = STATE(348), + [352] = { + [sym_comment] = STATE(352), + [sym_identifier] = ACTIONS(165), + [anon_sym_COLON] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_PIPE] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DOT_DOT_DOT] = ACTIONS(167), + [anon_sym_DASH_DASH] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [353] = { + [sym_comment] = STATE(353), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), [anon_sym_COLON] = ACTIONS(115), @@ -120437,7 +121636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(993), + [aux_sym__immediate_decimal_token2] = ACTIONS(1051), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -120517,859 +121716,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [349] = { - [sym_comment] = STATE(349), - [sym_identifier] = ACTIONS(145), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DOT_DOT_DOT] = ACTIONS(147), - [anon_sym_DASH_DASH] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1098), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1101), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [350] = { - [sym_comment] = STATE(350), - [sym_identifier] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), - [anon_sym_POUND] = ACTIONS(3), - }, - [351] = { - [sym_comment] = STATE(351), - [sym_identifier] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1005), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), - [anon_sym_POUND] = ACTIONS(3), - }, - [352] = { - [sym_comment] = STATE(352), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1103), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [353] = { - [sym_comment] = STATE(353), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_QMARK2] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(105), - }, [354] = { [sym_comment] = STATE(354), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_COLON] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1105), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_QMARK2] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(105), - }, - [355] = { - [sym_comment] = STATE(355), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_RPAREN] = ACTIONS(145), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_RBRACE] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1107), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1110), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), - [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), + [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_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(1112), + [anon_sym_DOT2] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = 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(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(107), - [anon_sym_BANG_EQ] = 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(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_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), @@ -121452,10 +121832,836 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIb] = ACTIONS(107), [anon_sym_EIB] = ACTIONS(107), [aux_sym_unquoted_token6] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_POUND] = ACTIONS(3), + }, + [355] = { + [sym_comment] = STATE(355), + [sym_identifier] = ACTIONS(165), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_RBRACK] = ACTIONS(167), + [anon_sym_RPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DOT_DOT_DOT] = ACTIONS(167), + [anon_sym_DASH_DASH] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [356] = { + [sym_comment] = STATE(356), + [sym_identifier] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), }, [357] = { [sym_comment] = STATE(357), + [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), + }, + [358] = { + [sym_cell_path] = STATE(3038), + [sym_path] = STATE(2832), + [sym_comment] = STATE(358), + [anon_sym_SEMI] = ACTIONS(1082), + [anon_sym_LF] = ACTIONS(1084), + [anon_sym_RPAREN] = ACTIONS(1082), + [anon_sym_PIPE] = ACTIONS(1082), + [anon_sym_GT] = ACTIONS(1086), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_in] = ACTIONS(1090), + [anon_sym_RBRACE] = ACTIONS(1082), + [anon_sym_DOT2] = ACTIONS(1092), + [anon_sym_STAR] = ACTIONS(1094), + [anon_sym_QMARK2] = ACTIONS(1096), + [anon_sym_STAR_STAR] = ACTIONS(1098), + [anon_sym_PLUS_PLUS] = ACTIONS(1098), + [anon_sym_SLASH] = ACTIONS(1094), + [anon_sym_mod] = ACTIONS(1094), + [anon_sym_SLASH_SLASH] = ACTIONS(1094), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_bit_DASHshl] = ACTIONS(1100), + [anon_sym_bit_DASHshr] = ACTIONS(1100), + [anon_sym_EQ_EQ] = ACTIONS(1086), + [anon_sym_BANG_EQ] = ACTIONS(1086), + [anon_sym_LT2] = ACTIONS(1086), + [anon_sym_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_EQ] = ACTIONS(1086), + [anon_sym_not_DASHin] = ACTIONS(1090), + [anon_sym_starts_DASHwith] = ACTIONS(1090), + [anon_sym_ends_DASHwith] = ACTIONS(1090), + [anon_sym_EQ_TILDE] = ACTIONS(1102), + [anon_sym_BANG_TILDE] = ACTIONS(1102), + [anon_sym_bit_DASHand] = ACTIONS(1104), + [anon_sym_bit_DASHxor] = ACTIONS(1106), + [anon_sym_bit_DASHor] = ACTIONS(1108), + [anon_sym_and] = ACTIONS(1110), + [anon_sym_xor] = ACTIONS(1112), + [anon_sym_or] = ACTIONS(1114), + [anon_sym_ns] = ACTIONS(1116), + [anon_sym_s] = ACTIONS(1116), + [anon_sym_us] = ACTIONS(1116), + [anon_sym_ms] = ACTIONS(1116), + [anon_sym_sec] = ACTIONS(1116), + [anon_sym_min] = ACTIONS(1116), + [anon_sym_hr] = ACTIONS(1116), + [anon_sym_day] = ACTIONS(1116), + [anon_sym_wk] = ACTIONS(1116), + [anon_sym_b] = ACTIONS(1118), + [anon_sym_B] = ACTIONS(1118), + [anon_sym_kb] = ACTIONS(1118), + [anon_sym_kB] = ACTIONS(1118), + [anon_sym_Kb] = ACTIONS(1118), + [anon_sym_KB] = ACTIONS(1118), + [anon_sym_mb] = ACTIONS(1118), + [anon_sym_mB] = ACTIONS(1118), + [anon_sym_Mb] = ACTIONS(1118), + [anon_sym_MB] = ACTIONS(1118), + [anon_sym_gb] = ACTIONS(1118), + [anon_sym_gB] = ACTIONS(1118), + [anon_sym_Gb] = ACTIONS(1118), + [anon_sym_GB] = ACTIONS(1118), + [anon_sym_tb] = ACTIONS(1118), + [anon_sym_tB] = ACTIONS(1118), + [anon_sym_Tb] = ACTIONS(1118), + [anon_sym_TB] = ACTIONS(1118), + [anon_sym_pb] = ACTIONS(1118), + [anon_sym_pB] = ACTIONS(1118), + [anon_sym_Pb] = ACTIONS(1118), + [anon_sym_PB] = ACTIONS(1118), + [anon_sym_eb] = ACTIONS(1118), + [anon_sym_eB] = ACTIONS(1118), + [anon_sym_Eb] = ACTIONS(1118), + [anon_sym_EB] = ACTIONS(1118), + [anon_sym_kib] = ACTIONS(1118), + [anon_sym_kiB] = ACTIONS(1118), + [anon_sym_kIB] = ACTIONS(1118), + [anon_sym_kIb] = ACTIONS(1118), + [anon_sym_Kib] = ACTIONS(1118), + [anon_sym_KIb] = ACTIONS(1118), + [anon_sym_KIB] = ACTIONS(1118), + [anon_sym_mib] = ACTIONS(1118), + [anon_sym_miB] = ACTIONS(1118), + [anon_sym_mIB] = ACTIONS(1118), + [anon_sym_mIb] = ACTIONS(1118), + [anon_sym_Mib] = ACTIONS(1118), + [anon_sym_MIb] = ACTIONS(1118), + [anon_sym_MIB] = ACTIONS(1118), + [anon_sym_gib] = ACTIONS(1118), + [anon_sym_giB] = ACTIONS(1118), + [anon_sym_gIB] = ACTIONS(1118), + [anon_sym_gIb] = ACTIONS(1118), + [anon_sym_Gib] = ACTIONS(1118), + [anon_sym_GIb] = ACTIONS(1118), + [anon_sym_GIB] = ACTIONS(1118), + [anon_sym_tib] = ACTIONS(1118), + [anon_sym_tiB] = ACTIONS(1118), + [anon_sym_tIB] = ACTIONS(1118), + [anon_sym_tIb] = ACTIONS(1118), + [anon_sym_Tib] = ACTIONS(1118), + [anon_sym_TIb] = ACTIONS(1118), + [anon_sym_TIB] = ACTIONS(1118), + [anon_sym_pib] = ACTIONS(1118), + [anon_sym_piB] = ACTIONS(1118), + [anon_sym_pIB] = ACTIONS(1118), + [anon_sym_pIb] = ACTIONS(1118), + [anon_sym_Pib] = ACTIONS(1118), + [anon_sym_PIb] = ACTIONS(1118), + [anon_sym_PIB] = ACTIONS(1118), + [anon_sym_eib] = ACTIONS(1118), + [anon_sym_eiB] = ACTIONS(1118), + [anon_sym_eIB] = ACTIONS(1118), + [anon_sym_eIb] = ACTIONS(1118), + [anon_sym_Eib] = ACTIONS(1118), + [anon_sym_EIb] = ACTIONS(1118), + [anon_sym_EIB] = ACTIONS(1118), + [anon_sym_POUND] = ACTIONS(105), + }, + [359] = { + [sym_comment] = STATE(359), + [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), + }, + [360] = { + [sym_comment] = STATE(360), + [sym_identifier] = ACTIONS(171), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), + [anon_sym_POUND] = ACTIONS(3), + }, + [361] = { + [sym_comment] = STATE(361), + [sym_identifier] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), + [anon_sym_POUND] = ACTIONS(3), + }, + [362] = { + [sym_comment] = STATE(362), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), [anon_sym_RPAREN] = ACTIONS(115), @@ -121490,7 +122696,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token2] = ACTIONS(1039), + [aux_sym__immediate_decimal_token1] = ACTIONS(1120), + [aux_sym__immediate_decimal_token2] = ACTIONS(1122), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -121571,41 +122778,277 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [358] = { - [sym_comment] = STATE(358), - [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), + [363] = { + [sym_comment] = STATE(363), + [sym_identifier] = ACTIONS(148), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [364] = { + [sym_comment] = STATE(364), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_COLON] = ACTIONS(127), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1124), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_QMARK2] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1127), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, + [365] = { + [sym_comment] = STATE(365), + [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_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(107), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_QMARK2] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = 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(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(107), - [anon_sym_BANG_EQ] = 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(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_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), @@ -121686,10 +123129,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + }, + [366] = { + [sym_comment] = STATE(366), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1129), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [359] = { - [sym_comment] = STATE(359), + [367] = { + [sym_comment] = STATE(367), + [sym_identifier] = ACTIONS(171), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), + [anon_sym_POUND] = ACTIONS(3), + }, + [368] = { + [sym_comment] = STATE(368), [anon_sym_SEMI] = ACTIONS(221), [anon_sym_LF] = ACTIONS(223), [anon_sym_COLON] = ACTIONS(221), @@ -121805,242 +123483,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(221), [anon_sym_POUND] = ACTIONS(105), }, - [360] = { - [sym_cell_path] = STATE(3162), - [sym_path] = STATE(2909), - [sym_comment] = STATE(360), - [ts_builtin_sym_end] = ACTIONS(1047), - [anon_sym_SEMI] = ACTIONS(1045), - [anon_sym_LF] = ACTIONS(1047), - [anon_sym_PIPE] = ACTIONS(1045), - [anon_sym_GT] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_in] = ACTIONS(1119), - [anon_sym_DOT2] = ACTIONS(1121), - [anon_sym_STAR] = ACTIONS(1123), - [anon_sym_QMARK2] = ACTIONS(1125), - [anon_sym_STAR_STAR] = ACTIONS(1127), - [anon_sym_PLUS_PLUS] = ACTIONS(1127), - [anon_sym_SLASH] = ACTIONS(1123), - [anon_sym_mod] = ACTIONS(1123), - [anon_sym_SLASH_SLASH] = ACTIONS(1123), - [anon_sym_PLUS] = ACTIONS(1117), - [anon_sym_bit_DASHshl] = ACTIONS(1129), - [anon_sym_bit_DASHshr] = ACTIONS(1129), - [anon_sym_EQ_EQ] = ACTIONS(1115), - [anon_sym_BANG_EQ] = ACTIONS(1115), - [anon_sym_LT2] = ACTIONS(1115), - [anon_sym_LT_EQ] = ACTIONS(1115), - [anon_sym_GT_EQ] = ACTIONS(1115), - [anon_sym_not_DASHin] = ACTIONS(1119), - [anon_sym_starts_DASHwith] = ACTIONS(1119), - [anon_sym_ends_DASHwith] = ACTIONS(1119), - [anon_sym_EQ_TILDE] = ACTIONS(1131), - [anon_sym_BANG_TILDE] = ACTIONS(1131), - [anon_sym_bit_DASHand] = ACTIONS(1133), - [anon_sym_bit_DASHxor] = ACTIONS(1135), - [anon_sym_bit_DASHor] = ACTIONS(1137), - [anon_sym_and] = ACTIONS(1139), - [anon_sym_xor] = ACTIONS(1141), - [anon_sym_or] = ACTIONS(1143), - [anon_sym_ns] = ACTIONS(1145), - [anon_sym_s] = ACTIONS(1145), - [anon_sym_us] = ACTIONS(1145), - [anon_sym_ms] = ACTIONS(1145), - [anon_sym_sec] = ACTIONS(1145), - [anon_sym_min] = ACTIONS(1145), - [anon_sym_hr] = ACTIONS(1145), - [anon_sym_day] = ACTIONS(1145), - [anon_sym_wk] = ACTIONS(1145), - [anon_sym_b] = ACTIONS(1147), - [anon_sym_B] = ACTIONS(1147), - [anon_sym_kb] = ACTIONS(1147), - [anon_sym_kB] = ACTIONS(1147), - [anon_sym_Kb] = ACTIONS(1147), - [anon_sym_KB] = ACTIONS(1147), - [anon_sym_mb] = ACTIONS(1147), - [anon_sym_mB] = ACTIONS(1147), - [anon_sym_Mb] = ACTIONS(1147), - [anon_sym_MB] = ACTIONS(1147), - [anon_sym_gb] = ACTIONS(1147), - [anon_sym_gB] = ACTIONS(1147), - [anon_sym_Gb] = ACTIONS(1147), - [anon_sym_GB] = ACTIONS(1147), - [anon_sym_tb] = ACTIONS(1147), - [anon_sym_tB] = ACTIONS(1147), - [anon_sym_Tb] = ACTIONS(1147), - [anon_sym_TB] = ACTIONS(1147), - [anon_sym_pb] = ACTIONS(1147), - [anon_sym_pB] = ACTIONS(1147), - [anon_sym_Pb] = ACTIONS(1147), - [anon_sym_PB] = ACTIONS(1147), - [anon_sym_eb] = ACTIONS(1147), - [anon_sym_eB] = ACTIONS(1147), - [anon_sym_Eb] = ACTIONS(1147), - [anon_sym_EB] = ACTIONS(1147), - [anon_sym_kib] = ACTIONS(1147), - [anon_sym_kiB] = ACTIONS(1147), - [anon_sym_kIB] = ACTIONS(1147), - [anon_sym_kIb] = ACTIONS(1147), - [anon_sym_Kib] = ACTIONS(1147), - [anon_sym_KIb] = ACTIONS(1147), - [anon_sym_KIB] = ACTIONS(1147), - [anon_sym_mib] = ACTIONS(1147), - [anon_sym_miB] = ACTIONS(1147), - [anon_sym_mIB] = ACTIONS(1147), - [anon_sym_mIb] = ACTIONS(1147), - [anon_sym_Mib] = ACTIONS(1147), - [anon_sym_MIb] = ACTIONS(1147), - [anon_sym_MIB] = ACTIONS(1147), - [anon_sym_gib] = ACTIONS(1147), - [anon_sym_giB] = ACTIONS(1147), - [anon_sym_gIB] = ACTIONS(1147), - [anon_sym_gIb] = ACTIONS(1147), - [anon_sym_Gib] = ACTIONS(1147), - [anon_sym_GIb] = ACTIONS(1147), - [anon_sym_GIB] = ACTIONS(1147), - [anon_sym_tib] = ACTIONS(1147), - [anon_sym_tiB] = ACTIONS(1147), - [anon_sym_tIB] = ACTIONS(1147), - [anon_sym_tIb] = ACTIONS(1147), - [anon_sym_Tib] = ACTIONS(1147), - [anon_sym_TIb] = ACTIONS(1147), - [anon_sym_TIB] = ACTIONS(1147), - [anon_sym_pib] = ACTIONS(1147), - [anon_sym_piB] = ACTIONS(1147), - [anon_sym_pIB] = ACTIONS(1147), - [anon_sym_pIb] = ACTIONS(1147), - [anon_sym_Pib] = ACTIONS(1147), - [anon_sym_PIb] = ACTIONS(1147), - [anon_sym_PIB] = ACTIONS(1147), - [anon_sym_eib] = ACTIONS(1147), - [anon_sym_eiB] = ACTIONS(1147), - [anon_sym_eIB] = ACTIONS(1147), - [anon_sym_eIb] = ACTIONS(1147), - [anon_sym_Eib] = ACTIONS(1147), - [anon_sym_EIb] = ACTIONS(1147), - [anon_sym_EIB] = ACTIONS(1147), + [369] = { + [sym_comment] = STATE(369), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(127), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1131), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1134), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(105), }, - [361] = { - [sym_comment] = STATE(361), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = 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(1149), - [aux_sym__immediate_decimal_token2] = ACTIONS(1151), - [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_POUND] = ACTIONS(3), + [370] = { + [sym_comment] = STATE(370), + [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(1136), + [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(1069), + [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), }, - [362] = { - [sym_comment] = STATE(362), + [371] = { + [sym_comment] = STATE(371), [ts_builtin_sym_end] = ACTIONS(117), [anon_sym_SEMI] = ACTIONS(115), [anon_sym_LF] = ACTIONS(117), @@ -122075,8 +123753,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1153), - [aux_sym__immediate_decimal_token2] = ACTIONS(1155), + [aux_sym__immediate_decimal_token1] = ACTIONS(1139), + [aux_sym__immediate_decimal_token2] = ACTIONS(1141), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -122156,137 +123834,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [363] = { - [sym_comment] = STATE(363), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_COLON] = ACTIONS(162), - [anon_sym_RPAREN] = ACTIONS(162), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_QMARK2] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [364] = { - [sym_comment] = STATE(364), + [372] = { + [sym_comment] = STATE(372), + [ts_builtin_sym_end] = ACTIONS(117), [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), @@ -122311,6 +123869,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), + [aux_sym__immediate_decimal_token1] = ACTIONS(1143), + [aux_sym__immediate_decimal_token2] = ACTIONS(1145), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -122388,513 +123948,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [365] = { - [sym_comment] = STATE(365), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_LBRACE] = 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(1157), - [aux_sym__immediate_decimal_token2] = ACTIONS(1159), - [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_POUND] = ACTIONS(3), - }, - [366] = { - [sym_comment] = STATE(366), - [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(1161), - [aux_sym__immediate_decimal_token2] = ACTIONS(1163), - [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), - }, - [367] = { - [sym_comment] = STATE(367), - [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(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), - [aux_sym_unquoted_token6] = ACTIONS(107), + [373] = { + [sym_cell_path] = STATE(3161), + [sym_path] = STATE(2875), + [sym_comment] = STATE(373), + [ts_builtin_sym_end] = ACTIONS(1084), + [anon_sym_SEMI] = ACTIONS(1082), + [anon_sym_LF] = ACTIONS(1084), + [anon_sym_PIPE] = ACTIONS(1082), + [anon_sym_GT] = ACTIONS(1147), + [anon_sym_DASH] = ACTIONS(1149), + [anon_sym_in] = ACTIONS(1151), + [anon_sym_DOT2] = ACTIONS(1153), + [anon_sym_STAR] = ACTIONS(1155), + [anon_sym_QMARK2] = ACTIONS(1157), + [anon_sym_STAR_STAR] = ACTIONS(1159), + [anon_sym_PLUS_PLUS] = ACTIONS(1159), + [anon_sym_SLASH] = ACTIONS(1155), + [anon_sym_mod] = ACTIONS(1155), + [anon_sym_SLASH_SLASH] = ACTIONS(1155), + [anon_sym_PLUS] = ACTIONS(1149), + [anon_sym_bit_DASHshl] = ACTIONS(1161), + [anon_sym_bit_DASHshr] = ACTIONS(1161), + [anon_sym_EQ_EQ] = ACTIONS(1147), + [anon_sym_BANG_EQ] = ACTIONS(1147), + [anon_sym_LT2] = ACTIONS(1147), + [anon_sym_LT_EQ] = ACTIONS(1147), + [anon_sym_GT_EQ] = ACTIONS(1147), + [anon_sym_not_DASHin] = ACTIONS(1151), + [anon_sym_starts_DASHwith] = ACTIONS(1151), + [anon_sym_ends_DASHwith] = ACTIONS(1151), + [anon_sym_EQ_TILDE] = ACTIONS(1163), + [anon_sym_BANG_TILDE] = ACTIONS(1163), + [anon_sym_bit_DASHand] = ACTIONS(1165), + [anon_sym_bit_DASHxor] = ACTIONS(1167), + [anon_sym_bit_DASHor] = ACTIONS(1169), + [anon_sym_and] = ACTIONS(1171), + [anon_sym_xor] = ACTIONS(1173), + [anon_sym_or] = ACTIONS(1175), + [anon_sym_ns] = ACTIONS(1177), + [anon_sym_s] = ACTIONS(1177), + [anon_sym_us] = ACTIONS(1177), + [anon_sym_ms] = ACTIONS(1177), + [anon_sym_sec] = ACTIONS(1177), + [anon_sym_min] = ACTIONS(1177), + [anon_sym_hr] = ACTIONS(1177), + [anon_sym_day] = ACTIONS(1177), + [anon_sym_wk] = ACTIONS(1177), + [anon_sym_b] = ACTIONS(1179), + [anon_sym_B] = ACTIONS(1179), + [anon_sym_kb] = ACTIONS(1179), + [anon_sym_kB] = ACTIONS(1179), + [anon_sym_Kb] = ACTIONS(1179), + [anon_sym_KB] = ACTIONS(1179), + [anon_sym_mb] = ACTIONS(1179), + [anon_sym_mB] = ACTIONS(1179), + [anon_sym_Mb] = ACTIONS(1179), + [anon_sym_MB] = ACTIONS(1179), + [anon_sym_gb] = ACTIONS(1179), + [anon_sym_gB] = ACTIONS(1179), + [anon_sym_Gb] = ACTIONS(1179), + [anon_sym_GB] = ACTIONS(1179), + [anon_sym_tb] = ACTIONS(1179), + [anon_sym_tB] = ACTIONS(1179), + [anon_sym_Tb] = ACTIONS(1179), + [anon_sym_TB] = ACTIONS(1179), + [anon_sym_pb] = ACTIONS(1179), + [anon_sym_pB] = ACTIONS(1179), + [anon_sym_Pb] = ACTIONS(1179), + [anon_sym_PB] = ACTIONS(1179), + [anon_sym_eb] = ACTIONS(1179), + [anon_sym_eB] = ACTIONS(1179), + [anon_sym_Eb] = ACTIONS(1179), + [anon_sym_EB] = ACTIONS(1179), + [anon_sym_kib] = ACTIONS(1179), + [anon_sym_kiB] = ACTIONS(1179), + [anon_sym_kIB] = ACTIONS(1179), + [anon_sym_kIb] = ACTIONS(1179), + [anon_sym_Kib] = ACTIONS(1179), + [anon_sym_KIb] = ACTIONS(1179), + [anon_sym_KIB] = ACTIONS(1179), + [anon_sym_mib] = ACTIONS(1179), + [anon_sym_miB] = ACTIONS(1179), + [anon_sym_mIB] = ACTIONS(1179), + [anon_sym_mIb] = ACTIONS(1179), + [anon_sym_Mib] = ACTIONS(1179), + [anon_sym_MIb] = ACTIONS(1179), + [anon_sym_MIB] = ACTIONS(1179), + [anon_sym_gib] = ACTIONS(1179), + [anon_sym_giB] = ACTIONS(1179), + [anon_sym_gIB] = ACTIONS(1179), + [anon_sym_gIb] = ACTIONS(1179), + [anon_sym_Gib] = ACTIONS(1179), + [anon_sym_GIb] = ACTIONS(1179), + [anon_sym_GIB] = ACTIONS(1179), + [anon_sym_tib] = ACTIONS(1179), + [anon_sym_tiB] = ACTIONS(1179), + [anon_sym_tIB] = ACTIONS(1179), + [anon_sym_tIb] = ACTIONS(1179), + [anon_sym_Tib] = ACTIONS(1179), + [anon_sym_TIb] = ACTIONS(1179), + [anon_sym_TIB] = ACTIONS(1179), + [anon_sym_pib] = ACTIONS(1179), + [anon_sym_piB] = ACTIONS(1179), + [anon_sym_pIB] = ACTIONS(1179), + [anon_sym_pIb] = ACTIONS(1179), + [anon_sym_Pib] = ACTIONS(1179), + [anon_sym_PIb] = ACTIONS(1179), + [anon_sym_PIB] = ACTIONS(1179), + [anon_sym_eib] = ACTIONS(1179), + [anon_sym_eiB] = ACTIONS(1179), + [anon_sym_eIB] = ACTIONS(1179), + [anon_sym_eIb] = ACTIONS(1179), + [anon_sym_Eib] = ACTIONS(1179), + [anon_sym_EIb] = ACTIONS(1179), + [anon_sym_EIB] = ACTIONS(1179), [anon_sym_POUND] = ACTIONS(105), }, - [368] = { - [sym_comment] = STATE(368), - [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_POUND] = ACTIONS(3), - }, - [369] = { - [sym_comment] = STATE(369), - [sym_identifier] = ACTIONS(115), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(117), - [anon_sym_DOLLAR] = ACTIONS(117), + [374] = { + [sym_comment] = STATE(374), + [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_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_RBRACE] = 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_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(117), + [anon_sym_SLASH_SLASH] = ACTIONS(115), [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_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(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_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(1122), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -122973,136 +124183,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIb] = ACTIONS(115), [anon_sym_EIB] = ACTIONS(115), [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(3), - }, - [370] = { - [sym_comment] = STATE(370), - [sym_identifier] = ACTIONS(139), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DOT_DOT_DOT] = ACTIONS(141), - [anon_sym_DASH_DASH] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(139), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_POUND] = ACTIONS(105), }, - [371] = { - [sym_comment] = STATE(371), - [ts_builtin_sym_end] = ACTIONS(117), + [375] = { + [sym_comment] = STATE(375), [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), @@ -123127,8 +124223,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(115), [anon_sym_xor] = ACTIONS(115), [anon_sym_or] = ACTIONS(115), - [aux_sym__immediate_decimal_token1] = ACTIONS(1165), - [aux_sym__immediate_decimal_token2] = ACTIONS(1167), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -123206,252 +124300,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [372] = { - [sym_comment] = STATE(372), - [sym_identifier] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), + [376] = { + [sym_comment] = STATE(376), + [sym_identifier] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), [anon_sym_POUND] = ACTIONS(3), }, - [373] = { - [sym_comment] = STATE(373), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_COLON] = ACTIONS(139), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_QMARK2] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), + [377] = { + [sym_comment] = STATE(377), + [sym_identifier] = ACTIONS(165), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_PIPE] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DOT_DOT_DOT] = ACTIONS(167), + [anon_sym_DASH_DASH] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(165), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), }, - [374] = { - [sym_comment] = STATE(374), - [ts_builtin_sym_end] = ACTIONS(109), + [378] = { + [sym_comment] = STATE(378), [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), @@ -123478,8 +124572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token1] = ACTIONS(1169), - [aux_sym__immediate_decimal_token2] = ACTIONS(1171), + [aux_sym__immediate_decimal_token2] = ACTIONS(1069), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -123560,275 +124653,277 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [375] = { - [sym_comment] = STATE(375), - [sym_identifier] = ACTIONS(162), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_PIPE] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DOT_DOT_DOT] = ACTIONS(164), - [anon_sym_DASH_DASH] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(162), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), + [379] = { + [sym_comment] = STATE(379), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_COLON] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_QMARK2] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), }, - [376] = { - [sym_comment] = STATE(376), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym_EQ_GT] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1173), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), + [380] = { + [sym_comment] = STATE(380), + [sym_identifier] = ACTIONS(148), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DOT_DOT_DOT] = ACTIONS(150), + [anon_sym_DASH_DASH] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [377] = { - [sym_comment] = STATE(377), - [ts_builtin_sym_end] = ACTIONS(117), - [anon_sym_SEMI] = ACTIONS(115), - [anon_sym_LF] = ACTIONS(117), - [anon_sym_PIPE] = ACTIONS(115), + [381] = { + [sym_comment] = STATE(381), + [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(117), + [anon_sym_DOT2] = ACTIONS(115), [anon_sym_STAR] = ACTIONS(115), - [anon_sym_STAR_STAR] = ACTIONS(115), - [anon_sym_PLUS_PLUS] = 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(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(115), - [anon_sym_BANG_EQ] = 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(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_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(1167), [anon_sym_ns] = ACTIONS(115), [anon_sym_s] = ACTIONS(115), [anon_sym_us] = ACTIONS(115), @@ -123907,822 +125002,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIb] = ACTIONS(115), [anon_sym_EIB] = ACTIONS(115), [aux_sym_unquoted_token6] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(105), - }, - [378] = { - [sym_comment] = STATE(378), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1175), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(1177), - [anon_sym_POUND] = ACTIONS(105), - }, - [379] = { - [sym_comment] = STATE(379), - [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(1171), - [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), - }, - [380] = { - [sym_comment] = STATE(380), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_RPAREN] = ACTIONS(162), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_RBRACE] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [381] = { - [sym_comment] = STATE(381), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1179), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_POUND] = ACTIONS(3), }, [382] = { [sym_comment] = STATE(382), - [ts_builtin_sym_end] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1181), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1184), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [aux_sym_unquoted_token6] = ACTIONS(145), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_COLON] = ACTIONS(148), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_QMARK2] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, [383] = { [sym_comment] = STATE(383), - [sym_identifier] = ACTIONS(189), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [anon_sym_DASH_DASH] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [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(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(1007), - [anon_sym_POUND] = ACTIONS(3), - }, - [384] = { - [sym_comment] = STATE(384), - [ts_builtin_sym_end] = ACTIONS(147), - [anon_sym_SEMI] = ACTIONS(145), - [anon_sym_LF] = ACTIONS(147), - [anon_sym_PIPE] = ACTIONS(145), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_in] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1186), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_QMARK2] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(145), - [anon_sym_PLUS_PLUS] = ACTIONS(145), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(145), - [anon_sym_SLASH_SLASH] = ACTIONS(145), - [anon_sym_PLUS] = ACTIONS(145), - [anon_sym_bit_DASHshl] = ACTIONS(145), - [anon_sym_bit_DASHshr] = ACTIONS(145), - [anon_sym_EQ_EQ] = ACTIONS(145), - [anon_sym_BANG_EQ] = ACTIONS(145), - [anon_sym_LT2] = ACTIONS(145), - [anon_sym_LT_EQ] = ACTIONS(145), - [anon_sym_GT_EQ] = ACTIONS(145), - [anon_sym_not_DASHin] = ACTIONS(145), - [anon_sym_starts_DASHwith] = ACTIONS(145), - [anon_sym_ends_DASHwith] = ACTIONS(145), - [anon_sym_EQ_TILDE] = ACTIONS(145), - [anon_sym_BANG_TILDE] = ACTIONS(145), - [anon_sym_bit_DASHand] = ACTIONS(145), - [anon_sym_bit_DASHxor] = ACTIONS(145), - [anon_sym_bit_DASHor] = ACTIONS(145), - [anon_sym_and] = ACTIONS(145), - [anon_sym_xor] = ACTIONS(145), - [anon_sym_or] = ACTIONS(145), - [aux_sym__immediate_decimal_token2] = ACTIONS(1189), - [anon_sym_ns] = ACTIONS(145), - [anon_sym_s] = ACTIONS(145), - [anon_sym_us] = ACTIONS(145), - [anon_sym_ms] = ACTIONS(145), - [anon_sym_sec] = ACTIONS(145), - [anon_sym_min] = ACTIONS(145), - [anon_sym_hr] = ACTIONS(145), - [anon_sym_day] = ACTIONS(145), - [anon_sym_wk] = ACTIONS(145), - [anon_sym_b] = ACTIONS(145), - [anon_sym_B] = ACTIONS(145), - [anon_sym_kb] = ACTIONS(145), - [anon_sym_kB] = ACTIONS(145), - [anon_sym_Kb] = ACTIONS(145), - [anon_sym_KB] = ACTIONS(145), - [anon_sym_mb] = ACTIONS(145), - [anon_sym_mB] = ACTIONS(145), - [anon_sym_Mb] = ACTIONS(145), - [anon_sym_MB] = ACTIONS(145), - [anon_sym_gb] = ACTIONS(145), - [anon_sym_gB] = ACTIONS(145), - [anon_sym_Gb] = ACTIONS(145), - [anon_sym_GB] = ACTIONS(145), - [anon_sym_tb] = ACTIONS(145), - [anon_sym_tB] = ACTIONS(145), - [anon_sym_Tb] = ACTIONS(145), - [anon_sym_TB] = ACTIONS(145), - [anon_sym_pb] = ACTIONS(145), - [anon_sym_pB] = ACTIONS(145), - [anon_sym_Pb] = ACTIONS(145), - [anon_sym_PB] = ACTIONS(145), - [anon_sym_eb] = ACTIONS(145), - [anon_sym_eB] = ACTIONS(145), - [anon_sym_Eb] = ACTIONS(145), - [anon_sym_EB] = ACTIONS(145), - [anon_sym_kib] = ACTIONS(145), - [anon_sym_kiB] = ACTIONS(145), - [anon_sym_kIB] = ACTIONS(145), - [anon_sym_kIb] = ACTIONS(145), - [anon_sym_Kib] = ACTIONS(145), - [anon_sym_KIb] = ACTIONS(145), - [anon_sym_KIB] = ACTIONS(145), - [anon_sym_mib] = ACTIONS(145), - [anon_sym_miB] = ACTIONS(145), - [anon_sym_mIB] = ACTIONS(145), - [anon_sym_mIb] = ACTIONS(145), - [anon_sym_Mib] = ACTIONS(145), - [anon_sym_MIb] = ACTIONS(145), - [anon_sym_MIB] = ACTIONS(145), - [anon_sym_gib] = ACTIONS(145), - [anon_sym_giB] = ACTIONS(145), - [anon_sym_gIB] = ACTIONS(145), - [anon_sym_gIb] = ACTIONS(145), - [anon_sym_Gib] = ACTIONS(145), - [anon_sym_GIb] = ACTIONS(145), - [anon_sym_GIB] = ACTIONS(145), - [anon_sym_tib] = ACTIONS(145), - [anon_sym_tiB] = ACTIONS(145), - [anon_sym_tIB] = ACTIONS(145), - [anon_sym_tIb] = ACTIONS(145), - [anon_sym_Tib] = ACTIONS(145), - [anon_sym_TIb] = ACTIONS(145), - [anon_sym_TIB] = ACTIONS(145), - [anon_sym_pib] = ACTIONS(145), - [anon_sym_piB] = ACTIONS(145), - [anon_sym_pIB] = ACTIONS(145), - [anon_sym_pIb] = ACTIONS(145), - [anon_sym_Pib] = ACTIONS(145), - [anon_sym_PIb] = ACTIONS(145), - [anon_sym_PIB] = ACTIONS(145), - [anon_sym_eib] = ACTIONS(145), - [anon_sym_eiB] = ACTIONS(145), - [anon_sym_eIB] = ACTIONS(145), - [anon_sym_eIb] = ACTIONS(145), - [anon_sym_Eib] = ACTIONS(145), - [anon_sym_EIb] = ACTIONS(145), - [anon_sym_EIB] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(105), - }, - [385] = { - [sym_comment] = STATE(385), [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), @@ -124757,7 +125157,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1159), + [aux_sym__immediate_decimal_token1] = ACTIONS(1181), + [aux_sym__immediate_decimal_token2] = ACTIONS(1183), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -124837,8 +125238,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(3), }, - [386] = { - [sym_comment] = STATE(386), + [384] = { + [sym_comment] = STATE(384), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -124846,8 +125247,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(107), [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(1191), + [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), @@ -124872,7 +125274,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1171), + [aux_sym__immediate_decimal_token1] = ACTIONS(1185), + [aux_sym__immediate_decimal_token2] = ACTIONS(1187), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -124950,19 +125353,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [387] = { - [sym_comment] = STATE(387), - [ts_builtin_sym_end] = ACTIONS(109), + [385] = { + [sym_comment] = STATE(385), + [sym_identifier] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1024), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), + [anon_sym_POUND] = ACTIONS(3), + }, + [386] = { + [sym_comment] = STATE(386), [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_DOT2] = ACTIONS(1194), + [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), @@ -124989,7 +125510,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1163), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -125069,472 +125589,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [388] = { - [sym_comment] = STATE(388), - [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(1155), - [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), - }, - [389] = { - [sym_comment] = STATE(389), - [anon_sym_COLON] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_GT] = ACTIONS(115), - [anon_sym_DASH] = ACTIONS(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = 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(1151), - [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_POUND] = ACTIONS(3), - }, - [390] = { - [sym_comment] = STATE(390), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_QMARK2] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [aux_sym__immediate_decimal_token2] = ACTIONS(1197), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [391] = { - [sym_comment] = STATE(391), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_RPAREN] = ACTIONS(139), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [387] = { + [sym_comment] = STATE(387), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_COLON] = ACTIONS(171), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1189), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_QMARK2] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, - [392] = { - [sym_comment] = STATE(392), + [388] = { + [sym_comment] = STATE(388), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -125544,7 +125717,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -125569,7 +125741,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [aux_sym__immediate_decimal_token2] = ACTIONS(1163), + [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), @@ -125647,157 +125820,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [393] = { - [sym_comment] = STATE(393), - [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), - }, - [394] = { - [sym_comment] = STATE(394), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), + [389] = { + [sym_comment] = STATE(389), + [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_RBRACE] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(107), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = 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(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(107), - [anon_sym_BANG_EQ] = 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(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_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), @@ -125879,10 +125938,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIb] = ACTIONS(107), [anon_sym_EIB] = ACTIONS(107), [aux_sym_unquoted_token6] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), + }, + [390] = { + [sym_comment] = STATE(390), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_COLON] = ACTIONS(165), + [anon_sym_RPAREN] = ACTIONS(165), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_QMARK2] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(105), }, - [395] = { - [sym_comment] = STATE(395), + [391] = { + [sym_comment] = STATE(391), [anon_sym_COLON] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_GT] = ACTIONS(115), @@ -125917,6 +126093,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), + [aux_sym__immediate_decimal_token1] = ACTIONS(1195), + [aux_sym__immediate_decimal_token2] = ACTIONS(1197), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -125996,353 +126174,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(117), [anon_sym_POUND] = ACTIONS(3), }, - [396] = { - [sym_comment] = STATE(396), - [ts_builtin_sym_end] = ACTIONS(164), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [397] = { - [sym_comment] = STATE(397), - [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(1199), - [aux_sym__immediate_decimal_token2] = ACTIONS(1201), - [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_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), - [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), + [392] = { + [sym_comment] = STATE(392), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1199), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1201), [anon_sym_POUND] = ACTIONS(105), }, - [399] = { - [sym_comment] = STATE(399), + [393] = { + [sym_comment] = STATE(393), [anon_sym_COLON] = ACTIONS(109), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), @@ -126377,6 +126326,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(1183), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -126456,130 +126406,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(3), }, - [400] = { - [sym_comment] = STATE(400), - [anon_sym_COLON] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym_EQ_GT] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_POUND] = ACTIONS(3), - }, - [401] = { - [sym_comment] = STATE(401), - [ts_builtin_sym_end] = ACTIONS(117), + [394] = { + [sym_comment] = STATE(394), [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), @@ -126686,705 +126522,828 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(105), }, - [402] = { - [sym_comment] = STATE(402), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_QMARK2] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(105), - }, - [403] = { - [sym_comment] = STATE(403), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_QMARK2] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(105), + [395] = { + [sym_comment] = STATE(395), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_EQ_GT] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1203), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_POUND] = ACTIONS(3), }, - [404] = { - [sym_comment] = STATE(404), - [ts_builtin_sym_end] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(139), - [anon_sym_LF] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(139), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_in] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(139), - [anon_sym_PLUS_PLUS] = ACTIONS(139), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(139), - [anon_sym_SLASH_SLASH] = ACTIONS(139), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(139), - [anon_sym_bit_DASHshr] = ACTIONS(139), - [anon_sym_EQ_EQ] = ACTIONS(139), - [anon_sym_BANG_EQ] = ACTIONS(139), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(139), - [anon_sym_GT_EQ] = ACTIONS(139), - [anon_sym_not_DASHin] = ACTIONS(139), - [anon_sym_starts_DASHwith] = ACTIONS(139), - [anon_sym_ends_DASHwith] = ACTIONS(139), - [anon_sym_EQ_TILDE] = ACTIONS(139), - [anon_sym_BANG_TILDE] = ACTIONS(139), - [anon_sym_bit_DASHand] = ACTIONS(139), - [anon_sym_bit_DASHxor] = ACTIONS(139), - [anon_sym_bit_DASHor] = ACTIONS(139), - [anon_sym_and] = ACTIONS(139), - [anon_sym_xor] = ACTIONS(139), - [anon_sym_or] = ACTIONS(139), - [anon_sym_ns] = ACTIONS(139), - [anon_sym_s] = ACTIONS(139), - [anon_sym_us] = ACTIONS(139), - [anon_sym_ms] = ACTIONS(139), - [anon_sym_sec] = ACTIONS(139), - [anon_sym_min] = ACTIONS(139), - [anon_sym_hr] = ACTIONS(139), - [anon_sym_day] = ACTIONS(139), - [anon_sym_wk] = ACTIONS(139), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(139), - [anon_sym_kb] = ACTIONS(139), - [anon_sym_kB] = ACTIONS(139), - [anon_sym_Kb] = ACTIONS(139), - [anon_sym_KB] = ACTIONS(139), - [anon_sym_mb] = ACTIONS(139), - [anon_sym_mB] = ACTIONS(139), - [anon_sym_Mb] = ACTIONS(139), - [anon_sym_MB] = ACTIONS(139), - [anon_sym_gb] = ACTIONS(139), - [anon_sym_gB] = ACTIONS(139), - [anon_sym_Gb] = ACTIONS(139), - [anon_sym_GB] = ACTIONS(139), - [anon_sym_tb] = ACTIONS(139), - [anon_sym_tB] = ACTIONS(139), - [anon_sym_Tb] = ACTIONS(139), - [anon_sym_TB] = ACTIONS(139), - [anon_sym_pb] = ACTIONS(139), - [anon_sym_pB] = ACTIONS(139), - [anon_sym_Pb] = ACTIONS(139), - [anon_sym_PB] = ACTIONS(139), - [anon_sym_eb] = ACTIONS(139), - [anon_sym_eB] = ACTIONS(139), - [anon_sym_Eb] = ACTIONS(139), - [anon_sym_EB] = ACTIONS(139), - [anon_sym_kib] = ACTIONS(139), - [anon_sym_kiB] = ACTIONS(139), - [anon_sym_kIB] = ACTIONS(139), - [anon_sym_kIb] = ACTIONS(139), - [anon_sym_Kib] = ACTIONS(139), - [anon_sym_KIb] = ACTIONS(139), - [anon_sym_KIB] = ACTIONS(139), - [anon_sym_mib] = ACTIONS(139), - [anon_sym_miB] = ACTIONS(139), - [anon_sym_mIB] = ACTIONS(139), - [anon_sym_mIb] = ACTIONS(139), - [anon_sym_Mib] = ACTIONS(139), - [anon_sym_MIb] = ACTIONS(139), - [anon_sym_MIB] = ACTIONS(139), - [anon_sym_gib] = ACTIONS(139), - [anon_sym_giB] = ACTIONS(139), - [anon_sym_gIB] = ACTIONS(139), - [anon_sym_gIb] = ACTIONS(139), - [anon_sym_Gib] = ACTIONS(139), - [anon_sym_GIb] = ACTIONS(139), - [anon_sym_GIB] = ACTIONS(139), - [anon_sym_tib] = ACTIONS(139), - [anon_sym_tiB] = ACTIONS(139), - [anon_sym_tIB] = ACTIONS(139), - [anon_sym_tIb] = ACTIONS(139), - [anon_sym_Tib] = ACTIONS(139), - [anon_sym_TIb] = ACTIONS(139), - [anon_sym_TIB] = ACTIONS(139), - [anon_sym_pib] = ACTIONS(139), - [anon_sym_piB] = ACTIONS(139), - [anon_sym_pIB] = ACTIONS(139), - [anon_sym_pIb] = ACTIONS(139), - [anon_sym_Pib] = ACTIONS(139), - [anon_sym_PIb] = ACTIONS(139), - [anon_sym_PIB] = ACTIONS(139), - [anon_sym_eib] = ACTIONS(139), - [anon_sym_eiB] = ACTIONS(139), - [anon_sym_eIB] = ACTIONS(139), - [anon_sym_eIb] = ACTIONS(139), - [anon_sym_Eib] = ACTIONS(139), - [anon_sym_EIb] = ACTIONS(139), - [anon_sym_EIB] = ACTIONS(139), - [aux_sym_unquoted_token6] = ACTIONS(139), + [396] = { + [sym_comment] = STATE(396), + [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(1141), + [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), }, - [405] = { - [sym_comment] = STATE(405), - [anon_sym_COMMA] = ACTIONS(109), + [397] = { + [sym_comment] = STATE(397), + [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(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), + [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(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), + [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(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), [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_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(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(1203), - [aux_sym__immediate_decimal_token2] = ACTIONS(1205), - [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_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(1187), + [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(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_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), }, - [406] = { - [sym_comment] = STATE(406), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1207), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(1209), + [398] = { + [sym_comment] = STATE(398), + [ts_builtin_sym_end] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1205), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1208), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(105), }, - [407] = { - [sym_comment] = STATE(407), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(1177), + [399] = { + [sym_comment] = STATE(399), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_QMARK2] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1210), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [408] = { - [sym_comment] = STATE(408), - [ts_builtin_sym_end] = ACTIONS(109), + [400] = { + [sym_comment] = STATE(400), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_RPAREN] = ACTIONS(148), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [401] = { + [sym_comment] = STATE(401), + [sym_identifier] = ACTIONS(171), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DOT_DOT_DOT] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1026), + [anon_sym_POUND] = ACTIONS(3), + }, + [402] = { + [sym_comment] = STATE(402), [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), @@ -127491,468 +127450,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [409] = { - [sym_comment] = STATE(409), - [ts_builtin_sym_end] = ACTIONS(164), - [anon_sym_SEMI] = ACTIONS(162), - [anon_sym_LF] = ACTIONS(164), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_in] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_QMARK2] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(162), - [anon_sym_PLUS_PLUS] = ACTIONS(162), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(162), - [anon_sym_SLASH_SLASH] = ACTIONS(162), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(162), - [anon_sym_bit_DASHshr] = ACTIONS(162), - [anon_sym_EQ_EQ] = ACTIONS(162), - [anon_sym_BANG_EQ] = ACTIONS(162), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(162), - [anon_sym_GT_EQ] = ACTIONS(162), - [anon_sym_not_DASHin] = ACTIONS(162), - [anon_sym_starts_DASHwith] = ACTIONS(162), - [anon_sym_ends_DASHwith] = ACTIONS(162), - [anon_sym_EQ_TILDE] = ACTIONS(162), - [anon_sym_BANG_TILDE] = ACTIONS(162), - [anon_sym_bit_DASHand] = ACTIONS(162), - [anon_sym_bit_DASHxor] = ACTIONS(162), - [anon_sym_bit_DASHor] = ACTIONS(162), - [anon_sym_and] = ACTIONS(162), - [anon_sym_xor] = ACTIONS(162), - [anon_sym_or] = ACTIONS(162), - [anon_sym_ns] = ACTIONS(162), - [anon_sym_s] = ACTIONS(162), - [anon_sym_us] = ACTIONS(162), - [anon_sym_ms] = ACTIONS(162), - [anon_sym_sec] = ACTIONS(162), - [anon_sym_min] = ACTIONS(162), - [anon_sym_hr] = ACTIONS(162), - [anon_sym_day] = ACTIONS(162), - [anon_sym_wk] = ACTIONS(162), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(162), - [anon_sym_kb] = ACTIONS(162), - [anon_sym_kB] = ACTIONS(162), - [anon_sym_Kb] = ACTIONS(162), - [anon_sym_KB] = ACTIONS(162), - [anon_sym_mb] = ACTIONS(162), - [anon_sym_mB] = ACTIONS(162), - [anon_sym_Mb] = ACTIONS(162), - [anon_sym_MB] = ACTIONS(162), - [anon_sym_gb] = ACTIONS(162), - [anon_sym_gB] = ACTIONS(162), - [anon_sym_Gb] = ACTIONS(162), - [anon_sym_GB] = ACTIONS(162), - [anon_sym_tb] = ACTIONS(162), - [anon_sym_tB] = ACTIONS(162), - [anon_sym_Tb] = ACTIONS(162), - [anon_sym_TB] = ACTIONS(162), - [anon_sym_pb] = ACTIONS(162), - [anon_sym_pB] = ACTIONS(162), - [anon_sym_Pb] = ACTIONS(162), - [anon_sym_PB] = ACTIONS(162), - [anon_sym_eb] = ACTIONS(162), - [anon_sym_eB] = ACTIONS(162), - [anon_sym_Eb] = ACTIONS(162), - [anon_sym_EB] = ACTIONS(162), - [anon_sym_kib] = ACTIONS(162), - [anon_sym_kiB] = ACTIONS(162), - [anon_sym_kIB] = ACTIONS(162), - [anon_sym_kIb] = ACTIONS(162), - [anon_sym_Kib] = ACTIONS(162), - [anon_sym_KIb] = ACTIONS(162), - [anon_sym_KIB] = ACTIONS(162), - [anon_sym_mib] = ACTIONS(162), - [anon_sym_miB] = ACTIONS(162), - [anon_sym_mIB] = ACTIONS(162), - [anon_sym_mIb] = ACTIONS(162), - [anon_sym_Mib] = ACTIONS(162), - [anon_sym_MIb] = ACTIONS(162), - [anon_sym_MIB] = ACTIONS(162), - [anon_sym_gib] = ACTIONS(162), - [anon_sym_giB] = ACTIONS(162), - [anon_sym_gIB] = ACTIONS(162), - [anon_sym_gIb] = ACTIONS(162), - [anon_sym_Gib] = ACTIONS(162), - [anon_sym_GIb] = ACTIONS(162), - [anon_sym_GIB] = ACTIONS(162), - [anon_sym_tib] = ACTIONS(162), - [anon_sym_tiB] = ACTIONS(162), - [anon_sym_tIB] = ACTIONS(162), - [anon_sym_tIb] = ACTIONS(162), - [anon_sym_Tib] = ACTIONS(162), - [anon_sym_TIb] = ACTIONS(162), - [anon_sym_TIB] = ACTIONS(162), - [anon_sym_pib] = ACTIONS(162), - [anon_sym_piB] = ACTIONS(162), - [anon_sym_pIB] = ACTIONS(162), - [anon_sym_pIb] = ACTIONS(162), - [anon_sym_Pib] = ACTIONS(162), - [anon_sym_PIb] = ACTIONS(162), - [anon_sym_PIB] = ACTIONS(162), - [anon_sym_eib] = ACTIONS(162), - [anon_sym_eiB] = ACTIONS(162), - [anon_sym_eIB] = ACTIONS(162), - [anon_sym_eIb] = ACTIONS(162), - [anon_sym_Eib] = ACTIONS(162), - [anon_sym_EIb] = ACTIONS(162), - [anon_sym_EIB] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(105), - }, - [410] = { - [sym_comment] = STATE(410), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_RBRACE] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1211), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(105), - }, - [411] = { - [sym_comment] = STATE(411), - [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_POUND] = ACTIONS(105), - }, - [412] = { - [sym_comment] = STATE(412), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_QMARK2] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(105), - }, - [413] = { - [sym_comment] = STATE(413), + [403] = { + [sym_comment] = STATE(403), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -127960,7 +127459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(107), [anon_sym_in] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(1212), [anon_sym_STAR] = ACTIONS(107), [anon_sym_QMARK2] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(107), @@ -127987,6 +127486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), + [aux_sym__immediate_decimal_token2] = ACTIONS(1187), [anon_sym_ns] = ACTIONS(107), [anon_sym_s] = ACTIONS(107), [anon_sym_us] = ACTIONS(107), @@ -128066,355 +127566,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [414] = { - [sym_comment] = STATE(414), - [anon_sym_COLON] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_in] = ACTIONS(164), - [anon_sym_LBRACE] = ACTIONS(164), - [anon_sym_RBRACE] = ACTIONS(164), - [anon_sym_EQ_GT] = ACTIONS(164), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(164), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(164), - [anon_sym_xor] = ACTIONS(164), - [anon_sym_or] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [anon_sym_POUND] = ACTIONS(3), - }, - [415] = { - [sym_comment] = STATE(415), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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), + [404] = { + [sym_comment] = STATE(404), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [aux_sym__immediate_decimal_token2] = ACTIONS(1215), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(105), }, - [416] = { - [sym_comment] = STATE(416), - [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(1217), - [aux_sym__immediate_decimal_token2] = ACTIONS(1219), - [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_POUND] = ACTIONS(3), - }, - [417] = { - [sym_comment] = STATE(417), + [405] = { + [sym_comment] = STATE(405), + [anon_sym_COLON] = ACTIONS(117), + [anon_sym_COMMA] = ACTIONS(117), [anon_sym_GT] = ACTIONS(115), [anon_sym_DASH] = ACTIONS(117), [anon_sym_in] = ACTIONS(117), [anon_sym_LBRACE] = 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), @@ -128441,8 +127718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [aux_sym__immediate_decimal_token2] = ACTIONS(1197), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -128520,581 +127796,590 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [418] = { - [sym_comment] = STATE(418), - [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_POUND] = ACTIONS(3), }, - [419] = { - [sym_comment] = STATE(419), - [ts_builtin_sym_end] = ACTIONS(191), - [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LF] = ACTIONS(191), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_in] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(189), - [anon_sym_PLUS_PLUS] = ACTIONS(189), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(189), - [anon_sym_SLASH_SLASH] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(189), - [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(189), - [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(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(1209), + [406] = { + [sym_comment] = STATE(406), + [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(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), + [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(105), }, - [420] = { - [sym_comment] = STATE(420), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_EQ_GT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(1225), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(1228), - [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(145), - [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), - }, - [421] = { - [sym_comment] = STATE(421), + [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(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), + [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(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), + [anon_sym_STAR_STAR] = ACTIONS(115), + [anon_sym_PLUS_PLUS] = ACTIONS(115), [anon_sym_SLASH] = ACTIONS(115), - [anon_sym_mod] = ACTIONS(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), + [anon_sym_mod] = ACTIONS(115), + [anon_sym_SLASH_SLASH] = ACTIONS(115), [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_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(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(1230), - [aux_sym__immediate_decimal_token2] = ACTIONS(1232), - [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_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(1145), + [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(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_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_POUND] = ACTIONS(105), }, - [422] = { - [sym_comment] = STATE(422), - [anon_sym_COMMA] = ACTIONS(109), + [408] = { + [sym_comment] = STATE(408), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_RPAREN] = ACTIONS(165), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_RBRACE] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), + }, + [409] = { + [sym_comment] = STATE(409), + [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(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(1234), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_DOT2] = ACTIONS(1217), [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), [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_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(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(1159), - [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_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(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_POUND] = ACTIONS(3), + [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), }, - [423] = { - [sym_comment] = STATE(423), + [410] = { + [sym_comment] = STATE(410), + [ts_builtin_sym_end] = ACTIONS(129), + [anon_sym_SEMI] = ACTIONS(127), + [anon_sym_LF] = ACTIONS(129), + [anon_sym_PIPE] = ACTIONS(127), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_in] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1220), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_QMARK2] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(127), + [anon_sym_PLUS_PLUS] = ACTIONS(127), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(127), + [anon_sym_SLASH_SLASH] = ACTIONS(127), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(127), + [anon_sym_bit_DASHshr] = ACTIONS(127), + [anon_sym_EQ_EQ] = ACTIONS(127), + [anon_sym_BANG_EQ] = ACTIONS(127), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(127), + [anon_sym_GT_EQ] = ACTIONS(127), + [anon_sym_not_DASHin] = ACTIONS(127), + [anon_sym_starts_DASHwith] = ACTIONS(127), + [anon_sym_ends_DASHwith] = ACTIONS(127), + [anon_sym_EQ_TILDE] = ACTIONS(127), + [anon_sym_BANG_TILDE] = ACTIONS(127), + [anon_sym_bit_DASHand] = ACTIONS(127), + [anon_sym_bit_DASHxor] = ACTIONS(127), + [anon_sym_bit_DASHor] = ACTIONS(127), + [anon_sym_and] = ACTIONS(127), + [anon_sym_xor] = ACTIONS(127), + [anon_sym_or] = ACTIONS(127), + [aux_sym__immediate_decimal_token2] = ACTIONS(1223), + [anon_sym_ns] = ACTIONS(127), + [anon_sym_s] = ACTIONS(127), + [anon_sym_us] = ACTIONS(127), + [anon_sym_ms] = ACTIONS(127), + [anon_sym_sec] = ACTIONS(127), + [anon_sym_min] = ACTIONS(127), + [anon_sym_hr] = ACTIONS(127), + [anon_sym_day] = ACTIONS(127), + [anon_sym_wk] = ACTIONS(127), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(105), + }, + [411] = { + [sym_comment] = STATE(411), [anon_sym_COMMA] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(109), @@ -129126,7 +128411,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1205), + [aux_sym__immediate_decimal_token1] = ACTIONS(1225), + [aux_sym__immediate_decimal_token2] = ACTIONS(1227), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -129207,11 +128493,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [424] = { - [sym_comment] = STATE(424), + [412] = { + [sym_comment] = STATE(412), + [anon_sym_COLON] = ACTIONS(109), + [anon_sym_COMMA] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(109), [anon_sym_in] = ACTIONS(109), + [anon_sym_LBRACE] = ACTIONS(109), + [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_EQ_GT] = ACTIONS(109), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_STAR] = ACTIONS(107), @@ -129239,8 +128529,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token1] = ACTIONS(1237), - [aux_sym__immediate_decimal_token2] = ACTIONS(1239), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -129318,698 +128606,2311 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [425] = { - [sym_comment] = STATE(425), - [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(1079), - [anon_sym_s] = ACTIONS(1079), - [anon_sym_us] = ACTIONS(1079), - [anon_sym_ms] = ACTIONS(1079), - [anon_sym_sec] = ACTIONS(1079), - [anon_sym_min] = ACTIONS(1079), - [anon_sym_hr] = ACTIONS(1079), - [anon_sym_day] = ACTIONS(1079), - [anon_sym_wk] = ACTIONS(1079), - [anon_sym_b] = ACTIONS(1081), - [anon_sym_B] = ACTIONS(1081), - [anon_sym_kb] = ACTIONS(1081), - [anon_sym_kB] = ACTIONS(1081), - [anon_sym_Kb] = ACTIONS(1081), - [anon_sym_KB] = ACTIONS(1081), - [anon_sym_mb] = ACTIONS(1081), - [anon_sym_mB] = ACTIONS(1081), - [anon_sym_Mb] = ACTIONS(1081), - [anon_sym_MB] = ACTIONS(1081), - [anon_sym_gb] = ACTIONS(1081), - [anon_sym_gB] = ACTIONS(1081), - [anon_sym_Gb] = ACTIONS(1081), - [anon_sym_GB] = ACTIONS(1081), - [anon_sym_tb] = ACTIONS(1081), - [anon_sym_tB] = ACTIONS(1081), - [anon_sym_Tb] = ACTIONS(1081), - [anon_sym_TB] = ACTIONS(1081), - [anon_sym_pb] = ACTIONS(1081), - [anon_sym_pB] = ACTIONS(1081), - [anon_sym_Pb] = ACTIONS(1081), - [anon_sym_PB] = ACTIONS(1081), - [anon_sym_eb] = ACTIONS(1081), - [anon_sym_eB] = ACTIONS(1081), - [anon_sym_Eb] = ACTIONS(1081), - [anon_sym_EB] = ACTIONS(1081), - [anon_sym_kib] = ACTIONS(1081), - [anon_sym_kiB] = ACTIONS(1081), - [anon_sym_kIB] = ACTIONS(1081), - [anon_sym_kIb] = ACTIONS(1081), - [anon_sym_Kib] = ACTIONS(1081), - [anon_sym_KIb] = ACTIONS(1081), - [anon_sym_KIB] = ACTIONS(1081), - [anon_sym_mib] = ACTIONS(1081), - [anon_sym_miB] = ACTIONS(1081), - [anon_sym_mIB] = ACTIONS(1081), - [anon_sym_mIb] = ACTIONS(1081), - [anon_sym_Mib] = ACTIONS(1081), - [anon_sym_MIb] = ACTIONS(1081), - [anon_sym_MIB] = ACTIONS(1081), - [anon_sym_gib] = ACTIONS(1081), - [anon_sym_giB] = ACTIONS(1081), - [anon_sym_gIB] = ACTIONS(1081), - [anon_sym_gIb] = ACTIONS(1081), - [anon_sym_Gib] = ACTIONS(1081), - [anon_sym_GIb] = ACTIONS(1081), - [anon_sym_GIB] = ACTIONS(1081), - [anon_sym_tib] = ACTIONS(1081), - [anon_sym_tiB] = ACTIONS(1081), - [anon_sym_tIB] = ACTIONS(1081), - [anon_sym_tIb] = ACTIONS(1081), - [anon_sym_Tib] = ACTIONS(1081), - [anon_sym_TIb] = ACTIONS(1081), - [anon_sym_TIB] = ACTIONS(1081), - [anon_sym_pib] = ACTIONS(1081), - [anon_sym_piB] = ACTIONS(1081), - [anon_sym_pIB] = ACTIONS(1081), - [anon_sym_pIb] = ACTIONS(1081), - [anon_sym_Pib] = ACTIONS(1081), - [anon_sym_PIb] = ACTIONS(1081), - [anon_sym_PIB] = ACTIONS(1081), - [anon_sym_eib] = ACTIONS(1081), - [anon_sym_eiB] = ACTIONS(1081), - [anon_sym_eIB] = ACTIONS(1081), - [anon_sym_eIb] = ACTIONS(1081), - [anon_sym_Eib] = ACTIONS(1081), - [anon_sym_EIb] = ACTIONS(1081), - [anon_sym_EIB] = ACTIONS(1081), + [413] = { + [sym_comment] = STATE(413), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_QMARK2] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), [anon_sym_POUND] = ACTIONS(105), }, - [426] = { - [sym_comment] = STATE(426), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1241), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), + [414] = { + [sym_comment] = STATE(414), + [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), }, - [427] = { - [sym_comment] = STATE(427), - [anon_sym_COMMA] = ACTIONS(117), + [415] = { + [sym_comment] = STATE(415), + [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(117), - [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), + [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(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), + [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(117), - [anon_sym_SLASH_SLASH] = ACTIONS(117), + [anon_sym_mod] = ACTIONS(115), + [anon_sym_SLASH_SLASH] = ACTIONS(115), [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_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(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(1201), - [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_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(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), - }, - [428] = { - [sym_comment] = STATE(428), - [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(1243), - [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(1205), - [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(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), + }, + [416] = { + [sym_comment] = STATE(416), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), + }, + [417] = { + [sym_comment] = STATE(417), + [ts_builtin_sym_end] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_QMARK2] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), + }, + [418] = { + [sym_comment] = STATE(418), + [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), + }, + [419] = { + [sym_comment] = STATE(419), + [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(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_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), + }, + [420] = { + [sym_comment] = STATE(420), + [anon_sym_COLON] = ACTIONS(117), + [anon_sym_COMMA] = ACTIONS(117), + [anon_sym_GT] = ACTIONS(115), + [anon_sym_DASH] = ACTIONS(117), + [anon_sym_in] = ACTIONS(117), + [anon_sym_LBRACE] = 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_POUND] = ACTIONS(3), + }, + [421] = { + [sym_comment] = STATE(421), + [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(1229), + [aux_sym__immediate_decimal_token2] = ACTIONS(1231), + [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_POUND] = ACTIONS(3), + }, + [422] = { + [sym_comment] = STATE(422), + [anon_sym_COLON] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(167), + [anon_sym_in] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym_EQ_GT] = ACTIONS(167), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(167), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(167), + [anon_sym_xor] = ACTIONS(167), + [anon_sym_or] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [anon_sym_POUND] = ACTIONS(3), + }, + [423] = { + [sym_comment] = STATE(423), + [anon_sym_COLON] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_EQ_GT] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), [anon_sym_POUND] = ACTIONS(3), }, + [424] = { + [sym_comment] = STATE(424), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), + }, + [425] = { + [sym_comment] = STATE(425), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1237), + [anon_sym_POUND] = ACTIONS(105), + }, + [426] = { + [sym_comment] = STATE(426), + [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_POUND] = ACTIONS(105), + }, + [427] = { + [sym_comment] = STATE(427), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_RPAREN] = ACTIONS(171), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1201), + [anon_sym_POUND] = ACTIONS(105), + }, + [428] = { + [sym_comment] = STATE(428), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_QMARK2] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), + }, [429] = { [sym_comment] = STATE(429), - [anon_sym_COLON] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(167), + [anon_sym_SEMI] = ACTIONS(165), + [anon_sym_LF] = ACTIONS(167), + [anon_sym_PIPE] = ACTIONS(165), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_in] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(165), + [anon_sym_PLUS_PLUS] = ACTIONS(165), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(165), + [anon_sym_SLASH_SLASH] = ACTIONS(165), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(165), + [anon_sym_bit_DASHshr] = ACTIONS(165), + [anon_sym_EQ_EQ] = ACTIONS(165), + [anon_sym_BANG_EQ] = ACTIONS(165), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(165), + [anon_sym_GT_EQ] = ACTIONS(165), + [anon_sym_not_DASHin] = ACTIONS(165), + [anon_sym_starts_DASHwith] = ACTIONS(165), + [anon_sym_ends_DASHwith] = ACTIONS(165), + [anon_sym_EQ_TILDE] = ACTIONS(165), + [anon_sym_BANG_TILDE] = ACTIONS(165), + [anon_sym_bit_DASHand] = ACTIONS(165), + [anon_sym_bit_DASHxor] = ACTIONS(165), + [anon_sym_bit_DASHor] = ACTIONS(165), + [anon_sym_and] = ACTIONS(165), + [anon_sym_xor] = ACTIONS(165), + [anon_sym_or] = ACTIONS(165), + [anon_sym_ns] = ACTIONS(165), + [anon_sym_s] = ACTIONS(165), + [anon_sym_us] = ACTIONS(165), + [anon_sym_ms] = ACTIONS(165), + [anon_sym_sec] = ACTIONS(165), + [anon_sym_min] = ACTIONS(165), + [anon_sym_hr] = ACTIONS(165), + [anon_sym_day] = ACTIONS(165), + [anon_sym_wk] = ACTIONS(165), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(165), + [anon_sym_kb] = ACTIONS(165), + [anon_sym_kB] = ACTIONS(165), + [anon_sym_Kb] = ACTIONS(165), + [anon_sym_KB] = ACTIONS(165), + [anon_sym_mb] = ACTIONS(165), + [anon_sym_mB] = ACTIONS(165), + [anon_sym_Mb] = ACTIONS(165), + [anon_sym_MB] = ACTIONS(165), + [anon_sym_gb] = ACTIONS(165), + [anon_sym_gB] = ACTIONS(165), + [anon_sym_Gb] = ACTIONS(165), + [anon_sym_GB] = ACTIONS(165), + [anon_sym_tb] = ACTIONS(165), + [anon_sym_tB] = ACTIONS(165), + [anon_sym_Tb] = ACTIONS(165), + [anon_sym_TB] = ACTIONS(165), + [anon_sym_pb] = ACTIONS(165), + [anon_sym_pB] = ACTIONS(165), + [anon_sym_Pb] = ACTIONS(165), + [anon_sym_PB] = ACTIONS(165), + [anon_sym_eb] = ACTIONS(165), + [anon_sym_eB] = ACTIONS(165), + [anon_sym_Eb] = ACTIONS(165), + [anon_sym_EB] = ACTIONS(165), + [anon_sym_kib] = ACTIONS(165), + [anon_sym_kiB] = ACTIONS(165), + [anon_sym_kIB] = ACTIONS(165), + [anon_sym_kIb] = ACTIONS(165), + [anon_sym_Kib] = ACTIONS(165), + [anon_sym_KIb] = ACTIONS(165), + [anon_sym_KIB] = ACTIONS(165), + [anon_sym_mib] = ACTIONS(165), + [anon_sym_miB] = ACTIONS(165), + [anon_sym_mIB] = ACTIONS(165), + [anon_sym_mIb] = ACTIONS(165), + [anon_sym_Mib] = ACTIONS(165), + [anon_sym_MIb] = ACTIONS(165), + [anon_sym_MIB] = ACTIONS(165), + [anon_sym_gib] = ACTIONS(165), + [anon_sym_giB] = ACTIONS(165), + [anon_sym_gIB] = ACTIONS(165), + [anon_sym_gIb] = ACTIONS(165), + [anon_sym_Gib] = ACTIONS(165), + [anon_sym_GIb] = ACTIONS(165), + [anon_sym_GIB] = ACTIONS(165), + [anon_sym_tib] = ACTIONS(165), + [anon_sym_tiB] = ACTIONS(165), + [anon_sym_tIB] = ACTIONS(165), + [anon_sym_tIb] = ACTIONS(165), + [anon_sym_Tib] = ACTIONS(165), + [anon_sym_TIb] = ACTIONS(165), + [anon_sym_TIB] = ACTIONS(165), + [anon_sym_pib] = ACTIONS(165), + [anon_sym_piB] = ACTIONS(165), + [anon_sym_pIB] = ACTIONS(165), + [anon_sym_pIb] = ACTIONS(165), + [anon_sym_Pib] = ACTIONS(165), + [anon_sym_PIb] = ACTIONS(165), + [anon_sym_PIB] = ACTIONS(165), + [anon_sym_eib] = ACTIONS(165), + [anon_sym_eiB] = ACTIONS(165), + [anon_sym_eIB] = ACTIONS(165), + [anon_sym_eIb] = ACTIONS(165), + [anon_sym_Eib] = ACTIONS(165), + [anon_sym_EIb] = ACTIONS(165), + [anon_sym_EIB] = ACTIONS(165), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(105), }, [430] = { [sym_comment] = STATE(430), - [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(1246), - [aux_sym__immediate_decimal_token2] = ACTIONS(1248), - [sym_val_nothing] = 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_POUND] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(150), + [anon_sym_SEMI] = ACTIONS(148), + [anon_sym_LF] = ACTIONS(150), + [anon_sym_PIPE] = ACTIONS(148), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_in] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_QMARK2] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(148), + [anon_sym_PLUS_PLUS] = ACTIONS(148), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(148), + [anon_sym_SLASH_SLASH] = ACTIONS(148), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(148), + [anon_sym_bit_DASHshr] = ACTIONS(148), + [anon_sym_EQ_EQ] = ACTIONS(148), + [anon_sym_BANG_EQ] = ACTIONS(148), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(148), + [anon_sym_GT_EQ] = ACTIONS(148), + [anon_sym_not_DASHin] = ACTIONS(148), + [anon_sym_starts_DASHwith] = ACTIONS(148), + [anon_sym_ends_DASHwith] = ACTIONS(148), + [anon_sym_EQ_TILDE] = ACTIONS(148), + [anon_sym_BANG_TILDE] = ACTIONS(148), + [anon_sym_bit_DASHand] = ACTIONS(148), + [anon_sym_bit_DASHxor] = ACTIONS(148), + [anon_sym_bit_DASHor] = ACTIONS(148), + [anon_sym_and] = ACTIONS(148), + [anon_sym_xor] = ACTIONS(148), + [anon_sym_or] = ACTIONS(148), + [anon_sym_ns] = ACTIONS(148), + [anon_sym_s] = ACTIONS(148), + [anon_sym_us] = ACTIONS(148), + [anon_sym_ms] = ACTIONS(148), + [anon_sym_sec] = ACTIONS(148), + [anon_sym_min] = ACTIONS(148), + [anon_sym_hr] = ACTIONS(148), + [anon_sym_day] = ACTIONS(148), + [anon_sym_wk] = ACTIONS(148), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(148), + [anon_sym_kb] = ACTIONS(148), + [anon_sym_kB] = ACTIONS(148), + [anon_sym_Kb] = ACTIONS(148), + [anon_sym_KB] = ACTIONS(148), + [anon_sym_mb] = ACTIONS(148), + [anon_sym_mB] = ACTIONS(148), + [anon_sym_Mb] = ACTIONS(148), + [anon_sym_MB] = ACTIONS(148), + [anon_sym_gb] = ACTIONS(148), + [anon_sym_gB] = ACTIONS(148), + [anon_sym_Gb] = ACTIONS(148), + [anon_sym_GB] = ACTIONS(148), + [anon_sym_tb] = ACTIONS(148), + [anon_sym_tB] = ACTIONS(148), + [anon_sym_Tb] = ACTIONS(148), + [anon_sym_TB] = ACTIONS(148), + [anon_sym_pb] = ACTIONS(148), + [anon_sym_pB] = ACTIONS(148), + [anon_sym_Pb] = ACTIONS(148), + [anon_sym_PB] = ACTIONS(148), + [anon_sym_eb] = ACTIONS(148), + [anon_sym_eB] = ACTIONS(148), + [anon_sym_Eb] = ACTIONS(148), + [anon_sym_EB] = ACTIONS(148), + [anon_sym_kib] = ACTIONS(148), + [anon_sym_kiB] = ACTIONS(148), + [anon_sym_kIB] = ACTIONS(148), + [anon_sym_kIb] = ACTIONS(148), + [anon_sym_Kib] = ACTIONS(148), + [anon_sym_KIb] = ACTIONS(148), + [anon_sym_KIB] = ACTIONS(148), + [anon_sym_mib] = ACTIONS(148), + [anon_sym_miB] = ACTIONS(148), + [anon_sym_mIB] = ACTIONS(148), + [anon_sym_mIb] = ACTIONS(148), + [anon_sym_Mib] = ACTIONS(148), + [anon_sym_MIb] = ACTIONS(148), + [anon_sym_MIB] = ACTIONS(148), + [anon_sym_gib] = ACTIONS(148), + [anon_sym_giB] = ACTIONS(148), + [anon_sym_gIB] = ACTIONS(148), + [anon_sym_gIb] = ACTIONS(148), + [anon_sym_Gib] = ACTIONS(148), + [anon_sym_GIb] = ACTIONS(148), + [anon_sym_GIB] = ACTIONS(148), + [anon_sym_tib] = ACTIONS(148), + [anon_sym_tiB] = ACTIONS(148), + [anon_sym_tIB] = ACTIONS(148), + [anon_sym_tIb] = ACTIONS(148), + [anon_sym_Tib] = ACTIONS(148), + [anon_sym_TIb] = ACTIONS(148), + [anon_sym_TIB] = ACTIONS(148), + [anon_sym_pib] = ACTIONS(148), + [anon_sym_piB] = ACTIONS(148), + [anon_sym_pIB] = ACTIONS(148), + [anon_sym_pIb] = ACTIONS(148), + [anon_sym_Pib] = ACTIONS(148), + [anon_sym_PIb] = ACTIONS(148), + [anon_sym_PIB] = ACTIONS(148), + [anon_sym_eib] = ACTIONS(148), + [anon_sym_eiB] = ACTIONS(148), + [anon_sym_eIB] = ACTIONS(148), + [anon_sym_eIb] = ACTIONS(148), + [anon_sym_Eib] = ACTIONS(148), + [anon_sym_EIb] = ACTIONS(148), + [anon_sym_EIB] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(105), }, [431] = { [sym_comment] = STATE(431), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_in] = ACTIONS(129), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym_EQ_GT] = ACTIONS(129), + [anon_sym_DOT2] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1244), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [anon_sym_POUND] = ACTIONS(3), + }, + [432] = { + [sym_comment] = STATE(432), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1246), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [433] = { + [sym_comment] = STATE(433), [anon_sym_SEMI] = ACTIONS(213), [anon_sym_LF] = ACTIONS(215), - [anon_sym_COLON] = ACTIONS(1250), + [anon_sym_COLON] = ACTIONS(1248), [anon_sym_PIPE] = ACTIONS(213), [anon_sym_GT] = ACTIONS(213), [anon_sym_DASH] = ACTIONS(213), @@ -130040,201 +130941,315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(213), [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1079), - [anon_sym_s] = ACTIONS(1079), - [anon_sym_us] = ACTIONS(1079), - [anon_sym_ms] = ACTIONS(1079), - [anon_sym_sec] = ACTIONS(1079), - [anon_sym_min] = ACTIONS(1079), - [anon_sym_hr] = ACTIONS(1079), - [anon_sym_day] = ACTIONS(1079), - [anon_sym_wk] = ACTIONS(1079), - [anon_sym_b] = ACTIONS(1081), - [anon_sym_B] = ACTIONS(1081), - [anon_sym_kb] = ACTIONS(1081), - [anon_sym_kB] = ACTIONS(1081), - [anon_sym_Kb] = ACTIONS(1081), - [anon_sym_KB] = ACTIONS(1081), - [anon_sym_mb] = ACTIONS(1081), - [anon_sym_mB] = ACTIONS(1081), - [anon_sym_Mb] = ACTIONS(1081), - [anon_sym_MB] = ACTIONS(1081), - [anon_sym_gb] = ACTIONS(1081), - [anon_sym_gB] = ACTIONS(1081), - [anon_sym_Gb] = ACTIONS(1081), - [anon_sym_GB] = ACTIONS(1081), - [anon_sym_tb] = ACTIONS(1081), - [anon_sym_tB] = ACTIONS(1081), - [anon_sym_Tb] = ACTIONS(1081), - [anon_sym_TB] = ACTIONS(1081), - [anon_sym_pb] = ACTIONS(1081), - [anon_sym_pB] = ACTIONS(1081), - [anon_sym_Pb] = ACTIONS(1081), - [anon_sym_PB] = ACTIONS(1081), - [anon_sym_eb] = ACTIONS(1081), - [anon_sym_eB] = ACTIONS(1081), - [anon_sym_Eb] = ACTIONS(1081), - [anon_sym_EB] = ACTIONS(1081), - [anon_sym_kib] = ACTIONS(1081), - [anon_sym_kiB] = ACTIONS(1081), - [anon_sym_kIB] = ACTIONS(1081), - [anon_sym_kIb] = ACTIONS(1081), - [anon_sym_Kib] = ACTIONS(1081), - [anon_sym_KIb] = ACTIONS(1081), - [anon_sym_KIB] = ACTIONS(1081), - [anon_sym_mib] = ACTIONS(1081), - [anon_sym_miB] = ACTIONS(1081), - [anon_sym_mIB] = ACTIONS(1081), - [anon_sym_mIb] = ACTIONS(1081), - [anon_sym_Mib] = ACTIONS(1081), - [anon_sym_MIb] = ACTIONS(1081), - [anon_sym_MIB] = ACTIONS(1081), - [anon_sym_gib] = ACTIONS(1081), - [anon_sym_giB] = ACTIONS(1081), - [anon_sym_gIB] = ACTIONS(1081), - [anon_sym_gIb] = ACTIONS(1081), - [anon_sym_Gib] = ACTIONS(1081), - [anon_sym_GIb] = ACTIONS(1081), - [anon_sym_GIB] = ACTIONS(1081), - [anon_sym_tib] = ACTIONS(1081), - [anon_sym_tiB] = ACTIONS(1081), - [anon_sym_tIB] = ACTIONS(1081), - [anon_sym_tIb] = ACTIONS(1081), - [anon_sym_Tib] = ACTIONS(1081), - [anon_sym_TIb] = ACTIONS(1081), - [anon_sym_TIB] = ACTIONS(1081), - [anon_sym_pib] = ACTIONS(1081), - [anon_sym_piB] = ACTIONS(1081), - [anon_sym_pIB] = ACTIONS(1081), - [anon_sym_pIb] = ACTIONS(1081), - [anon_sym_Pib] = ACTIONS(1081), - [anon_sym_PIb] = ACTIONS(1081), - [anon_sym_PIB] = ACTIONS(1081), - [anon_sym_eib] = ACTIONS(1081), - [anon_sym_eiB] = ACTIONS(1081), - [anon_sym_eIB] = ACTIONS(1081), - [anon_sym_eIb] = ACTIONS(1081), - [anon_sym_Eib] = ACTIONS(1081), - [anon_sym_EIb] = ACTIONS(1081), - [anon_sym_EIB] = ACTIONS(1081), + [anon_sym_ns] = ACTIONS(1116), + [anon_sym_s] = ACTIONS(1116), + [anon_sym_us] = ACTIONS(1116), + [anon_sym_ms] = ACTIONS(1116), + [anon_sym_sec] = ACTIONS(1116), + [anon_sym_min] = ACTIONS(1116), + [anon_sym_hr] = ACTIONS(1116), + [anon_sym_day] = ACTIONS(1116), + [anon_sym_wk] = ACTIONS(1116), + [anon_sym_b] = ACTIONS(1118), + [anon_sym_B] = ACTIONS(1118), + [anon_sym_kb] = ACTIONS(1118), + [anon_sym_kB] = ACTIONS(1118), + [anon_sym_Kb] = ACTIONS(1118), + [anon_sym_KB] = ACTIONS(1118), + [anon_sym_mb] = ACTIONS(1118), + [anon_sym_mB] = ACTIONS(1118), + [anon_sym_Mb] = ACTIONS(1118), + [anon_sym_MB] = ACTIONS(1118), + [anon_sym_gb] = ACTIONS(1118), + [anon_sym_gB] = ACTIONS(1118), + [anon_sym_Gb] = ACTIONS(1118), + [anon_sym_GB] = ACTIONS(1118), + [anon_sym_tb] = ACTIONS(1118), + [anon_sym_tB] = ACTIONS(1118), + [anon_sym_Tb] = ACTIONS(1118), + [anon_sym_TB] = ACTIONS(1118), + [anon_sym_pb] = ACTIONS(1118), + [anon_sym_pB] = ACTIONS(1118), + [anon_sym_Pb] = ACTIONS(1118), + [anon_sym_PB] = ACTIONS(1118), + [anon_sym_eb] = ACTIONS(1118), + [anon_sym_eB] = ACTIONS(1118), + [anon_sym_Eb] = ACTIONS(1118), + [anon_sym_EB] = ACTIONS(1118), + [anon_sym_kib] = ACTIONS(1118), + [anon_sym_kiB] = ACTIONS(1118), + [anon_sym_kIB] = ACTIONS(1118), + [anon_sym_kIb] = ACTIONS(1118), + [anon_sym_Kib] = ACTIONS(1118), + [anon_sym_KIb] = ACTIONS(1118), + [anon_sym_KIB] = ACTIONS(1118), + [anon_sym_mib] = ACTIONS(1118), + [anon_sym_miB] = ACTIONS(1118), + [anon_sym_mIB] = ACTIONS(1118), + [anon_sym_mIb] = ACTIONS(1118), + [anon_sym_Mib] = ACTIONS(1118), + [anon_sym_MIb] = ACTIONS(1118), + [anon_sym_MIB] = ACTIONS(1118), + [anon_sym_gib] = ACTIONS(1118), + [anon_sym_giB] = ACTIONS(1118), + [anon_sym_gIB] = ACTIONS(1118), + [anon_sym_gIb] = ACTIONS(1118), + [anon_sym_Gib] = ACTIONS(1118), + [anon_sym_GIb] = ACTIONS(1118), + [anon_sym_GIB] = ACTIONS(1118), + [anon_sym_tib] = ACTIONS(1118), + [anon_sym_tiB] = ACTIONS(1118), + [anon_sym_tIB] = ACTIONS(1118), + [anon_sym_tIb] = ACTIONS(1118), + [anon_sym_Tib] = ACTIONS(1118), + [anon_sym_TIb] = ACTIONS(1118), + [anon_sym_TIB] = ACTIONS(1118), + [anon_sym_pib] = ACTIONS(1118), + [anon_sym_piB] = ACTIONS(1118), + [anon_sym_pIB] = ACTIONS(1118), + [anon_sym_pIb] = ACTIONS(1118), + [anon_sym_Pib] = ACTIONS(1118), + [anon_sym_PIb] = ACTIONS(1118), + [anon_sym_PIB] = ACTIONS(1118), + [anon_sym_eib] = ACTIONS(1118), + [anon_sym_eiB] = ACTIONS(1118), + [anon_sym_eIB] = ACTIONS(1118), + [anon_sym_eIb] = ACTIONS(1118), + [anon_sym_Eib] = ACTIONS(1118), + [anon_sym_EIb] = ACTIONS(1118), + [anon_sym_EIB] = ACTIONS(1118), [anon_sym_POUND] = ACTIONS(105), }, - [432] = { - [sym_comment] = STATE(432), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_RBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(1252), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(1255), - [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(145), - [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(145), + [434] = { + [sym_comment] = STATE(434), + [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_POUND] = ACTIONS(3), }, - [433] = { - [sym_comment] = STATE(433), + [435] = { + [sym_comment] = STATE(435), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1250), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(105), + }, + [436] = { + [sym_comment] = STATE(436), [anon_sym_LBRACK] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RBRACK] = ACTIONS(117), @@ -130245,9 +131260,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(115), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1257), - [aux_sym__immediate_decimal_token2] = ACTIONS(1259), - [sym_val_nothing] = ACTIONS(117), + [aux_sym__immediate_decimal_token1] = ACTIONS(1252), + [aux_sym__immediate_decimal_token2] = ACTIONS(1254), + [anon_sym_null] = ACTIONS(117), [anon_sym_true] = ACTIONS(117), [anon_sym_false] = ACTIONS(117), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -130347,12 +131362,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__unquoted_in_list_token7] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [434] = { - [sym_comment] = STATE(434), + [437] = { + [sym_comment] = STATE(437), + [anon_sym_COLON] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [438] = { + [sym_comment] = STATE(438), [anon_sym_GT] = ACTIONS(115), [anon_sym_DASH] = ACTIONS(117), [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = ACTIONS(117), + [anon_sym_EQ_GT] = ACTIONS(117), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_STAR] = ACTIONS(115), [anon_sym_STAR_STAR] = ACTIONS(117), @@ -130379,7 +131508,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1223), + [aux_sym__immediate_decimal_token1] = ACTIONS(1256), + [aux_sym__immediate_decimal_token2] = ACTIONS(1258), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -130460,239 +131590,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [435] = { - [sym_comment] = STATE(435), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_POUND] = ACTIONS(3), - }, - [436] = { - [sym_comment] = STATE(436), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(1266), - [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(145), - [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(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [437] = { - [sym_comment] = STATE(437), + [439] = { + [sym_comment] = STATE(439), [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(109), [anon_sym_in] = ACTIONS(109), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(1268), + [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), @@ -130718,7 +131622,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1219), + [aux_sym__immediate_decimal_token1] = ACTIONS(1260), + [aux_sym__immediate_decimal_token2] = ACTIONS(1262), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -130799,239 +131704,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [438] = { - [sym_comment] = STATE(438), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_in] = ACTIONS(164), - [anon_sym_RBRACE] = ACTIONS(164), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(164), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(164), - [anon_sym_xor] = ACTIONS(164), - [anon_sym_or] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), - }, - [439] = { - [sym_comment] = STATE(439), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, [440] = { [sym_comment] = STATE(440), - [anon_sym_COMMA] = ACTIONS(117), + [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(1264), + [aux_sym__immediate_decimal_token2] = ACTIONS(1266), + [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_POUND] = ACTIONS(3), + }, + [441] = { + [sym_comment] = STATE(441), [anon_sym_GT] = ACTIONS(115), [anon_sym_DASH] = ACTIONS(117), [anon_sym_in] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), + [anon_sym_LBRACE] = ACTIONS(117), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_STAR] = ACTIONS(115), [anon_sym_STAR_STAR] = ACTIONS(117), @@ -131058,6 +131850,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), + [aux_sym__immediate_decimal_token1] = ACTIONS(1268), + [aux_sym__immediate_decimal_token2] = ACTIONS(1270), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -131138,241 +131932,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [441] = { - [sym_comment] = STATE(441), - [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(1259), - [sym_val_nothing] = 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_POUND] = ACTIONS(3), - }, [442] = { [sym_comment] = STATE(442), - [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(1271), - [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(1239), - [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_POUND] = ACTIONS(3), - }, - [443] = { - [sym_comment] = STATE(443), - [ts_builtin_sym_end] = ACTIONS(215), [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), @@ -131398,545 +131967,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(213), [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), - [anon_sym_ns] = ACTIONS(1145), - [anon_sym_s] = ACTIONS(1145), - [anon_sym_us] = ACTIONS(1145), - [anon_sym_ms] = ACTIONS(1145), - [anon_sym_sec] = ACTIONS(1145), - [anon_sym_min] = ACTIONS(1145), - [anon_sym_hr] = ACTIONS(1145), - [anon_sym_day] = ACTIONS(1145), - [anon_sym_wk] = ACTIONS(1145), - [anon_sym_b] = ACTIONS(1147), - [anon_sym_B] = ACTIONS(1147), - [anon_sym_kb] = ACTIONS(1147), - [anon_sym_kB] = ACTIONS(1147), - [anon_sym_Kb] = ACTIONS(1147), - [anon_sym_KB] = ACTIONS(1147), - [anon_sym_mb] = ACTIONS(1147), - [anon_sym_mB] = ACTIONS(1147), - [anon_sym_Mb] = ACTIONS(1147), - [anon_sym_MB] = ACTIONS(1147), - [anon_sym_gb] = ACTIONS(1147), - [anon_sym_gB] = ACTIONS(1147), - [anon_sym_Gb] = ACTIONS(1147), - [anon_sym_GB] = ACTIONS(1147), - [anon_sym_tb] = ACTIONS(1147), - [anon_sym_tB] = ACTIONS(1147), - [anon_sym_Tb] = ACTIONS(1147), - [anon_sym_TB] = ACTIONS(1147), - [anon_sym_pb] = ACTIONS(1147), - [anon_sym_pB] = ACTIONS(1147), - [anon_sym_Pb] = ACTIONS(1147), - [anon_sym_PB] = ACTIONS(1147), - [anon_sym_eb] = ACTIONS(1147), - [anon_sym_eB] = ACTIONS(1147), - [anon_sym_Eb] = ACTIONS(1147), - [anon_sym_EB] = ACTIONS(1147), - [anon_sym_kib] = ACTIONS(1147), - [anon_sym_kiB] = ACTIONS(1147), - [anon_sym_kIB] = ACTIONS(1147), - [anon_sym_kIb] = ACTIONS(1147), - [anon_sym_Kib] = ACTIONS(1147), - [anon_sym_KIb] = ACTIONS(1147), - [anon_sym_KIB] = ACTIONS(1147), - [anon_sym_mib] = ACTIONS(1147), - [anon_sym_miB] = ACTIONS(1147), - [anon_sym_mIB] = ACTIONS(1147), - [anon_sym_mIb] = ACTIONS(1147), - [anon_sym_Mib] = ACTIONS(1147), - [anon_sym_MIb] = ACTIONS(1147), - [anon_sym_MIB] = ACTIONS(1147), - [anon_sym_gib] = ACTIONS(1147), - [anon_sym_giB] = ACTIONS(1147), - [anon_sym_gIB] = ACTIONS(1147), - [anon_sym_gIb] = ACTIONS(1147), - [anon_sym_Gib] = ACTIONS(1147), - [anon_sym_GIb] = ACTIONS(1147), - [anon_sym_GIB] = ACTIONS(1147), - [anon_sym_tib] = ACTIONS(1147), - [anon_sym_tiB] = ACTIONS(1147), - [anon_sym_tIB] = ACTIONS(1147), - [anon_sym_tIb] = ACTIONS(1147), - [anon_sym_Tib] = ACTIONS(1147), - [anon_sym_TIb] = ACTIONS(1147), - [anon_sym_TIB] = ACTIONS(1147), - [anon_sym_pib] = ACTIONS(1147), - [anon_sym_piB] = ACTIONS(1147), - [anon_sym_pIB] = ACTIONS(1147), - [anon_sym_pIb] = ACTIONS(1147), - [anon_sym_Pib] = ACTIONS(1147), - [anon_sym_PIb] = ACTIONS(1147), - [anon_sym_PIB] = ACTIONS(1147), - [anon_sym_eib] = ACTIONS(1147), - [anon_sym_eiB] = ACTIONS(1147), - [anon_sym_eIB] = ACTIONS(1147), - [anon_sym_eIb] = ACTIONS(1147), - [anon_sym_Eib] = ACTIONS(1147), - [anon_sym_EIb] = ACTIONS(1147), - [anon_sym_EIB] = ACTIONS(1147), + [anon_sym_ns] = ACTIONS(1116), + [anon_sym_s] = ACTIONS(1116), + [anon_sym_us] = ACTIONS(1116), + [anon_sym_ms] = ACTIONS(1116), + [anon_sym_sec] = ACTIONS(1116), + [anon_sym_min] = ACTIONS(1116), + [anon_sym_hr] = ACTIONS(1116), + [anon_sym_day] = ACTIONS(1116), + [anon_sym_wk] = ACTIONS(1116), + [anon_sym_b] = ACTIONS(1118), + [anon_sym_B] = ACTIONS(1118), + [anon_sym_kb] = ACTIONS(1118), + [anon_sym_kB] = ACTIONS(1118), + [anon_sym_Kb] = ACTIONS(1118), + [anon_sym_KB] = ACTIONS(1118), + [anon_sym_mb] = ACTIONS(1118), + [anon_sym_mB] = ACTIONS(1118), + [anon_sym_Mb] = ACTIONS(1118), + [anon_sym_MB] = ACTIONS(1118), + [anon_sym_gb] = ACTIONS(1118), + [anon_sym_gB] = ACTIONS(1118), + [anon_sym_Gb] = ACTIONS(1118), + [anon_sym_GB] = ACTIONS(1118), + [anon_sym_tb] = ACTIONS(1118), + [anon_sym_tB] = ACTIONS(1118), + [anon_sym_Tb] = ACTIONS(1118), + [anon_sym_TB] = ACTIONS(1118), + [anon_sym_pb] = ACTIONS(1118), + [anon_sym_pB] = ACTIONS(1118), + [anon_sym_Pb] = ACTIONS(1118), + [anon_sym_PB] = ACTIONS(1118), + [anon_sym_eb] = ACTIONS(1118), + [anon_sym_eB] = ACTIONS(1118), + [anon_sym_Eb] = ACTIONS(1118), + [anon_sym_EB] = ACTIONS(1118), + [anon_sym_kib] = ACTIONS(1118), + [anon_sym_kiB] = ACTIONS(1118), + [anon_sym_kIB] = ACTIONS(1118), + [anon_sym_kIb] = ACTIONS(1118), + [anon_sym_Kib] = ACTIONS(1118), + [anon_sym_KIb] = ACTIONS(1118), + [anon_sym_KIB] = ACTIONS(1118), + [anon_sym_mib] = ACTIONS(1118), + [anon_sym_miB] = ACTIONS(1118), + [anon_sym_mIB] = ACTIONS(1118), + [anon_sym_mIb] = ACTIONS(1118), + [anon_sym_Mib] = ACTIONS(1118), + [anon_sym_MIb] = ACTIONS(1118), + [anon_sym_MIB] = ACTIONS(1118), + [anon_sym_gib] = ACTIONS(1118), + [anon_sym_giB] = ACTIONS(1118), + [anon_sym_gIB] = ACTIONS(1118), + [anon_sym_gIb] = ACTIONS(1118), + [anon_sym_Gib] = ACTIONS(1118), + [anon_sym_GIb] = ACTIONS(1118), + [anon_sym_GIB] = ACTIONS(1118), + [anon_sym_tib] = ACTIONS(1118), + [anon_sym_tiB] = ACTIONS(1118), + [anon_sym_tIB] = ACTIONS(1118), + [anon_sym_tIb] = ACTIONS(1118), + [anon_sym_Tib] = ACTIONS(1118), + [anon_sym_TIb] = ACTIONS(1118), + [anon_sym_TIB] = ACTIONS(1118), + [anon_sym_pib] = ACTIONS(1118), + [anon_sym_piB] = ACTIONS(1118), + [anon_sym_pIB] = ACTIONS(1118), + [anon_sym_pIb] = ACTIONS(1118), + [anon_sym_Pib] = ACTIONS(1118), + [anon_sym_PIb] = ACTIONS(1118), + [anon_sym_PIB] = ACTIONS(1118), + [anon_sym_eib] = ACTIONS(1118), + [anon_sym_eiB] = ACTIONS(1118), + [anon_sym_eIB] = ACTIONS(1118), + [anon_sym_eIb] = ACTIONS(1118), + [anon_sym_Eib] = ACTIONS(1118), + [anon_sym_EIb] = ACTIONS(1118), + [anon_sym_EIB] = ACTIONS(1118), [anon_sym_POUND] = ACTIONS(105), }, - [444] = { - [sym_comment] = STATE(444), - [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(1274), - [anon_sym_s] = ACTIONS(1274), - [anon_sym_us] = ACTIONS(1274), - [anon_sym_ms] = ACTIONS(1274), - [anon_sym_sec] = ACTIONS(1274), - [anon_sym_min] = ACTIONS(1274), - [anon_sym_hr] = ACTIONS(1274), - [anon_sym_day] = ACTIONS(1274), - [anon_sym_wk] = ACTIONS(1274), - [anon_sym_b] = ACTIONS(1276), - [anon_sym_B] = ACTIONS(1278), - [anon_sym_kb] = ACTIONS(1278), - [anon_sym_kB] = ACTIONS(1278), - [anon_sym_Kb] = ACTIONS(1278), - [anon_sym_KB] = ACTIONS(1278), - [anon_sym_mb] = ACTIONS(1278), - [anon_sym_mB] = ACTIONS(1278), - [anon_sym_Mb] = ACTIONS(1278), - [anon_sym_MB] = ACTIONS(1278), - [anon_sym_gb] = ACTIONS(1278), - [anon_sym_gB] = ACTIONS(1278), - [anon_sym_Gb] = ACTIONS(1278), - [anon_sym_GB] = ACTIONS(1278), - [anon_sym_tb] = ACTIONS(1278), - [anon_sym_tB] = ACTIONS(1278), - [anon_sym_Tb] = ACTIONS(1278), - [anon_sym_TB] = ACTIONS(1278), - [anon_sym_pb] = ACTIONS(1278), - [anon_sym_pB] = ACTIONS(1278), - [anon_sym_Pb] = ACTIONS(1278), - [anon_sym_PB] = ACTIONS(1278), - [anon_sym_eb] = ACTIONS(1278), - [anon_sym_eB] = ACTIONS(1278), - [anon_sym_Eb] = ACTIONS(1278), - [anon_sym_EB] = ACTIONS(1278), - [anon_sym_kib] = ACTIONS(1278), - [anon_sym_kiB] = ACTIONS(1278), - [anon_sym_kIB] = ACTIONS(1278), - [anon_sym_kIb] = ACTIONS(1278), - [anon_sym_Kib] = ACTIONS(1278), - [anon_sym_KIb] = ACTIONS(1278), - [anon_sym_KIB] = ACTIONS(1278), - [anon_sym_mib] = ACTIONS(1278), - [anon_sym_miB] = ACTIONS(1278), - [anon_sym_mIB] = ACTIONS(1278), - [anon_sym_mIb] = ACTIONS(1278), - [anon_sym_Mib] = ACTIONS(1278), - [anon_sym_MIb] = ACTIONS(1278), - [anon_sym_MIB] = ACTIONS(1278), - [anon_sym_gib] = ACTIONS(1278), - [anon_sym_giB] = ACTIONS(1278), - [anon_sym_gIB] = ACTIONS(1278), - [anon_sym_gIb] = ACTIONS(1278), - [anon_sym_Gib] = ACTIONS(1278), - [anon_sym_GIb] = ACTIONS(1278), - [anon_sym_GIB] = ACTIONS(1278), - [anon_sym_tib] = ACTIONS(1278), - [anon_sym_tiB] = ACTIONS(1278), - [anon_sym_tIB] = ACTIONS(1278), - [anon_sym_tIb] = ACTIONS(1278), - [anon_sym_Tib] = ACTIONS(1278), - [anon_sym_TIb] = ACTIONS(1278), - [anon_sym_TIB] = ACTIONS(1278), - [anon_sym_pib] = ACTIONS(1278), - [anon_sym_piB] = ACTIONS(1278), - [anon_sym_pIB] = ACTIONS(1278), - [anon_sym_pIb] = ACTIONS(1278), - [anon_sym_Pib] = ACTIONS(1278), - [anon_sym_PIb] = ACTIONS(1278), - [anon_sym_PIB] = ACTIONS(1278), - [anon_sym_eib] = ACTIONS(1278), - [anon_sym_eiB] = ACTIONS(1278), - [anon_sym_eIB] = ACTIONS(1278), - [anon_sym_eIb] = ACTIONS(1278), - [anon_sym_Eib] = ACTIONS(1278), - [anon_sym_EIb] = ACTIONS(1278), - [anon_sym_EIB] = ACTIONS(1278), - [anon_sym_POUND] = ACTIONS(3), - }, - [445] = { - [sym_comment] = STATE(445), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_RBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1280), - [anon_sym_PLUS] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1283), - [sym_val_nothing] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [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(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [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), - [aux_sym__unquoted_in_list_token1] = ACTIONS(145), - [aux_sym__unquoted_in_list_token7] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [446] = { - [sym_comment] = STATE(446), - [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(1248), - [sym_val_nothing] = 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_POUND] = ACTIONS(3), - }, - [447] = { - [sym_comment] = STATE(447), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_EQ_GT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(1285), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(1288), - [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(145), - [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(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [448] = { - [sym_comment] = STATE(448), + [443] = { + [sym_comment] = STATE(443), [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_EQ_GT] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(1272), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -131962,6 +132080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(1183), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -132039,129 +132158,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [449] = { - [sym_comment] = STATE(449), - [anon_sym_LBRACK] = ACTIONS(109), + [444] = { + [sym_comment] = STATE(444), [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(1290), - [anon_sym_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1248), - [sym_val_nothing] = 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_POUND] = ACTIONS(3), - }, - [450] = { - [sym_comment] = STATE(450), [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_RBRACE] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(1275), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -132187,7 +132193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1239), + [aux_sym__immediate_decimal_token2] = ACTIONS(1227), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -132268,238 +132274,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [451] = { - [sym_comment] = STATE(451), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(1295), - [anon_sym_POUND] = ACTIONS(3), - }, - [452] = { - [sym_comment] = STATE(452), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_EQ_GT] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1297), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [453] = { - [sym_comment] = STATE(453), + [445] = { + [sym_comment] = STATE(445), + [anon_sym_COMMA] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(109), [anon_sym_in] = ACTIONS(109), - [anon_sym_LBRACE] = ACTIONS(109), + [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), @@ -132526,7 +132307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1219), + [aux_sym__immediate_decimal_token2] = ACTIONS(1227), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -132607,12 +132388,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [454] = { - [sym_comment] = STATE(454), + [446] = { + [sym_comment] = STATE(446), + [anon_sym_COMMA] = ACTIONS(117), [anon_sym_GT] = ACTIONS(115), [anon_sym_DASH] = ACTIONS(117), [anon_sym_in] = ACTIONS(117), - [anon_sym_EQ_GT] = ACTIONS(117), + [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_STAR] = ACTIONS(115), [anon_sym_STAR_STAR] = ACTIONS(117), @@ -132639,7 +132421,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), - [aux_sym__immediate_decimal_token2] = ACTIONS(1232), + [aux_sym__immediate_decimal_token2] = ACTIONS(1231), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -132720,359 +132502,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [455] = { - [sym_comment] = STATE(455), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1299), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(141), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(141), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(141), - [aux_sym__unquoted_in_list_token1] = ACTIONS(139), - [aux_sym__unquoted_in_list_token7] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [456] = { - [sym_comment] = STATE(456), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1301), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [457] = { - [sym_comment] = STATE(457), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(1295), + [447] = { + [sym_comment] = STATE(447), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_in] = ACTIONS(129), + [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym_DOT2] = ACTIONS(1278), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1281), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(3), }, - [458] = { - [sym_comment] = STATE(458), + [448] = { + [sym_comment] = STATE(448), [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_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(1303), - [aux_sym__immediate_decimal_token2] = ACTIONS(1305), - [sym_val_nothing] = ACTIONS(109), + [aux_sym__immediate_decimal_token1] = ACTIONS(1283), + [aux_sym__immediate_decimal_token2] = ACTIONS(1285), + [anon_sym_null] = ACTIONS(109), [anon_sym_true] = ACTIONS(109), [anon_sym_false] = ACTIONS(109), [aux_sym__val_number_decimal_token1] = ACTIONS(107), @@ -133166,128 +132724,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_POUND] = ACTIONS(3), }, - [459] = { - [sym_comment] = STATE(459), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_in] = ACTIONS(164), - [anon_sym_LBRACE] = ACTIONS(164), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(164), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(164), - [anon_sym_xor] = ACTIONS(164), - [anon_sym_or] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [aux_sym_unquoted_token6] = ACTIONS(162), - [anon_sym_POUND] = ACTIONS(3), + [449] = { + [sym_comment] = STATE(449), + [ts_builtin_sym_end] = ACTIONS(173), + [anon_sym_SEMI] = ACTIONS(171), + [anon_sym_LF] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(171), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_in] = ACTIONS(171), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(171), + [anon_sym_SLASH_SLASH] = ACTIONS(171), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(171), + [anon_sym_bit_DASHshr] = ACTIONS(171), + [anon_sym_EQ_EQ] = ACTIONS(171), + [anon_sym_BANG_EQ] = ACTIONS(171), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(171), + [anon_sym_GT_EQ] = ACTIONS(171), + [anon_sym_not_DASHin] = ACTIONS(171), + [anon_sym_starts_DASHwith] = ACTIONS(171), + [anon_sym_ends_DASHwith] = ACTIONS(171), + [anon_sym_EQ_TILDE] = ACTIONS(171), + [anon_sym_BANG_TILDE] = ACTIONS(171), + [anon_sym_bit_DASHand] = ACTIONS(171), + [anon_sym_bit_DASHxor] = ACTIONS(171), + [anon_sym_bit_DASHor] = ACTIONS(171), + [anon_sym_and] = ACTIONS(171), + [anon_sym_xor] = ACTIONS(171), + [anon_sym_or] = ACTIONS(171), + [anon_sym_ns] = ACTIONS(171), + [anon_sym_s] = ACTIONS(171), + [anon_sym_us] = ACTIONS(171), + [anon_sym_ms] = ACTIONS(171), + [anon_sym_sec] = ACTIONS(171), + [anon_sym_min] = ACTIONS(171), + [anon_sym_hr] = ACTIONS(171), + [anon_sym_day] = ACTIONS(171), + [anon_sym_wk] = ACTIONS(171), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(171), + [anon_sym_kb] = ACTIONS(171), + [anon_sym_kB] = ACTIONS(171), + [anon_sym_Kb] = ACTIONS(171), + [anon_sym_KB] = ACTIONS(171), + [anon_sym_mb] = ACTIONS(171), + [anon_sym_mB] = ACTIONS(171), + [anon_sym_Mb] = ACTIONS(171), + [anon_sym_MB] = ACTIONS(171), + [anon_sym_gb] = ACTIONS(171), + [anon_sym_gB] = ACTIONS(171), + [anon_sym_Gb] = ACTIONS(171), + [anon_sym_GB] = ACTIONS(171), + [anon_sym_tb] = ACTIONS(171), + [anon_sym_tB] = ACTIONS(171), + [anon_sym_Tb] = ACTIONS(171), + [anon_sym_TB] = ACTIONS(171), + [anon_sym_pb] = ACTIONS(171), + [anon_sym_pB] = ACTIONS(171), + [anon_sym_Pb] = ACTIONS(171), + [anon_sym_PB] = ACTIONS(171), + [anon_sym_eb] = ACTIONS(171), + [anon_sym_eB] = ACTIONS(171), + [anon_sym_Eb] = ACTIONS(171), + [anon_sym_EB] = ACTIONS(171), + [anon_sym_kib] = ACTIONS(171), + [anon_sym_kiB] = ACTIONS(171), + [anon_sym_kIB] = ACTIONS(171), + [anon_sym_kIb] = ACTIONS(171), + [anon_sym_Kib] = ACTIONS(171), + [anon_sym_KIb] = ACTIONS(171), + [anon_sym_KIB] = ACTIONS(171), + [anon_sym_mib] = ACTIONS(171), + [anon_sym_miB] = ACTIONS(171), + [anon_sym_mIB] = ACTIONS(171), + [anon_sym_mIb] = ACTIONS(171), + [anon_sym_Mib] = ACTIONS(171), + [anon_sym_MIb] = ACTIONS(171), + [anon_sym_MIB] = ACTIONS(171), + [anon_sym_gib] = ACTIONS(171), + [anon_sym_giB] = ACTIONS(171), + [anon_sym_gIB] = ACTIONS(171), + [anon_sym_gIb] = ACTIONS(171), + [anon_sym_Gib] = ACTIONS(171), + [anon_sym_GIb] = ACTIONS(171), + [anon_sym_GIB] = ACTIONS(171), + [anon_sym_tib] = ACTIONS(171), + [anon_sym_tiB] = ACTIONS(171), + [anon_sym_tIB] = ACTIONS(171), + [anon_sym_tIb] = ACTIONS(171), + [anon_sym_Tib] = ACTIONS(171), + [anon_sym_TIb] = ACTIONS(171), + [anon_sym_TIB] = ACTIONS(171), + [anon_sym_pib] = ACTIONS(171), + [anon_sym_piB] = ACTIONS(171), + [anon_sym_pIB] = ACTIONS(171), + [anon_sym_pIb] = ACTIONS(171), + [anon_sym_Pib] = ACTIONS(171), + [anon_sym_PIb] = ACTIONS(171), + [anon_sym_PIB] = ACTIONS(171), + [anon_sym_eib] = ACTIONS(171), + [anon_sym_eiB] = ACTIONS(171), + [anon_sym_eIB] = ACTIONS(171), + [anon_sym_eIb] = ACTIONS(171), + [anon_sym_Eib] = ACTIONS(171), + [anon_sym_EIb] = ACTIONS(171), + [anon_sym_EIB] = ACTIONS(171), + [aux_sym_unquoted_token6] = ACTIONS(1237), + [anon_sym_POUND] = ACTIONS(105), }, - [460] = { - [sym_comment] = STATE(460), + [450] = { + [sym_comment] = STATE(450), [anon_sym_GT] = ACTIONS(115), [anon_sym_DASH] = ACTIONS(117), [anon_sym_in] = ACTIONS(117), - [anon_sym_LBRACE] = ACTIONS(117), + [anon_sym_EQ_GT] = ACTIONS(117), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_STAR] = ACTIONS(115), [anon_sym_STAR_STAR] = ACTIONS(117), @@ -133314,6 +132876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(117), [anon_sym_xor] = ACTIONS(117), [anon_sym_or] = ACTIONS(117), + [aux_sym__immediate_decimal_token2] = ACTIONS(1258), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -133394,476 +132957,265 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [461] = { - [sym_comment] = STATE(461), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(1295), - [anon_sym_POUND] = ACTIONS(3), - }, - [462] = { - [sym_comment] = STATE(462), - [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), - [sym_val_nothing] = 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_POUND] = ACTIONS(3), - }, - [463] = { - [sym_comment] = STATE(463), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(191), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(191), - [aux_sym__unquoted_in_list_token1] = ACTIONS(189), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1309), + [451] = { + [sym_comment] = STATE(451), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(1289), [anon_sym_POUND] = ACTIONS(3), }, - [464] = { - [sym_comment] = STATE(464), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(141), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(141), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(141), - [aux_sym__unquoted_in_list_token1] = ACTIONS(139), - [aux_sym__unquoted_in_list_token7] = ACTIONS(139), + [452] = { + [sym_comment] = STATE(452), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1291), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(150), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(150), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(150), + [aux_sym__unquoted_in_list_token1] = ACTIONS(148), + [aux_sym__unquoted_in_list_token7] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [465] = { - [sym_comment] = STATE(465), - [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), + [453] = { + [sym_comment] = STATE(453), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(109), + [anon_sym_in] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [sym_val_nothing] = 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_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(1266), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -133873,7 +133225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hr] = ACTIONS(109), [anon_sym_day] = ACTIONS(109), [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), + [anon_sym_b] = ACTIONS(107), [anon_sym_B] = ACTIONS(109), [anon_sym_kb] = ACTIONS(109), [anon_sym_kB] = ACTIONS(109), @@ -133941,138 +133293,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_POUND] = ACTIONS(3), - }, - [466] = { - [sym_comment] = STATE(466), - [anon_sym_LBRACK] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_RBRACK] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(164), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(164), - [sym_val_nothing] = ACTIONS(164), - [anon_sym_true] = ACTIONS(164), - [anon_sym_false] = ACTIONS(164), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(164), - [aux_sym__val_number_token2] = ACTIONS(164), - [aux_sym__val_number_token3] = ACTIONS(164), - [aux_sym__val_number_token4] = ACTIONS(164), - [aux_sym__val_number_token5] = ACTIONS(164), - [aux_sym__val_number_token6] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(164), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(164), - [anon_sym_DQUOTE] = ACTIONS(164), - [sym__str_single_quotes] = ACTIONS(164), - [sym__str_back_ticks] = ACTIONS(164), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(164), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(164), - [aux_sym__unquoted_in_list_token1] = ACTIONS(162), - [aux_sym__unquoted_in_list_token7] = ACTIONS(162), + [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [467] = { - [sym_comment] = STATE(467), + [454] = { + [sym_comment] = STATE(454), [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_EQ_GT] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(1293), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), [anon_sym_PLUS_PLUS] = ACTIONS(109), @@ -134098,6 +133328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(1262), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -134178,572 +133409,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [468] = { - [sym_comment] = STATE(468), - [anon_sym_GT] = ACTIONS(145), - [anon_sym_DASH] = ACTIONS(147), - [anon_sym_in] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(1225), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_STAR_STAR] = ACTIONS(147), - [anon_sym_PLUS_PLUS] = ACTIONS(147), - [anon_sym_SLASH] = ACTIONS(145), - [anon_sym_mod] = ACTIONS(147), - [anon_sym_SLASH_SLASH] = ACTIONS(147), - [anon_sym_PLUS] = ACTIONS(145), - [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(145), - [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(1228), - [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(145), - [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), - }, - [469] = { - [sym_comment] = STATE(469), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_EQ_GT] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [470] = { - [sym_comment] = STATE(470), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_RBRACE] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(1295), - [anon_sym_POUND] = ACTIONS(3), - }, - [471] = { - [sym_comment] = STATE(471), - [anon_sym_GT] = ACTIONS(139), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_in] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(139), - [anon_sym_STAR_STAR] = ACTIONS(141), - [anon_sym_PLUS_PLUS] = ACTIONS(141), - [anon_sym_SLASH] = ACTIONS(139), - [anon_sym_mod] = ACTIONS(141), - [anon_sym_SLASH_SLASH] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(139), - [anon_sym_bit_DASHshl] = ACTIONS(141), - [anon_sym_bit_DASHshr] = ACTIONS(141), - [anon_sym_EQ_EQ] = ACTIONS(141), - [anon_sym_BANG_EQ] = ACTIONS(141), - [anon_sym_LT2] = ACTIONS(139), - [anon_sym_LT_EQ] = ACTIONS(141), - [anon_sym_GT_EQ] = ACTIONS(141), - [anon_sym_not_DASHin] = ACTIONS(141), - [anon_sym_starts_DASHwith] = ACTIONS(141), - [anon_sym_ends_DASHwith] = ACTIONS(141), - [anon_sym_EQ_TILDE] = ACTIONS(141), - [anon_sym_BANG_TILDE] = ACTIONS(141), - [anon_sym_bit_DASHand] = ACTIONS(141), - [anon_sym_bit_DASHxor] = ACTIONS(141), - [anon_sym_bit_DASHor] = ACTIONS(141), - [anon_sym_and] = ACTIONS(141), - [anon_sym_xor] = ACTIONS(141), - [anon_sym_or] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(139), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [aux_sym_unquoted_token6] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [472] = { - [sym_comment] = STATE(472), - [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), + [455] = { + [sym_comment] = STATE(455), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_in] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_DOT2] = ACTIONS(1296), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1299), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [aux_sym_unquoted_token6] = ACTIONS(127), [anon_sym_POUND] = ACTIONS(3), }, - [473] = { - [sym_comment] = STATE(473), + [456] = { + [sym_comment] = STATE(456), + [anon_sym_COMMA] = ACTIONS(109), [anon_sym_GT] = ACTIONS(107), [anon_sym_DASH] = ACTIONS(109), [anon_sym_in] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), + [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_DOT2] = ACTIONS(109), [anon_sym_STAR] = ACTIONS(107), [anon_sym_STAR_STAR] = ACTIONS(109), @@ -134850,19 +133635,358 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token6] = ACTIONS(107), [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_LBRACE] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(1234), - [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), + [457] = { + [sym_comment] = STATE(457), + [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(1301), + [anon_sym_PLUS] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(1285), + [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_POUND] = ACTIONS(3), + }, + [458] = { + [sym_comment] = STATE(458), + [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(1285), + [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_POUND] = ACTIONS(3), + }, + [459] = { + [sym_comment] = STATE(459), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_in] = ACTIONS(129), + [anon_sym_EQ_GT] = ACTIONS(129), + [anon_sym_DOT2] = ACTIONS(1304), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1307), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [aux_sym_unquoted_token6] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [460] = { + [sym_comment] = STATE(460), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(109), + [anon_sym_in] = ACTIONS(109), + [anon_sym_LBRACE] = ACTIONS(109), + [anon_sym_DOT2] = ACTIONS(1309), + [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), @@ -134882,7 +134006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(109), [anon_sym_xor] = ACTIONS(109), [anon_sym_or] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1159), + [aux_sym__immediate_decimal_token2] = ACTIONS(1266), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -134960,144 +134084,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [475] = { - [sym_comment] = STATE(475), - [anon_sym_GT] = ACTIONS(162), - [anon_sym_DASH] = ACTIONS(164), - [anon_sym_in] = ACTIONS(164), - [anon_sym_EQ_GT] = ACTIONS(164), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_STAR] = ACTIONS(162), - [anon_sym_STAR_STAR] = ACTIONS(164), - [anon_sym_PLUS_PLUS] = ACTIONS(164), - [anon_sym_SLASH] = ACTIONS(162), - [anon_sym_mod] = ACTIONS(164), - [anon_sym_SLASH_SLASH] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(162), - [anon_sym_bit_DASHshl] = ACTIONS(164), - [anon_sym_bit_DASHshr] = ACTIONS(164), - [anon_sym_EQ_EQ] = ACTIONS(164), - [anon_sym_BANG_EQ] = ACTIONS(164), - [anon_sym_LT2] = ACTIONS(162), - [anon_sym_LT_EQ] = ACTIONS(164), - [anon_sym_GT_EQ] = ACTIONS(164), - [anon_sym_not_DASHin] = ACTIONS(164), - [anon_sym_starts_DASHwith] = ACTIONS(164), - [anon_sym_ends_DASHwith] = ACTIONS(164), - [anon_sym_EQ_TILDE] = ACTIONS(164), - [anon_sym_BANG_TILDE] = ACTIONS(164), - [anon_sym_bit_DASHand] = ACTIONS(164), - [anon_sym_bit_DASHxor] = ACTIONS(164), - [anon_sym_bit_DASHor] = ACTIONS(164), - [anon_sym_and] = ACTIONS(164), - [anon_sym_xor] = ACTIONS(164), - [anon_sym_or] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(162), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [aux_sym_unquoted_token6] = ACTIONS(162), + [461] = { + [sym_comment] = STATE(461), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1312), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [476] = { - [sym_comment] = STATE(476), - [anon_sym_LBRACK] = ACTIONS(117), + [462] = { + [sym_comment] = STATE(462), [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_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_PLUS] = ACTIONS(117), - [aux_sym__immediate_decimal_token1] = ACTIONS(1311), - [aux_sym__immediate_decimal_token2] = ACTIONS(1313), - [sym_val_nothing] = 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_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), @@ -135107,7 +134242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hr] = ACTIONS(117), [anon_sym_day] = ACTIONS(117), [anon_sym_wk] = ACTIONS(117), - [anon_sym_b] = ACTIONS(117), + [anon_sym_b] = ACTIONS(115), [anon_sym_B] = ACTIONS(117), [anon_sym_kb] = ACTIONS(117), [anon_sym_kB] = ACTIONS(117), @@ -135175,40 +134310,833 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_unquoted_token6] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [477] = { - [sym_comment] = STATE(477), - [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), + [463] = { + [sym_comment] = STATE(463), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_EQ_GT] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1314), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [464] = { + [sym_comment] = STATE(464), + [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(1177), + [anon_sym_s] = ACTIONS(1177), + [anon_sym_us] = ACTIONS(1177), + [anon_sym_ms] = ACTIONS(1177), + [anon_sym_sec] = ACTIONS(1177), + [anon_sym_min] = ACTIONS(1177), + [anon_sym_hr] = ACTIONS(1177), + [anon_sym_day] = ACTIONS(1177), + [anon_sym_wk] = ACTIONS(1177), + [anon_sym_b] = ACTIONS(1179), + [anon_sym_B] = ACTIONS(1179), + [anon_sym_kb] = ACTIONS(1179), + [anon_sym_kB] = ACTIONS(1179), + [anon_sym_Kb] = ACTIONS(1179), + [anon_sym_KB] = ACTIONS(1179), + [anon_sym_mb] = ACTIONS(1179), + [anon_sym_mB] = ACTIONS(1179), + [anon_sym_Mb] = ACTIONS(1179), + [anon_sym_MB] = ACTIONS(1179), + [anon_sym_gb] = ACTIONS(1179), + [anon_sym_gB] = ACTIONS(1179), + [anon_sym_Gb] = ACTIONS(1179), + [anon_sym_GB] = ACTIONS(1179), + [anon_sym_tb] = ACTIONS(1179), + [anon_sym_tB] = ACTIONS(1179), + [anon_sym_Tb] = ACTIONS(1179), + [anon_sym_TB] = ACTIONS(1179), + [anon_sym_pb] = ACTIONS(1179), + [anon_sym_pB] = ACTIONS(1179), + [anon_sym_Pb] = ACTIONS(1179), + [anon_sym_PB] = ACTIONS(1179), + [anon_sym_eb] = ACTIONS(1179), + [anon_sym_eB] = ACTIONS(1179), + [anon_sym_Eb] = ACTIONS(1179), + [anon_sym_EB] = ACTIONS(1179), + [anon_sym_kib] = ACTIONS(1179), + [anon_sym_kiB] = ACTIONS(1179), + [anon_sym_kIB] = ACTIONS(1179), + [anon_sym_kIb] = ACTIONS(1179), + [anon_sym_Kib] = ACTIONS(1179), + [anon_sym_KIb] = ACTIONS(1179), + [anon_sym_KIB] = ACTIONS(1179), + [anon_sym_mib] = ACTIONS(1179), + [anon_sym_miB] = ACTIONS(1179), + [anon_sym_mIB] = ACTIONS(1179), + [anon_sym_mIb] = ACTIONS(1179), + [anon_sym_Mib] = ACTIONS(1179), + [anon_sym_MIb] = ACTIONS(1179), + [anon_sym_MIB] = ACTIONS(1179), + [anon_sym_gib] = ACTIONS(1179), + [anon_sym_giB] = ACTIONS(1179), + [anon_sym_gIB] = ACTIONS(1179), + [anon_sym_gIb] = ACTIONS(1179), + [anon_sym_Gib] = ACTIONS(1179), + [anon_sym_GIb] = ACTIONS(1179), + [anon_sym_GIB] = ACTIONS(1179), + [anon_sym_tib] = ACTIONS(1179), + [anon_sym_tiB] = ACTIONS(1179), + [anon_sym_tIB] = ACTIONS(1179), + [anon_sym_tIb] = ACTIONS(1179), + [anon_sym_Tib] = ACTIONS(1179), + [anon_sym_TIb] = ACTIONS(1179), + [anon_sym_TIB] = ACTIONS(1179), + [anon_sym_pib] = ACTIONS(1179), + [anon_sym_piB] = ACTIONS(1179), + [anon_sym_pIB] = ACTIONS(1179), + [anon_sym_pIb] = ACTIONS(1179), + [anon_sym_Pib] = ACTIONS(1179), + [anon_sym_PIb] = ACTIONS(1179), + [anon_sym_PIB] = ACTIONS(1179), + [anon_sym_eib] = ACTIONS(1179), + [anon_sym_eiB] = ACTIONS(1179), + [anon_sym_eIB] = ACTIONS(1179), + [anon_sym_eIb] = ACTIONS(1179), + [anon_sym_Eib] = ACTIONS(1179), + [anon_sym_EIb] = ACTIONS(1179), + [anon_sym_EIB] = ACTIONS(1179), + [anon_sym_POUND] = ACTIONS(105), + }, + [465] = { + [sym_comment] = STATE(465), + [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(1316), + [anon_sym_s] = ACTIONS(1316), + [anon_sym_us] = ACTIONS(1316), + [anon_sym_ms] = ACTIONS(1316), + [anon_sym_sec] = ACTIONS(1316), + [anon_sym_min] = ACTIONS(1316), + [anon_sym_hr] = ACTIONS(1316), + [anon_sym_day] = ACTIONS(1316), + [anon_sym_wk] = ACTIONS(1316), + [anon_sym_b] = ACTIONS(1318), + [anon_sym_B] = ACTIONS(1320), + [anon_sym_kb] = ACTIONS(1320), + [anon_sym_kB] = ACTIONS(1320), + [anon_sym_Kb] = ACTIONS(1320), + [anon_sym_KB] = ACTIONS(1320), + [anon_sym_mb] = ACTIONS(1320), + [anon_sym_mB] = ACTIONS(1320), + [anon_sym_Mb] = ACTIONS(1320), + [anon_sym_MB] = ACTIONS(1320), + [anon_sym_gb] = ACTIONS(1320), + [anon_sym_gB] = ACTIONS(1320), + [anon_sym_Gb] = ACTIONS(1320), + [anon_sym_GB] = ACTIONS(1320), + [anon_sym_tb] = ACTIONS(1320), + [anon_sym_tB] = ACTIONS(1320), + [anon_sym_Tb] = ACTIONS(1320), + [anon_sym_TB] = ACTIONS(1320), + [anon_sym_pb] = ACTIONS(1320), + [anon_sym_pB] = ACTIONS(1320), + [anon_sym_Pb] = ACTIONS(1320), + [anon_sym_PB] = ACTIONS(1320), + [anon_sym_eb] = ACTIONS(1320), + [anon_sym_eB] = ACTIONS(1320), + [anon_sym_Eb] = ACTIONS(1320), + [anon_sym_EB] = ACTIONS(1320), + [anon_sym_kib] = ACTIONS(1320), + [anon_sym_kiB] = ACTIONS(1320), + [anon_sym_kIB] = ACTIONS(1320), + [anon_sym_kIb] = ACTIONS(1320), + [anon_sym_Kib] = ACTIONS(1320), + [anon_sym_KIb] = ACTIONS(1320), + [anon_sym_KIB] = ACTIONS(1320), + [anon_sym_mib] = ACTIONS(1320), + [anon_sym_miB] = ACTIONS(1320), + [anon_sym_mIB] = ACTIONS(1320), + [anon_sym_mIb] = ACTIONS(1320), + [anon_sym_Mib] = ACTIONS(1320), + [anon_sym_MIb] = ACTIONS(1320), + [anon_sym_MIB] = ACTIONS(1320), + [anon_sym_gib] = ACTIONS(1320), + [anon_sym_giB] = ACTIONS(1320), + [anon_sym_gIB] = ACTIONS(1320), + [anon_sym_gIb] = ACTIONS(1320), + [anon_sym_Gib] = ACTIONS(1320), + [anon_sym_GIb] = ACTIONS(1320), + [anon_sym_GIB] = ACTIONS(1320), + [anon_sym_tib] = ACTIONS(1320), + [anon_sym_tiB] = ACTIONS(1320), + [anon_sym_tIB] = ACTIONS(1320), + [anon_sym_tIb] = ACTIONS(1320), + [anon_sym_Tib] = ACTIONS(1320), + [anon_sym_TIb] = ACTIONS(1320), + [anon_sym_TIB] = ACTIONS(1320), + [anon_sym_pib] = ACTIONS(1320), + [anon_sym_piB] = ACTIONS(1320), + [anon_sym_pIB] = ACTIONS(1320), + [anon_sym_pIb] = ACTIONS(1320), + [anon_sym_Pib] = ACTIONS(1320), + [anon_sym_PIb] = ACTIONS(1320), + [anon_sym_PIB] = ACTIONS(1320), + [anon_sym_eib] = ACTIONS(1320), + [anon_sym_eiB] = ACTIONS(1320), + [anon_sym_eIB] = ACTIONS(1320), + [anon_sym_eIb] = ACTIONS(1320), + [anon_sym_Eib] = ACTIONS(1320), + [anon_sym_EIb] = ACTIONS(1320), + [anon_sym_EIB] = ACTIONS(1320), + [anon_sym_POUND] = ACTIONS(3), + }, + [466] = { + [sym_comment] = STATE(466), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_RBRACE] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [467] = { + [sym_comment] = STATE(467), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1322), + [anon_sym_PLUS] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1325), + [anon_sym_null] = ACTIONS(129), + [anon_sym_true] = ACTIONS(129), + [anon_sym_false] = ACTIONS(129), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(129), + [aux_sym__val_number_token2] = ACTIONS(129), + [aux_sym__val_number_token3] = ACTIONS(129), + [aux_sym__val_number_token4] = ACTIONS(129), + [aux_sym__val_number_token5] = ACTIONS(129), + [aux_sym__val_number_token6] = ACTIONS(129), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(129), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(129), + [anon_sym_DQUOTE] = ACTIONS(129), + [sym__str_single_quotes] = ACTIONS(129), + [sym__str_back_ticks] = ACTIONS(129), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(129), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(129), + [aux_sym__unquoted_in_list_token1] = ACTIONS(127), + [aux_sym__unquoted_in_list_token7] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [468] = { + [sym_comment] = STATE(468), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(167), + [anon_sym_in] = ACTIONS(167), + [anon_sym_RBRACE] = ACTIONS(167), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(167), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(167), + [anon_sym_xor] = ACTIONS(167), + [anon_sym_or] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [469] = { + [sym_comment] = STATE(469), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [470] = { + [sym_comment] = STATE(470), + [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_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1305), - [sym_val_nothing] = 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_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(1262), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -135218,7 +135146,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hr] = ACTIONS(109), [anon_sym_day] = ACTIONS(109), [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), + [anon_sym_b] = ACTIONS(107), [anon_sym_B] = ACTIONS(109), [anon_sym_kb] = ACTIONS(109), [anon_sym_kB] = ACTIONS(109), @@ -135286,586 +135214,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_POUND] = ACTIONS(3), - }, - [478] = { - [sym_comment] = STATE(478), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(1295), - [anon_sym_POUND] = ACTIONS(3), - }, - [479] = { - [sym_comment] = STATE(479), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1315), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(141), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym__unquoted_in_list_token1] = ACTIONS(139), - [aux_sym__unquoted_in_list_token7] = ACTIONS(139), - [anon_sym_POUND] = ACTIONS(3), - }, - [480] = { - [sym_comment] = STATE(480), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_POUND] = ACTIONS(3), - }, - [481] = { - [sym_comment] = STATE(481), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1319), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), + [aux_sym_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [482] = { - [sym_comment] = STATE(482), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(191), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(191), - [aux_sym__unquoted_in_list_token1] = ACTIONS(189), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1309), + [471] = { + [sym_comment] = STATE(471), + [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(1270), + [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_POUND] = ACTIONS(3), }, - [483] = { - [sym_comment] = STATE(483), + [472] = { + [sym_comment] = STATE(472), [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_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(1313), - [sym_val_nothing] = ACTIONS(117), + [aux_sym__immediate_decimal_token2] = ACTIONS(1254), + [anon_sym_null] = ACTIONS(117), [anon_sym_true] = ACTIONS(117), [anon_sym_false] = ACTIONS(117), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -135959,144 +135437,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_POUND] = ACTIONS(3), }, - [484] = { - [sym_comment] = STATE(484), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_COMMA] = ACTIONS(147), - [anon_sym_RBRACK] = ACTIONS(147), - [anon_sym_LPAREN] = ACTIONS(147), - [anon_sym_DOLLAR] = ACTIONS(147), - [anon_sym_DASH] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(147), - [anon_sym_DOT] = ACTIONS(145), - [anon_sym_DOT2] = ACTIONS(1321), - [anon_sym_PLUS] = ACTIONS(147), - [aux_sym__immediate_decimal_token2] = ACTIONS(1324), - [sym_val_nothing] = ACTIONS(147), - [anon_sym_true] = ACTIONS(147), - [anon_sym_false] = ACTIONS(147), - [aux_sym__val_number_decimal_token1] = ACTIONS(145), - [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(145), - [anon_sym_0o] = ACTIONS(145), - [anon_sym_0x] = ACTIONS(145), - [sym_val_date] = ACTIONS(147), - [anon_sym_DQUOTE] = ACTIONS(147), - [sym__str_single_quotes] = ACTIONS(147), - [sym__str_back_ticks] = ACTIONS(147), - [aux_sym__unquoted_in_list_token1] = ACTIONS(145), - [aux_sym__unquoted_in_list_token7] = ACTIONS(145), - [anon_sym_POUND] = ACTIONS(3), - }, - [485] = { - [sym_comment] = STATE(485), - [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(1326), - [anon_sym_PLUS] = ACTIONS(109), - [aux_sym__immediate_decimal_token2] = ACTIONS(1305), - [sym_val_nothing] = 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), + [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), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -136106,7 +135484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hr] = ACTIONS(109), [anon_sym_day] = ACTIONS(109), [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), + [anon_sym_b] = ACTIONS(107), [anon_sym_B] = ACTIONS(109), [anon_sym_kb] = ACTIONS(109), [anon_sym_kB] = ACTIONS(109), @@ -136174,260 +135552,378 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_unquoted_token6] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [486] = { - [sym_comment] = STATE(486), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(191), - [anon_sym_in] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_STAR] = ACTIONS(189), - [anon_sym_STAR_STAR] = ACTIONS(191), - [anon_sym_PLUS_PLUS] = ACTIONS(191), - [anon_sym_SLASH] = ACTIONS(189), - [anon_sym_mod] = ACTIONS(191), - [anon_sym_SLASH_SLASH] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_bit_DASHshl] = ACTIONS(191), - [anon_sym_bit_DASHshr] = ACTIONS(191), - [anon_sym_EQ_EQ] = ACTIONS(191), - [anon_sym_BANG_EQ] = ACTIONS(191), - [anon_sym_LT2] = ACTIONS(189), - [anon_sym_LT_EQ] = ACTIONS(191), - [anon_sym_GT_EQ] = ACTIONS(191), - [anon_sym_not_DASHin] = ACTIONS(191), - [anon_sym_starts_DASHwith] = ACTIONS(191), - [anon_sym_ends_DASHwith] = ACTIONS(191), - [anon_sym_EQ_TILDE] = ACTIONS(191), - [anon_sym_BANG_TILDE] = ACTIONS(191), - [anon_sym_bit_DASHand] = ACTIONS(191), - [anon_sym_bit_DASHxor] = ACTIONS(191), - [anon_sym_bit_DASHor] = ACTIONS(191), - [anon_sym_and] = ACTIONS(191), - [anon_sym_xor] = ACTIONS(191), - [anon_sym_or] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(189), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [aux_sym_unquoted_token6] = ACTIONS(1295), + [474] = { + [sym_comment] = STATE(474), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(167), + [anon_sym_in] = ACTIONS(167), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(167), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(167), + [anon_sym_xor] = ACTIONS(167), + [anon_sym_or] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [aux_sym_unquoted_token6] = ACTIONS(165), [anon_sym_POUND] = ACTIONS(3), }, - [487] = { - [sym_comment] = STATE(487), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(191), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(191), - [aux_sym__unquoted_in_list_token1] = ACTIONS(189), + [475] = { + [sym_comment] = STATE(475), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_RBRACE] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(1289), [anon_sym_POUND] = ACTIONS(3), }, - [488] = { - [sym_comment] = STATE(488), - [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), + [476] = { + [sym_comment] = STATE(476), + [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_POUND] = ACTIONS(3), + }, + [477] = { + [sym_comment] = STATE(477), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(109), + [anon_sym_in] = ACTIONS(109), [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_DOT] = ACTIONS(107), - [anon_sym_DOT2] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(109), - [sym_val_nothing] = 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_DOT2] = ACTIONS(1272), + [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(1183), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -136437,7 +135933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hr] = ACTIONS(109), [anon_sym_day] = ACTIONS(109), [anon_sym_wk] = ACTIONS(109), - [anon_sym_b] = ACTIONS(109), + [anon_sym_b] = ACTIONS(107), [anon_sym_B] = ACTIONS(109), [anon_sym_kb] = ACTIONS(109), [anon_sym_kB] = ACTIONS(109), @@ -136505,239 +136001,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_POUND] = ACTIONS(3), }, - [489] = { - [sym_comment] = STATE(489), - [anon_sym_LBRACK] = ACTIONS(141), - [anon_sym_COMMA] = ACTIONS(141), - [anon_sym_RBRACK] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(141), - [anon_sym_DOLLAR] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(141), - [anon_sym_DOT] = ACTIONS(139), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_PLUS] = ACTIONS(141), - [sym_val_nothing] = ACTIONS(141), - [anon_sym_true] = ACTIONS(141), - [anon_sym_false] = ACTIONS(141), - [aux_sym__val_number_decimal_token1] = ACTIONS(139), - [aux_sym__val_number_token1] = ACTIONS(141), - [aux_sym__val_number_token2] = ACTIONS(141), - [aux_sym__val_number_token3] = ACTIONS(141), - [aux_sym__val_number_token4] = ACTIONS(141), - [aux_sym__val_number_token5] = ACTIONS(141), - [aux_sym__val_number_token6] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(141), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), - [anon_sym_0b] = ACTIONS(139), - [anon_sym_0o] = ACTIONS(139), - [anon_sym_0x] = ACTIONS(139), - [sym_val_date] = ACTIONS(141), - [anon_sym_DQUOTE] = ACTIONS(141), - [sym__str_single_quotes] = ACTIONS(141), - [sym__str_back_ticks] = ACTIONS(141), - [aux_sym__unquoted_in_list_token1] = ACTIONS(139), - [aux_sym__unquoted_in_list_token7] = ACTIONS(139), + [478] = { + [sym_comment] = STATE(478), + [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_POUND] = ACTIONS(3), }, - [490] = { - [sym_comment] = STATE(490), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_COMMA] = ACTIONS(1329), - [anon_sym_RBRACK] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1329), - [anon_sym_DOLLAR] = ACTIONS(1332), - [anon_sym_DASH] = ACTIONS(1332), - [anon_sym_LBRACE] = ACTIONS(1329), - [anon_sym_DOT] = ACTIONS(1329), - [anon_sym_PLUS] = ACTIONS(1329), - [sym_val_nothing] = ACTIONS(1329), - [anon_sym_true] = ACTIONS(1329), - [anon_sym_false] = ACTIONS(1329), - [aux_sym__val_number_decimal_token1] = ACTIONS(1332), - [aux_sym__val_number_token1] = ACTIONS(1329), - [aux_sym__val_number_token2] = ACTIONS(1329), - [aux_sym__val_number_token3] = ACTIONS(1329), - [aux_sym__val_number_token4] = ACTIONS(1329), - [aux_sym__val_number_token5] = ACTIONS(1329), - [aux_sym__val_number_token6] = ACTIONS(1329), - [anon_sym_ns] = ACTIONS(1335), - [anon_sym_s] = ACTIONS(1335), - [anon_sym_us] = ACTIONS(1335), - [anon_sym_ms] = ACTIONS(1335), - [anon_sym_sec] = ACTIONS(1335), - [anon_sym_min] = ACTIONS(1335), - [anon_sym_hr] = ACTIONS(1335), - [anon_sym_day] = ACTIONS(1335), - [anon_sym_wk] = ACTIONS(1335), - [anon_sym_b] = ACTIONS(1337), - [anon_sym_B] = ACTIONS(1337), - [anon_sym_kb] = ACTIONS(1337), - [anon_sym_kB] = ACTIONS(1337), - [anon_sym_Kb] = ACTIONS(1337), - [anon_sym_KB] = ACTIONS(1337), - [anon_sym_mb] = ACTIONS(1337), - [anon_sym_mB] = ACTIONS(1337), - [anon_sym_Mb] = ACTIONS(1337), - [anon_sym_MB] = ACTIONS(1337), - [anon_sym_gb] = ACTIONS(1337), - [anon_sym_gB] = ACTIONS(1337), - [anon_sym_Gb] = ACTIONS(1337), - [anon_sym_GB] = ACTIONS(1337), - [anon_sym_tb] = ACTIONS(1337), - [anon_sym_tB] = ACTIONS(1337), - [anon_sym_Tb] = ACTIONS(1337), - [anon_sym_TB] = ACTIONS(1337), - [anon_sym_pb] = ACTIONS(1337), - [anon_sym_pB] = ACTIONS(1337), - [anon_sym_Pb] = ACTIONS(1337), - [anon_sym_PB] = ACTIONS(1337), - [anon_sym_eb] = ACTIONS(1337), - [anon_sym_eB] = ACTIONS(1337), - [anon_sym_Eb] = ACTIONS(1337), - [anon_sym_EB] = ACTIONS(1337), - [anon_sym_kib] = ACTIONS(1337), - [anon_sym_kiB] = ACTIONS(1337), - [anon_sym_kIB] = ACTIONS(1337), - [anon_sym_kIb] = ACTIONS(1337), - [anon_sym_Kib] = ACTIONS(1337), - [anon_sym_KIb] = ACTIONS(1337), - [anon_sym_KIB] = ACTIONS(1337), - [anon_sym_mib] = ACTIONS(1337), - [anon_sym_miB] = ACTIONS(1337), - [anon_sym_mIB] = ACTIONS(1337), - [anon_sym_mIb] = ACTIONS(1337), - [anon_sym_Mib] = ACTIONS(1337), - [anon_sym_MIb] = ACTIONS(1337), - [anon_sym_MIB] = ACTIONS(1337), - [anon_sym_gib] = ACTIONS(1337), - [anon_sym_giB] = ACTIONS(1337), - [anon_sym_gIB] = ACTIONS(1337), - [anon_sym_gIb] = ACTIONS(1337), - [anon_sym_Gib] = ACTIONS(1337), - [anon_sym_GIb] = ACTIONS(1337), - [anon_sym_GIB] = ACTIONS(1337), - [anon_sym_tib] = ACTIONS(1337), - [anon_sym_tiB] = ACTIONS(1337), - [anon_sym_tIB] = ACTIONS(1337), - [anon_sym_tIb] = ACTIONS(1337), - [anon_sym_Tib] = ACTIONS(1337), - [anon_sym_TIb] = ACTIONS(1337), - [anon_sym_TIB] = ACTIONS(1337), - [anon_sym_pib] = ACTIONS(1337), - [anon_sym_piB] = ACTIONS(1337), - [anon_sym_pIB] = ACTIONS(1337), - [anon_sym_pIb] = ACTIONS(1337), - [anon_sym_Pib] = ACTIONS(1337), - [anon_sym_PIb] = ACTIONS(1337), - [anon_sym_PIB] = ACTIONS(1337), - [anon_sym_eib] = ACTIONS(1337), - [anon_sym_eiB] = ACTIONS(1337), - [anon_sym_eIB] = ACTIONS(1337), - [anon_sym_eIb] = ACTIONS(1337), - [anon_sym_Eib] = ACTIONS(1337), - [anon_sym_EIb] = ACTIONS(1337), - [anon_sym_EIB] = ACTIONS(1337), - [anon_sym_0b] = ACTIONS(1332), - [anon_sym_0o] = ACTIONS(1332), - [anon_sym_0x] = ACTIONS(1332), - [sym_val_date] = ACTIONS(1329), - [anon_sym_DQUOTE] = ACTIONS(1329), - [sym__str_single_quotes] = ACTIONS(1329), - [sym__str_back_ticks] = ACTIONS(1329), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(215), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(215), - [aux_sym__unquoted_in_list_token1] = ACTIONS(1332), + [479] = { + [sym_comment] = STATE(479), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(150), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(150), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(150), + [aux_sym__unquoted_in_list_token1] = ACTIONS(148), + [aux_sym__unquoted_in_list_token7] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [491] = { - [sym_comment] = STATE(491), + [480] = { + [sym_comment] = STATE(480), [anon_sym_LBRACK] = ACTIONS(117), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RBRACK] = ACTIONS(117), @@ -136748,7 +136239,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(115), [anon_sym_DOT2] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(117), - [sym_val_nothing] = ACTIONS(117), + [aux_sym__immediate_decimal_token1] = ACTIONS(1329), + [aux_sym__immediate_decimal_token2] = ACTIONS(1331), + [anon_sym_null] = ACTIONS(117), [anon_sym_true] = ACTIONS(117), [anon_sym_false] = ACTIONS(117), [aux_sym__val_number_decimal_token1] = ACTIONS(115), @@ -136846,249 +136339,3033 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__unquoted_in_list_token7] = ACTIONS(115), [anon_sym_POUND] = ACTIONS(3), }, - [492] = { - [sym_comment] = STATE(492), - [anon_sym_LBRACK] = ACTIONS(164), - [anon_sym_COMMA] = ACTIONS(164), - [anon_sym_RBRACK] = ACTIONS(164), - [anon_sym_LPAREN] = ACTIONS(164), - [anon_sym_DOLLAR] = ACTIONS(164), - [anon_sym_DASH] = ACTIONS(162), - [anon_sym_LBRACE] = ACTIONS(164), - [anon_sym_DOT] = ACTIONS(162), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_PLUS] = ACTIONS(164), - [sym_val_nothing] = ACTIONS(164), - [anon_sym_true] = ACTIONS(164), - [anon_sym_false] = ACTIONS(164), - [aux_sym__val_number_decimal_token1] = ACTIONS(162), - [aux_sym__val_number_token1] = ACTIONS(164), - [aux_sym__val_number_token2] = ACTIONS(164), - [aux_sym__val_number_token3] = ACTIONS(164), - [aux_sym__val_number_token4] = ACTIONS(164), - [aux_sym__val_number_token5] = ACTIONS(164), - [aux_sym__val_number_token6] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(164), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), - [anon_sym_0b] = ACTIONS(162), - [anon_sym_0o] = ACTIONS(162), - [anon_sym_0x] = ACTIONS(162), - [sym_val_date] = ACTIONS(164), - [anon_sym_DQUOTE] = ACTIONS(164), - [sym__str_single_quotes] = ACTIONS(164), - [sym__str_back_ticks] = ACTIONS(164), - [aux_sym__unquoted_in_list_token1] = ACTIONS(162), - [aux_sym__unquoted_in_list_token7] = ACTIONS(162), + [481] = { + [sym_comment] = STATE(481), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1333), + [anon_sym_PLUS] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(173), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(173), + [aux_sym__unquoted_in_list_token1] = ACTIONS(171), + [aux_sym__unquoted_in_list_token7] = ACTIONS(1335), [anon_sym_POUND] = ACTIONS(3), }, - [493] = { - [sym_comment] = STATE(493), - [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), - [sym_val_nothing] = 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(1335), - [anon_sym_s] = ACTIONS(1335), - [anon_sym_us] = ACTIONS(1335), - [anon_sym_ms] = ACTIONS(1335), - [anon_sym_sec] = ACTIONS(1335), - [anon_sym_min] = ACTIONS(1335), - [anon_sym_hr] = ACTIONS(1335), - [anon_sym_day] = ACTIONS(1335), - [anon_sym_wk] = ACTIONS(1335), - [anon_sym_b] = ACTIONS(1337), - [anon_sym_B] = ACTIONS(1337), - [anon_sym_kb] = ACTIONS(1337), - [anon_sym_kB] = ACTIONS(1337), - [anon_sym_Kb] = ACTIONS(1337), - [anon_sym_KB] = ACTIONS(1337), - [anon_sym_mb] = ACTIONS(1337), - [anon_sym_mB] = ACTIONS(1337), - [anon_sym_Mb] = ACTIONS(1337), - [anon_sym_MB] = ACTIONS(1337), - [anon_sym_gb] = ACTIONS(1337), - [anon_sym_gB] = ACTIONS(1337), - [anon_sym_Gb] = ACTIONS(1337), - [anon_sym_GB] = ACTIONS(1337), - [anon_sym_tb] = ACTIONS(1337), - [anon_sym_tB] = ACTIONS(1337), - [anon_sym_Tb] = ACTIONS(1337), - [anon_sym_TB] = ACTIONS(1337), - [anon_sym_pb] = ACTIONS(1337), - [anon_sym_pB] = ACTIONS(1337), - [anon_sym_Pb] = ACTIONS(1337), - [anon_sym_PB] = ACTIONS(1337), - [anon_sym_eb] = ACTIONS(1337), - [anon_sym_eB] = ACTIONS(1337), - [anon_sym_Eb] = ACTIONS(1337), - [anon_sym_EB] = ACTIONS(1337), - [anon_sym_kib] = ACTIONS(1337), - [anon_sym_kiB] = ACTIONS(1337), - [anon_sym_kIB] = ACTIONS(1337), - [anon_sym_kIb] = ACTIONS(1337), - [anon_sym_Kib] = ACTIONS(1337), - [anon_sym_KIb] = ACTIONS(1337), - [anon_sym_KIB] = ACTIONS(1337), - [anon_sym_mib] = ACTIONS(1337), - [anon_sym_miB] = ACTIONS(1337), - [anon_sym_mIB] = ACTIONS(1337), - [anon_sym_mIb] = ACTIONS(1337), - [anon_sym_Mib] = ACTIONS(1337), - [anon_sym_MIb] = ACTIONS(1337), - [anon_sym_MIB] = ACTIONS(1337), - [anon_sym_gib] = ACTIONS(1337), - [anon_sym_giB] = ACTIONS(1337), - [anon_sym_gIB] = ACTIONS(1337), - [anon_sym_gIb] = ACTIONS(1337), - [anon_sym_Gib] = ACTIONS(1337), - [anon_sym_GIb] = ACTIONS(1337), - [anon_sym_GIB] = ACTIONS(1337), - [anon_sym_tib] = ACTIONS(1337), - [anon_sym_tiB] = ACTIONS(1337), - [anon_sym_tIB] = ACTIONS(1337), - [anon_sym_tIb] = ACTIONS(1337), - [anon_sym_Tib] = ACTIONS(1337), - [anon_sym_TIb] = ACTIONS(1337), - [anon_sym_TIB] = ACTIONS(1337), - [anon_sym_pib] = ACTIONS(1337), - [anon_sym_piB] = ACTIONS(1337), - [anon_sym_pIB] = ACTIONS(1337), - [anon_sym_pIb] = ACTIONS(1337), - [anon_sym_Pib] = ACTIONS(1337), - [anon_sym_PIb] = ACTIONS(1337), - [anon_sym_PIB] = ACTIONS(1337), - [anon_sym_eib] = ACTIONS(1337), - [anon_sym_eiB] = ACTIONS(1337), - [anon_sym_eIB] = ACTIONS(1337), - [anon_sym_eIb] = ACTIONS(1337), - [anon_sym_Eib] = ACTIONS(1337), - [anon_sym_EIb] = ACTIONS(1337), - [anon_sym_EIB] = ACTIONS(1337), - [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), + [482] = { + [sym_comment] = STATE(482), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_EQ_GT] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), [anon_sym_POUND] = ACTIONS(3), }, - [494] = { - [sym_comment] = STATE(494), - [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), - [sym_val_nothing] = 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), + [483] = { + [sym_comment] = STATE(483), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(1289), + [anon_sym_POUND] = ACTIONS(3), + }, + [484] = { + [sym_comment] = STATE(484), + [anon_sym_GT] = ACTIONS(148), + [anon_sym_DASH] = ACTIONS(150), + [anon_sym_in] = ACTIONS(150), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_STAR] = ACTIONS(148), + [anon_sym_STAR_STAR] = ACTIONS(150), + [anon_sym_PLUS_PLUS] = ACTIONS(150), + [anon_sym_SLASH] = ACTIONS(148), + [anon_sym_mod] = ACTIONS(150), + [anon_sym_SLASH_SLASH] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(148), + [anon_sym_bit_DASHshl] = ACTIONS(150), + [anon_sym_bit_DASHshr] = ACTIONS(150), + [anon_sym_EQ_EQ] = ACTIONS(150), + [anon_sym_BANG_EQ] = ACTIONS(150), + [anon_sym_LT2] = ACTIONS(148), + [anon_sym_LT_EQ] = ACTIONS(150), + [anon_sym_GT_EQ] = ACTIONS(150), + [anon_sym_not_DASHin] = ACTIONS(150), + [anon_sym_starts_DASHwith] = ACTIONS(150), + [anon_sym_ends_DASHwith] = ACTIONS(150), + [anon_sym_EQ_TILDE] = ACTIONS(150), + [anon_sym_BANG_TILDE] = ACTIONS(150), + [anon_sym_bit_DASHand] = ACTIONS(150), + [anon_sym_bit_DASHxor] = ACTIONS(150), + [anon_sym_bit_DASHor] = ACTIONS(150), + [anon_sym_and] = ACTIONS(150), + [anon_sym_xor] = ACTIONS(150), + [anon_sym_or] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(148), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [aux_sym_unquoted_token6] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [485] = { + [sym_comment] = STATE(485), + [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_RBRACK] = ACTIONS(167), + [anon_sym_LPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(167), + [anon_sym_null] = ACTIONS(167), + [anon_sym_true] = ACTIONS(167), + [anon_sym_false] = ACTIONS(167), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(167), + [aux_sym__val_number_token2] = ACTIONS(167), + [aux_sym__val_number_token3] = ACTIONS(167), + [aux_sym__val_number_token4] = ACTIONS(167), + [aux_sym__val_number_token5] = ACTIONS(167), + [aux_sym__val_number_token6] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(167), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(167), + [anon_sym_DQUOTE] = ACTIONS(167), + [sym__str_single_quotes] = ACTIONS(167), + [sym__str_back_ticks] = ACTIONS(167), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(167), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(167), + [aux_sym__unquoted_in_list_token1] = ACTIONS(165), + [aux_sym__unquoted_in_list_token7] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [486] = { + [sym_comment] = STATE(486), + [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(1337), + [aux_sym__immediate_decimal_token2] = ACTIONS(1339), + [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_POUND] = ACTIONS(3), + }, + [487] = { + [sym_comment] = STATE(487), + [anon_sym_GT] = ACTIONS(165), + [anon_sym_DASH] = ACTIONS(167), + [anon_sym_in] = ACTIONS(167), + [anon_sym_EQ_GT] = ACTIONS(167), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_STAR] = ACTIONS(165), + [anon_sym_STAR_STAR] = ACTIONS(167), + [anon_sym_PLUS_PLUS] = ACTIONS(167), + [anon_sym_SLASH] = ACTIONS(165), + [anon_sym_mod] = ACTIONS(167), + [anon_sym_SLASH_SLASH] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(165), + [anon_sym_bit_DASHshl] = ACTIONS(167), + [anon_sym_bit_DASHshr] = ACTIONS(167), + [anon_sym_EQ_EQ] = ACTIONS(167), + [anon_sym_BANG_EQ] = ACTIONS(167), + [anon_sym_LT2] = ACTIONS(165), + [anon_sym_LT_EQ] = ACTIONS(167), + [anon_sym_GT_EQ] = ACTIONS(167), + [anon_sym_not_DASHin] = ACTIONS(167), + [anon_sym_starts_DASHwith] = ACTIONS(167), + [anon_sym_ends_DASHwith] = ACTIONS(167), + [anon_sym_EQ_TILDE] = ACTIONS(167), + [anon_sym_BANG_TILDE] = ACTIONS(167), + [anon_sym_bit_DASHand] = ACTIONS(167), + [anon_sym_bit_DASHxor] = ACTIONS(167), + [anon_sym_bit_DASHor] = ACTIONS(167), + [anon_sym_and] = ACTIONS(167), + [anon_sym_xor] = ACTIONS(167), + [anon_sym_or] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(165), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [aux_sym_unquoted_token6] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), + }, + [488] = { + [sym_comment] = STATE(488), + [anon_sym_GT] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(129), + [anon_sym_in] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_DOT2] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_STAR_STAR] = ACTIONS(129), + [anon_sym_PLUS_PLUS] = ACTIONS(129), + [anon_sym_SLASH] = ACTIONS(127), + [anon_sym_mod] = ACTIONS(129), + [anon_sym_SLASH_SLASH] = ACTIONS(129), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_bit_DASHshl] = ACTIONS(129), + [anon_sym_bit_DASHshr] = ACTIONS(129), + [anon_sym_EQ_EQ] = ACTIONS(129), + [anon_sym_BANG_EQ] = ACTIONS(129), + [anon_sym_LT2] = ACTIONS(127), + [anon_sym_LT_EQ] = ACTIONS(129), + [anon_sym_GT_EQ] = ACTIONS(129), + [anon_sym_not_DASHin] = ACTIONS(129), + [anon_sym_starts_DASHwith] = ACTIONS(129), + [anon_sym_ends_DASHwith] = ACTIONS(129), + [anon_sym_EQ_TILDE] = ACTIONS(129), + [anon_sym_BANG_TILDE] = ACTIONS(129), + [anon_sym_bit_DASHand] = ACTIONS(129), + [anon_sym_bit_DASHxor] = ACTIONS(129), + [anon_sym_bit_DASHor] = ACTIONS(129), + [anon_sym_and] = ACTIONS(129), + [anon_sym_xor] = ACTIONS(129), + [anon_sym_or] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1244), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [anon_sym_POUND] = ACTIONS(3), + }, + [489] = { + [sym_comment] = STATE(489), + [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_POUND] = ACTIONS(3), + }, + [490] = { + [sym_comment] = STATE(490), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(1289), + [anon_sym_POUND] = ACTIONS(3), + }, + [491] = { + [sym_comment] = STATE(491), + [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_POUND] = ACTIONS(3), + }, + [492] = { + [sym_comment] = STATE(492), + [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_POUND] = ACTIONS(3), + }, + [493] = { + [sym_comment] = STATE(493), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1341), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [494] = { + [sym_comment] = STATE(494), + [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(1339), + [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_POUND] = ACTIONS(3), + }, + [495] = { + [sym_comment] = STATE(495), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1343), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(150), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym__unquoted_in_list_token1] = ACTIONS(148), + [aux_sym__unquoted_in_list_token7] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [496] = { + [sym_comment] = STATE(496), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(1289), + [anon_sym_POUND] = ACTIONS(3), + }, + [497] = { + [sym_comment] = STATE(497), + [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(1331), + [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_POUND] = ACTIONS(3), + }, + [498] = { + [sym_comment] = STATE(498), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1345), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [499] = { + [sym_comment] = STATE(499), + [anon_sym_LBRACK] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(129), + [anon_sym_RBRACK] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_DOLLAR] = ACTIONS(129), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_DOT] = ACTIONS(127), + [anon_sym_DOT2] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(129), + [aux_sym__immediate_decimal_token2] = ACTIONS(1350), + [anon_sym_null] = ACTIONS(129), + [anon_sym_true] = ACTIONS(129), + [anon_sym_false] = ACTIONS(129), + [aux_sym__val_number_decimal_token1] = ACTIONS(127), + [aux_sym__val_number_token1] = ACTIONS(129), + [aux_sym__val_number_token2] = ACTIONS(129), + [aux_sym__val_number_token3] = ACTIONS(129), + [aux_sym__val_number_token4] = ACTIONS(129), + [aux_sym__val_number_token5] = ACTIONS(129), + [aux_sym__val_number_token6] = ACTIONS(129), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(129), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), + [anon_sym_0b] = ACTIONS(127), + [anon_sym_0o] = ACTIONS(127), + [anon_sym_0x] = ACTIONS(127), + [sym_val_date] = ACTIONS(129), + [anon_sym_DQUOTE] = ACTIONS(129), + [sym__str_single_quotes] = ACTIONS(129), + [sym__str_back_ticks] = ACTIONS(129), + [aux_sym__unquoted_in_list_token1] = ACTIONS(127), + [aux_sym__unquoted_in_list_token7] = ACTIONS(127), + [anon_sym_POUND] = ACTIONS(3), + }, + [500] = { + [sym_comment] = STATE(500), + [anon_sym_GT] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(173), + [anon_sym_in] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_STAR] = ACTIONS(171), + [anon_sym_STAR_STAR] = ACTIONS(173), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_SLASH] = ACTIONS(171), + [anon_sym_mod] = ACTIONS(173), + [anon_sym_SLASH_SLASH] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_bit_DASHshl] = ACTIONS(173), + [anon_sym_bit_DASHshr] = ACTIONS(173), + [anon_sym_EQ_EQ] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(173), + [anon_sym_LT2] = ACTIONS(171), + [anon_sym_LT_EQ] = ACTIONS(173), + [anon_sym_GT_EQ] = ACTIONS(173), + [anon_sym_not_DASHin] = ACTIONS(173), + [anon_sym_starts_DASHwith] = ACTIONS(173), + [anon_sym_ends_DASHwith] = ACTIONS(173), + [anon_sym_EQ_TILDE] = ACTIONS(173), + [anon_sym_BANG_TILDE] = ACTIONS(173), + [anon_sym_bit_DASHand] = ACTIONS(173), + [anon_sym_bit_DASHxor] = ACTIONS(173), + [anon_sym_bit_DASHor] = ACTIONS(173), + [anon_sym_and] = ACTIONS(173), + [anon_sym_xor] = ACTIONS(173), + [anon_sym_or] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(171), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [aux_sym_unquoted_token6] = ACTIONS(1289), + [anon_sym_POUND] = ACTIONS(3), + }, + [501] = { + [sym_comment] = STATE(501), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(173), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(173), + [aux_sym__unquoted_in_list_token1] = ACTIONS(171), + [aux_sym__unquoted_in_list_token7] = ACTIONS(1335), + [anon_sym_POUND] = ACTIONS(3), + }, + [502] = { + [sym_comment] = STATE(502), + [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(1352), + [anon_sym_PLUS] = ACTIONS(109), + [aux_sym__immediate_decimal_token2] = ACTIONS(1339), + [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_POUND] = ACTIONS(3), + }, + [503] = { + [sym_comment] = STATE(503), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(173), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(173), + [aux_sym__unquoted_in_list_token1] = ACTIONS(171), + [anon_sym_POUND] = ACTIONS(3), + }, + [504] = { + [sym_comment] = STATE(504), + [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [505] = { + [sym_comment] = STATE(505), + [anon_sym_LBRACK] = ACTIONS(1355), + [anon_sym_COMMA] = ACTIONS(1355), + [anon_sym_RBRACK] = ACTIONS(1355), + [anon_sym_LPAREN] = ACTIONS(1355), + [anon_sym_DOLLAR] = ACTIONS(1358), + [anon_sym_DASH] = ACTIONS(1358), + [anon_sym_LBRACE] = ACTIONS(1355), + [anon_sym_DOT] = ACTIONS(1355), + [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_null] = ACTIONS(1355), + [anon_sym_true] = ACTIONS(1355), + [anon_sym_false] = ACTIONS(1355), + [aux_sym__val_number_decimal_token1] = ACTIONS(1358), + [aux_sym__val_number_token1] = ACTIONS(1355), + [aux_sym__val_number_token2] = ACTIONS(1355), + [aux_sym__val_number_token3] = ACTIONS(1355), + [aux_sym__val_number_token4] = ACTIONS(1355), + [aux_sym__val_number_token5] = ACTIONS(1355), + [aux_sym__val_number_token6] = ACTIONS(1355), + [anon_sym_ns] = ACTIONS(1361), + [anon_sym_s] = ACTIONS(1361), + [anon_sym_us] = ACTIONS(1361), + [anon_sym_ms] = ACTIONS(1361), + [anon_sym_sec] = ACTIONS(1361), + [anon_sym_min] = ACTIONS(1361), + [anon_sym_hr] = ACTIONS(1361), + [anon_sym_day] = ACTIONS(1361), + [anon_sym_wk] = ACTIONS(1361), + [anon_sym_b] = ACTIONS(1363), + [anon_sym_B] = ACTIONS(1363), + [anon_sym_kb] = ACTIONS(1363), + [anon_sym_kB] = ACTIONS(1363), + [anon_sym_Kb] = ACTIONS(1363), + [anon_sym_KB] = ACTIONS(1363), + [anon_sym_mb] = ACTIONS(1363), + [anon_sym_mB] = ACTIONS(1363), + [anon_sym_Mb] = ACTIONS(1363), + [anon_sym_MB] = ACTIONS(1363), + [anon_sym_gb] = ACTIONS(1363), + [anon_sym_gB] = ACTIONS(1363), + [anon_sym_Gb] = ACTIONS(1363), + [anon_sym_GB] = ACTIONS(1363), + [anon_sym_tb] = ACTIONS(1363), + [anon_sym_tB] = ACTIONS(1363), + [anon_sym_Tb] = ACTIONS(1363), + [anon_sym_TB] = ACTIONS(1363), + [anon_sym_pb] = ACTIONS(1363), + [anon_sym_pB] = ACTIONS(1363), + [anon_sym_Pb] = ACTIONS(1363), + [anon_sym_PB] = ACTIONS(1363), + [anon_sym_eb] = ACTIONS(1363), + [anon_sym_eB] = ACTIONS(1363), + [anon_sym_Eb] = ACTIONS(1363), + [anon_sym_EB] = ACTIONS(1363), + [anon_sym_kib] = ACTIONS(1363), + [anon_sym_kiB] = ACTIONS(1363), + [anon_sym_kIB] = ACTIONS(1363), + [anon_sym_kIb] = ACTIONS(1363), + [anon_sym_Kib] = ACTIONS(1363), + [anon_sym_KIb] = ACTIONS(1363), + [anon_sym_KIB] = ACTIONS(1363), + [anon_sym_mib] = ACTIONS(1363), + [anon_sym_miB] = ACTIONS(1363), + [anon_sym_mIB] = ACTIONS(1363), + [anon_sym_mIb] = ACTIONS(1363), + [anon_sym_Mib] = ACTIONS(1363), + [anon_sym_MIb] = ACTIONS(1363), + [anon_sym_MIB] = ACTIONS(1363), + [anon_sym_gib] = ACTIONS(1363), + [anon_sym_giB] = ACTIONS(1363), + [anon_sym_gIB] = ACTIONS(1363), + [anon_sym_gIb] = ACTIONS(1363), + [anon_sym_Gib] = ACTIONS(1363), + [anon_sym_GIb] = ACTIONS(1363), + [anon_sym_GIB] = ACTIONS(1363), + [anon_sym_tib] = ACTIONS(1363), + [anon_sym_tiB] = ACTIONS(1363), + [anon_sym_tIB] = ACTIONS(1363), + [anon_sym_tIb] = ACTIONS(1363), + [anon_sym_Tib] = ACTIONS(1363), + [anon_sym_TIb] = ACTIONS(1363), + [anon_sym_TIB] = ACTIONS(1363), + [anon_sym_pib] = ACTIONS(1363), + [anon_sym_piB] = ACTIONS(1363), + [anon_sym_pIB] = ACTIONS(1363), + [anon_sym_pIb] = ACTIONS(1363), + [anon_sym_Pib] = ACTIONS(1363), + [anon_sym_PIb] = ACTIONS(1363), + [anon_sym_PIB] = ACTIONS(1363), + [anon_sym_eib] = ACTIONS(1363), + [anon_sym_eiB] = ACTIONS(1363), + [anon_sym_eIB] = ACTIONS(1363), + [anon_sym_eIb] = ACTIONS(1363), + [anon_sym_Eib] = ACTIONS(1363), + [anon_sym_EIb] = ACTIONS(1363), + [anon_sym_EIB] = ACTIONS(1363), + [anon_sym_0b] = ACTIONS(1358), + [anon_sym_0o] = ACTIONS(1358), + [anon_sym_0x] = ACTIONS(1358), + [sym_val_date] = ACTIONS(1355), + [anon_sym_DQUOTE] = ACTIONS(1355), + [sym__str_single_quotes] = ACTIONS(1355), + [sym__str_back_ticks] = ACTIONS(1355), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(215), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(215), + [aux_sym__unquoted_in_list_token1] = ACTIONS(1358), + [anon_sym_POUND] = ACTIONS(3), + }, + [506] = { + [sym_comment] = STATE(506), + [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), + [anon_sym_POUND] = ACTIONS(3), + }, + [507] = { + [sym_comment] = STATE(507), + [anon_sym_LBRACK] = ACTIONS(150), + [anon_sym_COMMA] = ACTIONS(150), + [anon_sym_RBRACK] = ACTIONS(150), + [anon_sym_LPAREN] = ACTIONS(150), + [anon_sym_DOLLAR] = ACTIONS(150), + [anon_sym_DASH] = ACTIONS(148), + [anon_sym_LBRACE] = ACTIONS(150), + [anon_sym_DOT] = ACTIONS(148), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(150), + [anon_sym_null] = ACTIONS(150), + [anon_sym_true] = ACTIONS(150), + [anon_sym_false] = ACTIONS(150), + [aux_sym__val_number_decimal_token1] = ACTIONS(148), + [aux_sym__val_number_token1] = ACTIONS(150), + [aux_sym__val_number_token2] = ACTIONS(150), + [aux_sym__val_number_token3] = ACTIONS(150), + [aux_sym__val_number_token4] = ACTIONS(150), + [aux_sym__val_number_token5] = ACTIONS(150), + [aux_sym__val_number_token6] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(150), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_0b] = ACTIONS(148), + [anon_sym_0o] = ACTIONS(148), + [anon_sym_0x] = ACTIONS(148), + [sym_val_date] = ACTIONS(150), + [anon_sym_DQUOTE] = ACTIONS(150), + [sym__str_single_quotes] = ACTIONS(150), + [sym__str_back_ticks] = ACTIONS(150), + [aux_sym__unquoted_in_list_token1] = ACTIONS(148), + [aux_sym__unquoted_in_list_token7] = ACTIONS(148), + [anon_sym_POUND] = ACTIONS(3), + }, + [508] = { + [sym_comment] = STATE(508), + [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), @@ -137176,7070 +139453,4799 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__unquoted_in_list_token1] = ACTIONS(221), [anon_sym_POUND] = ACTIONS(3), }, - [495] = { - [sym_comment] = STATE(495), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(189), - [anon_sym_DOT2] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym__unquoted_in_list_token1] = ACTIONS(189), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1309), - [anon_sym_POUND] = ACTIONS(3), - }, - [496] = { - [sym_comment] = STATE(496), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_COMMA] = ACTIONS(191), - [anon_sym_RBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(191), - [anon_sym_DOLLAR] = ACTIONS(191), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_LBRACE] = ACTIONS(191), - [anon_sym_DOT] = ACTIONS(191), - [anon_sym_PLUS] = ACTIONS(191), - [sym_val_nothing] = ACTIONS(191), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [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(191), - [aux_sym__val_number_token5] = ACTIONS(191), - [aux_sym__val_number_token6] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), - [anon_sym_0b] = ACTIONS(189), - [anon_sym_0o] = ACTIONS(189), - [anon_sym_0x] = ACTIONS(189), - [sym_val_date] = ACTIONS(191), - [anon_sym_DQUOTE] = ACTIONS(191), - [sym__str_single_quotes] = ACTIONS(191), - [sym__str_back_ticks] = ACTIONS(191), - [aux_sym__unquoted_in_list_token1] = ACTIONS(189), - [aux_sym__unquoted_in_list_token7] = ACTIONS(1309), - [anon_sym_POUND] = ACTIONS(3), - }, - [497] = { - [sym_comment] = STATE(497), - [anon_sym_LBRACK] = ACTIONS(1339), - [anon_sym_COMMA] = ACTIONS(1339), - [anon_sym_RBRACK] = ACTIONS(1339), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_DOLLAR] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1341), - [anon_sym_LBRACE] = ACTIONS(1339), - [anon_sym_DOT] = ACTIONS(1339), - [anon_sym_PLUS] = ACTIONS(1339), - [sym_val_nothing] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1339), - [anon_sym_false] = ACTIONS(1339), - [aux_sym__val_number_decimal_token1] = ACTIONS(1341), - [aux_sym__val_number_token1] = ACTIONS(1339), - [aux_sym__val_number_token2] = ACTIONS(1339), - [aux_sym__val_number_token3] = ACTIONS(1339), - [aux_sym__val_number_token4] = ACTIONS(1339), - [aux_sym__val_number_token5] = ACTIONS(1339), - [aux_sym__val_number_token6] = ACTIONS(1339), - [anon_sym_ns] = ACTIONS(1335), - [anon_sym_s] = ACTIONS(1335), - [anon_sym_us] = ACTIONS(1335), - [anon_sym_ms] = ACTIONS(1335), - [anon_sym_sec] = ACTIONS(1335), - [anon_sym_min] = ACTIONS(1335), - [anon_sym_hr] = ACTIONS(1335), - [anon_sym_day] = ACTIONS(1335), - [anon_sym_wk] = ACTIONS(1335), - [anon_sym_b] = ACTIONS(1337), - [anon_sym_B] = ACTIONS(1337), - [anon_sym_kb] = ACTIONS(1337), - [anon_sym_kB] = ACTIONS(1337), - [anon_sym_Kb] = ACTIONS(1337), - [anon_sym_KB] = ACTIONS(1337), - [anon_sym_mb] = ACTIONS(1337), - [anon_sym_mB] = ACTIONS(1337), - [anon_sym_Mb] = ACTIONS(1337), - [anon_sym_MB] = ACTIONS(1337), - [anon_sym_gb] = ACTIONS(1337), - [anon_sym_gB] = ACTIONS(1337), - [anon_sym_Gb] = ACTIONS(1337), - [anon_sym_GB] = ACTIONS(1337), - [anon_sym_tb] = ACTIONS(1337), - [anon_sym_tB] = ACTIONS(1337), - [anon_sym_Tb] = ACTIONS(1337), - [anon_sym_TB] = ACTIONS(1337), - [anon_sym_pb] = ACTIONS(1337), - [anon_sym_pB] = ACTIONS(1337), - [anon_sym_Pb] = ACTIONS(1337), - [anon_sym_PB] = ACTIONS(1337), - [anon_sym_eb] = ACTIONS(1337), - [anon_sym_eB] = ACTIONS(1337), - [anon_sym_Eb] = ACTIONS(1337), - [anon_sym_EB] = ACTIONS(1337), - [anon_sym_kib] = ACTIONS(1337), - [anon_sym_kiB] = ACTIONS(1337), - [anon_sym_kIB] = ACTIONS(1337), - [anon_sym_kIb] = ACTIONS(1337), - [anon_sym_Kib] = ACTIONS(1337), - [anon_sym_KIb] = ACTIONS(1337), - [anon_sym_KIB] = ACTIONS(1337), - [anon_sym_mib] = ACTIONS(1337), - [anon_sym_miB] = ACTIONS(1337), - [anon_sym_mIB] = ACTIONS(1337), - [anon_sym_mIb] = ACTIONS(1337), - [anon_sym_Mib] = ACTIONS(1337), - [anon_sym_MIb] = ACTIONS(1337), - [anon_sym_MIB] = ACTIONS(1337), - [anon_sym_gib] = ACTIONS(1337), - [anon_sym_giB] = ACTIONS(1337), - [anon_sym_gIB] = ACTIONS(1337), - [anon_sym_gIb] = ACTIONS(1337), - [anon_sym_Gib] = ACTIONS(1337), - [anon_sym_GIb] = ACTIONS(1337), - [anon_sym_GIB] = ACTIONS(1337), - [anon_sym_tib] = ACTIONS(1337), - [anon_sym_tiB] = ACTIONS(1337), - [anon_sym_tIB] = ACTIONS(1337), - [anon_sym_tIb] = ACTIONS(1337), - [anon_sym_Tib] = ACTIONS(1337), - [anon_sym_TIb] = ACTIONS(1337), - [anon_sym_TIB] = ACTIONS(1337), - [anon_sym_pib] = ACTIONS(1337), - [anon_sym_piB] = ACTIONS(1337), - [anon_sym_pIB] = ACTIONS(1337), - [anon_sym_pIb] = ACTIONS(1337), - [anon_sym_Pib] = ACTIONS(1337), - [anon_sym_PIb] = ACTIONS(1337), - [anon_sym_PIB] = ACTIONS(1337), - [anon_sym_eib] = ACTIONS(1337), - [anon_sym_eiB] = ACTIONS(1337), - [anon_sym_eIB] = ACTIONS(1337), - [anon_sym_eIb] = ACTIONS(1337), - [anon_sym_Eib] = ACTIONS(1337), - [anon_sym_EIb] = ACTIONS(1337), - [anon_sym_EIB] = ACTIONS(1337), - [anon_sym_0b] = ACTIONS(1341), - [anon_sym_0o] = ACTIONS(1341), - [anon_sym_0x] = ACTIONS(1341), - [sym_val_date] = ACTIONS(1339), - [anon_sym_DQUOTE] = ACTIONS(1339), - [sym__str_single_quotes] = ACTIONS(1339), - [sym__str_back_ticks] = ACTIONS(1339), - [aux_sym__unquoted_in_list_token1] = ACTIONS(1341), - [anon_sym_POUND] = ACTIONS(3), - }, - [498] = { - [sym_comment] = STATE(498), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(1347), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(1349), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(1347), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(1351), - [aux_sym_unquoted_token6] = ACTIONS(1353), - [anon_sym_POUND] = ACTIONS(105), - }, - [499] = { - [sym_comment] = STATE(499), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(1355), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(1357), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(1355), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(1359), - [aux_sym_unquoted_token6] = ACTIONS(1361), - [anon_sym_POUND] = ACTIONS(105), - }, - [500] = { - [sym_comment] = STATE(500), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(1367), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(1369), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(1371), - [anon_sym_POUND] = ACTIONS(105), - }, - [501] = { - [sym_cell_path] = STATE(545), - [sym_path] = STATE(511), - [sym_comment] = STATE(501), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(1377), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_POUND] = ACTIONS(105), - }, - [502] = { - [sym_cell_path] = STATE(561), - [sym_path] = STATE(509), - [sym_comment] = STATE(502), - [anon_sym_export] = ACTIONS(1380), - [anon_sym_alias] = ACTIONS(1380), - [anon_sym_let] = ACTIONS(1380), - [anon_sym_let_DASHenv] = ACTIONS(1380), - [anon_sym_mut] = ACTIONS(1380), - [anon_sym_const] = ACTIONS(1380), - [anon_sym_SEMI] = ACTIONS(1380), - [sym_cmd_identifier] = ACTIONS(1380), - [anon_sym_LF] = ACTIONS(1382), - [anon_sym_def] = ACTIONS(1380), - [anon_sym_export_DASHenv] = ACTIONS(1380), - [anon_sym_extern] = ACTIONS(1380), - [anon_sym_module] = ACTIONS(1380), - [anon_sym_use] = ACTIONS(1380), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_LPAREN] = ACTIONS(1380), - [anon_sym_RPAREN] = ACTIONS(1380), - [anon_sym_DOLLAR] = ACTIONS(1380), - [anon_sym_error] = ACTIONS(1380), - [anon_sym_GT] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1380), - [anon_sym_break] = ACTIONS(1380), - [anon_sym_continue] = ACTIONS(1380), - [anon_sym_for] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1380), - [anon_sym_loop] = ACTIONS(1380), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1380), - [anon_sym_if] = ACTIONS(1380), - [anon_sym_match] = ACTIONS(1380), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_RBRACE] = ACTIONS(1380), - [anon_sym_DOT] = ACTIONS(1380), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1380), - [anon_sym_return] = ACTIONS(1380), - [anon_sym_source] = ACTIONS(1380), - [anon_sym_source_DASHenv] = ACTIONS(1380), - [anon_sym_register] = ACTIONS(1380), - [anon_sym_hide] = ACTIONS(1380), - [anon_sym_hide_DASHenv] = ACTIONS(1380), - [anon_sym_overlay] = ACTIONS(1380), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_where] = ACTIONS(1380), - [anon_sym_STAR_STAR] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_SLASH] = ACTIONS(1380), - [anon_sym_mod] = ACTIONS(1380), - [anon_sym_SLASH_SLASH] = ACTIONS(1380), - [anon_sym_PLUS] = ACTIONS(1380), - [anon_sym_bit_DASHshl] = ACTIONS(1380), - [anon_sym_bit_DASHshr] = ACTIONS(1380), - [anon_sym_EQ_EQ] = ACTIONS(1380), - [anon_sym_BANG_EQ] = ACTIONS(1380), - [anon_sym_LT2] = ACTIONS(1380), - [anon_sym_LT_EQ] = ACTIONS(1380), - [anon_sym_GT_EQ] = ACTIONS(1380), - [anon_sym_not_DASHin] = ACTIONS(1380), - [anon_sym_starts_DASHwith] = ACTIONS(1380), - [anon_sym_ends_DASHwith] = ACTIONS(1380), - [anon_sym_EQ_TILDE] = ACTIONS(1380), - [anon_sym_BANG_TILDE] = ACTIONS(1380), - [anon_sym_bit_DASHand] = ACTIONS(1380), - [anon_sym_bit_DASHxor] = ACTIONS(1380), - [anon_sym_bit_DASHor] = ACTIONS(1380), - [anon_sym_and] = ACTIONS(1380), - [anon_sym_xor] = ACTIONS(1380), - [anon_sym_or] = ACTIONS(1380), - [anon_sym_not] = ACTIONS(1380), - [sym_val_nothing] = ACTIONS(1380), - [anon_sym_true] = ACTIONS(1380), - [anon_sym_false] = ACTIONS(1380), - [aux_sym__val_number_decimal_token1] = ACTIONS(1380), - [aux_sym__val_number_token1] = ACTIONS(1380), - [aux_sym__val_number_token2] = ACTIONS(1380), - [aux_sym__val_number_token3] = ACTIONS(1380), - [aux_sym__val_number_token4] = ACTIONS(1380), - [aux_sym__val_number_token5] = ACTIONS(1380), - [aux_sym__val_number_token6] = ACTIONS(1380), - [anon_sym_0b] = ACTIONS(1380), - [anon_sym_0o] = ACTIONS(1380), - [anon_sym_0x] = ACTIONS(1380), - [sym_val_date] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym__str_single_quotes] = ACTIONS(1380), - [sym__str_back_ticks] = ACTIONS(1380), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1380), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1380), - [anon_sym_CARET] = ACTIONS(1380), - [anon_sym_POUND] = ACTIONS(105), - }, - [503] = { - [sym_path] = STATE(543), - [sym_comment] = STATE(503), - [aux_sym_cell_path_repeat1] = STATE(513), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_RPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, - [504] = { - [sym_cell_path] = STATE(578), - [sym_path] = STATE(509), - [sym_comment] = STATE(504), - [anon_sym_export] = ACTIONS(1390), - [anon_sym_alias] = ACTIONS(1390), - [anon_sym_let] = ACTIONS(1390), - [anon_sym_let_DASHenv] = ACTIONS(1390), - [anon_sym_mut] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1390), - [sym_cmd_identifier] = ACTIONS(1390), - [anon_sym_LF] = ACTIONS(1392), - [anon_sym_def] = ACTIONS(1390), - [anon_sym_export_DASHenv] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym_module] = ACTIONS(1390), - [anon_sym_use] = ACTIONS(1390), - [anon_sym_LBRACK] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_RPAREN] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [anon_sym_error] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_loop] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_match] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1390), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_source] = ACTIONS(1390), - [anon_sym_source_DASHenv] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_hide] = ACTIONS(1390), - [anon_sym_hide_DASHenv] = ACTIONS(1390), - [anon_sym_overlay] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_where] = ACTIONS(1390), - [anon_sym_STAR_STAR] = ACTIONS(1390), - [anon_sym_PLUS_PLUS] = ACTIONS(1390), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_mod] = ACTIONS(1390), - [anon_sym_SLASH_SLASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_bit_DASHshl] = ACTIONS(1390), - [anon_sym_bit_DASHshr] = ACTIONS(1390), - [anon_sym_EQ_EQ] = ACTIONS(1390), - [anon_sym_BANG_EQ] = ACTIONS(1390), - [anon_sym_LT2] = ACTIONS(1390), - [anon_sym_LT_EQ] = ACTIONS(1390), - [anon_sym_GT_EQ] = ACTIONS(1390), - [anon_sym_not_DASHin] = ACTIONS(1390), - [anon_sym_starts_DASHwith] = ACTIONS(1390), - [anon_sym_ends_DASHwith] = ACTIONS(1390), - [anon_sym_EQ_TILDE] = ACTIONS(1390), - [anon_sym_BANG_TILDE] = ACTIONS(1390), - [anon_sym_bit_DASHand] = ACTIONS(1390), - [anon_sym_bit_DASHxor] = ACTIONS(1390), - [anon_sym_bit_DASHor] = ACTIONS(1390), - [anon_sym_and] = ACTIONS(1390), - [anon_sym_xor] = ACTIONS(1390), - [anon_sym_or] = ACTIONS(1390), - [anon_sym_not] = ACTIONS(1390), - [sym_val_nothing] = ACTIONS(1390), - [anon_sym_true] = ACTIONS(1390), - [anon_sym_false] = ACTIONS(1390), - [aux_sym__val_number_decimal_token1] = ACTIONS(1390), - [aux_sym__val_number_token1] = ACTIONS(1390), - [aux_sym__val_number_token2] = ACTIONS(1390), - [aux_sym__val_number_token3] = ACTIONS(1390), - [aux_sym__val_number_token4] = ACTIONS(1390), - [aux_sym__val_number_token5] = ACTIONS(1390), - [aux_sym__val_number_token6] = ACTIONS(1390), - [anon_sym_0b] = ACTIONS(1390), - [anon_sym_0o] = ACTIONS(1390), - [anon_sym_0x] = ACTIONS(1390), - [sym_val_date] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [sym__str_single_quotes] = ACTIONS(1390), - [sym__str_back_ticks] = ACTIONS(1390), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1390), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1390), - [anon_sym_CARET] = ACTIONS(1390), - [anon_sym_POUND] = ACTIONS(105), - }, - [505] = { - [sym_cell_path] = STATE(598), - [sym_path] = STATE(509), - [sym_comment] = STATE(505), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_POUND] = ACTIONS(105), - }, - [506] = { - [sym_cell_path] = STATE(593), - [sym_path] = STATE(509), - [sym_comment] = STATE(506), - [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(1384), - [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), - [sym_val_nothing] = 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), - }, - [507] = { - [sym_cell_path] = STATE(582), - [sym_path] = STATE(509), - [sym_comment] = STATE(507), - [anon_sym_export] = ACTIONS(1398), - [anon_sym_alias] = ACTIONS(1398), - [anon_sym_let] = ACTIONS(1398), - [anon_sym_let_DASHenv] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1398), - [sym_cmd_identifier] = ACTIONS(1398), - [anon_sym_LF] = ACTIONS(1400), - [anon_sym_def] = ACTIONS(1398), - [anon_sym_export_DASHenv] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym_module] = ACTIONS(1398), - [anon_sym_use] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_RPAREN] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [anon_sym_error] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1398), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_source] = ACTIONS(1398), - [anon_sym_source_DASHenv] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_hide] = ACTIONS(1398), - [anon_sym_hide_DASHenv] = ACTIONS(1398), - [anon_sym_overlay] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_where] = ACTIONS(1398), - [anon_sym_STAR_STAR] = ACTIONS(1398), - [anon_sym_PLUS_PLUS] = ACTIONS(1398), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_mod] = ACTIONS(1398), - [anon_sym_SLASH_SLASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_bit_DASHshl] = ACTIONS(1398), - [anon_sym_bit_DASHshr] = ACTIONS(1398), - [anon_sym_EQ_EQ] = ACTIONS(1398), - [anon_sym_BANG_EQ] = ACTIONS(1398), - [anon_sym_LT2] = ACTIONS(1398), - [anon_sym_LT_EQ] = ACTIONS(1398), - [anon_sym_GT_EQ] = ACTIONS(1398), - [anon_sym_not_DASHin] = ACTIONS(1398), - [anon_sym_starts_DASHwith] = ACTIONS(1398), - [anon_sym_ends_DASHwith] = ACTIONS(1398), - [anon_sym_EQ_TILDE] = ACTIONS(1398), - [anon_sym_BANG_TILDE] = ACTIONS(1398), - [anon_sym_bit_DASHand] = ACTIONS(1398), - [anon_sym_bit_DASHxor] = ACTIONS(1398), - [anon_sym_bit_DASHor] = ACTIONS(1398), - [anon_sym_and] = ACTIONS(1398), - [anon_sym_xor] = ACTIONS(1398), - [anon_sym_or] = ACTIONS(1398), - [anon_sym_not] = ACTIONS(1398), - [sym_val_nothing] = ACTIONS(1398), - [anon_sym_true] = ACTIONS(1398), - [anon_sym_false] = ACTIONS(1398), - [aux_sym__val_number_decimal_token1] = ACTIONS(1398), - [aux_sym__val_number_token1] = ACTIONS(1398), - [aux_sym__val_number_token2] = ACTIONS(1398), - [aux_sym__val_number_token3] = ACTIONS(1398), - [aux_sym__val_number_token4] = ACTIONS(1398), - [aux_sym__val_number_token5] = ACTIONS(1398), - [aux_sym__val_number_token6] = ACTIONS(1398), - [anon_sym_0b] = ACTIONS(1398), - [anon_sym_0o] = ACTIONS(1398), - [anon_sym_0x] = ACTIONS(1398), - [sym_val_date] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [sym__str_single_quotes] = ACTIONS(1398), - [sym__str_back_ticks] = ACTIONS(1398), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1398), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1398), - [anon_sym_CARET] = ACTIONS(1398), - [anon_sym_POUND] = ACTIONS(105), - }, - [508] = { - [sym_path] = STATE(543), - [sym_comment] = STATE(508), - [aux_sym_cell_path_repeat1] = STATE(513), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_RPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, [509] = { - [sym_path] = STATE(543), [sym_comment] = STATE(509), - [aux_sym_cell_path_repeat1] = STATE(508), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_RPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(167), + [anon_sym_COMMA] = ACTIONS(167), + [anon_sym_RBRACK] = ACTIONS(167), + [anon_sym_LPAREN] = ACTIONS(167), + [anon_sym_DOLLAR] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(165), + [anon_sym_LBRACE] = ACTIONS(167), + [anon_sym_DOT] = ACTIONS(165), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_PLUS] = ACTIONS(167), + [anon_sym_null] = ACTIONS(167), + [anon_sym_true] = ACTIONS(167), + [anon_sym_false] = ACTIONS(167), + [aux_sym__val_number_decimal_token1] = ACTIONS(165), + [aux_sym__val_number_token1] = ACTIONS(167), + [aux_sym__val_number_token2] = ACTIONS(167), + [aux_sym__val_number_token3] = ACTIONS(167), + [aux_sym__val_number_token4] = ACTIONS(167), + [aux_sym__val_number_token5] = ACTIONS(167), + [aux_sym__val_number_token6] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(167), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), + [anon_sym_0b] = ACTIONS(165), + [anon_sym_0o] = ACTIONS(165), + [anon_sym_0x] = ACTIONS(165), + [sym_val_date] = ACTIONS(167), + [anon_sym_DQUOTE] = ACTIONS(167), + [sym__str_single_quotes] = ACTIONS(167), + [sym__str_back_ticks] = ACTIONS(167), + [aux_sym__unquoted_in_list_token1] = ACTIONS(165), + [aux_sym__unquoted_in_list_token7] = ACTIONS(165), + [anon_sym_POUND] = ACTIONS(3), }, [510] = { - [sym_cell_path] = STATE(564), - [sym_path] = STATE(509), [sym_comment] = STATE(510), - [anon_sym_export] = ACTIONS(1406), - [anon_sym_alias] = ACTIONS(1406), - [anon_sym_let] = ACTIONS(1406), - [anon_sym_let_DASHenv] = ACTIONS(1406), - [anon_sym_mut] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1406), - [sym_cmd_identifier] = ACTIONS(1406), - [anon_sym_LF] = ACTIONS(1408), - [anon_sym_def] = ACTIONS(1406), - [anon_sym_export_DASHenv] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym_module] = ACTIONS(1406), - [anon_sym_use] = ACTIONS(1406), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1406), - [anon_sym_RPAREN] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [anon_sym_error] = ACTIONS(1406), - [anon_sym_GT] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_loop] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_match] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1406), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_source] = ACTIONS(1406), - [anon_sym_source_DASHenv] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_hide] = ACTIONS(1406), - [anon_sym_hide_DASHenv] = ACTIONS(1406), - [anon_sym_overlay] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_where] = ACTIONS(1406), - [anon_sym_STAR_STAR] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_SLASH] = ACTIONS(1406), - [anon_sym_mod] = ACTIONS(1406), - [anon_sym_SLASH_SLASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_bit_DASHshl] = ACTIONS(1406), - [anon_sym_bit_DASHshr] = ACTIONS(1406), - [anon_sym_EQ_EQ] = ACTIONS(1406), - [anon_sym_BANG_EQ] = ACTIONS(1406), - [anon_sym_LT2] = ACTIONS(1406), - [anon_sym_LT_EQ] = ACTIONS(1406), - [anon_sym_GT_EQ] = ACTIONS(1406), - [anon_sym_not_DASHin] = ACTIONS(1406), - [anon_sym_starts_DASHwith] = ACTIONS(1406), - [anon_sym_ends_DASHwith] = ACTIONS(1406), - [anon_sym_EQ_TILDE] = ACTIONS(1406), - [anon_sym_BANG_TILDE] = ACTIONS(1406), - [anon_sym_bit_DASHand] = ACTIONS(1406), - [anon_sym_bit_DASHxor] = ACTIONS(1406), - [anon_sym_bit_DASHor] = ACTIONS(1406), - [anon_sym_and] = ACTIONS(1406), - [anon_sym_xor] = ACTIONS(1406), - [anon_sym_or] = ACTIONS(1406), - [anon_sym_not] = ACTIONS(1406), - [sym_val_nothing] = ACTIONS(1406), - [anon_sym_true] = ACTIONS(1406), - [anon_sym_false] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1406), - [aux_sym__val_number_token2] = ACTIONS(1406), - [aux_sym__val_number_token3] = ACTIONS(1406), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1406), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_0b] = ACTIONS(1406), - [anon_sym_0o] = ACTIONS(1406), - [anon_sym_0x] = ACTIONS(1406), - [sym_val_date] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [sym__str_single_quotes] = ACTIONS(1406), - [sym__str_back_ticks] = ACTIONS(1406), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1406), - [anon_sym_CARET] = ACTIONS(1406), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(171), + [anon_sym_DOT2] = ACTIONS(1333), + [anon_sym_PLUS] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym__unquoted_in_list_token1] = ACTIONS(171), + [aux_sym__unquoted_in_list_token7] = ACTIONS(1335), + [anon_sym_POUND] = ACTIONS(3), }, [511] = { - [sym_path] = STATE(543), [sym_comment] = STATE(511), - [aux_sym_cell_path_repeat1] = STATE(503), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_RPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), - [anon_sym_POUND] = ACTIONS(105), + [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(1361), + [anon_sym_s] = ACTIONS(1361), + [anon_sym_us] = ACTIONS(1361), + [anon_sym_ms] = ACTIONS(1361), + [anon_sym_sec] = ACTIONS(1361), + [anon_sym_min] = ACTIONS(1361), + [anon_sym_hr] = ACTIONS(1361), + [anon_sym_day] = ACTIONS(1361), + [anon_sym_wk] = ACTIONS(1361), + [anon_sym_b] = ACTIONS(1363), + [anon_sym_B] = ACTIONS(1363), + [anon_sym_kb] = ACTIONS(1363), + [anon_sym_kB] = ACTIONS(1363), + [anon_sym_Kb] = ACTIONS(1363), + [anon_sym_KB] = ACTIONS(1363), + [anon_sym_mb] = ACTIONS(1363), + [anon_sym_mB] = ACTIONS(1363), + [anon_sym_Mb] = ACTIONS(1363), + [anon_sym_MB] = ACTIONS(1363), + [anon_sym_gb] = ACTIONS(1363), + [anon_sym_gB] = ACTIONS(1363), + [anon_sym_Gb] = ACTIONS(1363), + [anon_sym_GB] = ACTIONS(1363), + [anon_sym_tb] = ACTIONS(1363), + [anon_sym_tB] = ACTIONS(1363), + [anon_sym_Tb] = ACTIONS(1363), + [anon_sym_TB] = ACTIONS(1363), + [anon_sym_pb] = ACTIONS(1363), + [anon_sym_pB] = ACTIONS(1363), + [anon_sym_Pb] = ACTIONS(1363), + [anon_sym_PB] = ACTIONS(1363), + [anon_sym_eb] = ACTIONS(1363), + [anon_sym_eB] = ACTIONS(1363), + [anon_sym_Eb] = ACTIONS(1363), + [anon_sym_EB] = ACTIONS(1363), + [anon_sym_kib] = ACTIONS(1363), + [anon_sym_kiB] = ACTIONS(1363), + [anon_sym_kIB] = ACTIONS(1363), + [anon_sym_kIb] = ACTIONS(1363), + [anon_sym_Kib] = ACTIONS(1363), + [anon_sym_KIb] = ACTIONS(1363), + [anon_sym_KIB] = ACTIONS(1363), + [anon_sym_mib] = ACTIONS(1363), + [anon_sym_miB] = ACTIONS(1363), + [anon_sym_mIB] = ACTIONS(1363), + [anon_sym_mIb] = ACTIONS(1363), + [anon_sym_Mib] = ACTIONS(1363), + [anon_sym_MIb] = ACTIONS(1363), + [anon_sym_MIB] = ACTIONS(1363), + [anon_sym_gib] = ACTIONS(1363), + [anon_sym_giB] = ACTIONS(1363), + [anon_sym_gIB] = ACTIONS(1363), + [anon_sym_gIb] = ACTIONS(1363), + [anon_sym_Gib] = ACTIONS(1363), + [anon_sym_GIb] = ACTIONS(1363), + [anon_sym_GIB] = ACTIONS(1363), + [anon_sym_tib] = ACTIONS(1363), + [anon_sym_tiB] = ACTIONS(1363), + [anon_sym_tIB] = ACTIONS(1363), + [anon_sym_tIb] = ACTIONS(1363), + [anon_sym_Tib] = ACTIONS(1363), + [anon_sym_TIb] = ACTIONS(1363), + [anon_sym_TIB] = ACTIONS(1363), + [anon_sym_pib] = ACTIONS(1363), + [anon_sym_piB] = ACTIONS(1363), + [anon_sym_pIB] = ACTIONS(1363), + [anon_sym_pIb] = ACTIONS(1363), + [anon_sym_Pib] = ACTIONS(1363), + [anon_sym_PIb] = ACTIONS(1363), + [anon_sym_PIB] = ACTIONS(1363), + [anon_sym_eib] = ACTIONS(1363), + [anon_sym_eiB] = ACTIONS(1363), + [anon_sym_eIB] = ACTIONS(1363), + [anon_sym_eIb] = ACTIONS(1363), + [anon_sym_Eib] = ACTIONS(1363), + [anon_sym_EIb] = ACTIONS(1363), + [anon_sym_EIB] = ACTIONS(1363), + [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), + [anon_sym_POUND] = ACTIONS(3), }, [512] = { - [sym_cell_path] = STATE(573), - [sym_path] = STATE(509), [sym_comment] = STATE(512), - [anon_sym_export] = ACTIONS(1410), - [anon_sym_alias] = ACTIONS(1410), - [anon_sym_let] = ACTIONS(1410), - [anon_sym_let_DASHenv] = ACTIONS(1410), - [anon_sym_mut] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [sym_cmd_identifier] = ACTIONS(1410), - [anon_sym_LF] = ACTIONS(1412), - [anon_sym_def] = ACTIONS(1410), - [anon_sym_export_DASHenv] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym_module] = ACTIONS(1410), - [anon_sym_use] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_RPAREN] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [anon_sym_error] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_loop] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_match] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_source] = ACTIONS(1410), - [anon_sym_source_DASHenv] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_hide] = ACTIONS(1410), - [anon_sym_hide_DASHenv] = ACTIONS(1410), - [anon_sym_overlay] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_where] = ACTIONS(1410), - [anon_sym_STAR_STAR] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_SLASH] = ACTIONS(1410), - [anon_sym_mod] = ACTIONS(1410), - [anon_sym_SLASH_SLASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_bit_DASHshl] = ACTIONS(1410), - [anon_sym_bit_DASHshr] = ACTIONS(1410), - [anon_sym_EQ_EQ] = ACTIONS(1410), - [anon_sym_BANG_EQ] = ACTIONS(1410), - [anon_sym_LT2] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1410), - [anon_sym_GT_EQ] = ACTIONS(1410), - [anon_sym_not_DASHin] = ACTIONS(1410), - [anon_sym_starts_DASHwith] = ACTIONS(1410), - [anon_sym_ends_DASHwith] = ACTIONS(1410), - [anon_sym_EQ_TILDE] = ACTIONS(1410), - [anon_sym_BANG_TILDE] = ACTIONS(1410), - [anon_sym_bit_DASHand] = ACTIONS(1410), - [anon_sym_bit_DASHxor] = ACTIONS(1410), - [anon_sym_bit_DASHor] = ACTIONS(1410), - [anon_sym_and] = ACTIONS(1410), - [anon_sym_xor] = ACTIONS(1410), - [anon_sym_or] = ACTIONS(1410), - [anon_sym_not] = ACTIONS(1410), - [sym_val_nothing] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1410), - [anon_sym_false] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [aux_sym__val_number_token1] = ACTIONS(1410), - [aux_sym__val_number_token2] = ACTIONS(1410), - [aux_sym__val_number_token3] = ACTIONS(1410), - [aux_sym__val_number_token4] = ACTIONS(1410), - [aux_sym__val_number_token5] = ACTIONS(1410), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_0b] = ACTIONS(1410), - [anon_sym_0o] = ACTIONS(1410), - [anon_sym_0x] = ACTIONS(1410), - [sym_val_date] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym__str_single_quotes] = ACTIONS(1410), - [sym__str_back_ticks] = ACTIONS(1410), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1410), - [anon_sym_CARET] = ACTIONS(1410), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(173), + [anon_sym_COMMA] = ACTIONS(173), + [anon_sym_RBRACK] = ACTIONS(173), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_DOLLAR] = ACTIONS(173), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_LBRACE] = ACTIONS(173), + [anon_sym_DOT] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(173), + [anon_sym_null] = ACTIONS(173), + [anon_sym_true] = ACTIONS(173), + [anon_sym_false] = ACTIONS(173), + [aux_sym__val_number_decimal_token1] = ACTIONS(171), + [aux_sym__val_number_token1] = ACTIONS(173), + [aux_sym__val_number_token2] = ACTIONS(173), + [aux_sym__val_number_token3] = ACTIONS(173), + [aux_sym__val_number_token4] = ACTIONS(173), + [aux_sym__val_number_token5] = ACTIONS(173), + [aux_sym__val_number_token6] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_0b] = ACTIONS(171), + [anon_sym_0o] = ACTIONS(171), + [anon_sym_0x] = ACTIONS(171), + [sym_val_date] = ACTIONS(173), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym__str_single_quotes] = ACTIONS(173), + [sym__str_back_ticks] = ACTIONS(173), + [aux_sym__unquoted_in_list_token1] = ACTIONS(171), + [aux_sym__unquoted_in_list_token7] = ACTIONS(1335), + [anon_sym_POUND] = ACTIONS(3), }, [513] = { - [sym_path] = STATE(543), [sym_comment] = STATE(513), - [aux_sym_cell_path_repeat1] = STATE(513), - [anon_sym_export] = ACTIONS(1414), - [anon_sym_alias] = ACTIONS(1414), - [anon_sym_let] = ACTIONS(1414), - [anon_sym_let_DASHenv] = ACTIONS(1414), - [anon_sym_mut] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [sym_cmd_identifier] = ACTIONS(1414), - [anon_sym_LF] = ACTIONS(1416), - [anon_sym_def] = ACTIONS(1414), - [anon_sym_export_DASHenv] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym_module] = ACTIONS(1414), - [anon_sym_use] = ACTIONS(1414), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_RPAREN] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [anon_sym_error] = ACTIONS(1414), - [anon_sym_GT] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_loop] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_match] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_RBRACE] = ACTIONS(1414), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(1418), - [anon_sym_try] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_source] = ACTIONS(1414), - [anon_sym_source_DASHenv] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_hide] = ACTIONS(1414), - [anon_sym_hide_DASHenv] = ACTIONS(1414), - [anon_sym_overlay] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_where] = ACTIONS(1414), - [anon_sym_STAR_STAR] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_SLASH] = ACTIONS(1414), - [anon_sym_mod] = ACTIONS(1414), - [anon_sym_SLASH_SLASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_bit_DASHshl] = ACTIONS(1414), - [anon_sym_bit_DASHshr] = ACTIONS(1414), - [anon_sym_EQ_EQ] = ACTIONS(1414), - [anon_sym_BANG_EQ] = ACTIONS(1414), - [anon_sym_LT2] = ACTIONS(1414), - [anon_sym_LT_EQ] = ACTIONS(1414), - [anon_sym_GT_EQ] = ACTIONS(1414), - [anon_sym_not_DASHin] = ACTIONS(1414), - [anon_sym_starts_DASHwith] = ACTIONS(1414), - [anon_sym_ends_DASHwith] = ACTIONS(1414), - [anon_sym_EQ_TILDE] = ACTIONS(1414), - [anon_sym_BANG_TILDE] = ACTIONS(1414), - [anon_sym_bit_DASHand] = ACTIONS(1414), - [anon_sym_bit_DASHxor] = ACTIONS(1414), - [anon_sym_bit_DASHor] = ACTIONS(1414), - [anon_sym_and] = ACTIONS(1414), - [anon_sym_xor] = ACTIONS(1414), - [anon_sym_or] = ACTIONS(1414), - [anon_sym_not] = ACTIONS(1414), - [sym_val_nothing] = ACTIONS(1414), - [anon_sym_true] = ACTIONS(1414), - [anon_sym_false] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [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(1414), - [aux_sym__val_number_token5] = ACTIONS(1414), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_0b] = ACTIONS(1414), - [anon_sym_0o] = ACTIONS(1414), - [anon_sym_0x] = ACTIONS(1414), - [sym_val_date] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym__str_single_quotes] = ACTIONS(1414), - [sym__str_back_ticks] = ACTIONS(1414), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), - [anon_sym_CARET] = ACTIONS(1414), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(1365), + [anon_sym_COMMA] = ACTIONS(1365), + [anon_sym_RBRACK] = ACTIONS(1365), + [anon_sym_LPAREN] = ACTIONS(1365), + [anon_sym_DOLLAR] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_DOT] = ACTIONS(1365), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_null] = ACTIONS(1365), + [anon_sym_true] = ACTIONS(1365), + [anon_sym_false] = ACTIONS(1365), + [aux_sym__val_number_decimal_token1] = ACTIONS(1367), + [aux_sym__val_number_token1] = ACTIONS(1365), + [aux_sym__val_number_token2] = ACTIONS(1365), + [aux_sym__val_number_token3] = ACTIONS(1365), + [aux_sym__val_number_token4] = ACTIONS(1365), + [aux_sym__val_number_token5] = ACTIONS(1365), + [aux_sym__val_number_token6] = ACTIONS(1365), + [anon_sym_ns] = ACTIONS(1361), + [anon_sym_s] = ACTIONS(1361), + [anon_sym_us] = ACTIONS(1361), + [anon_sym_ms] = ACTIONS(1361), + [anon_sym_sec] = ACTIONS(1361), + [anon_sym_min] = ACTIONS(1361), + [anon_sym_hr] = ACTIONS(1361), + [anon_sym_day] = ACTIONS(1361), + [anon_sym_wk] = ACTIONS(1361), + [anon_sym_b] = ACTIONS(1363), + [anon_sym_B] = ACTIONS(1363), + [anon_sym_kb] = ACTIONS(1363), + [anon_sym_kB] = ACTIONS(1363), + [anon_sym_Kb] = ACTIONS(1363), + [anon_sym_KB] = ACTIONS(1363), + [anon_sym_mb] = ACTIONS(1363), + [anon_sym_mB] = ACTIONS(1363), + [anon_sym_Mb] = ACTIONS(1363), + [anon_sym_MB] = ACTIONS(1363), + [anon_sym_gb] = ACTIONS(1363), + [anon_sym_gB] = ACTIONS(1363), + [anon_sym_Gb] = ACTIONS(1363), + [anon_sym_GB] = ACTIONS(1363), + [anon_sym_tb] = ACTIONS(1363), + [anon_sym_tB] = ACTIONS(1363), + [anon_sym_Tb] = ACTIONS(1363), + [anon_sym_TB] = ACTIONS(1363), + [anon_sym_pb] = ACTIONS(1363), + [anon_sym_pB] = ACTIONS(1363), + [anon_sym_Pb] = ACTIONS(1363), + [anon_sym_PB] = ACTIONS(1363), + [anon_sym_eb] = ACTIONS(1363), + [anon_sym_eB] = ACTIONS(1363), + [anon_sym_Eb] = ACTIONS(1363), + [anon_sym_EB] = ACTIONS(1363), + [anon_sym_kib] = ACTIONS(1363), + [anon_sym_kiB] = ACTIONS(1363), + [anon_sym_kIB] = ACTIONS(1363), + [anon_sym_kIb] = ACTIONS(1363), + [anon_sym_Kib] = ACTIONS(1363), + [anon_sym_KIb] = ACTIONS(1363), + [anon_sym_KIB] = ACTIONS(1363), + [anon_sym_mib] = ACTIONS(1363), + [anon_sym_miB] = ACTIONS(1363), + [anon_sym_mIB] = ACTIONS(1363), + [anon_sym_mIb] = ACTIONS(1363), + [anon_sym_Mib] = ACTIONS(1363), + [anon_sym_MIb] = ACTIONS(1363), + [anon_sym_MIB] = ACTIONS(1363), + [anon_sym_gib] = ACTIONS(1363), + [anon_sym_giB] = ACTIONS(1363), + [anon_sym_gIB] = ACTIONS(1363), + [anon_sym_gIb] = ACTIONS(1363), + [anon_sym_Gib] = ACTIONS(1363), + [anon_sym_GIb] = ACTIONS(1363), + [anon_sym_GIB] = ACTIONS(1363), + [anon_sym_tib] = ACTIONS(1363), + [anon_sym_tiB] = ACTIONS(1363), + [anon_sym_tIB] = ACTIONS(1363), + [anon_sym_tIb] = ACTIONS(1363), + [anon_sym_Tib] = ACTIONS(1363), + [anon_sym_TIb] = ACTIONS(1363), + [anon_sym_TIB] = ACTIONS(1363), + [anon_sym_pib] = ACTIONS(1363), + [anon_sym_piB] = ACTIONS(1363), + [anon_sym_pIB] = ACTIONS(1363), + [anon_sym_pIb] = ACTIONS(1363), + [anon_sym_Pib] = ACTIONS(1363), + [anon_sym_PIb] = ACTIONS(1363), + [anon_sym_PIB] = ACTIONS(1363), + [anon_sym_eib] = ACTIONS(1363), + [anon_sym_eiB] = ACTIONS(1363), + [anon_sym_eIB] = ACTIONS(1363), + [anon_sym_eIb] = ACTIONS(1363), + [anon_sym_Eib] = ACTIONS(1363), + [anon_sym_EIb] = ACTIONS(1363), + [anon_sym_EIB] = ACTIONS(1363), + [anon_sym_0b] = ACTIONS(1367), + [anon_sym_0o] = ACTIONS(1367), + [anon_sym_0x] = ACTIONS(1367), + [sym_val_date] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym__str_single_quotes] = ACTIONS(1365), + [sym__str_back_ticks] = ACTIONS(1365), + [aux_sym__unquoted_in_list_token1] = ACTIONS(1367), + [anon_sym_POUND] = ACTIONS(3), }, [514] = { - [sym_cell_path] = STATE(584), - [sym_path] = STATE(509), [sym_comment] = STATE(514), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(1373), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(1375), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(1373), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(1377), + [aux_sym_unquoted_token6] = ACTIONS(1379), [anon_sym_POUND] = ACTIONS(105), }, [515] = { - [sym_cell_path] = STATE(539), - [sym_path] = STATE(511), [sym_comment] = STATE(515), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(1425), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), + [ts_builtin_sym_end] = ACTIONS(1371), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(1381), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(1383), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(1381), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(1385), + [aux_sym_unquoted_token6] = ACTIONS(1387), [anon_sym_POUND] = ACTIONS(105), }, [516] = { - [sym_cell_path] = STATE(590), - [sym_path] = STATE(533), + [sym_cell_path] = STATE(593), + [sym_path] = STATE(526), [sym_comment] = STATE(516), - [ts_builtin_sym_end] = ACTIONS(1375), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(1428), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), + [anon_sym_export] = ACTIONS(1389), + [anon_sym_alias] = ACTIONS(1389), + [anon_sym_let] = ACTIONS(1389), + [anon_sym_let_DASHenv] = ACTIONS(1389), + [anon_sym_mut] = ACTIONS(1389), + [anon_sym_const] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1389), + [sym_cmd_identifier] = ACTIONS(1389), + [anon_sym_LF] = ACTIONS(1391), + [anon_sym_def] = ACTIONS(1389), + [anon_sym_export_DASHenv] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1389), + [anon_sym_module] = ACTIONS(1389), + [anon_sym_use] = ACTIONS(1389), + [anon_sym_LBRACK] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_RPAREN] = ACTIONS(1389), + [anon_sym_DOLLAR] = ACTIONS(1389), + [anon_sym_error] = ACTIONS(1389), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_break] = ACTIONS(1389), + [anon_sym_continue] = ACTIONS(1389), + [anon_sym_for] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1389), + [anon_sym_loop] = ACTIONS(1389), + [anon_sym_while] = ACTIONS(1389), + [anon_sym_do] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1389), + [anon_sym_match] = ACTIONS(1389), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1389), + [anon_sym_return] = ACTIONS(1389), + [anon_sym_source] = ACTIONS(1389), + [anon_sym_source_DASHenv] = ACTIONS(1389), + [anon_sym_register] = ACTIONS(1389), + [anon_sym_hide] = ACTIONS(1389), + [anon_sym_hide_DASHenv] = ACTIONS(1389), + [anon_sym_overlay] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_where] = ACTIONS(1389), + [anon_sym_STAR_STAR] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_bit_DASHshl] = ACTIONS(1389), + [anon_sym_bit_DASHshr] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1389), + [anon_sym_BANG_EQ] = ACTIONS(1389), + [anon_sym_LT2] = ACTIONS(1389), + [anon_sym_LT_EQ] = ACTIONS(1389), + [anon_sym_GT_EQ] = ACTIONS(1389), + [anon_sym_not_DASHin] = ACTIONS(1389), + [anon_sym_starts_DASHwith] = ACTIONS(1389), + [anon_sym_ends_DASHwith] = ACTIONS(1389), + [anon_sym_EQ_TILDE] = ACTIONS(1389), + [anon_sym_BANG_TILDE] = ACTIONS(1389), + [anon_sym_bit_DASHand] = ACTIONS(1389), + [anon_sym_bit_DASHxor] = ACTIONS(1389), + [anon_sym_bit_DASHor] = ACTIONS(1389), + [anon_sym_and] = ACTIONS(1389), + [anon_sym_xor] = ACTIONS(1389), + [anon_sym_or] = ACTIONS(1389), + [anon_sym_not] = ACTIONS(1389), + [anon_sym_null] = ACTIONS(1389), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [aux_sym__val_number_decimal_token1] = ACTIONS(1389), + [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(1389), + [aux_sym__val_number_token5] = ACTIONS(1389), + [aux_sym__val_number_token6] = ACTIONS(1389), + [anon_sym_0b] = ACTIONS(1389), + [anon_sym_0o] = ACTIONS(1389), + [anon_sym_0x] = ACTIONS(1389), + [sym_val_date] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym__str_single_quotes] = ACTIONS(1389), + [sym__str_back_ticks] = ACTIONS(1389), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1389), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1389), + [anon_sym_CARET] = ACTIONS(1389), [anon_sym_POUND] = ACTIONS(105), }, [517] = { + [sym_cell_path] = STATE(610), + [sym_path] = STATE(526), [sym_comment] = STATE(517), - [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(1433), - [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_QMARK2] = ACTIONS(1435), - [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), - [sym_val_nothing] = 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(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [518] = { + [sym_cell_path] = STATE(601), + [sym_path] = STATE(526), [sym_comment] = STATE(518), - [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), - [sym_val_nothing] = 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_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [519] = { + [sym_cell_path] = STATE(587), + [sym_path] = STATE(526), [sym_comment] = STATE(519), - [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(1433), - [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_QMARK2] = ACTIONS(1435), - [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), - [sym_val_nothing] = 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(1403), + [anon_sym_alias] = ACTIONS(1403), + [anon_sym_let] = ACTIONS(1403), + [anon_sym_let_DASHenv] = ACTIONS(1403), + [anon_sym_mut] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1403), + [sym_cmd_identifier] = ACTIONS(1403), + [anon_sym_LF] = ACTIONS(1405), + [anon_sym_def] = ACTIONS(1403), + [anon_sym_export_DASHenv] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym_module] = ACTIONS(1403), + [anon_sym_use] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_RPAREN] = ACTIONS(1403), + [anon_sym_DOLLAR] = ACTIONS(1403), + [anon_sym_error] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_loop] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_match] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_source] = ACTIONS(1403), + [anon_sym_source_DASHenv] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_hide] = ACTIONS(1403), + [anon_sym_hide_DASHenv] = ACTIONS(1403), + [anon_sym_overlay] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_where] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_SLASH] = ACTIONS(1403), + [anon_sym_mod] = ACTIONS(1403), + [anon_sym_SLASH_SLASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_bit_DASHshl] = ACTIONS(1403), + [anon_sym_bit_DASHshr] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1403), + [anon_sym_LT2] = ACTIONS(1403), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_not_DASHin] = ACTIONS(1403), + [anon_sym_starts_DASHwith] = ACTIONS(1403), + [anon_sym_ends_DASHwith] = ACTIONS(1403), + [anon_sym_EQ_TILDE] = ACTIONS(1403), + [anon_sym_BANG_TILDE] = ACTIONS(1403), + [anon_sym_bit_DASHand] = ACTIONS(1403), + [anon_sym_bit_DASHxor] = ACTIONS(1403), + [anon_sym_bit_DASHor] = ACTIONS(1403), + [anon_sym_and] = ACTIONS(1403), + [anon_sym_xor] = ACTIONS(1403), + [anon_sym_or] = ACTIONS(1403), + [anon_sym_not] = ACTIONS(1403), + [anon_sym_null] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1403), + [anon_sym_false] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1403), + [aux_sym__val_number_token2] = ACTIONS(1403), + [aux_sym__val_number_token3] = ACTIONS(1403), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1403), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_0b] = ACTIONS(1403), + [anon_sym_0o] = ACTIONS(1403), + [anon_sym_0x] = ACTIONS(1403), + [sym_val_date] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1403), + [sym__str_single_quotes] = ACTIONS(1403), + [sym__str_back_ticks] = ACTIONS(1403), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1403), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1403), + [anon_sym_CARET] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(105), }, [520] = { - [sym_cell_path] = STATE(634), - [sym_path] = STATE(525), + [sym_cell_path] = STATE(626), + [sym_path] = STATE(526), [sym_comment] = STATE(520), - [ts_builtin_sym_end] = ACTIONS(1382), - [anon_sym_export] = ACTIONS(1380), - [anon_sym_alias] = ACTIONS(1380), - [anon_sym_let] = ACTIONS(1380), - [anon_sym_let_DASHenv] = ACTIONS(1380), - [anon_sym_mut] = ACTIONS(1380), - [anon_sym_const] = ACTIONS(1380), - [anon_sym_SEMI] = ACTIONS(1380), - [sym_cmd_identifier] = ACTIONS(1380), - [anon_sym_LF] = ACTIONS(1382), - [anon_sym_def] = ACTIONS(1380), - [anon_sym_export_DASHenv] = ACTIONS(1380), - [anon_sym_extern] = ACTIONS(1380), - [anon_sym_module] = ACTIONS(1380), - [anon_sym_use] = ACTIONS(1380), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_LPAREN] = ACTIONS(1380), - [anon_sym_DOLLAR] = ACTIONS(1380), - [anon_sym_error] = ACTIONS(1380), - [anon_sym_GT] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1380), - [anon_sym_break] = ACTIONS(1380), - [anon_sym_continue] = ACTIONS(1380), - [anon_sym_for] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1380), - [anon_sym_loop] = ACTIONS(1380), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1380), - [anon_sym_if] = ACTIONS(1380), - [anon_sym_match] = ACTIONS(1380), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_DOT] = ACTIONS(1380), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1380), - [anon_sym_return] = ACTIONS(1380), - [anon_sym_source] = ACTIONS(1380), - [anon_sym_source_DASHenv] = ACTIONS(1380), - [anon_sym_register] = ACTIONS(1380), - [anon_sym_hide] = ACTIONS(1380), - [anon_sym_hide_DASHenv] = ACTIONS(1380), - [anon_sym_overlay] = ACTIONS(1380), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_where] = ACTIONS(1380), - [anon_sym_STAR_STAR] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_SLASH] = ACTIONS(1380), - [anon_sym_mod] = ACTIONS(1380), - [anon_sym_SLASH_SLASH] = ACTIONS(1380), - [anon_sym_PLUS] = ACTIONS(1380), - [anon_sym_bit_DASHshl] = ACTIONS(1380), - [anon_sym_bit_DASHshr] = ACTIONS(1380), - [anon_sym_EQ_EQ] = ACTIONS(1380), - [anon_sym_BANG_EQ] = ACTIONS(1380), - [anon_sym_LT2] = ACTIONS(1380), - [anon_sym_LT_EQ] = ACTIONS(1380), - [anon_sym_GT_EQ] = ACTIONS(1380), - [anon_sym_not_DASHin] = ACTIONS(1380), - [anon_sym_starts_DASHwith] = ACTIONS(1380), - [anon_sym_ends_DASHwith] = ACTIONS(1380), - [anon_sym_EQ_TILDE] = ACTIONS(1380), - [anon_sym_BANG_TILDE] = ACTIONS(1380), - [anon_sym_bit_DASHand] = ACTIONS(1380), - [anon_sym_bit_DASHxor] = ACTIONS(1380), - [anon_sym_bit_DASHor] = ACTIONS(1380), - [anon_sym_and] = ACTIONS(1380), - [anon_sym_xor] = ACTIONS(1380), - [anon_sym_or] = ACTIONS(1380), - [anon_sym_not] = ACTIONS(1380), - [sym_val_nothing] = ACTIONS(1380), - [anon_sym_true] = ACTIONS(1380), - [anon_sym_false] = ACTIONS(1380), - [aux_sym__val_number_decimal_token1] = ACTIONS(1380), - [aux_sym__val_number_token1] = ACTIONS(1380), - [aux_sym__val_number_token2] = ACTIONS(1380), - [aux_sym__val_number_token3] = ACTIONS(1380), - [aux_sym__val_number_token4] = ACTIONS(1380), - [aux_sym__val_number_token5] = ACTIONS(1380), - [aux_sym__val_number_token6] = ACTIONS(1380), - [anon_sym_0b] = ACTIONS(1380), - [anon_sym_0o] = ACTIONS(1380), - [anon_sym_0x] = ACTIONS(1380), - [sym_val_date] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym__str_single_quotes] = ACTIONS(1380), - [sym__str_back_ticks] = ACTIONS(1380), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1380), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1380), - [anon_sym_CARET] = ACTIONS(1380), + [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(1393), + [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), }, [521] = { - [sym_cell_path] = STATE(637), - [sym_path] = STATE(525), + [sym_path] = STATE(552), [sym_comment] = STATE(521), - [ts_builtin_sym_end] = ACTIONS(1375), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), + [aux_sym_cell_path_repeat1] = STATE(521), + [anon_sym_export] = ACTIONS(1411), + [anon_sym_alias] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_let_DASHenv] = ACTIONS(1411), + [anon_sym_mut] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1411), + [sym_cmd_identifier] = ACTIONS(1411), + [anon_sym_LF] = ACTIONS(1413), + [anon_sym_def] = ACTIONS(1411), + [anon_sym_export_DASHenv] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_module] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_RPAREN] = ACTIONS(1411), + [anon_sym_DOLLAR] = ACTIONS(1411), + [anon_sym_error] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_RBRACE] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(1415), + [anon_sym_try] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_source] = ACTIONS(1411), + [anon_sym_source_DASHenv] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_hide] = ACTIONS(1411), + [anon_sym_hide_DASHenv] = ACTIONS(1411), + [anon_sym_overlay] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_where] = ACTIONS(1411), + [anon_sym_STAR_STAR] = ACTIONS(1411), + [anon_sym_PLUS_PLUS] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_bit_DASHshl] = ACTIONS(1411), + [anon_sym_bit_DASHshr] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1411), + [anon_sym_BANG_EQ] = ACTIONS(1411), + [anon_sym_LT2] = ACTIONS(1411), + [anon_sym_LT_EQ] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1411), + [anon_sym_not_DASHin] = ACTIONS(1411), + [anon_sym_starts_DASHwith] = ACTIONS(1411), + [anon_sym_ends_DASHwith] = ACTIONS(1411), + [anon_sym_EQ_TILDE] = ACTIONS(1411), + [anon_sym_BANG_TILDE] = ACTIONS(1411), + [anon_sym_bit_DASHand] = ACTIONS(1411), + [anon_sym_bit_DASHxor] = ACTIONS(1411), + [anon_sym_bit_DASHor] = ACTIONS(1411), + [anon_sym_and] = ACTIONS(1411), + [anon_sym_xor] = ACTIONS(1411), + [anon_sym_or] = ACTIONS(1411), + [anon_sym_not] = ACTIONS(1411), + [anon_sym_null] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1411), + [aux_sym__val_number_token2] = ACTIONS(1411), + [aux_sym__val_number_token3] = ACTIONS(1411), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1411), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_0b] = ACTIONS(1411), + [anon_sym_0o] = ACTIONS(1411), + [anon_sym_0x] = ACTIONS(1411), + [sym_val_date] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1411), + [sym__str_single_quotes] = ACTIONS(1411), + [sym__str_back_ticks] = ACTIONS(1411), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1411), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), [anon_sym_POUND] = ACTIONS(105), }, [522] = { - [sym_cell_path] = STATE(676), - [sym_path] = STATE(525), + [sym_cell_path] = STATE(622), + [sym_path] = STATE(526), [sym_comment] = STATE(522), - [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(1441), - [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), - [sym_val_nothing] = 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_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_RPAREN] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_GT] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_DOT] = ACTIONS(1418), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_where] = ACTIONS(1418), + [anon_sym_STAR_STAR] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_SLASH] = ACTIONS(1418), + [anon_sym_mod] = ACTIONS(1418), + [anon_sym_SLASH_SLASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_bit_DASHshl] = ACTIONS(1418), + [anon_sym_bit_DASHshr] = ACTIONS(1418), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT2] = ACTIONS(1418), + [anon_sym_LT_EQ] = ACTIONS(1418), + [anon_sym_GT_EQ] = ACTIONS(1418), + [anon_sym_not_DASHin] = ACTIONS(1418), + [anon_sym_starts_DASHwith] = ACTIONS(1418), + [anon_sym_ends_DASHwith] = ACTIONS(1418), + [anon_sym_EQ_TILDE] = ACTIONS(1418), + [anon_sym_BANG_TILDE] = ACTIONS(1418), + [anon_sym_bit_DASHand] = ACTIONS(1418), + [anon_sym_bit_DASHxor] = ACTIONS(1418), + [anon_sym_bit_DASHor] = ACTIONS(1418), + [anon_sym_and] = ACTIONS(1418), + [anon_sym_xor] = ACTIONS(1418), + [anon_sym_or] = ACTIONS(1418), + [anon_sym_not] = ACTIONS(1418), + [anon_sym_null] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym__val_number_decimal_token1] = ACTIONS(1418), + [aux_sym__val_number_token1] = ACTIONS(1418), + [aux_sym__val_number_token2] = ACTIONS(1418), + [aux_sym__val_number_token3] = ACTIONS(1418), + [aux_sym__val_number_token4] = ACTIONS(1418), + [aux_sym__val_number_token5] = ACTIONS(1418), + [aux_sym__val_number_token6] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_CARET] = ACTIONS(1418), [anon_sym_POUND] = ACTIONS(105), }, [523] = { - [sym_path] = STATE(549), + [sym_cell_path] = STATE(589), + [sym_path] = STATE(526), [sym_comment] = STATE(523), - [aux_sym_cell_path_repeat1] = STATE(523), - [ts_builtin_sym_end] = ACTIONS(1416), - [anon_sym_export] = ACTIONS(1414), - [anon_sym_alias] = ACTIONS(1414), - [anon_sym_let] = ACTIONS(1414), - [anon_sym_let_DASHenv] = ACTIONS(1414), - [anon_sym_mut] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [sym_cmd_identifier] = ACTIONS(1414), - [anon_sym_LF] = ACTIONS(1416), - [anon_sym_def] = ACTIONS(1414), - [anon_sym_export_DASHenv] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym_module] = ACTIONS(1414), - [anon_sym_use] = ACTIONS(1414), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [anon_sym_error] = ACTIONS(1414), - [anon_sym_GT] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_loop] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_match] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_source] = ACTIONS(1414), - [anon_sym_source_DASHenv] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_hide] = ACTIONS(1414), - [anon_sym_hide_DASHenv] = ACTIONS(1414), - [anon_sym_overlay] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_where] = ACTIONS(1414), - [anon_sym_STAR_STAR] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_SLASH] = ACTIONS(1414), - [anon_sym_mod] = ACTIONS(1414), - [anon_sym_SLASH_SLASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_bit_DASHshl] = ACTIONS(1414), - [anon_sym_bit_DASHshr] = ACTIONS(1414), - [anon_sym_EQ_EQ] = ACTIONS(1414), - [anon_sym_BANG_EQ] = ACTIONS(1414), - [anon_sym_LT2] = ACTIONS(1414), - [anon_sym_LT_EQ] = ACTIONS(1414), - [anon_sym_GT_EQ] = ACTIONS(1414), - [anon_sym_not_DASHin] = ACTIONS(1414), - [anon_sym_starts_DASHwith] = ACTIONS(1414), - [anon_sym_ends_DASHwith] = ACTIONS(1414), - [anon_sym_EQ_TILDE] = ACTIONS(1414), - [anon_sym_BANG_TILDE] = ACTIONS(1414), - [anon_sym_bit_DASHand] = ACTIONS(1414), - [anon_sym_bit_DASHxor] = ACTIONS(1414), - [anon_sym_bit_DASHor] = ACTIONS(1414), - [anon_sym_and] = ACTIONS(1414), - [anon_sym_xor] = ACTIONS(1414), - [anon_sym_or] = ACTIONS(1414), - [anon_sym_not] = ACTIONS(1414), - [sym_val_nothing] = ACTIONS(1414), - [anon_sym_true] = ACTIONS(1414), - [anon_sym_false] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [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(1414), - [aux_sym__val_number_token5] = ACTIONS(1414), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_0b] = ACTIONS(1414), - [anon_sym_0o] = ACTIONS(1414), - [anon_sym_0x] = ACTIONS(1414), - [sym_val_date] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym__str_single_quotes] = ACTIONS(1414), - [sym__str_back_ticks] = ACTIONS(1414), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), - [anon_sym_CARET] = ACTIONS(1414), + [anon_sym_export] = ACTIONS(1422), + [anon_sym_alias] = ACTIONS(1422), + [anon_sym_let] = ACTIONS(1422), + [anon_sym_let_DASHenv] = ACTIONS(1422), + [anon_sym_mut] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1422), + [sym_cmd_identifier] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_def] = ACTIONS(1422), + [anon_sym_export_DASHenv] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym_module] = ACTIONS(1422), + [anon_sym_use] = ACTIONS(1422), + [anon_sym_LBRACK] = ACTIONS(1422), + [anon_sym_LPAREN] = ACTIONS(1422), + [anon_sym_RPAREN] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1422), + [anon_sym_error] = ACTIONS(1422), + [anon_sym_GT] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_loop] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1422), + [anon_sym_RBRACE] = ACTIONS(1422), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_source] = ACTIONS(1422), + [anon_sym_source_DASHenv] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_hide] = ACTIONS(1422), + [anon_sym_hide_DASHenv] = ACTIONS(1422), + [anon_sym_overlay] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1422), + [anon_sym_where] = ACTIONS(1422), + [anon_sym_STAR_STAR] = ACTIONS(1422), + [anon_sym_PLUS_PLUS] = ACTIONS(1422), + [anon_sym_SLASH] = ACTIONS(1422), + [anon_sym_mod] = ACTIONS(1422), + [anon_sym_SLASH_SLASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_bit_DASHshl] = ACTIONS(1422), + [anon_sym_bit_DASHshr] = ACTIONS(1422), + [anon_sym_EQ_EQ] = ACTIONS(1422), + [anon_sym_BANG_EQ] = ACTIONS(1422), + [anon_sym_LT2] = ACTIONS(1422), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_not_DASHin] = ACTIONS(1422), + [anon_sym_starts_DASHwith] = ACTIONS(1422), + [anon_sym_ends_DASHwith] = ACTIONS(1422), + [anon_sym_EQ_TILDE] = ACTIONS(1422), + [anon_sym_BANG_TILDE] = ACTIONS(1422), + [anon_sym_bit_DASHand] = ACTIONS(1422), + [anon_sym_bit_DASHxor] = ACTIONS(1422), + [anon_sym_bit_DASHor] = ACTIONS(1422), + [anon_sym_and] = ACTIONS(1422), + [anon_sym_xor] = ACTIONS(1422), + [anon_sym_or] = ACTIONS(1422), + [anon_sym_not] = ACTIONS(1422), + [anon_sym_null] = ACTIONS(1422), + [anon_sym_true] = ACTIONS(1422), + [anon_sym_false] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1422), + [aux_sym__val_number_token2] = ACTIONS(1422), + [aux_sym__val_number_token3] = ACTIONS(1422), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1422), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_0b] = ACTIONS(1422), + [anon_sym_0o] = ACTIONS(1422), + [anon_sym_0x] = ACTIONS(1422), + [sym_val_date] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1422), + [sym__str_single_quotes] = ACTIONS(1422), + [sym__str_back_ticks] = ACTIONS(1422), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1422), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1422), + [anon_sym_CARET] = ACTIONS(1422), [anon_sym_POUND] = ACTIONS(105), }, [524] = { [sym_comment] = STATE(524), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_RPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(1430), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(1432), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(1434), [anon_sym_POUND] = ACTIONS(105), }, [525] = { - [sym_path] = STATE(549), + [sym_path] = STATE(552), [sym_comment] = STATE(525), - [aux_sym_cell_path_repeat1] = STATE(531), - [ts_builtin_sym_end] = ACTIONS(1404), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), + [aux_sym_cell_path_repeat1] = STATE(521), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, [526] = { - [sym_cell_path] = STATE(580), - [sym_path] = STATE(533), + [sym_path] = STATE(552), [sym_comment] = STATE(526), - [ts_builtin_sym_end] = ACTIONS(1423), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(1450), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), + [aux_sym_cell_path_repeat1] = STATE(525), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [527] = { - [sym_path] = STATE(549), + [sym_cell_path] = STATE(554), + [sym_path] = STATE(528), [sym_comment] = STATE(527), - [aux_sym_cell_path_repeat1] = STATE(523), - [ts_builtin_sym_end] = ACTIONS(1388), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(1444), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [528] = { - [sym_cell_path] = STATE(671), - [sym_path] = STATE(525), + [sym_path] = STATE(552), [sym_comment] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(1392), - [anon_sym_export] = ACTIONS(1390), - [anon_sym_alias] = ACTIONS(1390), - [anon_sym_let] = ACTIONS(1390), - [anon_sym_let_DASHenv] = ACTIONS(1390), - [anon_sym_mut] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1390), - [sym_cmd_identifier] = ACTIONS(1390), - [anon_sym_LF] = ACTIONS(1392), - [anon_sym_def] = ACTIONS(1390), - [anon_sym_export_DASHenv] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym_module] = ACTIONS(1390), - [anon_sym_use] = ACTIONS(1390), - [anon_sym_LBRACK] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [anon_sym_error] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_loop] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_match] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_source] = ACTIONS(1390), - [anon_sym_source_DASHenv] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_hide] = ACTIONS(1390), - [anon_sym_hide_DASHenv] = ACTIONS(1390), - [anon_sym_overlay] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_where] = ACTIONS(1390), - [anon_sym_STAR_STAR] = ACTIONS(1390), - [anon_sym_PLUS_PLUS] = ACTIONS(1390), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_mod] = ACTIONS(1390), - [anon_sym_SLASH_SLASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_bit_DASHshl] = ACTIONS(1390), - [anon_sym_bit_DASHshr] = ACTIONS(1390), - [anon_sym_EQ_EQ] = ACTIONS(1390), - [anon_sym_BANG_EQ] = ACTIONS(1390), - [anon_sym_LT2] = ACTIONS(1390), - [anon_sym_LT_EQ] = ACTIONS(1390), - [anon_sym_GT_EQ] = ACTIONS(1390), - [anon_sym_not_DASHin] = ACTIONS(1390), - [anon_sym_starts_DASHwith] = ACTIONS(1390), - [anon_sym_ends_DASHwith] = ACTIONS(1390), - [anon_sym_EQ_TILDE] = ACTIONS(1390), - [anon_sym_BANG_TILDE] = ACTIONS(1390), - [anon_sym_bit_DASHand] = ACTIONS(1390), - [anon_sym_bit_DASHxor] = ACTIONS(1390), - [anon_sym_bit_DASHor] = ACTIONS(1390), - [anon_sym_and] = ACTIONS(1390), - [anon_sym_xor] = ACTIONS(1390), - [anon_sym_or] = ACTIONS(1390), - [anon_sym_not] = ACTIONS(1390), - [sym_val_nothing] = ACTIONS(1390), - [anon_sym_true] = ACTIONS(1390), - [anon_sym_false] = ACTIONS(1390), - [aux_sym__val_number_decimal_token1] = ACTIONS(1390), - [aux_sym__val_number_token1] = ACTIONS(1390), - [aux_sym__val_number_token2] = ACTIONS(1390), - [aux_sym__val_number_token3] = ACTIONS(1390), - [aux_sym__val_number_token4] = ACTIONS(1390), - [aux_sym__val_number_token5] = ACTIONS(1390), - [aux_sym__val_number_token6] = ACTIONS(1390), - [anon_sym_0b] = ACTIONS(1390), - [anon_sym_0o] = ACTIONS(1390), - [anon_sym_0x] = ACTIONS(1390), - [sym_val_date] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [sym__str_single_quotes] = ACTIONS(1390), - [sym__str_back_ticks] = ACTIONS(1390), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1390), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1390), - [anon_sym_CARET] = ACTIONS(1390), + [aux_sym_cell_path_repeat1] = STATE(530), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [529] = { - [sym_cell_path] = STATE(675), - [sym_path] = STATE(525), + [sym_cell_path] = STATE(634), + [sym_path] = STATE(526), [sym_comment] = STATE(529), - [ts_builtin_sym_end] = ACTIONS(1400), - [anon_sym_export] = ACTIONS(1398), - [anon_sym_alias] = ACTIONS(1398), - [anon_sym_let] = ACTIONS(1398), - [anon_sym_let_DASHenv] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1398), - [sym_cmd_identifier] = ACTIONS(1398), - [anon_sym_LF] = ACTIONS(1400), - [anon_sym_def] = ACTIONS(1398), - [anon_sym_export_DASHenv] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym_module] = ACTIONS(1398), - [anon_sym_use] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [anon_sym_error] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_source] = ACTIONS(1398), - [anon_sym_source_DASHenv] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_hide] = ACTIONS(1398), - [anon_sym_hide_DASHenv] = ACTIONS(1398), - [anon_sym_overlay] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_where] = ACTIONS(1398), - [anon_sym_STAR_STAR] = ACTIONS(1398), - [anon_sym_PLUS_PLUS] = ACTIONS(1398), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_mod] = ACTIONS(1398), - [anon_sym_SLASH_SLASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_bit_DASHshl] = ACTIONS(1398), - [anon_sym_bit_DASHshr] = ACTIONS(1398), - [anon_sym_EQ_EQ] = ACTIONS(1398), - [anon_sym_BANG_EQ] = ACTIONS(1398), - [anon_sym_LT2] = ACTIONS(1398), - [anon_sym_LT_EQ] = ACTIONS(1398), - [anon_sym_GT_EQ] = ACTIONS(1398), - [anon_sym_not_DASHin] = ACTIONS(1398), - [anon_sym_starts_DASHwith] = ACTIONS(1398), - [anon_sym_ends_DASHwith] = ACTIONS(1398), - [anon_sym_EQ_TILDE] = ACTIONS(1398), - [anon_sym_BANG_TILDE] = ACTIONS(1398), - [anon_sym_bit_DASHand] = ACTIONS(1398), - [anon_sym_bit_DASHxor] = ACTIONS(1398), - [anon_sym_bit_DASHor] = ACTIONS(1398), - [anon_sym_and] = ACTIONS(1398), - [anon_sym_xor] = ACTIONS(1398), - [anon_sym_or] = ACTIONS(1398), - [anon_sym_not] = ACTIONS(1398), - [sym_val_nothing] = ACTIONS(1398), - [anon_sym_true] = ACTIONS(1398), - [anon_sym_false] = ACTIONS(1398), - [aux_sym__val_number_decimal_token1] = ACTIONS(1398), - [aux_sym__val_number_token1] = ACTIONS(1398), - [aux_sym__val_number_token2] = ACTIONS(1398), - [aux_sym__val_number_token3] = ACTIONS(1398), - [aux_sym__val_number_token4] = ACTIONS(1398), - [aux_sym__val_number_token5] = ACTIONS(1398), - [aux_sym__val_number_token6] = ACTIONS(1398), - [anon_sym_0b] = ACTIONS(1398), - [anon_sym_0o] = ACTIONS(1398), - [anon_sym_0x] = ACTIONS(1398), - [sym_val_date] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [sym__str_single_quotes] = ACTIONS(1398), - [sym__str_back_ticks] = ACTIONS(1398), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1398), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1398), - [anon_sym_CARET] = ACTIONS(1398), + [anon_sym_export] = ACTIONS(1447), + [anon_sym_alias] = ACTIONS(1447), + [anon_sym_let] = ACTIONS(1447), + [anon_sym_let_DASHenv] = ACTIONS(1447), + [anon_sym_mut] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1447), + [sym_cmd_identifier] = ACTIONS(1447), + [anon_sym_LF] = ACTIONS(1449), + [anon_sym_def] = ACTIONS(1447), + [anon_sym_export_DASHenv] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym_module] = ACTIONS(1447), + [anon_sym_use] = ACTIONS(1447), + [anon_sym_LBRACK] = ACTIONS(1447), + [anon_sym_LPAREN] = ACTIONS(1447), + [anon_sym_RPAREN] = ACTIONS(1447), + [anon_sym_DOLLAR] = ACTIONS(1447), + [anon_sym_error] = ACTIONS(1447), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_loop] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_match] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1447), + [anon_sym_RBRACE] = ACTIONS(1447), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT2] = ACTIONS(1393), + [anon_sym_try] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_source] = ACTIONS(1447), + [anon_sym_source_DASHenv] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_hide] = ACTIONS(1447), + [anon_sym_hide_DASHenv] = ACTIONS(1447), + [anon_sym_overlay] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_where] = ACTIONS(1447), + [anon_sym_STAR_STAR] = ACTIONS(1447), + [anon_sym_PLUS_PLUS] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_bit_DASHshl] = ACTIONS(1447), + [anon_sym_bit_DASHshr] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1447), + [anon_sym_BANG_EQ] = ACTIONS(1447), + [anon_sym_LT2] = ACTIONS(1447), + [anon_sym_LT_EQ] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1447), + [anon_sym_not_DASHin] = ACTIONS(1447), + [anon_sym_starts_DASHwith] = ACTIONS(1447), + [anon_sym_ends_DASHwith] = ACTIONS(1447), + [anon_sym_EQ_TILDE] = ACTIONS(1447), + [anon_sym_BANG_TILDE] = ACTIONS(1447), + [anon_sym_bit_DASHand] = ACTIONS(1447), + [anon_sym_bit_DASHxor] = ACTIONS(1447), + [anon_sym_bit_DASHor] = ACTIONS(1447), + [anon_sym_and] = ACTIONS(1447), + [anon_sym_xor] = ACTIONS(1447), + [anon_sym_or] = ACTIONS(1447), + [anon_sym_not] = ACTIONS(1447), + [anon_sym_null] = ACTIONS(1447), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [aux_sym__val_number_decimal_token1] = ACTIONS(1447), + [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(1447), + [aux_sym__val_number_token5] = ACTIONS(1447), + [aux_sym__val_number_token6] = ACTIONS(1447), + [anon_sym_0b] = ACTIONS(1447), + [anon_sym_0o] = ACTIONS(1447), + [anon_sym_0x] = ACTIONS(1447), + [sym_val_date] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym__str_single_quotes] = ACTIONS(1447), + [sym__str_back_ticks] = ACTIONS(1447), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1447), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1447), + [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND] = ACTIONS(105), }, [530] = { - [sym_cell_path] = STATE(621), - [sym_path] = STATE(525), + [sym_path] = STATE(552), [sym_comment] = STATE(530), - [ts_builtin_sym_end] = ACTIONS(1423), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), + [aux_sym_cell_path_repeat1] = STATE(521), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, [531] = { - [sym_path] = STATE(549), + [sym_cell_path] = STATE(561), + [sym_path] = STATE(528), [sym_comment] = STATE(531), - [aux_sym_cell_path_repeat1] = STATE(523), - [ts_builtin_sym_end] = ACTIONS(1388), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(1451), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [532] = { [sym_comment] = STATE(532), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(1453), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(1455), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(1457), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_RPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), [anon_sym_POUND] = ACTIONS(105), }, [533] = { - [sym_path] = STATE(549), + [sym_cell_path] = STATE(620), + [sym_path] = STATE(544), [sym_comment] = STATE(533), - [aux_sym_cell_path_repeat1] = STATE(527), - [ts_builtin_sym_end] = ACTIONS(1404), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), + [ts_builtin_sym_end] = ACTIONS(1401), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(1458), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [534] = { - [sym_cell_path] = STATE(649), - [sym_path] = STATE(525), + [sym_path] = STATE(636), [sym_comment] = STATE(534), - [ts_builtin_sym_end] = ACTIONS(1412), - [anon_sym_export] = ACTIONS(1410), - [anon_sym_alias] = ACTIONS(1410), - [anon_sym_let] = ACTIONS(1410), - [anon_sym_let_DASHenv] = ACTIONS(1410), - [anon_sym_mut] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [sym_cmd_identifier] = ACTIONS(1410), - [anon_sym_LF] = ACTIONS(1412), - [anon_sym_def] = ACTIONS(1410), - [anon_sym_export_DASHenv] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym_module] = ACTIONS(1410), - [anon_sym_use] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [anon_sym_error] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_loop] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_match] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_source] = ACTIONS(1410), - [anon_sym_source_DASHenv] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_hide] = ACTIONS(1410), - [anon_sym_hide_DASHenv] = ACTIONS(1410), - [anon_sym_overlay] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_where] = ACTIONS(1410), - [anon_sym_STAR_STAR] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_SLASH] = ACTIONS(1410), - [anon_sym_mod] = ACTIONS(1410), - [anon_sym_SLASH_SLASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_bit_DASHshl] = ACTIONS(1410), - [anon_sym_bit_DASHshr] = ACTIONS(1410), - [anon_sym_EQ_EQ] = ACTIONS(1410), - [anon_sym_BANG_EQ] = ACTIONS(1410), - [anon_sym_LT2] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1410), - [anon_sym_GT_EQ] = ACTIONS(1410), - [anon_sym_not_DASHin] = ACTIONS(1410), - [anon_sym_starts_DASHwith] = ACTIONS(1410), - [anon_sym_ends_DASHwith] = ACTIONS(1410), - [anon_sym_EQ_TILDE] = ACTIONS(1410), - [anon_sym_BANG_TILDE] = ACTIONS(1410), - [anon_sym_bit_DASHand] = ACTIONS(1410), - [anon_sym_bit_DASHxor] = ACTIONS(1410), - [anon_sym_bit_DASHor] = ACTIONS(1410), - [anon_sym_and] = ACTIONS(1410), - [anon_sym_xor] = ACTIONS(1410), - [anon_sym_or] = ACTIONS(1410), - [anon_sym_not] = ACTIONS(1410), - [sym_val_nothing] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1410), - [anon_sym_false] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [aux_sym__val_number_token1] = ACTIONS(1410), - [aux_sym__val_number_token2] = ACTIONS(1410), - [aux_sym__val_number_token3] = ACTIONS(1410), - [aux_sym__val_number_token4] = ACTIONS(1410), - [aux_sym__val_number_token5] = ACTIONS(1410), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_0b] = ACTIONS(1410), - [anon_sym_0o] = ACTIONS(1410), - [anon_sym_0x] = ACTIONS(1410), - [sym_val_date] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym__str_single_quotes] = ACTIONS(1410), - [sym__str_back_ticks] = ACTIONS(1410), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1410), - [anon_sym_CARET] = ACTIONS(1410), + [aux_sym_cell_path_repeat1] = STATE(534), + [ts_builtin_sym_end] = ACTIONS(1413), + [anon_sym_export] = ACTIONS(1411), + [anon_sym_alias] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_let_DASHenv] = ACTIONS(1411), + [anon_sym_mut] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1411), + [sym_cmd_identifier] = ACTIONS(1411), + [anon_sym_LF] = ACTIONS(1413), + [anon_sym_def] = ACTIONS(1411), + [anon_sym_export_DASHenv] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_module] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_DOLLAR] = ACTIONS(1411), + [anon_sym_error] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(1461), + [anon_sym_try] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_source] = ACTIONS(1411), + [anon_sym_source_DASHenv] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_hide] = ACTIONS(1411), + [anon_sym_hide_DASHenv] = ACTIONS(1411), + [anon_sym_overlay] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_where] = ACTIONS(1411), + [anon_sym_STAR_STAR] = ACTIONS(1411), + [anon_sym_PLUS_PLUS] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_bit_DASHshl] = ACTIONS(1411), + [anon_sym_bit_DASHshr] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1411), + [anon_sym_BANG_EQ] = ACTIONS(1411), + [anon_sym_LT2] = ACTIONS(1411), + [anon_sym_LT_EQ] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1411), + [anon_sym_not_DASHin] = ACTIONS(1411), + [anon_sym_starts_DASHwith] = ACTIONS(1411), + [anon_sym_ends_DASHwith] = ACTIONS(1411), + [anon_sym_EQ_TILDE] = ACTIONS(1411), + [anon_sym_BANG_TILDE] = ACTIONS(1411), + [anon_sym_bit_DASHand] = ACTIONS(1411), + [anon_sym_bit_DASHxor] = ACTIONS(1411), + [anon_sym_bit_DASHor] = ACTIONS(1411), + [anon_sym_and] = ACTIONS(1411), + [anon_sym_xor] = ACTIONS(1411), + [anon_sym_or] = ACTIONS(1411), + [anon_sym_not] = ACTIONS(1411), + [anon_sym_null] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1411), + [aux_sym__val_number_token2] = ACTIONS(1411), + [aux_sym__val_number_token3] = ACTIONS(1411), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1411), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_0b] = ACTIONS(1411), + [anon_sym_0o] = ACTIONS(1411), + [anon_sym_0x] = ACTIONS(1411), + [sym_val_date] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1411), + [sym__str_single_quotes] = ACTIONS(1411), + [sym__str_back_ticks] = ACTIONS(1411), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1411), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), [anon_sym_POUND] = ACTIONS(105), }, [535] = { - [sym_cell_path] = STATE(652), - [sym_path] = STATE(525), [sym_comment] = STATE(535), - [ts_builtin_sym_end] = ACTIONS(1408), - [anon_sym_export] = ACTIONS(1406), - [anon_sym_alias] = ACTIONS(1406), - [anon_sym_let] = ACTIONS(1406), - [anon_sym_let_DASHenv] = ACTIONS(1406), - [anon_sym_mut] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1406), - [sym_cmd_identifier] = ACTIONS(1406), - [anon_sym_LF] = ACTIONS(1408), - [anon_sym_def] = ACTIONS(1406), - [anon_sym_export_DASHenv] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym_module] = ACTIONS(1406), - [anon_sym_use] = ACTIONS(1406), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [anon_sym_error] = ACTIONS(1406), - [anon_sym_GT] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_loop] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_match] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_source] = ACTIONS(1406), - [anon_sym_source_DASHenv] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_hide] = ACTIONS(1406), - [anon_sym_hide_DASHenv] = ACTIONS(1406), - [anon_sym_overlay] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_where] = ACTIONS(1406), - [anon_sym_STAR_STAR] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_SLASH] = ACTIONS(1406), - [anon_sym_mod] = ACTIONS(1406), - [anon_sym_SLASH_SLASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_bit_DASHshl] = ACTIONS(1406), - [anon_sym_bit_DASHshr] = ACTIONS(1406), - [anon_sym_EQ_EQ] = ACTIONS(1406), - [anon_sym_BANG_EQ] = ACTIONS(1406), - [anon_sym_LT2] = ACTIONS(1406), - [anon_sym_LT_EQ] = ACTIONS(1406), - [anon_sym_GT_EQ] = ACTIONS(1406), - [anon_sym_not_DASHin] = ACTIONS(1406), - [anon_sym_starts_DASHwith] = ACTIONS(1406), - [anon_sym_ends_DASHwith] = ACTIONS(1406), - [anon_sym_EQ_TILDE] = ACTIONS(1406), - [anon_sym_BANG_TILDE] = ACTIONS(1406), - [anon_sym_bit_DASHand] = ACTIONS(1406), - [anon_sym_bit_DASHxor] = ACTIONS(1406), - [anon_sym_bit_DASHor] = ACTIONS(1406), - [anon_sym_and] = ACTIONS(1406), - [anon_sym_xor] = ACTIONS(1406), - [anon_sym_or] = ACTIONS(1406), - [anon_sym_not] = ACTIONS(1406), - [sym_val_nothing] = ACTIONS(1406), - [anon_sym_true] = ACTIONS(1406), - [anon_sym_false] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1406), - [aux_sym__val_number_token2] = ACTIONS(1406), - [aux_sym__val_number_token3] = ACTIONS(1406), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1406), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_0b] = ACTIONS(1406), - [anon_sym_0o] = ACTIONS(1406), - [anon_sym_0x] = ACTIONS(1406), - [sym_val_date] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [sym__str_single_quotes] = ACTIONS(1406), - [sym__str_back_ticks] = ACTIONS(1406), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1406), - [anon_sym_CARET] = ACTIONS(1406), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(1468), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [536] = { + [sym_cell_path] = STATE(640), + [sym_path] = STATE(545), [sym_comment] = STATE(536), - [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(1459), - [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), - [sym_val_nothing] = 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(1401), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [537] = { + [sym_cell_path] = STATE(632), + [sym_path] = STATE(544), [sym_comment] = STATE(537), - [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), - [sym_val_nothing] = 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(1397), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(1472), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [538] = { + [sym_cell_path] = STATE(648), + [sym_path] = STATE(545), [sym_comment] = STATE(538), - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(1391), + [anon_sym_export] = ACTIONS(1389), + [anon_sym_alias] = ACTIONS(1389), + [anon_sym_let] = ACTIONS(1389), + [anon_sym_let_DASHenv] = ACTIONS(1389), + [anon_sym_mut] = ACTIONS(1389), + [anon_sym_const] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1389), + [sym_cmd_identifier] = ACTIONS(1389), + [anon_sym_LF] = ACTIONS(1391), + [anon_sym_def] = ACTIONS(1389), + [anon_sym_export_DASHenv] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1389), + [anon_sym_module] = ACTIONS(1389), + [anon_sym_use] = ACTIONS(1389), + [anon_sym_LBRACK] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_DOLLAR] = ACTIONS(1389), + [anon_sym_error] = ACTIONS(1389), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_break] = ACTIONS(1389), + [anon_sym_continue] = ACTIONS(1389), + [anon_sym_for] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1389), + [anon_sym_loop] = ACTIONS(1389), + [anon_sym_while] = ACTIONS(1389), + [anon_sym_do] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1389), + [anon_sym_match] = ACTIONS(1389), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1389), + [anon_sym_return] = ACTIONS(1389), + [anon_sym_source] = ACTIONS(1389), + [anon_sym_source_DASHenv] = ACTIONS(1389), + [anon_sym_register] = ACTIONS(1389), + [anon_sym_hide] = ACTIONS(1389), + [anon_sym_hide_DASHenv] = ACTIONS(1389), + [anon_sym_overlay] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_where] = ACTIONS(1389), + [anon_sym_STAR_STAR] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_bit_DASHshl] = ACTIONS(1389), + [anon_sym_bit_DASHshr] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1389), + [anon_sym_BANG_EQ] = ACTIONS(1389), + [anon_sym_LT2] = ACTIONS(1389), + [anon_sym_LT_EQ] = ACTIONS(1389), + [anon_sym_GT_EQ] = ACTIONS(1389), + [anon_sym_not_DASHin] = ACTIONS(1389), + [anon_sym_starts_DASHwith] = ACTIONS(1389), + [anon_sym_ends_DASHwith] = ACTIONS(1389), + [anon_sym_EQ_TILDE] = ACTIONS(1389), + [anon_sym_BANG_TILDE] = ACTIONS(1389), + [anon_sym_bit_DASHand] = ACTIONS(1389), + [anon_sym_bit_DASHxor] = ACTIONS(1389), + [anon_sym_bit_DASHor] = ACTIONS(1389), + [anon_sym_and] = ACTIONS(1389), + [anon_sym_xor] = ACTIONS(1389), + [anon_sym_or] = ACTIONS(1389), + [anon_sym_not] = ACTIONS(1389), + [anon_sym_null] = ACTIONS(1389), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [aux_sym__val_number_decimal_token1] = ACTIONS(1389), + [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(1389), + [aux_sym__val_number_token5] = ACTIONS(1389), + [aux_sym__val_number_token6] = ACTIONS(1389), + [anon_sym_0b] = ACTIONS(1389), + [anon_sym_0o] = ACTIONS(1389), + [anon_sym_0x] = ACTIONS(1389), + [sym_val_date] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym__str_single_quotes] = ACTIONS(1389), + [sym__str_back_ticks] = ACTIONS(1389), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1389), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1389), + [anon_sym_CARET] = ACTIONS(1389), [anon_sym_POUND] = ACTIONS(105), }, [539] = { + [sym_cell_path] = STATE(642), + [sym_path] = STATE(545), [sym_comment] = STATE(539), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_RPAREN] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT2] = ACTIONS(1463), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_where] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [anon_sym_not] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), + [ts_builtin_sym_end] = ACTIONS(1420), + [anon_sym_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_GT] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_DOT] = ACTIONS(1418), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_where] = ACTIONS(1418), + [anon_sym_STAR_STAR] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_SLASH] = ACTIONS(1418), + [anon_sym_mod] = ACTIONS(1418), + [anon_sym_SLASH_SLASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_bit_DASHshl] = ACTIONS(1418), + [anon_sym_bit_DASHshr] = ACTIONS(1418), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT2] = ACTIONS(1418), + [anon_sym_LT_EQ] = ACTIONS(1418), + [anon_sym_GT_EQ] = ACTIONS(1418), + [anon_sym_not_DASHin] = ACTIONS(1418), + [anon_sym_starts_DASHwith] = ACTIONS(1418), + [anon_sym_ends_DASHwith] = ACTIONS(1418), + [anon_sym_EQ_TILDE] = ACTIONS(1418), + [anon_sym_BANG_TILDE] = ACTIONS(1418), + [anon_sym_bit_DASHand] = ACTIONS(1418), + [anon_sym_bit_DASHxor] = ACTIONS(1418), + [anon_sym_bit_DASHor] = ACTIONS(1418), + [anon_sym_and] = ACTIONS(1418), + [anon_sym_xor] = ACTIONS(1418), + [anon_sym_or] = ACTIONS(1418), + [anon_sym_not] = ACTIONS(1418), + [anon_sym_null] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym__val_number_decimal_token1] = ACTIONS(1418), + [aux_sym__val_number_token1] = ACTIONS(1418), + [aux_sym__val_number_token2] = ACTIONS(1418), + [aux_sym__val_number_token3] = ACTIONS(1418), + [aux_sym__val_number_token4] = ACTIONS(1418), + [aux_sym__val_number_token5] = ACTIONS(1418), + [aux_sym__val_number_token6] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_CARET] = ACTIONS(1418), [anon_sym_POUND] = ACTIONS(105), }, [540] = { [sym_comment] = STATE(540), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_alias] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_let_DASHenv] = ACTIONS(1465), - [anon_sym_mut] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1465), - [sym_cmd_identifier] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_def] = ACTIONS(1465), - [anon_sym_export_DASHenv] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_RPAREN] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_error] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT2] = ACTIONS(1459), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_source] = ACTIONS(1465), - [anon_sym_source_DASHenv] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_hide] = ACTIONS(1465), - [anon_sym_hide_DASHenv] = ACTIONS(1465), - [anon_sym_overlay] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_where] = ACTIONS(1465), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [anon_sym_not] = ACTIONS(1465), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_CARET] = ACTIONS(1465), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), [anon_sym_POUND] = ACTIONS(105), }, [541] = { + [sym_cell_path] = STATE(692), + [sym_path] = STATE(545), [sym_comment] = STATE(541), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(1353), + [ts_builtin_sym_end] = ACTIONS(1397), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [542] = { + [sym_cell_path] = STATE(699), + [sym_path] = STATE(545), [sym_comment] = STATE(542), - [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), - [anon_sym_SEMI] = ACTIONS(1474), - [sym_cmd_identifier] = ACTIONS(1474), - [anon_sym_LF] = ACTIONS(1476), - [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_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), - [anon_sym_RPAREN] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), - [anon_sym_error] = 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_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_match] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_RBRACE] = ACTIONS(1474), - [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(1476), - [anon_sym_try] = 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_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), - [sym_val_nothing] = 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_CARET] = ACTIONS(1474), + [ts_builtin_sym_end] = ACTIONS(1424), + [anon_sym_export] = ACTIONS(1422), + [anon_sym_alias] = ACTIONS(1422), + [anon_sym_let] = ACTIONS(1422), + [anon_sym_let_DASHenv] = ACTIONS(1422), + [anon_sym_mut] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1422), + [sym_cmd_identifier] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_def] = ACTIONS(1422), + [anon_sym_export_DASHenv] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym_module] = ACTIONS(1422), + [anon_sym_use] = ACTIONS(1422), + [anon_sym_LBRACK] = ACTIONS(1422), + [anon_sym_LPAREN] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1422), + [anon_sym_error] = ACTIONS(1422), + [anon_sym_GT] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_loop] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1422), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_source] = ACTIONS(1422), + [anon_sym_source_DASHenv] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_hide] = ACTIONS(1422), + [anon_sym_hide_DASHenv] = ACTIONS(1422), + [anon_sym_overlay] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1422), + [anon_sym_where] = ACTIONS(1422), + [anon_sym_STAR_STAR] = ACTIONS(1422), + [anon_sym_PLUS_PLUS] = ACTIONS(1422), + [anon_sym_SLASH] = ACTIONS(1422), + [anon_sym_mod] = ACTIONS(1422), + [anon_sym_SLASH_SLASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_bit_DASHshl] = ACTIONS(1422), + [anon_sym_bit_DASHshr] = ACTIONS(1422), + [anon_sym_EQ_EQ] = ACTIONS(1422), + [anon_sym_BANG_EQ] = ACTIONS(1422), + [anon_sym_LT2] = ACTIONS(1422), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_not_DASHin] = ACTIONS(1422), + [anon_sym_starts_DASHwith] = ACTIONS(1422), + [anon_sym_ends_DASHwith] = ACTIONS(1422), + [anon_sym_EQ_TILDE] = ACTIONS(1422), + [anon_sym_BANG_TILDE] = ACTIONS(1422), + [anon_sym_bit_DASHand] = ACTIONS(1422), + [anon_sym_bit_DASHxor] = ACTIONS(1422), + [anon_sym_bit_DASHor] = ACTIONS(1422), + [anon_sym_and] = ACTIONS(1422), + [anon_sym_xor] = ACTIONS(1422), + [anon_sym_or] = ACTIONS(1422), + [anon_sym_not] = ACTIONS(1422), + [anon_sym_null] = ACTIONS(1422), + [anon_sym_true] = ACTIONS(1422), + [anon_sym_false] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1422), + [aux_sym__val_number_token2] = ACTIONS(1422), + [aux_sym__val_number_token3] = ACTIONS(1422), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1422), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_0b] = ACTIONS(1422), + [anon_sym_0o] = ACTIONS(1422), + [anon_sym_0x] = ACTIONS(1422), + [sym_val_date] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1422), + [sym__str_single_quotes] = ACTIONS(1422), + [sym__str_back_ticks] = ACTIONS(1422), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1422), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1422), + [anon_sym_CARET] = ACTIONS(1422), [anon_sym_POUND] = ACTIONS(105), }, [543] = { [sym_comment] = STATE(543), - [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(1480), - [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), - [sym_val_nothing] = 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_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(1468), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [544] = { + [sym_path] = STATE(636), [sym_comment] = STATE(544), - [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(1433), - [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_QMARK2] = ACTIONS(1482), - [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), - [sym_val_nothing] = 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), + [aux_sym_cell_path_repeat1] = STATE(548), + [ts_builtin_sym_end] = ACTIONS(1442), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [545] = { + [sym_path] = STATE(636), [sym_comment] = STATE(545), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_SEMI] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_RPAREN] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_DOT2] = ACTIONS(1486), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_where] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [anon_sym_not] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1484), + [aux_sym_cell_path_repeat1] = STATE(551), + [ts_builtin_sym_end] = ACTIONS(1442), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [546] = { + [sym_cell_path] = STATE(694), + [sym_path] = STATE(545), [sym_comment] = STATE(546), - [anon_sym_export] = ACTIONS(1488), - [anon_sym_alias] = ACTIONS(1488), - [anon_sym_let] = ACTIONS(1488), - [anon_sym_let_DASHenv] = ACTIONS(1488), - [anon_sym_mut] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [anon_sym_SEMI] = ACTIONS(1488), - [sym_cmd_identifier] = ACTIONS(1488), - [anon_sym_LF] = ACTIONS(1490), - [anon_sym_def] = ACTIONS(1488), - [anon_sym_export_DASHenv] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym_module] = ACTIONS(1488), - [anon_sym_use] = ACTIONS(1488), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1488), - [anon_sym_RPAREN] = ACTIONS(1488), - [anon_sym_DOLLAR] = ACTIONS(1488), - [anon_sym_error] = ACTIONS(1488), - [anon_sym_GT] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1488), - [anon_sym_loop] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_match] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1488), - [anon_sym_DOT] = ACTIONS(1488), - [anon_sym_DOT2] = ACTIONS(1490), - [anon_sym_try] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_source] = ACTIONS(1488), - [anon_sym_source_DASHenv] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_hide] = ACTIONS(1488), - [anon_sym_hide_DASHenv] = ACTIONS(1488), - [anon_sym_overlay] = ACTIONS(1488), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_where] = ACTIONS(1488), - [anon_sym_STAR_STAR] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_SLASH] = ACTIONS(1488), - [anon_sym_mod] = ACTIONS(1488), - [anon_sym_SLASH_SLASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_bit_DASHshl] = ACTIONS(1488), - [anon_sym_bit_DASHshr] = ACTIONS(1488), - [anon_sym_EQ_EQ] = ACTIONS(1488), - [anon_sym_BANG_EQ] = ACTIONS(1488), - [anon_sym_LT2] = ACTIONS(1488), - [anon_sym_LT_EQ] = ACTIONS(1488), - [anon_sym_GT_EQ] = ACTIONS(1488), - [anon_sym_not_DASHin] = ACTIONS(1488), - [anon_sym_starts_DASHwith] = ACTIONS(1488), - [anon_sym_ends_DASHwith] = ACTIONS(1488), - [anon_sym_EQ_TILDE] = ACTIONS(1488), - [anon_sym_BANG_TILDE] = ACTIONS(1488), - [anon_sym_bit_DASHand] = ACTIONS(1488), - [anon_sym_bit_DASHxor] = ACTIONS(1488), - [anon_sym_bit_DASHor] = ACTIONS(1488), - [anon_sym_and] = ACTIONS(1488), - [anon_sym_xor] = ACTIONS(1488), - [anon_sym_or] = ACTIONS(1488), - [anon_sym_not] = ACTIONS(1488), - [sym_val_nothing] = ACTIONS(1488), - [anon_sym_true] = ACTIONS(1488), - [anon_sym_false] = ACTIONS(1488), - [aux_sym__val_number_decimal_token1] = ACTIONS(1488), - [aux_sym__val_number_token1] = ACTIONS(1488), - [aux_sym__val_number_token2] = ACTIONS(1488), - [aux_sym__val_number_token3] = ACTIONS(1488), - [aux_sym__val_number_token4] = ACTIONS(1488), - [aux_sym__val_number_token5] = ACTIONS(1488), - [aux_sym__val_number_token6] = ACTIONS(1488), - [anon_sym_0b] = ACTIONS(1488), - [anon_sym_0o] = ACTIONS(1488), - [anon_sym_0x] = ACTIONS(1488), - [sym_val_date] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym__str_single_quotes] = ACTIONS(1488), - [sym__str_back_ticks] = ACTIONS(1488), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1488), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1488), - [anon_sym_CARET] = ACTIONS(1488), + [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(1470), + [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), }, [547] = { [sym_comment] = STATE(547), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(1496), + [ts_builtin_sym_end] = ACTIONS(1428), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(1479), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(1481), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(1483), [anon_sym_POUND] = ACTIONS(105), }, [548] = { + [sym_path] = STATE(636), [sym_comment] = STATE(548), - [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(1433), - [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_QMARK2] = ACTIONS(1482), - [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), - [sym_val_nothing] = 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), + [aux_sym_cell_path_repeat1] = STATE(534), + [ts_builtin_sym_end] = ACTIONS(1438), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, [549] = { + [sym_cell_path] = STATE(650), + [sym_path] = STATE(545), [sym_comment] = STATE(549), - [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(1480), - [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), - [sym_val_nothing] = 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), + [ts_builtin_sym_end] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1403), + [anon_sym_alias] = ACTIONS(1403), + [anon_sym_let] = ACTIONS(1403), + [anon_sym_let_DASHenv] = ACTIONS(1403), + [anon_sym_mut] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1403), + [sym_cmd_identifier] = ACTIONS(1403), + [anon_sym_LF] = ACTIONS(1405), + [anon_sym_def] = ACTIONS(1403), + [anon_sym_export_DASHenv] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym_module] = ACTIONS(1403), + [anon_sym_use] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_DOLLAR] = ACTIONS(1403), + [anon_sym_error] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_loop] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_match] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_source] = ACTIONS(1403), + [anon_sym_source_DASHenv] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_hide] = ACTIONS(1403), + [anon_sym_hide_DASHenv] = ACTIONS(1403), + [anon_sym_overlay] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_where] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_SLASH] = ACTIONS(1403), + [anon_sym_mod] = ACTIONS(1403), + [anon_sym_SLASH_SLASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_bit_DASHshl] = ACTIONS(1403), + [anon_sym_bit_DASHshr] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1403), + [anon_sym_LT2] = ACTIONS(1403), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_not_DASHin] = ACTIONS(1403), + [anon_sym_starts_DASHwith] = ACTIONS(1403), + [anon_sym_ends_DASHwith] = ACTIONS(1403), + [anon_sym_EQ_TILDE] = ACTIONS(1403), + [anon_sym_BANG_TILDE] = ACTIONS(1403), + [anon_sym_bit_DASHand] = ACTIONS(1403), + [anon_sym_bit_DASHxor] = ACTIONS(1403), + [anon_sym_bit_DASHor] = ACTIONS(1403), + [anon_sym_and] = ACTIONS(1403), + [anon_sym_xor] = ACTIONS(1403), + [anon_sym_or] = ACTIONS(1403), + [anon_sym_not] = ACTIONS(1403), + [anon_sym_null] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1403), + [anon_sym_false] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1403), + [aux_sym__val_number_token2] = ACTIONS(1403), + [aux_sym__val_number_token3] = ACTIONS(1403), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1403), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_0b] = ACTIONS(1403), + [anon_sym_0o] = ACTIONS(1403), + [anon_sym_0x] = ACTIONS(1403), + [sym_val_date] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1403), + [sym__str_single_quotes] = ACTIONS(1403), + [sym__str_back_ticks] = ACTIONS(1403), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1403), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1403), + [anon_sym_CARET] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(105), }, [550] = { + [sym_cell_path] = STATE(690), + [sym_path] = STATE(545), [sym_comment] = STATE(550), - [anon_sym_export] = ACTIONS(1498), - [anon_sym_alias] = ACTIONS(1498), - [anon_sym_let] = ACTIONS(1498), - [anon_sym_let_DASHenv] = ACTIONS(1498), - [anon_sym_mut] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1498), - [sym_cmd_identifier] = ACTIONS(1498), - [anon_sym_LF] = ACTIONS(1500), - [anon_sym_def] = ACTIONS(1498), - [anon_sym_export_DASHenv] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym_module] = ACTIONS(1498), - [anon_sym_use] = ACTIONS(1498), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1498), - [anon_sym_RPAREN] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [anon_sym_error] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_loop] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_match] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1498), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_try] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_source] = ACTIONS(1498), - [anon_sym_source_DASHenv] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_hide] = ACTIONS(1498), - [anon_sym_hide_DASHenv] = ACTIONS(1498), - [anon_sym_overlay] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_where] = ACTIONS(1498), - [anon_sym_STAR_STAR] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_mod] = ACTIONS(1498), - [anon_sym_SLASH_SLASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_bit_DASHshl] = ACTIONS(1498), - [anon_sym_bit_DASHshr] = ACTIONS(1498), - [anon_sym_EQ_EQ] = ACTIONS(1498), - [anon_sym_BANG_EQ] = ACTIONS(1498), - [anon_sym_LT2] = ACTIONS(1498), - [anon_sym_LT_EQ] = ACTIONS(1498), - [anon_sym_GT_EQ] = ACTIONS(1498), - [anon_sym_not_DASHin] = ACTIONS(1498), - [anon_sym_starts_DASHwith] = ACTIONS(1498), - [anon_sym_ends_DASHwith] = ACTIONS(1498), - [anon_sym_EQ_TILDE] = ACTIONS(1498), - [anon_sym_BANG_TILDE] = ACTIONS(1498), - [anon_sym_bit_DASHand] = ACTIONS(1498), - [anon_sym_bit_DASHxor] = ACTIONS(1498), - [anon_sym_bit_DASHor] = ACTIONS(1498), - [anon_sym_and] = ACTIONS(1498), - [anon_sym_xor] = ACTIONS(1498), - [anon_sym_or] = ACTIONS(1498), - [anon_sym_not] = ACTIONS(1498), - [sym_val_nothing] = ACTIONS(1498), - [anon_sym_true] = ACTIONS(1498), - [anon_sym_false] = ACTIONS(1498), - [aux_sym__val_number_decimal_token1] = ACTIONS(1498), - [aux_sym__val_number_token1] = ACTIONS(1498), - [aux_sym__val_number_token2] = ACTIONS(1498), - [aux_sym__val_number_token3] = ACTIONS(1498), - [aux_sym__val_number_token4] = ACTIONS(1498), - [aux_sym__val_number_token5] = ACTIONS(1498), - [aux_sym__val_number_token6] = ACTIONS(1498), - [anon_sym_0b] = ACTIONS(1498), - [anon_sym_0o] = ACTIONS(1498), - [anon_sym_0x] = ACTIONS(1498), - [sym_val_date] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [sym__str_single_quotes] = ACTIONS(1498), - [sym__str_back_ticks] = ACTIONS(1498), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1498), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1498), - [anon_sym_CARET] = ACTIONS(1498), + [ts_builtin_sym_end] = ACTIONS(1449), + [anon_sym_export] = ACTIONS(1447), + [anon_sym_alias] = ACTIONS(1447), + [anon_sym_let] = ACTIONS(1447), + [anon_sym_let_DASHenv] = ACTIONS(1447), + [anon_sym_mut] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1447), + [sym_cmd_identifier] = ACTIONS(1447), + [anon_sym_LF] = ACTIONS(1449), + [anon_sym_def] = ACTIONS(1447), + [anon_sym_export_DASHenv] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym_module] = ACTIONS(1447), + [anon_sym_use] = ACTIONS(1447), + [anon_sym_LBRACK] = ACTIONS(1447), + [anon_sym_LPAREN] = ACTIONS(1447), + [anon_sym_DOLLAR] = ACTIONS(1447), + [anon_sym_error] = ACTIONS(1447), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_loop] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_match] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1447), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_source] = ACTIONS(1447), + [anon_sym_source_DASHenv] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_hide] = ACTIONS(1447), + [anon_sym_hide_DASHenv] = ACTIONS(1447), + [anon_sym_overlay] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_where] = ACTIONS(1447), + [anon_sym_STAR_STAR] = ACTIONS(1447), + [anon_sym_PLUS_PLUS] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_bit_DASHshl] = ACTIONS(1447), + [anon_sym_bit_DASHshr] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1447), + [anon_sym_BANG_EQ] = ACTIONS(1447), + [anon_sym_LT2] = ACTIONS(1447), + [anon_sym_LT_EQ] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1447), + [anon_sym_not_DASHin] = ACTIONS(1447), + [anon_sym_starts_DASHwith] = ACTIONS(1447), + [anon_sym_ends_DASHwith] = ACTIONS(1447), + [anon_sym_EQ_TILDE] = ACTIONS(1447), + [anon_sym_BANG_TILDE] = ACTIONS(1447), + [anon_sym_bit_DASHand] = ACTIONS(1447), + [anon_sym_bit_DASHxor] = ACTIONS(1447), + [anon_sym_bit_DASHor] = ACTIONS(1447), + [anon_sym_and] = ACTIONS(1447), + [anon_sym_xor] = ACTIONS(1447), + [anon_sym_or] = ACTIONS(1447), + [anon_sym_not] = ACTIONS(1447), + [anon_sym_null] = ACTIONS(1447), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [aux_sym__val_number_decimal_token1] = ACTIONS(1447), + [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(1447), + [aux_sym__val_number_token5] = ACTIONS(1447), + [aux_sym__val_number_token6] = ACTIONS(1447), + [anon_sym_0b] = ACTIONS(1447), + [anon_sym_0o] = ACTIONS(1447), + [anon_sym_0x] = ACTIONS(1447), + [sym_val_date] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym__str_single_quotes] = ACTIONS(1447), + [sym__str_back_ticks] = ACTIONS(1447), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1447), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1447), + [anon_sym_CARET] = ACTIONS(1447), [anon_sym_POUND] = ACTIONS(105), }, [551] = { + [sym_path] = STATE(636), [sym_comment] = STATE(551), - [anon_sym_export] = ACTIONS(1502), - [anon_sym_alias] = ACTIONS(1502), - [anon_sym_let] = ACTIONS(1502), - [anon_sym_let_DASHenv] = ACTIONS(1502), - [anon_sym_mut] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1502), - [sym_cmd_identifier] = ACTIONS(1502), - [anon_sym_LF] = ACTIONS(1504), - [anon_sym_def] = ACTIONS(1502), - [anon_sym_export_DASHenv] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym_module] = ACTIONS(1502), - [anon_sym_use] = ACTIONS(1502), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1502), - [anon_sym_RPAREN] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [anon_sym_error] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_loop] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_match] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1502), - [anon_sym_DOT] = ACTIONS(1502), - [anon_sym_try] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_source] = ACTIONS(1502), - [anon_sym_source_DASHenv] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_hide] = ACTIONS(1502), - [anon_sym_hide_DASHenv] = ACTIONS(1502), - [anon_sym_overlay] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_where] = ACTIONS(1502), - [anon_sym_STAR_STAR] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_SLASH_SLASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_bit_DASHshl] = ACTIONS(1502), - [anon_sym_bit_DASHshr] = ACTIONS(1502), - [anon_sym_EQ_EQ] = ACTIONS(1502), - [anon_sym_BANG_EQ] = ACTIONS(1502), - [anon_sym_LT2] = ACTIONS(1502), - [anon_sym_LT_EQ] = ACTIONS(1502), - [anon_sym_GT_EQ] = ACTIONS(1502), - [anon_sym_not_DASHin] = ACTIONS(1502), - [anon_sym_starts_DASHwith] = ACTIONS(1502), - [anon_sym_ends_DASHwith] = ACTIONS(1502), - [anon_sym_EQ_TILDE] = ACTIONS(1502), - [anon_sym_BANG_TILDE] = ACTIONS(1502), - [anon_sym_bit_DASHand] = ACTIONS(1502), - [anon_sym_bit_DASHxor] = ACTIONS(1502), - [anon_sym_bit_DASHor] = ACTIONS(1502), - [anon_sym_and] = ACTIONS(1502), - [anon_sym_xor] = ACTIONS(1502), - [anon_sym_or] = ACTIONS(1502), - [anon_sym_not] = ACTIONS(1502), - [sym_val_nothing] = ACTIONS(1502), - [anon_sym_true] = ACTIONS(1502), - [anon_sym_false] = ACTIONS(1502), - [aux_sym__val_number_decimal_token1] = ACTIONS(1502), - [aux_sym__val_number_token1] = ACTIONS(1502), - [aux_sym__val_number_token2] = ACTIONS(1502), - [aux_sym__val_number_token3] = ACTIONS(1502), - [aux_sym__val_number_token4] = ACTIONS(1502), - [aux_sym__val_number_token5] = ACTIONS(1502), - [aux_sym__val_number_token6] = ACTIONS(1502), - [anon_sym_0b] = ACTIONS(1502), - [anon_sym_0o] = ACTIONS(1502), - [anon_sym_0x] = ACTIONS(1502), - [sym_val_date] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym__str_single_quotes] = ACTIONS(1502), - [sym__str_back_ticks] = ACTIONS(1502), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1502), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1502), - [anon_sym_CARET] = ACTIONS(1502), + [aux_sym_cell_path_repeat1] = STATE(534), + [ts_builtin_sym_end] = ACTIONS(1438), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1470), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, [552] = { [sym_comment] = STATE(552), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1485), + [anon_sym_alias] = ACTIONS(1485), + [anon_sym_let] = ACTIONS(1485), + [anon_sym_let_DASHenv] = ACTIONS(1485), + [anon_sym_mut] = ACTIONS(1485), + [anon_sym_const] = ACTIONS(1485), + [anon_sym_SEMI] = ACTIONS(1485), + [sym_cmd_identifier] = ACTIONS(1485), + [anon_sym_LF] = ACTIONS(1487), + [anon_sym_def] = ACTIONS(1485), + [anon_sym_export_DASHenv] = ACTIONS(1485), + [anon_sym_extern] = ACTIONS(1485), + [anon_sym_module] = ACTIONS(1485), + [anon_sym_use] = ACTIONS(1485), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_RPAREN] = ACTIONS(1485), + [anon_sym_DOLLAR] = ACTIONS(1485), + [anon_sym_error] = ACTIONS(1485), + [anon_sym_GT] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1485), + [anon_sym_break] = ACTIONS(1485), + [anon_sym_continue] = ACTIONS(1485), + [anon_sym_for] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1485), + [anon_sym_loop] = ACTIONS(1485), + [anon_sym_while] = ACTIONS(1485), + [anon_sym_do] = ACTIONS(1485), + [anon_sym_if] = ACTIONS(1485), + [anon_sym_match] = ACTIONS(1485), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_RBRACE] = ACTIONS(1485), + [anon_sym_DOT] = ACTIONS(1485), + [anon_sym_DOT2] = ACTIONS(1487), + [anon_sym_try] = ACTIONS(1485), + [anon_sym_return] = ACTIONS(1485), + [anon_sym_source] = ACTIONS(1485), + [anon_sym_source_DASHenv] = ACTIONS(1485), + [anon_sym_register] = ACTIONS(1485), + [anon_sym_hide] = ACTIONS(1485), + [anon_sym_hide_DASHenv] = ACTIONS(1485), + [anon_sym_overlay] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_where] = ACTIONS(1485), + [anon_sym_STAR_STAR] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_SLASH] = ACTIONS(1485), + [anon_sym_mod] = ACTIONS(1485), + [anon_sym_SLASH_SLASH] = ACTIONS(1485), + [anon_sym_PLUS] = ACTIONS(1485), + [anon_sym_bit_DASHshl] = ACTIONS(1485), + [anon_sym_bit_DASHshr] = ACTIONS(1485), + [anon_sym_EQ_EQ] = ACTIONS(1485), + [anon_sym_BANG_EQ] = ACTIONS(1485), + [anon_sym_LT2] = ACTIONS(1485), + [anon_sym_LT_EQ] = ACTIONS(1485), + [anon_sym_GT_EQ] = ACTIONS(1485), + [anon_sym_not_DASHin] = ACTIONS(1485), + [anon_sym_starts_DASHwith] = ACTIONS(1485), + [anon_sym_ends_DASHwith] = ACTIONS(1485), + [anon_sym_EQ_TILDE] = ACTIONS(1485), + [anon_sym_BANG_TILDE] = ACTIONS(1485), + [anon_sym_bit_DASHand] = ACTIONS(1485), + [anon_sym_bit_DASHxor] = ACTIONS(1485), + [anon_sym_bit_DASHor] = ACTIONS(1485), + [anon_sym_and] = ACTIONS(1485), + [anon_sym_xor] = ACTIONS(1485), + [anon_sym_or] = ACTIONS(1485), + [anon_sym_not] = ACTIONS(1485), + [anon_sym_null] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1485), + [anon_sym_false] = ACTIONS(1485), + [aux_sym__val_number_decimal_token1] = ACTIONS(1485), + [aux_sym__val_number_token1] = ACTIONS(1485), + [aux_sym__val_number_token2] = ACTIONS(1485), + [aux_sym__val_number_token3] = ACTIONS(1485), + [aux_sym__val_number_token4] = ACTIONS(1485), + [aux_sym__val_number_token5] = ACTIONS(1485), + [aux_sym__val_number_token6] = ACTIONS(1485), + [anon_sym_0b] = ACTIONS(1485), + [anon_sym_0o] = ACTIONS(1485), + [anon_sym_0x] = ACTIONS(1485), + [sym_val_date] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym__str_single_quotes] = ACTIONS(1485), + [sym__str_back_ticks] = ACTIONS(1485), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1485), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1485), + [anon_sym_CARET] = ACTIONS(1485), [anon_sym_POUND] = ACTIONS(105), }, [553] = { [sym_comment] = STATE(553), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(1466), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(1489), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [554] = { [sym_comment] = STATE(554), - [anon_sym_export] = ACTIONS(1526), - [anon_sym_alias] = ACTIONS(1526), - [anon_sym_let] = ACTIONS(1526), - [anon_sym_let_DASHenv] = ACTIONS(1526), - [anon_sym_mut] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [anon_sym_SEMI] = ACTIONS(1526), - [sym_cmd_identifier] = ACTIONS(1526), - [anon_sym_LF] = ACTIONS(1528), - [anon_sym_def] = ACTIONS(1526), - [anon_sym_export_DASHenv] = ACTIONS(1526), - [anon_sym_extern] = ACTIONS(1526), - [anon_sym_module] = ACTIONS(1526), - [anon_sym_use] = ACTIONS(1526), - [anon_sym_LBRACK] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1526), - [anon_sym_RPAREN] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1526), - [anon_sym_error] = ACTIONS(1526), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_break] = ACTIONS(1526), - [anon_sym_continue] = ACTIONS(1526), - [anon_sym_for] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1526), - [anon_sym_loop] = ACTIONS(1526), - [anon_sym_while] = ACTIONS(1526), - [anon_sym_do] = ACTIONS(1526), - [anon_sym_if] = ACTIONS(1526), - [anon_sym_match] = ACTIONS(1526), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_RBRACE] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1526), - [anon_sym_return] = ACTIONS(1526), - [anon_sym_source] = ACTIONS(1526), - [anon_sym_source_DASHenv] = ACTIONS(1526), - [anon_sym_register] = ACTIONS(1526), - [anon_sym_hide] = ACTIONS(1526), - [anon_sym_hide_DASHenv] = ACTIONS(1526), - [anon_sym_overlay] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_where] = ACTIONS(1526), - [anon_sym_STAR_STAR] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_mod] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_bit_DASHshl] = ACTIONS(1526), - [anon_sym_bit_DASHshr] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1526), - [anon_sym_BANG_EQ] = ACTIONS(1526), - [anon_sym_LT2] = ACTIONS(1526), - [anon_sym_LT_EQ] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1526), - [anon_sym_not_DASHin] = ACTIONS(1526), - [anon_sym_starts_DASHwith] = ACTIONS(1526), - [anon_sym_ends_DASHwith] = ACTIONS(1526), - [anon_sym_EQ_TILDE] = ACTIONS(1526), - [anon_sym_BANG_TILDE] = ACTIONS(1526), - [anon_sym_bit_DASHand] = ACTIONS(1526), - [anon_sym_bit_DASHxor] = ACTIONS(1526), - [anon_sym_bit_DASHor] = ACTIONS(1526), - [anon_sym_and] = ACTIONS(1526), - [anon_sym_xor] = ACTIONS(1526), - [anon_sym_or] = ACTIONS(1526), - [anon_sym_not] = ACTIONS(1526), - [sym_val_nothing] = ACTIONS(1526), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [aux_sym__val_number_decimal_token1] = ACTIONS(1526), - [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(1526), - [aux_sym__val_number_token5] = ACTIONS(1526), - [aux_sym__val_number_token6] = ACTIONS(1526), - [anon_sym_0b] = ACTIONS(1526), - [anon_sym_0o] = ACTIONS(1526), - [anon_sym_0x] = ACTIONS(1526), - [sym_val_date] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym__str_single_quotes] = ACTIONS(1526), - [sym__str_back_ticks] = ACTIONS(1526), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1526), - [anon_sym_CARET] = ACTIONS(1526), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_RPAREN] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_DOT2] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_where] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_not] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(105), }, [555] = { [sym_comment] = STATE(555), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_RPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(1499), [anon_sym_POUND] = ACTIONS(105), }, [556] = { [sym_comment] = STATE(556), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1534), - [anon_sym_bit_DASHor] = ACTIONS(1536), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(1466), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(1489), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [557] = { - [sym_comment] = STATE(557), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [558] = { - [sym_comment] = STATE(558), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_mod] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [559] = { - [sym_comment] = STATE(559), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [560] = { - [sym_comment] = STATE(560), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_alias] = ACTIONS(1538), - [anon_sym_let] = ACTIONS(1538), - [anon_sym_let_DASHenv] = ACTIONS(1538), - [anon_sym_mut] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1538), - [sym_cmd_identifier] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_def] = ACTIONS(1538), - [anon_sym_export_DASHenv] = ACTIONS(1538), - [anon_sym_extern] = ACTIONS(1538), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_use] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_RPAREN] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_error] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_continue] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_loop] = ACTIONS(1538), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_do] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_match] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_try] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_source] = ACTIONS(1538), - [anon_sym_source_DASHenv] = ACTIONS(1538), - [anon_sym_register] = ACTIONS(1538), - [anon_sym_hide] = ACTIONS(1538), - [anon_sym_hide_DASHenv] = ACTIONS(1538), - [anon_sym_overlay] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_where] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [anon_sym_not] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_CARET] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(105), - }, - [561] = { - [sym_comment] = STATE(561), - [anon_sym_export] = ACTIONS(1542), - [anon_sym_alias] = ACTIONS(1542), - [anon_sym_let] = ACTIONS(1542), - [anon_sym_let_DASHenv] = ACTIONS(1542), - [anon_sym_mut] = ACTIONS(1542), - [anon_sym_const] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [sym_cmd_identifier] = ACTIONS(1542), - [anon_sym_LF] = ACTIONS(1544), - [anon_sym_def] = ACTIONS(1542), - [anon_sym_export_DASHenv] = ACTIONS(1542), - [anon_sym_extern] = ACTIONS(1542), - [anon_sym_module] = ACTIONS(1542), - [anon_sym_use] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_RPAREN] = ACTIONS(1542), - [anon_sym_DOLLAR] = ACTIONS(1542), - [anon_sym_error] = ACTIONS(1542), - [anon_sym_GT] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1542), - [anon_sym_continue] = ACTIONS(1542), - [anon_sym_for] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_loop] = ACTIONS(1542), - [anon_sym_while] = ACTIONS(1542), - [anon_sym_do] = ACTIONS(1542), - [anon_sym_if] = ACTIONS(1542), - [anon_sym_match] = ACTIONS(1542), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_DOT] = ACTIONS(1542), - [anon_sym_try] = ACTIONS(1542), - [anon_sym_return] = ACTIONS(1542), - [anon_sym_source] = ACTIONS(1542), - [anon_sym_source_DASHenv] = ACTIONS(1542), - [anon_sym_register] = ACTIONS(1542), - [anon_sym_hide] = ACTIONS(1542), - [anon_sym_hide_DASHenv] = ACTIONS(1542), - [anon_sym_overlay] = ACTIONS(1542), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_where] = ACTIONS(1542), - [anon_sym_STAR_STAR] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_SLASH] = ACTIONS(1542), - [anon_sym_mod] = ACTIONS(1542), - [anon_sym_SLASH_SLASH] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1542), - [anon_sym_bit_DASHshr] = ACTIONS(1542), - [anon_sym_EQ_EQ] = ACTIONS(1542), - [anon_sym_BANG_EQ] = ACTIONS(1542), - [anon_sym_LT2] = ACTIONS(1542), - [anon_sym_LT_EQ] = ACTIONS(1542), - [anon_sym_GT_EQ] = ACTIONS(1542), - [anon_sym_not_DASHin] = ACTIONS(1542), - [anon_sym_starts_DASHwith] = ACTIONS(1542), - [anon_sym_ends_DASHwith] = ACTIONS(1542), - [anon_sym_EQ_TILDE] = ACTIONS(1542), - [anon_sym_BANG_TILDE] = ACTIONS(1542), - [anon_sym_bit_DASHand] = ACTIONS(1542), - [anon_sym_bit_DASHxor] = ACTIONS(1542), - [anon_sym_bit_DASHor] = ACTIONS(1542), - [anon_sym_and] = ACTIONS(1542), - [anon_sym_xor] = ACTIONS(1542), - [anon_sym_or] = ACTIONS(1542), - [anon_sym_not] = ACTIONS(1542), - [sym_val_nothing] = ACTIONS(1542), - [anon_sym_true] = ACTIONS(1542), - [anon_sym_false] = ACTIONS(1542), - [aux_sym__val_number_decimal_token1] = ACTIONS(1542), - [aux_sym__val_number_token1] = ACTIONS(1542), - [aux_sym__val_number_token2] = ACTIONS(1542), - [aux_sym__val_number_token3] = ACTIONS(1542), - [aux_sym__val_number_token4] = ACTIONS(1542), - [aux_sym__val_number_token5] = ACTIONS(1542), - [aux_sym__val_number_token6] = ACTIONS(1542), - [anon_sym_0b] = ACTIONS(1542), - [anon_sym_0o] = ACTIONS(1542), - [anon_sym_0x] = ACTIONS(1542), - [sym_val_date] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym__str_single_quotes] = ACTIONS(1542), - [sym__str_back_ticks] = ACTIONS(1542), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1542), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1542), - [anon_sym_CARET] = ACTIONS(1542), - [anon_sym_POUND] = ACTIONS(105), - }, - [562] = { - [sym_comment] = STATE(562), - [anon_sym_export] = ACTIONS(1546), - [anon_sym_alias] = ACTIONS(1546), - [anon_sym_let] = ACTIONS(1546), - [anon_sym_let_DASHenv] = ACTIONS(1546), - [anon_sym_mut] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1546), - [sym_cmd_identifier] = ACTIONS(1546), - [anon_sym_LF] = ACTIONS(1548), - [anon_sym_def] = ACTIONS(1546), - [anon_sym_export_DASHenv] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym_module] = ACTIONS(1546), - [anon_sym_use] = ACTIONS(1546), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_RPAREN] = ACTIONS(1546), - [anon_sym_DOLLAR] = ACTIONS(1546), - [anon_sym_error] = ACTIONS(1546), - [anon_sym_GT] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1546), - [anon_sym_loop] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_match] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_RBRACE] = ACTIONS(1546), - [anon_sym_DOT] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_source] = ACTIONS(1546), - [anon_sym_source_DASHenv] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_hide] = ACTIONS(1546), - [anon_sym_hide_DASHenv] = ACTIONS(1546), - [anon_sym_overlay] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_where] = ACTIONS(1546), - [anon_sym_STAR_STAR] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_SLASH] = ACTIONS(1546), - [anon_sym_mod] = ACTIONS(1546), - [anon_sym_SLASH_SLASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_bit_DASHshl] = ACTIONS(1546), - [anon_sym_bit_DASHshr] = ACTIONS(1546), - [anon_sym_EQ_EQ] = ACTIONS(1546), - [anon_sym_BANG_EQ] = ACTIONS(1546), - [anon_sym_LT2] = ACTIONS(1546), - [anon_sym_LT_EQ] = ACTIONS(1546), - [anon_sym_GT_EQ] = ACTIONS(1546), - [anon_sym_not_DASHin] = ACTIONS(1546), - [anon_sym_starts_DASHwith] = ACTIONS(1546), - [anon_sym_ends_DASHwith] = ACTIONS(1546), - [anon_sym_EQ_TILDE] = ACTIONS(1546), - [anon_sym_BANG_TILDE] = ACTIONS(1546), - [anon_sym_bit_DASHand] = ACTIONS(1546), - [anon_sym_bit_DASHxor] = ACTIONS(1546), - [anon_sym_bit_DASHor] = ACTIONS(1546), - [anon_sym_and] = ACTIONS(1546), - [anon_sym_xor] = ACTIONS(1546), - [anon_sym_or] = ACTIONS(1546), - [anon_sym_not] = ACTIONS(1546), - [sym_val_nothing] = ACTIONS(1546), - [anon_sym_true] = ACTIONS(1546), - [anon_sym_false] = ACTIONS(1546), - [aux_sym__val_number_decimal_token1] = ACTIONS(1546), - [aux_sym__val_number_token1] = ACTIONS(1546), - [aux_sym__val_number_token2] = ACTIONS(1546), - [aux_sym__val_number_token3] = ACTIONS(1546), - [aux_sym__val_number_token4] = ACTIONS(1546), - [aux_sym__val_number_token5] = ACTIONS(1546), - [aux_sym__val_number_token6] = ACTIONS(1546), - [anon_sym_0b] = ACTIONS(1546), - [anon_sym_0o] = ACTIONS(1546), - [anon_sym_0x] = ACTIONS(1546), - [sym_val_date] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym__str_single_quotes] = ACTIONS(1546), - [sym__str_back_ticks] = ACTIONS(1546), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1546), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1546), - [anon_sym_CARET] = ACTIONS(1546), - [anon_sym_POUND] = ACTIONS(105), - }, - [563] = { - [sym_comment] = STATE(563), - [anon_sym_export] = ACTIONS(1550), - [anon_sym_alias] = ACTIONS(1550), - [anon_sym_let] = ACTIONS(1550), - [anon_sym_let_DASHenv] = ACTIONS(1550), - [anon_sym_mut] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1550), - [sym_cmd_identifier] = ACTIONS(1550), - [anon_sym_LF] = ACTIONS(1552), - [anon_sym_def] = ACTIONS(1550), - [anon_sym_export_DASHenv] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym_module] = ACTIONS(1550), - [anon_sym_use] = ACTIONS(1550), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1550), - [anon_sym_RPAREN] = ACTIONS(1550), - [anon_sym_DOLLAR] = ACTIONS(1550), - [anon_sym_error] = ACTIONS(1550), - [anon_sym_GT] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1550), - [anon_sym_loop] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_match] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_RBRACE] = ACTIONS(1550), - [anon_sym_DOT] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_source] = ACTIONS(1550), - [anon_sym_source_DASHenv] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_hide] = ACTIONS(1550), - [anon_sym_hide_DASHenv] = ACTIONS(1550), - [anon_sym_overlay] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_where] = ACTIONS(1550), - [anon_sym_STAR_STAR] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_SLASH] = ACTIONS(1550), - [anon_sym_mod] = ACTIONS(1550), - [anon_sym_SLASH_SLASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_bit_DASHshl] = ACTIONS(1550), - [anon_sym_bit_DASHshr] = ACTIONS(1550), - [anon_sym_EQ_EQ] = ACTIONS(1550), - [anon_sym_BANG_EQ] = ACTIONS(1550), - [anon_sym_LT2] = ACTIONS(1550), - [anon_sym_LT_EQ] = ACTIONS(1550), - [anon_sym_GT_EQ] = ACTIONS(1550), - [anon_sym_not_DASHin] = ACTIONS(1550), - [anon_sym_starts_DASHwith] = ACTIONS(1550), - [anon_sym_ends_DASHwith] = ACTIONS(1550), - [anon_sym_EQ_TILDE] = ACTIONS(1550), - [anon_sym_BANG_TILDE] = ACTIONS(1550), - [anon_sym_bit_DASHand] = ACTIONS(1550), - [anon_sym_bit_DASHxor] = ACTIONS(1550), - [anon_sym_bit_DASHor] = ACTIONS(1550), - [anon_sym_and] = ACTIONS(1550), - [anon_sym_xor] = ACTIONS(1550), - [anon_sym_or] = ACTIONS(1550), - [anon_sym_not] = ACTIONS(1550), - [sym_val_nothing] = ACTIONS(1550), - [anon_sym_true] = ACTIONS(1550), - [anon_sym_false] = ACTIONS(1550), - [aux_sym__val_number_decimal_token1] = ACTIONS(1550), - [aux_sym__val_number_token1] = ACTIONS(1550), - [aux_sym__val_number_token2] = ACTIONS(1550), - [aux_sym__val_number_token3] = ACTIONS(1550), - [aux_sym__val_number_token4] = ACTIONS(1550), - [aux_sym__val_number_token5] = ACTIONS(1550), - [aux_sym__val_number_token6] = ACTIONS(1550), - [anon_sym_0b] = ACTIONS(1550), - [anon_sym_0o] = ACTIONS(1550), - [anon_sym_0x] = ACTIONS(1550), - [sym_val_date] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym__str_single_quotes] = ACTIONS(1550), - [sym__str_back_ticks] = ACTIONS(1550), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1550), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1550), - [anon_sym_CARET] = ACTIONS(1550), - [anon_sym_POUND] = ACTIONS(105), - }, - [564] = { - [sym_comment] = STATE(564), - [anon_sym_export] = ACTIONS(1554), - [anon_sym_alias] = ACTIONS(1554), - [anon_sym_let] = ACTIONS(1554), - [anon_sym_let_DASHenv] = ACTIONS(1554), - [anon_sym_mut] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1554), - [sym_cmd_identifier] = ACTIONS(1554), - [anon_sym_LF] = ACTIONS(1556), - [anon_sym_def] = ACTIONS(1554), - [anon_sym_export_DASHenv] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym_module] = ACTIONS(1554), - [anon_sym_use] = ACTIONS(1554), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_LPAREN] = ACTIONS(1554), - [anon_sym_RPAREN] = ACTIONS(1554), - [anon_sym_DOLLAR] = ACTIONS(1554), - [anon_sym_error] = ACTIONS(1554), - [anon_sym_GT] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1554), - [anon_sym_loop] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_match] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_RBRACE] = ACTIONS(1554), - [anon_sym_DOT] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_source] = ACTIONS(1554), - [anon_sym_source_DASHenv] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_hide] = ACTIONS(1554), - [anon_sym_hide_DASHenv] = ACTIONS(1554), - [anon_sym_overlay] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_where] = ACTIONS(1554), - [anon_sym_STAR_STAR] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_SLASH] = ACTIONS(1554), - [anon_sym_mod] = ACTIONS(1554), - [anon_sym_SLASH_SLASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_bit_DASHshl] = ACTIONS(1554), - [anon_sym_bit_DASHshr] = ACTIONS(1554), - [anon_sym_EQ_EQ] = ACTIONS(1554), - [anon_sym_BANG_EQ] = ACTIONS(1554), - [anon_sym_LT2] = ACTIONS(1554), - [anon_sym_LT_EQ] = ACTIONS(1554), - [anon_sym_GT_EQ] = ACTIONS(1554), - [anon_sym_not_DASHin] = ACTIONS(1554), - [anon_sym_starts_DASHwith] = ACTIONS(1554), - [anon_sym_ends_DASHwith] = ACTIONS(1554), - [anon_sym_EQ_TILDE] = ACTIONS(1554), - [anon_sym_BANG_TILDE] = ACTIONS(1554), - [anon_sym_bit_DASHand] = ACTIONS(1554), - [anon_sym_bit_DASHxor] = ACTIONS(1554), - [anon_sym_bit_DASHor] = ACTIONS(1554), - [anon_sym_and] = ACTIONS(1554), - [anon_sym_xor] = ACTIONS(1554), - [anon_sym_or] = ACTIONS(1554), - [anon_sym_not] = ACTIONS(1554), - [sym_val_nothing] = ACTIONS(1554), - [anon_sym_true] = ACTIONS(1554), - [anon_sym_false] = ACTIONS(1554), - [aux_sym__val_number_decimal_token1] = ACTIONS(1554), - [aux_sym__val_number_token1] = ACTIONS(1554), - [aux_sym__val_number_token2] = ACTIONS(1554), - [aux_sym__val_number_token3] = ACTIONS(1554), - [aux_sym__val_number_token4] = ACTIONS(1554), - [aux_sym__val_number_token5] = ACTIONS(1554), - [aux_sym__val_number_token6] = ACTIONS(1554), - [anon_sym_0b] = ACTIONS(1554), - [anon_sym_0o] = ACTIONS(1554), - [anon_sym_0x] = ACTIONS(1554), - [sym_val_date] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym__str_single_quotes] = ACTIONS(1554), - [sym__str_back_ticks] = ACTIONS(1554), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1554), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1554), - [anon_sym_CARET] = ACTIONS(1554), - [anon_sym_POUND] = ACTIONS(105), - }, - [565] = { - [sym_comment] = STATE(565), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1534), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [566] = { - [sym_comment] = STATE(566), - [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(1558), - [anon_sym_RPAREN] = ACTIONS(1558), - [anon_sym_DOLLAR] = ACTIONS(1558), - [anon_sym_error] = ACTIONS(1558), - [anon_sym_GT] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1558), - [anon_sym_where] = ACTIONS(1558), - [anon_sym_STAR_STAR] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_mod] = ACTIONS(1558), - [anon_sym_SLASH_SLASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_bit_DASHshl] = ACTIONS(1558), - [anon_sym_bit_DASHshr] = ACTIONS(1558), - [anon_sym_EQ_EQ] = ACTIONS(1558), - [anon_sym_BANG_EQ] = ACTIONS(1558), - [anon_sym_LT2] = ACTIONS(1558), - [anon_sym_LT_EQ] = ACTIONS(1558), - [anon_sym_GT_EQ] = ACTIONS(1558), - [anon_sym_not_DASHin] = ACTIONS(1558), - [anon_sym_starts_DASHwith] = ACTIONS(1558), - [anon_sym_ends_DASHwith] = ACTIONS(1558), - [anon_sym_EQ_TILDE] = ACTIONS(1558), - [anon_sym_BANG_TILDE] = ACTIONS(1558), - [anon_sym_bit_DASHand] = ACTIONS(1558), - [anon_sym_bit_DASHxor] = ACTIONS(1558), - [anon_sym_bit_DASHor] = ACTIONS(1558), - [anon_sym_and] = ACTIONS(1558), - [anon_sym_xor] = ACTIONS(1558), - [anon_sym_or] = ACTIONS(1558), - [anon_sym_not] = ACTIONS(1558), - [sym_val_nothing] = 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), - }, - [567] = { - [sym_comment] = STATE(567), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_alias] = ACTIONS(1538), - [anon_sym_let] = ACTIONS(1538), - [anon_sym_let_DASHenv] = ACTIONS(1538), - [anon_sym_mut] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1538), - [sym_cmd_identifier] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_def] = ACTIONS(1538), - [anon_sym_export_DASHenv] = ACTIONS(1538), - [anon_sym_extern] = ACTIONS(1538), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_use] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_RPAREN] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_error] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_continue] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_loop] = ACTIONS(1538), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_do] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_match] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_try] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_source] = ACTIONS(1538), - [anon_sym_source_DASHenv] = ACTIONS(1538), - [anon_sym_register] = ACTIONS(1538), - [anon_sym_hide] = ACTIONS(1538), - [anon_sym_hide_DASHenv] = ACTIONS(1538), - [anon_sym_overlay] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_where] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [anon_sym_not] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_CARET] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(105), - }, - [568] = { - [sym_comment] = STATE(568), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [sym_comment] = STATE(557), + [ts_builtin_sym_end] = ACTIONS(1477), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), [anon_sym_POUND] = ACTIONS(105), }, - [569] = { - [sym_comment] = STATE(569), - [anon_sym_export] = ACTIONS(1469), - [anon_sym_alias] = ACTIONS(1469), - [anon_sym_let] = ACTIONS(1469), - [anon_sym_let_DASHenv] = ACTIONS(1469), - [anon_sym_mut] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1469), - [sym_cmd_identifier] = ACTIONS(1469), - [anon_sym_LF] = ACTIONS(1562), - [anon_sym_def] = ACTIONS(1469), - [anon_sym_export_DASHenv] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym_module] = ACTIONS(1469), - [anon_sym_use] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_RPAREN] = ACTIONS(1469), - [anon_sym_DOLLAR] = ACTIONS(1469), - [anon_sym_error] = ACTIONS(1469), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_match] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_try] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_source] = ACTIONS(1469), - [anon_sym_source_DASHenv] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_hide] = ACTIONS(1469), - [anon_sym_hide_DASHenv] = ACTIONS(1469), - [anon_sym_overlay] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_where] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [anon_sym_not] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1469), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1469), - [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(1469), - [aux_sym__val_number_token5] = ACTIONS(1469), - [aux_sym__val_number_token6] = ACTIONS(1469), - [anon_sym_0b] = ACTIONS(1469), - [anon_sym_0o] = ACTIONS(1469), - [anon_sym_0x] = ACTIONS(1469), - [sym_val_date] = ACTIONS(1469), - [anon_sym_DQUOTE] = ACTIONS(1469), - [sym__str_single_quotes] = ACTIONS(1469), - [sym__str_back_ticks] = ACTIONS(1469), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1469), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1469), - [anon_sym_CARET] = ACTIONS(1469), + [558] = { + [sym_comment] = STATE(558), + [anon_sym_export] = ACTIONS(1501), + [anon_sym_alias] = ACTIONS(1501), + [anon_sym_let] = ACTIONS(1501), + [anon_sym_let_DASHenv] = ACTIONS(1501), + [anon_sym_mut] = ACTIONS(1501), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_SEMI] = ACTIONS(1501), + [sym_cmd_identifier] = ACTIONS(1501), + [anon_sym_LF] = ACTIONS(1503), + [anon_sym_def] = ACTIONS(1501), + [anon_sym_export_DASHenv] = ACTIONS(1501), + [anon_sym_extern] = ACTIONS(1501), + [anon_sym_module] = ACTIONS(1501), + [anon_sym_use] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_RPAREN] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1501), + [anon_sym_error] = ACTIONS(1501), + [anon_sym_GT] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_continue] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1501), + [anon_sym_loop] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_do] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_match] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1501), + [anon_sym_DOT] = ACTIONS(1501), + [anon_sym_DOT2] = ACTIONS(1503), + [anon_sym_try] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_source] = ACTIONS(1501), + [anon_sym_source_DASHenv] = ACTIONS(1501), + [anon_sym_register] = ACTIONS(1501), + [anon_sym_hide] = ACTIONS(1501), + [anon_sym_hide_DASHenv] = ACTIONS(1501), + [anon_sym_overlay] = ACTIONS(1501), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_where] = ACTIONS(1501), + [anon_sym_STAR_STAR] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_SLASH] = ACTIONS(1501), + [anon_sym_mod] = ACTIONS(1501), + [anon_sym_SLASH_SLASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_bit_DASHshl] = ACTIONS(1501), + [anon_sym_bit_DASHshr] = ACTIONS(1501), + [anon_sym_EQ_EQ] = ACTIONS(1501), + [anon_sym_BANG_EQ] = ACTIONS(1501), + [anon_sym_LT2] = ACTIONS(1501), + [anon_sym_LT_EQ] = ACTIONS(1501), + [anon_sym_GT_EQ] = ACTIONS(1501), + [anon_sym_not_DASHin] = ACTIONS(1501), + [anon_sym_starts_DASHwith] = ACTIONS(1501), + [anon_sym_ends_DASHwith] = ACTIONS(1501), + [anon_sym_EQ_TILDE] = ACTIONS(1501), + [anon_sym_BANG_TILDE] = ACTIONS(1501), + [anon_sym_bit_DASHand] = ACTIONS(1501), + [anon_sym_bit_DASHxor] = ACTIONS(1501), + [anon_sym_bit_DASHor] = ACTIONS(1501), + [anon_sym_and] = ACTIONS(1501), + [anon_sym_xor] = ACTIONS(1501), + [anon_sym_or] = ACTIONS(1501), + [anon_sym_not] = ACTIONS(1501), + [anon_sym_null] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(1501), + [anon_sym_false] = ACTIONS(1501), + [aux_sym__val_number_decimal_token1] = ACTIONS(1501), + [aux_sym__val_number_token1] = ACTIONS(1501), + [aux_sym__val_number_token2] = ACTIONS(1501), + [aux_sym__val_number_token3] = ACTIONS(1501), + [aux_sym__val_number_token4] = ACTIONS(1501), + [aux_sym__val_number_token5] = ACTIONS(1501), + [aux_sym__val_number_token6] = ACTIONS(1501), + [anon_sym_0b] = ACTIONS(1501), + [anon_sym_0o] = ACTIONS(1501), + [anon_sym_0x] = ACTIONS(1501), + [sym_val_date] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym__str_single_quotes] = ACTIONS(1501), + [sym__str_back_ticks] = ACTIONS(1501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1501), + [anon_sym_CARET] = ACTIONS(1501), [anon_sym_POUND] = ACTIONS(105), }, - [570] = { - [sym_comment] = STATE(570), - [ts_builtin_sym_end] = ACTIONS(215), + [559] = { + [sym_comment] = STATE(559), [anon_sym_export] = ACTIONS(213), [anon_sym_alias] = ACTIONS(213), [anon_sym_let] = ACTIONS(213), @@ -144256,6 +144262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -144270,8 +144277,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(1564), + [anon_sym_DOT2] = ACTIONS(1505), [anon_sym_try] = ACTIONS(213), [anon_sym_return] = ACTIONS(213), [anon_sym_source] = ACTIONS(213), @@ -144307,7 +144315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), [anon_sym_not] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -144329,2032 +144337,3601 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(213), [anon_sym_POUND] = ACTIONS(105), }, + [560] = { + [sym_comment] = STATE(560), + [ts_builtin_sym_end] = ACTIONS(1456), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(105), + }, + [561] = { + [sym_comment] = STATE(561), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_RPAREN] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_DOT2] = ACTIONS(1509), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_where] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_not] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(105), + }, + [562] = { + [sym_comment] = STATE(562), + [anon_sym_export] = ACTIONS(1511), + [anon_sym_alias] = ACTIONS(1511), + [anon_sym_let] = ACTIONS(1511), + [anon_sym_let_DASHenv] = ACTIONS(1511), + [anon_sym_mut] = ACTIONS(1511), + [anon_sym_const] = ACTIONS(1511), + [anon_sym_SEMI] = ACTIONS(1511), + [sym_cmd_identifier] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1513), + [anon_sym_def] = ACTIONS(1511), + [anon_sym_export_DASHenv] = ACTIONS(1511), + [anon_sym_extern] = ACTIONS(1511), + [anon_sym_module] = ACTIONS(1511), + [anon_sym_use] = ACTIONS(1511), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_RPAREN] = ACTIONS(1511), + [anon_sym_DOLLAR] = ACTIONS(1511), + [anon_sym_error] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_break] = ACTIONS(1511), + [anon_sym_continue] = ACTIONS(1511), + [anon_sym_for] = ACTIONS(1511), + [anon_sym_in] = ACTIONS(1511), + [anon_sym_loop] = ACTIONS(1511), + [anon_sym_while] = ACTIONS(1511), + [anon_sym_do] = ACTIONS(1511), + [anon_sym_if] = ACTIONS(1511), + [anon_sym_match] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1511), + [anon_sym_DOT2] = ACTIONS(1513), + [anon_sym_try] = ACTIONS(1511), + [anon_sym_return] = ACTIONS(1511), + [anon_sym_source] = ACTIONS(1511), + [anon_sym_source_DASHenv] = ACTIONS(1511), + [anon_sym_register] = ACTIONS(1511), + [anon_sym_hide] = ACTIONS(1511), + [anon_sym_hide_DASHenv] = ACTIONS(1511), + [anon_sym_overlay] = ACTIONS(1511), + [anon_sym_STAR] = ACTIONS(1511), + [anon_sym_where] = ACTIONS(1511), + [anon_sym_STAR_STAR] = ACTIONS(1511), + [anon_sym_PLUS_PLUS] = ACTIONS(1511), + [anon_sym_SLASH] = ACTIONS(1511), + [anon_sym_mod] = ACTIONS(1511), + [anon_sym_SLASH_SLASH] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_bit_DASHshl] = ACTIONS(1511), + [anon_sym_bit_DASHshr] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_LT2] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_not_DASHin] = ACTIONS(1511), + [anon_sym_starts_DASHwith] = ACTIONS(1511), + [anon_sym_ends_DASHwith] = ACTIONS(1511), + [anon_sym_EQ_TILDE] = ACTIONS(1511), + [anon_sym_BANG_TILDE] = ACTIONS(1511), + [anon_sym_bit_DASHand] = ACTIONS(1511), + [anon_sym_bit_DASHxor] = ACTIONS(1511), + [anon_sym_bit_DASHor] = ACTIONS(1511), + [anon_sym_and] = ACTIONS(1511), + [anon_sym_xor] = ACTIONS(1511), + [anon_sym_or] = ACTIONS(1511), + [anon_sym_not] = ACTIONS(1511), + [anon_sym_null] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1511), + [anon_sym_false] = ACTIONS(1511), + [aux_sym__val_number_decimal_token1] = ACTIONS(1511), + [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(1511), + [aux_sym__val_number_token5] = ACTIONS(1511), + [aux_sym__val_number_token6] = ACTIONS(1511), + [anon_sym_0b] = ACTIONS(1511), + [anon_sym_0o] = ACTIONS(1511), + [anon_sym_0x] = ACTIONS(1511), + [sym_val_date] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1511), + [sym__str_single_quotes] = ACTIONS(1511), + [sym__str_back_ticks] = ACTIONS(1511), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1511), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1511), + [anon_sym_CARET] = ACTIONS(1511), + [anon_sym_POUND] = ACTIONS(105), + }, + [563] = { + [sym_comment] = STATE(563), + [anon_sym_export] = ACTIONS(1515), + [anon_sym_alias] = ACTIONS(1515), + [anon_sym_let] = ACTIONS(1515), + [anon_sym_let_DASHenv] = ACTIONS(1515), + [anon_sym_mut] = ACTIONS(1515), + [anon_sym_const] = ACTIONS(1515), + [anon_sym_SEMI] = ACTIONS(1515), + [sym_cmd_identifier] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_def] = ACTIONS(1515), + [anon_sym_export_DASHenv] = ACTIONS(1515), + [anon_sym_extern] = ACTIONS(1515), + [anon_sym_module] = ACTIONS(1515), + [anon_sym_use] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_RPAREN] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_error] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1515), + [anon_sym_continue] = ACTIONS(1515), + [anon_sym_for] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1515), + [anon_sym_while] = ACTIONS(1515), + [anon_sym_do] = ACTIONS(1515), + [anon_sym_if] = ACTIONS(1515), + [anon_sym_match] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_DOT2] = ACTIONS(1505), + [anon_sym_try] = ACTIONS(1515), + [anon_sym_return] = ACTIONS(1515), + [anon_sym_source] = ACTIONS(1515), + [anon_sym_source_DASHenv] = ACTIONS(1515), + [anon_sym_register] = ACTIONS(1515), + [anon_sym_hide] = ACTIONS(1515), + [anon_sym_hide_DASHenv] = ACTIONS(1515), + [anon_sym_overlay] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_where] = ACTIONS(1515), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_not] = ACTIONS(1515), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_CARET] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(105), + }, + [564] = { + [sym_comment] = STATE(564), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(1379), + [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_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), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1546), + [anon_sym_bit_DASHxor] = ACTIONS(1548), + [anon_sym_bit_DASHor] = ACTIONS(1550), + [anon_sym_and] = ACTIONS(1552), + [anon_sym_xor] = ACTIONS(1554), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [567] = { + [sym_comment] = STATE(567), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [568] = { + [sym_comment] = STATE(568), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1546), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [569] = { + [sym_comment] = STATE(569), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1546), + [anon_sym_bit_DASHxor] = ACTIONS(1548), + [anon_sym_bit_DASHor] = ACTIONS(1550), + [anon_sym_and] = ACTIONS(1552), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [570] = { + [sym_comment] = STATE(570), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, [571] = { [sym_comment] = STATE(571), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [572] = { [sym_comment] = STATE(572), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_RPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), [anon_sym_POUND] = ACTIONS(105), }, [573] = { [sym_comment] = STATE(573), - [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(1566), - [anon_sym_RPAREN] = ACTIONS(1566), - [anon_sym_DOLLAR] = ACTIONS(1566), - [anon_sym_error] = ACTIONS(1566), - [anon_sym_GT] = ACTIONS(1566), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1566), - [anon_sym_where] = ACTIONS(1566), - [anon_sym_STAR_STAR] = ACTIONS(1566), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), - [anon_sym_SLASH] = ACTIONS(1566), - [anon_sym_mod] = ACTIONS(1566), - [anon_sym_SLASH_SLASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_bit_DASHshl] = ACTIONS(1566), - [anon_sym_bit_DASHshr] = ACTIONS(1566), - [anon_sym_EQ_EQ] = ACTIONS(1566), - [anon_sym_BANG_EQ] = ACTIONS(1566), - [anon_sym_LT2] = ACTIONS(1566), - [anon_sym_LT_EQ] = ACTIONS(1566), - [anon_sym_GT_EQ] = ACTIONS(1566), - [anon_sym_not_DASHin] = ACTIONS(1566), - [anon_sym_starts_DASHwith] = ACTIONS(1566), - [anon_sym_ends_DASHwith] = ACTIONS(1566), - [anon_sym_EQ_TILDE] = ACTIONS(1566), - [anon_sym_BANG_TILDE] = ACTIONS(1566), - [anon_sym_bit_DASHand] = ACTIONS(1566), - [anon_sym_bit_DASHxor] = ACTIONS(1566), - [anon_sym_bit_DASHor] = ACTIONS(1566), - [anon_sym_and] = ACTIONS(1566), - [anon_sym_xor] = ACTIONS(1566), - [anon_sym_or] = ACTIONS(1566), - [anon_sym_not] = ACTIONS(1566), - [sym_val_nothing] = 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_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [574] = { [sym_comment] = STATE(574), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1546), + [anon_sym_bit_DASHxor] = ACTIONS(1548), + [anon_sym_bit_DASHor] = ACTIONS(1550), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [575] = { [sym_comment] = STATE(575), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [576] = { [sym_comment] = STATE(576), - [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(1570), - [anon_sym_RPAREN] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1570), - [anon_sym_error] = ACTIONS(1570), - [anon_sym_GT] = ACTIONS(1570), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1570), - [anon_sym_where] = ACTIONS(1570), - [anon_sym_STAR_STAR] = ACTIONS(1570), - [anon_sym_PLUS_PLUS] = ACTIONS(1570), - [anon_sym_SLASH] = ACTIONS(1570), - [anon_sym_mod] = ACTIONS(1570), - [anon_sym_SLASH_SLASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_bit_DASHshl] = ACTIONS(1570), - [anon_sym_bit_DASHshr] = ACTIONS(1570), - [anon_sym_EQ_EQ] = ACTIONS(1570), - [anon_sym_BANG_EQ] = ACTIONS(1570), - [anon_sym_LT2] = ACTIONS(1570), - [anon_sym_LT_EQ] = ACTIONS(1570), - [anon_sym_GT_EQ] = ACTIONS(1570), - [anon_sym_not_DASHin] = ACTIONS(1570), - [anon_sym_starts_DASHwith] = ACTIONS(1570), - [anon_sym_ends_DASHwith] = ACTIONS(1570), - [anon_sym_EQ_TILDE] = ACTIONS(1570), - [anon_sym_BANG_TILDE] = ACTIONS(1570), - [anon_sym_bit_DASHand] = ACTIONS(1570), - [anon_sym_bit_DASHxor] = ACTIONS(1570), - [anon_sym_bit_DASHor] = ACTIONS(1570), - [anon_sym_and] = ACTIONS(1570), - [anon_sym_xor] = ACTIONS(1570), - [anon_sym_or] = ACTIONS(1570), - [anon_sym_not] = ACTIONS(1570), - [sym_val_nothing] = 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_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [577] = { [sym_comment] = STATE(577), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [578] = { [sym_comment] = STATE(578), - [anon_sym_export] = ACTIONS(1574), - [anon_sym_alias] = ACTIONS(1574), - [anon_sym_let] = ACTIONS(1574), - [anon_sym_let_DASHenv] = ACTIONS(1574), - [anon_sym_mut] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1574), - [sym_cmd_identifier] = ACTIONS(1574), - [anon_sym_LF] = ACTIONS(1576), - [anon_sym_def] = ACTIONS(1574), - [anon_sym_export_DASHenv] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym_module] = ACTIONS(1574), - [anon_sym_use] = ACTIONS(1574), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_LPAREN] = ACTIONS(1574), - [anon_sym_RPAREN] = ACTIONS(1574), - [anon_sym_DOLLAR] = ACTIONS(1574), - [anon_sym_error] = ACTIONS(1574), - [anon_sym_GT] = ACTIONS(1574), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_in] = ACTIONS(1574), - [anon_sym_loop] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_match] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1574), - [anon_sym_RBRACE] = ACTIONS(1574), - [anon_sym_DOT] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_source] = ACTIONS(1574), - [anon_sym_source_DASHenv] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_hide] = ACTIONS(1574), - [anon_sym_hide_DASHenv] = ACTIONS(1574), - [anon_sym_overlay] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1574), - [anon_sym_where] = ACTIONS(1574), - [anon_sym_STAR_STAR] = ACTIONS(1574), - [anon_sym_PLUS_PLUS] = ACTIONS(1574), - [anon_sym_SLASH] = ACTIONS(1574), - [anon_sym_mod] = ACTIONS(1574), - [anon_sym_SLASH_SLASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_bit_DASHshl] = ACTIONS(1574), - [anon_sym_bit_DASHshr] = ACTIONS(1574), - [anon_sym_EQ_EQ] = ACTIONS(1574), - [anon_sym_BANG_EQ] = ACTIONS(1574), - [anon_sym_LT2] = ACTIONS(1574), - [anon_sym_LT_EQ] = ACTIONS(1574), - [anon_sym_GT_EQ] = ACTIONS(1574), - [anon_sym_not_DASHin] = ACTIONS(1574), - [anon_sym_starts_DASHwith] = ACTIONS(1574), - [anon_sym_ends_DASHwith] = ACTIONS(1574), - [anon_sym_EQ_TILDE] = ACTIONS(1574), - [anon_sym_BANG_TILDE] = ACTIONS(1574), - [anon_sym_bit_DASHand] = ACTIONS(1574), - [anon_sym_bit_DASHxor] = ACTIONS(1574), - [anon_sym_bit_DASHor] = ACTIONS(1574), - [anon_sym_and] = ACTIONS(1574), - [anon_sym_xor] = ACTIONS(1574), - [anon_sym_or] = ACTIONS(1574), - [anon_sym_not] = ACTIONS(1574), - [sym_val_nothing] = ACTIONS(1574), - [anon_sym_true] = ACTIONS(1574), - [anon_sym_false] = ACTIONS(1574), - [aux_sym__val_number_decimal_token1] = ACTIONS(1574), - [aux_sym__val_number_token1] = ACTIONS(1574), - [aux_sym__val_number_token2] = ACTIONS(1574), - [aux_sym__val_number_token3] = ACTIONS(1574), - [aux_sym__val_number_token4] = ACTIONS(1574), - [aux_sym__val_number_token5] = ACTIONS(1574), - [aux_sym__val_number_token6] = ACTIONS(1574), - [anon_sym_0b] = ACTIONS(1574), - [anon_sym_0o] = ACTIONS(1574), - [anon_sym_0x] = ACTIONS(1574), - [sym_val_date] = ACTIONS(1574), - [anon_sym_DQUOTE] = ACTIONS(1574), - [sym__str_single_quotes] = ACTIONS(1574), - [sym__str_back_ticks] = ACTIONS(1574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1574), - [anon_sym_CARET] = ACTIONS(1574), + [anon_sym_export] = ACTIONS(1560), + [anon_sym_alias] = ACTIONS(1560), + [anon_sym_let] = ACTIONS(1560), + [anon_sym_let_DASHenv] = ACTIONS(1560), + [anon_sym_mut] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_SEMI] = ACTIONS(1560), + [sym_cmd_identifier] = ACTIONS(1560), + [anon_sym_LF] = ACTIONS(1562), + [anon_sym_def] = ACTIONS(1560), + [anon_sym_export_DASHenv] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym_module] = ACTIONS(1560), + [anon_sym_use] = ACTIONS(1560), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_LPAREN] = ACTIONS(1560), + [anon_sym_RPAREN] = ACTIONS(1560), + [anon_sym_DOLLAR] = ACTIONS(1560), + [anon_sym_error] = ACTIONS(1560), + [anon_sym_GT] = ACTIONS(1560), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_in] = ACTIONS(1560), + [anon_sym_loop] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_match] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1560), + [anon_sym_RBRACE] = ACTIONS(1560), + [anon_sym_DOT] = ACTIONS(1560), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_source] = ACTIONS(1560), + [anon_sym_source_DASHenv] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_hide] = ACTIONS(1560), + [anon_sym_hide_DASHenv] = ACTIONS(1560), + [anon_sym_overlay] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1560), + [anon_sym_where] = ACTIONS(1560), + [anon_sym_STAR_STAR] = ACTIONS(1560), + [anon_sym_PLUS_PLUS] = ACTIONS(1560), + [anon_sym_SLASH] = ACTIONS(1560), + [anon_sym_mod] = ACTIONS(1560), + [anon_sym_SLASH_SLASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_bit_DASHshl] = ACTIONS(1560), + [anon_sym_bit_DASHshr] = ACTIONS(1560), + [anon_sym_EQ_EQ] = ACTIONS(1560), + [anon_sym_BANG_EQ] = ACTIONS(1560), + [anon_sym_LT2] = ACTIONS(1560), + [anon_sym_LT_EQ] = ACTIONS(1560), + [anon_sym_GT_EQ] = ACTIONS(1560), + [anon_sym_not_DASHin] = ACTIONS(1560), + [anon_sym_starts_DASHwith] = ACTIONS(1560), + [anon_sym_ends_DASHwith] = ACTIONS(1560), + [anon_sym_EQ_TILDE] = ACTIONS(1560), + [anon_sym_BANG_TILDE] = ACTIONS(1560), + [anon_sym_bit_DASHand] = ACTIONS(1560), + [anon_sym_bit_DASHxor] = ACTIONS(1560), + [anon_sym_bit_DASHor] = ACTIONS(1560), + [anon_sym_and] = ACTIONS(1560), + [anon_sym_xor] = ACTIONS(1560), + [anon_sym_or] = ACTIONS(1560), + [anon_sym_not] = ACTIONS(1560), + [anon_sym_null] = ACTIONS(1560), + [anon_sym_true] = ACTIONS(1560), + [anon_sym_false] = ACTIONS(1560), + [aux_sym__val_number_decimal_token1] = ACTIONS(1560), + [aux_sym__val_number_token1] = ACTIONS(1560), + [aux_sym__val_number_token2] = ACTIONS(1560), + [aux_sym__val_number_token3] = ACTIONS(1560), + [aux_sym__val_number_token4] = ACTIONS(1560), + [aux_sym__val_number_token5] = ACTIONS(1560), + [aux_sym__val_number_token6] = ACTIONS(1560), + [anon_sym_0b] = ACTIONS(1560), + [anon_sym_0o] = ACTIONS(1560), + [anon_sym_0x] = ACTIONS(1560), + [sym_val_date] = ACTIONS(1560), + [anon_sym_DQUOTE] = ACTIONS(1560), + [sym__str_single_quotes] = ACTIONS(1560), + [sym__str_back_ticks] = ACTIONS(1560), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1560), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1560), + [anon_sym_CARET] = ACTIONS(1560), [anon_sym_POUND] = ACTIONS(105), }, [579] = { [sym_comment] = STATE(579), - [ts_builtin_sym_end] = ACTIONS(1467), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_alias] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_let_DASHenv] = ACTIONS(1465), - [anon_sym_mut] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1465), - [sym_cmd_identifier] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_def] = ACTIONS(1465), - [anon_sym_export_DASHenv] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_error] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT2] = ACTIONS(1564), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_source] = ACTIONS(1465), - [anon_sym_source_DASHenv] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_hide] = ACTIONS(1465), - [anon_sym_hide_DASHenv] = ACTIONS(1465), - [anon_sym_overlay] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_where] = ACTIONS(1465), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [anon_sym_not] = ACTIONS(1465), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_CARET] = ACTIONS(1465), + [anon_sym_export] = ACTIONS(1564), + [anon_sym_alias] = ACTIONS(1564), + [anon_sym_let] = ACTIONS(1564), + [anon_sym_let_DASHenv] = ACTIONS(1564), + [anon_sym_mut] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_SEMI] = ACTIONS(1564), + [sym_cmd_identifier] = ACTIONS(1564), + [anon_sym_LF] = ACTIONS(1566), + [anon_sym_def] = ACTIONS(1564), + [anon_sym_export_DASHenv] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym_module] = ACTIONS(1564), + [anon_sym_use] = ACTIONS(1564), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym_RPAREN] = ACTIONS(1564), + [anon_sym_DOLLAR] = ACTIONS(1564), + [anon_sym_error] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1564), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_in] = ACTIONS(1564), + [anon_sym_loop] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_match] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1564), + [anon_sym_RBRACE] = ACTIONS(1564), + [anon_sym_DOT] = ACTIONS(1564), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_source] = ACTIONS(1564), + [anon_sym_source_DASHenv] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_hide] = ACTIONS(1564), + [anon_sym_hide_DASHenv] = ACTIONS(1564), + [anon_sym_overlay] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1564), + [anon_sym_where] = ACTIONS(1564), + [anon_sym_STAR_STAR] = ACTIONS(1564), + [anon_sym_PLUS_PLUS] = ACTIONS(1564), + [anon_sym_SLASH] = ACTIONS(1564), + [anon_sym_mod] = ACTIONS(1564), + [anon_sym_SLASH_SLASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_bit_DASHshl] = ACTIONS(1564), + [anon_sym_bit_DASHshr] = ACTIONS(1564), + [anon_sym_EQ_EQ] = ACTIONS(1564), + [anon_sym_BANG_EQ] = ACTIONS(1564), + [anon_sym_LT2] = ACTIONS(1564), + [anon_sym_LT_EQ] = ACTIONS(1564), + [anon_sym_GT_EQ] = ACTIONS(1564), + [anon_sym_not_DASHin] = ACTIONS(1564), + [anon_sym_starts_DASHwith] = ACTIONS(1564), + [anon_sym_ends_DASHwith] = ACTIONS(1564), + [anon_sym_EQ_TILDE] = ACTIONS(1564), + [anon_sym_BANG_TILDE] = ACTIONS(1564), + [anon_sym_bit_DASHand] = ACTIONS(1564), + [anon_sym_bit_DASHxor] = ACTIONS(1564), + [anon_sym_bit_DASHor] = ACTIONS(1564), + [anon_sym_and] = ACTIONS(1564), + [anon_sym_xor] = ACTIONS(1564), + [anon_sym_or] = ACTIONS(1564), + [anon_sym_not] = ACTIONS(1564), + [anon_sym_null] = ACTIONS(1564), + [anon_sym_true] = ACTIONS(1564), + [anon_sym_false] = ACTIONS(1564), + [aux_sym__val_number_decimal_token1] = ACTIONS(1564), + [aux_sym__val_number_token1] = ACTIONS(1564), + [aux_sym__val_number_token2] = ACTIONS(1564), + [aux_sym__val_number_token3] = ACTIONS(1564), + [aux_sym__val_number_token4] = ACTIONS(1564), + [aux_sym__val_number_token5] = ACTIONS(1564), + [aux_sym__val_number_token6] = ACTIONS(1564), + [anon_sym_0b] = ACTIONS(1564), + [anon_sym_0o] = ACTIONS(1564), + [anon_sym_0x] = ACTIONS(1564), + [sym_val_date] = ACTIONS(1564), + [anon_sym_DQUOTE] = ACTIONS(1564), + [sym__str_single_quotes] = ACTIONS(1564), + [sym__str_back_ticks] = ACTIONS(1564), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1564), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1564), + [anon_sym_CARET] = ACTIONS(1564), [anon_sym_POUND] = ACTIONS(105), }, [580] = { [sym_comment] = STATE(580), - [ts_builtin_sym_end] = ACTIONS(1463), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT2] = ACTIONS(1463), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_where] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [anon_sym_not] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1568), + [anon_sym_alias] = ACTIONS(1568), + [anon_sym_let] = ACTIONS(1568), + [anon_sym_let_DASHenv] = ACTIONS(1568), + [anon_sym_mut] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1568), + [sym_cmd_identifier] = ACTIONS(1568), + [anon_sym_LF] = ACTIONS(1570), + [anon_sym_def] = ACTIONS(1568), + [anon_sym_export_DASHenv] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym_module] = ACTIONS(1568), + [anon_sym_use] = ACTIONS(1568), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_LPAREN] = ACTIONS(1568), + [anon_sym_RPAREN] = ACTIONS(1568), + [anon_sym_DOLLAR] = ACTIONS(1568), + [anon_sym_error] = ACTIONS(1568), + [anon_sym_GT] = ACTIONS(1568), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_in] = ACTIONS(1568), + [anon_sym_loop] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_match] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1568), + [anon_sym_RBRACE] = ACTIONS(1568), + [anon_sym_DOT] = ACTIONS(1568), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_source] = ACTIONS(1568), + [anon_sym_source_DASHenv] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_hide] = ACTIONS(1568), + [anon_sym_hide_DASHenv] = ACTIONS(1568), + [anon_sym_overlay] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_where] = ACTIONS(1568), + [anon_sym_STAR_STAR] = ACTIONS(1568), + [anon_sym_PLUS_PLUS] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(1568), + [anon_sym_mod] = ACTIONS(1568), + [anon_sym_SLASH_SLASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_bit_DASHshl] = ACTIONS(1568), + [anon_sym_bit_DASHshr] = ACTIONS(1568), + [anon_sym_EQ_EQ] = ACTIONS(1568), + [anon_sym_BANG_EQ] = ACTIONS(1568), + [anon_sym_LT2] = ACTIONS(1568), + [anon_sym_LT_EQ] = ACTIONS(1568), + [anon_sym_GT_EQ] = ACTIONS(1568), + [anon_sym_not_DASHin] = ACTIONS(1568), + [anon_sym_starts_DASHwith] = ACTIONS(1568), + [anon_sym_ends_DASHwith] = ACTIONS(1568), + [anon_sym_EQ_TILDE] = ACTIONS(1568), + [anon_sym_BANG_TILDE] = ACTIONS(1568), + [anon_sym_bit_DASHand] = ACTIONS(1568), + [anon_sym_bit_DASHxor] = ACTIONS(1568), + [anon_sym_bit_DASHor] = ACTIONS(1568), + [anon_sym_and] = ACTIONS(1568), + [anon_sym_xor] = ACTIONS(1568), + [anon_sym_or] = ACTIONS(1568), + [anon_sym_not] = ACTIONS(1568), + [anon_sym_null] = ACTIONS(1568), + [anon_sym_true] = ACTIONS(1568), + [anon_sym_false] = ACTIONS(1568), + [aux_sym__val_number_decimal_token1] = ACTIONS(1568), + [aux_sym__val_number_token1] = ACTIONS(1568), + [aux_sym__val_number_token2] = ACTIONS(1568), + [aux_sym__val_number_token3] = ACTIONS(1568), + [aux_sym__val_number_token4] = ACTIONS(1568), + [aux_sym__val_number_token5] = ACTIONS(1568), + [aux_sym__val_number_token6] = ACTIONS(1568), + [anon_sym_0b] = ACTIONS(1568), + [anon_sym_0o] = ACTIONS(1568), + [anon_sym_0x] = ACTIONS(1568), + [sym_val_date] = ACTIONS(1568), + [anon_sym_DQUOTE] = ACTIONS(1568), + [sym__str_single_quotes] = ACTIONS(1568), + [sym__str_back_ticks] = ACTIONS(1568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1568), + [anon_sym_CARET] = ACTIONS(1568), [anon_sym_POUND] = ACTIONS(105), }, [581] = { [sym_comment] = STATE(581), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [582] = { [sym_comment] = STATE(582), - [anon_sym_export] = ACTIONS(1578), - [anon_sym_alias] = ACTIONS(1578), - [anon_sym_let] = ACTIONS(1578), - [anon_sym_let_DASHenv] = ACTIONS(1578), - [anon_sym_mut] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1578), - [sym_cmd_identifier] = ACTIONS(1578), - [anon_sym_LF] = ACTIONS(1580), - [anon_sym_def] = ACTIONS(1578), - [anon_sym_export_DASHenv] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_use] = ACTIONS(1578), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1578), - [anon_sym_RPAREN] = ACTIONS(1578), - [anon_sym_DOLLAR] = ACTIONS(1578), - [anon_sym_error] = ACTIONS(1578), - [anon_sym_GT] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_in] = ACTIONS(1578), - [anon_sym_loop] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_match] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1578), - [anon_sym_RBRACE] = ACTIONS(1578), - [anon_sym_DOT] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_source] = ACTIONS(1578), - [anon_sym_source_DASHenv] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_hide] = ACTIONS(1578), - [anon_sym_hide_DASHenv] = ACTIONS(1578), - [anon_sym_overlay] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1578), - [anon_sym_where] = ACTIONS(1578), - [anon_sym_STAR_STAR] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1578), - [anon_sym_SLASH] = ACTIONS(1578), - [anon_sym_mod] = ACTIONS(1578), - [anon_sym_SLASH_SLASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_bit_DASHshl] = ACTIONS(1578), - [anon_sym_bit_DASHshr] = ACTIONS(1578), - [anon_sym_EQ_EQ] = ACTIONS(1578), - [anon_sym_BANG_EQ] = ACTIONS(1578), - [anon_sym_LT2] = ACTIONS(1578), - [anon_sym_LT_EQ] = ACTIONS(1578), - [anon_sym_GT_EQ] = ACTIONS(1578), - [anon_sym_not_DASHin] = ACTIONS(1578), - [anon_sym_starts_DASHwith] = ACTIONS(1578), - [anon_sym_ends_DASHwith] = ACTIONS(1578), - [anon_sym_EQ_TILDE] = ACTIONS(1578), - [anon_sym_BANG_TILDE] = ACTIONS(1578), - [anon_sym_bit_DASHand] = ACTIONS(1578), - [anon_sym_bit_DASHxor] = ACTIONS(1578), - [anon_sym_bit_DASHor] = ACTIONS(1578), - [anon_sym_and] = ACTIONS(1578), - [anon_sym_xor] = ACTIONS(1578), - [anon_sym_or] = ACTIONS(1578), - [anon_sym_not] = ACTIONS(1578), - [sym_val_nothing] = ACTIONS(1578), - [anon_sym_true] = ACTIONS(1578), - [anon_sym_false] = ACTIONS(1578), - [aux_sym__val_number_decimal_token1] = ACTIONS(1578), - [aux_sym__val_number_token1] = ACTIONS(1578), - [aux_sym__val_number_token2] = ACTIONS(1578), - [aux_sym__val_number_token3] = ACTIONS(1578), - [aux_sym__val_number_token4] = ACTIONS(1578), - [aux_sym__val_number_token5] = ACTIONS(1578), - [aux_sym__val_number_token6] = ACTIONS(1578), - [anon_sym_0b] = ACTIONS(1578), - [anon_sym_0o] = ACTIONS(1578), - [anon_sym_0x] = ACTIONS(1578), - [sym_val_date] = ACTIONS(1578), - [anon_sym_DQUOTE] = ACTIONS(1578), - [sym__str_single_quotes] = ACTIONS(1578), - [sym__str_back_ticks] = ACTIONS(1578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1578), - [anon_sym_CARET] = ACTIONS(1578), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [583] = { [sym_comment] = STATE(583), - [ts_builtin_sym_end] = ACTIONS(1476), - [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), - [anon_sym_SEMI] = ACTIONS(1474), - [sym_cmd_identifier] = ACTIONS(1474), - [anon_sym_LF] = ACTIONS(1476), - [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_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), - [anon_sym_error] = 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_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_match] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(1476), - [anon_sym_try] = 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_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), - [sym_val_nothing] = 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_CARET] = ACTIONS(1474), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_mod] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(1528), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [584] = { [sym_comment] = STATE(584), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_RPAREN] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_where] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [anon_sym_not] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [585] = { [sym_comment] = STATE(585), - [anon_sym_export] = ACTIONS(1582), - [anon_sym_alias] = ACTIONS(1582), - [anon_sym_let] = ACTIONS(1582), - [anon_sym_let_DASHenv] = ACTIONS(1582), - [anon_sym_mut] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1582), - [sym_cmd_identifier] = ACTIONS(1582), - [anon_sym_LF] = ACTIONS(1584), - [anon_sym_def] = ACTIONS(1582), - [anon_sym_export_DASHenv] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym_module] = ACTIONS(1582), - [anon_sym_use] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_DOLLAR] = ACTIONS(1582), - [anon_sym_error] = ACTIONS(1582), - [anon_sym_GT] = ACTIONS(1582), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1582), - [anon_sym_loop] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_match] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_DOT] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_source] = ACTIONS(1582), - [anon_sym_source_DASHenv] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_hide] = ACTIONS(1582), - [anon_sym_hide_DASHenv] = ACTIONS(1582), - [anon_sym_overlay] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1582), - [anon_sym_where] = ACTIONS(1582), - [anon_sym_STAR_STAR] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_SLASH] = ACTIONS(1582), - [anon_sym_mod] = ACTIONS(1582), - [anon_sym_SLASH_SLASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_bit_DASHshl] = ACTIONS(1582), - [anon_sym_bit_DASHshr] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1582), - [anon_sym_LT2] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_not_DASHin] = ACTIONS(1582), - [anon_sym_starts_DASHwith] = ACTIONS(1582), - [anon_sym_ends_DASHwith] = ACTIONS(1582), - [anon_sym_EQ_TILDE] = ACTIONS(1582), - [anon_sym_BANG_TILDE] = ACTIONS(1582), - [anon_sym_bit_DASHand] = ACTIONS(1582), - [anon_sym_bit_DASHxor] = ACTIONS(1582), - [anon_sym_bit_DASHor] = ACTIONS(1582), - [anon_sym_and] = ACTIONS(1582), - [anon_sym_xor] = ACTIONS(1582), - [anon_sym_or] = ACTIONS(1582), - [anon_sym_not] = ACTIONS(1582), - [sym_val_nothing] = ACTIONS(1582), - [anon_sym_true] = ACTIONS(1582), - [anon_sym_false] = ACTIONS(1582), - [aux_sym__val_number_decimal_token1] = ACTIONS(1582), - [aux_sym__val_number_token1] = ACTIONS(1582), - [aux_sym__val_number_token2] = ACTIONS(1582), - [aux_sym__val_number_token3] = ACTIONS(1582), - [aux_sym__val_number_token4] = ACTIONS(1582), - [aux_sym__val_number_token5] = ACTIONS(1582), - [aux_sym__val_number_token6] = ACTIONS(1582), - [anon_sym_0b] = ACTIONS(1582), - [anon_sym_0o] = ACTIONS(1582), - [anon_sym_0x] = ACTIONS(1582), - [sym_val_date] = ACTIONS(1582), - [anon_sym_DQUOTE] = ACTIONS(1582), - [sym__str_single_quotes] = ACTIONS(1582), - [sym__str_back_ticks] = ACTIONS(1582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1582), - [anon_sym_CARET] = ACTIONS(1582), + [ts_builtin_sym_end] = ACTIONS(1371), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(1387), [anon_sym_POUND] = ACTIONS(105), }, [586] = { [sym_comment] = STATE(586), - [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(1586), - [anon_sym_RPAREN] = ACTIONS(1586), - [anon_sym_DOLLAR] = ACTIONS(1586), - [anon_sym_error] = ACTIONS(1586), - [anon_sym_GT] = ACTIONS(1586), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1586), - [anon_sym_where] = ACTIONS(1586), - [anon_sym_STAR_STAR] = ACTIONS(1586), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_SLASH] = ACTIONS(1586), - [anon_sym_mod] = ACTIONS(1586), - [anon_sym_SLASH_SLASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_bit_DASHshl] = ACTIONS(1586), - [anon_sym_bit_DASHshr] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1586), - [anon_sym_BANG_EQ] = ACTIONS(1586), - [anon_sym_LT2] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1586), - [anon_sym_GT_EQ] = ACTIONS(1586), - [anon_sym_not_DASHin] = ACTIONS(1586), - [anon_sym_starts_DASHwith] = ACTIONS(1586), - [anon_sym_ends_DASHwith] = ACTIONS(1586), - [anon_sym_EQ_TILDE] = ACTIONS(1586), - [anon_sym_BANG_TILDE] = ACTIONS(1586), - [anon_sym_bit_DASHand] = ACTIONS(1586), - [anon_sym_bit_DASHxor] = ACTIONS(1586), - [anon_sym_bit_DASHor] = ACTIONS(1586), - [anon_sym_and] = ACTIONS(1586), - [anon_sym_xor] = ACTIONS(1586), - [anon_sym_or] = ACTIONS(1586), - [anon_sym_not] = ACTIONS(1586), - [sym_val_nothing] = 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_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1546), + [anon_sym_bit_DASHxor] = ACTIONS(1548), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [587] = { [sym_comment] = STATE(587), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_alias] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_let_DASHenv] = ACTIONS(1465), - [anon_sym_mut] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1465), - [sym_cmd_identifier] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_def] = ACTIONS(1465), - [anon_sym_export_DASHenv] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_RPAREN] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_error] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_source] = ACTIONS(1465), - [anon_sym_source_DASHenv] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_hide] = ACTIONS(1465), - [anon_sym_hide_DASHenv] = ACTIONS(1465), - [anon_sym_overlay] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_where] = ACTIONS(1465), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [anon_sym_not] = ACTIONS(1465), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_CARET] = ACTIONS(1465), + [anon_sym_export] = ACTIONS(1572), + [anon_sym_alias] = ACTIONS(1572), + [anon_sym_let] = ACTIONS(1572), + [anon_sym_let_DASHenv] = ACTIONS(1572), + [anon_sym_mut] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1572), + [sym_cmd_identifier] = ACTIONS(1572), + [anon_sym_LF] = ACTIONS(1574), + [anon_sym_def] = ACTIONS(1572), + [anon_sym_export_DASHenv] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym_module] = ACTIONS(1572), + [anon_sym_use] = ACTIONS(1572), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_LPAREN] = ACTIONS(1572), + [anon_sym_RPAREN] = ACTIONS(1572), + [anon_sym_DOLLAR] = ACTIONS(1572), + [anon_sym_error] = ACTIONS(1572), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_in] = ACTIONS(1572), + [anon_sym_loop] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_match] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1572), + [anon_sym_RBRACE] = ACTIONS(1572), + [anon_sym_DOT] = ACTIONS(1572), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_source] = ACTIONS(1572), + [anon_sym_source_DASHenv] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_hide] = ACTIONS(1572), + [anon_sym_hide_DASHenv] = ACTIONS(1572), + [anon_sym_overlay] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_where] = ACTIONS(1572), + [anon_sym_STAR_STAR] = ACTIONS(1572), + [anon_sym_PLUS_PLUS] = ACTIONS(1572), + [anon_sym_SLASH] = ACTIONS(1572), + [anon_sym_mod] = ACTIONS(1572), + [anon_sym_SLASH_SLASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_bit_DASHshl] = ACTIONS(1572), + [anon_sym_bit_DASHshr] = ACTIONS(1572), + [anon_sym_EQ_EQ] = ACTIONS(1572), + [anon_sym_BANG_EQ] = ACTIONS(1572), + [anon_sym_LT2] = ACTIONS(1572), + [anon_sym_LT_EQ] = ACTIONS(1572), + [anon_sym_GT_EQ] = ACTIONS(1572), + [anon_sym_not_DASHin] = ACTIONS(1572), + [anon_sym_starts_DASHwith] = ACTIONS(1572), + [anon_sym_ends_DASHwith] = ACTIONS(1572), + [anon_sym_EQ_TILDE] = ACTIONS(1572), + [anon_sym_BANG_TILDE] = ACTIONS(1572), + [anon_sym_bit_DASHand] = ACTIONS(1572), + [anon_sym_bit_DASHxor] = ACTIONS(1572), + [anon_sym_bit_DASHor] = ACTIONS(1572), + [anon_sym_and] = ACTIONS(1572), + [anon_sym_xor] = ACTIONS(1572), + [anon_sym_or] = ACTIONS(1572), + [anon_sym_not] = ACTIONS(1572), + [anon_sym_null] = ACTIONS(1572), + [anon_sym_true] = ACTIONS(1572), + [anon_sym_false] = ACTIONS(1572), + [aux_sym__val_number_decimal_token1] = ACTIONS(1572), + [aux_sym__val_number_token1] = ACTIONS(1572), + [aux_sym__val_number_token2] = ACTIONS(1572), + [aux_sym__val_number_token3] = ACTIONS(1572), + [aux_sym__val_number_token4] = ACTIONS(1572), + [aux_sym__val_number_token5] = ACTIONS(1572), + [aux_sym__val_number_token6] = ACTIONS(1572), + [anon_sym_0b] = ACTIONS(1572), + [anon_sym_0o] = ACTIONS(1572), + [anon_sym_0x] = ACTIONS(1572), + [sym_val_date] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1572), + [sym__str_single_quotes] = ACTIONS(1572), + [sym__str_back_ticks] = ACTIONS(1572), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1572), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1572), + [anon_sym_CARET] = ACTIONS(1572), [anon_sym_POUND] = ACTIONS(105), }, [588] = { [sym_comment] = STATE(588), - [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(1590), - [anon_sym_RPAREN] = ACTIONS(1590), - [anon_sym_DOLLAR] = ACTIONS(1590), - [anon_sym_error] = ACTIONS(1590), - [anon_sym_GT] = ACTIONS(1590), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1590), - [anon_sym_where] = ACTIONS(1590), - [anon_sym_STAR_STAR] = ACTIONS(1590), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_SLASH] = ACTIONS(1590), - [anon_sym_mod] = ACTIONS(1590), - [anon_sym_SLASH_SLASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_bit_DASHshl] = ACTIONS(1590), - [anon_sym_bit_DASHshr] = ACTIONS(1590), - [anon_sym_EQ_EQ] = ACTIONS(1590), - [anon_sym_BANG_EQ] = ACTIONS(1590), - [anon_sym_LT2] = ACTIONS(1590), - [anon_sym_LT_EQ] = ACTIONS(1590), - [anon_sym_GT_EQ] = ACTIONS(1590), - [anon_sym_not_DASHin] = ACTIONS(1590), - [anon_sym_starts_DASHwith] = ACTIONS(1590), - [anon_sym_ends_DASHwith] = ACTIONS(1590), - [anon_sym_EQ_TILDE] = ACTIONS(1590), - [anon_sym_BANG_TILDE] = ACTIONS(1590), - [anon_sym_bit_DASHand] = ACTIONS(1590), - [anon_sym_bit_DASHxor] = ACTIONS(1590), - [anon_sym_bit_DASHor] = ACTIONS(1590), - [anon_sym_and] = ACTIONS(1590), - [anon_sym_xor] = ACTIONS(1590), - [anon_sym_or] = ACTIONS(1590), - [anon_sym_not] = ACTIONS(1590), - [sym_val_nothing] = 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_export] = ACTIONS(1576), + [anon_sym_alias] = ACTIONS(1576), + [anon_sym_let] = ACTIONS(1576), + [anon_sym_let_DASHenv] = ACTIONS(1576), + [anon_sym_mut] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_SEMI] = ACTIONS(1576), + [sym_cmd_identifier] = ACTIONS(1576), + [anon_sym_LF] = ACTIONS(1578), + [anon_sym_def] = ACTIONS(1576), + [anon_sym_export_DASHenv] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym_module] = ACTIONS(1576), + [anon_sym_use] = ACTIONS(1576), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_LPAREN] = ACTIONS(1576), + [anon_sym_RPAREN] = ACTIONS(1576), + [anon_sym_DOLLAR] = ACTIONS(1576), + [anon_sym_error] = ACTIONS(1576), + [anon_sym_GT] = ACTIONS(1576), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_in] = ACTIONS(1576), + [anon_sym_loop] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_match] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1576), + [anon_sym_RBRACE] = ACTIONS(1576), + [anon_sym_DOT] = ACTIONS(1576), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_source] = ACTIONS(1576), + [anon_sym_source_DASHenv] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_hide] = ACTIONS(1576), + [anon_sym_hide_DASHenv] = ACTIONS(1576), + [anon_sym_overlay] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1576), + [anon_sym_where] = ACTIONS(1576), + [anon_sym_STAR_STAR] = ACTIONS(1576), + [anon_sym_PLUS_PLUS] = ACTIONS(1576), + [anon_sym_SLASH] = ACTIONS(1576), + [anon_sym_mod] = ACTIONS(1576), + [anon_sym_SLASH_SLASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_bit_DASHshl] = ACTIONS(1576), + [anon_sym_bit_DASHshr] = ACTIONS(1576), + [anon_sym_EQ_EQ] = ACTIONS(1576), + [anon_sym_BANG_EQ] = ACTIONS(1576), + [anon_sym_LT2] = ACTIONS(1576), + [anon_sym_LT_EQ] = ACTIONS(1576), + [anon_sym_GT_EQ] = ACTIONS(1576), + [anon_sym_not_DASHin] = ACTIONS(1576), + [anon_sym_starts_DASHwith] = ACTIONS(1576), + [anon_sym_ends_DASHwith] = ACTIONS(1576), + [anon_sym_EQ_TILDE] = ACTIONS(1576), + [anon_sym_BANG_TILDE] = ACTIONS(1576), + [anon_sym_bit_DASHand] = ACTIONS(1576), + [anon_sym_bit_DASHxor] = ACTIONS(1576), + [anon_sym_bit_DASHor] = ACTIONS(1576), + [anon_sym_and] = ACTIONS(1576), + [anon_sym_xor] = ACTIONS(1576), + [anon_sym_or] = ACTIONS(1576), + [anon_sym_not] = ACTIONS(1576), + [anon_sym_null] = ACTIONS(1576), + [anon_sym_true] = ACTIONS(1576), + [anon_sym_false] = ACTIONS(1576), + [aux_sym__val_number_decimal_token1] = ACTIONS(1576), + [aux_sym__val_number_token1] = ACTIONS(1576), + [aux_sym__val_number_token2] = ACTIONS(1576), + [aux_sym__val_number_token3] = ACTIONS(1576), + [aux_sym__val_number_token4] = ACTIONS(1576), + [aux_sym__val_number_token5] = ACTIONS(1576), + [aux_sym__val_number_token6] = ACTIONS(1576), + [anon_sym_0b] = ACTIONS(1576), + [anon_sym_0o] = ACTIONS(1576), + [anon_sym_0x] = ACTIONS(1576), + [sym_val_date] = ACTIONS(1576), + [anon_sym_DQUOTE] = ACTIONS(1576), + [sym__str_single_quotes] = ACTIONS(1576), + [sym__str_back_ticks] = ACTIONS(1576), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1576), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1576), + [anon_sym_CARET] = ACTIONS(1576), [anon_sym_POUND] = ACTIONS(105), }, [589] = { [sym_comment] = STATE(589), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1534), - [anon_sym_bit_DASHor] = ACTIONS(1536), - [anon_sym_and] = ACTIONS(1594), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [anon_sym_export] = ACTIONS(1580), + [anon_sym_alias] = ACTIONS(1580), + [anon_sym_let] = ACTIONS(1580), + [anon_sym_let_DASHenv] = ACTIONS(1580), + [anon_sym_mut] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1580), + [sym_cmd_identifier] = ACTIONS(1580), + [anon_sym_LF] = ACTIONS(1582), + [anon_sym_def] = ACTIONS(1580), + [anon_sym_export_DASHenv] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym_module] = ACTIONS(1580), + [anon_sym_use] = ACTIONS(1580), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1580), + [anon_sym_RPAREN] = ACTIONS(1580), + [anon_sym_DOLLAR] = ACTIONS(1580), + [anon_sym_error] = ACTIONS(1580), + [anon_sym_GT] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_in] = ACTIONS(1580), + [anon_sym_loop] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_match] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1580), + [anon_sym_RBRACE] = ACTIONS(1580), + [anon_sym_DOT] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_source] = ACTIONS(1580), + [anon_sym_source_DASHenv] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_hide] = ACTIONS(1580), + [anon_sym_hide_DASHenv] = ACTIONS(1580), + [anon_sym_overlay] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1580), + [anon_sym_where] = ACTIONS(1580), + [anon_sym_STAR_STAR] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_mod] = ACTIONS(1580), + [anon_sym_SLASH_SLASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_bit_DASHshl] = ACTIONS(1580), + [anon_sym_bit_DASHshr] = ACTIONS(1580), + [anon_sym_EQ_EQ] = ACTIONS(1580), + [anon_sym_BANG_EQ] = ACTIONS(1580), + [anon_sym_LT2] = ACTIONS(1580), + [anon_sym_LT_EQ] = ACTIONS(1580), + [anon_sym_GT_EQ] = ACTIONS(1580), + [anon_sym_not_DASHin] = ACTIONS(1580), + [anon_sym_starts_DASHwith] = ACTIONS(1580), + [anon_sym_ends_DASHwith] = ACTIONS(1580), + [anon_sym_EQ_TILDE] = ACTIONS(1580), + [anon_sym_BANG_TILDE] = ACTIONS(1580), + [anon_sym_bit_DASHand] = ACTIONS(1580), + [anon_sym_bit_DASHxor] = ACTIONS(1580), + [anon_sym_bit_DASHor] = ACTIONS(1580), + [anon_sym_and] = ACTIONS(1580), + [anon_sym_xor] = ACTIONS(1580), + [anon_sym_or] = ACTIONS(1580), + [anon_sym_not] = ACTIONS(1580), + [anon_sym_null] = ACTIONS(1580), + [anon_sym_true] = ACTIONS(1580), + [anon_sym_false] = ACTIONS(1580), + [aux_sym__val_number_decimal_token1] = ACTIONS(1580), + [aux_sym__val_number_token1] = ACTIONS(1580), + [aux_sym__val_number_token2] = ACTIONS(1580), + [aux_sym__val_number_token3] = ACTIONS(1580), + [aux_sym__val_number_token4] = ACTIONS(1580), + [aux_sym__val_number_token5] = ACTIONS(1580), + [aux_sym__val_number_token6] = ACTIONS(1580), + [anon_sym_0b] = ACTIONS(1580), + [anon_sym_0o] = ACTIONS(1580), + [anon_sym_0x] = ACTIONS(1580), + [sym_val_date] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1580), + [sym__str_single_quotes] = ACTIONS(1580), + [sym__str_back_ticks] = ACTIONS(1580), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1580), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1580), + [anon_sym_CARET] = ACTIONS(1580), [anon_sym_POUND] = ACTIONS(105), }, [590] = { [sym_comment] = STATE(590), - [ts_builtin_sym_end] = ACTIONS(1486), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_SEMI] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_DOT2] = ACTIONS(1486), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_where] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [anon_sym_not] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1484), + [anon_sym_export] = ACTIONS(1584), + [anon_sym_alias] = ACTIONS(1584), + [anon_sym_let] = ACTIONS(1584), + [anon_sym_let_DASHenv] = ACTIONS(1584), + [anon_sym_mut] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1584), + [sym_cmd_identifier] = ACTIONS(1584), + [anon_sym_LF] = ACTIONS(1586), + [anon_sym_def] = ACTIONS(1584), + [anon_sym_export_DASHenv] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym_module] = ACTIONS(1584), + [anon_sym_use] = ACTIONS(1584), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1584), + [anon_sym_RPAREN] = ACTIONS(1584), + [anon_sym_DOLLAR] = ACTIONS(1584), + [anon_sym_error] = ACTIONS(1584), + [anon_sym_GT] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_in] = ACTIONS(1584), + [anon_sym_loop] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_match] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1584), + [anon_sym_DOT] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_source] = ACTIONS(1584), + [anon_sym_source_DASHenv] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_hide] = ACTIONS(1584), + [anon_sym_hide_DASHenv] = ACTIONS(1584), + [anon_sym_overlay] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1584), + [anon_sym_where] = ACTIONS(1584), + [anon_sym_STAR_STAR] = ACTIONS(1584), + [anon_sym_PLUS_PLUS] = ACTIONS(1584), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_mod] = ACTIONS(1584), + [anon_sym_SLASH_SLASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_bit_DASHshl] = ACTIONS(1584), + [anon_sym_bit_DASHshr] = ACTIONS(1584), + [anon_sym_EQ_EQ] = ACTIONS(1584), + [anon_sym_BANG_EQ] = ACTIONS(1584), + [anon_sym_LT2] = ACTIONS(1584), + [anon_sym_LT_EQ] = ACTIONS(1584), + [anon_sym_GT_EQ] = ACTIONS(1584), + [anon_sym_not_DASHin] = ACTIONS(1584), + [anon_sym_starts_DASHwith] = ACTIONS(1584), + [anon_sym_ends_DASHwith] = ACTIONS(1584), + [anon_sym_EQ_TILDE] = ACTIONS(1584), + [anon_sym_BANG_TILDE] = ACTIONS(1584), + [anon_sym_bit_DASHand] = ACTIONS(1584), + [anon_sym_bit_DASHxor] = ACTIONS(1584), + [anon_sym_bit_DASHor] = ACTIONS(1584), + [anon_sym_and] = ACTIONS(1584), + [anon_sym_xor] = ACTIONS(1584), + [anon_sym_or] = ACTIONS(1584), + [anon_sym_not] = ACTIONS(1584), + [anon_sym_null] = ACTIONS(1584), + [anon_sym_true] = ACTIONS(1584), + [anon_sym_false] = ACTIONS(1584), + [aux_sym__val_number_decimal_token1] = ACTIONS(1584), + [aux_sym__val_number_token1] = ACTIONS(1584), + [aux_sym__val_number_token2] = ACTIONS(1584), + [aux_sym__val_number_token3] = ACTIONS(1584), + [aux_sym__val_number_token4] = ACTIONS(1584), + [aux_sym__val_number_token5] = ACTIONS(1584), + [aux_sym__val_number_token6] = ACTIONS(1584), + [anon_sym_0b] = ACTIONS(1584), + [anon_sym_0o] = ACTIONS(1584), + [anon_sym_0x] = ACTIONS(1584), + [sym_val_date] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1584), + [sym__str_single_quotes] = ACTIONS(1584), + [sym__str_back_ticks] = ACTIONS(1584), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1584), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1584), + [anon_sym_CARET] = ACTIONS(1584), [anon_sym_POUND] = ACTIONS(105), }, [591] = { [sym_comment] = STATE(591), - [ts_builtin_sym_end] = ACTIONS(1490), - [anon_sym_export] = ACTIONS(1488), - [anon_sym_alias] = ACTIONS(1488), - [anon_sym_let] = ACTIONS(1488), - [anon_sym_let_DASHenv] = ACTIONS(1488), - [anon_sym_mut] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [anon_sym_SEMI] = ACTIONS(1488), - [sym_cmd_identifier] = ACTIONS(1488), - [anon_sym_LF] = ACTIONS(1490), - [anon_sym_def] = ACTIONS(1488), - [anon_sym_export_DASHenv] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym_module] = ACTIONS(1488), - [anon_sym_use] = ACTIONS(1488), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1488), - [anon_sym_DOLLAR] = ACTIONS(1488), - [anon_sym_error] = ACTIONS(1488), - [anon_sym_GT] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1488), - [anon_sym_loop] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_match] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_DOT] = ACTIONS(1488), - [anon_sym_DOT2] = ACTIONS(1490), - [anon_sym_try] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_source] = ACTIONS(1488), - [anon_sym_source_DASHenv] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_hide] = ACTIONS(1488), - [anon_sym_hide_DASHenv] = ACTIONS(1488), - [anon_sym_overlay] = ACTIONS(1488), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_where] = ACTIONS(1488), - [anon_sym_STAR_STAR] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_SLASH] = ACTIONS(1488), - [anon_sym_mod] = ACTIONS(1488), - [anon_sym_SLASH_SLASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_bit_DASHshl] = ACTIONS(1488), - [anon_sym_bit_DASHshr] = ACTIONS(1488), - [anon_sym_EQ_EQ] = ACTIONS(1488), - [anon_sym_BANG_EQ] = ACTIONS(1488), - [anon_sym_LT2] = ACTIONS(1488), - [anon_sym_LT_EQ] = ACTIONS(1488), - [anon_sym_GT_EQ] = ACTIONS(1488), - [anon_sym_not_DASHin] = ACTIONS(1488), - [anon_sym_starts_DASHwith] = ACTIONS(1488), - [anon_sym_ends_DASHwith] = ACTIONS(1488), - [anon_sym_EQ_TILDE] = ACTIONS(1488), - [anon_sym_BANG_TILDE] = ACTIONS(1488), - [anon_sym_bit_DASHand] = ACTIONS(1488), - [anon_sym_bit_DASHxor] = ACTIONS(1488), - [anon_sym_bit_DASHor] = ACTIONS(1488), - [anon_sym_and] = ACTIONS(1488), - [anon_sym_xor] = ACTIONS(1488), - [anon_sym_or] = ACTIONS(1488), - [anon_sym_not] = ACTIONS(1488), - [sym_val_nothing] = ACTIONS(1488), - [anon_sym_true] = ACTIONS(1488), - [anon_sym_false] = ACTIONS(1488), - [aux_sym__val_number_decimal_token1] = ACTIONS(1488), - [aux_sym__val_number_token1] = ACTIONS(1488), - [aux_sym__val_number_token2] = ACTIONS(1488), - [aux_sym__val_number_token3] = ACTIONS(1488), - [aux_sym__val_number_token4] = ACTIONS(1488), - [aux_sym__val_number_token5] = ACTIONS(1488), - [aux_sym__val_number_token6] = ACTIONS(1488), - [anon_sym_0b] = ACTIONS(1488), - [anon_sym_0o] = ACTIONS(1488), - [anon_sym_0x] = ACTIONS(1488), - [sym_val_date] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym__str_single_quotes] = ACTIONS(1488), - [sym__str_back_ticks] = ACTIONS(1488), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1488), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1488), - [anon_sym_CARET] = ACTIONS(1488), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [592] = { [sym_comment] = STATE(592), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [593] = { [sym_comment] = STATE(593), + [anon_sym_export] = ACTIONS(1588), + [anon_sym_alias] = ACTIONS(1588), + [anon_sym_let] = ACTIONS(1588), + [anon_sym_let_DASHenv] = ACTIONS(1588), + [anon_sym_mut] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_SEMI] = ACTIONS(1588), + [sym_cmd_identifier] = ACTIONS(1588), + [anon_sym_LF] = ACTIONS(1590), + [anon_sym_def] = ACTIONS(1588), + [anon_sym_export_DASHenv] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym_module] = ACTIONS(1588), + [anon_sym_use] = ACTIONS(1588), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_LPAREN] = ACTIONS(1588), + [anon_sym_RPAREN] = ACTIONS(1588), + [anon_sym_DOLLAR] = ACTIONS(1588), + [anon_sym_error] = ACTIONS(1588), + [anon_sym_GT] = ACTIONS(1588), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_in] = ACTIONS(1588), + [anon_sym_loop] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_match] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1588), + [anon_sym_RBRACE] = ACTIONS(1588), + [anon_sym_DOT] = ACTIONS(1588), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_source] = ACTIONS(1588), + [anon_sym_source_DASHenv] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_hide] = ACTIONS(1588), + [anon_sym_hide_DASHenv] = ACTIONS(1588), + [anon_sym_overlay] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1588), + [anon_sym_where] = ACTIONS(1588), + [anon_sym_STAR_STAR] = ACTIONS(1588), + [anon_sym_PLUS_PLUS] = ACTIONS(1588), + [anon_sym_SLASH] = ACTIONS(1588), + [anon_sym_mod] = ACTIONS(1588), + [anon_sym_SLASH_SLASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_bit_DASHshl] = ACTIONS(1588), + [anon_sym_bit_DASHshr] = ACTIONS(1588), + [anon_sym_EQ_EQ] = ACTIONS(1588), + [anon_sym_BANG_EQ] = ACTIONS(1588), + [anon_sym_LT2] = ACTIONS(1588), + [anon_sym_LT_EQ] = ACTIONS(1588), + [anon_sym_GT_EQ] = ACTIONS(1588), + [anon_sym_not_DASHin] = ACTIONS(1588), + [anon_sym_starts_DASHwith] = ACTIONS(1588), + [anon_sym_ends_DASHwith] = ACTIONS(1588), + [anon_sym_EQ_TILDE] = ACTIONS(1588), + [anon_sym_BANG_TILDE] = ACTIONS(1588), + [anon_sym_bit_DASHand] = ACTIONS(1588), + [anon_sym_bit_DASHxor] = ACTIONS(1588), + [anon_sym_bit_DASHor] = ACTIONS(1588), + [anon_sym_and] = ACTIONS(1588), + [anon_sym_xor] = ACTIONS(1588), + [anon_sym_or] = ACTIONS(1588), + [anon_sym_not] = ACTIONS(1588), + [anon_sym_null] = ACTIONS(1588), + [anon_sym_true] = ACTIONS(1588), + [anon_sym_false] = ACTIONS(1588), + [aux_sym__val_number_decimal_token1] = ACTIONS(1588), + [aux_sym__val_number_token1] = ACTIONS(1588), + [aux_sym__val_number_token2] = ACTIONS(1588), + [aux_sym__val_number_token3] = ACTIONS(1588), + [aux_sym__val_number_token4] = ACTIONS(1588), + [aux_sym__val_number_token5] = ACTIONS(1588), + [aux_sym__val_number_token6] = ACTIONS(1588), + [anon_sym_0b] = ACTIONS(1588), + [anon_sym_0o] = ACTIONS(1588), + [anon_sym_0x] = ACTIONS(1588), + [sym_val_date] = ACTIONS(1588), + [anon_sym_DQUOTE] = ACTIONS(1588), + [sym__str_single_quotes] = ACTIONS(1588), + [sym__str_back_ticks] = ACTIONS(1588), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1588), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1588), + [anon_sym_CARET] = ACTIONS(1588), + [anon_sym_POUND] = ACTIONS(105), + }, + [594] = { + [sym_comment] = STATE(594), + [ts_builtin_sym_end] = ACTIONS(1497), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(1592), + [anon_sym_POUND] = ACTIONS(105), + }, + [595] = { + [sym_comment] = STATE(595), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [596] = { + [sym_comment] = STATE(596), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [597] = { + [sym_comment] = STATE(597), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1536), + [anon_sym_starts_DASHwith] = ACTIONS(1536), + [anon_sym_ends_DASHwith] = ACTIONS(1536), + [anon_sym_EQ_TILDE] = ACTIONS(1544), + [anon_sym_BANG_TILDE] = ACTIONS(1544), + [anon_sym_bit_DASHand] = ACTIONS(1546), + [anon_sym_bit_DASHxor] = ACTIONS(1548), + [anon_sym_bit_DASHor] = ACTIONS(1550), + [anon_sym_and] = ACTIONS(1552), + [anon_sym_xor] = ACTIONS(1554), + [anon_sym_or] = ACTIONS(1594), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [598] = { + [sym_comment] = STATE(598), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1532), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1542), + [anon_sym_bit_DASHshr] = ACTIONS(1542), + [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(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [599] = { + [sym_comment] = STATE(599), [anon_sym_export] = ACTIONS(1596), [anon_sym_alias] = ACTIONS(1596), [anon_sym_let] = ACTIONS(1596), @@ -146423,7 +148000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1596), [anon_sym_or] = ACTIONS(1596), [anon_sym_not] = ACTIONS(1596), - [sym_val_nothing] = ACTIONS(1596), + [anon_sym_null] = ACTIONS(1596), [anon_sym_true] = ACTIONS(1596), [anon_sym_false] = ACTIONS(1596), [aux_sym__val_number_decimal_token1] = ACTIONS(1596), @@ -146445,8 +148022,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1596), [anon_sym_POUND] = ACTIONS(105), }, - [594] = { - [sym_comment] = STATE(594), + [600] = { + [sym_comment] = STATE(600), [anon_sym_export] = ACTIONS(1600), [anon_sym_alias] = ACTIONS(1600), [anon_sym_let] = ACTIONS(1600), @@ -146515,7 +148092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1600), [anon_sym_or] = ACTIONS(1600), [anon_sym_not] = ACTIONS(1600), - [sym_val_nothing] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), [anon_sym_true] = ACTIONS(1600), [anon_sym_false] = ACTIONS(1600), [aux_sym__val_number_decimal_token1] = ACTIONS(1600), @@ -146537,100 +148114,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1600), [anon_sym_POUND] = ACTIONS(105), }, - [595] = { - [sym_comment] = STATE(595), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [601] = { + [sym_comment] = STATE(601), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_RPAREN] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_where] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_not] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1507), [anon_sym_POUND] = ACTIONS(105), }, - [596] = { - [sym_comment] = STATE(596), + [602] = { + [sym_comment] = STATE(602), [anon_sym_export] = ACTIONS(1604), [anon_sym_alias] = ACTIONS(1604), [anon_sym_let] = ACTIONS(1604), @@ -146699,7 +148276,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1604), [anon_sym_or] = ACTIONS(1604), [anon_sym_not] = ACTIONS(1604), - [sym_val_nothing] = ACTIONS(1604), + [anon_sym_null] = ACTIONS(1604), [anon_sym_true] = ACTIONS(1604), [anon_sym_false] = ACTIONS(1604), [aux_sym__val_number_decimal_token1] = ACTIONS(1604), @@ -146721,192 +148298,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1604), [anon_sym_POUND] = ACTIONS(105), }, - [597] = { - [sym_comment] = STATE(597), - [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), - [sym_val_nothing] = 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), - }, - [598] = { - [sym_comment] = STATE(598), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_SEMI] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_RPAREN] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_where] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [anon_sym_not] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1484), + [603] = { + [sym_comment] = STATE(603), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [599] = { - [sym_comment] = STATE(599), + [604] = { + [sym_comment] = STATE(604), [anon_sym_export] = ACTIONS(1608), [anon_sym_alias] = ACTIONS(1608), [anon_sym_let] = ACTIONS(1608), @@ -146975,7 +148460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1608), [anon_sym_or] = ACTIONS(1608), [anon_sym_not] = ACTIONS(1608), - [sym_val_nothing] = ACTIONS(1608), + [anon_sym_null] = ACTIONS(1608), [anon_sym_true] = ACTIONS(1608), [anon_sym_false] = ACTIONS(1608), [aux_sym__val_number_decimal_token1] = ACTIONS(1608), @@ -146997,100 +148482,376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1608), [anon_sym_POUND] = ACTIONS(105), }, - [600] = { - [sym_comment] = STATE(600), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [605] = { + [sym_comment] = STATE(605), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [606] = { + [sym_comment] = STATE(606), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1540), + [anon_sym_PLUS_PLUS] = ACTIONS(1540), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(1538), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [607] = { + [sym_comment] = STATE(607), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [608] = { + [sym_comment] = STATE(608), + [anon_sym_export] = ACTIONS(1515), + [anon_sym_alias] = ACTIONS(1515), + [anon_sym_let] = ACTIONS(1515), + [anon_sym_let_DASHenv] = ACTIONS(1515), + [anon_sym_mut] = ACTIONS(1515), + [anon_sym_const] = ACTIONS(1515), + [anon_sym_SEMI] = ACTIONS(1515), + [sym_cmd_identifier] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_def] = ACTIONS(1515), + [anon_sym_export_DASHenv] = ACTIONS(1515), + [anon_sym_extern] = ACTIONS(1515), + [anon_sym_module] = ACTIONS(1515), + [anon_sym_use] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_RPAREN] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_error] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1515), + [anon_sym_continue] = ACTIONS(1515), + [anon_sym_for] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1515), + [anon_sym_while] = ACTIONS(1515), + [anon_sym_do] = ACTIONS(1515), + [anon_sym_if] = ACTIONS(1515), + [anon_sym_match] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_try] = ACTIONS(1515), + [anon_sym_return] = ACTIONS(1515), + [anon_sym_source] = ACTIONS(1515), + [anon_sym_source_DASHenv] = ACTIONS(1515), + [anon_sym_register] = ACTIONS(1515), + [anon_sym_hide] = ACTIONS(1515), + [anon_sym_hide_DASHenv] = ACTIONS(1515), + [anon_sym_overlay] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_where] = ACTIONS(1515), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_not] = ACTIONS(1515), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_CARET] = ACTIONS(1515), [anon_sym_POUND] = ACTIONS(105), }, - [601] = { - [sym_comment] = STATE(601), + [609] = { + [sym_comment] = STATE(609), [anon_sym_export] = ACTIONS(1612), [anon_sym_alias] = ACTIONS(1612), [anon_sym_let] = ACTIONS(1612), @@ -147159,7 +148920,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1612), [anon_sym_or] = ACTIONS(1612), [anon_sym_not] = ACTIONS(1612), - [sym_val_nothing] = ACTIONS(1612), + [anon_sym_null] = ACTIONS(1612), [anon_sym_true] = ACTIONS(1612), [anon_sym_false] = ACTIONS(1612), [aux_sym__val_number_decimal_token1] = ACTIONS(1612), @@ -147181,376 +148942,192 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1612), [anon_sym_POUND] = ACTIONS(105), }, - [602] = { - [sym_comment] = STATE(602), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1534), - [anon_sym_bit_DASHor] = ACTIONS(1536), - [anon_sym_and] = ACTIONS(1594), - [anon_sym_xor] = ACTIONS(1616), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [603] = { - [sym_comment] = STATE(603), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [610] = { + [sym_comment] = STATE(610), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_RPAREN] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_where] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_not] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(105), }, - [604] = { - [sym_comment] = STATE(604), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1514), - [anon_sym_BANG_EQ] = ACTIONS(1514), - [anon_sym_LT2] = ACTIONS(1514), - [anon_sym_LT_EQ] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1514), - [anon_sym_not_DASHin] = ACTIONS(1518), - [anon_sym_starts_DASHwith] = ACTIONS(1518), - [anon_sym_ends_DASHwith] = ACTIONS(1518), - [anon_sym_EQ_TILDE] = ACTIONS(1530), - [anon_sym_BANG_TILDE] = ACTIONS(1530), - [anon_sym_bit_DASHand] = ACTIONS(1532), - [anon_sym_bit_DASHxor] = ACTIONS(1534), - [anon_sym_bit_DASHor] = ACTIONS(1536), - [anon_sym_and] = ACTIONS(1594), + [611] = { + [sym_comment] = STATE(611), + [anon_sym_export] = ACTIONS(1616), + [anon_sym_alias] = ACTIONS(1616), + [anon_sym_let] = ACTIONS(1616), + [anon_sym_let_DASHenv] = ACTIONS(1616), + [anon_sym_mut] = ACTIONS(1616), + [anon_sym_const] = ACTIONS(1616), + [anon_sym_SEMI] = ACTIONS(1616), + [sym_cmd_identifier] = ACTIONS(1616), + [anon_sym_LF] = ACTIONS(1618), + [anon_sym_def] = ACTIONS(1616), + [anon_sym_export_DASHenv] = ACTIONS(1616), + [anon_sym_extern] = ACTIONS(1616), + [anon_sym_module] = ACTIONS(1616), + [anon_sym_use] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1616), + [anon_sym_RPAREN] = ACTIONS(1616), + [anon_sym_DOLLAR] = ACTIONS(1616), + [anon_sym_error] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_break] = ACTIONS(1616), + [anon_sym_continue] = ACTIONS(1616), + [anon_sym_for] = ACTIONS(1616), + [anon_sym_in] = ACTIONS(1616), + [anon_sym_loop] = ACTIONS(1616), + [anon_sym_while] = ACTIONS(1616), + [anon_sym_do] = ACTIONS(1616), + [anon_sym_if] = ACTIONS(1616), + [anon_sym_match] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1616), + [anon_sym_RBRACE] = ACTIONS(1616), + [anon_sym_DOT] = ACTIONS(1616), + [anon_sym_try] = ACTIONS(1616), + [anon_sym_return] = ACTIONS(1616), + [anon_sym_source] = ACTIONS(1616), + [anon_sym_source_DASHenv] = ACTIONS(1616), + [anon_sym_register] = ACTIONS(1616), + [anon_sym_hide] = ACTIONS(1616), + [anon_sym_hide_DASHenv] = ACTIONS(1616), + [anon_sym_overlay] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1616), + [anon_sym_where] = ACTIONS(1616), + [anon_sym_STAR_STAR] = ACTIONS(1616), + [anon_sym_PLUS_PLUS] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_mod] = ACTIONS(1616), + [anon_sym_SLASH_SLASH] = ACTIONS(1616), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_bit_DASHshl] = ACTIONS(1616), + [anon_sym_bit_DASHshr] = ACTIONS(1616), + [anon_sym_EQ_EQ] = ACTIONS(1616), + [anon_sym_BANG_EQ] = ACTIONS(1616), + [anon_sym_LT2] = ACTIONS(1616), + [anon_sym_LT_EQ] = ACTIONS(1616), + [anon_sym_GT_EQ] = ACTIONS(1616), + [anon_sym_not_DASHin] = ACTIONS(1616), + [anon_sym_starts_DASHwith] = ACTIONS(1616), + [anon_sym_ends_DASHwith] = ACTIONS(1616), + [anon_sym_EQ_TILDE] = ACTIONS(1616), + [anon_sym_BANG_TILDE] = ACTIONS(1616), + [anon_sym_bit_DASHand] = ACTIONS(1616), + [anon_sym_bit_DASHxor] = ACTIONS(1616), + [anon_sym_bit_DASHor] = ACTIONS(1616), + [anon_sym_and] = ACTIONS(1616), [anon_sym_xor] = ACTIONS(1616), - [anon_sym_or] = ACTIONS(1618), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [605] = { - [sym_comment] = STATE(605), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_or] = ACTIONS(1616), + [anon_sym_not] = ACTIONS(1616), + [anon_sym_null] = ACTIONS(1616), + [anon_sym_true] = ACTIONS(1616), + [anon_sym_false] = ACTIONS(1616), + [aux_sym__val_number_decimal_token1] = ACTIONS(1616), + [aux_sym__val_number_token1] = ACTIONS(1616), + [aux_sym__val_number_token2] = ACTIONS(1616), + [aux_sym__val_number_token3] = ACTIONS(1616), + [aux_sym__val_number_token4] = ACTIONS(1616), + [aux_sym__val_number_token5] = ACTIONS(1616), + [aux_sym__val_number_token6] = ACTIONS(1616), + [anon_sym_0b] = ACTIONS(1616), + [anon_sym_0o] = ACTIONS(1616), + [anon_sym_0x] = ACTIONS(1616), + [sym_val_date] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1616), + [sym__str_single_quotes] = ACTIONS(1616), + [sym__str_back_ticks] = ACTIONS(1616), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1616), + [anon_sym_CARET] = ACTIONS(1616), [anon_sym_POUND] = ACTIONS(105), }, - [606] = { - [sym_comment] = STATE(606), + [612] = { + [sym_comment] = STATE(612), [anon_sym_export] = ACTIONS(1620), [anon_sym_alias] = ACTIONS(1620), [anon_sym_let] = ACTIONS(1620), @@ -147619,7 +149196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1620), [anon_sym_or] = ACTIONS(1620), [anon_sym_not] = ACTIONS(1620), - [sym_val_nothing] = ACTIONS(1620), + [anon_sym_null] = ACTIONS(1620), [anon_sym_true] = ACTIONS(1620), [anon_sym_false] = ACTIONS(1620), [aux_sym__val_number_decimal_token1] = ACTIONS(1620), @@ -147641,2296 +149218,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1620), [anon_sym_POUND] = ACTIONS(105), }, - [607] = { - [sym_comment] = STATE(607), - [ts_builtin_sym_end] = ACTIONS(1494), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(1624), - [anon_sym_POUND] = ACTIONS(105), - }, - [608] = { - [sym_comment] = STATE(608), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(105), - }, - [609] = { - [sym_comment] = STATE(609), - [anon_sym_export] = ACTIONS(1626), - [anon_sym_alias] = ACTIONS(1626), - [anon_sym_let] = ACTIONS(1626), - [anon_sym_let_DASHenv] = ACTIONS(1626), - [anon_sym_mut] = ACTIONS(1626), - [anon_sym_const] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [sym_cmd_identifier] = ACTIONS(1626), - [anon_sym_LF] = ACTIONS(1628), - [anon_sym_def] = ACTIONS(1626), - [anon_sym_export_DASHenv] = ACTIONS(1626), - [anon_sym_extern] = ACTIONS(1626), - [anon_sym_module] = ACTIONS(1626), - [anon_sym_use] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_LPAREN] = ACTIONS(1626), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_DOLLAR] = ACTIONS(1626), - [anon_sym_error] = ACTIONS(1626), - [anon_sym_GT] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1626), - [anon_sym_break] = ACTIONS(1626), - [anon_sym_continue] = ACTIONS(1626), - [anon_sym_for] = ACTIONS(1626), - [anon_sym_in] = ACTIONS(1626), - [anon_sym_loop] = ACTIONS(1626), - [anon_sym_while] = ACTIONS(1626), - [anon_sym_do] = ACTIONS(1626), - [anon_sym_if] = ACTIONS(1626), - [anon_sym_match] = ACTIONS(1626), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_DOT] = ACTIONS(1626), - [anon_sym_try] = ACTIONS(1626), - [anon_sym_return] = ACTIONS(1626), - [anon_sym_source] = ACTIONS(1626), - [anon_sym_source_DASHenv] = ACTIONS(1626), - [anon_sym_register] = ACTIONS(1626), - [anon_sym_hide] = ACTIONS(1626), - [anon_sym_hide_DASHenv] = ACTIONS(1626), - [anon_sym_overlay] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_where] = ACTIONS(1626), - [anon_sym_STAR_STAR] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_SLASH] = ACTIONS(1626), - [anon_sym_mod] = ACTIONS(1626), - [anon_sym_SLASH_SLASH] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(1626), - [anon_sym_bit_DASHshl] = ACTIONS(1626), - [anon_sym_bit_DASHshr] = ACTIONS(1626), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT2] = ACTIONS(1626), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_not_DASHin] = ACTIONS(1626), - [anon_sym_starts_DASHwith] = ACTIONS(1626), - [anon_sym_ends_DASHwith] = ACTIONS(1626), - [anon_sym_EQ_TILDE] = ACTIONS(1626), - [anon_sym_BANG_TILDE] = ACTIONS(1626), - [anon_sym_bit_DASHand] = ACTIONS(1626), - [anon_sym_bit_DASHxor] = ACTIONS(1626), - [anon_sym_bit_DASHor] = ACTIONS(1626), - [anon_sym_and] = ACTIONS(1626), - [anon_sym_xor] = ACTIONS(1626), - [anon_sym_or] = ACTIONS(1626), - [anon_sym_not] = ACTIONS(1626), - [sym_val_nothing] = ACTIONS(1626), - [anon_sym_true] = ACTIONS(1626), - [anon_sym_false] = ACTIONS(1626), - [aux_sym__val_number_decimal_token1] = ACTIONS(1626), - [aux_sym__val_number_token1] = ACTIONS(1626), - [aux_sym__val_number_token2] = ACTIONS(1626), - [aux_sym__val_number_token3] = ACTIONS(1626), - [aux_sym__val_number_token4] = ACTIONS(1626), - [aux_sym__val_number_token5] = ACTIONS(1626), - [aux_sym__val_number_token6] = ACTIONS(1626), - [anon_sym_0b] = ACTIONS(1626), - [anon_sym_0o] = ACTIONS(1626), - [anon_sym_0x] = ACTIONS(1626), - [sym_val_date] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym__str_single_quotes] = ACTIONS(1626), - [sym__str_back_ticks] = ACTIONS(1626), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1626), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1626), - [anon_sym_CARET] = ACTIONS(1626), - [anon_sym_POUND] = ACTIONS(105), - }, - [610] = { - [sym_comment] = STATE(610), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [611] = { - [sym_comment] = STATE(611), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(1361), - [anon_sym_POUND] = ACTIONS(105), - }, - [612] = { - [sym_comment] = STATE(612), - [anon_sym_export] = ACTIONS(1630), - [anon_sym_alias] = ACTIONS(1630), - [anon_sym_let] = ACTIONS(1630), - [anon_sym_let_DASHenv] = ACTIONS(1630), - [anon_sym_mut] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [sym_cmd_identifier] = ACTIONS(1630), - [anon_sym_LF] = ACTIONS(1632), - [anon_sym_def] = ACTIONS(1630), - [anon_sym_export_DASHenv] = ACTIONS(1630), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym_module] = ACTIONS(1630), - [anon_sym_use] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1630), - [anon_sym_error] = ACTIONS(1630), - [anon_sym_GT] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_break] = ACTIONS(1630), - [anon_sym_continue] = ACTIONS(1630), - [anon_sym_for] = ACTIONS(1630), - [anon_sym_in] = ACTIONS(1630), - [anon_sym_loop] = ACTIONS(1630), - [anon_sym_while] = ACTIONS(1630), - [anon_sym_do] = ACTIONS(1630), - [anon_sym_if] = ACTIONS(1630), - [anon_sym_match] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), - [anon_sym_try] = ACTIONS(1630), - [anon_sym_return] = ACTIONS(1630), - [anon_sym_source] = ACTIONS(1630), - [anon_sym_source_DASHenv] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_hide] = ACTIONS(1630), - [anon_sym_hide_DASHenv] = ACTIONS(1630), - [anon_sym_overlay] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_where] = ACTIONS(1630), - [anon_sym_STAR_STAR] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1630), - [anon_sym_mod] = ACTIONS(1630), - [anon_sym_SLASH_SLASH] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_bit_DASHshl] = ACTIONS(1630), - [anon_sym_bit_DASHshr] = ACTIONS(1630), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT2] = ACTIONS(1630), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_not_DASHin] = ACTIONS(1630), - [anon_sym_starts_DASHwith] = ACTIONS(1630), - [anon_sym_ends_DASHwith] = ACTIONS(1630), - [anon_sym_EQ_TILDE] = ACTIONS(1630), - [anon_sym_BANG_TILDE] = ACTIONS(1630), - [anon_sym_bit_DASHand] = ACTIONS(1630), - [anon_sym_bit_DASHxor] = ACTIONS(1630), - [anon_sym_bit_DASHor] = ACTIONS(1630), - [anon_sym_and] = ACTIONS(1630), - [anon_sym_xor] = ACTIONS(1630), - [anon_sym_or] = ACTIONS(1630), - [anon_sym_not] = ACTIONS(1630), - [sym_val_nothing] = ACTIONS(1630), - [anon_sym_true] = ACTIONS(1630), - [anon_sym_false] = ACTIONS(1630), - [aux_sym__val_number_decimal_token1] = ACTIONS(1630), - [aux_sym__val_number_token1] = ACTIONS(1630), - [aux_sym__val_number_token2] = ACTIONS(1630), - [aux_sym__val_number_token3] = ACTIONS(1630), - [aux_sym__val_number_token4] = ACTIONS(1630), - [aux_sym__val_number_token5] = ACTIONS(1630), - [aux_sym__val_number_token6] = ACTIONS(1630), - [anon_sym_0b] = ACTIONS(1630), - [anon_sym_0o] = ACTIONS(1630), - [anon_sym_0x] = ACTIONS(1630), - [sym_val_date] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym__str_single_quotes] = ACTIONS(1630), - [sym__str_back_ticks] = ACTIONS(1630), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1630), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1630), - [anon_sym_CARET] = ACTIONS(1630), - [anon_sym_POUND] = ACTIONS(105), - }, [613] = { [sym_comment] = STATE(613), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [614] = { - [sym_comment] = STATE(614), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1516), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1520), - [anon_sym_where] = ACTIONS(1510), - [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(1520), - [anon_sym_PLUS] = ACTIONS(1516), - [anon_sym_bit_DASHshl] = ACTIONS(1524), - [anon_sym_bit_DASHshr] = ACTIONS(1524), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [615] = { - [sym_comment] = STATE(615), - [anon_sym_export] = ACTIONS(1634), - [anon_sym_alias] = ACTIONS(1634), - [anon_sym_let] = ACTIONS(1634), - [anon_sym_let_DASHenv] = ACTIONS(1634), - [anon_sym_mut] = ACTIONS(1634), - [anon_sym_const] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), - [sym_cmd_identifier] = ACTIONS(1634), - [anon_sym_LF] = ACTIONS(1636), - [anon_sym_def] = ACTIONS(1634), - [anon_sym_export_DASHenv] = ACTIONS(1634), - [anon_sym_extern] = ACTIONS(1634), - [anon_sym_module] = ACTIONS(1634), - [anon_sym_use] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1634), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_RPAREN] = ACTIONS(1634), - [anon_sym_DOLLAR] = ACTIONS(1634), - [anon_sym_error] = ACTIONS(1634), - [anon_sym_GT] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1634), - [anon_sym_break] = ACTIONS(1634), - [anon_sym_continue] = ACTIONS(1634), - [anon_sym_for] = ACTIONS(1634), - [anon_sym_in] = ACTIONS(1634), - [anon_sym_loop] = ACTIONS(1634), - [anon_sym_while] = ACTIONS(1634), - [anon_sym_do] = ACTIONS(1634), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_match] = ACTIONS(1634), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_RBRACE] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(1634), - [anon_sym_try] = ACTIONS(1634), - [anon_sym_return] = ACTIONS(1634), - [anon_sym_source] = ACTIONS(1634), - [anon_sym_source_DASHenv] = ACTIONS(1634), - [anon_sym_register] = ACTIONS(1634), - [anon_sym_hide] = ACTIONS(1634), - [anon_sym_hide_DASHenv] = ACTIONS(1634), - [anon_sym_overlay] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_where] = ACTIONS(1634), - [anon_sym_STAR_STAR] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_SLASH] = ACTIONS(1634), - [anon_sym_mod] = ACTIONS(1634), - [anon_sym_SLASH_SLASH] = ACTIONS(1634), - [anon_sym_PLUS] = ACTIONS(1634), - [anon_sym_bit_DASHshl] = ACTIONS(1634), - [anon_sym_bit_DASHshr] = ACTIONS(1634), - [anon_sym_EQ_EQ] = ACTIONS(1634), - [anon_sym_BANG_EQ] = ACTIONS(1634), - [anon_sym_LT2] = ACTIONS(1634), - [anon_sym_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_EQ] = ACTIONS(1634), - [anon_sym_not_DASHin] = ACTIONS(1634), - [anon_sym_starts_DASHwith] = ACTIONS(1634), - [anon_sym_ends_DASHwith] = ACTIONS(1634), - [anon_sym_EQ_TILDE] = ACTIONS(1634), - [anon_sym_BANG_TILDE] = ACTIONS(1634), - [anon_sym_bit_DASHand] = ACTIONS(1634), - [anon_sym_bit_DASHxor] = ACTIONS(1634), - [anon_sym_bit_DASHor] = ACTIONS(1634), - [anon_sym_and] = ACTIONS(1634), - [anon_sym_xor] = ACTIONS(1634), - [anon_sym_or] = ACTIONS(1634), - [anon_sym_not] = ACTIONS(1634), - [sym_val_nothing] = ACTIONS(1634), - [anon_sym_true] = ACTIONS(1634), - [anon_sym_false] = ACTIONS(1634), - [aux_sym__val_number_decimal_token1] = ACTIONS(1634), - [aux_sym__val_number_token1] = ACTIONS(1634), - [aux_sym__val_number_token2] = ACTIONS(1634), - [aux_sym__val_number_token3] = ACTIONS(1634), - [aux_sym__val_number_token4] = ACTIONS(1634), - [aux_sym__val_number_token5] = ACTIONS(1634), - [aux_sym__val_number_token6] = ACTIONS(1634), - [anon_sym_0b] = ACTIONS(1634), - [anon_sym_0o] = ACTIONS(1634), - [anon_sym_0x] = ACTIONS(1634), - [sym_val_date] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym__str_single_quotes] = ACTIONS(1634), - [sym__str_back_ticks] = ACTIONS(1634), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1634), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1634), - [anon_sym_CARET] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(105), - }, - [616] = { - [sym_comment] = STATE(616), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [617] = { - [sym_comment] = STATE(617), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [618] = { - [sym_comment] = STATE(618), - [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), - [sym_val_nothing] = 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), - }, - [619] = { - [sym_comment] = STATE(619), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [620] = { - [sym_comment] = STATE(620), - [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), - [sym_val_nothing] = 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), - }, - [621] = { - [sym_comment] = STATE(621), - [ts_builtin_sym_end] = ACTIONS(1463), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_where] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [anon_sym_not] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_POUND] = ACTIONS(105), - }, - [622] = { - [sym_comment] = STATE(622), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [623] = { - [sym_comment] = STATE(623), - [ts_builtin_sym_end] = ACTIONS(1504), - [anon_sym_export] = ACTIONS(1502), - [anon_sym_alias] = ACTIONS(1502), - [anon_sym_let] = ACTIONS(1502), - [anon_sym_let_DASHenv] = ACTIONS(1502), - [anon_sym_mut] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1502), - [sym_cmd_identifier] = ACTIONS(1502), - [anon_sym_LF] = ACTIONS(1504), - [anon_sym_def] = ACTIONS(1502), - [anon_sym_export_DASHenv] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym_module] = ACTIONS(1502), - [anon_sym_use] = ACTIONS(1502), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [anon_sym_error] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_loop] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_match] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_DOT] = ACTIONS(1502), - [anon_sym_try] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_source] = ACTIONS(1502), - [anon_sym_source_DASHenv] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_hide] = ACTIONS(1502), - [anon_sym_hide_DASHenv] = ACTIONS(1502), - [anon_sym_overlay] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_where] = ACTIONS(1502), - [anon_sym_STAR_STAR] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_SLASH_SLASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_bit_DASHshl] = ACTIONS(1502), - [anon_sym_bit_DASHshr] = ACTIONS(1502), - [anon_sym_EQ_EQ] = ACTIONS(1502), - [anon_sym_BANG_EQ] = ACTIONS(1502), - [anon_sym_LT2] = ACTIONS(1502), - [anon_sym_LT_EQ] = ACTIONS(1502), - [anon_sym_GT_EQ] = ACTIONS(1502), - [anon_sym_not_DASHin] = ACTIONS(1502), - [anon_sym_starts_DASHwith] = ACTIONS(1502), - [anon_sym_ends_DASHwith] = ACTIONS(1502), - [anon_sym_EQ_TILDE] = ACTIONS(1502), - [anon_sym_BANG_TILDE] = ACTIONS(1502), - [anon_sym_bit_DASHand] = ACTIONS(1502), - [anon_sym_bit_DASHxor] = ACTIONS(1502), - [anon_sym_bit_DASHor] = ACTIONS(1502), - [anon_sym_and] = ACTIONS(1502), - [anon_sym_xor] = ACTIONS(1502), - [anon_sym_or] = ACTIONS(1502), - [anon_sym_not] = ACTIONS(1502), - [sym_val_nothing] = ACTIONS(1502), - [anon_sym_true] = ACTIONS(1502), - [anon_sym_false] = ACTIONS(1502), - [aux_sym__val_number_decimal_token1] = ACTIONS(1502), - [aux_sym__val_number_token1] = ACTIONS(1502), - [aux_sym__val_number_token2] = ACTIONS(1502), - [aux_sym__val_number_token3] = ACTIONS(1502), - [aux_sym__val_number_token4] = ACTIONS(1502), - [aux_sym__val_number_token5] = ACTIONS(1502), - [aux_sym__val_number_token6] = ACTIONS(1502), - [anon_sym_0b] = ACTIONS(1502), - [anon_sym_0o] = ACTIONS(1502), - [anon_sym_0x] = ACTIONS(1502), - [sym_val_date] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym__str_single_quotes] = ACTIONS(1502), - [sym__str_back_ticks] = ACTIONS(1502), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1502), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1502), - [anon_sym_CARET] = ACTIONS(1502), - [anon_sym_POUND] = ACTIONS(105), - }, - [624] = { - [sym_comment] = STATE(624), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [625] = { - [sym_comment] = STATE(625), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [626] = { - [sym_comment] = STATE(626), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [627] = { - [sym_comment] = STATE(627), - [ts_builtin_sym_end] = ACTIONS(1584), - [anon_sym_export] = ACTIONS(1582), - [anon_sym_alias] = ACTIONS(1582), - [anon_sym_let] = ACTIONS(1582), - [anon_sym_let_DASHenv] = ACTIONS(1582), - [anon_sym_mut] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1582), - [sym_cmd_identifier] = ACTIONS(1582), - [anon_sym_LF] = ACTIONS(1584), - [anon_sym_def] = ACTIONS(1582), - [anon_sym_export_DASHenv] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym_module] = ACTIONS(1582), - [anon_sym_use] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_DOLLAR] = ACTIONS(1582), - [anon_sym_error] = ACTIONS(1582), - [anon_sym_GT] = ACTIONS(1582), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1582), - [anon_sym_loop] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_match] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_DOT] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_source] = ACTIONS(1582), - [anon_sym_source_DASHenv] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_hide] = ACTIONS(1582), - [anon_sym_hide_DASHenv] = ACTIONS(1582), - [anon_sym_overlay] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1582), - [anon_sym_where] = ACTIONS(1582), - [anon_sym_STAR_STAR] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_SLASH] = ACTIONS(1582), - [anon_sym_mod] = ACTIONS(1582), - [anon_sym_SLASH_SLASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_bit_DASHshl] = ACTIONS(1582), - [anon_sym_bit_DASHshr] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1582), - [anon_sym_LT2] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_not_DASHin] = ACTIONS(1582), - [anon_sym_starts_DASHwith] = ACTIONS(1582), - [anon_sym_ends_DASHwith] = ACTIONS(1582), - [anon_sym_EQ_TILDE] = ACTIONS(1582), - [anon_sym_BANG_TILDE] = ACTIONS(1582), - [anon_sym_bit_DASHand] = ACTIONS(1582), - [anon_sym_bit_DASHxor] = ACTIONS(1582), - [anon_sym_bit_DASHor] = ACTIONS(1582), - [anon_sym_and] = ACTIONS(1582), - [anon_sym_xor] = ACTIONS(1582), - [anon_sym_or] = ACTIONS(1582), - [anon_sym_not] = ACTIONS(1582), - [sym_val_nothing] = ACTIONS(1582), - [anon_sym_true] = ACTIONS(1582), - [anon_sym_false] = ACTIONS(1582), - [aux_sym__val_number_decimal_token1] = ACTIONS(1582), - [aux_sym__val_number_token1] = ACTIONS(1582), - [aux_sym__val_number_token2] = ACTIONS(1582), - [aux_sym__val_number_token3] = ACTIONS(1582), - [aux_sym__val_number_token4] = ACTIONS(1582), - [aux_sym__val_number_token5] = ACTIONS(1582), - [aux_sym__val_number_token6] = ACTIONS(1582), - [anon_sym_0b] = ACTIONS(1582), - [anon_sym_0o] = ACTIONS(1582), - [anon_sym_0x] = ACTIONS(1582), - [sym_val_date] = ACTIONS(1582), - [anon_sym_DQUOTE] = ACTIONS(1582), - [sym__str_single_quotes] = ACTIONS(1582), - [sym__str_back_ticks] = ACTIONS(1582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1582), - [anon_sym_CARET] = ACTIONS(1582), - [anon_sym_POUND] = ACTIONS(105), - }, - [628] = { - [sym_comment] = STATE(628), - [ts_builtin_sym_end] = ACTIONS(1500), - [anon_sym_export] = ACTIONS(1498), - [anon_sym_alias] = ACTIONS(1498), - [anon_sym_let] = ACTIONS(1498), - [anon_sym_let_DASHenv] = ACTIONS(1498), - [anon_sym_mut] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1498), - [sym_cmd_identifier] = ACTIONS(1498), - [anon_sym_LF] = ACTIONS(1500), - [anon_sym_def] = ACTIONS(1498), - [anon_sym_export_DASHenv] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym_module] = ACTIONS(1498), - [anon_sym_use] = ACTIONS(1498), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [anon_sym_error] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_loop] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_match] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_try] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_source] = ACTIONS(1498), - [anon_sym_source_DASHenv] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_hide] = ACTIONS(1498), - [anon_sym_hide_DASHenv] = ACTIONS(1498), - [anon_sym_overlay] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_where] = ACTIONS(1498), - [anon_sym_STAR_STAR] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_mod] = ACTIONS(1498), - [anon_sym_SLASH_SLASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_bit_DASHshl] = ACTIONS(1498), - [anon_sym_bit_DASHshr] = ACTIONS(1498), - [anon_sym_EQ_EQ] = ACTIONS(1498), - [anon_sym_BANG_EQ] = ACTIONS(1498), - [anon_sym_LT2] = ACTIONS(1498), - [anon_sym_LT_EQ] = ACTIONS(1498), - [anon_sym_GT_EQ] = ACTIONS(1498), - [anon_sym_not_DASHin] = ACTIONS(1498), - [anon_sym_starts_DASHwith] = ACTIONS(1498), - [anon_sym_ends_DASHwith] = ACTIONS(1498), - [anon_sym_EQ_TILDE] = ACTIONS(1498), - [anon_sym_BANG_TILDE] = ACTIONS(1498), - [anon_sym_bit_DASHand] = ACTIONS(1498), - [anon_sym_bit_DASHxor] = ACTIONS(1498), - [anon_sym_bit_DASHor] = ACTIONS(1498), - [anon_sym_and] = ACTIONS(1498), - [anon_sym_xor] = ACTIONS(1498), - [anon_sym_or] = ACTIONS(1498), - [anon_sym_not] = ACTIONS(1498), - [sym_val_nothing] = ACTIONS(1498), - [anon_sym_true] = ACTIONS(1498), - [anon_sym_false] = ACTIONS(1498), - [aux_sym__val_number_decimal_token1] = ACTIONS(1498), - [aux_sym__val_number_token1] = ACTIONS(1498), - [aux_sym__val_number_token2] = ACTIONS(1498), - [aux_sym__val_number_token3] = ACTIONS(1498), - [aux_sym__val_number_token4] = ACTIONS(1498), - [aux_sym__val_number_token5] = ACTIONS(1498), - [aux_sym__val_number_token6] = ACTIONS(1498), - [anon_sym_0b] = ACTIONS(1498), - [anon_sym_0o] = ACTIONS(1498), - [anon_sym_0x] = ACTIONS(1498), - [sym_val_date] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [sym__str_single_quotes] = ACTIONS(1498), - [sym__str_back_ticks] = ACTIONS(1498), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1498), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1498), - [anon_sym_CARET] = ACTIONS(1498), - [anon_sym_POUND] = ACTIONS(105), - }, - [629] = { - [sym_comment] = STATE(629), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [630] = { - [sym_comment] = STATE(630), - [ts_builtin_sym_end] = ACTIONS(1552), - [anon_sym_export] = ACTIONS(1550), - [anon_sym_alias] = ACTIONS(1550), - [anon_sym_let] = ACTIONS(1550), - [anon_sym_let_DASHenv] = ACTIONS(1550), - [anon_sym_mut] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1550), - [sym_cmd_identifier] = ACTIONS(1550), - [anon_sym_LF] = ACTIONS(1552), - [anon_sym_def] = ACTIONS(1550), - [anon_sym_export_DASHenv] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym_module] = ACTIONS(1550), - [anon_sym_use] = ACTIONS(1550), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1550), - [anon_sym_DOLLAR] = ACTIONS(1550), - [anon_sym_error] = ACTIONS(1550), - [anon_sym_GT] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1550), - [anon_sym_loop] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_match] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_DOT] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_source] = ACTIONS(1550), - [anon_sym_source_DASHenv] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_hide] = ACTIONS(1550), - [anon_sym_hide_DASHenv] = ACTIONS(1550), - [anon_sym_overlay] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_where] = ACTIONS(1550), - [anon_sym_STAR_STAR] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_SLASH] = ACTIONS(1550), - [anon_sym_mod] = ACTIONS(1550), - [anon_sym_SLASH_SLASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_bit_DASHshl] = ACTIONS(1550), - [anon_sym_bit_DASHshr] = ACTIONS(1550), - [anon_sym_EQ_EQ] = ACTIONS(1550), - [anon_sym_BANG_EQ] = ACTIONS(1550), - [anon_sym_LT2] = ACTIONS(1550), - [anon_sym_LT_EQ] = ACTIONS(1550), - [anon_sym_GT_EQ] = ACTIONS(1550), - [anon_sym_not_DASHin] = ACTIONS(1550), - [anon_sym_starts_DASHwith] = ACTIONS(1550), - [anon_sym_ends_DASHwith] = ACTIONS(1550), - [anon_sym_EQ_TILDE] = ACTIONS(1550), - [anon_sym_BANG_TILDE] = ACTIONS(1550), - [anon_sym_bit_DASHand] = ACTIONS(1550), - [anon_sym_bit_DASHxor] = ACTIONS(1550), - [anon_sym_bit_DASHor] = ACTIONS(1550), - [anon_sym_and] = ACTIONS(1550), - [anon_sym_xor] = ACTIONS(1550), - [anon_sym_or] = ACTIONS(1550), - [anon_sym_not] = ACTIONS(1550), - [sym_val_nothing] = ACTIONS(1550), - [anon_sym_true] = ACTIONS(1550), - [anon_sym_false] = ACTIONS(1550), - [aux_sym__val_number_decimal_token1] = ACTIONS(1550), - [aux_sym__val_number_token1] = ACTIONS(1550), - [aux_sym__val_number_token2] = ACTIONS(1550), - [aux_sym__val_number_token3] = ACTIONS(1550), - [aux_sym__val_number_token4] = ACTIONS(1550), - [aux_sym__val_number_token5] = ACTIONS(1550), - [aux_sym__val_number_token6] = ACTIONS(1550), - [anon_sym_0b] = ACTIONS(1550), - [anon_sym_0o] = ACTIONS(1550), - [anon_sym_0x] = ACTIONS(1550), - [sym_val_date] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym__str_single_quotes] = ACTIONS(1550), - [sym__str_back_ticks] = ACTIONS(1550), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1550), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1550), - [anon_sym_CARET] = ACTIONS(1550), - [anon_sym_POUND] = ACTIONS(105), - }, - [631] = { - [sym_comment] = STATE(631), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [632] = { - [sym_comment] = STATE(632), - [ts_builtin_sym_end] = ACTIONS(1602), [anon_sym_export] = ACTIONS(1600), [anon_sym_alias] = ACTIONS(1600), [anon_sym_let] = ACTIONS(1600), @@ -149947,6 +149236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1600), [anon_sym_LBRACK] = ACTIONS(1600), [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_RPAREN] = ACTIONS(1600), [anon_sym_DOLLAR] = ACTIONS(1600), [anon_sym_error] = ACTIONS(1600), [anon_sym_GT] = ACTIONS(1600), @@ -149961,6 +149251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1600), [anon_sym_match] = ACTIONS(1600), [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), [anon_sym_DOT] = ACTIONS(1600), [anon_sym_try] = ACTIONS(1600), [anon_sym_return] = ACTIONS(1600), @@ -149997,7 +149288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1600), [anon_sym_or] = ACTIONS(1600), [anon_sym_not] = ACTIONS(1600), - [sym_val_nothing] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), [anon_sym_true] = ACTIONS(1600), [anon_sym_false] = ACTIONS(1600), [aux_sym__val_number_decimal_token1] = ACTIONS(1600), @@ -150019,1282 +149310,1572 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1600), [anon_sym_POUND] = ACTIONS(105), }, - [633] = { - [sym_comment] = STATE(633), - [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(1570), - [anon_sym_DOLLAR] = ACTIONS(1570), - [anon_sym_error] = ACTIONS(1570), - [anon_sym_GT] = ACTIONS(1570), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1570), - [anon_sym_where] = ACTIONS(1570), - [anon_sym_STAR_STAR] = ACTIONS(1570), - [anon_sym_PLUS_PLUS] = ACTIONS(1570), - [anon_sym_SLASH] = ACTIONS(1570), - [anon_sym_mod] = ACTIONS(1570), - [anon_sym_SLASH_SLASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_bit_DASHshl] = ACTIONS(1570), - [anon_sym_bit_DASHshr] = ACTIONS(1570), - [anon_sym_EQ_EQ] = ACTIONS(1570), - [anon_sym_BANG_EQ] = ACTIONS(1570), - [anon_sym_LT2] = ACTIONS(1570), - [anon_sym_LT_EQ] = ACTIONS(1570), - [anon_sym_GT_EQ] = ACTIONS(1570), - [anon_sym_not_DASHin] = ACTIONS(1570), - [anon_sym_starts_DASHwith] = ACTIONS(1570), - [anon_sym_ends_DASHwith] = ACTIONS(1570), - [anon_sym_EQ_TILDE] = ACTIONS(1570), - [anon_sym_BANG_TILDE] = ACTIONS(1570), - [anon_sym_bit_DASHand] = ACTIONS(1570), - [anon_sym_bit_DASHxor] = ACTIONS(1570), - [anon_sym_bit_DASHor] = ACTIONS(1570), - [anon_sym_and] = ACTIONS(1570), - [anon_sym_xor] = ACTIONS(1570), - [anon_sym_or] = ACTIONS(1570), - [anon_sym_not] = ACTIONS(1570), - [sym_val_nothing] = 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), + [614] = { + [sym_comment] = STATE(614), + [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), [anon_sym_POUND] = ACTIONS(105), }, - [634] = { - [sym_comment] = STATE(634), - [ts_builtin_sym_end] = ACTIONS(1544), - [anon_sym_export] = ACTIONS(1542), - [anon_sym_alias] = ACTIONS(1542), - [anon_sym_let] = ACTIONS(1542), - [anon_sym_let_DASHenv] = ACTIONS(1542), - [anon_sym_mut] = ACTIONS(1542), - [anon_sym_const] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [sym_cmd_identifier] = ACTIONS(1542), - [anon_sym_LF] = ACTIONS(1544), - [anon_sym_def] = ACTIONS(1542), - [anon_sym_export_DASHenv] = ACTIONS(1542), - [anon_sym_extern] = ACTIONS(1542), - [anon_sym_module] = ACTIONS(1542), - [anon_sym_use] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_DOLLAR] = ACTIONS(1542), - [anon_sym_error] = ACTIONS(1542), - [anon_sym_GT] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1542), - [anon_sym_continue] = ACTIONS(1542), - [anon_sym_for] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_loop] = ACTIONS(1542), - [anon_sym_while] = ACTIONS(1542), - [anon_sym_do] = ACTIONS(1542), - [anon_sym_if] = ACTIONS(1542), - [anon_sym_match] = ACTIONS(1542), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_DOT] = ACTIONS(1542), - [anon_sym_try] = ACTIONS(1542), - [anon_sym_return] = ACTIONS(1542), - [anon_sym_source] = ACTIONS(1542), - [anon_sym_source_DASHenv] = ACTIONS(1542), - [anon_sym_register] = ACTIONS(1542), - [anon_sym_hide] = ACTIONS(1542), - [anon_sym_hide_DASHenv] = ACTIONS(1542), - [anon_sym_overlay] = ACTIONS(1542), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_where] = ACTIONS(1542), - [anon_sym_STAR_STAR] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_SLASH] = ACTIONS(1542), - [anon_sym_mod] = ACTIONS(1542), - [anon_sym_SLASH_SLASH] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1542), - [anon_sym_bit_DASHshr] = ACTIONS(1542), - [anon_sym_EQ_EQ] = ACTIONS(1542), - [anon_sym_BANG_EQ] = ACTIONS(1542), - [anon_sym_LT2] = ACTIONS(1542), - [anon_sym_LT_EQ] = ACTIONS(1542), - [anon_sym_GT_EQ] = ACTIONS(1542), - [anon_sym_not_DASHin] = ACTIONS(1542), - [anon_sym_starts_DASHwith] = ACTIONS(1542), - [anon_sym_ends_DASHwith] = ACTIONS(1542), - [anon_sym_EQ_TILDE] = ACTIONS(1542), - [anon_sym_BANG_TILDE] = ACTIONS(1542), - [anon_sym_bit_DASHand] = ACTIONS(1542), - [anon_sym_bit_DASHxor] = ACTIONS(1542), - [anon_sym_bit_DASHor] = ACTIONS(1542), - [anon_sym_and] = ACTIONS(1542), - [anon_sym_xor] = ACTIONS(1542), - [anon_sym_or] = ACTIONS(1542), - [anon_sym_not] = ACTIONS(1542), - [sym_val_nothing] = ACTIONS(1542), - [anon_sym_true] = ACTIONS(1542), - [anon_sym_false] = ACTIONS(1542), - [aux_sym__val_number_decimal_token1] = ACTIONS(1542), - [aux_sym__val_number_token1] = ACTIONS(1542), - [aux_sym__val_number_token2] = ACTIONS(1542), - [aux_sym__val_number_token3] = ACTIONS(1542), - [aux_sym__val_number_token4] = ACTIONS(1542), - [aux_sym__val_number_token5] = ACTIONS(1542), - [aux_sym__val_number_token6] = ACTIONS(1542), - [anon_sym_0b] = ACTIONS(1542), - [anon_sym_0o] = ACTIONS(1542), - [anon_sym_0x] = ACTIONS(1542), - [sym_val_date] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym__str_single_quotes] = ACTIONS(1542), - [sym__str_back_ticks] = ACTIONS(1542), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1542), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1542), - [anon_sym_CARET] = ACTIONS(1542), + [615] = { + [sym_comment] = STATE(615), + [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(1624), + [anon_sym_RPAREN] = ACTIONS(1624), + [anon_sym_DOLLAR] = ACTIONS(1624), + [anon_sym_error] = ACTIONS(1624), + [anon_sym_GT] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_break] = ACTIONS(1624), + [anon_sym_continue] = ACTIONS(1624), + [anon_sym_for] = ACTIONS(1624), + [anon_sym_in] = 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_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_STAR] = ACTIONS(1624), + [anon_sym_where] = ACTIONS(1624), + [anon_sym_STAR_STAR] = ACTIONS(1624), + [anon_sym_PLUS_PLUS] = ACTIONS(1624), + [anon_sym_SLASH] = ACTIONS(1624), + [anon_sym_mod] = ACTIONS(1624), + [anon_sym_SLASH_SLASH] = ACTIONS(1624), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_bit_DASHshl] = ACTIONS(1624), + [anon_sym_bit_DASHshr] = ACTIONS(1624), + [anon_sym_EQ_EQ] = ACTIONS(1624), + [anon_sym_BANG_EQ] = ACTIONS(1624), + [anon_sym_LT2] = ACTIONS(1624), + [anon_sym_LT_EQ] = ACTIONS(1624), + [anon_sym_GT_EQ] = ACTIONS(1624), + [anon_sym_not_DASHin] = ACTIONS(1624), + [anon_sym_starts_DASHwith] = ACTIONS(1624), + [anon_sym_ends_DASHwith] = ACTIONS(1624), + [anon_sym_EQ_TILDE] = ACTIONS(1624), + [anon_sym_BANG_TILDE] = ACTIONS(1624), + [anon_sym_bit_DASHand] = ACTIONS(1624), + [anon_sym_bit_DASHxor] = ACTIONS(1624), + [anon_sym_bit_DASHor] = ACTIONS(1624), + [anon_sym_and] = ACTIONS(1624), + [anon_sym_xor] = ACTIONS(1624), + [anon_sym_or] = ACTIONS(1624), + [anon_sym_not] = ACTIONS(1624), + [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), }, - [635] = { - [sym_comment] = STATE(635), - [ts_builtin_sym_end] = ACTIONS(1636), - [anon_sym_export] = ACTIONS(1634), - [anon_sym_alias] = ACTIONS(1634), - [anon_sym_let] = ACTIONS(1634), - [anon_sym_let_DASHenv] = ACTIONS(1634), - [anon_sym_mut] = ACTIONS(1634), - [anon_sym_const] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), - [sym_cmd_identifier] = ACTIONS(1634), - [anon_sym_LF] = ACTIONS(1636), - [anon_sym_def] = ACTIONS(1634), - [anon_sym_export_DASHenv] = ACTIONS(1634), - [anon_sym_extern] = ACTIONS(1634), - [anon_sym_module] = ACTIONS(1634), - [anon_sym_use] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1634), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_DOLLAR] = ACTIONS(1634), - [anon_sym_error] = ACTIONS(1634), - [anon_sym_GT] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1634), - [anon_sym_break] = ACTIONS(1634), - [anon_sym_continue] = ACTIONS(1634), - [anon_sym_for] = ACTIONS(1634), - [anon_sym_in] = ACTIONS(1634), - [anon_sym_loop] = ACTIONS(1634), - [anon_sym_while] = ACTIONS(1634), - [anon_sym_do] = ACTIONS(1634), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_match] = ACTIONS(1634), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(1634), - [anon_sym_try] = ACTIONS(1634), - [anon_sym_return] = ACTIONS(1634), - [anon_sym_source] = ACTIONS(1634), - [anon_sym_source_DASHenv] = ACTIONS(1634), - [anon_sym_register] = ACTIONS(1634), - [anon_sym_hide] = ACTIONS(1634), - [anon_sym_hide_DASHenv] = ACTIONS(1634), - [anon_sym_overlay] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_where] = ACTIONS(1634), - [anon_sym_STAR_STAR] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_SLASH] = ACTIONS(1634), - [anon_sym_mod] = ACTIONS(1634), - [anon_sym_SLASH_SLASH] = ACTIONS(1634), - [anon_sym_PLUS] = ACTIONS(1634), - [anon_sym_bit_DASHshl] = ACTIONS(1634), - [anon_sym_bit_DASHshr] = ACTIONS(1634), - [anon_sym_EQ_EQ] = ACTIONS(1634), - [anon_sym_BANG_EQ] = ACTIONS(1634), - [anon_sym_LT2] = ACTIONS(1634), - [anon_sym_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_EQ] = ACTIONS(1634), - [anon_sym_not_DASHin] = ACTIONS(1634), - [anon_sym_starts_DASHwith] = ACTIONS(1634), - [anon_sym_ends_DASHwith] = ACTIONS(1634), - [anon_sym_EQ_TILDE] = ACTIONS(1634), - [anon_sym_BANG_TILDE] = ACTIONS(1634), - [anon_sym_bit_DASHand] = ACTIONS(1634), - [anon_sym_bit_DASHxor] = ACTIONS(1634), - [anon_sym_bit_DASHor] = ACTIONS(1634), - [anon_sym_and] = ACTIONS(1634), - [anon_sym_xor] = ACTIONS(1634), - [anon_sym_or] = ACTIONS(1634), - [anon_sym_not] = ACTIONS(1634), - [sym_val_nothing] = ACTIONS(1634), - [anon_sym_true] = ACTIONS(1634), - [anon_sym_false] = ACTIONS(1634), - [aux_sym__val_number_decimal_token1] = ACTIONS(1634), - [aux_sym__val_number_token1] = ACTIONS(1634), - [aux_sym__val_number_token2] = ACTIONS(1634), - [aux_sym__val_number_token3] = ACTIONS(1634), - [aux_sym__val_number_token4] = ACTIONS(1634), - [aux_sym__val_number_token5] = ACTIONS(1634), - [aux_sym__val_number_token6] = ACTIONS(1634), - [anon_sym_0b] = ACTIONS(1634), - [anon_sym_0o] = ACTIONS(1634), - [anon_sym_0x] = ACTIONS(1634), - [sym_val_date] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym__str_single_quotes] = ACTIONS(1634), - [sym__str_back_ticks] = ACTIONS(1634), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1634), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1634), - [anon_sym_CARET] = ACTIONS(1634), + [616] = { + [sym_comment] = STATE(616), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [636] = { - [sym_comment] = STATE(636), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [617] = { + [sym_comment] = STATE(617), + [anon_sym_export] = ACTIONS(1628), + [anon_sym_alias] = ACTIONS(1628), + [anon_sym_let] = ACTIONS(1628), + [anon_sym_let_DASHenv] = ACTIONS(1628), + [anon_sym_mut] = ACTIONS(1628), + [anon_sym_const] = ACTIONS(1628), + [anon_sym_SEMI] = ACTIONS(1628), + [sym_cmd_identifier] = ACTIONS(1628), + [anon_sym_LF] = ACTIONS(1630), + [anon_sym_def] = ACTIONS(1628), + [anon_sym_export_DASHenv] = ACTIONS(1628), + [anon_sym_extern] = ACTIONS(1628), + [anon_sym_module] = ACTIONS(1628), + [anon_sym_use] = ACTIONS(1628), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_LPAREN] = ACTIONS(1628), + [anon_sym_RPAREN] = ACTIONS(1628), + [anon_sym_DOLLAR] = ACTIONS(1628), + [anon_sym_error] = ACTIONS(1628), + [anon_sym_GT] = ACTIONS(1628), + [anon_sym_DASH] = ACTIONS(1628), + [anon_sym_break] = ACTIONS(1628), + [anon_sym_continue] = ACTIONS(1628), + [anon_sym_for] = ACTIONS(1628), + [anon_sym_in] = ACTIONS(1628), + [anon_sym_loop] = ACTIONS(1628), + [anon_sym_while] = ACTIONS(1628), + [anon_sym_do] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1628), + [anon_sym_match] = ACTIONS(1628), + [anon_sym_LBRACE] = ACTIONS(1628), + [anon_sym_RBRACE] = ACTIONS(1628), + [anon_sym_DOT] = ACTIONS(1628), + [anon_sym_try] = ACTIONS(1628), + [anon_sym_return] = ACTIONS(1628), + [anon_sym_source] = ACTIONS(1628), + [anon_sym_source_DASHenv] = ACTIONS(1628), + [anon_sym_register] = ACTIONS(1628), + [anon_sym_hide] = ACTIONS(1628), + [anon_sym_hide_DASHenv] = ACTIONS(1628), + [anon_sym_overlay] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(1628), + [anon_sym_where] = ACTIONS(1628), + [anon_sym_STAR_STAR] = ACTIONS(1628), + [anon_sym_PLUS_PLUS] = ACTIONS(1628), + [anon_sym_SLASH] = ACTIONS(1628), + [anon_sym_mod] = ACTIONS(1628), + [anon_sym_SLASH_SLASH] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(1628), + [anon_sym_bit_DASHshl] = ACTIONS(1628), + [anon_sym_bit_DASHshr] = ACTIONS(1628), + [anon_sym_EQ_EQ] = ACTIONS(1628), + [anon_sym_BANG_EQ] = ACTIONS(1628), + [anon_sym_LT2] = ACTIONS(1628), + [anon_sym_LT_EQ] = ACTIONS(1628), + [anon_sym_GT_EQ] = ACTIONS(1628), + [anon_sym_not_DASHin] = ACTIONS(1628), + [anon_sym_starts_DASHwith] = ACTIONS(1628), + [anon_sym_ends_DASHwith] = ACTIONS(1628), + [anon_sym_EQ_TILDE] = ACTIONS(1628), + [anon_sym_BANG_TILDE] = ACTIONS(1628), + [anon_sym_bit_DASHand] = ACTIONS(1628), + [anon_sym_bit_DASHxor] = ACTIONS(1628), + [anon_sym_bit_DASHor] = ACTIONS(1628), + [anon_sym_and] = ACTIONS(1628), + [anon_sym_xor] = ACTIONS(1628), + [anon_sym_or] = ACTIONS(1628), + [anon_sym_not] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_true] = ACTIONS(1628), + [anon_sym_false] = ACTIONS(1628), + [aux_sym__val_number_decimal_token1] = ACTIONS(1628), + [aux_sym__val_number_token1] = ACTIONS(1628), + [aux_sym__val_number_token2] = ACTIONS(1628), + [aux_sym__val_number_token3] = ACTIONS(1628), + [aux_sym__val_number_token4] = ACTIONS(1628), + [aux_sym__val_number_token5] = ACTIONS(1628), + [aux_sym__val_number_token6] = ACTIONS(1628), + [anon_sym_0b] = ACTIONS(1628), + [anon_sym_0o] = ACTIONS(1628), + [anon_sym_0x] = ACTIONS(1628), + [sym_val_date] = ACTIONS(1628), + [anon_sym_DQUOTE] = ACTIONS(1628), + [sym__str_single_quotes] = ACTIONS(1628), + [sym__str_back_ticks] = ACTIONS(1628), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1628), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1628), + [anon_sym_CARET] = ACTIONS(1628), [anon_sym_POUND] = ACTIONS(105), }, - [637] = { - [sym_comment] = STATE(637), - [ts_builtin_sym_end] = ACTIONS(1486), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_SEMI] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_where] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [anon_sym_not] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1484), + [618] = { + [sym_comment] = STATE(618), + [anon_sym_export] = ACTIONS(1632), + [anon_sym_alias] = ACTIONS(1632), + [anon_sym_let] = ACTIONS(1632), + [anon_sym_let_DASHenv] = ACTIONS(1632), + [anon_sym_mut] = ACTIONS(1632), + [anon_sym_const] = ACTIONS(1632), + [anon_sym_SEMI] = ACTIONS(1632), + [sym_cmd_identifier] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_def] = ACTIONS(1632), + [anon_sym_export_DASHenv] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym_module] = ACTIONS(1632), + [anon_sym_use] = ACTIONS(1632), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_LPAREN] = ACTIONS(1632), + [anon_sym_RPAREN] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1632), + [anon_sym_error] = ACTIONS(1632), + [anon_sym_GT] = ACTIONS(1632), + [anon_sym_DASH] = ACTIONS(1632), + [anon_sym_break] = ACTIONS(1632), + [anon_sym_continue] = ACTIONS(1632), + [anon_sym_for] = ACTIONS(1632), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_loop] = ACTIONS(1632), + [anon_sym_while] = ACTIONS(1632), + [anon_sym_do] = ACTIONS(1632), + [anon_sym_if] = ACTIONS(1632), + [anon_sym_match] = ACTIONS(1632), + [anon_sym_LBRACE] = ACTIONS(1632), + [anon_sym_RBRACE] = ACTIONS(1632), + [anon_sym_DOT] = ACTIONS(1632), + [anon_sym_try] = ACTIONS(1632), + [anon_sym_return] = ACTIONS(1632), + [anon_sym_source] = ACTIONS(1632), + [anon_sym_source_DASHenv] = ACTIONS(1632), + [anon_sym_register] = ACTIONS(1632), + [anon_sym_hide] = ACTIONS(1632), + [anon_sym_hide_DASHenv] = ACTIONS(1632), + [anon_sym_overlay] = ACTIONS(1632), + [anon_sym_STAR] = ACTIONS(1632), + [anon_sym_where] = ACTIONS(1632), + [anon_sym_STAR_STAR] = ACTIONS(1632), + [anon_sym_PLUS_PLUS] = ACTIONS(1632), + [anon_sym_SLASH] = ACTIONS(1632), + [anon_sym_mod] = ACTIONS(1632), + [anon_sym_SLASH_SLASH] = ACTIONS(1632), + [anon_sym_PLUS] = ACTIONS(1632), + [anon_sym_bit_DASHshl] = ACTIONS(1632), + [anon_sym_bit_DASHshr] = ACTIONS(1632), + [anon_sym_EQ_EQ] = ACTIONS(1632), + [anon_sym_BANG_EQ] = ACTIONS(1632), + [anon_sym_LT2] = ACTIONS(1632), + [anon_sym_LT_EQ] = ACTIONS(1632), + [anon_sym_GT_EQ] = ACTIONS(1632), + [anon_sym_not_DASHin] = ACTIONS(1632), + [anon_sym_starts_DASHwith] = ACTIONS(1632), + [anon_sym_ends_DASHwith] = ACTIONS(1632), + [anon_sym_EQ_TILDE] = ACTIONS(1632), + [anon_sym_BANG_TILDE] = ACTIONS(1632), + [anon_sym_bit_DASHand] = ACTIONS(1632), + [anon_sym_bit_DASHxor] = ACTIONS(1632), + [anon_sym_bit_DASHor] = ACTIONS(1632), + [anon_sym_and] = ACTIONS(1632), + [anon_sym_xor] = ACTIONS(1632), + [anon_sym_or] = ACTIONS(1632), + [anon_sym_not] = ACTIONS(1632), + [anon_sym_null] = ACTIONS(1632), + [anon_sym_true] = ACTIONS(1632), + [anon_sym_false] = ACTIONS(1632), + [aux_sym__val_number_decimal_token1] = ACTIONS(1632), + [aux_sym__val_number_token1] = ACTIONS(1632), + [aux_sym__val_number_token2] = ACTIONS(1632), + [aux_sym__val_number_token3] = ACTIONS(1632), + [aux_sym__val_number_token4] = ACTIONS(1632), + [aux_sym__val_number_token5] = ACTIONS(1632), + [aux_sym__val_number_token6] = ACTIONS(1632), + [anon_sym_0b] = ACTIONS(1632), + [anon_sym_0o] = ACTIONS(1632), + [anon_sym_0x] = ACTIONS(1632), + [sym_val_date] = ACTIONS(1632), + [anon_sym_DQUOTE] = ACTIONS(1632), + [sym__str_single_quotes] = ACTIONS(1632), + [sym__str_back_ticks] = ACTIONS(1632), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1632), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1632), + [anon_sym_CARET] = ACTIONS(1632), [anon_sym_POUND] = ACTIONS(105), }, - [638] = { - [sym_comment] = STATE(638), - [ts_builtin_sym_end] = ACTIONS(1562), - [anon_sym_export] = ACTIONS(1469), - [anon_sym_alias] = ACTIONS(1469), - [anon_sym_let] = ACTIONS(1469), - [anon_sym_let_DASHenv] = ACTIONS(1469), - [anon_sym_mut] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1469), - [sym_cmd_identifier] = ACTIONS(1469), - [anon_sym_LF] = ACTIONS(1562), - [anon_sym_def] = ACTIONS(1469), - [anon_sym_export_DASHenv] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym_module] = ACTIONS(1469), - [anon_sym_use] = ACTIONS(1469), - [anon_sym_LBRACK] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_DOLLAR] = ACTIONS(1469), - [anon_sym_error] = ACTIONS(1469), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_match] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_try] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_source] = ACTIONS(1469), - [anon_sym_source_DASHenv] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_hide] = ACTIONS(1469), - [anon_sym_hide_DASHenv] = ACTIONS(1469), - [anon_sym_overlay] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_where] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [anon_sym_not] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1469), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1469), - [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(1469), - [aux_sym__val_number_token5] = ACTIONS(1469), - [aux_sym__val_number_token6] = ACTIONS(1469), - [anon_sym_0b] = ACTIONS(1469), - [anon_sym_0o] = ACTIONS(1469), - [anon_sym_0x] = ACTIONS(1469), - [sym_val_date] = ACTIONS(1469), - [anon_sym_DQUOTE] = ACTIONS(1469), - [sym__str_single_quotes] = ACTIONS(1469), - [sym__str_back_ticks] = ACTIONS(1469), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1469), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1469), - [anon_sym_CARET] = ACTIONS(1469), + [619] = { + [sym_comment] = STATE(619), + [anon_sym_export] = ACTIONS(1636), + [anon_sym_alias] = ACTIONS(1636), + [anon_sym_let] = ACTIONS(1636), + [anon_sym_let_DASHenv] = ACTIONS(1636), + [anon_sym_mut] = ACTIONS(1636), + [anon_sym_const] = ACTIONS(1636), + [anon_sym_SEMI] = ACTIONS(1636), + [sym_cmd_identifier] = ACTIONS(1636), + [anon_sym_LF] = ACTIONS(1638), + [anon_sym_def] = ACTIONS(1636), + [anon_sym_export_DASHenv] = ACTIONS(1636), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym_module] = ACTIONS(1636), + [anon_sym_use] = ACTIONS(1636), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1636), + [anon_sym_RPAREN] = ACTIONS(1636), + [anon_sym_DOLLAR] = ACTIONS(1636), + [anon_sym_error] = ACTIONS(1636), + [anon_sym_GT] = ACTIONS(1636), + [anon_sym_DASH] = ACTIONS(1636), + [anon_sym_break] = ACTIONS(1636), + [anon_sym_continue] = ACTIONS(1636), + [anon_sym_for] = ACTIONS(1636), + [anon_sym_in] = ACTIONS(1636), + [anon_sym_loop] = ACTIONS(1636), + [anon_sym_while] = ACTIONS(1636), + [anon_sym_do] = ACTIONS(1636), + [anon_sym_if] = ACTIONS(1636), + [anon_sym_match] = ACTIONS(1636), + [anon_sym_LBRACE] = ACTIONS(1636), + [anon_sym_RBRACE] = ACTIONS(1636), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_try] = ACTIONS(1636), + [anon_sym_return] = ACTIONS(1636), + [anon_sym_source] = ACTIONS(1636), + [anon_sym_source_DASHenv] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_hide] = ACTIONS(1636), + [anon_sym_hide_DASHenv] = ACTIONS(1636), + [anon_sym_overlay] = ACTIONS(1636), + [anon_sym_STAR] = ACTIONS(1636), + [anon_sym_where] = ACTIONS(1636), + [anon_sym_STAR_STAR] = ACTIONS(1636), + [anon_sym_PLUS_PLUS] = ACTIONS(1636), + [anon_sym_SLASH] = ACTIONS(1636), + [anon_sym_mod] = ACTIONS(1636), + [anon_sym_SLASH_SLASH] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(1636), + [anon_sym_bit_DASHshl] = ACTIONS(1636), + [anon_sym_bit_DASHshr] = ACTIONS(1636), + [anon_sym_EQ_EQ] = ACTIONS(1636), + [anon_sym_BANG_EQ] = ACTIONS(1636), + [anon_sym_LT2] = ACTIONS(1636), + [anon_sym_LT_EQ] = ACTIONS(1636), + [anon_sym_GT_EQ] = ACTIONS(1636), + [anon_sym_not_DASHin] = ACTIONS(1636), + [anon_sym_starts_DASHwith] = ACTIONS(1636), + [anon_sym_ends_DASHwith] = ACTIONS(1636), + [anon_sym_EQ_TILDE] = ACTIONS(1636), + [anon_sym_BANG_TILDE] = ACTIONS(1636), + [anon_sym_bit_DASHand] = ACTIONS(1636), + [anon_sym_bit_DASHxor] = ACTIONS(1636), + [anon_sym_bit_DASHor] = ACTIONS(1636), + [anon_sym_and] = ACTIONS(1636), + [anon_sym_xor] = ACTIONS(1636), + [anon_sym_or] = ACTIONS(1636), + [anon_sym_not] = ACTIONS(1636), + [anon_sym_null] = ACTIONS(1636), + [anon_sym_true] = ACTIONS(1636), + [anon_sym_false] = ACTIONS(1636), + [aux_sym__val_number_decimal_token1] = ACTIONS(1636), + [aux_sym__val_number_token1] = ACTIONS(1636), + [aux_sym__val_number_token2] = ACTIONS(1636), + [aux_sym__val_number_token3] = ACTIONS(1636), + [aux_sym__val_number_token4] = ACTIONS(1636), + [aux_sym__val_number_token5] = ACTIONS(1636), + [aux_sym__val_number_token6] = ACTIONS(1636), + [anon_sym_0b] = ACTIONS(1636), + [anon_sym_0o] = ACTIONS(1636), + [anon_sym_0x] = ACTIONS(1636), + [sym_val_date] = ACTIONS(1636), + [anon_sym_DQUOTE] = ACTIONS(1636), + [sym__str_single_quotes] = ACTIONS(1636), + [sym__str_back_ticks] = ACTIONS(1636), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1636), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1636), + [anon_sym_CARET] = ACTIONS(1636), [anon_sym_POUND] = ACTIONS(105), }, - [639] = { - [sym_comment] = STATE(639), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [620] = { + [sym_comment] = STATE(620), + [ts_builtin_sym_end] = ACTIONS(1509), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_DOT2] = ACTIONS(1509), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_where] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_not] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1507), [anon_sym_POUND] = ACTIONS(105), }, - [640] = { - [sym_comment] = STATE(640), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [621] = { + [sym_comment] = STATE(621), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), [anon_sym_POUND] = ACTIONS(105), }, - [641] = { - [sym_comment] = STATE(641), - [ts_builtin_sym_end] = ACTIONS(1622), - [anon_sym_export] = ACTIONS(1620), - [anon_sym_alias] = ACTIONS(1620), - [anon_sym_let] = ACTIONS(1620), - [anon_sym_let_DASHenv] = ACTIONS(1620), - [anon_sym_mut] = ACTIONS(1620), - [anon_sym_const] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1620), - [sym_cmd_identifier] = ACTIONS(1620), - [anon_sym_LF] = ACTIONS(1622), - [anon_sym_def] = ACTIONS(1620), - [anon_sym_export_DASHenv] = ACTIONS(1620), - [anon_sym_extern] = ACTIONS(1620), - [anon_sym_module] = ACTIONS(1620), - [anon_sym_use] = ACTIONS(1620), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_LPAREN] = ACTIONS(1620), - [anon_sym_DOLLAR] = ACTIONS(1620), - [anon_sym_error] = ACTIONS(1620), - [anon_sym_GT] = ACTIONS(1620), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_break] = ACTIONS(1620), - [anon_sym_continue] = ACTIONS(1620), - [anon_sym_for] = ACTIONS(1620), - [anon_sym_in] = ACTIONS(1620), - [anon_sym_loop] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(1620), - [anon_sym_if] = ACTIONS(1620), - [anon_sym_match] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1620), - [anon_sym_try] = ACTIONS(1620), - [anon_sym_return] = ACTIONS(1620), - [anon_sym_source] = ACTIONS(1620), - [anon_sym_source_DASHenv] = ACTIONS(1620), - [anon_sym_register] = ACTIONS(1620), - [anon_sym_hide] = ACTIONS(1620), - [anon_sym_hide_DASHenv] = ACTIONS(1620), - [anon_sym_overlay] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1620), - [anon_sym_where] = ACTIONS(1620), - [anon_sym_STAR_STAR] = ACTIONS(1620), - [anon_sym_PLUS_PLUS] = ACTIONS(1620), - [anon_sym_SLASH] = ACTIONS(1620), - [anon_sym_mod] = ACTIONS(1620), - [anon_sym_SLASH_SLASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_bit_DASHshl] = ACTIONS(1620), - [anon_sym_bit_DASHshr] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1620), - [anon_sym_BANG_EQ] = ACTIONS(1620), - [anon_sym_LT2] = ACTIONS(1620), - [anon_sym_LT_EQ] = ACTIONS(1620), - [anon_sym_GT_EQ] = ACTIONS(1620), - [anon_sym_not_DASHin] = ACTIONS(1620), - [anon_sym_starts_DASHwith] = ACTIONS(1620), - [anon_sym_ends_DASHwith] = ACTIONS(1620), - [anon_sym_EQ_TILDE] = ACTIONS(1620), - [anon_sym_BANG_TILDE] = ACTIONS(1620), - [anon_sym_bit_DASHand] = ACTIONS(1620), - [anon_sym_bit_DASHxor] = ACTIONS(1620), - [anon_sym_bit_DASHor] = ACTIONS(1620), - [anon_sym_and] = ACTIONS(1620), - [anon_sym_xor] = ACTIONS(1620), - [anon_sym_or] = ACTIONS(1620), - [anon_sym_not] = ACTIONS(1620), - [sym_val_nothing] = ACTIONS(1620), - [anon_sym_true] = ACTIONS(1620), - [anon_sym_false] = ACTIONS(1620), - [aux_sym__val_number_decimal_token1] = ACTIONS(1620), - [aux_sym__val_number_token1] = ACTIONS(1620), - [aux_sym__val_number_token2] = ACTIONS(1620), - [aux_sym__val_number_token3] = ACTIONS(1620), - [aux_sym__val_number_token4] = ACTIONS(1620), - [aux_sym__val_number_token5] = ACTIONS(1620), - [aux_sym__val_number_token6] = ACTIONS(1620), - [anon_sym_0b] = ACTIONS(1620), - [anon_sym_0o] = ACTIONS(1620), - [anon_sym_0x] = ACTIONS(1620), - [sym_val_date] = ACTIONS(1620), - [anon_sym_DQUOTE] = ACTIONS(1620), - [sym__str_single_quotes] = ACTIONS(1620), - [sym__str_back_ticks] = ACTIONS(1620), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1620), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1620), - [anon_sym_CARET] = ACTIONS(1620), + [622] = { + [sym_comment] = STATE(622), + [anon_sym_export] = ACTIONS(1640), + [anon_sym_alias] = ACTIONS(1640), + [anon_sym_let] = ACTIONS(1640), + [anon_sym_let_DASHenv] = ACTIONS(1640), + [anon_sym_mut] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_SEMI] = ACTIONS(1640), + [sym_cmd_identifier] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1642), + [anon_sym_def] = ACTIONS(1640), + [anon_sym_export_DASHenv] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1640), + [anon_sym_module] = ACTIONS(1640), + [anon_sym_use] = ACTIONS(1640), + [anon_sym_LBRACK] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym_RPAREN] = ACTIONS(1640), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_error] = ACTIONS(1640), + [anon_sym_GT] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1640), + [anon_sym_in] = ACTIONS(1640), + [anon_sym_loop] = ACTIONS(1640), + [anon_sym_while] = ACTIONS(1640), + [anon_sym_do] = ACTIONS(1640), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_match] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_RBRACE] = ACTIONS(1640), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_try] = ACTIONS(1640), + [anon_sym_return] = ACTIONS(1640), + [anon_sym_source] = ACTIONS(1640), + [anon_sym_source_DASHenv] = ACTIONS(1640), + [anon_sym_register] = ACTIONS(1640), + [anon_sym_hide] = ACTIONS(1640), + [anon_sym_hide_DASHenv] = ACTIONS(1640), + [anon_sym_overlay] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_where] = ACTIONS(1640), + [anon_sym_STAR_STAR] = ACTIONS(1640), + [anon_sym_PLUS_PLUS] = ACTIONS(1640), + [anon_sym_SLASH] = ACTIONS(1640), + [anon_sym_mod] = ACTIONS(1640), + [anon_sym_SLASH_SLASH] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_bit_DASHshl] = ACTIONS(1640), + [anon_sym_bit_DASHshr] = ACTIONS(1640), + [anon_sym_EQ_EQ] = ACTIONS(1640), + [anon_sym_BANG_EQ] = ACTIONS(1640), + [anon_sym_LT2] = ACTIONS(1640), + [anon_sym_LT_EQ] = ACTIONS(1640), + [anon_sym_GT_EQ] = ACTIONS(1640), + [anon_sym_not_DASHin] = ACTIONS(1640), + [anon_sym_starts_DASHwith] = ACTIONS(1640), + [anon_sym_ends_DASHwith] = ACTIONS(1640), + [anon_sym_EQ_TILDE] = ACTIONS(1640), + [anon_sym_BANG_TILDE] = ACTIONS(1640), + [anon_sym_bit_DASHand] = ACTIONS(1640), + [anon_sym_bit_DASHxor] = ACTIONS(1640), + [anon_sym_bit_DASHor] = ACTIONS(1640), + [anon_sym_and] = ACTIONS(1640), + [anon_sym_xor] = ACTIONS(1640), + [anon_sym_or] = ACTIONS(1640), + [anon_sym_not] = ACTIONS(1640), + [anon_sym_null] = ACTIONS(1640), + [anon_sym_true] = ACTIONS(1640), + [anon_sym_false] = ACTIONS(1640), + [aux_sym__val_number_decimal_token1] = ACTIONS(1640), + [aux_sym__val_number_token1] = ACTIONS(1640), + [aux_sym__val_number_token2] = ACTIONS(1640), + [aux_sym__val_number_token3] = ACTIONS(1640), + [aux_sym__val_number_token4] = ACTIONS(1640), + [aux_sym__val_number_token5] = ACTIONS(1640), + [aux_sym__val_number_token6] = ACTIONS(1640), + [anon_sym_0b] = ACTIONS(1640), + [anon_sym_0o] = ACTIONS(1640), + [anon_sym_0x] = ACTIONS(1640), + [sym_val_date] = ACTIONS(1640), + [anon_sym_DQUOTE] = ACTIONS(1640), + [sym__str_single_quotes] = ACTIONS(1640), + [sym__str_back_ticks] = ACTIONS(1640), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1640), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1640), + [anon_sym_CARET] = ACTIONS(1640), [anon_sym_POUND] = ACTIONS(105), }, - [642] = { - [sym_comment] = STATE(642), - [ts_builtin_sym_end] = ACTIONS(1628), - [anon_sym_export] = ACTIONS(1626), - [anon_sym_alias] = ACTIONS(1626), - [anon_sym_let] = ACTIONS(1626), - [anon_sym_let_DASHenv] = ACTIONS(1626), - [anon_sym_mut] = ACTIONS(1626), - [anon_sym_const] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [sym_cmd_identifier] = ACTIONS(1626), - [anon_sym_LF] = ACTIONS(1628), - [anon_sym_def] = ACTIONS(1626), - [anon_sym_export_DASHenv] = ACTIONS(1626), - [anon_sym_extern] = ACTIONS(1626), - [anon_sym_module] = ACTIONS(1626), - [anon_sym_use] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_LPAREN] = ACTIONS(1626), - [anon_sym_DOLLAR] = ACTIONS(1626), - [anon_sym_error] = ACTIONS(1626), - [anon_sym_GT] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1626), - [anon_sym_break] = ACTIONS(1626), - [anon_sym_continue] = ACTIONS(1626), - [anon_sym_for] = ACTIONS(1626), - [anon_sym_in] = ACTIONS(1626), - [anon_sym_loop] = ACTIONS(1626), - [anon_sym_while] = ACTIONS(1626), - [anon_sym_do] = ACTIONS(1626), - [anon_sym_if] = ACTIONS(1626), - [anon_sym_match] = ACTIONS(1626), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_DOT] = ACTIONS(1626), - [anon_sym_try] = ACTIONS(1626), - [anon_sym_return] = ACTIONS(1626), - [anon_sym_source] = ACTIONS(1626), - [anon_sym_source_DASHenv] = ACTIONS(1626), - [anon_sym_register] = ACTIONS(1626), - [anon_sym_hide] = ACTIONS(1626), - [anon_sym_hide_DASHenv] = ACTIONS(1626), - [anon_sym_overlay] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_where] = ACTIONS(1626), - [anon_sym_STAR_STAR] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_SLASH] = ACTIONS(1626), - [anon_sym_mod] = ACTIONS(1626), - [anon_sym_SLASH_SLASH] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(1626), - [anon_sym_bit_DASHshl] = ACTIONS(1626), - [anon_sym_bit_DASHshr] = ACTIONS(1626), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT2] = ACTIONS(1626), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_not_DASHin] = ACTIONS(1626), - [anon_sym_starts_DASHwith] = ACTIONS(1626), - [anon_sym_ends_DASHwith] = ACTIONS(1626), - [anon_sym_EQ_TILDE] = ACTIONS(1626), - [anon_sym_BANG_TILDE] = ACTIONS(1626), - [anon_sym_bit_DASHand] = ACTIONS(1626), - [anon_sym_bit_DASHxor] = ACTIONS(1626), - [anon_sym_bit_DASHor] = ACTIONS(1626), - [anon_sym_and] = ACTIONS(1626), - [anon_sym_xor] = ACTIONS(1626), - [anon_sym_or] = ACTIONS(1626), - [anon_sym_not] = ACTIONS(1626), - [sym_val_nothing] = ACTIONS(1626), - [anon_sym_true] = ACTIONS(1626), - [anon_sym_false] = ACTIONS(1626), - [aux_sym__val_number_decimal_token1] = ACTIONS(1626), - [aux_sym__val_number_token1] = ACTIONS(1626), - [aux_sym__val_number_token2] = ACTIONS(1626), - [aux_sym__val_number_token3] = ACTIONS(1626), - [aux_sym__val_number_token4] = ACTIONS(1626), - [aux_sym__val_number_token5] = ACTIONS(1626), - [aux_sym__val_number_token6] = ACTIONS(1626), - [anon_sym_0b] = ACTIONS(1626), - [anon_sym_0o] = ACTIONS(1626), - [anon_sym_0x] = ACTIONS(1626), - [sym_val_date] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym__str_single_quotes] = ACTIONS(1626), - [sym__str_back_ticks] = ACTIONS(1626), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1626), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1626), - [anon_sym_CARET] = ACTIONS(1626), + [623] = { + [sym_comment] = STATE(623), + [anon_sym_export] = ACTIONS(1519), + [anon_sym_alias] = ACTIONS(1519), + [anon_sym_let] = ACTIONS(1519), + [anon_sym_let_DASHenv] = ACTIONS(1519), + [anon_sym_mut] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(1519), + [anon_sym_SEMI] = ACTIONS(1519), + [sym_cmd_identifier] = ACTIONS(1519), + [anon_sym_LF] = ACTIONS(1644), + [anon_sym_def] = ACTIONS(1519), + [anon_sym_export_DASHenv] = ACTIONS(1519), + [anon_sym_extern] = ACTIONS(1519), + [anon_sym_module] = ACTIONS(1519), + [anon_sym_use] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LPAREN] = ACTIONS(1519), + [anon_sym_RPAREN] = ACTIONS(1519), + [anon_sym_DOLLAR] = ACTIONS(1519), + [anon_sym_error] = ACTIONS(1519), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_break] = ACTIONS(1519), + [anon_sym_continue] = ACTIONS(1519), + [anon_sym_for] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1519), + [anon_sym_while] = ACTIONS(1519), + [anon_sym_do] = ACTIONS(1519), + [anon_sym_if] = ACTIONS(1519), + [anon_sym_match] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_RBRACE] = ACTIONS(1519), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_try] = ACTIONS(1519), + [anon_sym_return] = ACTIONS(1519), + [anon_sym_source] = ACTIONS(1519), + [anon_sym_source_DASHenv] = ACTIONS(1519), + [anon_sym_register] = ACTIONS(1519), + [anon_sym_hide] = ACTIONS(1519), + [anon_sym_hide_DASHenv] = ACTIONS(1519), + [anon_sym_overlay] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_where] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_not] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1519), + [aux_sym__val_number_token1] = ACTIONS(1519), + [aux_sym__val_number_token2] = ACTIONS(1519), + [aux_sym__val_number_token3] = ACTIONS(1519), + [aux_sym__val_number_token4] = ACTIONS(1519), + [aux_sym__val_number_token5] = ACTIONS(1519), + [aux_sym__val_number_token6] = ACTIONS(1519), + [anon_sym_0b] = ACTIONS(1519), + [anon_sym_0o] = ACTIONS(1519), + [anon_sym_0x] = ACTIONS(1519), + [sym_val_date] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(1519), + [sym__str_single_quotes] = ACTIONS(1519), + [sym__str_back_ticks] = ACTIONS(1519), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1519), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1519), [anon_sym_POUND] = ACTIONS(105), }, - [643] = { - [sym_comment] = STATE(643), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), + [624] = { + [sym_comment] = STATE(624), + [anon_sym_export] = ACTIONS(1646), + [anon_sym_alias] = ACTIONS(1646), + [anon_sym_let] = ACTIONS(1646), + [anon_sym_let_DASHenv] = ACTIONS(1646), + [anon_sym_mut] = ACTIONS(1646), + [anon_sym_const] = ACTIONS(1646), + [anon_sym_SEMI] = ACTIONS(1646), + [sym_cmd_identifier] = ACTIONS(1646), + [anon_sym_LF] = ACTIONS(1648), + [anon_sym_def] = ACTIONS(1646), + [anon_sym_export_DASHenv] = ACTIONS(1646), + [anon_sym_extern] = ACTIONS(1646), + [anon_sym_module] = ACTIONS(1646), + [anon_sym_use] = ACTIONS(1646), + [anon_sym_LBRACK] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(1646), + [anon_sym_RPAREN] = ACTIONS(1646), + [anon_sym_DOLLAR] = ACTIONS(1646), + [anon_sym_error] = ACTIONS(1646), + [anon_sym_GT] = ACTIONS(1646), + [anon_sym_DASH] = ACTIONS(1646), + [anon_sym_break] = ACTIONS(1646), + [anon_sym_continue] = ACTIONS(1646), + [anon_sym_for] = ACTIONS(1646), + [anon_sym_in] = ACTIONS(1646), + [anon_sym_loop] = ACTIONS(1646), + [anon_sym_while] = ACTIONS(1646), + [anon_sym_do] = ACTIONS(1646), + [anon_sym_if] = ACTIONS(1646), + [anon_sym_match] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1646), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_try] = ACTIONS(1646), + [anon_sym_return] = ACTIONS(1646), + [anon_sym_source] = ACTIONS(1646), + [anon_sym_source_DASHenv] = ACTIONS(1646), + [anon_sym_register] = ACTIONS(1646), + [anon_sym_hide] = ACTIONS(1646), + [anon_sym_hide_DASHenv] = ACTIONS(1646), + [anon_sym_overlay] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_where] = ACTIONS(1646), + [anon_sym_STAR_STAR] = ACTIONS(1646), + [anon_sym_PLUS_PLUS] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_mod] = ACTIONS(1646), + [anon_sym_SLASH_SLASH] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1646), + [anon_sym_bit_DASHshl] = ACTIONS(1646), + [anon_sym_bit_DASHshr] = ACTIONS(1646), + [anon_sym_EQ_EQ] = ACTIONS(1646), + [anon_sym_BANG_EQ] = ACTIONS(1646), + [anon_sym_LT2] = ACTIONS(1646), + [anon_sym_LT_EQ] = ACTIONS(1646), + [anon_sym_GT_EQ] = ACTIONS(1646), + [anon_sym_not_DASHin] = ACTIONS(1646), + [anon_sym_starts_DASHwith] = ACTIONS(1646), + [anon_sym_ends_DASHwith] = ACTIONS(1646), + [anon_sym_EQ_TILDE] = ACTIONS(1646), + [anon_sym_BANG_TILDE] = ACTIONS(1646), + [anon_sym_bit_DASHand] = ACTIONS(1646), + [anon_sym_bit_DASHxor] = ACTIONS(1646), + [anon_sym_bit_DASHor] = ACTIONS(1646), + [anon_sym_and] = ACTIONS(1646), + [anon_sym_xor] = ACTIONS(1646), + [anon_sym_or] = ACTIONS(1646), + [anon_sym_not] = ACTIONS(1646), + [anon_sym_null] = ACTIONS(1646), + [anon_sym_true] = ACTIONS(1646), + [anon_sym_false] = ACTIONS(1646), + [aux_sym__val_number_decimal_token1] = ACTIONS(1646), + [aux_sym__val_number_token1] = ACTIONS(1646), + [aux_sym__val_number_token2] = ACTIONS(1646), + [aux_sym__val_number_token3] = ACTIONS(1646), + [aux_sym__val_number_token4] = ACTIONS(1646), + [aux_sym__val_number_token5] = ACTIONS(1646), + [aux_sym__val_number_token6] = ACTIONS(1646), + [anon_sym_0b] = ACTIONS(1646), + [anon_sym_0o] = ACTIONS(1646), + [anon_sym_0x] = ACTIONS(1646), + [sym_val_date] = ACTIONS(1646), + [anon_sym_DQUOTE] = ACTIONS(1646), + [sym__str_single_quotes] = ACTIONS(1646), + [sym__str_back_ticks] = ACTIONS(1646), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1646), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1646), + [anon_sym_CARET] = ACTIONS(1646), [anon_sym_POUND] = ACTIONS(105), }, - [644] = { - [sym_comment] = STATE(644), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [625] = { + [sym_comment] = STATE(625), + [ts_builtin_sym_end] = ACTIONS(1513), + [anon_sym_export] = ACTIONS(1511), + [anon_sym_alias] = ACTIONS(1511), + [anon_sym_let] = ACTIONS(1511), + [anon_sym_let_DASHenv] = ACTIONS(1511), + [anon_sym_mut] = ACTIONS(1511), + [anon_sym_const] = ACTIONS(1511), + [anon_sym_SEMI] = ACTIONS(1511), + [sym_cmd_identifier] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1513), + [anon_sym_def] = ACTIONS(1511), + [anon_sym_export_DASHenv] = ACTIONS(1511), + [anon_sym_extern] = ACTIONS(1511), + [anon_sym_module] = ACTIONS(1511), + [anon_sym_use] = ACTIONS(1511), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_DOLLAR] = ACTIONS(1511), + [anon_sym_error] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_break] = ACTIONS(1511), + [anon_sym_continue] = ACTIONS(1511), + [anon_sym_for] = ACTIONS(1511), + [anon_sym_in] = ACTIONS(1511), + [anon_sym_loop] = ACTIONS(1511), + [anon_sym_while] = ACTIONS(1511), + [anon_sym_do] = ACTIONS(1511), + [anon_sym_if] = ACTIONS(1511), + [anon_sym_match] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1511), + [anon_sym_DOT2] = ACTIONS(1513), + [anon_sym_try] = ACTIONS(1511), + [anon_sym_return] = ACTIONS(1511), + [anon_sym_source] = ACTIONS(1511), + [anon_sym_source_DASHenv] = ACTIONS(1511), + [anon_sym_register] = ACTIONS(1511), + [anon_sym_hide] = ACTIONS(1511), + [anon_sym_hide_DASHenv] = ACTIONS(1511), + [anon_sym_overlay] = ACTIONS(1511), + [anon_sym_STAR] = ACTIONS(1511), + [anon_sym_where] = ACTIONS(1511), + [anon_sym_STAR_STAR] = ACTIONS(1511), + [anon_sym_PLUS_PLUS] = ACTIONS(1511), + [anon_sym_SLASH] = ACTIONS(1511), + [anon_sym_mod] = ACTIONS(1511), + [anon_sym_SLASH_SLASH] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_bit_DASHshl] = ACTIONS(1511), + [anon_sym_bit_DASHshr] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_LT2] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_not_DASHin] = ACTIONS(1511), + [anon_sym_starts_DASHwith] = ACTIONS(1511), + [anon_sym_ends_DASHwith] = ACTIONS(1511), + [anon_sym_EQ_TILDE] = ACTIONS(1511), + [anon_sym_BANG_TILDE] = ACTIONS(1511), + [anon_sym_bit_DASHand] = ACTIONS(1511), + [anon_sym_bit_DASHxor] = ACTIONS(1511), + [anon_sym_bit_DASHor] = ACTIONS(1511), + [anon_sym_and] = ACTIONS(1511), + [anon_sym_xor] = ACTIONS(1511), + [anon_sym_or] = ACTIONS(1511), + [anon_sym_not] = ACTIONS(1511), + [anon_sym_null] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1511), + [anon_sym_false] = ACTIONS(1511), + [aux_sym__val_number_decimal_token1] = ACTIONS(1511), + [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(1511), + [aux_sym__val_number_token5] = ACTIONS(1511), + [aux_sym__val_number_token6] = ACTIONS(1511), + [anon_sym_0b] = ACTIONS(1511), + [anon_sym_0o] = ACTIONS(1511), + [anon_sym_0x] = ACTIONS(1511), + [sym_val_date] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1511), + [sym__str_single_quotes] = ACTIONS(1511), + [sym__str_back_ticks] = ACTIONS(1511), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1511), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1511), + [anon_sym_CARET] = ACTIONS(1511), [anon_sym_POUND] = ACTIONS(105), }, - [645] = { - [sym_comment] = STATE(645), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [626] = { + [sym_comment] = STATE(626), + [anon_sym_export] = ACTIONS(1650), + [anon_sym_alias] = ACTIONS(1650), + [anon_sym_let] = ACTIONS(1650), + [anon_sym_let_DASHenv] = ACTIONS(1650), + [anon_sym_mut] = ACTIONS(1650), + [anon_sym_const] = ACTIONS(1650), + [anon_sym_SEMI] = ACTIONS(1650), + [sym_cmd_identifier] = ACTIONS(1650), + [anon_sym_LF] = ACTIONS(1652), + [anon_sym_def] = ACTIONS(1650), + [anon_sym_export_DASHenv] = ACTIONS(1650), + [anon_sym_extern] = ACTIONS(1650), + [anon_sym_module] = ACTIONS(1650), + [anon_sym_use] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1650), + [anon_sym_RPAREN] = ACTIONS(1650), + [anon_sym_DOLLAR] = ACTIONS(1650), + [anon_sym_error] = ACTIONS(1650), + [anon_sym_GT] = ACTIONS(1650), + [anon_sym_DASH] = ACTIONS(1650), + [anon_sym_break] = ACTIONS(1650), + [anon_sym_continue] = ACTIONS(1650), + [anon_sym_for] = ACTIONS(1650), + [anon_sym_in] = ACTIONS(1650), + [anon_sym_loop] = ACTIONS(1650), + [anon_sym_while] = ACTIONS(1650), + [anon_sym_do] = ACTIONS(1650), + [anon_sym_if] = ACTIONS(1650), + [anon_sym_match] = ACTIONS(1650), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_RBRACE] = ACTIONS(1650), + [anon_sym_DOT] = ACTIONS(1650), + [anon_sym_try] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1650), + [anon_sym_source] = ACTIONS(1650), + [anon_sym_source_DASHenv] = ACTIONS(1650), + [anon_sym_register] = ACTIONS(1650), + [anon_sym_hide] = ACTIONS(1650), + [anon_sym_hide_DASHenv] = ACTIONS(1650), + [anon_sym_overlay] = ACTIONS(1650), + [anon_sym_STAR] = ACTIONS(1650), + [anon_sym_where] = ACTIONS(1650), + [anon_sym_STAR_STAR] = ACTIONS(1650), + [anon_sym_PLUS_PLUS] = ACTIONS(1650), + [anon_sym_SLASH] = ACTIONS(1650), + [anon_sym_mod] = ACTIONS(1650), + [anon_sym_SLASH_SLASH] = ACTIONS(1650), + [anon_sym_PLUS] = ACTIONS(1650), + [anon_sym_bit_DASHshl] = ACTIONS(1650), + [anon_sym_bit_DASHshr] = ACTIONS(1650), + [anon_sym_EQ_EQ] = ACTIONS(1650), + [anon_sym_BANG_EQ] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1650), + [anon_sym_LT_EQ] = ACTIONS(1650), + [anon_sym_GT_EQ] = ACTIONS(1650), + [anon_sym_not_DASHin] = ACTIONS(1650), + [anon_sym_starts_DASHwith] = ACTIONS(1650), + [anon_sym_ends_DASHwith] = ACTIONS(1650), + [anon_sym_EQ_TILDE] = ACTIONS(1650), + [anon_sym_BANG_TILDE] = ACTIONS(1650), + [anon_sym_bit_DASHand] = ACTIONS(1650), + [anon_sym_bit_DASHxor] = ACTIONS(1650), + [anon_sym_bit_DASHor] = ACTIONS(1650), + [anon_sym_and] = ACTIONS(1650), + [anon_sym_xor] = ACTIONS(1650), + [anon_sym_or] = ACTIONS(1650), + [anon_sym_not] = ACTIONS(1650), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1650), + [anon_sym_false] = ACTIONS(1650), + [aux_sym__val_number_decimal_token1] = ACTIONS(1650), + [aux_sym__val_number_token1] = ACTIONS(1650), + [aux_sym__val_number_token2] = ACTIONS(1650), + [aux_sym__val_number_token3] = ACTIONS(1650), + [aux_sym__val_number_token4] = ACTIONS(1650), + [aux_sym__val_number_token5] = ACTIONS(1650), + [aux_sym__val_number_token6] = ACTIONS(1650), + [anon_sym_0b] = ACTIONS(1650), + [anon_sym_0o] = ACTIONS(1650), + [anon_sym_0x] = ACTIONS(1650), + [sym_val_date] = ACTIONS(1650), + [anon_sym_DQUOTE] = ACTIONS(1650), + [sym__str_single_quotes] = ACTIONS(1650), + [sym__str_back_ticks] = ACTIONS(1650), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1650), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1650), + [anon_sym_CARET] = ACTIONS(1650), [anon_sym_POUND] = ACTIONS(105), }, - [646] = { - [sym_comment] = STATE(646), - [ts_builtin_sym_end] = ACTIONS(1632), - [anon_sym_export] = ACTIONS(1630), - [anon_sym_alias] = ACTIONS(1630), - [anon_sym_let] = ACTIONS(1630), - [anon_sym_let_DASHenv] = ACTIONS(1630), - [anon_sym_mut] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [sym_cmd_identifier] = ACTIONS(1630), - [anon_sym_LF] = ACTIONS(1632), - [anon_sym_def] = ACTIONS(1630), - [anon_sym_export_DASHenv] = ACTIONS(1630), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym_module] = ACTIONS(1630), - [anon_sym_use] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1630), - [anon_sym_error] = ACTIONS(1630), - [anon_sym_GT] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_break] = ACTIONS(1630), - [anon_sym_continue] = ACTIONS(1630), - [anon_sym_for] = ACTIONS(1630), - [anon_sym_in] = ACTIONS(1630), - [anon_sym_loop] = ACTIONS(1630), - [anon_sym_while] = ACTIONS(1630), - [anon_sym_do] = ACTIONS(1630), - [anon_sym_if] = ACTIONS(1630), - [anon_sym_match] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), - [anon_sym_try] = ACTIONS(1630), - [anon_sym_return] = ACTIONS(1630), - [anon_sym_source] = ACTIONS(1630), - [anon_sym_source_DASHenv] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_hide] = ACTIONS(1630), - [anon_sym_hide_DASHenv] = ACTIONS(1630), - [anon_sym_overlay] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_where] = ACTIONS(1630), - [anon_sym_STAR_STAR] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1630), - [anon_sym_mod] = ACTIONS(1630), - [anon_sym_SLASH_SLASH] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_bit_DASHshl] = ACTIONS(1630), - [anon_sym_bit_DASHshr] = ACTIONS(1630), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT2] = ACTIONS(1630), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_not_DASHin] = ACTIONS(1630), - [anon_sym_starts_DASHwith] = ACTIONS(1630), - [anon_sym_ends_DASHwith] = ACTIONS(1630), - [anon_sym_EQ_TILDE] = ACTIONS(1630), - [anon_sym_BANG_TILDE] = ACTIONS(1630), - [anon_sym_bit_DASHand] = ACTIONS(1630), - [anon_sym_bit_DASHxor] = ACTIONS(1630), - [anon_sym_bit_DASHor] = ACTIONS(1630), - [anon_sym_and] = ACTIONS(1630), - [anon_sym_xor] = ACTIONS(1630), - [anon_sym_or] = ACTIONS(1630), - [anon_sym_not] = ACTIONS(1630), - [sym_val_nothing] = ACTIONS(1630), - [anon_sym_true] = ACTIONS(1630), - [anon_sym_false] = ACTIONS(1630), - [aux_sym__val_number_decimal_token1] = ACTIONS(1630), - [aux_sym__val_number_token1] = ACTIONS(1630), - [aux_sym__val_number_token2] = ACTIONS(1630), - [aux_sym__val_number_token3] = ACTIONS(1630), - [aux_sym__val_number_token4] = ACTIONS(1630), - [aux_sym__val_number_token5] = ACTIONS(1630), - [aux_sym__val_number_token6] = ACTIONS(1630), - [anon_sym_0b] = ACTIONS(1630), - [anon_sym_0o] = ACTIONS(1630), - [anon_sym_0x] = ACTIONS(1630), - [sym_val_date] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym__str_single_quotes] = ACTIONS(1630), - [sym__str_back_ticks] = ACTIONS(1630), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1630), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1630), - [anon_sym_CARET] = ACTIONS(1630), + [627] = { + [sym_comment] = STATE(627), + [anon_sym_export] = ACTIONS(1654), + [anon_sym_alias] = ACTIONS(1654), + [anon_sym_let] = ACTIONS(1654), + [anon_sym_let_DASHenv] = ACTIONS(1654), + [anon_sym_mut] = ACTIONS(1654), + [anon_sym_const] = ACTIONS(1654), + [anon_sym_SEMI] = ACTIONS(1654), + [sym_cmd_identifier] = ACTIONS(1654), + [anon_sym_LF] = ACTIONS(1656), + [anon_sym_def] = ACTIONS(1654), + [anon_sym_export_DASHenv] = ACTIONS(1654), + [anon_sym_extern] = ACTIONS(1654), + [anon_sym_module] = ACTIONS(1654), + [anon_sym_use] = ACTIONS(1654), + [anon_sym_LBRACK] = ACTIONS(1654), + [anon_sym_LPAREN] = ACTIONS(1654), + [anon_sym_RPAREN] = ACTIONS(1654), + [anon_sym_DOLLAR] = ACTIONS(1654), + [anon_sym_error] = ACTIONS(1654), + [anon_sym_GT] = ACTIONS(1654), + [anon_sym_DASH] = ACTIONS(1654), + [anon_sym_break] = ACTIONS(1654), + [anon_sym_continue] = ACTIONS(1654), + [anon_sym_for] = ACTIONS(1654), + [anon_sym_in] = ACTIONS(1654), + [anon_sym_loop] = ACTIONS(1654), + [anon_sym_while] = ACTIONS(1654), + [anon_sym_do] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1654), + [anon_sym_match] = ACTIONS(1654), + [anon_sym_LBRACE] = ACTIONS(1654), + [anon_sym_RBRACE] = ACTIONS(1654), + [anon_sym_DOT] = ACTIONS(1654), + [anon_sym_try] = ACTIONS(1654), + [anon_sym_return] = ACTIONS(1654), + [anon_sym_source] = ACTIONS(1654), + [anon_sym_source_DASHenv] = ACTIONS(1654), + [anon_sym_register] = ACTIONS(1654), + [anon_sym_hide] = ACTIONS(1654), + [anon_sym_hide_DASHenv] = ACTIONS(1654), + [anon_sym_overlay] = ACTIONS(1654), + [anon_sym_STAR] = ACTIONS(1654), + [anon_sym_where] = ACTIONS(1654), + [anon_sym_STAR_STAR] = ACTIONS(1654), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_SLASH] = ACTIONS(1654), + [anon_sym_mod] = ACTIONS(1654), + [anon_sym_SLASH_SLASH] = ACTIONS(1654), + [anon_sym_PLUS] = ACTIONS(1654), + [anon_sym_bit_DASHshl] = ACTIONS(1654), + [anon_sym_bit_DASHshr] = ACTIONS(1654), + [anon_sym_EQ_EQ] = ACTIONS(1654), + [anon_sym_BANG_EQ] = ACTIONS(1654), + [anon_sym_LT2] = ACTIONS(1654), + [anon_sym_LT_EQ] = ACTIONS(1654), + [anon_sym_GT_EQ] = ACTIONS(1654), + [anon_sym_not_DASHin] = ACTIONS(1654), + [anon_sym_starts_DASHwith] = ACTIONS(1654), + [anon_sym_ends_DASHwith] = ACTIONS(1654), + [anon_sym_EQ_TILDE] = ACTIONS(1654), + [anon_sym_BANG_TILDE] = ACTIONS(1654), + [anon_sym_bit_DASHand] = ACTIONS(1654), + [anon_sym_bit_DASHxor] = ACTIONS(1654), + [anon_sym_bit_DASHor] = ACTIONS(1654), + [anon_sym_and] = ACTIONS(1654), + [anon_sym_xor] = ACTIONS(1654), + [anon_sym_or] = ACTIONS(1654), + [anon_sym_not] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_true] = ACTIONS(1654), + [anon_sym_false] = ACTIONS(1654), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1654), + [aux_sym__val_number_token2] = ACTIONS(1654), + [aux_sym__val_number_token3] = ACTIONS(1654), + [aux_sym__val_number_token4] = ACTIONS(1654), + [aux_sym__val_number_token5] = ACTIONS(1654), + [aux_sym__val_number_token6] = ACTIONS(1654), + [anon_sym_0b] = ACTIONS(1654), + [anon_sym_0o] = ACTIONS(1654), + [anon_sym_0x] = ACTIONS(1654), + [sym_val_date] = ACTIONS(1654), + [anon_sym_DQUOTE] = ACTIONS(1654), + [sym__str_single_quotes] = ACTIONS(1654), + [sym__str_back_ticks] = ACTIONS(1654), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1654), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1654), + [anon_sym_CARET] = ACTIONS(1654), [anon_sym_POUND] = ACTIONS(105), }, - [647] = { - [sym_comment] = STATE(647), + [628] = { + [sym_comment] = STATE(628), + [ts_builtin_sym_end] = ACTIONS(1503), + [anon_sym_export] = ACTIONS(1501), + [anon_sym_alias] = ACTIONS(1501), + [anon_sym_let] = ACTIONS(1501), + [anon_sym_let_DASHenv] = ACTIONS(1501), + [anon_sym_mut] = ACTIONS(1501), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_SEMI] = ACTIONS(1501), + [sym_cmd_identifier] = ACTIONS(1501), + [anon_sym_LF] = ACTIONS(1503), + [anon_sym_def] = ACTIONS(1501), + [anon_sym_export_DASHenv] = ACTIONS(1501), + [anon_sym_extern] = ACTIONS(1501), + [anon_sym_module] = ACTIONS(1501), + [anon_sym_use] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1501), + [anon_sym_error] = ACTIONS(1501), + [anon_sym_GT] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_continue] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1501), + [anon_sym_loop] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_do] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_match] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_DOT] = ACTIONS(1501), + [anon_sym_DOT2] = ACTIONS(1503), + [anon_sym_try] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_source] = ACTIONS(1501), + [anon_sym_source_DASHenv] = ACTIONS(1501), + [anon_sym_register] = ACTIONS(1501), + [anon_sym_hide] = ACTIONS(1501), + [anon_sym_hide_DASHenv] = ACTIONS(1501), + [anon_sym_overlay] = ACTIONS(1501), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_where] = ACTIONS(1501), + [anon_sym_STAR_STAR] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_SLASH] = ACTIONS(1501), + [anon_sym_mod] = ACTIONS(1501), + [anon_sym_SLASH_SLASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_bit_DASHshl] = ACTIONS(1501), + [anon_sym_bit_DASHshr] = ACTIONS(1501), + [anon_sym_EQ_EQ] = ACTIONS(1501), + [anon_sym_BANG_EQ] = ACTIONS(1501), + [anon_sym_LT2] = ACTIONS(1501), + [anon_sym_LT_EQ] = ACTIONS(1501), + [anon_sym_GT_EQ] = ACTIONS(1501), + [anon_sym_not_DASHin] = ACTIONS(1501), + [anon_sym_starts_DASHwith] = ACTIONS(1501), + [anon_sym_ends_DASHwith] = ACTIONS(1501), + [anon_sym_EQ_TILDE] = ACTIONS(1501), + [anon_sym_BANG_TILDE] = ACTIONS(1501), + [anon_sym_bit_DASHand] = ACTIONS(1501), + [anon_sym_bit_DASHxor] = ACTIONS(1501), + [anon_sym_bit_DASHor] = ACTIONS(1501), + [anon_sym_and] = ACTIONS(1501), + [anon_sym_xor] = ACTIONS(1501), + [anon_sym_or] = ACTIONS(1501), + [anon_sym_not] = ACTIONS(1501), + [anon_sym_null] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(1501), + [anon_sym_false] = ACTIONS(1501), + [aux_sym__val_number_decimal_token1] = ACTIONS(1501), + [aux_sym__val_number_token1] = ACTIONS(1501), + [aux_sym__val_number_token2] = ACTIONS(1501), + [aux_sym__val_number_token3] = ACTIONS(1501), + [aux_sym__val_number_token4] = ACTIONS(1501), + [aux_sym__val_number_token5] = ACTIONS(1501), + [aux_sym__val_number_token6] = ACTIONS(1501), + [anon_sym_0b] = ACTIONS(1501), + [anon_sym_0o] = ACTIONS(1501), + [anon_sym_0x] = ACTIONS(1501), + [sym_val_date] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym__str_single_quotes] = ACTIONS(1501), + [sym__str_back_ticks] = ACTIONS(1501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1501), + [anon_sym_CARET] = ACTIONS(1501), + [anon_sym_POUND] = ACTIONS(105), + }, + [629] = { + [sym_comment] = STATE(629), + [anon_sym_export] = ACTIONS(1658), + [anon_sym_alias] = ACTIONS(1658), + [anon_sym_let] = ACTIONS(1658), + [anon_sym_let_DASHenv] = ACTIONS(1658), + [anon_sym_mut] = ACTIONS(1658), + [anon_sym_const] = ACTIONS(1658), + [anon_sym_SEMI] = ACTIONS(1658), + [sym_cmd_identifier] = ACTIONS(1658), + [anon_sym_LF] = ACTIONS(1660), + [anon_sym_def] = ACTIONS(1658), + [anon_sym_export_DASHenv] = ACTIONS(1658), + [anon_sym_extern] = ACTIONS(1658), + [anon_sym_module] = ACTIONS(1658), + [anon_sym_use] = ACTIONS(1658), + [anon_sym_LBRACK] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(1658), + [anon_sym_RPAREN] = ACTIONS(1658), + [anon_sym_DOLLAR] = ACTIONS(1658), + [anon_sym_error] = ACTIONS(1658), + [anon_sym_GT] = ACTIONS(1658), + [anon_sym_DASH] = ACTIONS(1658), + [anon_sym_break] = ACTIONS(1658), + [anon_sym_continue] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1658), + [anon_sym_in] = ACTIONS(1658), + [anon_sym_loop] = ACTIONS(1658), + [anon_sym_while] = ACTIONS(1658), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_if] = ACTIONS(1658), + [anon_sym_match] = ACTIONS(1658), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(1658), + [anon_sym_DOT] = ACTIONS(1658), + [anon_sym_try] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1658), + [anon_sym_source] = ACTIONS(1658), + [anon_sym_source_DASHenv] = ACTIONS(1658), + [anon_sym_register] = ACTIONS(1658), + [anon_sym_hide] = ACTIONS(1658), + [anon_sym_hide_DASHenv] = ACTIONS(1658), + [anon_sym_overlay] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_where] = ACTIONS(1658), + [anon_sym_STAR_STAR] = ACTIONS(1658), + [anon_sym_PLUS_PLUS] = ACTIONS(1658), + [anon_sym_SLASH] = ACTIONS(1658), + [anon_sym_mod] = ACTIONS(1658), + [anon_sym_SLASH_SLASH] = ACTIONS(1658), + [anon_sym_PLUS] = ACTIONS(1658), + [anon_sym_bit_DASHshl] = ACTIONS(1658), + [anon_sym_bit_DASHshr] = ACTIONS(1658), + [anon_sym_EQ_EQ] = ACTIONS(1658), + [anon_sym_BANG_EQ] = ACTIONS(1658), + [anon_sym_LT2] = ACTIONS(1658), + [anon_sym_LT_EQ] = ACTIONS(1658), + [anon_sym_GT_EQ] = ACTIONS(1658), + [anon_sym_not_DASHin] = ACTIONS(1658), + [anon_sym_starts_DASHwith] = ACTIONS(1658), + [anon_sym_ends_DASHwith] = ACTIONS(1658), + [anon_sym_EQ_TILDE] = ACTIONS(1658), + [anon_sym_BANG_TILDE] = ACTIONS(1658), + [anon_sym_bit_DASHand] = ACTIONS(1658), + [anon_sym_bit_DASHxor] = ACTIONS(1658), + [anon_sym_bit_DASHor] = ACTIONS(1658), + [anon_sym_and] = ACTIONS(1658), + [anon_sym_xor] = ACTIONS(1658), + [anon_sym_or] = ACTIONS(1658), + [anon_sym_not] = ACTIONS(1658), + [anon_sym_null] = ACTIONS(1658), + [anon_sym_true] = ACTIONS(1658), + [anon_sym_false] = ACTIONS(1658), + [aux_sym__val_number_decimal_token1] = ACTIONS(1658), + [aux_sym__val_number_token1] = ACTIONS(1658), + [aux_sym__val_number_token2] = ACTIONS(1658), + [aux_sym__val_number_token3] = ACTIONS(1658), + [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(1658), + [anon_sym_0o] = ACTIONS(1658), + [anon_sym_0x] = ACTIONS(1658), + [sym_val_date] = ACTIONS(1658), + [anon_sym_DQUOTE] = ACTIONS(1658), + [sym__str_single_quotes] = ACTIONS(1658), + [sym__str_back_ticks] = ACTIONS(1658), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1658), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1658), + [anon_sym_CARET] = ACTIONS(1658), + [anon_sym_POUND] = ACTIONS(105), + }, + [630] = { + [sym_comment] = STATE(630), + [ts_builtin_sym_end] = ACTIONS(1517), + [anon_sym_export] = ACTIONS(1515), + [anon_sym_alias] = ACTIONS(1515), + [anon_sym_let] = ACTIONS(1515), + [anon_sym_let_DASHenv] = ACTIONS(1515), + [anon_sym_mut] = ACTIONS(1515), + [anon_sym_const] = ACTIONS(1515), + [anon_sym_SEMI] = ACTIONS(1515), + [sym_cmd_identifier] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_def] = ACTIONS(1515), + [anon_sym_export_DASHenv] = ACTIONS(1515), + [anon_sym_extern] = ACTIONS(1515), + [anon_sym_module] = ACTIONS(1515), + [anon_sym_use] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_error] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1515), + [anon_sym_continue] = ACTIONS(1515), + [anon_sym_for] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1515), + [anon_sym_while] = ACTIONS(1515), + [anon_sym_do] = ACTIONS(1515), + [anon_sym_if] = ACTIONS(1515), + [anon_sym_match] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_DOT2] = ACTIONS(1662), + [anon_sym_try] = ACTIONS(1515), + [anon_sym_return] = ACTIONS(1515), + [anon_sym_source] = ACTIONS(1515), + [anon_sym_source_DASHenv] = ACTIONS(1515), + [anon_sym_register] = ACTIONS(1515), + [anon_sym_hide] = ACTIONS(1515), + [anon_sym_hide_DASHenv] = ACTIONS(1515), + [anon_sym_overlay] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_where] = ACTIONS(1515), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_not] = ACTIONS(1515), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_CARET] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(105), + }, + [631] = { + [sym_comment] = STATE(631), [ts_builtin_sym_end] = ACTIONS(215), [anon_sym_export] = ACTIONS(213), [anon_sym_alias] = ACTIONS(213), @@ -151327,6 +150908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(213), [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_DOT] = ACTIONS(213), + [anon_sym_DOT2] = ACTIONS(1662), [anon_sym_try] = ACTIONS(213), [anon_sym_return] = ACTIONS(213), [anon_sym_source] = ACTIONS(213), @@ -151362,7 +150944,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), [anon_sym_not] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -151384,1282 +150966,1196 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(213), [anon_sym_POUND] = ACTIONS(105), }, - [648] = { - [sym_comment] = STATE(648), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [649] = { - [sym_comment] = STATE(649), - [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(1566), - [anon_sym_DOLLAR] = ACTIONS(1566), - [anon_sym_error] = ACTIONS(1566), - [anon_sym_GT] = ACTIONS(1566), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1566), - [anon_sym_where] = ACTIONS(1566), - [anon_sym_STAR_STAR] = ACTIONS(1566), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), - [anon_sym_SLASH] = ACTIONS(1566), - [anon_sym_mod] = ACTIONS(1566), - [anon_sym_SLASH_SLASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_bit_DASHshl] = ACTIONS(1566), - [anon_sym_bit_DASHshr] = ACTIONS(1566), - [anon_sym_EQ_EQ] = ACTIONS(1566), - [anon_sym_BANG_EQ] = ACTIONS(1566), - [anon_sym_LT2] = ACTIONS(1566), - [anon_sym_LT_EQ] = ACTIONS(1566), - [anon_sym_GT_EQ] = ACTIONS(1566), - [anon_sym_not_DASHin] = ACTIONS(1566), - [anon_sym_starts_DASHwith] = ACTIONS(1566), - [anon_sym_ends_DASHwith] = ACTIONS(1566), - [anon_sym_EQ_TILDE] = ACTIONS(1566), - [anon_sym_BANG_TILDE] = ACTIONS(1566), - [anon_sym_bit_DASHand] = ACTIONS(1566), - [anon_sym_bit_DASHxor] = ACTIONS(1566), - [anon_sym_bit_DASHor] = ACTIONS(1566), - [anon_sym_and] = ACTIONS(1566), - [anon_sym_xor] = ACTIONS(1566), - [anon_sym_or] = ACTIONS(1566), - [anon_sym_not] = ACTIONS(1566), - [sym_val_nothing] = 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), + [632] = { + [sym_comment] = STATE(632), + [ts_builtin_sym_end] = ACTIONS(1493), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_DOT2] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_where] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_not] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(105), }, - [650] = { - [sym_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_mod] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [633] = { + [sym_comment] = STATE(633), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), [anon_sym_POUND] = ACTIONS(105), }, - [651] = { - [sym_comment] = STATE(651), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1652), - [anon_sym_bit_DASHxor] = ACTIONS(1654), - [anon_sym_bit_DASHor] = ACTIONS(1656), - [anon_sym_and] = ACTIONS(1658), - [anon_sym_xor] = ACTIONS(1660), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [634] = { + [sym_comment] = STATE(634), + [anon_sym_export] = ACTIONS(1664), + [anon_sym_alias] = ACTIONS(1664), + [anon_sym_let] = ACTIONS(1664), + [anon_sym_let_DASHenv] = ACTIONS(1664), + [anon_sym_mut] = ACTIONS(1664), + [anon_sym_const] = ACTIONS(1664), + [anon_sym_SEMI] = ACTIONS(1664), + [sym_cmd_identifier] = ACTIONS(1664), + [anon_sym_LF] = ACTIONS(1666), + [anon_sym_def] = ACTIONS(1664), + [anon_sym_export_DASHenv] = ACTIONS(1664), + [anon_sym_extern] = ACTIONS(1664), + [anon_sym_module] = ACTIONS(1664), + [anon_sym_use] = ACTIONS(1664), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_RPAREN] = ACTIONS(1664), + [anon_sym_DOLLAR] = ACTIONS(1664), + [anon_sym_error] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(1664), + [anon_sym_DASH] = ACTIONS(1664), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1664), + [anon_sym_for] = ACTIONS(1664), + [anon_sym_in] = ACTIONS(1664), + [anon_sym_loop] = ACTIONS(1664), + [anon_sym_while] = ACTIONS(1664), + [anon_sym_do] = ACTIONS(1664), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_match] = ACTIONS(1664), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_RBRACE] = ACTIONS(1664), + [anon_sym_DOT] = ACTIONS(1664), + [anon_sym_try] = ACTIONS(1664), + [anon_sym_return] = ACTIONS(1664), + [anon_sym_source] = ACTIONS(1664), + [anon_sym_source_DASHenv] = ACTIONS(1664), + [anon_sym_register] = ACTIONS(1664), + [anon_sym_hide] = ACTIONS(1664), + [anon_sym_hide_DASHenv] = ACTIONS(1664), + [anon_sym_overlay] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1664), + [anon_sym_where] = ACTIONS(1664), + [anon_sym_STAR_STAR] = ACTIONS(1664), + [anon_sym_PLUS_PLUS] = ACTIONS(1664), + [anon_sym_SLASH] = ACTIONS(1664), + [anon_sym_mod] = ACTIONS(1664), + [anon_sym_SLASH_SLASH] = ACTIONS(1664), + [anon_sym_PLUS] = ACTIONS(1664), + [anon_sym_bit_DASHshl] = ACTIONS(1664), + [anon_sym_bit_DASHshr] = ACTIONS(1664), + [anon_sym_EQ_EQ] = ACTIONS(1664), + [anon_sym_BANG_EQ] = ACTIONS(1664), + [anon_sym_LT2] = ACTIONS(1664), + [anon_sym_LT_EQ] = ACTIONS(1664), + [anon_sym_GT_EQ] = ACTIONS(1664), + [anon_sym_not_DASHin] = ACTIONS(1664), + [anon_sym_starts_DASHwith] = ACTIONS(1664), + [anon_sym_ends_DASHwith] = ACTIONS(1664), + [anon_sym_EQ_TILDE] = ACTIONS(1664), + [anon_sym_BANG_TILDE] = ACTIONS(1664), + [anon_sym_bit_DASHand] = ACTIONS(1664), + [anon_sym_bit_DASHxor] = ACTIONS(1664), + [anon_sym_bit_DASHor] = ACTIONS(1664), + [anon_sym_and] = ACTIONS(1664), + [anon_sym_xor] = ACTIONS(1664), + [anon_sym_or] = ACTIONS(1664), + [anon_sym_not] = ACTIONS(1664), + [anon_sym_null] = ACTIONS(1664), + [anon_sym_true] = ACTIONS(1664), + [anon_sym_false] = ACTIONS(1664), + [aux_sym__val_number_decimal_token1] = ACTIONS(1664), + [aux_sym__val_number_token1] = ACTIONS(1664), + [aux_sym__val_number_token2] = ACTIONS(1664), + [aux_sym__val_number_token3] = ACTIONS(1664), + [aux_sym__val_number_token4] = ACTIONS(1664), + [aux_sym__val_number_token5] = ACTIONS(1664), + [aux_sym__val_number_token6] = ACTIONS(1664), + [anon_sym_0b] = ACTIONS(1664), + [anon_sym_0o] = ACTIONS(1664), + [anon_sym_0x] = ACTIONS(1664), + [sym_val_date] = ACTIONS(1664), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1664), + [sym__str_back_ticks] = ACTIONS(1664), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1664), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1664), + [anon_sym_CARET] = ACTIONS(1664), [anon_sym_POUND] = ACTIONS(105), }, - [652] = { - [sym_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(1556), - [anon_sym_export] = ACTIONS(1554), - [anon_sym_alias] = ACTIONS(1554), - [anon_sym_let] = ACTIONS(1554), - [anon_sym_let_DASHenv] = ACTIONS(1554), - [anon_sym_mut] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1554), - [sym_cmd_identifier] = ACTIONS(1554), - [anon_sym_LF] = ACTIONS(1556), - [anon_sym_def] = ACTIONS(1554), - [anon_sym_export_DASHenv] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym_module] = ACTIONS(1554), - [anon_sym_use] = ACTIONS(1554), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_LPAREN] = ACTIONS(1554), - [anon_sym_DOLLAR] = ACTIONS(1554), - [anon_sym_error] = ACTIONS(1554), - [anon_sym_GT] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1554), - [anon_sym_loop] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_match] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_DOT] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_source] = ACTIONS(1554), - [anon_sym_source_DASHenv] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_hide] = ACTIONS(1554), - [anon_sym_hide_DASHenv] = ACTIONS(1554), - [anon_sym_overlay] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_where] = ACTIONS(1554), - [anon_sym_STAR_STAR] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_SLASH] = ACTIONS(1554), - [anon_sym_mod] = ACTIONS(1554), - [anon_sym_SLASH_SLASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_bit_DASHshl] = ACTIONS(1554), - [anon_sym_bit_DASHshr] = ACTIONS(1554), - [anon_sym_EQ_EQ] = ACTIONS(1554), - [anon_sym_BANG_EQ] = ACTIONS(1554), - [anon_sym_LT2] = ACTIONS(1554), - [anon_sym_LT_EQ] = ACTIONS(1554), - [anon_sym_GT_EQ] = ACTIONS(1554), - [anon_sym_not_DASHin] = ACTIONS(1554), - [anon_sym_starts_DASHwith] = ACTIONS(1554), - [anon_sym_ends_DASHwith] = ACTIONS(1554), - [anon_sym_EQ_TILDE] = ACTIONS(1554), - [anon_sym_BANG_TILDE] = ACTIONS(1554), - [anon_sym_bit_DASHand] = ACTIONS(1554), - [anon_sym_bit_DASHxor] = ACTIONS(1554), - [anon_sym_bit_DASHor] = ACTIONS(1554), - [anon_sym_and] = ACTIONS(1554), - [anon_sym_xor] = ACTIONS(1554), - [anon_sym_or] = ACTIONS(1554), - [anon_sym_not] = ACTIONS(1554), - [sym_val_nothing] = ACTIONS(1554), - [anon_sym_true] = ACTIONS(1554), - [anon_sym_false] = ACTIONS(1554), - [aux_sym__val_number_decimal_token1] = ACTIONS(1554), - [aux_sym__val_number_token1] = ACTIONS(1554), - [aux_sym__val_number_token2] = ACTIONS(1554), - [aux_sym__val_number_token3] = ACTIONS(1554), - [aux_sym__val_number_token4] = ACTIONS(1554), - [aux_sym__val_number_token5] = ACTIONS(1554), - [aux_sym__val_number_token6] = ACTIONS(1554), - [anon_sym_0b] = ACTIONS(1554), - [anon_sym_0o] = ACTIONS(1554), - [anon_sym_0x] = ACTIONS(1554), - [sym_val_date] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym__str_single_quotes] = ACTIONS(1554), - [sym__str_back_ticks] = ACTIONS(1554), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1554), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1554), - [anon_sym_CARET] = ACTIONS(1554), + [635] = { + [sym_comment] = STATE(635), + [anon_sym_export] = ACTIONS(1668), + [anon_sym_alias] = ACTIONS(1668), + [anon_sym_let] = ACTIONS(1668), + [anon_sym_let_DASHenv] = ACTIONS(1668), + [anon_sym_mut] = ACTIONS(1668), + [anon_sym_const] = ACTIONS(1668), + [anon_sym_SEMI] = ACTIONS(1668), + [sym_cmd_identifier] = ACTIONS(1668), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_def] = ACTIONS(1668), + [anon_sym_export_DASHenv] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym_module] = ACTIONS(1668), + [anon_sym_use] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_error] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_break] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(1668), + [anon_sym_for] = ACTIONS(1668), + [anon_sym_in] = ACTIONS(1668), + [anon_sym_loop] = ACTIONS(1668), + [anon_sym_while] = ACTIONS(1668), + [anon_sym_do] = ACTIONS(1668), + [anon_sym_if] = ACTIONS(1668), + [anon_sym_match] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_try] = ACTIONS(1668), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_source] = ACTIONS(1668), + [anon_sym_source_DASHenv] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_hide] = ACTIONS(1668), + [anon_sym_hide_DASHenv] = ACTIONS(1668), + [anon_sym_overlay] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_where] = ACTIONS(1668), + [anon_sym_STAR_STAR] = ACTIONS(1668), + [anon_sym_PLUS_PLUS] = ACTIONS(1668), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_mod] = ACTIONS(1668), + [anon_sym_SLASH_SLASH] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_bit_DASHshl] = ACTIONS(1668), + [anon_sym_bit_DASHshr] = ACTIONS(1668), + [anon_sym_EQ_EQ] = ACTIONS(1668), + [anon_sym_BANG_EQ] = ACTIONS(1668), + [anon_sym_LT2] = ACTIONS(1668), + [anon_sym_LT_EQ] = ACTIONS(1668), + [anon_sym_GT_EQ] = ACTIONS(1668), + [anon_sym_not_DASHin] = ACTIONS(1668), + [anon_sym_starts_DASHwith] = ACTIONS(1668), + [anon_sym_ends_DASHwith] = ACTIONS(1668), + [anon_sym_EQ_TILDE] = ACTIONS(1668), + [anon_sym_BANG_TILDE] = ACTIONS(1668), + [anon_sym_bit_DASHand] = ACTIONS(1668), + [anon_sym_bit_DASHxor] = ACTIONS(1668), + [anon_sym_bit_DASHor] = ACTIONS(1668), + [anon_sym_and] = ACTIONS(1668), + [anon_sym_xor] = ACTIONS(1668), + [anon_sym_or] = ACTIONS(1668), + [anon_sym_not] = ACTIONS(1668), + [anon_sym_null] = ACTIONS(1668), + [anon_sym_true] = ACTIONS(1668), + [anon_sym_false] = ACTIONS(1668), + [aux_sym__val_number_decimal_token1] = ACTIONS(1668), + [aux_sym__val_number_token1] = ACTIONS(1668), + [aux_sym__val_number_token2] = ACTIONS(1668), + [aux_sym__val_number_token3] = ACTIONS(1668), + [aux_sym__val_number_token4] = ACTIONS(1668), + [aux_sym__val_number_token5] = ACTIONS(1668), + [aux_sym__val_number_token6] = ACTIONS(1668), + [anon_sym_0b] = ACTIONS(1668), + [anon_sym_0o] = ACTIONS(1668), + [anon_sym_0x] = ACTIONS(1668), + [sym_val_date] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym__str_single_quotes] = ACTIONS(1668), + [sym__str_back_ticks] = ACTIONS(1668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), + [anon_sym_CARET] = ACTIONS(1668), [anon_sym_POUND] = ACTIONS(105), }, - [653] = { - [sym_comment] = STATE(653), - [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(1586), - [anon_sym_DOLLAR] = ACTIONS(1586), - [anon_sym_error] = ACTIONS(1586), - [anon_sym_GT] = ACTIONS(1586), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1586), - [anon_sym_where] = ACTIONS(1586), - [anon_sym_STAR_STAR] = ACTIONS(1586), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_SLASH] = ACTIONS(1586), - [anon_sym_mod] = ACTIONS(1586), - [anon_sym_SLASH_SLASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_bit_DASHshl] = ACTIONS(1586), - [anon_sym_bit_DASHshr] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1586), - [anon_sym_BANG_EQ] = ACTIONS(1586), - [anon_sym_LT2] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1586), - [anon_sym_GT_EQ] = ACTIONS(1586), - [anon_sym_not_DASHin] = ACTIONS(1586), - [anon_sym_starts_DASHwith] = ACTIONS(1586), - [anon_sym_ends_DASHwith] = ACTIONS(1586), - [anon_sym_EQ_TILDE] = ACTIONS(1586), - [anon_sym_BANG_TILDE] = ACTIONS(1586), - [anon_sym_bit_DASHand] = ACTIONS(1586), - [anon_sym_bit_DASHxor] = ACTIONS(1586), - [anon_sym_bit_DASHor] = ACTIONS(1586), - [anon_sym_and] = ACTIONS(1586), - [anon_sym_xor] = ACTIONS(1586), - [anon_sym_or] = ACTIONS(1586), - [anon_sym_not] = ACTIONS(1586), - [sym_val_nothing] = 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), + [636] = { + [sym_comment] = STATE(636), + [ts_builtin_sym_end] = ACTIONS(1487), + [anon_sym_export] = ACTIONS(1485), + [anon_sym_alias] = ACTIONS(1485), + [anon_sym_let] = ACTIONS(1485), + [anon_sym_let_DASHenv] = ACTIONS(1485), + [anon_sym_mut] = ACTIONS(1485), + [anon_sym_const] = ACTIONS(1485), + [anon_sym_SEMI] = ACTIONS(1485), + [sym_cmd_identifier] = ACTIONS(1485), + [anon_sym_LF] = ACTIONS(1487), + [anon_sym_def] = ACTIONS(1485), + [anon_sym_export_DASHenv] = ACTIONS(1485), + [anon_sym_extern] = ACTIONS(1485), + [anon_sym_module] = ACTIONS(1485), + [anon_sym_use] = ACTIONS(1485), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_DOLLAR] = ACTIONS(1485), + [anon_sym_error] = ACTIONS(1485), + [anon_sym_GT] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1485), + [anon_sym_break] = ACTIONS(1485), + [anon_sym_continue] = ACTIONS(1485), + [anon_sym_for] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1485), + [anon_sym_loop] = ACTIONS(1485), + [anon_sym_while] = ACTIONS(1485), + [anon_sym_do] = ACTIONS(1485), + [anon_sym_if] = ACTIONS(1485), + [anon_sym_match] = ACTIONS(1485), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_DOT] = ACTIONS(1485), + [anon_sym_DOT2] = ACTIONS(1487), + [anon_sym_try] = ACTIONS(1485), + [anon_sym_return] = ACTIONS(1485), + [anon_sym_source] = ACTIONS(1485), + [anon_sym_source_DASHenv] = ACTIONS(1485), + [anon_sym_register] = ACTIONS(1485), + [anon_sym_hide] = ACTIONS(1485), + [anon_sym_hide_DASHenv] = ACTIONS(1485), + [anon_sym_overlay] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_where] = ACTIONS(1485), + [anon_sym_STAR_STAR] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_SLASH] = ACTIONS(1485), + [anon_sym_mod] = ACTIONS(1485), + [anon_sym_SLASH_SLASH] = ACTIONS(1485), + [anon_sym_PLUS] = ACTIONS(1485), + [anon_sym_bit_DASHshl] = ACTIONS(1485), + [anon_sym_bit_DASHshr] = ACTIONS(1485), + [anon_sym_EQ_EQ] = ACTIONS(1485), + [anon_sym_BANG_EQ] = ACTIONS(1485), + [anon_sym_LT2] = ACTIONS(1485), + [anon_sym_LT_EQ] = ACTIONS(1485), + [anon_sym_GT_EQ] = ACTIONS(1485), + [anon_sym_not_DASHin] = ACTIONS(1485), + [anon_sym_starts_DASHwith] = ACTIONS(1485), + [anon_sym_ends_DASHwith] = ACTIONS(1485), + [anon_sym_EQ_TILDE] = ACTIONS(1485), + [anon_sym_BANG_TILDE] = ACTIONS(1485), + [anon_sym_bit_DASHand] = ACTIONS(1485), + [anon_sym_bit_DASHxor] = ACTIONS(1485), + [anon_sym_bit_DASHor] = ACTIONS(1485), + [anon_sym_and] = ACTIONS(1485), + [anon_sym_xor] = ACTIONS(1485), + [anon_sym_or] = ACTIONS(1485), + [anon_sym_not] = ACTIONS(1485), + [anon_sym_null] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1485), + [anon_sym_false] = ACTIONS(1485), + [aux_sym__val_number_decimal_token1] = ACTIONS(1485), + [aux_sym__val_number_token1] = ACTIONS(1485), + [aux_sym__val_number_token2] = ACTIONS(1485), + [aux_sym__val_number_token3] = ACTIONS(1485), + [aux_sym__val_number_token4] = ACTIONS(1485), + [aux_sym__val_number_token5] = ACTIONS(1485), + [aux_sym__val_number_token6] = ACTIONS(1485), + [anon_sym_0b] = ACTIONS(1485), + [anon_sym_0o] = ACTIONS(1485), + [anon_sym_0x] = ACTIONS(1485), + [sym_val_date] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym__str_single_quotes] = ACTIONS(1485), + [sym__str_back_ticks] = ACTIONS(1485), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1485), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1485), + [anon_sym_CARET] = ACTIONS(1485), [anon_sym_POUND] = ACTIONS(105), }, - [654] = { - [sym_comment] = STATE(654), - [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(1558), - [anon_sym_DOLLAR] = ACTIONS(1558), - [anon_sym_error] = ACTIONS(1558), - [anon_sym_GT] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1558), - [anon_sym_where] = ACTIONS(1558), - [anon_sym_STAR_STAR] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_mod] = ACTIONS(1558), - [anon_sym_SLASH_SLASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_bit_DASHshl] = ACTIONS(1558), - [anon_sym_bit_DASHshr] = ACTIONS(1558), - [anon_sym_EQ_EQ] = ACTIONS(1558), - [anon_sym_BANG_EQ] = ACTIONS(1558), - [anon_sym_LT2] = ACTIONS(1558), - [anon_sym_LT_EQ] = ACTIONS(1558), - [anon_sym_GT_EQ] = ACTIONS(1558), - [anon_sym_not_DASHin] = ACTIONS(1558), - [anon_sym_starts_DASHwith] = ACTIONS(1558), - [anon_sym_ends_DASHwith] = ACTIONS(1558), - [anon_sym_EQ_TILDE] = ACTIONS(1558), - [anon_sym_BANG_TILDE] = ACTIONS(1558), - [anon_sym_bit_DASHand] = ACTIONS(1558), - [anon_sym_bit_DASHxor] = ACTIONS(1558), - [anon_sym_bit_DASHor] = ACTIONS(1558), - [anon_sym_and] = ACTIONS(1558), - [anon_sym_xor] = ACTIONS(1558), - [anon_sym_or] = ACTIONS(1558), - [anon_sym_not] = ACTIONS(1558), - [sym_val_nothing] = 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), + [637] = { + [sym_comment] = STATE(637), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1686), + [anon_sym_bit_DASHxor] = ACTIONS(1688), + [anon_sym_bit_DASHor] = ACTIONS(1690), + [anon_sym_and] = ACTIONS(1692), + [anon_sym_xor] = ACTIONS(1694), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [655] = { - [sym_comment] = STATE(655), - [ts_builtin_sym_end] = ACTIONS(1528), - [anon_sym_export] = ACTIONS(1526), - [anon_sym_alias] = ACTIONS(1526), - [anon_sym_let] = ACTIONS(1526), - [anon_sym_let_DASHenv] = ACTIONS(1526), - [anon_sym_mut] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [anon_sym_SEMI] = ACTIONS(1526), - [sym_cmd_identifier] = ACTIONS(1526), - [anon_sym_LF] = ACTIONS(1528), - [anon_sym_def] = ACTIONS(1526), - [anon_sym_export_DASHenv] = ACTIONS(1526), - [anon_sym_extern] = ACTIONS(1526), - [anon_sym_module] = ACTIONS(1526), - [anon_sym_use] = ACTIONS(1526), - [anon_sym_LBRACK] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1526), - [anon_sym_error] = ACTIONS(1526), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_break] = ACTIONS(1526), - [anon_sym_continue] = ACTIONS(1526), - [anon_sym_for] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1526), - [anon_sym_loop] = ACTIONS(1526), - [anon_sym_while] = ACTIONS(1526), - [anon_sym_do] = ACTIONS(1526), - [anon_sym_if] = ACTIONS(1526), - [anon_sym_match] = ACTIONS(1526), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1526), - [anon_sym_return] = ACTIONS(1526), - [anon_sym_source] = ACTIONS(1526), - [anon_sym_source_DASHenv] = ACTIONS(1526), - [anon_sym_register] = ACTIONS(1526), - [anon_sym_hide] = ACTIONS(1526), - [anon_sym_hide_DASHenv] = ACTIONS(1526), - [anon_sym_overlay] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_where] = ACTIONS(1526), - [anon_sym_STAR_STAR] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_mod] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_bit_DASHshl] = ACTIONS(1526), - [anon_sym_bit_DASHshr] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1526), - [anon_sym_BANG_EQ] = ACTIONS(1526), - [anon_sym_LT2] = ACTIONS(1526), - [anon_sym_LT_EQ] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1526), - [anon_sym_not_DASHin] = ACTIONS(1526), - [anon_sym_starts_DASHwith] = ACTIONS(1526), - [anon_sym_ends_DASHwith] = ACTIONS(1526), - [anon_sym_EQ_TILDE] = ACTIONS(1526), - [anon_sym_BANG_TILDE] = ACTIONS(1526), - [anon_sym_bit_DASHand] = ACTIONS(1526), - [anon_sym_bit_DASHxor] = ACTIONS(1526), - [anon_sym_bit_DASHor] = ACTIONS(1526), - [anon_sym_and] = ACTIONS(1526), - [anon_sym_xor] = ACTIONS(1526), - [anon_sym_or] = ACTIONS(1526), - [anon_sym_not] = ACTIONS(1526), - [sym_val_nothing] = ACTIONS(1526), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [aux_sym__val_number_decimal_token1] = ACTIONS(1526), - [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(1526), - [aux_sym__val_number_token5] = ACTIONS(1526), - [aux_sym__val_number_token6] = ACTIONS(1526), - [anon_sym_0b] = ACTIONS(1526), - [anon_sym_0o] = ACTIONS(1526), - [anon_sym_0x] = ACTIONS(1526), - [sym_val_date] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym__str_single_quotes] = ACTIONS(1526), - [sym__str_back_ticks] = ACTIONS(1526), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1526), - [anon_sym_CARET] = ACTIONS(1526), + [638] = { + [sym_comment] = STATE(638), + [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_POUND] = ACTIONS(105), }, - [656] = { - [sym_comment] = STATE(656), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [639] = { + [sym_comment] = STATE(639), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [657] = { - [sym_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1652), - [anon_sym_bit_DASHxor] = ACTIONS(1654), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [640] = { + [sym_comment] = STATE(640), + [ts_builtin_sym_end] = ACTIONS(1509), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_where] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_not] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1507), [anon_sym_POUND] = ACTIONS(105), }, - [658] = { - [sym_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [641] = { + [sym_comment] = STATE(641), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [659] = { - [sym_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), + [642] = { + [sym_comment] = STATE(642), + [ts_builtin_sym_end] = ACTIONS(1642), + [anon_sym_export] = ACTIONS(1640), + [anon_sym_alias] = ACTIONS(1640), + [anon_sym_let] = ACTIONS(1640), + [anon_sym_let_DASHenv] = ACTIONS(1640), + [anon_sym_mut] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_SEMI] = ACTIONS(1640), + [sym_cmd_identifier] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1642), + [anon_sym_def] = ACTIONS(1640), + [anon_sym_export_DASHenv] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1640), + [anon_sym_module] = ACTIONS(1640), + [anon_sym_use] = ACTIONS(1640), + [anon_sym_LBRACK] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_error] = ACTIONS(1640), + [anon_sym_GT] = ACTIONS(1640), [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1640), + [anon_sym_in] = ACTIONS(1640), + [anon_sym_loop] = ACTIONS(1640), + [anon_sym_while] = ACTIONS(1640), + [anon_sym_do] = ACTIONS(1640), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_match] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_try] = ACTIONS(1640), + [anon_sym_return] = ACTIONS(1640), + [anon_sym_source] = ACTIONS(1640), + [anon_sym_source_DASHenv] = ACTIONS(1640), + [anon_sym_register] = ACTIONS(1640), + [anon_sym_hide] = ACTIONS(1640), + [anon_sym_hide_DASHenv] = ACTIONS(1640), + [anon_sym_overlay] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_where] = ACTIONS(1640), + [anon_sym_STAR_STAR] = ACTIONS(1640), + [anon_sym_PLUS_PLUS] = ACTIONS(1640), + [anon_sym_SLASH] = ACTIONS(1640), + [anon_sym_mod] = ACTIONS(1640), + [anon_sym_SLASH_SLASH] = ACTIONS(1640), [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1652), - [anon_sym_bit_DASHxor] = ACTIONS(1654), - [anon_sym_bit_DASHor] = ACTIONS(1656), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [anon_sym_bit_DASHshl] = ACTIONS(1640), + [anon_sym_bit_DASHshr] = ACTIONS(1640), + [anon_sym_EQ_EQ] = ACTIONS(1640), + [anon_sym_BANG_EQ] = ACTIONS(1640), + [anon_sym_LT2] = ACTIONS(1640), + [anon_sym_LT_EQ] = ACTIONS(1640), + [anon_sym_GT_EQ] = ACTIONS(1640), + [anon_sym_not_DASHin] = ACTIONS(1640), + [anon_sym_starts_DASHwith] = ACTIONS(1640), + [anon_sym_ends_DASHwith] = ACTIONS(1640), + [anon_sym_EQ_TILDE] = ACTIONS(1640), + [anon_sym_BANG_TILDE] = ACTIONS(1640), + [anon_sym_bit_DASHand] = ACTIONS(1640), + [anon_sym_bit_DASHxor] = ACTIONS(1640), + [anon_sym_bit_DASHor] = ACTIONS(1640), + [anon_sym_and] = ACTIONS(1640), + [anon_sym_xor] = ACTIONS(1640), + [anon_sym_or] = ACTIONS(1640), + [anon_sym_not] = ACTIONS(1640), + [anon_sym_null] = ACTIONS(1640), + [anon_sym_true] = ACTIONS(1640), + [anon_sym_false] = ACTIONS(1640), + [aux_sym__val_number_decimal_token1] = ACTIONS(1640), + [aux_sym__val_number_token1] = ACTIONS(1640), + [aux_sym__val_number_token2] = ACTIONS(1640), + [aux_sym__val_number_token3] = ACTIONS(1640), + [aux_sym__val_number_token4] = ACTIONS(1640), + [aux_sym__val_number_token5] = ACTIONS(1640), + [aux_sym__val_number_token6] = ACTIONS(1640), + [anon_sym_0b] = ACTIONS(1640), + [anon_sym_0o] = ACTIONS(1640), + [anon_sym_0x] = ACTIONS(1640), + [sym_val_date] = ACTIONS(1640), + [anon_sym_DQUOTE] = ACTIONS(1640), + [sym__str_single_quotes] = ACTIONS(1640), + [sym__str_back_ticks] = ACTIONS(1640), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1640), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1640), + [anon_sym_CARET] = ACTIONS(1640), [anon_sym_POUND] = ACTIONS(105), }, - [660] = { - [sym_comment] = STATE(660), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [643] = { + [sym_comment] = STATE(643), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [661] = { - [sym_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1652), - [anon_sym_bit_DASHxor] = ACTIONS(1654), - [anon_sym_bit_DASHor] = ACTIONS(1656), - [anon_sym_and] = ACTIONS(1658), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [644] = { + [sym_comment] = STATE(644), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [662] = { - [sym_comment] = STATE(662), + [645] = { + [sym_comment] = STATE(645), [ts_builtin_sym_end] = ACTIONS(1614), [anon_sym_export] = ACTIONS(1612), [anon_sym_alias] = ACTIONS(1612), @@ -152727,7 +152223,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1612), [anon_sym_or] = ACTIONS(1612), [anon_sym_not] = ACTIONS(1612), - [sym_val_nothing] = ACTIONS(1612), + [anon_sym_null] = ACTIONS(1612), [anon_sym_true] = ACTIONS(1612), [anon_sym_false] = ACTIONS(1612), [aux_sym__val_number_decimal_token1] = ACTIONS(1612), @@ -152749,8 +152245,918 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1612), [anon_sym_POUND] = ACTIONS(105), }, - [663] = { - [sym_comment] = STATE(663), + [646] = { + [sym_comment] = STATE(646), + [ts_builtin_sym_end] = ACTIONS(1606), + [anon_sym_export] = ACTIONS(1604), + [anon_sym_alias] = ACTIONS(1604), + [anon_sym_let] = ACTIONS(1604), + [anon_sym_let_DASHenv] = ACTIONS(1604), + [anon_sym_mut] = ACTIONS(1604), + [anon_sym_const] = ACTIONS(1604), + [anon_sym_SEMI] = ACTIONS(1604), + [sym_cmd_identifier] = ACTIONS(1604), + [anon_sym_LF] = ACTIONS(1606), + [anon_sym_def] = ACTIONS(1604), + [anon_sym_export_DASHenv] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(1604), + [anon_sym_module] = ACTIONS(1604), + [anon_sym_use] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_LPAREN] = ACTIONS(1604), + [anon_sym_DOLLAR] = ACTIONS(1604), + [anon_sym_error] = ACTIONS(1604), + [anon_sym_GT] = ACTIONS(1604), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_break] = ACTIONS(1604), + [anon_sym_continue] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1604), + [anon_sym_in] = ACTIONS(1604), + [anon_sym_loop] = ACTIONS(1604), + [anon_sym_while] = ACTIONS(1604), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_if] = ACTIONS(1604), + [anon_sym_match] = ACTIONS(1604), + [anon_sym_LBRACE] = ACTIONS(1604), + [anon_sym_DOT] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(1604), + [anon_sym_return] = ACTIONS(1604), + [anon_sym_source] = ACTIONS(1604), + [anon_sym_source_DASHenv] = ACTIONS(1604), + [anon_sym_register] = ACTIONS(1604), + [anon_sym_hide] = ACTIONS(1604), + [anon_sym_hide_DASHenv] = ACTIONS(1604), + [anon_sym_overlay] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1604), + [anon_sym_where] = ACTIONS(1604), + [anon_sym_STAR_STAR] = ACTIONS(1604), + [anon_sym_PLUS_PLUS] = ACTIONS(1604), + [anon_sym_SLASH] = ACTIONS(1604), + [anon_sym_mod] = ACTIONS(1604), + [anon_sym_SLASH_SLASH] = ACTIONS(1604), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_bit_DASHshl] = ACTIONS(1604), + [anon_sym_bit_DASHshr] = ACTIONS(1604), + [anon_sym_EQ_EQ] = ACTIONS(1604), + [anon_sym_BANG_EQ] = ACTIONS(1604), + [anon_sym_LT2] = ACTIONS(1604), + [anon_sym_LT_EQ] = ACTIONS(1604), + [anon_sym_GT_EQ] = ACTIONS(1604), + [anon_sym_not_DASHin] = ACTIONS(1604), + [anon_sym_starts_DASHwith] = ACTIONS(1604), + [anon_sym_ends_DASHwith] = ACTIONS(1604), + [anon_sym_EQ_TILDE] = ACTIONS(1604), + [anon_sym_BANG_TILDE] = ACTIONS(1604), + [anon_sym_bit_DASHand] = ACTIONS(1604), + [anon_sym_bit_DASHxor] = ACTIONS(1604), + [anon_sym_bit_DASHor] = ACTIONS(1604), + [anon_sym_and] = ACTIONS(1604), + [anon_sym_xor] = ACTIONS(1604), + [anon_sym_or] = ACTIONS(1604), + [anon_sym_not] = ACTIONS(1604), + [anon_sym_null] = ACTIONS(1604), + [anon_sym_true] = ACTIONS(1604), + [anon_sym_false] = ACTIONS(1604), + [aux_sym__val_number_decimal_token1] = ACTIONS(1604), + [aux_sym__val_number_token1] = ACTIONS(1604), + [aux_sym__val_number_token2] = ACTIONS(1604), + [aux_sym__val_number_token3] = ACTIONS(1604), + [aux_sym__val_number_token4] = ACTIONS(1604), + [aux_sym__val_number_token5] = ACTIONS(1604), + [aux_sym__val_number_token6] = ACTIONS(1604), + [anon_sym_0b] = ACTIONS(1604), + [anon_sym_0o] = ACTIONS(1604), + [anon_sym_0x] = ACTIONS(1604), + [sym_val_date] = ACTIONS(1604), + [anon_sym_DQUOTE] = ACTIONS(1604), + [sym__str_single_quotes] = ACTIONS(1604), + [sym__str_back_ticks] = ACTIONS(1604), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1604), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1604), + [anon_sym_CARET] = ACTIONS(1604), + [anon_sym_POUND] = ACTIONS(105), + }, + [647] = { + [sym_comment] = STATE(647), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [648] = { + [sym_comment] = STATE(648), + [ts_builtin_sym_end] = ACTIONS(1590), + [anon_sym_export] = ACTIONS(1588), + [anon_sym_alias] = ACTIONS(1588), + [anon_sym_let] = ACTIONS(1588), + [anon_sym_let_DASHenv] = ACTIONS(1588), + [anon_sym_mut] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [anon_sym_SEMI] = ACTIONS(1588), + [sym_cmd_identifier] = ACTIONS(1588), + [anon_sym_LF] = ACTIONS(1590), + [anon_sym_def] = ACTIONS(1588), + [anon_sym_export_DASHenv] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym_module] = ACTIONS(1588), + [anon_sym_use] = ACTIONS(1588), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_LPAREN] = ACTIONS(1588), + [anon_sym_DOLLAR] = ACTIONS(1588), + [anon_sym_error] = ACTIONS(1588), + [anon_sym_GT] = ACTIONS(1588), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_in] = ACTIONS(1588), + [anon_sym_loop] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_match] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1588), + [anon_sym_DOT] = ACTIONS(1588), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_source] = ACTIONS(1588), + [anon_sym_source_DASHenv] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_hide] = ACTIONS(1588), + [anon_sym_hide_DASHenv] = ACTIONS(1588), + [anon_sym_overlay] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1588), + [anon_sym_where] = ACTIONS(1588), + [anon_sym_STAR_STAR] = ACTIONS(1588), + [anon_sym_PLUS_PLUS] = ACTIONS(1588), + [anon_sym_SLASH] = ACTIONS(1588), + [anon_sym_mod] = ACTIONS(1588), + [anon_sym_SLASH_SLASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_bit_DASHshl] = ACTIONS(1588), + [anon_sym_bit_DASHshr] = ACTIONS(1588), + [anon_sym_EQ_EQ] = ACTIONS(1588), + [anon_sym_BANG_EQ] = ACTIONS(1588), + [anon_sym_LT2] = ACTIONS(1588), + [anon_sym_LT_EQ] = ACTIONS(1588), + [anon_sym_GT_EQ] = ACTIONS(1588), + [anon_sym_not_DASHin] = ACTIONS(1588), + [anon_sym_starts_DASHwith] = ACTIONS(1588), + [anon_sym_ends_DASHwith] = ACTIONS(1588), + [anon_sym_EQ_TILDE] = ACTIONS(1588), + [anon_sym_BANG_TILDE] = ACTIONS(1588), + [anon_sym_bit_DASHand] = ACTIONS(1588), + [anon_sym_bit_DASHxor] = ACTIONS(1588), + [anon_sym_bit_DASHor] = ACTIONS(1588), + [anon_sym_and] = ACTIONS(1588), + [anon_sym_xor] = ACTIONS(1588), + [anon_sym_or] = ACTIONS(1588), + [anon_sym_not] = ACTIONS(1588), + [anon_sym_null] = ACTIONS(1588), + [anon_sym_true] = ACTIONS(1588), + [anon_sym_false] = ACTIONS(1588), + [aux_sym__val_number_decimal_token1] = ACTIONS(1588), + [aux_sym__val_number_token1] = ACTIONS(1588), + [aux_sym__val_number_token2] = ACTIONS(1588), + [aux_sym__val_number_token3] = ACTIONS(1588), + [aux_sym__val_number_token4] = ACTIONS(1588), + [aux_sym__val_number_token5] = ACTIONS(1588), + [aux_sym__val_number_token6] = ACTIONS(1588), + [anon_sym_0b] = ACTIONS(1588), + [anon_sym_0o] = ACTIONS(1588), + [anon_sym_0x] = ACTIONS(1588), + [sym_val_date] = ACTIONS(1588), + [anon_sym_DQUOTE] = ACTIONS(1588), + [sym__str_single_quotes] = ACTIONS(1588), + [sym__str_back_ticks] = ACTIONS(1588), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1588), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1588), + [anon_sym_CARET] = ACTIONS(1588), + [anon_sym_POUND] = ACTIONS(105), + }, + [649] = { + [sym_comment] = STATE(649), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [650] = { + [sym_comment] = STATE(650), + [ts_builtin_sym_end] = ACTIONS(1574), + [anon_sym_export] = ACTIONS(1572), + [anon_sym_alias] = ACTIONS(1572), + [anon_sym_let] = ACTIONS(1572), + [anon_sym_let_DASHenv] = ACTIONS(1572), + [anon_sym_mut] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [anon_sym_SEMI] = ACTIONS(1572), + [sym_cmd_identifier] = ACTIONS(1572), + [anon_sym_LF] = ACTIONS(1574), + [anon_sym_def] = ACTIONS(1572), + [anon_sym_export_DASHenv] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym_module] = ACTIONS(1572), + [anon_sym_use] = ACTIONS(1572), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_LPAREN] = ACTIONS(1572), + [anon_sym_DOLLAR] = ACTIONS(1572), + [anon_sym_error] = ACTIONS(1572), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_in] = ACTIONS(1572), + [anon_sym_loop] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_match] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1572), + [anon_sym_DOT] = ACTIONS(1572), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_source] = ACTIONS(1572), + [anon_sym_source_DASHenv] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_hide] = ACTIONS(1572), + [anon_sym_hide_DASHenv] = ACTIONS(1572), + [anon_sym_overlay] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_where] = ACTIONS(1572), + [anon_sym_STAR_STAR] = ACTIONS(1572), + [anon_sym_PLUS_PLUS] = ACTIONS(1572), + [anon_sym_SLASH] = ACTIONS(1572), + [anon_sym_mod] = ACTIONS(1572), + [anon_sym_SLASH_SLASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_bit_DASHshl] = ACTIONS(1572), + [anon_sym_bit_DASHshr] = ACTIONS(1572), + [anon_sym_EQ_EQ] = ACTIONS(1572), + [anon_sym_BANG_EQ] = ACTIONS(1572), + [anon_sym_LT2] = ACTIONS(1572), + [anon_sym_LT_EQ] = ACTIONS(1572), + [anon_sym_GT_EQ] = ACTIONS(1572), + [anon_sym_not_DASHin] = ACTIONS(1572), + [anon_sym_starts_DASHwith] = ACTIONS(1572), + [anon_sym_ends_DASHwith] = ACTIONS(1572), + [anon_sym_EQ_TILDE] = ACTIONS(1572), + [anon_sym_BANG_TILDE] = ACTIONS(1572), + [anon_sym_bit_DASHand] = ACTIONS(1572), + [anon_sym_bit_DASHxor] = ACTIONS(1572), + [anon_sym_bit_DASHor] = ACTIONS(1572), + [anon_sym_and] = ACTIONS(1572), + [anon_sym_xor] = ACTIONS(1572), + [anon_sym_or] = ACTIONS(1572), + [anon_sym_not] = ACTIONS(1572), + [anon_sym_null] = ACTIONS(1572), + [anon_sym_true] = ACTIONS(1572), + [anon_sym_false] = ACTIONS(1572), + [aux_sym__val_number_decimal_token1] = ACTIONS(1572), + [aux_sym__val_number_token1] = ACTIONS(1572), + [aux_sym__val_number_token2] = ACTIONS(1572), + [aux_sym__val_number_token3] = ACTIONS(1572), + [aux_sym__val_number_token4] = ACTIONS(1572), + [aux_sym__val_number_token5] = ACTIONS(1572), + [aux_sym__val_number_token6] = ACTIONS(1572), + [anon_sym_0b] = ACTIONS(1572), + [anon_sym_0o] = ACTIONS(1572), + [anon_sym_0x] = ACTIONS(1572), + [sym_val_date] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1572), + [sym__str_single_quotes] = ACTIONS(1572), + [sym__str_back_ticks] = ACTIONS(1572), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1572), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1572), + [anon_sym_CARET] = ACTIONS(1572), + [anon_sym_POUND] = ACTIONS(105), + }, + [651] = { + [sym_comment] = STATE(651), + [ts_builtin_sym_end] = ACTIONS(1578), + [anon_sym_export] = ACTIONS(1576), + [anon_sym_alias] = ACTIONS(1576), + [anon_sym_let] = ACTIONS(1576), + [anon_sym_let_DASHenv] = ACTIONS(1576), + [anon_sym_mut] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [anon_sym_SEMI] = ACTIONS(1576), + [sym_cmd_identifier] = ACTIONS(1576), + [anon_sym_LF] = ACTIONS(1578), + [anon_sym_def] = ACTIONS(1576), + [anon_sym_export_DASHenv] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym_module] = ACTIONS(1576), + [anon_sym_use] = ACTIONS(1576), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_LPAREN] = ACTIONS(1576), + [anon_sym_DOLLAR] = ACTIONS(1576), + [anon_sym_error] = ACTIONS(1576), + [anon_sym_GT] = ACTIONS(1576), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_in] = ACTIONS(1576), + [anon_sym_loop] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_match] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1576), + [anon_sym_DOT] = ACTIONS(1576), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_source] = ACTIONS(1576), + [anon_sym_source_DASHenv] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_hide] = ACTIONS(1576), + [anon_sym_hide_DASHenv] = ACTIONS(1576), + [anon_sym_overlay] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1576), + [anon_sym_where] = ACTIONS(1576), + [anon_sym_STAR_STAR] = ACTIONS(1576), + [anon_sym_PLUS_PLUS] = ACTIONS(1576), + [anon_sym_SLASH] = ACTIONS(1576), + [anon_sym_mod] = ACTIONS(1576), + [anon_sym_SLASH_SLASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_bit_DASHshl] = ACTIONS(1576), + [anon_sym_bit_DASHshr] = ACTIONS(1576), + [anon_sym_EQ_EQ] = ACTIONS(1576), + [anon_sym_BANG_EQ] = ACTIONS(1576), + [anon_sym_LT2] = ACTIONS(1576), + [anon_sym_LT_EQ] = ACTIONS(1576), + [anon_sym_GT_EQ] = ACTIONS(1576), + [anon_sym_not_DASHin] = ACTIONS(1576), + [anon_sym_starts_DASHwith] = ACTIONS(1576), + [anon_sym_ends_DASHwith] = ACTIONS(1576), + [anon_sym_EQ_TILDE] = ACTIONS(1576), + [anon_sym_BANG_TILDE] = ACTIONS(1576), + [anon_sym_bit_DASHand] = ACTIONS(1576), + [anon_sym_bit_DASHxor] = ACTIONS(1576), + [anon_sym_bit_DASHor] = ACTIONS(1576), + [anon_sym_and] = ACTIONS(1576), + [anon_sym_xor] = ACTIONS(1576), + [anon_sym_or] = ACTIONS(1576), + [anon_sym_not] = ACTIONS(1576), + [anon_sym_null] = ACTIONS(1576), + [anon_sym_true] = ACTIONS(1576), + [anon_sym_false] = ACTIONS(1576), + [aux_sym__val_number_decimal_token1] = ACTIONS(1576), + [aux_sym__val_number_token1] = ACTIONS(1576), + [aux_sym__val_number_token2] = ACTIONS(1576), + [aux_sym__val_number_token3] = ACTIONS(1576), + [aux_sym__val_number_token4] = ACTIONS(1576), + [aux_sym__val_number_token5] = ACTIONS(1576), + [aux_sym__val_number_token6] = ACTIONS(1576), + [anon_sym_0b] = ACTIONS(1576), + [anon_sym_0o] = ACTIONS(1576), + [anon_sym_0x] = ACTIONS(1576), + [sym_val_date] = ACTIONS(1576), + [anon_sym_DQUOTE] = ACTIONS(1576), + [sym__str_single_quotes] = ACTIONS(1576), + [sym__str_back_ticks] = ACTIONS(1576), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1576), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1576), + [anon_sym_CARET] = ACTIONS(1576), + [anon_sym_POUND] = ACTIONS(105), + }, + [652] = { + [sym_comment] = STATE(652), + [ts_builtin_sym_end] = ACTIONS(1644), + [anon_sym_export] = ACTIONS(1519), + [anon_sym_alias] = ACTIONS(1519), + [anon_sym_let] = ACTIONS(1519), + [anon_sym_let_DASHenv] = ACTIONS(1519), + [anon_sym_mut] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(1519), + [anon_sym_SEMI] = ACTIONS(1519), + [sym_cmd_identifier] = ACTIONS(1519), + [anon_sym_LF] = ACTIONS(1644), + [anon_sym_def] = ACTIONS(1519), + [anon_sym_export_DASHenv] = ACTIONS(1519), + [anon_sym_extern] = ACTIONS(1519), + [anon_sym_module] = ACTIONS(1519), + [anon_sym_use] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LPAREN] = ACTIONS(1519), + [anon_sym_DOLLAR] = ACTIONS(1519), + [anon_sym_error] = ACTIONS(1519), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_break] = ACTIONS(1519), + [anon_sym_continue] = ACTIONS(1519), + [anon_sym_for] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1519), + [anon_sym_while] = ACTIONS(1519), + [anon_sym_do] = ACTIONS(1519), + [anon_sym_if] = ACTIONS(1519), + [anon_sym_match] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_try] = ACTIONS(1519), + [anon_sym_return] = ACTIONS(1519), + [anon_sym_source] = ACTIONS(1519), + [anon_sym_source_DASHenv] = ACTIONS(1519), + [anon_sym_register] = ACTIONS(1519), + [anon_sym_hide] = ACTIONS(1519), + [anon_sym_hide_DASHenv] = ACTIONS(1519), + [anon_sym_overlay] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_where] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_not] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1519), + [aux_sym__val_number_token1] = ACTIONS(1519), + [aux_sym__val_number_token2] = ACTIONS(1519), + [aux_sym__val_number_token3] = ACTIONS(1519), + [aux_sym__val_number_token4] = ACTIONS(1519), + [aux_sym__val_number_token5] = ACTIONS(1519), + [aux_sym__val_number_token6] = ACTIONS(1519), + [anon_sym_0b] = ACTIONS(1519), + [anon_sym_0o] = ACTIONS(1519), + [anon_sym_0x] = ACTIONS(1519), + [sym_val_date] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(1519), + [sym__str_single_quotes] = ACTIONS(1519), + [sym__str_back_ticks] = ACTIONS(1519), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1519), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1519), + [anon_sym_POUND] = ACTIONS(105), + }, + [653] = { + [sym_comment] = STATE(653), + [ts_builtin_sym_end] = ACTIONS(1566), + [anon_sym_export] = ACTIONS(1564), + [anon_sym_alias] = ACTIONS(1564), + [anon_sym_let] = ACTIONS(1564), + [anon_sym_let_DASHenv] = ACTIONS(1564), + [anon_sym_mut] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_SEMI] = ACTIONS(1564), + [sym_cmd_identifier] = ACTIONS(1564), + [anon_sym_LF] = ACTIONS(1566), + [anon_sym_def] = ACTIONS(1564), + [anon_sym_export_DASHenv] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym_module] = ACTIONS(1564), + [anon_sym_use] = ACTIONS(1564), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym_DOLLAR] = ACTIONS(1564), + [anon_sym_error] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1564), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_in] = ACTIONS(1564), + [anon_sym_loop] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_match] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1564), + [anon_sym_DOT] = ACTIONS(1564), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_source] = ACTIONS(1564), + [anon_sym_source_DASHenv] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_hide] = ACTIONS(1564), + [anon_sym_hide_DASHenv] = ACTIONS(1564), + [anon_sym_overlay] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1564), + [anon_sym_where] = ACTIONS(1564), + [anon_sym_STAR_STAR] = ACTIONS(1564), + [anon_sym_PLUS_PLUS] = ACTIONS(1564), + [anon_sym_SLASH] = ACTIONS(1564), + [anon_sym_mod] = ACTIONS(1564), + [anon_sym_SLASH_SLASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_bit_DASHshl] = ACTIONS(1564), + [anon_sym_bit_DASHshr] = ACTIONS(1564), + [anon_sym_EQ_EQ] = ACTIONS(1564), + [anon_sym_BANG_EQ] = ACTIONS(1564), + [anon_sym_LT2] = ACTIONS(1564), + [anon_sym_LT_EQ] = ACTIONS(1564), + [anon_sym_GT_EQ] = ACTIONS(1564), + [anon_sym_not_DASHin] = ACTIONS(1564), + [anon_sym_starts_DASHwith] = ACTIONS(1564), + [anon_sym_ends_DASHwith] = ACTIONS(1564), + [anon_sym_EQ_TILDE] = ACTIONS(1564), + [anon_sym_BANG_TILDE] = ACTIONS(1564), + [anon_sym_bit_DASHand] = ACTIONS(1564), + [anon_sym_bit_DASHxor] = ACTIONS(1564), + [anon_sym_bit_DASHor] = ACTIONS(1564), + [anon_sym_and] = ACTIONS(1564), + [anon_sym_xor] = ACTIONS(1564), + [anon_sym_or] = ACTIONS(1564), + [anon_sym_not] = ACTIONS(1564), + [anon_sym_null] = ACTIONS(1564), + [anon_sym_true] = ACTIONS(1564), + [anon_sym_false] = ACTIONS(1564), + [aux_sym__val_number_decimal_token1] = ACTIONS(1564), + [aux_sym__val_number_token1] = ACTIONS(1564), + [aux_sym__val_number_token2] = ACTIONS(1564), + [aux_sym__val_number_token3] = ACTIONS(1564), + [aux_sym__val_number_token4] = ACTIONS(1564), + [aux_sym__val_number_token5] = ACTIONS(1564), + [aux_sym__val_number_token6] = ACTIONS(1564), + [anon_sym_0b] = ACTIONS(1564), + [anon_sym_0o] = ACTIONS(1564), + [anon_sym_0x] = ACTIONS(1564), + [sym_val_date] = ACTIONS(1564), + [anon_sym_DQUOTE] = ACTIONS(1564), + [sym__str_single_quotes] = ACTIONS(1564), + [sym__str_back_ticks] = ACTIONS(1564), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1564), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1564), + [anon_sym_CARET] = ACTIONS(1564), + [anon_sym_POUND] = ACTIONS(105), + }, + [654] = { + [sym_comment] = STATE(654), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [655] = { + [sym_comment] = STATE(655), + [ts_builtin_sym_end] = ACTIONS(1562), + [anon_sym_export] = ACTIONS(1560), + [anon_sym_alias] = ACTIONS(1560), + [anon_sym_let] = ACTIONS(1560), + [anon_sym_let_DASHenv] = ACTIONS(1560), + [anon_sym_mut] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [anon_sym_SEMI] = ACTIONS(1560), + [sym_cmd_identifier] = ACTIONS(1560), + [anon_sym_LF] = ACTIONS(1562), + [anon_sym_def] = ACTIONS(1560), + [anon_sym_export_DASHenv] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym_module] = ACTIONS(1560), + [anon_sym_use] = ACTIONS(1560), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_LPAREN] = ACTIONS(1560), + [anon_sym_DOLLAR] = ACTIONS(1560), + [anon_sym_error] = ACTIONS(1560), + [anon_sym_GT] = ACTIONS(1560), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_in] = ACTIONS(1560), + [anon_sym_loop] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_match] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1560), + [anon_sym_DOT] = ACTIONS(1560), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_source] = ACTIONS(1560), + [anon_sym_source_DASHenv] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_hide] = ACTIONS(1560), + [anon_sym_hide_DASHenv] = ACTIONS(1560), + [anon_sym_overlay] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1560), + [anon_sym_where] = ACTIONS(1560), + [anon_sym_STAR_STAR] = ACTIONS(1560), + [anon_sym_PLUS_PLUS] = ACTIONS(1560), + [anon_sym_SLASH] = ACTIONS(1560), + [anon_sym_mod] = ACTIONS(1560), + [anon_sym_SLASH_SLASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_bit_DASHshl] = ACTIONS(1560), + [anon_sym_bit_DASHshr] = ACTIONS(1560), + [anon_sym_EQ_EQ] = ACTIONS(1560), + [anon_sym_BANG_EQ] = ACTIONS(1560), + [anon_sym_LT2] = ACTIONS(1560), + [anon_sym_LT_EQ] = ACTIONS(1560), + [anon_sym_GT_EQ] = ACTIONS(1560), + [anon_sym_not_DASHin] = ACTIONS(1560), + [anon_sym_starts_DASHwith] = ACTIONS(1560), + [anon_sym_ends_DASHwith] = ACTIONS(1560), + [anon_sym_EQ_TILDE] = ACTIONS(1560), + [anon_sym_BANG_TILDE] = ACTIONS(1560), + [anon_sym_bit_DASHand] = ACTIONS(1560), + [anon_sym_bit_DASHxor] = ACTIONS(1560), + [anon_sym_bit_DASHor] = ACTIONS(1560), + [anon_sym_and] = ACTIONS(1560), + [anon_sym_xor] = ACTIONS(1560), + [anon_sym_or] = ACTIONS(1560), + [anon_sym_not] = ACTIONS(1560), + [anon_sym_null] = ACTIONS(1560), + [anon_sym_true] = ACTIONS(1560), + [anon_sym_false] = ACTIONS(1560), + [aux_sym__val_number_decimal_token1] = ACTIONS(1560), + [aux_sym__val_number_token1] = ACTIONS(1560), + [aux_sym__val_number_token2] = ACTIONS(1560), + [aux_sym__val_number_token3] = ACTIONS(1560), + [aux_sym__val_number_token4] = ACTIONS(1560), + [aux_sym__val_number_token5] = ACTIONS(1560), + [aux_sym__val_number_token6] = ACTIONS(1560), + [anon_sym_0b] = ACTIONS(1560), + [anon_sym_0o] = ACTIONS(1560), + [anon_sym_0x] = ACTIONS(1560), + [sym_val_date] = ACTIONS(1560), + [anon_sym_DQUOTE] = ACTIONS(1560), + [sym__str_single_quotes] = ACTIONS(1560), + [sym__str_back_ticks] = ACTIONS(1560), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1560), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1560), + [anon_sym_CARET] = ACTIONS(1560), + [anon_sym_POUND] = ACTIONS(105), + }, + [656] = { + [sym_comment] = STATE(656), [ts_builtin_sym_end] = ACTIONS(1610), [anon_sym_export] = ACTIONS(1608), [anon_sym_alias] = ACTIONS(1608), @@ -152818,7 +153224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1608), [anon_sym_or] = ACTIONS(1608), [anon_sym_not] = ACTIONS(1608), - [sym_val_nothing] = ACTIONS(1608), + [anon_sym_null] = ACTIONS(1608), [anon_sym_true] = ACTIONS(1608), [anon_sym_false] = ACTIONS(1608), [aux_sym__val_number_decimal_token1] = ACTIONS(1608), @@ -152840,1100 +153246,2647 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1608), [anon_sym_POUND] = ACTIONS(105), }, + [657] = { + [sym_comment] = STATE(657), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [658] = { + [sym_comment] = STATE(658), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [659] = { + [sym_comment] = STATE(659), + [ts_builtin_sym_end] = ACTIONS(1656), + [anon_sym_export] = ACTIONS(1654), + [anon_sym_alias] = ACTIONS(1654), + [anon_sym_let] = ACTIONS(1654), + [anon_sym_let_DASHenv] = ACTIONS(1654), + [anon_sym_mut] = ACTIONS(1654), + [anon_sym_const] = ACTIONS(1654), + [anon_sym_SEMI] = ACTIONS(1654), + [sym_cmd_identifier] = ACTIONS(1654), + [anon_sym_LF] = ACTIONS(1656), + [anon_sym_def] = ACTIONS(1654), + [anon_sym_export_DASHenv] = ACTIONS(1654), + [anon_sym_extern] = ACTIONS(1654), + [anon_sym_module] = ACTIONS(1654), + [anon_sym_use] = ACTIONS(1654), + [anon_sym_LBRACK] = ACTIONS(1654), + [anon_sym_LPAREN] = ACTIONS(1654), + [anon_sym_DOLLAR] = ACTIONS(1654), + [anon_sym_error] = ACTIONS(1654), + [anon_sym_GT] = ACTIONS(1654), + [anon_sym_DASH] = ACTIONS(1654), + [anon_sym_break] = ACTIONS(1654), + [anon_sym_continue] = ACTIONS(1654), + [anon_sym_for] = ACTIONS(1654), + [anon_sym_in] = ACTIONS(1654), + [anon_sym_loop] = ACTIONS(1654), + [anon_sym_while] = ACTIONS(1654), + [anon_sym_do] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1654), + [anon_sym_match] = ACTIONS(1654), + [anon_sym_LBRACE] = ACTIONS(1654), + [anon_sym_DOT] = ACTIONS(1654), + [anon_sym_try] = ACTIONS(1654), + [anon_sym_return] = ACTIONS(1654), + [anon_sym_source] = ACTIONS(1654), + [anon_sym_source_DASHenv] = ACTIONS(1654), + [anon_sym_register] = ACTIONS(1654), + [anon_sym_hide] = ACTIONS(1654), + [anon_sym_hide_DASHenv] = ACTIONS(1654), + [anon_sym_overlay] = ACTIONS(1654), + [anon_sym_STAR] = ACTIONS(1654), + [anon_sym_where] = ACTIONS(1654), + [anon_sym_STAR_STAR] = ACTIONS(1654), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_SLASH] = ACTIONS(1654), + [anon_sym_mod] = ACTIONS(1654), + [anon_sym_SLASH_SLASH] = ACTIONS(1654), + [anon_sym_PLUS] = ACTIONS(1654), + [anon_sym_bit_DASHshl] = ACTIONS(1654), + [anon_sym_bit_DASHshr] = ACTIONS(1654), + [anon_sym_EQ_EQ] = ACTIONS(1654), + [anon_sym_BANG_EQ] = ACTIONS(1654), + [anon_sym_LT2] = ACTIONS(1654), + [anon_sym_LT_EQ] = ACTIONS(1654), + [anon_sym_GT_EQ] = ACTIONS(1654), + [anon_sym_not_DASHin] = ACTIONS(1654), + [anon_sym_starts_DASHwith] = ACTIONS(1654), + [anon_sym_ends_DASHwith] = ACTIONS(1654), + [anon_sym_EQ_TILDE] = ACTIONS(1654), + [anon_sym_BANG_TILDE] = ACTIONS(1654), + [anon_sym_bit_DASHand] = ACTIONS(1654), + [anon_sym_bit_DASHxor] = ACTIONS(1654), + [anon_sym_bit_DASHor] = ACTIONS(1654), + [anon_sym_and] = ACTIONS(1654), + [anon_sym_xor] = ACTIONS(1654), + [anon_sym_or] = ACTIONS(1654), + [anon_sym_not] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_true] = ACTIONS(1654), + [anon_sym_false] = ACTIONS(1654), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1654), + [aux_sym__val_number_token2] = ACTIONS(1654), + [aux_sym__val_number_token3] = ACTIONS(1654), + [aux_sym__val_number_token4] = ACTIONS(1654), + [aux_sym__val_number_token5] = ACTIONS(1654), + [aux_sym__val_number_token6] = ACTIONS(1654), + [anon_sym_0b] = ACTIONS(1654), + [anon_sym_0o] = ACTIONS(1654), + [anon_sym_0x] = ACTIONS(1654), + [sym_val_date] = ACTIONS(1654), + [anon_sym_DQUOTE] = ACTIONS(1654), + [sym__str_single_quotes] = ACTIONS(1654), + [sym__str_back_ticks] = ACTIONS(1654), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1654), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1654), + [anon_sym_CARET] = ACTIONS(1654), + [anon_sym_POUND] = ACTIONS(105), + }, + [660] = { + [sym_comment] = STATE(660), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_mod] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(1528), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [661] = { + [sym_comment] = STATE(661), + [ts_builtin_sym_end] = ACTIONS(1456), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(105), + }, + [662] = { + [sym_comment] = STATE(662), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [663] = { + [sym_comment] = STATE(663), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, [664] = { [sym_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [665] = { [sym_comment] = STATE(665), - [ts_builtin_sym_end] = ACTIONS(1606), - [anon_sym_export] = ACTIONS(1604), - [anon_sym_alias] = ACTIONS(1604), - [anon_sym_let] = ACTIONS(1604), - [anon_sym_let_DASHenv] = ACTIONS(1604), - [anon_sym_mut] = ACTIONS(1604), - [anon_sym_const] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [sym_cmd_identifier] = ACTIONS(1604), - [anon_sym_LF] = ACTIONS(1606), - [anon_sym_def] = ACTIONS(1604), - [anon_sym_export_DASHenv] = ACTIONS(1604), - [anon_sym_extern] = ACTIONS(1604), - [anon_sym_module] = ACTIONS(1604), - [anon_sym_use] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1604), - [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym_DOLLAR] = ACTIONS(1604), - [anon_sym_error] = ACTIONS(1604), - [anon_sym_GT] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1604), - [anon_sym_break] = ACTIONS(1604), - [anon_sym_continue] = ACTIONS(1604), - [anon_sym_for] = ACTIONS(1604), - [anon_sym_in] = ACTIONS(1604), - [anon_sym_loop] = ACTIONS(1604), - [anon_sym_while] = ACTIONS(1604), - [anon_sym_do] = ACTIONS(1604), - [anon_sym_if] = ACTIONS(1604), - [anon_sym_match] = ACTIONS(1604), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_DOT] = ACTIONS(1604), - [anon_sym_try] = ACTIONS(1604), - [anon_sym_return] = ACTIONS(1604), - [anon_sym_source] = ACTIONS(1604), - [anon_sym_source_DASHenv] = ACTIONS(1604), - [anon_sym_register] = ACTIONS(1604), - [anon_sym_hide] = ACTIONS(1604), - [anon_sym_hide_DASHenv] = ACTIONS(1604), - [anon_sym_overlay] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_where] = ACTIONS(1604), - [anon_sym_STAR_STAR] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_mod] = ACTIONS(1604), - [anon_sym_SLASH_SLASH] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(1604), - [anon_sym_bit_DASHshl] = ACTIONS(1604), - [anon_sym_bit_DASHshr] = ACTIONS(1604), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT2] = ACTIONS(1604), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_not_DASHin] = ACTIONS(1604), - [anon_sym_starts_DASHwith] = ACTIONS(1604), - [anon_sym_ends_DASHwith] = ACTIONS(1604), - [anon_sym_EQ_TILDE] = ACTIONS(1604), - [anon_sym_BANG_TILDE] = ACTIONS(1604), - [anon_sym_bit_DASHand] = ACTIONS(1604), - [anon_sym_bit_DASHxor] = ACTIONS(1604), - [anon_sym_bit_DASHor] = ACTIONS(1604), - [anon_sym_and] = ACTIONS(1604), - [anon_sym_xor] = ACTIONS(1604), - [anon_sym_or] = ACTIONS(1604), - [anon_sym_not] = ACTIONS(1604), - [sym_val_nothing] = ACTIONS(1604), - [anon_sym_true] = ACTIONS(1604), - [anon_sym_false] = ACTIONS(1604), - [aux_sym__val_number_decimal_token1] = ACTIONS(1604), - [aux_sym__val_number_token1] = ACTIONS(1604), - [aux_sym__val_number_token2] = ACTIONS(1604), - [aux_sym__val_number_token3] = ACTIONS(1604), - [aux_sym__val_number_token4] = ACTIONS(1604), - [aux_sym__val_number_token5] = ACTIONS(1604), - [aux_sym__val_number_token6] = ACTIONS(1604), - [anon_sym_0b] = ACTIONS(1604), - [anon_sym_0o] = ACTIONS(1604), - [anon_sym_0x] = ACTIONS(1604), - [sym_val_date] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym__str_single_quotes] = ACTIONS(1604), - [sym__str_back_ticks] = ACTIONS(1604), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1604), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1604), - [anon_sym_CARET] = ACTIONS(1604), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [666] = { [sym_comment] = STATE(666), - [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(1590), - [anon_sym_DOLLAR] = ACTIONS(1590), - [anon_sym_error] = ACTIONS(1590), - [anon_sym_GT] = ACTIONS(1590), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_in] = 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_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_STAR] = ACTIONS(1590), - [anon_sym_where] = ACTIONS(1590), - [anon_sym_STAR_STAR] = ACTIONS(1590), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_SLASH] = ACTIONS(1590), - [anon_sym_mod] = ACTIONS(1590), - [anon_sym_SLASH_SLASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_bit_DASHshl] = ACTIONS(1590), - [anon_sym_bit_DASHshr] = ACTIONS(1590), - [anon_sym_EQ_EQ] = ACTIONS(1590), - [anon_sym_BANG_EQ] = ACTIONS(1590), - [anon_sym_LT2] = ACTIONS(1590), - [anon_sym_LT_EQ] = ACTIONS(1590), - [anon_sym_GT_EQ] = ACTIONS(1590), - [anon_sym_not_DASHin] = ACTIONS(1590), - [anon_sym_starts_DASHwith] = ACTIONS(1590), - [anon_sym_ends_DASHwith] = ACTIONS(1590), - [anon_sym_EQ_TILDE] = ACTIONS(1590), - [anon_sym_BANG_TILDE] = ACTIONS(1590), - [anon_sym_bit_DASHand] = ACTIONS(1590), - [anon_sym_bit_DASHxor] = ACTIONS(1590), - [anon_sym_bit_DASHor] = ACTIONS(1590), - [anon_sym_and] = ACTIONS(1590), - [anon_sym_xor] = ACTIONS(1590), - [anon_sym_or] = ACTIONS(1590), - [anon_sym_not] = ACTIONS(1590), - [sym_val_nothing] = 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), + [ts_builtin_sym_end] = ACTIONS(1648), + [anon_sym_export] = ACTIONS(1646), + [anon_sym_alias] = ACTIONS(1646), + [anon_sym_let] = ACTIONS(1646), + [anon_sym_let_DASHenv] = ACTIONS(1646), + [anon_sym_mut] = ACTIONS(1646), + [anon_sym_const] = ACTIONS(1646), + [anon_sym_SEMI] = ACTIONS(1646), + [sym_cmd_identifier] = ACTIONS(1646), + [anon_sym_LF] = ACTIONS(1648), + [anon_sym_def] = ACTIONS(1646), + [anon_sym_export_DASHenv] = ACTIONS(1646), + [anon_sym_extern] = ACTIONS(1646), + [anon_sym_module] = ACTIONS(1646), + [anon_sym_use] = ACTIONS(1646), + [anon_sym_LBRACK] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(1646), + [anon_sym_DOLLAR] = ACTIONS(1646), + [anon_sym_error] = ACTIONS(1646), + [anon_sym_GT] = ACTIONS(1646), + [anon_sym_DASH] = ACTIONS(1646), + [anon_sym_break] = ACTIONS(1646), + [anon_sym_continue] = ACTIONS(1646), + [anon_sym_for] = ACTIONS(1646), + [anon_sym_in] = ACTIONS(1646), + [anon_sym_loop] = ACTIONS(1646), + [anon_sym_while] = ACTIONS(1646), + [anon_sym_do] = ACTIONS(1646), + [anon_sym_if] = ACTIONS(1646), + [anon_sym_match] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_try] = ACTIONS(1646), + [anon_sym_return] = ACTIONS(1646), + [anon_sym_source] = ACTIONS(1646), + [anon_sym_source_DASHenv] = ACTIONS(1646), + [anon_sym_register] = ACTIONS(1646), + [anon_sym_hide] = ACTIONS(1646), + [anon_sym_hide_DASHenv] = ACTIONS(1646), + [anon_sym_overlay] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_where] = ACTIONS(1646), + [anon_sym_STAR_STAR] = ACTIONS(1646), + [anon_sym_PLUS_PLUS] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_mod] = ACTIONS(1646), + [anon_sym_SLASH_SLASH] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1646), + [anon_sym_bit_DASHshl] = ACTIONS(1646), + [anon_sym_bit_DASHshr] = ACTIONS(1646), + [anon_sym_EQ_EQ] = ACTIONS(1646), + [anon_sym_BANG_EQ] = ACTIONS(1646), + [anon_sym_LT2] = ACTIONS(1646), + [anon_sym_LT_EQ] = ACTIONS(1646), + [anon_sym_GT_EQ] = ACTIONS(1646), + [anon_sym_not_DASHin] = ACTIONS(1646), + [anon_sym_starts_DASHwith] = ACTIONS(1646), + [anon_sym_ends_DASHwith] = ACTIONS(1646), + [anon_sym_EQ_TILDE] = ACTIONS(1646), + [anon_sym_BANG_TILDE] = ACTIONS(1646), + [anon_sym_bit_DASHand] = ACTIONS(1646), + [anon_sym_bit_DASHxor] = ACTIONS(1646), + [anon_sym_bit_DASHor] = ACTIONS(1646), + [anon_sym_and] = ACTIONS(1646), + [anon_sym_xor] = ACTIONS(1646), + [anon_sym_or] = ACTIONS(1646), + [anon_sym_not] = ACTIONS(1646), + [anon_sym_null] = ACTIONS(1646), + [anon_sym_true] = ACTIONS(1646), + [anon_sym_false] = ACTIONS(1646), + [aux_sym__val_number_decimal_token1] = ACTIONS(1646), + [aux_sym__val_number_token1] = ACTIONS(1646), + [aux_sym__val_number_token2] = ACTIONS(1646), + [aux_sym__val_number_token3] = ACTIONS(1646), + [aux_sym__val_number_token4] = ACTIONS(1646), + [aux_sym__val_number_token5] = ACTIONS(1646), + [aux_sym__val_number_token6] = ACTIONS(1646), + [anon_sym_0b] = ACTIONS(1646), + [anon_sym_0o] = ACTIONS(1646), + [anon_sym_0x] = ACTIONS(1646), + [sym_val_date] = ACTIONS(1646), + [anon_sym_DQUOTE] = ACTIONS(1646), + [sym__str_single_quotes] = ACTIONS(1646), + [sym__str_back_ticks] = ACTIONS(1646), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1646), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1646), + [anon_sym_CARET] = ACTIONS(1646), [anon_sym_POUND] = ACTIONS(105), }, [667] = { [sym_comment] = STATE(667), - [ts_builtin_sym_end] = ACTIONS(1548), - [anon_sym_export] = ACTIONS(1546), - [anon_sym_alias] = ACTIONS(1546), - [anon_sym_let] = ACTIONS(1546), - [anon_sym_let_DASHenv] = ACTIONS(1546), - [anon_sym_mut] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1546), - [sym_cmd_identifier] = ACTIONS(1546), - [anon_sym_LF] = ACTIONS(1548), - [anon_sym_def] = ACTIONS(1546), - [anon_sym_export_DASHenv] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym_module] = ACTIONS(1546), - [anon_sym_use] = ACTIONS(1546), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_DOLLAR] = ACTIONS(1546), - [anon_sym_error] = ACTIONS(1546), - [anon_sym_GT] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1546), - [anon_sym_loop] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_match] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_DOT] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_source] = ACTIONS(1546), - [anon_sym_source_DASHenv] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_hide] = ACTIONS(1546), - [anon_sym_hide_DASHenv] = ACTIONS(1546), - [anon_sym_overlay] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_where] = ACTIONS(1546), - [anon_sym_STAR_STAR] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_SLASH] = ACTIONS(1546), - [anon_sym_mod] = ACTIONS(1546), - [anon_sym_SLASH_SLASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_bit_DASHshl] = ACTIONS(1546), - [anon_sym_bit_DASHshr] = ACTIONS(1546), - [anon_sym_EQ_EQ] = ACTIONS(1546), - [anon_sym_BANG_EQ] = ACTIONS(1546), - [anon_sym_LT2] = ACTIONS(1546), - [anon_sym_LT_EQ] = ACTIONS(1546), - [anon_sym_GT_EQ] = ACTIONS(1546), - [anon_sym_not_DASHin] = ACTIONS(1546), - [anon_sym_starts_DASHwith] = ACTIONS(1546), - [anon_sym_ends_DASHwith] = ACTIONS(1546), - [anon_sym_EQ_TILDE] = ACTIONS(1546), - [anon_sym_BANG_TILDE] = ACTIONS(1546), - [anon_sym_bit_DASHand] = ACTIONS(1546), - [anon_sym_bit_DASHxor] = ACTIONS(1546), - [anon_sym_bit_DASHor] = ACTIONS(1546), - [anon_sym_and] = ACTIONS(1546), - [anon_sym_xor] = ACTIONS(1546), - [anon_sym_or] = ACTIONS(1546), - [anon_sym_not] = ACTIONS(1546), - [sym_val_nothing] = ACTIONS(1546), - [anon_sym_true] = ACTIONS(1546), - [anon_sym_false] = ACTIONS(1546), - [aux_sym__val_number_decimal_token1] = ACTIONS(1546), - [aux_sym__val_number_token1] = ACTIONS(1546), - [aux_sym__val_number_token2] = ACTIONS(1546), - [aux_sym__val_number_token3] = ACTIONS(1546), - [aux_sym__val_number_token4] = ACTIONS(1546), - [aux_sym__val_number_token5] = ACTIONS(1546), - [aux_sym__val_number_token6] = ACTIONS(1546), - [anon_sym_0b] = ACTIONS(1546), - [anon_sym_0o] = ACTIONS(1546), - [anon_sym_0x] = ACTIONS(1546), - [sym_val_date] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym__str_single_quotes] = ACTIONS(1546), - [sym__str_back_ticks] = ACTIONS(1546), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1546), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1546), - [anon_sym_CARET] = ACTIONS(1546), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1686), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, [668] = { [sym_comment] = STATE(668), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [ts_builtin_sym_end] = ACTIONS(1660), + [anon_sym_export] = ACTIONS(1658), + [anon_sym_alias] = ACTIONS(1658), + [anon_sym_let] = ACTIONS(1658), + [anon_sym_let_DASHenv] = ACTIONS(1658), + [anon_sym_mut] = ACTIONS(1658), + [anon_sym_const] = ACTIONS(1658), + [anon_sym_SEMI] = ACTIONS(1658), + [sym_cmd_identifier] = ACTIONS(1658), + [anon_sym_LF] = ACTIONS(1660), + [anon_sym_def] = ACTIONS(1658), + [anon_sym_export_DASHenv] = ACTIONS(1658), + [anon_sym_extern] = ACTIONS(1658), + [anon_sym_module] = ACTIONS(1658), + [anon_sym_use] = ACTIONS(1658), + [anon_sym_LBRACK] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(1658), + [anon_sym_DOLLAR] = ACTIONS(1658), + [anon_sym_error] = ACTIONS(1658), + [anon_sym_GT] = ACTIONS(1658), + [anon_sym_DASH] = ACTIONS(1658), + [anon_sym_break] = ACTIONS(1658), + [anon_sym_continue] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1658), + [anon_sym_in] = ACTIONS(1658), + [anon_sym_loop] = ACTIONS(1658), + [anon_sym_while] = ACTIONS(1658), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_if] = ACTIONS(1658), + [anon_sym_match] = ACTIONS(1658), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_DOT] = ACTIONS(1658), + [anon_sym_try] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1658), + [anon_sym_source] = ACTIONS(1658), + [anon_sym_source_DASHenv] = ACTIONS(1658), + [anon_sym_register] = ACTIONS(1658), + [anon_sym_hide] = ACTIONS(1658), + [anon_sym_hide_DASHenv] = ACTIONS(1658), + [anon_sym_overlay] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_where] = ACTIONS(1658), + [anon_sym_STAR_STAR] = ACTIONS(1658), + [anon_sym_PLUS_PLUS] = ACTIONS(1658), + [anon_sym_SLASH] = ACTIONS(1658), + [anon_sym_mod] = ACTIONS(1658), + [anon_sym_SLASH_SLASH] = ACTIONS(1658), + [anon_sym_PLUS] = ACTIONS(1658), + [anon_sym_bit_DASHshl] = ACTIONS(1658), + [anon_sym_bit_DASHshr] = ACTIONS(1658), + [anon_sym_EQ_EQ] = ACTIONS(1658), + [anon_sym_BANG_EQ] = ACTIONS(1658), + [anon_sym_LT2] = ACTIONS(1658), + [anon_sym_LT_EQ] = ACTIONS(1658), + [anon_sym_GT_EQ] = ACTIONS(1658), + [anon_sym_not_DASHin] = ACTIONS(1658), + [anon_sym_starts_DASHwith] = ACTIONS(1658), + [anon_sym_ends_DASHwith] = ACTIONS(1658), + [anon_sym_EQ_TILDE] = ACTIONS(1658), + [anon_sym_BANG_TILDE] = ACTIONS(1658), + [anon_sym_bit_DASHand] = ACTIONS(1658), + [anon_sym_bit_DASHxor] = ACTIONS(1658), + [anon_sym_bit_DASHor] = ACTIONS(1658), + [anon_sym_and] = ACTIONS(1658), + [anon_sym_xor] = ACTIONS(1658), + [anon_sym_or] = ACTIONS(1658), + [anon_sym_not] = ACTIONS(1658), + [anon_sym_null] = ACTIONS(1658), + [anon_sym_true] = ACTIONS(1658), + [anon_sym_false] = ACTIONS(1658), + [aux_sym__val_number_decimal_token1] = ACTIONS(1658), + [aux_sym__val_number_token1] = ACTIONS(1658), + [aux_sym__val_number_token2] = ACTIONS(1658), + [aux_sym__val_number_token3] = ACTIONS(1658), + [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(1658), + [anon_sym_0o] = ACTIONS(1658), + [anon_sym_0x] = ACTIONS(1658), + [sym_val_date] = ACTIONS(1658), + [anon_sym_DQUOTE] = ACTIONS(1658), + [sym__str_single_quotes] = ACTIONS(1658), + [sym__str_back_ticks] = ACTIONS(1658), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1658), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1658), + [anon_sym_CARET] = ACTIONS(1658), [anon_sym_POUND] = ACTIONS(105), }, [669] = { [sym_comment] = STATE(669), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1652), - [anon_sym_bit_DASHxor] = ACTIONS(1654), - [anon_sym_bit_DASHor] = ACTIONS(1656), - [anon_sym_and] = ACTIONS(1658), - [anon_sym_xor] = ACTIONS(1660), - [anon_sym_or] = ACTIONS(1662), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, [670] = { [sym_comment] = STATE(670), - [ts_builtin_sym_end] = ACTIONS(1540), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_alias] = ACTIONS(1538), - [anon_sym_let] = ACTIONS(1538), - [anon_sym_let_DASHenv] = ACTIONS(1538), - [anon_sym_mut] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1538), - [sym_cmd_identifier] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_def] = ACTIONS(1538), - [anon_sym_export_DASHenv] = ACTIONS(1538), - [anon_sym_extern] = ACTIONS(1538), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_use] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_error] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_continue] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_loop] = ACTIONS(1538), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_do] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_match] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_try] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_source] = ACTIONS(1538), - [anon_sym_source_DASHenv] = ACTIONS(1538), - [anon_sym_register] = ACTIONS(1538), - [anon_sym_hide] = ACTIONS(1538), - [anon_sym_hide_DASHenv] = ACTIONS(1538), - [anon_sym_overlay] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_where] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [anon_sym_not] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_CARET] = ACTIONS(1538), + [ts_builtin_sym_end] = ACTIONS(1622), + [anon_sym_export] = ACTIONS(1620), + [anon_sym_alias] = ACTIONS(1620), + [anon_sym_let] = ACTIONS(1620), + [anon_sym_let_DASHenv] = ACTIONS(1620), + [anon_sym_mut] = ACTIONS(1620), + [anon_sym_const] = ACTIONS(1620), + [anon_sym_SEMI] = ACTIONS(1620), + [sym_cmd_identifier] = ACTIONS(1620), + [anon_sym_LF] = ACTIONS(1622), + [anon_sym_def] = ACTIONS(1620), + [anon_sym_export_DASHenv] = ACTIONS(1620), + [anon_sym_extern] = ACTIONS(1620), + [anon_sym_module] = ACTIONS(1620), + [anon_sym_use] = ACTIONS(1620), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_LPAREN] = ACTIONS(1620), + [anon_sym_DOLLAR] = ACTIONS(1620), + [anon_sym_error] = ACTIONS(1620), + [anon_sym_GT] = ACTIONS(1620), + [anon_sym_DASH] = ACTIONS(1620), + [anon_sym_break] = ACTIONS(1620), + [anon_sym_continue] = ACTIONS(1620), + [anon_sym_for] = ACTIONS(1620), + [anon_sym_in] = ACTIONS(1620), + [anon_sym_loop] = ACTIONS(1620), + [anon_sym_while] = ACTIONS(1620), + [anon_sym_do] = ACTIONS(1620), + [anon_sym_if] = ACTIONS(1620), + [anon_sym_match] = ACTIONS(1620), + [anon_sym_LBRACE] = ACTIONS(1620), + [anon_sym_DOT] = ACTIONS(1620), + [anon_sym_try] = ACTIONS(1620), + [anon_sym_return] = ACTIONS(1620), + [anon_sym_source] = ACTIONS(1620), + [anon_sym_source_DASHenv] = ACTIONS(1620), + [anon_sym_register] = ACTIONS(1620), + [anon_sym_hide] = ACTIONS(1620), + [anon_sym_hide_DASHenv] = ACTIONS(1620), + [anon_sym_overlay] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1620), + [anon_sym_where] = ACTIONS(1620), + [anon_sym_STAR_STAR] = ACTIONS(1620), + [anon_sym_PLUS_PLUS] = ACTIONS(1620), + [anon_sym_SLASH] = ACTIONS(1620), + [anon_sym_mod] = ACTIONS(1620), + [anon_sym_SLASH_SLASH] = ACTIONS(1620), + [anon_sym_PLUS] = ACTIONS(1620), + [anon_sym_bit_DASHshl] = ACTIONS(1620), + [anon_sym_bit_DASHshr] = ACTIONS(1620), + [anon_sym_EQ_EQ] = ACTIONS(1620), + [anon_sym_BANG_EQ] = ACTIONS(1620), + [anon_sym_LT2] = ACTIONS(1620), + [anon_sym_LT_EQ] = ACTIONS(1620), + [anon_sym_GT_EQ] = ACTIONS(1620), + [anon_sym_not_DASHin] = ACTIONS(1620), + [anon_sym_starts_DASHwith] = ACTIONS(1620), + [anon_sym_ends_DASHwith] = ACTIONS(1620), + [anon_sym_EQ_TILDE] = ACTIONS(1620), + [anon_sym_BANG_TILDE] = ACTIONS(1620), + [anon_sym_bit_DASHand] = ACTIONS(1620), + [anon_sym_bit_DASHxor] = ACTIONS(1620), + [anon_sym_bit_DASHor] = ACTIONS(1620), + [anon_sym_and] = ACTIONS(1620), + [anon_sym_xor] = ACTIONS(1620), + [anon_sym_or] = ACTIONS(1620), + [anon_sym_not] = ACTIONS(1620), + [anon_sym_null] = ACTIONS(1620), + [anon_sym_true] = ACTIONS(1620), + [anon_sym_false] = ACTIONS(1620), + [aux_sym__val_number_decimal_token1] = ACTIONS(1620), + [aux_sym__val_number_token1] = ACTIONS(1620), + [aux_sym__val_number_token2] = ACTIONS(1620), + [aux_sym__val_number_token3] = ACTIONS(1620), + [aux_sym__val_number_token4] = ACTIONS(1620), + [aux_sym__val_number_token5] = ACTIONS(1620), + [aux_sym__val_number_token6] = ACTIONS(1620), + [anon_sym_0b] = ACTIONS(1620), + [anon_sym_0o] = ACTIONS(1620), + [anon_sym_0x] = ACTIONS(1620), + [sym_val_date] = ACTIONS(1620), + [anon_sym_DQUOTE] = ACTIONS(1620), + [sym__str_single_quotes] = ACTIONS(1620), + [sym__str_back_ticks] = ACTIONS(1620), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1620), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1620), + [anon_sym_CARET] = ACTIONS(1620), [anon_sym_POUND] = ACTIONS(105), }, [671] = { [sym_comment] = STATE(671), - [ts_builtin_sym_end] = ACTIONS(1576), - [anon_sym_export] = ACTIONS(1574), - [anon_sym_alias] = ACTIONS(1574), - [anon_sym_let] = ACTIONS(1574), - [anon_sym_let_DASHenv] = ACTIONS(1574), - [anon_sym_mut] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1574), - [sym_cmd_identifier] = ACTIONS(1574), - [anon_sym_LF] = ACTIONS(1576), - [anon_sym_def] = ACTIONS(1574), - [anon_sym_export_DASHenv] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym_module] = ACTIONS(1574), - [anon_sym_use] = ACTIONS(1574), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_LPAREN] = ACTIONS(1574), - [anon_sym_DOLLAR] = ACTIONS(1574), - [anon_sym_error] = ACTIONS(1574), - [anon_sym_GT] = ACTIONS(1574), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_in] = ACTIONS(1574), - [anon_sym_loop] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_match] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1574), - [anon_sym_DOT] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_source] = ACTIONS(1574), - [anon_sym_source_DASHenv] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_hide] = ACTIONS(1574), - [anon_sym_hide_DASHenv] = ACTIONS(1574), - [anon_sym_overlay] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1574), - [anon_sym_where] = ACTIONS(1574), - [anon_sym_STAR_STAR] = ACTIONS(1574), - [anon_sym_PLUS_PLUS] = ACTIONS(1574), - [anon_sym_SLASH] = ACTIONS(1574), - [anon_sym_mod] = ACTIONS(1574), - [anon_sym_SLASH_SLASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_bit_DASHshl] = ACTIONS(1574), - [anon_sym_bit_DASHshr] = ACTIONS(1574), - [anon_sym_EQ_EQ] = ACTIONS(1574), - [anon_sym_BANG_EQ] = ACTIONS(1574), - [anon_sym_LT2] = ACTIONS(1574), - [anon_sym_LT_EQ] = ACTIONS(1574), - [anon_sym_GT_EQ] = ACTIONS(1574), - [anon_sym_not_DASHin] = ACTIONS(1574), - [anon_sym_starts_DASHwith] = ACTIONS(1574), - [anon_sym_ends_DASHwith] = ACTIONS(1574), - [anon_sym_EQ_TILDE] = ACTIONS(1574), - [anon_sym_BANG_TILDE] = ACTIONS(1574), - [anon_sym_bit_DASHand] = ACTIONS(1574), - [anon_sym_bit_DASHxor] = ACTIONS(1574), - [anon_sym_bit_DASHor] = ACTIONS(1574), - [anon_sym_and] = ACTIONS(1574), - [anon_sym_xor] = ACTIONS(1574), - [anon_sym_or] = ACTIONS(1574), - [anon_sym_not] = ACTIONS(1574), - [sym_val_nothing] = ACTIONS(1574), - [anon_sym_true] = ACTIONS(1574), - [anon_sym_false] = ACTIONS(1574), - [aux_sym__val_number_decimal_token1] = ACTIONS(1574), - [aux_sym__val_number_token1] = ACTIONS(1574), - [aux_sym__val_number_token2] = ACTIONS(1574), - [aux_sym__val_number_token3] = ACTIONS(1574), - [aux_sym__val_number_token4] = ACTIONS(1574), - [aux_sym__val_number_token5] = ACTIONS(1574), - [aux_sym__val_number_token6] = ACTIONS(1574), - [anon_sym_0b] = ACTIONS(1574), - [anon_sym_0o] = ACTIONS(1574), - [anon_sym_0x] = ACTIONS(1574), - [sym_val_date] = ACTIONS(1574), - [anon_sym_DQUOTE] = ACTIONS(1574), - [sym__str_single_quotes] = ACTIONS(1574), - [sym__str_back_ticks] = ACTIONS(1574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1574), - [anon_sym_CARET] = ACTIONS(1574), + [ts_builtin_sym_end] = ACTIONS(1634), + [anon_sym_export] = ACTIONS(1632), + [anon_sym_alias] = ACTIONS(1632), + [anon_sym_let] = ACTIONS(1632), + [anon_sym_let_DASHenv] = ACTIONS(1632), + [anon_sym_mut] = ACTIONS(1632), + [anon_sym_const] = ACTIONS(1632), + [anon_sym_SEMI] = ACTIONS(1632), + [sym_cmd_identifier] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_def] = ACTIONS(1632), + [anon_sym_export_DASHenv] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym_module] = ACTIONS(1632), + [anon_sym_use] = ACTIONS(1632), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_LPAREN] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1632), + [anon_sym_error] = ACTIONS(1632), + [anon_sym_GT] = ACTIONS(1632), + [anon_sym_DASH] = ACTIONS(1632), + [anon_sym_break] = ACTIONS(1632), + [anon_sym_continue] = ACTIONS(1632), + [anon_sym_for] = ACTIONS(1632), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_loop] = ACTIONS(1632), + [anon_sym_while] = ACTIONS(1632), + [anon_sym_do] = ACTIONS(1632), + [anon_sym_if] = ACTIONS(1632), + [anon_sym_match] = ACTIONS(1632), + [anon_sym_LBRACE] = ACTIONS(1632), + [anon_sym_DOT] = ACTIONS(1632), + [anon_sym_try] = ACTIONS(1632), + [anon_sym_return] = ACTIONS(1632), + [anon_sym_source] = ACTIONS(1632), + [anon_sym_source_DASHenv] = ACTIONS(1632), + [anon_sym_register] = ACTIONS(1632), + [anon_sym_hide] = ACTIONS(1632), + [anon_sym_hide_DASHenv] = ACTIONS(1632), + [anon_sym_overlay] = ACTIONS(1632), + [anon_sym_STAR] = ACTIONS(1632), + [anon_sym_where] = ACTIONS(1632), + [anon_sym_STAR_STAR] = ACTIONS(1632), + [anon_sym_PLUS_PLUS] = ACTIONS(1632), + [anon_sym_SLASH] = ACTIONS(1632), + [anon_sym_mod] = ACTIONS(1632), + [anon_sym_SLASH_SLASH] = ACTIONS(1632), + [anon_sym_PLUS] = ACTIONS(1632), + [anon_sym_bit_DASHshl] = ACTIONS(1632), + [anon_sym_bit_DASHshr] = ACTIONS(1632), + [anon_sym_EQ_EQ] = ACTIONS(1632), + [anon_sym_BANG_EQ] = ACTIONS(1632), + [anon_sym_LT2] = ACTIONS(1632), + [anon_sym_LT_EQ] = ACTIONS(1632), + [anon_sym_GT_EQ] = ACTIONS(1632), + [anon_sym_not_DASHin] = ACTIONS(1632), + [anon_sym_starts_DASHwith] = ACTIONS(1632), + [anon_sym_ends_DASHwith] = ACTIONS(1632), + [anon_sym_EQ_TILDE] = ACTIONS(1632), + [anon_sym_BANG_TILDE] = ACTIONS(1632), + [anon_sym_bit_DASHand] = ACTIONS(1632), + [anon_sym_bit_DASHxor] = ACTIONS(1632), + [anon_sym_bit_DASHor] = ACTIONS(1632), + [anon_sym_and] = ACTIONS(1632), + [anon_sym_xor] = ACTIONS(1632), + [anon_sym_or] = ACTIONS(1632), + [anon_sym_not] = ACTIONS(1632), + [anon_sym_null] = ACTIONS(1632), + [anon_sym_true] = ACTIONS(1632), + [anon_sym_false] = ACTIONS(1632), + [aux_sym__val_number_decimal_token1] = ACTIONS(1632), + [aux_sym__val_number_token1] = ACTIONS(1632), + [aux_sym__val_number_token2] = ACTIONS(1632), + [aux_sym__val_number_token3] = ACTIONS(1632), + [aux_sym__val_number_token4] = ACTIONS(1632), + [aux_sym__val_number_token5] = ACTIONS(1632), + [aux_sym__val_number_token6] = ACTIONS(1632), + [anon_sym_0b] = ACTIONS(1632), + [anon_sym_0o] = ACTIONS(1632), + [anon_sym_0x] = ACTIONS(1632), + [sym_val_date] = ACTIONS(1632), + [anon_sym_DQUOTE] = ACTIONS(1632), + [sym__str_single_quotes] = ACTIONS(1632), + [sym__str_back_ticks] = ACTIONS(1632), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1632), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1632), + [anon_sym_CARET] = ACTIONS(1632), [anon_sym_POUND] = ACTIONS(105), }, [672] = { [sym_comment] = STATE(672), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1642), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1644), - [anon_sym_where] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_SLASH] = ACTIONS(1644), - [anon_sym_mod] = ACTIONS(1644), - [anon_sym_SLASH_SLASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_bit_DASHshl] = ACTIONS(1648), - [anon_sym_bit_DASHshr] = ACTIONS(1648), - [anon_sym_EQ_EQ] = ACTIONS(1638), - [anon_sym_BANG_EQ] = ACTIONS(1638), - [anon_sym_LT2] = ACTIONS(1638), - [anon_sym_LT_EQ] = ACTIONS(1638), - [anon_sym_GT_EQ] = ACTIONS(1638), - [anon_sym_not_DASHin] = ACTIONS(1642), - [anon_sym_starts_DASHwith] = ACTIONS(1642), - [anon_sym_ends_DASHwith] = ACTIONS(1642), - [anon_sym_EQ_TILDE] = ACTIONS(1650), - [anon_sym_BANG_TILDE] = ACTIONS(1650), - [anon_sym_bit_DASHand] = ACTIONS(1652), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [anon_sym_not] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(1602), + [anon_sym_export] = ACTIONS(1600), + [anon_sym_alias] = ACTIONS(1600), + [anon_sym_let] = ACTIONS(1600), + [anon_sym_let_DASHenv] = ACTIONS(1600), + [anon_sym_mut] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1600), + [sym_cmd_identifier] = ACTIONS(1600), + [anon_sym_LF] = ACTIONS(1602), + [anon_sym_def] = ACTIONS(1600), + [anon_sym_export_DASHenv] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym_module] = ACTIONS(1600), + [anon_sym_use] = ACTIONS(1600), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_error] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_loop] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_match] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_source] = ACTIONS(1600), + [anon_sym_source_DASHenv] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_hide] = ACTIONS(1600), + [anon_sym_hide_DASHenv] = ACTIONS(1600), + [anon_sym_overlay] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_where] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1600), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1600), + [anon_sym_BANG_EQ] = ACTIONS(1600), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1600), + [anon_sym_GT_EQ] = ACTIONS(1600), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1600), + [anon_sym_BANG_TILDE] = ACTIONS(1600), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [anon_sym_not] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), + [anon_sym_true] = ACTIONS(1600), + [anon_sym_false] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [aux_sym__val_number_token1] = ACTIONS(1600), + [aux_sym__val_number_token2] = ACTIONS(1600), + [aux_sym__val_number_token3] = ACTIONS(1600), + [aux_sym__val_number_token4] = ACTIONS(1600), + [aux_sym__val_number_token5] = ACTIONS(1600), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_0b] = ACTIONS(1600), + [anon_sym_0o] = ACTIONS(1600), + [anon_sym_0x] = ACTIONS(1600), + [sym_val_date] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [sym__str_single_quotes] = ACTIONS(1600), + [sym__str_back_ticks] = ACTIONS(1600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(105), + }, + [673] = { + [sym_comment] = STATE(673), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1686), + [anon_sym_bit_DASHxor] = ACTIONS(1688), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [674] = { + [sym_comment] = STATE(674), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [675] = { + [sym_comment] = STATE(675), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1686), + [anon_sym_bit_DASHxor] = ACTIONS(1688), + [anon_sym_bit_DASHor] = ACTIONS(1690), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [676] = { + [sym_comment] = STATE(676), + [ts_builtin_sym_end] = ACTIONS(1602), + [anon_sym_export] = ACTIONS(1600), + [anon_sym_alias] = ACTIONS(1600), + [anon_sym_let] = ACTIONS(1600), + [anon_sym_let_DASHenv] = ACTIONS(1600), + [anon_sym_mut] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [anon_sym_SEMI] = ACTIONS(1600), + [sym_cmd_identifier] = ACTIONS(1600), + [anon_sym_LF] = ACTIONS(1602), + [anon_sym_def] = ACTIONS(1600), + [anon_sym_export_DASHenv] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym_module] = ACTIONS(1600), + [anon_sym_use] = ACTIONS(1600), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_error] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_loop] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_match] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_source] = ACTIONS(1600), + [anon_sym_source_DASHenv] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_hide] = ACTIONS(1600), + [anon_sym_hide_DASHenv] = ACTIONS(1600), + [anon_sym_overlay] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_where] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1600), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1600), + [anon_sym_BANG_EQ] = ACTIONS(1600), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1600), + [anon_sym_GT_EQ] = ACTIONS(1600), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1600), + [anon_sym_BANG_TILDE] = ACTIONS(1600), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [anon_sym_not] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), + [anon_sym_true] = ACTIONS(1600), + [anon_sym_false] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [aux_sym__val_number_token1] = ACTIONS(1600), + [aux_sym__val_number_token2] = ACTIONS(1600), + [aux_sym__val_number_token3] = ACTIONS(1600), + [aux_sym__val_number_token4] = ACTIONS(1600), + [aux_sym__val_number_token5] = ACTIONS(1600), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_0b] = ACTIONS(1600), + [anon_sym_0o] = ACTIONS(1600), + [anon_sym_0x] = ACTIONS(1600), + [sym_val_date] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [sym__str_single_quotes] = ACTIONS(1600), + [sym__str_back_ticks] = ACTIONS(1600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1600), + [anon_sym_CARET] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(105), + }, + [677] = { + [sym_comment] = STATE(677), + [ts_builtin_sym_end] = ACTIONS(1630), + [anon_sym_export] = ACTIONS(1628), + [anon_sym_alias] = ACTIONS(1628), + [anon_sym_let] = ACTIONS(1628), + [anon_sym_let_DASHenv] = ACTIONS(1628), + [anon_sym_mut] = ACTIONS(1628), + [anon_sym_const] = ACTIONS(1628), + [anon_sym_SEMI] = ACTIONS(1628), + [sym_cmd_identifier] = ACTIONS(1628), + [anon_sym_LF] = ACTIONS(1630), + [anon_sym_def] = ACTIONS(1628), + [anon_sym_export_DASHenv] = ACTIONS(1628), + [anon_sym_extern] = ACTIONS(1628), + [anon_sym_module] = ACTIONS(1628), + [anon_sym_use] = ACTIONS(1628), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_LPAREN] = ACTIONS(1628), + [anon_sym_DOLLAR] = ACTIONS(1628), + [anon_sym_error] = ACTIONS(1628), + [anon_sym_GT] = ACTIONS(1628), + [anon_sym_DASH] = ACTIONS(1628), + [anon_sym_break] = ACTIONS(1628), + [anon_sym_continue] = ACTIONS(1628), + [anon_sym_for] = ACTIONS(1628), + [anon_sym_in] = ACTIONS(1628), + [anon_sym_loop] = ACTIONS(1628), + [anon_sym_while] = ACTIONS(1628), + [anon_sym_do] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1628), + [anon_sym_match] = ACTIONS(1628), + [anon_sym_LBRACE] = ACTIONS(1628), + [anon_sym_DOT] = ACTIONS(1628), + [anon_sym_try] = ACTIONS(1628), + [anon_sym_return] = ACTIONS(1628), + [anon_sym_source] = ACTIONS(1628), + [anon_sym_source_DASHenv] = ACTIONS(1628), + [anon_sym_register] = ACTIONS(1628), + [anon_sym_hide] = ACTIONS(1628), + [anon_sym_hide_DASHenv] = ACTIONS(1628), + [anon_sym_overlay] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(1628), + [anon_sym_where] = ACTIONS(1628), + [anon_sym_STAR_STAR] = ACTIONS(1628), + [anon_sym_PLUS_PLUS] = ACTIONS(1628), + [anon_sym_SLASH] = ACTIONS(1628), + [anon_sym_mod] = ACTIONS(1628), + [anon_sym_SLASH_SLASH] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(1628), + [anon_sym_bit_DASHshl] = ACTIONS(1628), + [anon_sym_bit_DASHshr] = ACTIONS(1628), + [anon_sym_EQ_EQ] = ACTIONS(1628), + [anon_sym_BANG_EQ] = ACTIONS(1628), + [anon_sym_LT2] = ACTIONS(1628), + [anon_sym_LT_EQ] = ACTIONS(1628), + [anon_sym_GT_EQ] = ACTIONS(1628), + [anon_sym_not_DASHin] = ACTIONS(1628), + [anon_sym_starts_DASHwith] = ACTIONS(1628), + [anon_sym_ends_DASHwith] = ACTIONS(1628), + [anon_sym_EQ_TILDE] = ACTIONS(1628), + [anon_sym_BANG_TILDE] = ACTIONS(1628), + [anon_sym_bit_DASHand] = ACTIONS(1628), + [anon_sym_bit_DASHxor] = ACTIONS(1628), + [anon_sym_bit_DASHor] = ACTIONS(1628), + [anon_sym_and] = ACTIONS(1628), + [anon_sym_xor] = ACTIONS(1628), + [anon_sym_or] = ACTIONS(1628), + [anon_sym_not] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_true] = ACTIONS(1628), + [anon_sym_false] = ACTIONS(1628), + [aux_sym__val_number_decimal_token1] = ACTIONS(1628), + [aux_sym__val_number_token1] = ACTIONS(1628), + [aux_sym__val_number_token2] = ACTIONS(1628), + [aux_sym__val_number_token3] = ACTIONS(1628), + [aux_sym__val_number_token4] = ACTIONS(1628), + [aux_sym__val_number_token5] = ACTIONS(1628), + [aux_sym__val_number_token6] = ACTIONS(1628), + [anon_sym_0b] = ACTIONS(1628), + [anon_sym_0o] = ACTIONS(1628), + [anon_sym_0x] = ACTIONS(1628), + [sym_val_date] = ACTIONS(1628), + [anon_sym_DQUOTE] = ACTIONS(1628), + [sym__str_single_quotes] = ACTIONS(1628), + [sym__str_back_ticks] = ACTIONS(1628), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1628), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1628), + [anon_sym_CARET] = ACTIONS(1628), + [anon_sym_POUND] = ACTIONS(105), + }, + [678] = { + [sym_comment] = STATE(678), + [ts_builtin_sym_end] = ACTIONS(1570), + [anon_sym_export] = ACTIONS(1568), + [anon_sym_alias] = ACTIONS(1568), + [anon_sym_let] = ACTIONS(1568), + [anon_sym_let_DASHenv] = ACTIONS(1568), + [anon_sym_mut] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [anon_sym_SEMI] = ACTIONS(1568), + [sym_cmd_identifier] = ACTIONS(1568), + [anon_sym_LF] = ACTIONS(1570), + [anon_sym_def] = ACTIONS(1568), + [anon_sym_export_DASHenv] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym_module] = ACTIONS(1568), + [anon_sym_use] = ACTIONS(1568), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_LPAREN] = ACTIONS(1568), + [anon_sym_DOLLAR] = ACTIONS(1568), + [anon_sym_error] = ACTIONS(1568), + [anon_sym_GT] = ACTIONS(1568), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_in] = ACTIONS(1568), + [anon_sym_loop] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_match] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1568), + [anon_sym_DOT] = ACTIONS(1568), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_source] = ACTIONS(1568), + [anon_sym_source_DASHenv] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_hide] = ACTIONS(1568), + [anon_sym_hide_DASHenv] = ACTIONS(1568), + [anon_sym_overlay] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_where] = ACTIONS(1568), + [anon_sym_STAR_STAR] = ACTIONS(1568), + [anon_sym_PLUS_PLUS] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(1568), + [anon_sym_mod] = ACTIONS(1568), + [anon_sym_SLASH_SLASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_bit_DASHshl] = ACTIONS(1568), + [anon_sym_bit_DASHshr] = ACTIONS(1568), + [anon_sym_EQ_EQ] = ACTIONS(1568), + [anon_sym_BANG_EQ] = ACTIONS(1568), + [anon_sym_LT2] = ACTIONS(1568), + [anon_sym_LT_EQ] = ACTIONS(1568), + [anon_sym_GT_EQ] = ACTIONS(1568), + [anon_sym_not_DASHin] = ACTIONS(1568), + [anon_sym_starts_DASHwith] = ACTIONS(1568), + [anon_sym_ends_DASHwith] = ACTIONS(1568), + [anon_sym_EQ_TILDE] = ACTIONS(1568), + [anon_sym_BANG_TILDE] = ACTIONS(1568), + [anon_sym_bit_DASHand] = ACTIONS(1568), + [anon_sym_bit_DASHxor] = ACTIONS(1568), + [anon_sym_bit_DASHor] = ACTIONS(1568), + [anon_sym_and] = ACTIONS(1568), + [anon_sym_xor] = ACTIONS(1568), + [anon_sym_or] = ACTIONS(1568), + [anon_sym_not] = ACTIONS(1568), + [anon_sym_null] = ACTIONS(1568), + [anon_sym_true] = ACTIONS(1568), + [anon_sym_false] = ACTIONS(1568), + [aux_sym__val_number_decimal_token1] = ACTIONS(1568), + [aux_sym__val_number_token1] = ACTIONS(1568), + [aux_sym__val_number_token2] = ACTIONS(1568), + [aux_sym__val_number_token3] = ACTIONS(1568), + [aux_sym__val_number_token4] = ACTIONS(1568), + [aux_sym__val_number_token5] = ACTIONS(1568), + [aux_sym__val_number_token6] = ACTIONS(1568), + [anon_sym_0b] = ACTIONS(1568), + [anon_sym_0o] = ACTIONS(1568), + [anon_sym_0x] = ACTIONS(1568), + [sym_val_date] = ACTIONS(1568), + [anon_sym_DQUOTE] = ACTIONS(1568), + [sym__str_single_quotes] = ACTIONS(1568), + [sym__str_back_ticks] = ACTIONS(1568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1568), + [anon_sym_CARET] = ACTIONS(1568), + [anon_sym_POUND] = ACTIONS(105), + }, + [679] = { + [sym_comment] = STATE(679), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [680] = { + [sym_comment] = STATE(680), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1686), + [anon_sym_bit_DASHxor] = ACTIONS(1688), + [anon_sym_bit_DASHor] = ACTIONS(1690), + [anon_sym_and] = ACTIONS(1692), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [681] = { + [sym_comment] = STATE(681), + [ts_builtin_sym_end] = ACTIONS(1477), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [682] = { + [sym_comment] = STATE(682), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [673] = { - [sym_comment] = STATE(673), - [ts_builtin_sym_end] = ACTIONS(1467), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_alias] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_let_DASHenv] = ACTIONS(1465), - [anon_sym_mut] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1465), - [sym_cmd_identifier] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_def] = ACTIONS(1465), - [anon_sym_export_DASHenv] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_error] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_source] = ACTIONS(1465), - [anon_sym_source_DASHenv] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_hide] = ACTIONS(1465), - [anon_sym_hide_DASHenv] = ACTIONS(1465), - [anon_sym_overlay] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_where] = ACTIONS(1465), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [anon_sym_not] = ACTIONS(1465), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_CARET] = ACTIONS(1465), + [683] = { + [sym_comment] = STATE(683), + [ts_builtin_sym_end] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1668), + [anon_sym_alias] = ACTIONS(1668), + [anon_sym_let] = ACTIONS(1668), + [anon_sym_let_DASHenv] = ACTIONS(1668), + [anon_sym_mut] = ACTIONS(1668), + [anon_sym_const] = ACTIONS(1668), + [anon_sym_SEMI] = ACTIONS(1668), + [sym_cmd_identifier] = ACTIONS(1668), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_def] = ACTIONS(1668), + [anon_sym_export_DASHenv] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym_module] = ACTIONS(1668), + [anon_sym_use] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_error] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_break] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(1668), + [anon_sym_for] = ACTIONS(1668), + [anon_sym_in] = ACTIONS(1668), + [anon_sym_loop] = ACTIONS(1668), + [anon_sym_while] = ACTIONS(1668), + [anon_sym_do] = ACTIONS(1668), + [anon_sym_if] = ACTIONS(1668), + [anon_sym_match] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_try] = ACTIONS(1668), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_source] = ACTIONS(1668), + [anon_sym_source_DASHenv] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_hide] = ACTIONS(1668), + [anon_sym_hide_DASHenv] = ACTIONS(1668), + [anon_sym_overlay] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_where] = ACTIONS(1668), + [anon_sym_STAR_STAR] = ACTIONS(1668), + [anon_sym_PLUS_PLUS] = ACTIONS(1668), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_mod] = ACTIONS(1668), + [anon_sym_SLASH_SLASH] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_bit_DASHshl] = ACTIONS(1668), + [anon_sym_bit_DASHshr] = ACTIONS(1668), + [anon_sym_EQ_EQ] = ACTIONS(1668), + [anon_sym_BANG_EQ] = ACTIONS(1668), + [anon_sym_LT2] = ACTIONS(1668), + [anon_sym_LT_EQ] = ACTIONS(1668), + [anon_sym_GT_EQ] = ACTIONS(1668), + [anon_sym_not_DASHin] = ACTIONS(1668), + [anon_sym_starts_DASHwith] = ACTIONS(1668), + [anon_sym_ends_DASHwith] = ACTIONS(1668), + [anon_sym_EQ_TILDE] = ACTIONS(1668), + [anon_sym_BANG_TILDE] = ACTIONS(1668), + [anon_sym_bit_DASHand] = ACTIONS(1668), + [anon_sym_bit_DASHxor] = ACTIONS(1668), + [anon_sym_bit_DASHor] = ACTIONS(1668), + [anon_sym_and] = ACTIONS(1668), + [anon_sym_xor] = ACTIONS(1668), + [anon_sym_or] = ACTIONS(1668), + [anon_sym_not] = ACTIONS(1668), + [anon_sym_null] = ACTIONS(1668), + [anon_sym_true] = ACTIONS(1668), + [anon_sym_false] = ACTIONS(1668), + [aux_sym__val_number_decimal_token1] = ACTIONS(1668), + [aux_sym__val_number_token1] = ACTIONS(1668), + [aux_sym__val_number_token2] = ACTIONS(1668), + [aux_sym__val_number_token3] = ACTIONS(1668), + [aux_sym__val_number_token4] = ACTIONS(1668), + [aux_sym__val_number_token5] = ACTIONS(1668), + [aux_sym__val_number_token6] = ACTIONS(1668), + [anon_sym_0b] = ACTIONS(1668), + [anon_sym_0o] = ACTIONS(1668), + [anon_sym_0x] = ACTIONS(1668), + [sym_val_date] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym__str_single_quotes] = ACTIONS(1668), + [sym__str_back_ticks] = ACTIONS(1668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), + [anon_sym_CARET] = ACTIONS(1668), [anon_sym_POUND] = ACTIONS(105), }, - [674] = { - [sym_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_where] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [anon_sym_not] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [684] = { + [sym_comment] = STATE(684), + [ts_builtin_sym_end] = ACTIONS(1517), + [anon_sym_export] = ACTIONS(1515), + [anon_sym_alias] = ACTIONS(1515), + [anon_sym_let] = ACTIONS(1515), + [anon_sym_let_DASHenv] = ACTIONS(1515), + [anon_sym_mut] = ACTIONS(1515), + [anon_sym_const] = ACTIONS(1515), + [anon_sym_SEMI] = ACTIONS(1515), + [sym_cmd_identifier] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_def] = ACTIONS(1515), + [anon_sym_export_DASHenv] = ACTIONS(1515), + [anon_sym_extern] = ACTIONS(1515), + [anon_sym_module] = ACTIONS(1515), + [anon_sym_use] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_error] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1515), + [anon_sym_continue] = ACTIONS(1515), + [anon_sym_for] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1515), + [anon_sym_while] = ACTIONS(1515), + [anon_sym_do] = ACTIONS(1515), + [anon_sym_if] = ACTIONS(1515), + [anon_sym_match] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_try] = ACTIONS(1515), + [anon_sym_return] = ACTIONS(1515), + [anon_sym_source] = ACTIONS(1515), + [anon_sym_source_DASHenv] = ACTIONS(1515), + [anon_sym_register] = ACTIONS(1515), + [anon_sym_hide] = ACTIONS(1515), + [anon_sym_hide_DASHenv] = ACTIONS(1515), + [anon_sym_overlay] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_where] = ACTIONS(1515), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_not] = ACTIONS(1515), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_CARET] = ACTIONS(1515), [anon_sym_POUND] = ACTIONS(105), }, - [675] = { - [sym_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(1580), - [anon_sym_export] = ACTIONS(1578), - [anon_sym_alias] = ACTIONS(1578), - [anon_sym_let] = ACTIONS(1578), - [anon_sym_let_DASHenv] = ACTIONS(1578), - [anon_sym_mut] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1578), - [sym_cmd_identifier] = ACTIONS(1578), - [anon_sym_LF] = ACTIONS(1580), - [anon_sym_def] = ACTIONS(1578), - [anon_sym_export_DASHenv] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_use] = ACTIONS(1578), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1578), - [anon_sym_DOLLAR] = ACTIONS(1578), - [anon_sym_error] = ACTIONS(1578), - [anon_sym_GT] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_in] = ACTIONS(1578), - [anon_sym_loop] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_match] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1578), - [anon_sym_DOT] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_source] = ACTIONS(1578), - [anon_sym_source_DASHenv] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_hide] = ACTIONS(1578), - [anon_sym_hide_DASHenv] = ACTIONS(1578), - [anon_sym_overlay] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1578), - [anon_sym_where] = ACTIONS(1578), - [anon_sym_STAR_STAR] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1578), - [anon_sym_SLASH] = ACTIONS(1578), - [anon_sym_mod] = ACTIONS(1578), - [anon_sym_SLASH_SLASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_bit_DASHshl] = ACTIONS(1578), - [anon_sym_bit_DASHshr] = ACTIONS(1578), - [anon_sym_EQ_EQ] = ACTIONS(1578), - [anon_sym_BANG_EQ] = ACTIONS(1578), - [anon_sym_LT2] = ACTIONS(1578), - [anon_sym_LT_EQ] = ACTIONS(1578), - [anon_sym_GT_EQ] = ACTIONS(1578), - [anon_sym_not_DASHin] = ACTIONS(1578), - [anon_sym_starts_DASHwith] = ACTIONS(1578), - [anon_sym_ends_DASHwith] = ACTIONS(1578), - [anon_sym_EQ_TILDE] = ACTIONS(1578), - [anon_sym_BANG_TILDE] = ACTIONS(1578), - [anon_sym_bit_DASHand] = ACTIONS(1578), - [anon_sym_bit_DASHxor] = ACTIONS(1578), - [anon_sym_bit_DASHor] = ACTIONS(1578), - [anon_sym_and] = ACTIONS(1578), - [anon_sym_xor] = ACTIONS(1578), - [anon_sym_or] = ACTIONS(1578), - [anon_sym_not] = ACTIONS(1578), - [sym_val_nothing] = ACTIONS(1578), - [anon_sym_true] = ACTIONS(1578), - [anon_sym_false] = ACTIONS(1578), - [aux_sym__val_number_decimal_token1] = ACTIONS(1578), - [aux_sym__val_number_token1] = ACTIONS(1578), - [aux_sym__val_number_token2] = ACTIONS(1578), - [aux_sym__val_number_token3] = ACTIONS(1578), - [aux_sym__val_number_token4] = ACTIONS(1578), - [aux_sym__val_number_token5] = ACTIONS(1578), - [aux_sym__val_number_token6] = ACTIONS(1578), - [anon_sym_0b] = ACTIONS(1578), - [anon_sym_0o] = ACTIONS(1578), - [anon_sym_0x] = ACTIONS(1578), - [sym_val_date] = ACTIONS(1578), - [anon_sym_DQUOTE] = ACTIONS(1578), - [sym__str_single_quotes] = ACTIONS(1578), - [sym__str_back_ticks] = ACTIONS(1578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1578), - [anon_sym_CARET] = ACTIONS(1578), + [685] = { + [sym_comment] = STATE(685), + [ts_builtin_sym_end] = ACTIONS(1618), + [anon_sym_export] = ACTIONS(1616), + [anon_sym_alias] = ACTIONS(1616), + [anon_sym_let] = ACTIONS(1616), + [anon_sym_let_DASHenv] = ACTIONS(1616), + [anon_sym_mut] = ACTIONS(1616), + [anon_sym_const] = ACTIONS(1616), + [anon_sym_SEMI] = ACTIONS(1616), + [sym_cmd_identifier] = ACTIONS(1616), + [anon_sym_LF] = ACTIONS(1618), + [anon_sym_def] = ACTIONS(1616), + [anon_sym_export_DASHenv] = ACTIONS(1616), + [anon_sym_extern] = ACTIONS(1616), + [anon_sym_module] = ACTIONS(1616), + [anon_sym_use] = ACTIONS(1616), + [anon_sym_LBRACK] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1616), + [anon_sym_DOLLAR] = ACTIONS(1616), + [anon_sym_error] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_break] = ACTIONS(1616), + [anon_sym_continue] = ACTIONS(1616), + [anon_sym_for] = ACTIONS(1616), + [anon_sym_in] = ACTIONS(1616), + [anon_sym_loop] = ACTIONS(1616), + [anon_sym_while] = ACTIONS(1616), + [anon_sym_do] = ACTIONS(1616), + [anon_sym_if] = ACTIONS(1616), + [anon_sym_match] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1616), + [anon_sym_DOT] = ACTIONS(1616), + [anon_sym_try] = ACTIONS(1616), + [anon_sym_return] = ACTIONS(1616), + [anon_sym_source] = ACTIONS(1616), + [anon_sym_source_DASHenv] = ACTIONS(1616), + [anon_sym_register] = ACTIONS(1616), + [anon_sym_hide] = ACTIONS(1616), + [anon_sym_hide_DASHenv] = ACTIONS(1616), + [anon_sym_overlay] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1616), + [anon_sym_where] = ACTIONS(1616), + [anon_sym_STAR_STAR] = ACTIONS(1616), + [anon_sym_PLUS_PLUS] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_mod] = ACTIONS(1616), + [anon_sym_SLASH_SLASH] = ACTIONS(1616), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_bit_DASHshl] = ACTIONS(1616), + [anon_sym_bit_DASHshr] = ACTIONS(1616), + [anon_sym_EQ_EQ] = ACTIONS(1616), + [anon_sym_BANG_EQ] = ACTIONS(1616), + [anon_sym_LT2] = ACTIONS(1616), + [anon_sym_LT_EQ] = ACTIONS(1616), + [anon_sym_GT_EQ] = ACTIONS(1616), + [anon_sym_not_DASHin] = ACTIONS(1616), + [anon_sym_starts_DASHwith] = ACTIONS(1616), + [anon_sym_ends_DASHwith] = ACTIONS(1616), + [anon_sym_EQ_TILDE] = ACTIONS(1616), + [anon_sym_BANG_TILDE] = ACTIONS(1616), + [anon_sym_bit_DASHand] = ACTIONS(1616), + [anon_sym_bit_DASHxor] = ACTIONS(1616), + [anon_sym_bit_DASHor] = ACTIONS(1616), + [anon_sym_and] = ACTIONS(1616), + [anon_sym_xor] = ACTIONS(1616), + [anon_sym_or] = ACTIONS(1616), + [anon_sym_not] = ACTIONS(1616), + [anon_sym_null] = ACTIONS(1616), + [anon_sym_true] = ACTIONS(1616), + [anon_sym_false] = ACTIONS(1616), + [aux_sym__val_number_decimal_token1] = ACTIONS(1616), + [aux_sym__val_number_token1] = ACTIONS(1616), + [aux_sym__val_number_token2] = ACTIONS(1616), + [aux_sym__val_number_token3] = ACTIONS(1616), + [aux_sym__val_number_token4] = ACTIONS(1616), + [aux_sym__val_number_token5] = ACTIONS(1616), + [aux_sym__val_number_token6] = ACTIONS(1616), + [anon_sym_0b] = ACTIONS(1616), + [anon_sym_0o] = ACTIONS(1616), + [anon_sym_0x] = ACTIONS(1616), + [sym_val_date] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1616), + [sym__str_single_quotes] = ACTIONS(1616), + [sym__str_back_ticks] = ACTIONS(1616), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1616), + [anon_sym_CARET] = ACTIONS(1616), [anon_sym_POUND] = ACTIONS(105), }, - [676] = { - [sym_comment] = STATE(676), + [686] = { + [sym_comment] = STATE(686), [ts_builtin_sym_end] = ACTIONS(1598), [anon_sym_export] = ACTIONS(1596), [anon_sym_alias] = ACTIONS(1596), @@ -154001,7 +155954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(1596), [anon_sym_or] = ACTIONS(1596), [anon_sym_not] = ACTIONS(1596), - [sym_val_nothing] = ACTIONS(1596), + [anon_sym_null] = ACTIONS(1596), [anon_sym_true] = ACTIONS(1596), [anon_sym_false] = ACTIONS(1596), [aux_sym__val_number_decimal_token1] = ACTIONS(1596), @@ -154023,462 +155976,1285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1596), [anon_sym_POUND] = ACTIONS(105), }, - [677] = { - [sym_comment] = STATE(677), - [ts_builtin_sym_end] = ACTIONS(1540), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_alias] = ACTIONS(1538), - [anon_sym_let] = ACTIONS(1538), - [anon_sym_let_DASHenv] = ACTIONS(1538), - [anon_sym_mut] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [anon_sym_SEMI] = ACTIONS(1538), - [sym_cmd_identifier] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_def] = ACTIONS(1538), - [anon_sym_export_DASHenv] = ACTIONS(1538), - [anon_sym_extern] = ACTIONS(1538), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_use] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_error] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_continue] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_loop] = ACTIONS(1538), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_do] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_match] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_try] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_source] = ACTIONS(1538), - [anon_sym_source_DASHenv] = ACTIONS(1538), - [anon_sym_register] = ACTIONS(1538), - [anon_sym_hide] = ACTIONS(1538), - [anon_sym_hide_DASHenv] = ACTIONS(1538), - [anon_sym_overlay] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_where] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [anon_sym_not] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_CARET] = ACTIONS(1538), + [687] = { + [sym_comment] = STATE(687), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [678] = { - [sym_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(1494), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), + [688] = { + [sym_comment] = STATE(688), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1674), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1676), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1678), + [anon_sym_where] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1680), + [anon_sym_SLASH] = ACTIONS(1678), + [anon_sym_mod] = ACTIONS(1678), + [anon_sym_SLASH_SLASH] = ACTIONS(1678), + [anon_sym_PLUS] = ACTIONS(1674), + [anon_sym_bit_DASHshl] = ACTIONS(1682), + [anon_sym_bit_DASHshr] = ACTIONS(1682), + [anon_sym_EQ_EQ] = ACTIONS(1672), + [anon_sym_BANG_EQ] = ACTIONS(1672), + [anon_sym_LT2] = ACTIONS(1672), + [anon_sym_LT_EQ] = ACTIONS(1672), + [anon_sym_GT_EQ] = ACTIONS(1672), + [anon_sym_not_DASHin] = ACTIONS(1676), + [anon_sym_starts_DASHwith] = ACTIONS(1676), + [anon_sym_ends_DASHwith] = ACTIONS(1676), + [anon_sym_EQ_TILDE] = ACTIONS(1684), + [anon_sym_BANG_TILDE] = ACTIONS(1684), + [anon_sym_bit_DASHand] = ACTIONS(1686), + [anon_sym_bit_DASHxor] = ACTIONS(1688), + [anon_sym_bit_DASHor] = ACTIONS(1690), + [anon_sym_and] = ACTIONS(1692), + [anon_sym_xor] = ACTIONS(1694), + [anon_sym_or] = ACTIONS(1696), + [anon_sym_not] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [679] = { - [sym_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [689] = { + [sym_comment] = STATE(689), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [anon_sym_SEMI] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_where] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_not] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_CARET] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [680] = { - [sym_comment] = STATE(680), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_COMMA] = ACTIONS(1345), - [anon_sym_LPAREN] = ACTIONS(1345), - [anon_sym_DOLLAR] = ACTIONS(1345), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_list] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(1664), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_make] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_else] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1345), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(1666), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_catch] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_new] = ACTIONS(1343), - [anon_sym_as] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1345), - [anon_sym_PLUS_PLUS] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1345), - [anon_sym_BANG_EQ] = ACTIONS(1345), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1345), - [anon_sym_GT_EQ] = ACTIONS(1345), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1345), - [anon_sym_BANG_TILDE] = ACTIONS(1345), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(1664), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1345), - [aux_sym__val_number_token2] = ACTIONS(1345), - [aux_sym__val_number_token3] = ACTIONS(1345), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1345), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1345), - [sym__str_single_quotes] = ACTIONS(1345), - [sym__str_back_ticks] = ACTIONS(1345), - [aux_sym__record_key_token2] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(1668), - [aux_sym_unquoted_token6] = ACTIONS(1670), - [anon_sym_POUND] = ACTIONS(3), + [690] = { + [sym_comment] = STATE(690), + [ts_builtin_sym_end] = ACTIONS(1666), + [anon_sym_export] = ACTIONS(1664), + [anon_sym_alias] = ACTIONS(1664), + [anon_sym_let] = ACTIONS(1664), + [anon_sym_let_DASHenv] = ACTIONS(1664), + [anon_sym_mut] = ACTIONS(1664), + [anon_sym_const] = ACTIONS(1664), + [anon_sym_SEMI] = ACTIONS(1664), + [sym_cmd_identifier] = ACTIONS(1664), + [anon_sym_LF] = ACTIONS(1666), + [anon_sym_def] = ACTIONS(1664), + [anon_sym_export_DASHenv] = ACTIONS(1664), + [anon_sym_extern] = ACTIONS(1664), + [anon_sym_module] = ACTIONS(1664), + [anon_sym_use] = ACTIONS(1664), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_DOLLAR] = ACTIONS(1664), + [anon_sym_error] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(1664), + [anon_sym_DASH] = ACTIONS(1664), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1664), + [anon_sym_for] = ACTIONS(1664), + [anon_sym_in] = ACTIONS(1664), + [anon_sym_loop] = ACTIONS(1664), + [anon_sym_while] = ACTIONS(1664), + [anon_sym_do] = ACTIONS(1664), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_match] = ACTIONS(1664), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_DOT] = ACTIONS(1664), + [anon_sym_try] = ACTIONS(1664), + [anon_sym_return] = ACTIONS(1664), + [anon_sym_source] = ACTIONS(1664), + [anon_sym_source_DASHenv] = ACTIONS(1664), + [anon_sym_register] = ACTIONS(1664), + [anon_sym_hide] = ACTIONS(1664), + [anon_sym_hide_DASHenv] = ACTIONS(1664), + [anon_sym_overlay] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1664), + [anon_sym_where] = ACTIONS(1664), + [anon_sym_STAR_STAR] = ACTIONS(1664), + [anon_sym_PLUS_PLUS] = ACTIONS(1664), + [anon_sym_SLASH] = ACTIONS(1664), + [anon_sym_mod] = ACTIONS(1664), + [anon_sym_SLASH_SLASH] = ACTIONS(1664), + [anon_sym_PLUS] = ACTIONS(1664), + [anon_sym_bit_DASHshl] = ACTIONS(1664), + [anon_sym_bit_DASHshr] = ACTIONS(1664), + [anon_sym_EQ_EQ] = ACTIONS(1664), + [anon_sym_BANG_EQ] = ACTIONS(1664), + [anon_sym_LT2] = ACTIONS(1664), + [anon_sym_LT_EQ] = ACTIONS(1664), + [anon_sym_GT_EQ] = ACTIONS(1664), + [anon_sym_not_DASHin] = ACTIONS(1664), + [anon_sym_starts_DASHwith] = ACTIONS(1664), + [anon_sym_ends_DASHwith] = ACTIONS(1664), + [anon_sym_EQ_TILDE] = ACTIONS(1664), + [anon_sym_BANG_TILDE] = ACTIONS(1664), + [anon_sym_bit_DASHand] = ACTIONS(1664), + [anon_sym_bit_DASHxor] = ACTIONS(1664), + [anon_sym_bit_DASHor] = ACTIONS(1664), + [anon_sym_and] = ACTIONS(1664), + [anon_sym_xor] = ACTIONS(1664), + [anon_sym_or] = ACTIONS(1664), + [anon_sym_not] = ACTIONS(1664), + [anon_sym_null] = ACTIONS(1664), + [anon_sym_true] = ACTIONS(1664), + [anon_sym_false] = ACTIONS(1664), + [aux_sym__val_number_decimal_token1] = ACTIONS(1664), + [aux_sym__val_number_token1] = ACTIONS(1664), + [aux_sym__val_number_token2] = ACTIONS(1664), + [aux_sym__val_number_token3] = ACTIONS(1664), + [aux_sym__val_number_token4] = ACTIONS(1664), + [aux_sym__val_number_token5] = ACTIONS(1664), + [aux_sym__val_number_token6] = ACTIONS(1664), + [anon_sym_0b] = ACTIONS(1664), + [anon_sym_0o] = ACTIONS(1664), + [anon_sym_0x] = ACTIONS(1664), + [sym_val_date] = ACTIONS(1664), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1664), + [sym__str_back_ticks] = ACTIONS(1664), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1664), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1664), + [anon_sym_CARET] = ACTIONS(1664), + [anon_sym_POUND] = ACTIONS(105), }, - [681] = { - [sym_comment] = STATE(681), - [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(1672), - [aux_sym__immediate_decimal_token2] = ACTIONS(1674), - [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), + [691] = { + [sym_comment] = STATE(691), + [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(1624), + [anon_sym_DOLLAR] = ACTIONS(1624), + [anon_sym_error] = ACTIONS(1624), + [anon_sym_GT] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_break] = ACTIONS(1624), + [anon_sym_continue] = ACTIONS(1624), + [anon_sym_for] = ACTIONS(1624), + [anon_sym_in] = 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_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_STAR] = ACTIONS(1624), + [anon_sym_where] = ACTIONS(1624), + [anon_sym_STAR_STAR] = ACTIONS(1624), + [anon_sym_PLUS_PLUS] = ACTIONS(1624), + [anon_sym_SLASH] = ACTIONS(1624), + [anon_sym_mod] = ACTIONS(1624), + [anon_sym_SLASH_SLASH] = ACTIONS(1624), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_bit_DASHshl] = ACTIONS(1624), + [anon_sym_bit_DASHshr] = ACTIONS(1624), + [anon_sym_EQ_EQ] = ACTIONS(1624), + [anon_sym_BANG_EQ] = ACTIONS(1624), + [anon_sym_LT2] = ACTIONS(1624), + [anon_sym_LT_EQ] = ACTIONS(1624), + [anon_sym_GT_EQ] = ACTIONS(1624), + [anon_sym_not_DASHin] = ACTIONS(1624), + [anon_sym_starts_DASHwith] = ACTIONS(1624), + [anon_sym_ends_DASHwith] = ACTIONS(1624), + [anon_sym_EQ_TILDE] = ACTIONS(1624), + [anon_sym_BANG_TILDE] = ACTIONS(1624), + [anon_sym_bit_DASHand] = ACTIONS(1624), + [anon_sym_bit_DASHxor] = ACTIONS(1624), + [anon_sym_bit_DASHor] = ACTIONS(1624), + [anon_sym_and] = ACTIONS(1624), + [anon_sym_xor] = ACTIONS(1624), + [anon_sym_or] = ACTIONS(1624), + [anon_sym_not] = ACTIONS(1624), + [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), + }, + [692] = { + [sym_comment] = STATE(692), + [ts_builtin_sym_end] = ACTIONS(1493), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_where] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_not] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1491), + [anon_sym_POUND] = ACTIONS(105), + }, + [693] = { + [sym_comment] = STATE(693), + [ts_builtin_sym_end] = ACTIONS(1586), + [anon_sym_export] = ACTIONS(1584), + [anon_sym_alias] = ACTIONS(1584), + [anon_sym_let] = ACTIONS(1584), + [anon_sym_let_DASHenv] = ACTIONS(1584), + [anon_sym_mut] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1584), + [sym_cmd_identifier] = ACTIONS(1584), + [anon_sym_LF] = ACTIONS(1586), + [anon_sym_def] = ACTIONS(1584), + [anon_sym_export_DASHenv] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym_module] = ACTIONS(1584), + [anon_sym_use] = ACTIONS(1584), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1584), + [anon_sym_DOLLAR] = ACTIONS(1584), + [anon_sym_error] = ACTIONS(1584), + [anon_sym_GT] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_in] = ACTIONS(1584), + [anon_sym_loop] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_match] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1584), + [anon_sym_DOT] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_source] = ACTIONS(1584), + [anon_sym_source_DASHenv] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_hide] = ACTIONS(1584), + [anon_sym_hide_DASHenv] = ACTIONS(1584), + [anon_sym_overlay] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1584), + [anon_sym_where] = ACTIONS(1584), + [anon_sym_STAR_STAR] = ACTIONS(1584), + [anon_sym_PLUS_PLUS] = ACTIONS(1584), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_mod] = ACTIONS(1584), + [anon_sym_SLASH_SLASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_bit_DASHshl] = ACTIONS(1584), + [anon_sym_bit_DASHshr] = ACTIONS(1584), + [anon_sym_EQ_EQ] = ACTIONS(1584), + [anon_sym_BANG_EQ] = ACTIONS(1584), + [anon_sym_LT2] = ACTIONS(1584), + [anon_sym_LT_EQ] = ACTIONS(1584), + [anon_sym_GT_EQ] = ACTIONS(1584), + [anon_sym_not_DASHin] = ACTIONS(1584), + [anon_sym_starts_DASHwith] = ACTIONS(1584), + [anon_sym_ends_DASHwith] = ACTIONS(1584), + [anon_sym_EQ_TILDE] = ACTIONS(1584), + [anon_sym_BANG_TILDE] = ACTIONS(1584), + [anon_sym_bit_DASHand] = ACTIONS(1584), + [anon_sym_bit_DASHxor] = ACTIONS(1584), + [anon_sym_bit_DASHor] = ACTIONS(1584), + [anon_sym_and] = ACTIONS(1584), + [anon_sym_xor] = ACTIONS(1584), + [anon_sym_or] = ACTIONS(1584), + [anon_sym_not] = ACTIONS(1584), + [anon_sym_null] = ACTIONS(1584), + [anon_sym_true] = ACTIONS(1584), + [anon_sym_false] = ACTIONS(1584), + [aux_sym__val_number_decimal_token1] = ACTIONS(1584), + [aux_sym__val_number_token1] = ACTIONS(1584), + [aux_sym__val_number_token2] = ACTIONS(1584), + [aux_sym__val_number_token3] = ACTIONS(1584), + [aux_sym__val_number_token4] = ACTIONS(1584), + [aux_sym__val_number_token5] = ACTIONS(1584), + [aux_sym__val_number_token6] = ACTIONS(1584), + [anon_sym_0b] = ACTIONS(1584), + [anon_sym_0o] = ACTIONS(1584), + [anon_sym_0x] = ACTIONS(1584), + [sym_val_date] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1584), + [sym__str_single_quotes] = ACTIONS(1584), + [sym__str_back_ticks] = ACTIONS(1584), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1584), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1584), + [anon_sym_CARET] = ACTIONS(1584), + [anon_sym_POUND] = ACTIONS(105), + }, + [694] = { + [sym_comment] = STATE(694), + [ts_builtin_sym_end] = ACTIONS(1652), + [anon_sym_export] = ACTIONS(1650), + [anon_sym_alias] = ACTIONS(1650), + [anon_sym_let] = ACTIONS(1650), + [anon_sym_let_DASHenv] = ACTIONS(1650), + [anon_sym_mut] = ACTIONS(1650), + [anon_sym_const] = ACTIONS(1650), + [anon_sym_SEMI] = ACTIONS(1650), + [sym_cmd_identifier] = ACTIONS(1650), + [anon_sym_LF] = ACTIONS(1652), + [anon_sym_def] = ACTIONS(1650), + [anon_sym_export_DASHenv] = ACTIONS(1650), + [anon_sym_extern] = ACTIONS(1650), + [anon_sym_module] = ACTIONS(1650), + [anon_sym_use] = ACTIONS(1650), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1650), + [anon_sym_DOLLAR] = ACTIONS(1650), + [anon_sym_error] = ACTIONS(1650), + [anon_sym_GT] = ACTIONS(1650), + [anon_sym_DASH] = ACTIONS(1650), + [anon_sym_break] = ACTIONS(1650), + [anon_sym_continue] = ACTIONS(1650), + [anon_sym_for] = ACTIONS(1650), + [anon_sym_in] = ACTIONS(1650), + [anon_sym_loop] = ACTIONS(1650), + [anon_sym_while] = ACTIONS(1650), + [anon_sym_do] = ACTIONS(1650), + [anon_sym_if] = ACTIONS(1650), + [anon_sym_match] = ACTIONS(1650), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_DOT] = ACTIONS(1650), + [anon_sym_try] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1650), + [anon_sym_source] = ACTIONS(1650), + [anon_sym_source_DASHenv] = ACTIONS(1650), + [anon_sym_register] = ACTIONS(1650), + [anon_sym_hide] = ACTIONS(1650), + [anon_sym_hide_DASHenv] = ACTIONS(1650), + [anon_sym_overlay] = ACTIONS(1650), + [anon_sym_STAR] = ACTIONS(1650), + [anon_sym_where] = ACTIONS(1650), + [anon_sym_STAR_STAR] = ACTIONS(1650), + [anon_sym_PLUS_PLUS] = ACTIONS(1650), + [anon_sym_SLASH] = ACTIONS(1650), + [anon_sym_mod] = ACTIONS(1650), + [anon_sym_SLASH_SLASH] = ACTIONS(1650), + [anon_sym_PLUS] = ACTIONS(1650), + [anon_sym_bit_DASHshl] = ACTIONS(1650), + [anon_sym_bit_DASHshr] = ACTIONS(1650), + [anon_sym_EQ_EQ] = ACTIONS(1650), + [anon_sym_BANG_EQ] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1650), + [anon_sym_LT_EQ] = ACTIONS(1650), + [anon_sym_GT_EQ] = ACTIONS(1650), + [anon_sym_not_DASHin] = ACTIONS(1650), + [anon_sym_starts_DASHwith] = ACTIONS(1650), + [anon_sym_ends_DASHwith] = ACTIONS(1650), + [anon_sym_EQ_TILDE] = ACTIONS(1650), + [anon_sym_BANG_TILDE] = ACTIONS(1650), + [anon_sym_bit_DASHand] = ACTIONS(1650), + [anon_sym_bit_DASHxor] = ACTIONS(1650), + [anon_sym_bit_DASHor] = ACTIONS(1650), + [anon_sym_and] = ACTIONS(1650), + [anon_sym_xor] = ACTIONS(1650), + [anon_sym_or] = ACTIONS(1650), + [anon_sym_not] = ACTIONS(1650), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1650), + [anon_sym_false] = ACTIONS(1650), + [aux_sym__val_number_decimal_token1] = ACTIONS(1650), + [aux_sym__val_number_token1] = ACTIONS(1650), + [aux_sym__val_number_token2] = ACTIONS(1650), + [aux_sym__val_number_token3] = ACTIONS(1650), + [aux_sym__val_number_token4] = ACTIONS(1650), + [aux_sym__val_number_token5] = ACTIONS(1650), + [aux_sym__val_number_token6] = ACTIONS(1650), + [anon_sym_0b] = ACTIONS(1650), + [anon_sym_0o] = ACTIONS(1650), + [anon_sym_0x] = ACTIONS(1650), + [sym_val_date] = ACTIONS(1650), + [anon_sym_DQUOTE] = ACTIONS(1650), + [sym__str_single_quotes] = ACTIONS(1650), + [sym__str_back_ticks] = ACTIONS(1650), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1650), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1650), + [anon_sym_CARET] = ACTIONS(1650), + [anon_sym_POUND] = ACTIONS(105), + }, + [695] = { + [sym_comment] = STATE(695), + [ts_builtin_sym_end] = ACTIONS(1497), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [anon_sym_POUND] = ACTIONS(105), + }, + [696] = { + [sym_comment] = STATE(696), + [ts_builtin_sym_end] = ACTIONS(1428), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [anon_sym_POUND] = ACTIONS(105), + }, + [697] = { + [sym_comment] = STATE(697), + [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_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), + }, + [698] = { + [sym_comment] = STATE(698), + [ts_builtin_sym_end] = ACTIONS(1638), + [anon_sym_export] = ACTIONS(1636), + [anon_sym_alias] = ACTIONS(1636), + [anon_sym_let] = ACTIONS(1636), + [anon_sym_let_DASHenv] = ACTIONS(1636), + [anon_sym_mut] = ACTIONS(1636), + [anon_sym_const] = ACTIONS(1636), + [anon_sym_SEMI] = ACTIONS(1636), + [sym_cmd_identifier] = ACTIONS(1636), + [anon_sym_LF] = ACTIONS(1638), + [anon_sym_def] = ACTIONS(1636), + [anon_sym_export_DASHenv] = ACTIONS(1636), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym_module] = ACTIONS(1636), + [anon_sym_use] = ACTIONS(1636), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1636), + [anon_sym_DOLLAR] = ACTIONS(1636), + [anon_sym_error] = ACTIONS(1636), + [anon_sym_GT] = ACTIONS(1636), + [anon_sym_DASH] = ACTIONS(1636), + [anon_sym_break] = ACTIONS(1636), + [anon_sym_continue] = ACTIONS(1636), + [anon_sym_for] = ACTIONS(1636), + [anon_sym_in] = ACTIONS(1636), + [anon_sym_loop] = ACTIONS(1636), + [anon_sym_while] = ACTIONS(1636), + [anon_sym_do] = ACTIONS(1636), + [anon_sym_if] = ACTIONS(1636), + [anon_sym_match] = ACTIONS(1636), + [anon_sym_LBRACE] = ACTIONS(1636), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_try] = ACTIONS(1636), + [anon_sym_return] = ACTIONS(1636), + [anon_sym_source] = ACTIONS(1636), + [anon_sym_source_DASHenv] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_hide] = ACTIONS(1636), + [anon_sym_hide_DASHenv] = ACTIONS(1636), + [anon_sym_overlay] = ACTIONS(1636), + [anon_sym_STAR] = ACTIONS(1636), + [anon_sym_where] = ACTIONS(1636), + [anon_sym_STAR_STAR] = ACTIONS(1636), + [anon_sym_PLUS_PLUS] = ACTIONS(1636), + [anon_sym_SLASH] = ACTIONS(1636), + [anon_sym_mod] = ACTIONS(1636), + [anon_sym_SLASH_SLASH] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(1636), + [anon_sym_bit_DASHshl] = ACTIONS(1636), + [anon_sym_bit_DASHshr] = ACTIONS(1636), + [anon_sym_EQ_EQ] = ACTIONS(1636), + [anon_sym_BANG_EQ] = ACTIONS(1636), + [anon_sym_LT2] = ACTIONS(1636), + [anon_sym_LT_EQ] = ACTIONS(1636), + [anon_sym_GT_EQ] = ACTIONS(1636), + [anon_sym_not_DASHin] = ACTIONS(1636), + [anon_sym_starts_DASHwith] = ACTIONS(1636), + [anon_sym_ends_DASHwith] = ACTIONS(1636), + [anon_sym_EQ_TILDE] = ACTIONS(1636), + [anon_sym_BANG_TILDE] = ACTIONS(1636), + [anon_sym_bit_DASHand] = ACTIONS(1636), + [anon_sym_bit_DASHxor] = ACTIONS(1636), + [anon_sym_bit_DASHor] = ACTIONS(1636), + [anon_sym_and] = ACTIONS(1636), + [anon_sym_xor] = ACTIONS(1636), + [anon_sym_or] = ACTIONS(1636), + [anon_sym_not] = ACTIONS(1636), + [anon_sym_null] = ACTIONS(1636), + [anon_sym_true] = ACTIONS(1636), + [anon_sym_false] = ACTIONS(1636), + [aux_sym__val_number_decimal_token1] = ACTIONS(1636), + [aux_sym__val_number_token1] = ACTIONS(1636), + [aux_sym__val_number_token2] = ACTIONS(1636), + [aux_sym__val_number_token3] = ACTIONS(1636), + [aux_sym__val_number_token4] = ACTIONS(1636), + [aux_sym__val_number_token5] = ACTIONS(1636), + [aux_sym__val_number_token6] = ACTIONS(1636), + [anon_sym_0b] = ACTIONS(1636), + [anon_sym_0o] = ACTIONS(1636), + [anon_sym_0x] = ACTIONS(1636), + [sym_val_date] = ACTIONS(1636), + [anon_sym_DQUOTE] = ACTIONS(1636), + [sym__str_single_quotes] = ACTIONS(1636), + [sym__str_back_ticks] = ACTIONS(1636), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1636), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1636), + [anon_sym_CARET] = ACTIONS(1636), + [anon_sym_POUND] = ACTIONS(105), + }, + [699] = { + [sym_comment] = STATE(699), + [ts_builtin_sym_end] = ACTIONS(1582), + [anon_sym_export] = ACTIONS(1580), + [anon_sym_alias] = ACTIONS(1580), + [anon_sym_let] = ACTIONS(1580), + [anon_sym_let_DASHenv] = ACTIONS(1580), + [anon_sym_mut] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1580), + [sym_cmd_identifier] = ACTIONS(1580), + [anon_sym_LF] = ACTIONS(1582), + [anon_sym_def] = ACTIONS(1580), + [anon_sym_export_DASHenv] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym_module] = ACTIONS(1580), + [anon_sym_use] = ACTIONS(1580), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1580), + [anon_sym_DOLLAR] = ACTIONS(1580), + [anon_sym_error] = ACTIONS(1580), + [anon_sym_GT] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_in] = ACTIONS(1580), + [anon_sym_loop] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_match] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1580), + [anon_sym_DOT] = ACTIONS(1580), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_source] = ACTIONS(1580), + [anon_sym_source_DASHenv] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_hide] = ACTIONS(1580), + [anon_sym_hide_DASHenv] = ACTIONS(1580), + [anon_sym_overlay] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1580), + [anon_sym_where] = ACTIONS(1580), + [anon_sym_STAR_STAR] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_mod] = ACTIONS(1580), + [anon_sym_SLASH_SLASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_bit_DASHshl] = ACTIONS(1580), + [anon_sym_bit_DASHshr] = ACTIONS(1580), + [anon_sym_EQ_EQ] = ACTIONS(1580), + [anon_sym_BANG_EQ] = ACTIONS(1580), + [anon_sym_LT2] = ACTIONS(1580), + [anon_sym_LT_EQ] = ACTIONS(1580), + [anon_sym_GT_EQ] = ACTIONS(1580), + [anon_sym_not_DASHin] = ACTIONS(1580), + [anon_sym_starts_DASHwith] = ACTIONS(1580), + [anon_sym_ends_DASHwith] = ACTIONS(1580), + [anon_sym_EQ_TILDE] = ACTIONS(1580), + [anon_sym_BANG_TILDE] = ACTIONS(1580), + [anon_sym_bit_DASHand] = ACTIONS(1580), + [anon_sym_bit_DASHxor] = ACTIONS(1580), + [anon_sym_bit_DASHor] = ACTIONS(1580), + [anon_sym_and] = ACTIONS(1580), + [anon_sym_xor] = ACTIONS(1580), + [anon_sym_or] = ACTIONS(1580), + [anon_sym_not] = ACTIONS(1580), + [anon_sym_null] = ACTIONS(1580), + [anon_sym_true] = ACTIONS(1580), + [anon_sym_false] = ACTIONS(1580), + [aux_sym__val_number_decimal_token1] = ACTIONS(1580), + [aux_sym__val_number_token1] = ACTIONS(1580), + [aux_sym__val_number_token2] = ACTIONS(1580), + [aux_sym__val_number_token3] = ACTIONS(1580), + [aux_sym__val_number_token4] = ACTIONS(1580), + [aux_sym__val_number_token5] = ACTIONS(1580), + [aux_sym__val_number_token6] = ACTIONS(1580), + [anon_sym_0b] = ACTIONS(1580), + [anon_sym_0o] = ACTIONS(1580), + [anon_sym_0x] = ACTIONS(1580), + [sym_val_date] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1580), + [sym__str_single_quotes] = ACTIONS(1580), + [sym__str_back_ticks] = ACTIONS(1580), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1580), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1580), + [anon_sym_CARET] = ACTIONS(1580), + [anon_sym_POUND] = ACTIONS(105), + }, + [700] = { + [sym_comment] = STATE(700), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_COMMA] = ACTIONS(1371), + [anon_sym_LPAREN] = ACTIONS(1371), + [anon_sym_DOLLAR] = ACTIONS(1371), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_list] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(1698), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_make] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_else] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1371), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(1700), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_catch] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_new] = ACTIONS(1369), + [anon_sym_as] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1371), + [anon_sym_PLUS_PLUS] = ACTIONS(1371), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1371), + [anon_sym_BANG_EQ] = ACTIONS(1371), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1371), + [anon_sym_GT_EQ] = ACTIONS(1371), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1371), + [anon_sym_BANG_TILDE] = ACTIONS(1371), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(1698), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [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(1369), + [aux_sym__val_number_token5] = ACTIONS(1371), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1371), + [sym__str_single_quotes] = ACTIONS(1371), + [sym__str_back_ticks] = ACTIONS(1371), + [aux_sym__record_key_token2] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(1702), + [aux_sym_unquoted_token6] = ACTIONS(1704), [anon_sym_POUND] = ACTIONS(3), }, - [682] = { - [sym_comment] = STATE(682), + [701] = { + [sym_comment] = STATE(701), [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(1676), - [aux_sym__immediate_decimal_token2] = ACTIONS(1678), + [aux_sym__immediate_decimal_token1] = ACTIONS(1706), + [aux_sym__immediate_decimal_token2] = ACTIONS(1708), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -154558,185 +157334,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(117), [anon_sym_POUND] = ACTIONS(3), }, - [683] = { - [sym_cell_path] = STATE(740), - [sym_path] = STATE(690), - [sym_comment] = STATE(683), - [anon_sym_export] = ACTIONS(1390), - [anon_sym_alias] = ACTIONS(1390), - [anon_sym_let] = ACTIONS(1390), - [anon_sym_let_DASHenv] = ACTIONS(1390), - [anon_sym_mut] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [sym_cmd_identifier] = ACTIONS(1390), - [anon_sym_def] = ACTIONS(1390), - [anon_sym_export_DASHenv] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym_module] = ACTIONS(1390), - [anon_sym_use] = ACTIONS(1390), - [anon_sym_COMMA] = ACTIONS(1392), - [anon_sym_LPAREN] = ACTIONS(1392), - [anon_sym_DOLLAR] = ACTIONS(1392), - [anon_sym_error] = ACTIONS(1390), - [anon_sym_list] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_break] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(1390), - [anon_sym_for] = ACTIONS(1390), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_loop] = ACTIONS(1390), - [anon_sym_make] = ACTIONS(1390), - [anon_sym_while] = ACTIONS(1390), - [anon_sym_do] = ACTIONS(1390), - [anon_sym_if] = ACTIONS(1390), - [anon_sym_else] = ACTIONS(1390), - [anon_sym_match] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1392), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1390), - [anon_sym_catch] = ACTIONS(1390), - [anon_sym_return] = ACTIONS(1390), - [anon_sym_source] = ACTIONS(1390), - [anon_sym_source_DASHenv] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_hide] = ACTIONS(1390), - [anon_sym_hide_DASHenv] = ACTIONS(1390), - [anon_sym_overlay] = ACTIONS(1390), - [anon_sym_new] = ACTIONS(1390), - [anon_sym_as] = ACTIONS(1390), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_STAR_STAR] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_mod] = ACTIONS(1390), - [anon_sym_SLASH_SLASH] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_bit_DASHshl] = ACTIONS(1390), - [anon_sym_bit_DASHshr] = ACTIONS(1390), - [anon_sym_EQ_EQ] = ACTIONS(1392), - [anon_sym_BANG_EQ] = ACTIONS(1392), - [anon_sym_LT2] = ACTIONS(1390), - [anon_sym_LT_EQ] = ACTIONS(1392), - [anon_sym_GT_EQ] = ACTIONS(1392), - [anon_sym_not_DASHin] = ACTIONS(1390), - [anon_sym_starts_DASHwith] = ACTIONS(1390), - [anon_sym_ends_DASHwith] = ACTIONS(1390), - [anon_sym_EQ_TILDE] = ACTIONS(1392), - [anon_sym_BANG_TILDE] = ACTIONS(1392), - [anon_sym_bit_DASHand] = ACTIONS(1390), - [anon_sym_bit_DASHxor] = ACTIONS(1390), - [anon_sym_bit_DASHor] = ACTIONS(1390), - [anon_sym_and] = ACTIONS(1390), - [anon_sym_xor] = ACTIONS(1390), - [anon_sym_or] = ACTIONS(1390), - [aux_sym__val_number_decimal_token1] = ACTIONS(1390), - [aux_sym__val_number_token1] = ACTIONS(1392), - [aux_sym__val_number_token2] = ACTIONS(1392), - [aux_sym__val_number_token3] = ACTIONS(1392), - [aux_sym__val_number_token4] = ACTIONS(1390), - [aux_sym__val_number_token5] = ACTIONS(1392), - [aux_sym__val_number_token6] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1392), - [sym__str_single_quotes] = ACTIONS(1392), - [sym__str_back_ticks] = ACTIONS(1392), - [aux_sym__record_key_token2] = ACTIONS(1390), - [anon_sym_POUND] = ACTIONS(3), - }, - [684] = { - [sym_path] = STATE(722), - [sym_comment] = STATE(684), - [aux_sym_cell_path_repeat1] = STATE(684), - [anon_sym_export] = ACTIONS(1414), - [anon_sym_alias] = ACTIONS(1414), - [anon_sym_let] = ACTIONS(1414), - [anon_sym_let_DASHenv] = ACTIONS(1414), - [anon_sym_mut] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [sym_cmd_identifier] = ACTIONS(1414), - [anon_sym_def] = ACTIONS(1414), - [anon_sym_export_DASHenv] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym_module] = ACTIONS(1414), - [anon_sym_use] = ACTIONS(1414), - [anon_sym_COMMA] = ACTIONS(1416), - [anon_sym_LPAREN] = ACTIONS(1416), - [anon_sym_DOLLAR] = ACTIONS(1416), - [anon_sym_error] = ACTIONS(1414), - [anon_sym_list] = ACTIONS(1414), - [anon_sym_GT] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_loop] = ACTIONS(1414), - [anon_sym_make] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_match] = ACTIONS(1414), - [anon_sym_RBRACE] = ACTIONS(1416), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(1682), - [anon_sym_try] = ACTIONS(1414), - [anon_sym_catch] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_source] = ACTIONS(1414), - [anon_sym_source_DASHenv] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_hide] = ACTIONS(1414), - [anon_sym_hide_DASHenv] = ACTIONS(1414), - [anon_sym_overlay] = ACTIONS(1414), - [anon_sym_new] = ACTIONS(1414), - [anon_sym_as] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_STAR_STAR] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [anon_sym_SLASH] = ACTIONS(1414), - [anon_sym_mod] = ACTIONS(1414), - [anon_sym_SLASH_SLASH] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_bit_DASHshl] = ACTIONS(1414), - [anon_sym_bit_DASHshr] = ACTIONS(1414), - [anon_sym_EQ_EQ] = ACTIONS(1416), - [anon_sym_BANG_EQ] = ACTIONS(1416), - [anon_sym_LT2] = ACTIONS(1414), - [anon_sym_LT_EQ] = ACTIONS(1416), - [anon_sym_GT_EQ] = ACTIONS(1416), - [anon_sym_not_DASHin] = ACTIONS(1414), - [anon_sym_starts_DASHwith] = ACTIONS(1414), - [anon_sym_ends_DASHwith] = ACTIONS(1414), - [anon_sym_EQ_TILDE] = ACTIONS(1416), - [anon_sym_BANG_TILDE] = ACTIONS(1416), - [anon_sym_bit_DASHand] = ACTIONS(1414), - [anon_sym_bit_DASHxor] = ACTIONS(1414), - [anon_sym_bit_DASHor] = ACTIONS(1414), - [anon_sym_and] = ACTIONS(1414), - [anon_sym_xor] = ACTIONS(1414), - [anon_sym_or] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [aux_sym__val_number_token1] = ACTIONS(1416), - [aux_sym__val_number_token2] = ACTIONS(1416), - [aux_sym__val_number_token3] = ACTIONS(1416), - [aux_sym__val_number_token4] = ACTIONS(1414), - [aux_sym__val_number_token5] = ACTIONS(1416), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1416), - [sym__str_single_quotes] = ACTIONS(1416), - [sym__str_back_ticks] = ACTIONS(1416), - [aux_sym__record_key_token2] = ACTIONS(1414), - [anon_sym_POUND] = ACTIONS(3), - }, - [685] = { - [sym_comment] = STATE(685), + [702] = { + [sym_comment] = STATE(702), [anon_sym_PIPE] = ACTIONS(109), [anon_sym_if] = ACTIONS(109), [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_DOT2] = ACTIONS(1685), - [aux_sym__immediate_decimal_token2] = ACTIONS(1674), + [anon_sym_DOT2] = ACTIONS(109), + [aux_sym__immediate_decimal_token1] = ACTIONS(1710), + [aux_sym__immediate_decimal_token2] = ACTIONS(1712), [anon_sym_ns] = ACTIONS(109), [anon_sym_s] = ACTIONS(109), [anon_sym_us] = ACTIONS(109), @@ -154816,1303 +157421,1733 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(3), }, - [686] = { - [sym_cell_path] = STATE(757), - [sym_path] = STATE(690), - [sym_comment] = STATE(686), - [anon_sym_export] = ACTIONS(1410), - [anon_sym_alias] = ACTIONS(1410), - [anon_sym_let] = ACTIONS(1410), - [anon_sym_let_DASHenv] = ACTIONS(1410), - [anon_sym_mut] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [sym_cmd_identifier] = ACTIONS(1410), - [anon_sym_def] = ACTIONS(1410), - [anon_sym_export_DASHenv] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym_module] = ACTIONS(1410), - [anon_sym_use] = ACTIONS(1410), - [anon_sym_COMMA] = ACTIONS(1412), - [anon_sym_LPAREN] = ACTIONS(1412), - [anon_sym_DOLLAR] = ACTIONS(1412), - [anon_sym_error] = ACTIONS(1410), - [anon_sym_list] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_loop] = ACTIONS(1410), - [anon_sym_make] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_else] = ACTIONS(1410), - [anon_sym_match] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1412), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1410), - [anon_sym_catch] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_source] = ACTIONS(1410), - [anon_sym_source_DASHenv] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_hide] = ACTIONS(1410), - [anon_sym_hide_DASHenv] = ACTIONS(1410), - [anon_sym_overlay] = ACTIONS(1410), - [anon_sym_new] = ACTIONS(1410), - [anon_sym_as] = ACTIONS(1410), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_STAR_STAR] = ACTIONS(1412), - [anon_sym_PLUS_PLUS] = ACTIONS(1412), - [anon_sym_SLASH] = ACTIONS(1410), - [anon_sym_mod] = ACTIONS(1410), - [anon_sym_SLASH_SLASH] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_bit_DASHshl] = ACTIONS(1410), - [anon_sym_bit_DASHshr] = ACTIONS(1410), - [anon_sym_EQ_EQ] = ACTIONS(1412), - [anon_sym_BANG_EQ] = ACTIONS(1412), - [anon_sym_LT2] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1412), - [anon_sym_GT_EQ] = ACTIONS(1412), - [anon_sym_not_DASHin] = ACTIONS(1410), - [anon_sym_starts_DASHwith] = ACTIONS(1410), - [anon_sym_ends_DASHwith] = ACTIONS(1410), - [anon_sym_EQ_TILDE] = ACTIONS(1412), - [anon_sym_BANG_TILDE] = ACTIONS(1412), - [anon_sym_bit_DASHand] = ACTIONS(1410), - [anon_sym_bit_DASHxor] = ACTIONS(1410), - [anon_sym_bit_DASHor] = ACTIONS(1410), - [anon_sym_and] = ACTIONS(1410), - [anon_sym_xor] = ACTIONS(1410), - [anon_sym_or] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [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(1410), - [aux_sym__val_number_token5] = ACTIONS(1412), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1412), - [sym__str_single_quotes] = ACTIONS(1412), - [sym__str_back_ticks] = ACTIONS(1412), - [aux_sym__record_key_token2] = ACTIONS(1410), + [703] = { + [sym_cell_path] = STATE(808), + [sym_path] = STATE(709), + [sym_comment] = STATE(703), + [anon_sym_export] = ACTIONS(1389), + [anon_sym_alias] = ACTIONS(1389), + [anon_sym_let] = ACTIONS(1389), + [anon_sym_let_DASHenv] = ACTIONS(1389), + [anon_sym_mut] = ACTIONS(1389), + [anon_sym_const] = ACTIONS(1389), + [sym_cmd_identifier] = ACTIONS(1389), + [anon_sym_def] = ACTIONS(1389), + [anon_sym_export_DASHenv] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1389), + [anon_sym_module] = ACTIONS(1389), + [anon_sym_use] = ACTIONS(1389), + [anon_sym_COMMA] = ACTIONS(1391), + [anon_sym_LPAREN] = ACTIONS(1391), + [anon_sym_DOLLAR] = ACTIONS(1391), + [anon_sym_error] = ACTIONS(1389), + [anon_sym_list] = ACTIONS(1389), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_break] = ACTIONS(1389), + [anon_sym_continue] = ACTIONS(1389), + [anon_sym_for] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1389), + [anon_sym_loop] = ACTIONS(1389), + [anon_sym_make] = ACTIONS(1389), + [anon_sym_while] = ACTIONS(1389), + [anon_sym_do] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1389), + [anon_sym_else] = ACTIONS(1389), + [anon_sym_match] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1391), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1389), + [anon_sym_catch] = ACTIONS(1389), + [anon_sym_return] = ACTIONS(1389), + [anon_sym_source] = ACTIONS(1389), + [anon_sym_source_DASHenv] = ACTIONS(1389), + [anon_sym_register] = ACTIONS(1389), + [anon_sym_hide] = ACTIONS(1389), + [anon_sym_hide_DASHenv] = ACTIONS(1389), + [anon_sym_overlay] = ACTIONS(1389), + [anon_sym_new] = ACTIONS(1389), + [anon_sym_as] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_STAR_STAR] = ACTIONS(1391), + [anon_sym_PLUS_PLUS] = ACTIONS(1391), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_bit_DASHshl] = ACTIONS(1389), + [anon_sym_bit_DASHshr] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1391), + [anon_sym_BANG_EQ] = ACTIONS(1391), + [anon_sym_LT2] = ACTIONS(1389), + [anon_sym_LT_EQ] = ACTIONS(1391), + [anon_sym_GT_EQ] = ACTIONS(1391), + [anon_sym_not_DASHin] = ACTIONS(1389), + [anon_sym_starts_DASHwith] = ACTIONS(1389), + [anon_sym_ends_DASHwith] = ACTIONS(1389), + [anon_sym_EQ_TILDE] = ACTIONS(1391), + [anon_sym_BANG_TILDE] = ACTIONS(1391), + [anon_sym_bit_DASHand] = ACTIONS(1389), + [anon_sym_bit_DASHxor] = ACTIONS(1389), + [anon_sym_bit_DASHor] = ACTIONS(1389), + [anon_sym_and] = ACTIONS(1389), + [anon_sym_xor] = ACTIONS(1389), + [anon_sym_or] = ACTIONS(1389), + [aux_sym__val_number_decimal_token1] = ACTIONS(1389), + [aux_sym__val_number_token1] = ACTIONS(1391), + [aux_sym__val_number_token2] = ACTIONS(1391), + [aux_sym__val_number_token3] = ACTIONS(1391), + [aux_sym__val_number_token4] = ACTIONS(1389), + [aux_sym__val_number_token5] = ACTIONS(1391), + [aux_sym__val_number_token6] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1391), + [sym__str_single_quotes] = ACTIONS(1391), + [sym__str_back_ticks] = ACTIONS(1391), + [aux_sym__record_key_token2] = ACTIONS(1389), [anon_sym_POUND] = ACTIONS(3), }, - [687] = { - [sym_cell_path] = STATE(720), - [sym_path] = STATE(696), - [sym_comment] = STATE(687), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_COMMA] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_list] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_make] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(1688), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_catch] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_new] = ACTIONS(1373), - [anon_sym_as] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [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(1373), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [aux_sym__record_key_token2] = ACTIONS(1373), + [704] = { + [sym_comment] = STATE(704), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_COMMA] = ACTIONS(1428), + [anon_sym_LPAREN] = ACTIONS(1428), + [anon_sym_DOLLAR] = ACTIONS(1428), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_list] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_make] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1428), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(1716), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_catch] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_new] = ACTIONS(1426), + [anon_sym_as] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1428), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1428), + [anon_sym_BANG_EQ] = ACTIONS(1428), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1428), + [anon_sym_GT_EQ] = ACTIONS(1428), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1428), + [anon_sym_BANG_TILDE] = ACTIONS(1428), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(1718), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1428), + [aux_sym__val_number_token2] = ACTIONS(1428), + [aux_sym__val_number_token3] = ACTIONS(1428), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1428), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym__str_single_quotes] = ACTIONS(1428), + [sym__str_back_ticks] = ACTIONS(1428), + [aux_sym__record_key_token2] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(1720), [anon_sym_POUND] = ACTIONS(3), }, - [688] = { - [sym_path] = STATE(722), - [sym_comment] = STATE(688), - [aux_sym_cell_path_repeat1] = STATE(684), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_COMMA] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1388), - [anon_sym_DOLLAR] = ACTIONS(1388), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_list] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_make] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_catch] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_new] = ACTIONS(1386), - [anon_sym_as] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1388), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1388), - [anon_sym_BANG_EQ] = ACTIONS(1388), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1388), - [anon_sym_GT_EQ] = ACTIONS(1388), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1388), - [anon_sym_BANG_TILDE] = ACTIONS(1388), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1388), - [aux_sym__val_number_token2] = ACTIONS(1388), - [aux_sym__val_number_token3] = ACTIONS(1388), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1388), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym__str_single_quotes] = ACTIONS(1388), - [sym__str_back_ticks] = ACTIONS(1388), - [aux_sym__record_key_token2] = ACTIONS(1386), + [705] = { + [sym_cell_path] = STATE(804), + [sym_path] = STATE(709), + [sym_comment] = STATE(705), + [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(1714), + [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), }, - [689] = { - [sym_cell_path] = STATE(725), - [sym_path] = STATE(696), - [sym_comment] = STATE(689), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_COMMA] = ACTIONS(1423), - [anon_sym_LPAREN] = ACTIONS(1423), - [anon_sym_DOLLAR] = ACTIONS(1423), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_list] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_make] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_else] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1423), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_catch] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_new] = ACTIONS(1421), - [anon_sym_as] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1423), - [anon_sym_BANG_EQ] = ACTIONS(1423), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1423), - [anon_sym_GT_EQ] = ACTIONS(1423), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1423), - [anon_sym_BANG_TILDE] = ACTIONS(1423), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [aux_sym__val_number_token1] = ACTIONS(1423), - [aux_sym__val_number_token2] = ACTIONS(1423), - [aux_sym__val_number_token3] = ACTIONS(1423), - [aux_sym__val_number_token4] = ACTIONS(1421), - [aux_sym__val_number_token5] = ACTIONS(1423), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym__str_single_quotes] = ACTIONS(1423), - [sym__str_back_ticks] = ACTIONS(1423), - [aux_sym__record_key_token2] = ACTIONS(1421), + [706] = { + [sym_cell_path] = STATE(738), + [sym_path] = STATE(716), + [sym_comment] = STATE(706), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1401), + [anon_sym_DOLLAR] = ACTIONS(1401), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_list] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_make] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(1722), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_catch] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_new] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1401), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1401), + [anon_sym_GT_EQ] = ACTIONS(1401), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1401), + [anon_sym_BANG_TILDE] = ACTIONS(1401), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1401), + [aux_sym__val_number_token2] = ACTIONS(1401), + [aux_sym__val_number_token3] = ACTIONS(1401), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1401), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym__str_single_quotes] = ACTIONS(1401), + [sym__str_back_ticks] = ACTIONS(1401), + [aux_sym__record_key_token2] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(3), }, - [690] = { - [sym_path] = STATE(722), - [sym_comment] = STATE(690), - [aux_sym_cell_path_repeat1] = STATE(688), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_COMMA] = ACTIONS(1404), - [anon_sym_LPAREN] = ACTIONS(1404), - [anon_sym_DOLLAR] = ACTIONS(1404), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_list] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_make] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_else] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1404), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_catch] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_as] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1404), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1404), - [anon_sym_BANG_EQ] = ACTIONS(1404), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1404), - [anon_sym_GT_EQ] = ACTIONS(1404), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1404), - [anon_sym_BANG_TILDE] = ACTIONS(1404), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [aux_sym__val_number_token1] = ACTIONS(1404), - [aux_sym__val_number_token2] = ACTIONS(1404), - [aux_sym__val_number_token3] = ACTIONS(1404), - [aux_sym__val_number_token4] = ACTIONS(1402), - [aux_sym__val_number_token5] = ACTIONS(1404), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym__str_single_quotes] = ACTIONS(1404), - [sym__str_back_ticks] = ACTIONS(1404), - [aux_sym__record_key_token2] = ACTIONS(1402), + [707] = { + [sym_cell_path] = STATE(788), + [sym_path] = STATE(709), + [sym_comment] = STATE(707), + [anon_sym_export] = ACTIONS(1422), + [anon_sym_alias] = ACTIONS(1422), + [anon_sym_let] = ACTIONS(1422), + [anon_sym_let_DASHenv] = ACTIONS(1422), + [anon_sym_mut] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [sym_cmd_identifier] = ACTIONS(1422), + [anon_sym_def] = ACTIONS(1422), + [anon_sym_export_DASHenv] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym_module] = ACTIONS(1422), + [anon_sym_use] = ACTIONS(1422), + [anon_sym_COMMA] = ACTIONS(1424), + [anon_sym_LPAREN] = ACTIONS(1424), + [anon_sym_DOLLAR] = ACTIONS(1424), + [anon_sym_error] = ACTIONS(1422), + [anon_sym_list] = ACTIONS(1422), + [anon_sym_GT] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_loop] = ACTIONS(1422), + [anon_sym_make] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_else] = ACTIONS(1422), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_RBRACE] = ACTIONS(1424), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1422), + [anon_sym_catch] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_source] = ACTIONS(1422), + [anon_sym_source_DASHenv] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_hide] = ACTIONS(1422), + [anon_sym_hide_DASHenv] = ACTIONS(1422), + [anon_sym_overlay] = ACTIONS(1422), + [anon_sym_new] = ACTIONS(1422), + [anon_sym_as] = ACTIONS(1422), + [anon_sym_STAR] = ACTIONS(1422), + [anon_sym_STAR_STAR] = ACTIONS(1424), + [anon_sym_PLUS_PLUS] = ACTIONS(1424), + [anon_sym_SLASH] = ACTIONS(1422), + [anon_sym_mod] = ACTIONS(1422), + [anon_sym_SLASH_SLASH] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_bit_DASHshl] = ACTIONS(1422), + [anon_sym_bit_DASHshr] = ACTIONS(1422), + [anon_sym_EQ_EQ] = ACTIONS(1424), + [anon_sym_BANG_EQ] = ACTIONS(1424), + [anon_sym_LT2] = ACTIONS(1422), + [anon_sym_LT_EQ] = ACTIONS(1424), + [anon_sym_GT_EQ] = ACTIONS(1424), + [anon_sym_not_DASHin] = ACTIONS(1422), + [anon_sym_starts_DASHwith] = ACTIONS(1422), + [anon_sym_ends_DASHwith] = ACTIONS(1422), + [anon_sym_EQ_TILDE] = ACTIONS(1424), + [anon_sym_BANG_TILDE] = ACTIONS(1424), + [anon_sym_bit_DASHand] = ACTIONS(1422), + [anon_sym_bit_DASHxor] = ACTIONS(1422), + [anon_sym_bit_DASHor] = ACTIONS(1422), + [anon_sym_and] = ACTIONS(1422), + [anon_sym_xor] = ACTIONS(1422), + [anon_sym_or] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1424), + [aux_sym__val_number_token2] = ACTIONS(1424), + [aux_sym__val_number_token3] = ACTIONS(1424), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1424), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1424), + [sym__str_single_quotes] = ACTIONS(1424), + [sym__str_back_ticks] = ACTIONS(1424), + [aux_sym__record_key_token2] = ACTIONS(1422), [anon_sym_POUND] = ACTIONS(3), }, - [691] = { - [sym_comment] = STATE(691), - [anon_sym_PIPE] = ACTIONS(147), - [anon_sym_if] = ACTIONS(147), - [anon_sym_EQ_GT] = ACTIONS(147), - [anon_sym_DOT2] = ACTIONS(1694), - [aux_sym__immediate_decimal_token2] = ACTIONS(1697), - [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), + [708] = { + [sym_path] = STATE(745), + [sym_comment] = STATE(708), + [aux_sym_cell_path_repeat1] = STATE(714), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_COMMA] = ACTIONS(1438), + [anon_sym_LPAREN] = ACTIONS(1438), + [anon_sym_DOLLAR] = ACTIONS(1438), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_list] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_make] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_else] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1438), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_catch] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1436), + [anon_sym_as] = ACTIONS(1436), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1438), + [anon_sym_PLUS_PLUS] = ACTIONS(1438), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1438), + [anon_sym_BANG_EQ] = ACTIONS(1438), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1438), + [anon_sym_GT_EQ] = ACTIONS(1438), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1438), + [anon_sym_BANG_TILDE] = ACTIONS(1438), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1438), + [aux_sym__val_number_token2] = ACTIONS(1438), + [aux_sym__val_number_token3] = ACTIONS(1438), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1438), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1438), + [sym__str_single_quotes] = ACTIONS(1438), + [sym__str_back_ticks] = ACTIONS(1438), + [aux_sym__record_key_token2] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(3), }, - [692] = { - [sym_cell_path] = STATE(779), - [sym_path] = STATE(690), - [sym_comment] = STATE(692), - [anon_sym_export] = ACTIONS(1406), - [anon_sym_alias] = ACTIONS(1406), - [anon_sym_let] = ACTIONS(1406), - [anon_sym_let_DASHenv] = ACTIONS(1406), - [anon_sym_mut] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [sym_cmd_identifier] = ACTIONS(1406), - [anon_sym_def] = ACTIONS(1406), - [anon_sym_export_DASHenv] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym_module] = ACTIONS(1406), - [anon_sym_use] = ACTIONS(1406), - [anon_sym_COMMA] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1408), - [anon_sym_DOLLAR] = ACTIONS(1408), - [anon_sym_error] = ACTIONS(1406), - [anon_sym_list] = ACTIONS(1406), - [anon_sym_GT] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_loop] = ACTIONS(1406), - [anon_sym_make] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_else] = ACTIONS(1406), - [anon_sym_match] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1408), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1406), - [anon_sym_catch] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_source] = ACTIONS(1406), - [anon_sym_source_DASHenv] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_hide] = ACTIONS(1406), - [anon_sym_hide_DASHenv] = ACTIONS(1406), - [anon_sym_overlay] = ACTIONS(1406), - [anon_sym_new] = ACTIONS(1406), - [anon_sym_as] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_STAR_STAR] = ACTIONS(1408), - [anon_sym_PLUS_PLUS] = ACTIONS(1408), - [anon_sym_SLASH] = ACTIONS(1406), - [anon_sym_mod] = ACTIONS(1406), - [anon_sym_SLASH_SLASH] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_bit_DASHshl] = ACTIONS(1406), - [anon_sym_bit_DASHshr] = ACTIONS(1406), - [anon_sym_EQ_EQ] = ACTIONS(1408), - [anon_sym_BANG_EQ] = ACTIONS(1408), - [anon_sym_LT2] = ACTIONS(1406), - [anon_sym_LT_EQ] = ACTIONS(1408), - [anon_sym_GT_EQ] = ACTIONS(1408), - [anon_sym_not_DASHin] = ACTIONS(1406), - [anon_sym_starts_DASHwith] = ACTIONS(1406), - [anon_sym_ends_DASHwith] = ACTIONS(1406), - [anon_sym_EQ_TILDE] = ACTIONS(1408), - [anon_sym_BANG_TILDE] = ACTIONS(1408), - [anon_sym_bit_DASHand] = ACTIONS(1406), - [anon_sym_bit_DASHxor] = ACTIONS(1406), - [anon_sym_bit_DASHor] = ACTIONS(1406), - [anon_sym_and] = ACTIONS(1406), - [anon_sym_xor] = ACTIONS(1406), - [anon_sym_or] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1408), - [aux_sym__val_number_token2] = ACTIONS(1408), - [aux_sym__val_number_token3] = ACTIONS(1408), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1408), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1408), - [sym__str_single_quotes] = ACTIONS(1408), - [sym__str_back_ticks] = ACTIONS(1408), - [aux_sym__record_key_token2] = ACTIONS(1406), + [709] = { + [sym_path] = STATE(745), + [sym_comment] = STATE(709), + [aux_sym_cell_path_repeat1] = STATE(718), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_COMMA] = ACTIONS(1442), + [anon_sym_LPAREN] = ACTIONS(1442), + [anon_sym_DOLLAR] = ACTIONS(1442), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_list] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_make] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_catch] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_new] = ACTIONS(1440), + [anon_sym_as] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1442), + [anon_sym_BANG_EQ] = ACTIONS(1442), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1442), + [anon_sym_GT_EQ] = ACTIONS(1442), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1442), + [anon_sym_BANG_TILDE] = ACTIONS(1442), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1442), + [aux_sym__val_number_token2] = ACTIONS(1442), + [aux_sym__val_number_token3] = ACTIONS(1442), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1442), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym__str_single_quotes] = ACTIONS(1442), + [sym__str_back_ticks] = ACTIONS(1442), + [aux_sym__record_key_token2] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(3), }, - [693] = { - [sym_comment] = STATE(693), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_if] = ACTIONS(141), - [anon_sym_EQ_GT] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [aux_sym__immediate_decimal_token2] = ACTIONS(1699), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(141), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), + [710] = { + [sym_comment] = STATE(710), + [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(1712), + [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_POUND] = ACTIONS(3), }, - [694] = { + [711] = { + [sym_cell_path] = STATE(748), + [sym_path] = STATE(709), + [sym_comment] = STATE(711), + [anon_sym_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_COMMA] = ACTIONS(1420), + [anon_sym_LPAREN] = ACTIONS(1420), + [anon_sym_DOLLAR] = ACTIONS(1420), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_list] = ACTIONS(1418), + [anon_sym_GT] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_make] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_else] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1420), + [anon_sym_DOT] = ACTIONS(1418), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_catch] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_new] = ACTIONS(1418), + [anon_sym_as] = ACTIONS(1418), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_STAR_STAR] = ACTIONS(1420), + [anon_sym_PLUS_PLUS] = ACTIONS(1420), + [anon_sym_SLASH] = ACTIONS(1418), + [anon_sym_mod] = ACTIONS(1418), + [anon_sym_SLASH_SLASH] = ACTIONS(1420), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_bit_DASHshl] = ACTIONS(1418), + [anon_sym_bit_DASHshr] = ACTIONS(1418), + [anon_sym_EQ_EQ] = ACTIONS(1420), + [anon_sym_BANG_EQ] = ACTIONS(1420), + [anon_sym_LT2] = ACTIONS(1418), + [anon_sym_LT_EQ] = ACTIONS(1420), + [anon_sym_GT_EQ] = ACTIONS(1420), + [anon_sym_not_DASHin] = ACTIONS(1418), + [anon_sym_starts_DASHwith] = ACTIONS(1418), + [anon_sym_ends_DASHwith] = ACTIONS(1418), + [anon_sym_EQ_TILDE] = ACTIONS(1420), + [anon_sym_BANG_TILDE] = ACTIONS(1420), + [anon_sym_bit_DASHand] = ACTIONS(1418), + [anon_sym_bit_DASHxor] = ACTIONS(1418), + [anon_sym_bit_DASHor] = ACTIONS(1418), + [anon_sym_and] = ACTIONS(1418), + [anon_sym_xor] = ACTIONS(1418), + [anon_sym_or] = ACTIONS(1418), + [aux_sym__val_number_decimal_token1] = ACTIONS(1418), + [aux_sym__val_number_token1] = ACTIONS(1420), + [aux_sym__val_number_token2] = ACTIONS(1420), + [aux_sym__val_number_token3] = ACTIONS(1420), + [aux_sym__val_number_token4] = ACTIONS(1418), + [aux_sym__val_number_token5] = ACTIONS(1420), + [aux_sym__val_number_token6] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1420), + [sym__str_single_quotes] = ACTIONS(1420), + [sym__str_back_ticks] = ACTIONS(1420), + [aux_sym__record_key_token2] = ACTIONS(1418), + [anon_sym_POUND] = ACTIONS(3), + }, + [712] = { + [sym_comment] = STATE(712), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_if] = ACTIONS(150), + [anon_sym_EQ_GT] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [aux_sym__immediate_decimal_token2] = ACTIONS(1725), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(150), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), + [anon_sym_POUND] = ACTIONS(3), + }, + [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(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1712), + [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_POUND] = ACTIONS(3), + }, + [714] = { + [sym_path] = STATE(745), + [sym_comment] = STATE(714), + [aux_sym_cell_path_repeat1] = STATE(714), + [anon_sym_export] = ACTIONS(1411), + [anon_sym_alias] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_let_DASHenv] = ACTIONS(1411), + [anon_sym_mut] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [sym_cmd_identifier] = ACTIONS(1411), + [anon_sym_def] = ACTIONS(1411), + [anon_sym_export_DASHenv] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_module] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_COMMA] = ACTIONS(1413), + [anon_sym_LPAREN] = ACTIONS(1413), + [anon_sym_DOLLAR] = ACTIONS(1413), + [anon_sym_error] = ACTIONS(1411), + [anon_sym_list] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_make] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_else] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_RBRACE] = ACTIONS(1413), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(1730), + [anon_sym_try] = ACTIONS(1411), + [anon_sym_catch] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_source] = ACTIONS(1411), + [anon_sym_source_DASHenv] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_hide] = ACTIONS(1411), + [anon_sym_hide_DASHenv] = ACTIONS(1411), + [anon_sym_overlay] = ACTIONS(1411), + [anon_sym_new] = ACTIONS(1411), + [anon_sym_as] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_STAR_STAR] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1413), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(1413), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_bit_DASHshl] = ACTIONS(1411), + [anon_sym_bit_DASHshr] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_LT2] = ACTIONS(1411), + [anon_sym_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_not_DASHin] = ACTIONS(1411), + [anon_sym_starts_DASHwith] = ACTIONS(1411), + [anon_sym_ends_DASHwith] = ACTIONS(1411), + [anon_sym_EQ_TILDE] = ACTIONS(1413), + [anon_sym_BANG_TILDE] = ACTIONS(1413), + [anon_sym_bit_DASHand] = ACTIONS(1411), + [anon_sym_bit_DASHxor] = ACTIONS(1411), + [anon_sym_bit_DASHor] = ACTIONS(1411), + [anon_sym_and] = ACTIONS(1411), + [anon_sym_xor] = ACTIONS(1411), + [anon_sym_or] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1413), + [aux_sym__val_number_token2] = ACTIONS(1413), + [aux_sym__val_number_token3] = ACTIONS(1413), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1413), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1413), + [sym__str_single_quotes] = ACTIONS(1413), + [sym__str_back_ticks] = ACTIONS(1413), + [aux_sym__record_key_token2] = ACTIONS(1411), + [anon_sym_POUND] = ACTIONS(3), + }, + [715] = { [sym_cell_path] = STATE(741), - [sym_path] = STATE(690), - [sym_comment] = STATE(694), - [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(1680), - [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), + [sym_path] = STATE(716), + [sym_comment] = STATE(715), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_COMMA] = ACTIONS(1397), + [anon_sym_LPAREN] = ACTIONS(1397), + [anon_sym_DOLLAR] = ACTIONS(1397), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_list] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_make] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1397), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(1733), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_catch] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_new] = ACTIONS(1395), + [anon_sym_as] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1397), + [anon_sym_BANG_EQ] = ACTIONS(1397), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1397), + [anon_sym_GT_EQ] = ACTIONS(1397), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1397), + [anon_sym_BANG_TILDE] = ACTIONS(1397), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1397), + [aux_sym__val_number_token2] = ACTIONS(1397), + [aux_sym__val_number_token3] = ACTIONS(1397), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1397), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym__str_single_quotes] = ACTIONS(1397), + [sym__str_back_ticks] = ACTIONS(1397), + [aux_sym__record_key_token2] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(3), }, - [695] = { - [sym_cell_path] = STATE(727), - [sym_path] = STATE(690), - [sym_comment] = STATE(695), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_COMMA] = ACTIONS(1423), - [anon_sym_LPAREN] = ACTIONS(1423), - [anon_sym_DOLLAR] = ACTIONS(1423), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_list] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_make] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_else] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1423), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_catch] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_new] = ACTIONS(1421), - [anon_sym_as] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1423), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1423), - [anon_sym_BANG_EQ] = ACTIONS(1423), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1423), - [anon_sym_GT_EQ] = ACTIONS(1423), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1423), - [anon_sym_BANG_TILDE] = ACTIONS(1423), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [aux_sym__val_number_token1] = ACTIONS(1423), - [aux_sym__val_number_token2] = ACTIONS(1423), - [aux_sym__val_number_token3] = ACTIONS(1423), - [aux_sym__val_number_token4] = ACTIONS(1421), - [aux_sym__val_number_token5] = ACTIONS(1423), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym__str_single_quotes] = ACTIONS(1423), - [sym__str_back_ticks] = ACTIONS(1423), - [aux_sym__record_key_token2] = ACTIONS(1421), + [716] = { + [sym_path] = STATE(745), + [sym_comment] = STATE(716), + [aux_sym_cell_path_repeat1] = STATE(708), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_COMMA] = ACTIONS(1442), + [anon_sym_LPAREN] = ACTIONS(1442), + [anon_sym_DOLLAR] = ACTIONS(1442), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_list] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_make] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_catch] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_new] = ACTIONS(1440), + [anon_sym_as] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1442), + [anon_sym_PLUS_PLUS] = ACTIONS(1442), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1442), + [anon_sym_BANG_EQ] = ACTIONS(1442), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1442), + [anon_sym_GT_EQ] = ACTIONS(1442), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1442), + [anon_sym_BANG_TILDE] = ACTIONS(1442), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1442), + [aux_sym__val_number_token2] = ACTIONS(1442), + [aux_sym__val_number_token3] = ACTIONS(1442), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1442), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1442), + [sym__str_single_quotes] = ACTIONS(1442), + [sym__str_back_ticks] = ACTIONS(1442), + [aux_sym__record_key_token2] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(3), }, - [696] = { - [sym_path] = STATE(722), - [sym_comment] = STATE(696), - [aux_sym_cell_path_repeat1] = STATE(700), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_COMMA] = ACTIONS(1404), - [anon_sym_LPAREN] = ACTIONS(1404), - [anon_sym_DOLLAR] = ACTIONS(1404), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_list] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_make] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_else] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1404), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_catch] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_new] = ACTIONS(1402), - [anon_sym_as] = ACTIONS(1402), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1404), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1404), - [anon_sym_BANG_EQ] = ACTIONS(1404), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1404), - [anon_sym_GT_EQ] = ACTIONS(1404), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1404), - [anon_sym_BANG_TILDE] = ACTIONS(1404), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [aux_sym__val_number_token1] = ACTIONS(1404), - [aux_sym__val_number_token2] = ACTIONS(1404), - [aux_sym__val_number_token3] = ACTIONS(1404), - [aux_sym__val_number_token4] = ACTIONS(1402), - [aux_sym__val_number_token5] = ACTIONS(1404), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1404), - [sym__str_single_quotes] = ACTIONS(1404), - [sym__str_back_ticks] = ACTIONS(1404), - [aux_sym__record_key_token2] = ACTIONS(1402), + [717] = { + [sym_comment] = STATE(717), + [anon_sym_PIPE] = ACTIONS(129), + [anon_sym_if] = ACTIONS(129), + [anon_sym_EQ_GT] = ACTIONS(129), + [anon_sym_DOT2] = ACTIONS(1736), + [aux_sym__immediate_decimal_token2] = ACTIONS(1739), + [anon_sym_ns] = ACTIONS(129), + [anon_sym_s] = ACTIONS(129), + [anon_sym_us] = ACTIONS(129), + [anon_sym_ms] = ACTIONS(129), + [anon_sym_sec] = ACTIONS(129), + [anon_sym_min] = ACTIONS(129), + [anon_sym_hr] = ACTIONS(129), + [anon_sym_day] = ACTIONS(129), + [anon_sym_wk] = ACTIONS(129), + [anon_sym_b] = ACTIONS(129), + [anon_sym_B] = ACTIONS(129), + [anon_sym_kb] = ACTIONS(129), + [anon_sym_kB] = ACTIONS(129), + [anon_sym_Kb] = ACTIONS(129), + [anon_sym_KB] = ACTIONS(129), + [anon_sym_mb] = ACTIONS(129), + [anon_sym_mB] = ACTIONS(129), + [anon_sym_Mb] = ACTIONS(129), + [anon_sym_MB] = ACTIONS(129), + [anon_sym_gb] = ACTIONS(129), + [anon_sym_gB] = ACTIONS(129), + [anon_sym_Gb] = ACTIONS(129), + [anon_sym_GB] = ACTIONS(129), + [anon_sym_tb] = ACTIONS(129), + [anon_sym_tB] = ACTIONS(129), + [anon_sym_Tb] = ACTIONS(129), + [anon_sym_TB] = ACTIONS(129), + [anon_sym_pb] = ACTIONS(129), + [anon_sym_pB] = ACTIONS(129), + [anon_sym_Pb] = ACTIONS(129), + [anon_sym_PB] = ACTIONS(129), + [anon_sym_eb] = ACTIONS(129), + [anon_sym_eB] = ACTIONS(129), + [anon_sym_Eb] = ACTIONS(129), + [anon_sym_EB] = ACTIONS(129), + [anon_sym_kib] = ACTIONS(129), + [anon_sym_kiB] = ACTIONS(129), + [anon_sym_kIB] = ACTIONS(129), + [anon_sym_kIb] = ACTIONS(129), + [anon_sym_Kib] = ACTIONS(129), + [anon_sym_KIb] = ACTIONS(129), + [anon_sym_KIB] = ACTIONS(129), + [anon_sym_mib] = ACTIONS(129), + [anon_sym_miB] = ACTIONS(129), + [anon_sym_mIB] = ACTIONS(129), + [anon_sym_mIb] = ACTIONS(129), + [anon_sym_Mib] = ACTIONS(129), + [anon_sym_MIb] = ACTIONS(129), + [anon_sym_MIB] = ACTIONS(129), + [anon_sym_gib] = ACTIONS(129), + [anon_sym_giB] = ACTIONS(129), + [anon_sym_gIB] = ACTIONS(129), + [anon_sym_gIb] = ACTIONS(129), + [anon_sym_Gib] = ACTIONS(129), + [anon_sym_GIb] = ACTIONS(129), + [anon_sym_GIB] = ACTIONS(129), + [anon_sym_tib] = ACTIONS(129), + [anon_sym_tiB] = ACTIONS(129), + [anon_sym_tIB] = ACTIONS(129), + [anon_sym_tIb] = ACTIONS(129), + [anon_sym_Tib] = ACTIONS(129), + [anon_sym_TIb] = ACTIONS(129), + [anon_sym_TIB] = ACTIONS(129), + [anon_sym_pib] = ACTIONS(129), + [anon_sym_piB] = ACTIONS(129), + [anon_sym_pIB] = ACTIONS(129), + [anon_sym_pIb] = ACTIONS(129), + [anon_sym_Pib] = ACTIONS(129), + [anon_sym_PIb] = ACTIONS(129), + [anon_sym_PIB] = ACTIONS(129), + [anon_sym_eib] = ACTIONS(129), + [anon_sym_eiB] = ACTIONS(129), + [anon_sym_eIB] = ACTIONS(129), + [anon_sym_eIb] = ACTIONS(129), + [anon_sym_Eib] = ACTIONS(129), + [anon_sym_EIb] = ACTIONS(129), + [anon_sym_EIB] = ACTIONS(129), [anon_sym_POUND] = ACTIONS(3), }, - [697] = { - [sym_comment] = STATE(697), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_COMMA] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_DOLLAR] = ACTIONS(1365), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_list] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_make] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_else] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1365), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(1701), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_catch] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_new] = ACTIONS(1363), - [anon_sym_as] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1365), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1365), - [anon_sym_BANG_EQ] = ACTIONS(1365), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1365), - [anon_sym_GT_EQ] = ACTIONS(1365), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1365), - [anon_sym_BANG_TILDE] = ACTIONS(1365), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(1703), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1365), - [aux_sym__val_number_token2] = ACTIONS(1365), - [aux_sym__val_number_token3] = ACTIONS(1365), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1365), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1365), - [sym__str_single_quotes] = ACTIONS(1365), - [sym__str_back_ticks] = ACTIONS(1365), - [aux_sym__record_key_token2] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(1705), + [718] = { + [sym_path] = STATE(745), + [sym_comment] = STATE(718), + [aux_sym_cell_path_repeat1] = STATE(714), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_COMMA] = ACTIONS(1438), + [anon_sym_LPAREN] = ACTIONS(1438), + [anon_sym_DOLLAR] = ACTIONS(1438), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_list] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_make] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_else] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1438), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_catch] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_new] = ACTIONS(1436), + [anon_sym_as] = ACTIONS(1436), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1438), + [anon_sym_PLUS_PLUS] = ACTIONS(1438), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1438), + [anon_sym_BANG_EQ] = ACTIONS(1438), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1438), + [anon_sym_GT_EQ] = ACTIONS(1438), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1438), + [anon_sym_BANG_TILDE] = ACTIONS(1438), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1438), + [aux_sym__val_number_token2] = ACTIONS(1438), + [aux_sym__val_number_token3] = ACTIONS(1438), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1438), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1438), + [sym__str_single_quotes] = ACTIONS(1438), + [sym__str_back_ticks] = ACTIONS(1438), + [aux_sym__record_key_token2] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(3), }, - [698] = { - [sym_cell_path] = STATE(737), - [sym_path] = STATE(690), - [sym_comment] = STATE(698), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_COMMA] = ACTIONS(1375), - [anon_sym_LPAREN] = ACTIONS(1375), - [anon_sym_DOLLAR] = ACTIONS(1375), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_list] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_make] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_else] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_catch] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_new] = ACTIONS(1373), - [anon_sym_as] = ACTIONS(1373), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1375), - [anon_sym_PLUS_PLUS] = ACTIONS(1375), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1375), - [anon_sym_BANG_EQ] = ACTIONS(1375), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1375), - [anon_sym_GT_EQ] = ACTIONS(1375), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1375), - [anon_sym_BANG_TILDE] = ACTIONS(1375), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [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(1373), - [aux_sym__val_number_token5] = ACTIONS(1375), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1375), - [sym__str_single_quotes] = ACTIONS(1375), - [sym__str_back_ticks] = ACTIONS(1375), - [aux_sym__record_key_token2] = ACTIONS(1373), + [719] = { + [sym_cell_path] = STATE(800), + [sym_path] = STATE(709), + [sym_comment] = STATE(719), + [anon_sym_export] = ACTIONS(1447), + [anon_sym_alias] = ACTIONS(1447), + [anon_sym_let] = ACTIONS(1447), + [anon_sym_let_DASHenv] = ACTIONS(1447), + [anon_sym_mut] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [sym_cmd_identifier] = ACTIONS(1447), + [anon_sym_def] = ACTIONS(1447), + [anon_sym_export_DASHenv] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym_module] = ACTIONS(1447), + [anon_sym_use] = ACTIONS(1447), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_LPAREN] = ACTIONS(1449), + [anon_sym_DOLLAR] = ACTIONS(1449), + [anon_sym_error] = ACTIONS(1447), + [anon_sym_list] = ACTIONS(1447), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_loop] = ACTIONS(1447), + [anon_sym_make] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_do] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_else] = ACTIONS(1447), + [anon_sym_match] = ACTIONS(1447), + [anon_sym_RBRACE] = ACTIONS(1449), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1447), + [anon_sym_catch] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_source] = ACTIONS(1447), + [anon_sym_source_DASHenv] = ACTIONS(1447), + [anon_sym_register] = ACTIONS(1447), + [anon_sym_hide] = ACTIONS(1447), + [anon_sym_hide_DASHenv] = ACTIONS(1447), + [anon_sym_overlay] = ACTIONS(1447), + [anon_sym_new] = ACTIONS(1447), + [anon_sym_as] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_STAR_STAR] = ACTIONS(1449), + [anon_sym_PLUS_PLUS] = ACTIONS(1449), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(1449), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_bit_DASHshl] = ACTIONS(1447), + [anon_sym_bit_DASHshr] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1449), + [anon_sym_BANG_EQ] = ACTIONS(1449), + [anon_sym_LT2] = ACTIONS(1447), + [anon_sym_LT_EQ] = ACTIONS(1449), + [anon_sym_GT_EQ] = ACTIONS(1449), + [anon_sym_not_DASHin] = ACTIONS(1447), + [anon_sym_starts_DASHwith] = ACTIONS(1447), + [anon_sym_ends_DASHwith] = ACTIONS(1447), + [anon_sym_EQ_TILDE] = ACTIONS(1449), + [anon_sym_BANG_TILDE] = ACTIONS(1449), + [anon_sym_bit_DASHand] = ACTIONS(1447), + [anon_sym_bit_DASHxor] = ACTIONS(1447), + [anon_sym_bit_DASHor] = ACTIONS(1447), + [anon_sym_and] = ACTIONS(1447), + [anon_sym_xor] = ACTIONS(1447), + [anon_sym_or] = ACTIONS(1447), + [aux_sym__val_number_decimal_token1] = ACTIONS(1447), + [aux_sym__val_number_token1] = ACTIONS(1449), + [aux_sym__val_number_token2] = ACTIONS(1449), + [aux_sym__val_number_token3] = ACTIONS(1449), + [aux_sym__val_number_token4] = ACTIONS(1447), + [aux_sym__val_number_token5] = ACTIONS(1449), + [aux_sym__val_number_token6] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1449), + [sym__str_single_quotes] = ACTIONS(1449), + [sym__str_back_ticks] = ACTIONS(1449), + [aux_sym__record_key_token2] = ACTIONS(1447), [anon_sym_POUND] = ACTIONS(3), }, - [699] = { - [sym_cell_path] = STATE(751), - [sym_path] = STATE(690), - [sym_comment] = STATE(699), - [anon_sym_export] = ACTIONS(1398), - [anon_sym_alias] = ACTIONS(1398), - [anon_sym_let] = ACTIONS(1398), - [anon_sym_let_DASHenv] = ACTIONS(1398), - [anon_sym_mut] = ACTIONS(1398), - [anon_sym_const] = ACTIONS(1398), - [sym_cmd_identifier] = ACTIONS(1398), - [anon_sym_def] = ACTIONS(1398), - [anon_sym_export_DASHenv] = ACTIONS(1398), - [anon_sym_extern] = ACTIONS(1398), - [anon_sym_module] = ACTIONS(1398), - [anon_sym_use] = ACTIONS(1398), - [anon_sym_COMMA] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [anon_sym_error] = ACTIONS(1398), - [anon_sym_list] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_break] = ACTIONS(1398), - [anon_sym_continue] = ACTIONS(1398), - [anon_sym_for] = ACTIONS(1398), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_make] = ACTIONS(1398), - [anon_sym_while] = ACTIONS(1398), - [anon_sym_do] = ACTIONS(1398), - [anon_sym_if] = ACTIONS(1398), - [anon_sym_else] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1400), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1398), - [anon_sym_catch] = ACTIONS(1398), - [anon_sym_return] = ACTIONS(1398), - [anon_sym_source] = ACTIONS(1398), - [anon_sym_source_DASHenv] = ACTIONS(1398), - [anon_sym_register] = ACTIONS(1398), - [anon_sym_hide] = ACTIONS(1398), - [anon_sym_hide_DASHenv] = ACTIONS(1398), - [anon_sym_overlay] = ACTIONS(1398), - [anon_sym_new] = ACTIONS(1398), - [anon_sym_as] = ACTIONS(1398), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_STAR_STAR] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_mod] = ACTIONS(1398), - [anon_sym_SLASH_SLASH] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_bit_DASHshl] = ACTIONS(1398), - [anon_sym_bit_DASHshr] = ACTIONS(1398), - [anon_sym_EQ_EQ] = ACTIONS(1400), - [anon_sym_BANG_EQ] = ACTIONS(1400), - [anon_sym_LT2] = ACTIONS(1398), - [anon_sym_LT_EQ] = ACTIONS(1400), - [anon_sym_GT_EQ] = ACTIONS(1400), - [anon_sym_not_DASHin] = ACTIONS(1398), - [anon_sym_starts_DASHwith] = ACTIONS(1398), - [anon_sym_ends_DASHwith] = ACTIONS(1398), - [anon_sym_EQ_TILDE] = ACTIONS(1400), - [anon_sym_BANG_TILDE] = ACTIONS(1400), - [anon_sym_bit_DASHand] = ACTIONS(1398), - [anon_sym_bit_DASHxor] = ACTIONS(1398), - [anon_sym_bit_DASHor] = ACTIONS(1398), - [anon_sym_and] = ACTIONS(1398), - [anon_sym_xor] = ACTIONS(1398), - [anon_sym_or] = ACTIONS(1398), - [aux_sym__val_number_decimal_token1] = ACTIONS(1398), - [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(1398), - [aux_sym__val_number_token5] = ACTIONS(1400), - [aux_sym__val_number_token6] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1400), - [sym__str_single_quotes] = ACTIONS(1400), - [sym__str_back_ticks] = ACTIONS(1400), - [aux_sym__record_key_token2] = ACTIONS(1398), + [720] = { + [sym_cell_path] = STATE(775), + [sym_path] = STATE(709), + [sym_comment] = STATE(720), + [anon_sym_export] = ACTIONS(1403), + [anon_sym_alias] = ACTIONS(1403), + [anon_sym_let] = ACTIONS(1403), + [anon_sym_let_DASHenv] = ACTIONS(1403), + [anon_sym_mut] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [sym_cmd_identifier] = ACTIONS(1403), + [anon_sym_def] = ACTIONS(1403), + [anon_sym_export_DASHenv] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym_module] = ACTIONS(1403), + [anon_sym_use] = ACTIONS(1403), + [anon_sym_COMMA] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1405), + [anon_sym_DOLLAR] = ACTIONS(1405), + [anon_sym_error] = ACTIONS(1403), + [anon_sym_list] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_loop] = ACTIONS(1403), + [anon_sym_make] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_else] = ACTIONS(1403), + [anon_sym_match] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1405), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1403), + [anon_sym_catch] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_source] = ACTIONS(1403), + [anon_sym_source_DASHenv] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_hide] = ACTIONS(1403), + [anon_sym_hide_DASHenv] = ACTIONS(1403), + [anon_sym_overlay] = ACTIONS(1403), + [anon_sym_new] = ACTIONS(1403), + [anon_sym_as] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1403), + [anon_sym_mod] = ACTIONS(1403), + [anon_sym_SLASH_SLASH] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_bit_DASHshl] = ACTIONS(1403), + [anon_sym_bit_DASHshr] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1405), + [anon_sym_BANG_EQ] = ACTIONS(1405), + [anon_sym_LT2] = ACTIONS(1403), + [anon_sym_LT_EQ] = ACTIONS(1405), + [anon_sym_GT_EQ] = ACTIONS(1405), + [anon_sym_not_DASHin] = ACTIONS(1403), + [anon_sym_starts_DASHwith] = ACTIONS(1403), + [anon_sym_ends_DASHwith] = ACTIONS(1403), + [anon_sym_EQ_TILDE] = ACTIONS(1405), + [anon_sym_BANG_TILDE] = ACTIONS(1405), + [anon_sym_bit_DASHand] = ACTIONS(1403), + [anon_sym_bit_DASHxor] = ACTIONS(1403), + [anon_sym_bit_DASHor] = ACTIONS(1403), + [anon_sym_and] = ACTIONS(1403), + [anon_sym_xor] = ACTIONS(1403), + [anon_sym_or] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1405), + [aux_sym__val_number_token2] = ACTIONS(1405), + [aux_sym__val_number_token3] = ACTIONS(1405), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1405), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym__str_single_quotes] = ACTIONS(1405), + [sym__str_back_ticks] = ACTIONS(1405), + [aux_sym__record_key_token2] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(3), }, - [700] = { - [sym_path] = STATE(722), - [sym_comment] = STATE(700), - [aux_sym_cell_path_repeat1] = STATE(684), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_COMMA] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1388), - [anon_sym_DOLLAR] = ACTIONS(1388), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_list] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_make] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_else] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_catch] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_new] = ACTIONS(1386), - [anon_sym_as] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1388), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1388), - [anon_sym_BANG_EQ] = ACTIONS(1388), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1388), - [anon_sym_GT_EQ] = ACTIONS(1388), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1388), - [anon_sym_BANG_TILDE] = ACTIONS(1388), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1388), - [aux_sym__val_number_token2] = ACTIONS(1388), - [aux_sym__val_number_token3] = ACTIONS(1388), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1388), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1388), - [sym__str_single_quotes] = ACTIONS(1388), - [sym__str_back_ticks] = ACTIONS(1388), - [aux_sym__record_key_token2] = ACTIONS(1386), + [721] = { + [sym_cell_path] = STATE(769), + [sym_path] = STATE(709), + [sym_comment] = STATE(721), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1401), + [anon_sym_DOLLAR] = ACTIONS(1401), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_list] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_make] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_catch] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_new] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1401), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1401), + [anon_sym_GT_EQ] = ACTIONS(1401), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1401), + [anon_sym_BANG_TILDE] = ACTIONS(1401), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1401), + [aux_sym__val_number_token2] = ACTIONS(1401), + [aux_sym__val_number_token3] = ACTIONS(1401), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1401), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym__str_single_quotes] = ACTIONS(1401), + [sym__str_back_ticks] = ACTIONS(1401), + [aux_sym__record_key_token2] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(3), }, - [701] = { - [sym_comment] = STATE(701), + [722] = { + [sym_cell_path] = STATE(763), + [sym_path] = STATE(709), + [sym_comment] = STATE(722), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_COMMA] = ACTIONS(1397), + [anon_sym_LPAREN] = ACTIONS(1397), + [anon_sym_DOLLAR] = ACTIONS(1397), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_list] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_make] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1397), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(1714), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_catch] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_new] = ACTIONS(1395), + [anon_sym_as] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1397), + [anon_sym_BANG_EQ] = ACTIONS(1397), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1397), + [anon_sym_GT_EQ] = ACTIONS(1397), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1397), + [anon_sym_BANG_TILDE] = ACTIONS(1397), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1397), + [aux_sym__val_number_token2] = ACTIONS(1397), + [aux_sym__val_number_token3] = ACTIONS(1397), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1397), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym__str_single_quotes] = ACTIONS(1397), + [sym__str_back_ticks] = ACTIONS(1397), + [aux_sym__record_key_token2] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(3), + }, + [723] = { + [sym_comment] = STATE(723), [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(1678), + [aux_sym__immediate_decimal_token2] = ACTIONS(1708), [anon_sym_ns] = ACTIONS(117), [anon_sym_s] = ACTIONS(117), [anon_sym_us] = ACTIONS(117), @@ -156192,520 +159227,433 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(117), [anon_sym_POUND] = ACTIONS(3), }, - [702] = { - [sym_cell_path] = STATE(733), - [sym_path] = STATE(690), - [sym_comment] = STATE(702), - [anon_sym_export] = ACTIONS(1380), - [anon_sym_alias] = ACTIONS(1380), - [anon_sym_let] = ACTIONS(1380), - [anon_sym_let_DASHenv] = ACTIONS(1380), - [anon_sym_mut] = ACTIONS(1380), - [anon_sym_const] = ACTIONS(1380), - [sym_cmd_identifier] = ACTIONS(1380), - [anon_sym_def] = ACTIONS(1380), - [anon_sym_export_DASHenv] = ACTIONS(1380), - [anon_sym_extern] = ACTIONS(1380), - [anon_sym_module] = ACTIONS(1380), - [anon_sym_use] = ACTIONS(1380), - [anon_sym_COMMA] = ACTIONS(1382), - [anon_sym_LPAREN] = ACTIONS(1382), - [anon_sym_DOLLAR] = ACTIONS(1382), - [anon_sym_error] = ACTIONS(1380), - [anon_sym_list] = ACTIONS(1380), - [anon_sym_GT] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1380), - [anon_sym_break] = ACTIONS(1380), - [anon_sym_continue] = ACTIONS(1380), - [anon_sym_for] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1380), - [anon_sym_loop] = ACTIONS(1380), - [anon_sym_make] = ACTIONS(1380), - [anon_sym_while] = ACTIONS(1380), - [anon_sym_do] = ACTIONS(1380), - [anon_sym_if] = ACTIONS(1380), - [anon_sym_else] = ACTIONS(1380), - [anon_sym_match] = ACTIONS(1380), - [anon_sym_RBRACE] = ACTIONS(1382), - [anon_sym_DOT] = ACTIONS(1380), - [anon_sym_DOT2] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1380), - [anon_sym_catch] = ACTIONS(1380), - [anon_sym_return] = ACTIONS(1380), - [anon_sym_source] = ACTIONS(1380), - [anon_sym_source_DASHenv] = ACTIONS(1380), - [anon_sym_register] = ACTIONS(1380), - [anon_sym_hide] = ACTIONS(1380), - [anon_sym_hide_DASHenv] = ACTIONS(1380), - [anon_sym_overlay] = ACTIONS(1380), - [anon_sym_new] = ACTIONS(1380), - [anon_sym_as] = ACTIONS(1380), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_STAR_STAR] = ACTIONS(1382), - [anon_sym_PLUS_PLUS] = ACTIONS(1382), - [anon_sym_SLASH] = ACTIONS(1380), - [anon_sym_mod] = ACTIONS(1380), - [anon_sym_SLASH_SLASH] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1380), - [anon_sym_bit_DASHshl] = ACTIONS(1380), - [anon_sym_bit_DASHshr] = ACTIONS(1380), - [anon_sym_EQ_EQ] = ACTIONS(1382), - [anon_sym_BANG_EQ] = ACTIONS(1382), - [anon_sym_LT2] = ACTIONS(1380), - [anon_sym_LT_EQ] = ACTIONS(1382), - [anon_sym_GT_EQ] = ACTIONS(1382), - [anon_sym_not_DASHin] = ACTIONS(1380), - [anon_sym_starts_DASHwith] = ACTIONS(1380), - [anon_sym_ends_DASHwith] = ACTIONS(1380), - [anon_sym_EQ_TILDE] = ACTIONS(1382), - [anon_sym_BANG_TILDE] = ACTIONS(1382), - [anon_sym_bit_DASHand] = ACTIONS(1380), - [anon_sym_bit_DASHxor] = ACTIONS(1380), - [anon_sym_bit_DASHor] = ACTIONS(1380), - [anon_sym_and] = ACTIONS(1380), - [anon_sym_xor] = ACTIONS(1380), - [anon_sym_or] = ACTIONS(1380), - [aux_sym__val_number_decimal_token1] = ACTIONS(1380), - [aux_sym__val_number_token1] = ACTIONS(1382), - [aux_sym__val_number_token2] = ACTIONS(1382), - [aux_sym__val_number_token3] = ACTIONS(1382), - [aux_sym__val_number_token4] = ACTIONS(1380), - [aux_sym__val_number_token5] = ACTIONS(1382), - [aux_sym__val_number_token6] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1382), - [sym__str_single_quotes] = ACTIONS(1382), - [sym__str_back_ticks] = ACTIONS(1382), - [aux_sym__record_key_token2] = ACTIONS(1380), - [anon_sym_POUND] = ACTIONS(3), - }, - [703] = { - [sym_comment] = STATE(703), - [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(1674), - [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), + [724] = { + [sym_comment] = STATE(724), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_if] = ACTIONS(150), + [anon_sym_EQ_GT] = ACTIONS(150), + [anon_sym_DOT2] = ACTIONS(150), + [anon_sym_ns] = ACTIONS(150), + [anon_sym_s] = ACTIONS(150), + [anon_sym_us] = ACTIONS(150), + [anon_sym_ms] = ACTIONS(150), + [anon_sym_sec] = ACTIONS(150), + [anon_sym_min] = ACTIONS(150), + [anon_sym_hr] = ACTIONS(150), + [anon_sym_day] = ACTIONS(150), + [anon_sym_wk] = ACTIONS(150), + [anon_sym_b] = ACTIONS(150), + [anon_sym_B] = ACTIONS(150), + [anon_sym_kb] = ACTIONS(150), + [anon_sym_kB] = ACTIONS(150), + [anon_sym_Kb] = ACTIONS(150), + [anon_sym_KB] = ACTIONS(150), + [anon_sym_mb] = ACTIONS(150), + [anon_sym_mB] = ACTIONS(150), + [anon_sym_Mb] = ACTIONS(150), + [anon_sym_MB] = ACTIONS(150), + [anon_sym_gb] = ACTIONS(150), + [anon_sym_gB] = ACTIONS(150), + [anon_sym_Gb] = ACTIONS(150), + [anon_sym_GB] = ACTIONS(150), + [anon_sym_tb] = ACTIONS(150), + [anon_sym_tB] = ACTIONS(150), + [anon_sym_Tb] = ACTIONS(150), + [anon_sym_TB] = ACTIONS(150), + [anon_sym_pb] = ACTIONS(150), + [anon_sym_pB] = ACTIONS(150), + [anon_sym_Pb] = ACTIONS(150), + [anon_sym_PB] = ACTIONS(150), + [anon_sym_eb] = ACTIONS(150), + [anon_sym_eB] = ACTIONS(150), + [anon_sym_Eb] = ACTIONS(150), + [anon_sym_EB] = ACTIONS(150), + [anon_sym_kib] = ACTIONS(150), + [anon_sym_kiB] = ACTIONS(150), + [anon_sym_kIB] = ACTIONS(150), + [anon_sym_kIb] = ACTIONS(150), + [anon_sym_Kib] = ACTIONS(150), + [anon_sym_KIb] = ACTIONS(150), + [anon_sym_KIB] = ACTIONS(150), + [anon_sym_mib] = ACTIONS(150), + [anon_sym_miB] = ACTIONS(150), + [anon_sym_mIB] = ACTIONS(150), + [anon_sym_mIb] = ACTIONS(150), + [anon_sym_Mib] = ACTIONS(150), + [anon_sym_MIb] = ACTIONS(150), + [anon_sym_MIB] = ACTIONS(150), + [anon_sym_gib] = ACTIONS(150), + [anon_sym_giB] = ACTIONS(150), + [anon_sym_gIB] = ACTIONS(150), + [anon_sym_gIb] = ACTIONS(150), + [anon_sym_Gib] = ACTIONS(150), + [anon_sym_GIb] = ACTIONS(150), + [anon_sym_GIB] = ACTIONS(150), + [anon_sym_tib] = ACTIONS(150), + [anon_sym_tiB] = ACTIONS(150), + [anon_sym_tIB] = ACTIONS(150), + [anon_sym_tIb] = ACTIONS(150), + [anon_sym_Tib] = ACTIONS(150), + [anon_sym_TIb] = ACTIONS(150), + [anon_sym_TIB] = ACTIONS(150), + [anon_sym_pib] = ACTIONS(150), + [anon_sym_piB] = ACTIONS(150), + [anon_sym_pIB] = ACTIONS(150), + [anon_sym_pIb] = ACTIONS(150), + [anon_sym_Pib] = ACTIONS(150), + [anon_sym_PIb] = ACTIONS(150), + [anon_sym_PIB] = ACTIONS(150), + [anon_sym_eib] = ACTIONS(150), + [anon_sym_eiB] = ACTIONS(150), + [anon_sym_eIB] = ACTIONS(150), + [anon_sym_eIb] = ACTIONS(150), + [anon_sym_Eib] = ACTIONS(150), + [anon_sym_EIb] = ACTIONS(150), + [anon_sym_EIB] = ACTIONS(150), [anon_sym_POUND] = ACTIONS(3), }, - [704] = { - [sym_comment] = STATE(704), - [anon_sym_PIPE] = ACTIONS(164), - [anon_sym_if] = ACTIONS(164), - [anon_sym_EQ_GT] = ACTIONS(164), - [anon_sym_DOT2] = ACTIONS(164), - [anon_sym_ns] = ACTIONS(164), - [anon_sym_s] = ACTIONS(164), - [anon_sym_us] = ACTIONS(164), - [anon_sym_ms] = ACTIONS(164), - [anon_sym_sec] = ACTIONS(164), - [anon_sym_min] = ACTIONS(164), - [anon_sym_hr] = ACTIONS(164), - [anon_sym_day] = ACTIONS(164), - [anon_sym_wk] = ACTIONS(164), - [anon_sym_b] = ACTIONS(164), - [anon_sym_B] = ACTIONS(164), - [anon_sym_kb] = ACTIONS(164), - [anon_sym_kB] = ACTIONS(164), - [anon_sym_Kb] = ACTIONS(164), - [anon_sym_KB] = ACTIONS(164), - [anon_sym_mb] = ACTIONS(164), - [anon_sym_mB] = ACTIONS(164), - [anon_sym_Mb] = ACTIONS(164), - [anon_sym_MB] = ACTIONS(164), - [anon_sym_gb] = ACTIONS(164), - [anon_sym_gB] = ACTIONS(164), - [anon_sym_Gb] = ACTIONS(164), - [anon_sym_GB] = ACTIONS(164), - [anon_sym_tb] = ACTIONS(164), - [anon_sym_tB] = ACTIONS(164), - [anon_sym_Tb] = ACTIONS(164), - [anon_sym_TB] = ACTIONS(164), - [anon_sym_pb] = ACTIONS(164), - [anon_sym_pB] = ACTIONS(164), - [anon_sym_Pb] = ACTIONS(164), - [anon_sym_PB] = ACTIONS(164), - [anon_sym_eb] = ACTIONS(164), - [anon_sym_eB] = ACTIONS(164), - [anon_sym_Eb] = ACTIONS(164), - [anon_sym_EB] = ACTIONS(164), - [anon_sym_kib] = ACTIONS(164), - [anon_sym_kiB] = ACTIONS(164), - [anon_sym_kIB] = ACTIONS(164), - [anon_sym_kIb] = ACTIONS(164), - [anon_sym_Kib] = ACTIONS(164), - [anon_sym_KIb] = ACTIONS(164), - [anon_sym_KIB] = ACTIONS(164), - [anon_sym_mib] = ACTIONS(164), - [anon_sym_miB] = ACTIONS(164), - [anon_sym_mIB] = ACTIONS(164), - [anon_sym_mIb] = ACTIONS(164), - [anon_sym_Mib] = ACTIONS(164), - [anon_sym_MIb] = ACTIONS(164), - [anon_sym_MIB] = ACTIONS(164), - [anon_sym_gib] = ACTIONS(164), - [anon_sym_giB] = ACTIONS(164), - [anon_sym_gIB] = ACTIONS(164), - [anon_sym_gIb] = ACTIONS(164), - [anon_sym_Gib] = ACTIONS(164), - [anon_sym_GIb] = ACTIONS(164), - [anon_sym_GIB] = ACTIONS(164), - [anon_sym_tib] = ACTIONS(164), - [anon_sym_tiB] = ACTIONS(164), - [anon_sym_tIB] = ACTIONS(164), - [anon_sym_tIb] = ACTIONS(164), - [anon_sym_Tib] = ACTIONS(164), - [anon_sym_TIb] = ACTIONS(164), - [anon_sym_TIB] = ACTIONS(164), - [anon_sym_pib] = ACTIONS(164), - [anon_sym_piB] = ACTIONS(164), - [anon_sym_pIB] = ACTIONS(164), - [anon_sym_pIb] = ACTIONS(164), - [anon_sym_Pib] = ACTIONS(164), - [anon_sym_PIb] = ACTIONS(164), - [anon_sym_PIB] = ACTIONS(164), - [anon_sym_eib] = ACTIONS(164), - [anon_sym_eiB] = ACTIONS(164), - [anon_sym_eIB] = ACTIONS(164), - [anon_sym_eIb] = ACTIONS(164), - [anon_sym_Eib] = ACTIONS(164), - [anon_sym_EIb] = ACTIONS(164), - [anon_sym_EIB] = ACTIONS(164), + [725] = { + [sym_comment] = STATE(725), + [anon_sym_PIPE] = ACTIONS(167), + [anon_sym_if] = ACTIONS(167), + [anon_sym_EQ_GT] = ACTIONS(167), + [anon_sym_DOT2] = ACTIONS(167), + [anon_sym_ns] = ACTIONS(167), + [anon_sym_s] = ACTIONS(167), + [anon_sym_us] = ACTIONS(167), + [anon_sym_ms] = ACTIONS(167), + [anon_sym_sec] = ACTIONS(167), + [anon_sym_min] = ACTIONS(167), + [anon_sym_hr] = ACTIONS(167), + [anon_sym_day] = ACTIONS(167), + [anon_sym_wk] = ACTIONS(167), + [anon_sym_b] = ACTIONS(167), + [anon_sym_B] = ACTIONS(167), + [anon_sym_kb] = ACTIONS(167), + [anon_sym_kB] = ACTIONS(167), + [anon_sym_Kb] = ACTIONS(167), + [anon_sym_KB] = ACTIONS(167), + [anon_sym_mb] = ACTIONS(167), + [anon_sym_mB] = ACTIONS(167), + [anon_sym_Mb] = ACTIONS(167), + [anon_sym_MB] = ACTIONS(167), + [anon_sym_gb] = ACTIONS(167), + [anon_sym_gB] = ACTIONS(167), + [anon_sym_Gb] = ACTIONS(167), + [anon_sym_GB] = ACTIONS(167), + [anon_sym_tb] = ACTIONS(167), + [anon_sym_tB] = ACTIONS(167), + [anon_sym_Tb] = ACTIONS(167), + [anon_sym_TB] = ACTIONS(167), + [anon_sym_pb] = ACTIONS(167), + [anon_sym_pB] = ACTIONS(167), + [anon_sym_Pb] = ACTIONS(167), + [anon_sym_PB] = ACTIONS(167), + [anon_sym_eb] = ACTIONS(167), + [anon_sym_eB] = ACTIONS(167), + [anon_sym_Eb] = ACTIONS(167), + [anon_sym_EB] = ACTIONS(167), + [anon_sym_kib] = ACTIONS(167), + [anon_sym_kiB] = ACTIONS(167), + [anon_sym_kIB] = ACTIONS(167), + [anon_sym_kIb] = ACTIONS(167), + [anon_sym_Kib] = ACTIONS(167), + [anon_sym_KIb] = ACTIONS(167), + [anon_sym_KIB] = ACTIONS(167), + [anon_sym_mib] = ACTIONS(167), + [anon_sym_miB] = ACTIONS(167), + [anon_sym_mIB] = ACTIONS(167), + [anon_sym_mIb] = ACTIONS(167), + [anon_sym_Mib] = ACTIONS(167), + [anon_sym_MIb] = ACTIONS(167), + [anon_sym_MIB] = ACTIONS(167), + [anon_sym_gib] = ACTIONS(167), + [anon_sym_giB] = ACTIONS(167), + [anon_sym_gIB] = ACTIONS(167), + [anon_sym_gIb] = ACTIONS(167), + [anon_sym_Gib] = ACTIONS(167), + [anon_sym_GIb] = ACTIONS(167), + [anon_sym_GIB] = ACTIONS(167), + [anon_sym_tib] = ACTIONS(167), + [anon_sym_tiB] = ACTIONS(167), + [anon_sym_tIB] = ACTIONS(167), + [anon_sym_tIb] = ACTIONS(167), + [anon_sym_Tib] = ACTIONS(167), + [anon_sym_TIb] = ACTIONS(167), + [anon_sym_TIB] = ACTIONS(167), + [anon_sym_pib] = ACTIONS(167), + [anon_sym_piB] = ACTIONS(167), + [anon_sym_pIB] = ACTIONS(167), + [anon_sym_pIb] = ACTIONS(167), + [anon_sym_Pib] = ACTIONS(167), + [anon_sym_PIb] = ACTIONS(167), + [anon_sym_PIB] = ACTIONS(167), + [anon_sym_eib] = ACTIONS(167), + [anon_sym_eiB] = ACTIONS(167), + [anon_sym_eIB] = ACTIONS(167), + [anon_sym_eIb] = ACTIONS(167), + [anon_sym_Eib] = ACTIONS(167), + [anon_sym_EIb] = ACTIONS(167), + [anon_sym_EIB] = ACTIONS(167), [anon_sym_POUND] = ACTIONS(3), }, - [705] = { - [sym_comment] = STATE(705), - [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), + [726] = { + [sym_comment] = STATE(726), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_COMMA] = ACTIONS(1466), + [anon_sym_LPAREN] = ACTIONS(1466), + [anon_sym_DOLLAR] = ACTIONS(1466), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_list] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_make] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_catch] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_new] = ACTIONS(1464), + [anon_sym_as] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(1741), + [anon_sym_STAR_STAR] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1466), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1466), + [anon_sym_BANG_TILDE] = ACTIONS(1466), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [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(1464), + [aux_sym__val_number_token5] = ACTIONS(1466), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym__str_single_quotes] = ACTIONS(1466), + [sym__str_back_ticks] = ACTIONS(1466), + [aux_sym__record_key_token2] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(3), }, - [706] = { - [sym_comment] = STATE(706), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_COMMA] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_list] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_make] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_else] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_catch] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_new] = ACTIONS(1446), - [anon_sym_as] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1448), - [anon_sym_STAR_STAR] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1448), - [anon_sym_BANG_EQ] = ACTIONS(1448), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1448), - [anon_sym_GT_EQ] = ACTIONS(1448), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1448), - [anon_sym_BANG_TILDE] = ACTIONS(1448), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1448), - [aux_sym__val_number_token2] = ACTIONS(1448), - [aux_sym__val_number_token3] = ACTIONS(1448), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1448), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1448), - [sym__str_single_quotes] = ACTIONS(1448), - [sym__str_back_ticks] = ACTIONS(1448), - [aux_sym__record_key_token2] = ACTIONS(1446), + [727] = { + [sym_comment] = STATE(727), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_if] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1743), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), [anon_sym_POUND] = ACTIONS(3), }, - [707] = { - [sym_comment] = STATE(707), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_if] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1707), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), + [728] = { + [sym_comment] = STATE(728), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_COMMA] = ACTIONS(1466), + [anon_sym_LPAREN] = ACTIONS(1466), + [anon_sym_DOLLAR] = ACTIONS(1466), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_list] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_make] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_else] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_catch] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_new] = ACTIONS(1464), + [anon_sym_as] = ACTIONS(1464), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(1741), + [anon_sym_STAR_STAR] = ACTIONS(1466), + [anon_sym_PLUS_PLUS] = ACTIONS(1466), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1466), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1466), + [anon_sym_BANG_TILDE] = ACTIONS(1466), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [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(1464), + [aux_sym__val_number_token5] = ACTIONS(1466), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1466), + [sym__str_single_quotes] = ACTIONS(1466), + [sym__str_back_ticks] = ACTIONS(1466), + [aux_sym__record_key_token2] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(3), }, - [708] = { - [sym_comment] = STATE(708), + [729] = { + [sym_comment] = STATE(729), [anon_sym_PIPE] = ACTIONS(117), [anon_sym_if] = ACTIONS(117), [anon_sym_EQ_GT] = ACTIONS(117), @@ -156789,8 +159737,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(117), [anon_sym_POUND] = ACTIONS(3), }, - [709] = { - [sym_comment] = STATE(709), + [730] = { + [sym_comment] = STATE(730), [anon_sym_PIPE] = ACTIONS(109), [anon_sym_if] = ACTIONS(109), [anon_sym_EQ_GT] = ACTIONS(109), @@ -156874,347 +159822,2349 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EIB] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(3), }, - [710] = { - [sym_comment] = STATE(710), - [anon_sym_PIPE] = ACTIONS(141), - [anon_sym_if] = ACTIONS(141), - [anon_sym_EQ_GT] = ACTIONS(141), - [anon_sym_DOT2] = ACTIONS(141), - [anon_sym_ns] = ACTIONS(141), - [anon_sym_s] = ACTIONS(141), - [anon_sym_us] = ACTIONS(141), - [anon_sym_ms] = ACTIONS(141), - [anon_sym_sec] = ACTIONS(141), - [anon_sym_min] = ACTIONS(141), - [anon_sym_hr] = ACTIONS(141), - [anon_sym_day] = ACTIONS(141), - [anon_sym_wk] = ACTIONS(141), - [anon_sym_b] = ACTIONS(141), - [anon_sym_B] = ACTIONS(141), - [anon_sym_kb] = ACTIONS(141), - [anon_sym_kB] = ACTIONS(141), - [anon_sym_Kb] = ACTIONS(141), - [anon_sym_KB] = ACTIONS(141), - [anon_sym_mb] = ACTIONS(141), - [anon_sym_mB] = ACTIONS(141), - [anon_sym_Mb] = ACTIONS(141), - [anon_sym_MB] = ACTIONS(141), - [anon_sym_gb] = ACTIONS(141), - [anon_sym_gB] = ACTIONS(141), - [anon_sym_Gb] = ACTIONS(141), - [anon_sym_GB] = ACTIONS(141), - [anon_sym_tb] = ACTIONS(141), - [anon_sym_tB] = ACTIONS(141), - [anon_sym_Tb] = ACTIONS(141), - [anon_sym_TB] = ACTIONS(141), - [anon_sym_pb] = ACTIONS(141), - [anon_sym_pB] = ACTIONS(141), - [anon_sym_Pb] = ACTIONS(141), - [anon_sym_PB] = ACTIONS(141), - [anon_sym_eb] = ACTIONS(141), - [anon_sym_eB] = ACTIONS(141), - [anon_sym_Eb] = ACTIONS(141), - [anon_sym_EB] = ACTIONS(141), - [anon_sym_kib] = ACTIONS(141), - [anon_sym_kiB] = ACTIONS(141), - [anon_sym_kIB] = ACTIONS(141), - [anon_sym_kIb] = ACTIONS(141), - [anon_sym_Kib] = ACTIONS(141), - [anon_sym_KIb] = ACTIONS(141), - [anon_sym_KIB] = ACTIONS(141), - [anon_sym_mib] = ACTIONS(141), - [anon_sym_miB] = ACTIONS(141), - [anon_sym_mIB] = ACTIONS(141), - [anon_sym_mIb] = ACTIONS(141), - [anon_sym_Mib] = ACTIONS(141), - [anon_sym_MIb] = ACTIONS(141), - [anon_sym_MIB] = ACTIONS(141), - [anon_sym_gib] = ACTIONS(141), - [anon_sym_giB] = ACTIONS(141), - [anon_sym_gIB] = ACTIONS(141), - [anon_sym_gIb] = ACTIONS(141), - [anon_sym_Gib] = ACTIONS(141), - [anon_sym_GIb] = ACTIONS(141), - [anon_sym_GIB] = ACTIONS(141), - [anon_sym_tib] = ACTIONS(141), - [anon_sym_tiB] = ACTIONS(141), - [anon_sym_tIB] = ACTIONS(141), - [anon_sym_tIb] = ACTIONS(141), - [anon_sym_Tib] = ACTIONS(141), - [anon_sym_TIb] = ACTIONS(141), - [anon_sym_TIB] = ACTIONS(141), - [anon_sym_pib] = ACTIONS(141), - [anon_sym_piB] = ACTIONS(141), - [anon_sym_pIB] = ACTIONS(141), - [anon_sym_pIb] = ACTIONS(141), - [anon_sym_Pib] = ACTIONS(141), - [anon_sym_PIb] = ACTIONS(141), - [anon_sym_PIB] = ACTIONS(141), - [anon_sym_eib] = ACTIONS(141), - [anon_sym_eiB] = ACTIONS(141), - [anon_sym_eIB] = ACTIONS(141), - [anon_sym_eIb] = ACTIONS(141), - [anon_sym_Eib] = ACTIONS(141), - [anon_sym_EIb] = ACTIONS(141), - [anon_sym_EIB] = ACTIONS(141), + [731] = { + [sym_comment] = STATE(731), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_COMMA] = ACTIONS(1456), + [anon_sym_LPAREN] = ACTIONS(1456), + [anon_sym_DOLLAR] = ACTIONS(1456), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_list] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_make] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_else] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1456), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_catch] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1454), + [anon_sym_as] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1456), + [anon_sym_STAR_STAR] = ACTIONS(1456), + [anon_sym_PLUS_PLUS] = ACTIONS(1456), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1456), + [anon_sym_BANG_EQ] = ACTIONS(1456), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1456), + [anon_sym_GT_EQ] = ACTIONS(1456), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1456), + [anon_sym_BANG_TILDE] = ACTIONS(1456), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1456), + [aux_sym__val_number_token2] = ACTIONS(1456), + [aux_sym__val_number_token3] = ACTIONS(1456), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1456), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1456), + [sym__str_single_quotes] = ACTIONS(1456), + [sym__str_back_ticks] = ACTIONS(1456), + [aux_sym__record_key_token2] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(3), + }, + [732] = { + [sym_comment] = STATE(732), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_DOLLAR] = ACTIONS(1477), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_list] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_make] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_else] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_catch] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_new] = ACTIONS(1475), + [anon_sym_as] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1477), + [anon_sym_STAR_STAR] = ACTIONS(1477), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1477), + [anon_sym_BANG_TILDE] = ACTIONS(1477), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1477), + [aux_sym__val_number_token2] = ACTIONS(1477), + [aux_sym__val_number_token3] = ACTIONS(1477), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1477), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1477), + [sym__str_single_quotes] = ACTIONS(1477), + [sym__str_back_ticks] = ACTIONS(1477), + [aux_sym__record_key_token2] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(3), + }, + [733] = { + [sym_comment] = STATE(733), + [anon_sym_export] = ACTIONS(1515), + [anon_sym_alias] = ACTIONS(1515), + [anon_sym_let] = ACTIONS(1515), + [anon_sym_let_DASHenv] = ACTIONS(1515), + [anon_sym_mut] = ACTIONS(1515), + [anon_sym_const] = ACTIONS(1515), + [sym_cmd_identifier] = ACTIONS(1515), + [anon_sym_def] = ACTIONS(1515), + [anon_sym_export_DASHenv] = ACTIONS(1515), + [anon_sym_extern] = ACTIONS(1515), + [anon_sym_module] = ACTIONS(1515), + [anon_sym_use] = ACTIONS(1515), + [anon_sym_COMMA] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_DOLLAR] = ACTIONS(1517), + [anon_sym_error] = ACTIONS(1515), + [anon_sym_list] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1515), + [anon_sym_continue] = ACTIONS(1515), + [anon_sym_for] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_loop] = ACTIONS(1515), + [anon_sym_make] = ACTIONS(1515), + [anon_sym_while] = ACTIONS(1515), + [anon_sym_do] = ACTIONS(1515), + [anon_sym_if] = ACTIONS(1515), + [anon_sym_else] = ACTIONS(1515), + [anon_sym_match] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_DOT2] = ACTIONS(1745), + [anon_sym_try] = ACTIONS(1515), + [anon_sym_catch] = ACTIONS(1515), + [anon_sym_return] = ACTIONS(1515), + [anon_sym_source] = ACTIONS(1515), + [anon_sym_source_DASHenv] = ACTIONS(1515), + [anon_sym_register] = ACTIONS(1515), + [anon_sym_hide] = ACTIONS(1515), + [anon_sym_hide_DASHenv] = ACTIONS(1515), + [anon_sym_overlay] = ACTIONS(1515), + [anon_sym_new] = ACTIONS(1515), + [anon_sym_as] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1644), + [anon_sym_PLUS_PLUS] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1644), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1644), + [anon_sym_BANG_EQ] = ACTIONS(1644), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1644), + [anon_sym_GT_EQ] = ACTIONS(1644), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1644), + [anon_sym_BANG_TILDE] = ACTIONS(1644), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [aux_sym__val_number_token1] = ACTIONS(1517), + [aux_sym__val_number_token2] = ACTIONS(1517), + [aux_sym__val_number_token3] = ACTIONS(1517), + [aux_sym__val_number_token4] = ACTIONS(1515), + [aux_sym__val_number_token5] = ACTIONS(1517), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1517), + [sym__str_single_quotes] = ACTIONS(1517), + [sym__str_back_ticks] = ACTIONS(1517), + [aux_sym__record_key_token2] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(3), + }, + [734] = { + [sym_comment] = STATE(734), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_COMMA] = ACTIONS(1497), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_DOLLAR] = ACTIONS(1497), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_list] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_make] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_else] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_DOT] = ACTIONS(1497), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_catch] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_new] = ACTIONS(1495), + [anon_sym_as] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1497), + [anon_sym_BANG_EQ] = ACTIONS(1497), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1497), + [anon_sym_GT_EQ] = ACTIONS(1497), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1497), + [anon_sym_BANG_TILDE] = ACTIONS(1497), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1497), + [aux_sym__val_number_token2] = ACTIONS(1497), + [aux_sym__val_number_token3] = ACTIONS(1497), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1497), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym__str_single_quotes] = ACTIONS(1497), + [sym__str_back_ticks] = ACTIONS(1497), + [aux_sym__record_key_token2] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(1747), + [anon_sym_POUND] = ACTIONS(3), + }, + [735] = { + [sym_comment] = STATE(735), + [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(1745), + [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), + }, + [736] = { + [sym_comment] = STATE(736), + [anon_sym_export] = ACTIONS(1511), + [anon_sym_alias] = ACTIONS(1511), + [anon_sym_let] = ACTIONS(1511), + [anon_sym_let_DASHenv] = ACTIONS(1511), + [anon_sym_mut] = ACTIONS(1511), + [anon_sym_const] = ACTIONS(1511), + [sym_cmd_identifier] = ACTIONS(1511), + [anon_sym_def] = ACTIONS(1511), + [anon_sym_export_DASHenv] = ACTIONS(1511), + [anon_sym_extern] = ACTIONS(1511), + [anon_sym_module] = ACTIONS(1511), + [anon_sym_use] = ACTIONS(1511), + [anon_sym_COMMA] = ACTIONS(1513), + [anon_sym_LPAREN] = ACTIONS(1513), + [anon_sym_DOLLAR] = ACTIONS(1513), + [anon_sym_error] = ACTIONS(1511), + [anon_sym_list] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_break] = ACTIONS(1511), + [anon_sym_continue] = ACTIONS(1511), + [anon_sym_for] = ACTIONS(1511), + [anon_sym_in] = ACTIONS(1511), + [anon_sym_loop] = ACTIONS(1511), + [anon_sym_make] = ACTIONS(1511), + [anon_sym_while] = ACTIONS(1511), + [anon_sym_do] = ACTIONS(1511), + [anon_sym_if] = ACTIONS(1511), + [anon_sym_else] = ACTIONS(1511), + [anon_sym_match] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1513), + [anon_sym_DOT] = ACTIONS(1511), + [anon_sym_DOT2] = ACTIONS(1513), + [anon_sym_try] = ACTIONS(1511), + [anon_sym_catch] = ACTIONS(1511), + [anon_sym_return] = ACTIONS(1511), + [anon_sym_source] = ACTIONS(1511), + [anon_sym_source_DASHenv] = ACTIONS(1511), + [anon_sym_register] = ACTIONS(1511), + [anon_sym_hide] = ACTIONS(1511), + [anon_sym_hide_DASHenv] = ACTIONS(1511), + [anon_sym_overlay] = ACTIONS(1511), + [anon_sym_new] = ACTIONS(1511), + [anon_sym_as] = ACTIONS(1511), + [anon_sym_STAR] = ACTIONS(1511), + [anon_sym_STAR_STAR] = ACTIONS(1513), + [anon_sym_PLUS_PLUS] = ACTIONS(1513), + [anon_sym_SLASH] = ACTIONS(1511), + [anon_sym_mod] = ACTIONS(1511), + [anon_sym_SLASH_SLASH] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_bit_DASHshl] = ACTIONS(1511), + [anon_sym_bit_DASHshr] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1513), + [anon_sym_BANG_EQ] = ACTIONS(1513), + [anon_sym_LT2] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1513), + [anon_sym_GT_EQ] = ACTIONS(1513), + [anon_sym_not_DASHin] = ACTIONS(1511), + [anon_sym_starts_DASHwith] = ACTIONS(1511), + [anon_sym_ends_DASHwith] = ACTIONS(1511), + [anon_sym_EQ_TILDE] = ACTIONS(1513), + [anon_sym_BANG_TILDE] = ACTIONS(1513), + [anon_sym_bit_DASHand] = ACTIONS(1511), + [anon_sym_bit_DASHxor] = ACTIONS(1511), + [anon_sym_bit_DASHor] = ACTIONS(1511), + [anon_sym_and] = ACTIONS(1511), + [anon_sym_xor] = ACTIONS(1511), + [anon_sym_or] = ACTIONS(1511), + [aux_sym__val_number_decimal_token1] = ACTIONS(1511), + [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(1511), + [aux_sym__val_number_token5] = ACTIONS(1513), + [aux_sym__val_number_token6] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1513), + [sym__str_single_quotes] = ACTIONS(1513), + [sym__str_back_ticks] = ACTIONS(1513), + [aux_sym__record_key_token2] = ACTIONS(1511), + [anon_sym_POUND] = ACTIONS(3), + }, + [737] = { + [sym_comment] = STATE(737), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_COMMA] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1371), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_list] = ACTIONS(1369), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_make] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_else] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1371), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_catch] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_new] = ACTIONS(1369), + [anon_sym_as] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1371), + [sym__str_single_quotes] = ACTIONS(1371), + [sym__str_back_ticks] = ACTIONS(1371), + [aux_sym__record_key_token2] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(1704), + [anon_sym_POUND] = ACTIONS(105), + }, + [738] = { + [sym_comment] = STATE(738), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_COMMA] = ACTIONS(1509), + [anon_sym_LPAREN] = ACTIONS(1509), + [anon_sym_DOLLAR] = ACTIONS(1509), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_list] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_make] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_else] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1509), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_DOT2] = ACTIONS(1509), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_catch] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_new] = ACTIONS(1507), + [anon_sym_as] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1509), + [anon_sym_PLUS_PLUS] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1509), + [anon_sym_BANG_EQ] = ACTIONS(1509), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1509), + [anon_sym_GT_EQ] = ACTIONS(1509), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1509), + [anon_sym_BANG_TILDE] = ACTIONS(1509), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [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(1507), + [aux_sym__val_number_token5] = ACTIONS(1509), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1509), + [sym__str_single_quotes] = ACTIONS(1509), + [sym__str_back_ticks] = ACTIONS(1509), + [aux_sym__record_key_token2] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(3), + }, + [739] = { + [sym_comment] = STATE(739), + [anon_sym_export] = ACTIONS(1501), + [anon_sym_alias] = ACTIONS(1501), + [anon_sym_let] = ACTIONS(1501), + [anon_sym_let_DASHenv] = ACTIONS(1501), + [anon_sym_mut] = ACTIONS(1501), + [anon_sym_const] = ACTIONS(1501), + [sym_cmd_identifier] = ACTIONS(1501), + [anon_sym_def] = ACTIONS(1501), + [anon_sym_export_DASHenv] = ACTIONS(1501), + [anon_sym_extern] = ACTIONS(1501), + [anon_sym_module] = ACTIONS(1501), + [anon_sym_use] = ACTIONS(1501), + [anon_sym_COMMA] = ACTIONS(1503), + [anon_sym_LPAREN] = ACTIONS(1503), + [anon_sym_DOLLAR] = ACTIONS(1503), + [anon_sym_error] = ACTIONS(1501), + [anon_sym_list] = ACTIONS(1501), + [anon_sym_GT] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_continue] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1501), + [anon_sym_loop] = ACTIONS(1501), + [anon_sym_make] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_do] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_else] = ACTIONS(1501), + [anon_sym_match] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1503), + [anon_sym_DOT] = ACTIONS(1501), + [anon_sym_DOT2] = ACTIONS(1503), + [anon_sym_try] = ACTIONS(1501), + [anon_sym_catch] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_source] = ACTIONS(1501), + [anon_sym_source_DASHenv] = ACTIONS(1501), + [anon_sym_register] = ACTIONS(1501), + [anon_sym_hide] = ACTIONS(1501), + [anon_sym_hide_DASHenv] = ACTIONS(1501), + [anon_sym_overlay] = ACTIONS(1501), + [anon_sym_new] = ACTIONS(1501), + [anon_sym_as] = ACTIONS(1501), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_STAR_STAR] = ACTIONS(1503), + [anon_sym_PLUS_PLUS] = ACTIONS(1503), + [anon_sym_SLASH] = ACTIONS(1501), + [anon_sym_mod] = ACTIONS(1501), + [anon_sym_SLASH_SLASH] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_bit_DASHshl] = ACTIONS(1501), + [anon_sym_bit_DASHshr] = ACTIONS(1501), + [anon_sym_EQ_EQ] = ACTIONS(1503), + [anon_sym_BANG_EQ] = ACTIONS(1503), + [anon_sym_LT2] = ACTIONS(1501), + [anon_sym_LT_EQ] = ACTIONS(1503), + [anon_sym_GT_EQ] = ACTIONS(1503), + [anon_sym_not_DASHin] = ACTIONS(1501), + [anon_sym_starts_DASHwith] = ACTIONS(1501), + [anon_sym_ends_DASHwith] = ACTIONS(1501), + [anon_sym_EQ_TILDE] = ACTIONS(1503), + [anon_sym_BANG_TILDE] = ACTIONS(1503), + [anon_sym_bit_DASHand] = ACTIONS(1501), + [anon_sym_bit_DASHxor] = ACTIONS(1501), + [anon_sym_bit_DASHor] = ACTIONS(1501), + [anon_sym_and] = ACTIONS(1501), + [anon_sym_xor] = ACTIONS(1501), + [anon_sym_or] = ACTIONS(1501), + [aux_sym__val_number_decimal_token1] = ACTIONS(1501), + [aux_sym__val_number_token1] = ACTIONS(1503), + [aux_sym__val_number_token2] = ACTIONS(1503), + [aux_sym__val_number_token3] = ACTIONS(1503), + [aux_sym__val_number_token4] = ACTIONS(1501), + [aux_sym__val_number_token5] = ACTIONS(1503), + [aux_sym__val_number_token6] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1503), + [sym__str_single_quotes] = ACTIONS(1503), + [sym__str_back_ticks] = ACTIONS(1503), + [aux_sym__record_key_token2] = ACTIONS(1501), + [anon_sym_POUND] = ACTIONS(3), + }, + [740] = { + [sym_comment] = STATE(740), + [anon_sym_PIPE] = ACTIONS(1365), + [anon_sym_if] = ACTIONS(1365), + [anon_sym_EQ_GT] = ACTIONS(1365), + [anon_sym_ns] = ACTIONS(1316), + [anon_sym_s] = ACTIONS(1316), + [anon_sym_us] = ACTIONS(1316), + [anon_sym_ms] = ACTIONS(1316), + [anon_sym_sec] = ACTIONS(1316), + [anon_sym_min] = ACTIONS(1316), + [anon_sym_hr] = ACTIONS(1316), + [anon_sym_day] = ACTIONS(1316), + [anon_sym_wk] = ACTIONS(1316), + [anon_sym_b] = ACTIONS(1320), + [anon_sym_B] = ACTIONS(1320), + [anon_sym_kb] = ACTIONS(1320), + [anon_sym_kB] = ACTIONS(1320), + [anon_sym_Kb] = ACTIONS(1320), + [anon_sym_KB] = ACTIONS(1320), + [anon_sym_mb] = ACTIONS(1320), + [anon_sym_mB] = ACTIONS(1320), + [anon_sym_Mb] = ACTIONS(1320), + [anon_sym_MB] = ACTIONS(1320), + [anon_sym_gb] = ACTIONS(1320), + [anon_sym_gB] = ACTIONS(1320), + [anon_sym_Gb] = ACTIONS(1320), + [anon_sym_GB] = ACTIONS(1320), + [anon_sym_tb] = ACTIONS(1320), + [anon_sym_tB] = ACTIONS(1320), + [anon_sym_Tb] = ACTIONS(1320), + [anon_sym_TB] = ACTIONS(1320), + [anon_sym_pb] = ACTIONS(1320), + [anon_sym_pB] = ACTIONS(1320), + [anon_sym_Pb] = ACTIONS(1320), + [anon_sym_PB] = ACTIONS(1320), + [anon_sym_eb] = ACTIONS(1320), + [anon_sym_eB] = ACTIONS(1320), + [anon_sym_Eb] = ACTIONS(1320), + [anon_sym_EB] = ACTIONS(1320), + [anon_sym_kib] = ACTIONS(1320), + [anon_sym_kiB] = ACTIONS(1320), + [anon_sym_kIB] = ACTIONS(1320), + [anon_sym_kIb] = ACTIONS(1320), + [anon_sym_Kib] = ACTIONS(1320), + [anon_sym_KIb] = ACTIONS(1320), + [anon_sym_KIB] = ACTIONS(1320), + [anon_sym_mib] = ACTIONS(1320), + [anon_sym_miB] = ACTIONS(1320), + [anon_sym_mIB] = ACTIONS(1320), + [anon_sym_mIb] = ACTIONS(1320), + [anon_sym_Mib] = ACTIONS(1320), + [anon_sym_MIb] = ACTIONS(1320), + [anon_sym_MIB] = ACTIONS(1320), + [anon_sym_gib] = ACTIONS(1320), + [anon_sym_giB] = ACTIONS(1320), + [anon_sym_gIB] = ACTIONS(1320), + [anon_sym_gIb] = ACTIONS(1320), + [anon_sym_Gib] = ACTIONS(1320), + [anon_sym_GIb] = ACTIONS(1320), + [anon_sym_GIB] = ACTIONS(1320), + [anon_sym_tib] = ACTIONS(1320), + [anon_sym_tiB] = ACTIONS(1320), + [anon_sym_tIB] = ACTIONS(1320), + [anon_sym_tIb] = ACTIONS(1320), + [anon_sym_Tib] = ACTIONS(1320), + [anon_sym_TIb] = ACTIONS(1320), + [anon_sym_TIB] = ACTIONS(1320), + [anon_sym_pib] = ACTIONS(1320), + [anon_sym_piB] = ACTIONS(1320), + [anon_sym_pIB] = ACTIONS(1320), + [anon_sym_pIb] = ACTIONS(1320), + [anon_sym_Pib] = ACTIONS(1320), + [anon_sym_PIb] = ACTIONS(1320), + [anon_sym_PIB] = ACTIONS(1320), + [anon_sym_eib] = ACTIONS(1320), + [anon_sym_eiB] = ACTIONS(1320), + [anon_sym_eIB] = ACTIONS(1320), + [anon_sym_eIb] = ACTIONS(1320), + [anon_sym_Eib] = ACTIONS(1320), + [anon_sym_EIb] = ACTIONS(1320), + [anon_sym_EIB] = ACTIONS(1320), + [anon_sym_POUND] = ACTIONS(3), + }, + [741] = { + [sym_comment] = STATE(741), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_COMMA] = ACTIONS(1493), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_DOLLAR] = ACTIONS(1493), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_list] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_make] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_else] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_DOT2] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_catch] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_new] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1493), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1493), + [anon_sym_BANG_EQ] = ACTIONS(1493), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1493), + [anon_sym_GT_EQ] = ACTIONS(1493), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1493), + [anon_sym_BANG_TILDE] = ACTIONS(1493), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1493), + [aux_sym__val_number_token2] = ACTIONS(1493), + [aux_sym__val_number_token3] = ACTIONS(1493), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1493), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1493), + [sym__str_single_quotes] = ACTIONS(1493), + [sym__str_back_ticks] = ACTIONS(1493), + [aux_sym__record_key_token2] = ACTIONS(1491), + [anon_sym_POUND] = ACTIONS(3), + }, + [742] = { + [sym_comment] = STATE(742), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_DOT2] = ACTIONS(1341), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [743] = { + [sym_comment] = STATE(743), + [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), + }, + [744] = { + [sym_comment] = STATE(744), + [anon_sym_PIPE] = ACTIONS(173), + [anon_sym_if] = ACTIONS(173), + [anon_sym_EQ_GT] = ACTIONS(173), + [anon_sym_ns] = ACTIONS(173), + [anon_sym_s] = ACTIONS(173), + [anon_sym_us] = ACTIONS(173), + [anon_sym_ms] = ACTIONS(173), + [anon_sym_sec] = ACTIONS(173), + [anon_sym_min] = ACTIONS(173), + [anon_sym_hr] = ACTIONS(173), + [anon_sym_day] = ACTIONS(173), + [anon_sym_wk] = ACTIONS(173), + [anon_sym_b] = ACTIONS(173), + [anon_sym_B] = ACTIONS(173), + [anon_sym_kb] = ACTIONS(173), + [anon_sym_kB] = ACTIONS(173), + [anon_sym_Kb] = ACTIONS(173), + [anon_sym_KB] = ACTIONS(173), + [anon_sym_mb] = ACTIONS(173), + [anon_sym_mB] = ACTIONS(173), + [anon_sym_Mb] = ACTIONS(173), + [anon_sym_MB] = ACTIONS(173), + [anon_sym_gb] = ACTIONS(173), + [anon_sym_gB] = ACTIONS(173), + [anon_sym_Gb] = ACTIONS(173), + [anon_sym_GB] = ACTIONS(173), + [anon_sym_tb] = ACTIONS(173), + [anon_sym_tB] = ACTIONS(173), + [anon_sym_Tb] = ACTIONS(173), + [anon_sym_TB] = ACTIONS(173), + [anon_sym_pb] = ACTIONS(173), + [anon_sym_pB] = ACTIONS(173), + [anon_sym_Pb] = ACTIONS(173), + [anon_sym_PB] = ACTIONS(173), + [anon_sym_eb] = ACTIONS(173), + [anon_sym_eB] = ACTIONS(173), + [anon_sym_Eb] = ACTIONS(173), + [anon_sym_EB] = ACTIONS(173), + [anon_sym_kib] = ACTIONS(173), + [anon_sym_kiB] = ACTIONS(173), + [anon_sym_kIB] = ACTIONS(173), + [anon_sym_kIb] = ACTIONS(173), + [anon_sym_Kib] = ACTIONS(173), + [anon_sym_KIb] = ACTIONS(173), + [anon_sym_KIB] = ACTIONS(173), + [anon_sym_mib] = ACTIONS(173), + [anon_sym_miB] = ACTIONS(173), + [anon_sym_mIB] = ACTIONS(173), + [anon_sym_mIb] = ACTIONS(173), + [anon_sym_Mib] = ACTIONS(173), + [anon_sym_MIb] = ACTIONS(173), + [anon_sym_MIB] = ACTIONS(173), + [anon_sym_gib] = ACTIONS(173), + [anon_sym_giB] = ACTIONS(173), + [anon_sym_gIB] = ACTIONS(173), + [anon_sym_gIb] = ACTIONS(173), + [anon_sym_Gib] = ACTIONS(173), + [anon_sym_GIb] = ACTIONS(173), + [anon_sym_GIB] = ACTIONS(173), + [anon_sym_tib] = ACTIONS(173), + [anon_sym_tiB] = ACTIONS(173), + [anon_sym_tIB] = ACTIONS(173), + [anon_sym_tIb] = ACTIONS(173), + [anon_sym_Tib] = ACTIONS(173), + [anon_sym_TIb] = ACTIONS(173), + [anon_sym_TIB] = ACTIONS(173), + [anon_sym_pib] = ACTIONS(173), + [anon_sym_piB] = ACTIONS(173), + [anon_sym_pIB] = ACTIONS(173), + [anon_sym_pIb] = ACTIONS(173), + [anon_sym_Pib] = ACTIONS(173), + [anon_sym_PIb] = ACTIONS(173), + [anon_sym_PIB] = ACTIONS(173), + [anon_sym_eib] = ACTIONS(173), + [anon_sym_eiB] = ACTIONS(173), + [anon_sym_eIB] = ACTIONS(173), + [anon_sym_eIb] = ACTIONS(173), + [anon_sym_Eib] = ACTIONS(173), + [anon_sym_EIb] = ACTIONS(173), + [anon_sym_EIB] = ACTIONS(173), + [anon_sym_POUND] = ACTIONS(3), + }, + [745] = { + [sym_comment] = STATE(745), + [anon_sym_export] = ACTIONS(1485), + [anon_sym_alias] = ACTIONS(1485), + [anon_sym_let] = ACTIONS(1485), + [anon_sym_let_DASHenv] = ACTIONS(1485), + [anon_sym_mut] = ACTIONS(1485), + [anon_sym_const] = ACTIONS(1485), + [sym_cmd_identifier] = ACTIONS(1485), + [anon_sym_def] = ACTIONS(1485), + [anon_sym_export_DASHenv] = ACTIONS(1485), + [anon_sym_extern] = ACTIONS(1485), + [anon_sym_module] = ACTIONS(1485), + [anon_sym_use] = ACTIONS(1485), + [anon_sym_COMMA] = ACTIONS(1487), + [anon_sym_LPAREN] = ACTIONS(1487), + [anon_sym_DOLLAR] = ACTIONS(1487), + [anon_sym_error] = ACTIONS(1485), + [anon_sym_list] = ACTIONS(1485), + [anon_sym_GT] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1485), + [anon_sym_break] = ACTIONS(1485), + [anon_sym_continue] = ACTIONS(1485), + [anon_sym_for] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1485), + [anon_sym_loop] = ACTIONS(1485), + [anon_sym_make] = ACTIONS(1485), + [anon_sym_while] = ACTIONS(1485), + [anon_sym_do] = ACTIONS(1485), + [anon_sym_if] = ACTIONS(1485), + [anon_sym_else] = ACTIONS(1485), + [anon_sym_match] = ACTIONS(1485), + [anon_sym_RBRACE] = ACTIONS(1487), + [anon_sym_DOT] = ACTIONS(1485), + [anon_sym_DOT2] = ACTIONS(1487), + [anon_sym_try] = ACTIONS(1485), + [anon_sym_catch] = ACTIONS(1485), + [anon_sym_return] = ACTIONS(1485), + [anon_sym_source] = ACTIONS(1485), + [anon_sym_source_DASHenv] = ACTIONS(1485), + [anon_sym_register] = ACTIONS(1485), + [anon_sym_hide] = ACTIONS(1485), + [anon_sym_hide_DASHenv] = ACTIONS(1485), + [anon_sym_overlay] = ACTIONS(1485), + [anon_sym_new] = ACTIONS(1485), + [anon_sym_as] = ACTIONS(1485), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_STAR_STAR] = ACTIONS(1487), + [anon_sym_PLUS_PLUS] = ACTIONS(1487), + [anon_sym_SLASH] = ACTIONS(1485), + [anon_sym_mod] = ACTIONS(1485), + [anon_sym_SLASH_SLASH] = ACTIONS(1487), + [anon_sym_PLUS] = ACTIONS(1485), + [anon_sym_bit_DASHshl] = ACTIONS(1485), + [anon_sym_bit_DASHshr] = ACTIONS(1485), + [anon_sym_EQ_EQ] = ACTIONS(1487), + [anon_sym_BANG_EQ] = ACTIONS(1487), + [anon_sym_LT2] = ACTIONS(1485), + [anon_sym_LT_EQ] = ACTIONS(1487), + [anon_sym_GT_EQ] = ACTIONS(1487), + [anon_sym_not_DASHin] = ACTIONS(1485), + [anon_sym_starts_DASHwith] = ACTIONS(1485), + [anon_sym_ends_DASHwith] = ACTIONS(1485), + [anon_sym_EQ_TILDE] = ACTIONS(1487), + [anon_sym_BANG_TILDE] = ACTIONS(1487), + [anon_sym_bit_DASHand] = ACTIONS(1485), + [anon_sym_bit_DASHxor] = ACTIONS(1485), + [anon_sym_bit_DASHor] = ACTIONS(1485), + [anon_sym_and] = ACTIONS(1485), + [anon_sym_xor] = ACTIONS(1485), + [anon_sym_or] = ACTIONS(1485), + [aux_sym__val_number_decimal_token1] = ACTIONS(1485), + [aux_sym__val_number_token1] = ACTIONS(1487), + [aux_sym__val_number_token2] = ACTIONS(1487), + [aux_sym__val_number_token3] = ACTIONS(1487), + [aux_sym__val_number_token4] = ACTIONS(1485), + [aux_sym__val_number_token5] = ACTIONS(1487), + [aux_sym__val_number_token6] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1487), + [sym__str_single_quotes] = ACTIONS(1487), + [sym__str_back_ticks] = ACTIONS(1487), + [aux_sym__record_key_token2] = ACTIONS(1485), + [anon_sym_POUND] = ACTIONS(3), + }, + [746] = { + [sym_comment] = STATE(746), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1767), + [anon_sym_bit_DASHxor] = ACTIONS(1769), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(3), + }, + [747] = { + [sym_comment] = STATE(747), + [anon_sym_export] = ACTIONS(1628), + [anon_sym_alias] = ACTIONS(1628), + [anon_sym_let] = ACTIONS(1628), + [anon_sym_let_DASHenv] = ACTIONS(1628), + [anon_sym_mut] = ACTIONS(1628), + [anon_sym_const] = ACTIONS(1628), + [sym_cmd_identifier] = ACTIONS(1628), + [anon_sym_def] = ACTIONS(1628), + [anon_sym_export_DASHenv] = ACTIONS(1628), + [anon_sym_extern] = ACTIONS(1628), + [anon_sym_module] = ACTIONS(1628), + [anon_sym_use] = ACTIONS(1628), + [anon_sym_COMMA] = ACTIONS(1630), + [anon_sym_LPAREN] = ACTIONS(1630), + [anon_sym_DOLLAR] = ACTIONS(1630), + [anon_sym_error] = ACTIONS(1628), + [anon_sym_list] = ACTIONS(1628), + [anon_sym_GT] = ACTIONS(1628), + [anon_sym_DASH] = ACTIONS(1628), + [anon_sym_break] = ACTIONS(1628), + [anon_sym_continue] = ACTIONS(1628), + [anon_sym_for] = ACTIONS(1628), + [anon_sym_in] = ACTIONS(1628), + [anon_sym_loop] = ACTIONS(1628), + [anon_sym_make] = ACTIONS(1628), + [anon_sym_while] = ACTIONS(1628), + [anon_sym_do] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1628), + [anon_sym_else] = ACTIONS(1628), + [anon_sym_match] = ACTIONS(1628), + [anon_sym_RBRACE] = ACTIONS(1630), + [anon_sym_DOT] = ACTIONS(1630), + [anon_sym_try] = ACTIONS(1628), + [anon_sym_catch] = ACTIONS(1628), + [anon_sym_return] = ACTIONS(1628), + [anon_sym_source] = ACTIONS(1628), + [anon_sym_source_DASHenv] = ACTIONS(1628), + [anon_sym_register] = ACTIONS(1628), + [anon_sym_hide] = ACTIONS(1628), + [anon_sym_hide_DASHenv] = ACTIONS(1628), + [anon_sym_overlay] = ACTIONS(1628), + [anon_sym_new] = ACTIONS(1628), + [anon_sym_as] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(1628), + [anon_sym_STAR_STAR] = ACTIONS(1630), + [anon_sym_PLUS_PLUS] = ACTIONS(1630), + [anon_sym_SLASH] = ACTIONS(1628), + [anon_sym_mod] = ACTIONS(1628), + [anon_sym_SLASH_SLASH] = ACTIONS(1630), + [anon_sym_PLUS] = ACTIONS(1628), + [anon_sym_bit_DASHshl] = ACTIONS(1628), + [anon_sym_bit_DASHshr] = ACTIONS(1628), + [anon_sym_EQ_EQ] = ACTIONS(1630), + [anon_sym_BANG_EQ] = ACTIONS(1630), + [anon_sym_LT2] = ACTIONS(1628), + [anon_sym_LT_EQ] = ACTIONS(1630), + [anon_sym_GT_EQ] = ACTIONS(1630), + [anon_sym_not_DASHin] = ACTIONS(1628), + [anon_sym_starts_DASHwith] = ACTIONS(1628), + [anon_sym_ends_DASHwith] = ACTIONS(1628), + [anon_sym_EQ_TILDE] = ACTIONS(1630), + [anon_sym_BANG_TILDE] = ACTIONS(1630), + [anon_sym_bit_DASHand] = ACTIONS(1628), + [anon_sym_bit_DASHxor] = ACTIONS(1628), + [anon_sym_bit_DASHor] = ACTIONS(1628), + [anon_sym_and] = ACTIONS(1628), + [anon_sym_xor] = ACTIONS(1628), + [anon_sym_or] = ACTIONS(1628), + [aux_sym__val_number_decimal_token1] = ACTIONS(1628), + [aux_sym__val_number_token1] = ACTIONS(1630), + [aux_sym__val_number_token2] = ACTIONS(1630), + [aux_sym__val_number_token3] = ACTIONS(1630), + [aux_sym__val_number_token4] = ACTIONS(1628), + [aux_sym__val_number_token5] = ACTIONS(1630), + [aux_sym__val_number_token6] = ACTIONS(1628), + [anon_sym_DQUOTE] = ACTIONS(1630), + [sym__str_single_quotes] = ACTIONS(1630), + [sym__str_back_ticks] = ACTIONS(1630), + [aux_sym__record_key_token2] = ACTIONS(1628), + [anon_sym_POUND] = ACTIONS(3), + }, + [748] = { + [sym_comment] = STATE(748), + [anon_sym_export] = ACTIONS(1640), + [anon_sym_alias] = ACTIONS(1640), + [anon_sym_let] = ACTIONS(1640), + [anon_sym_let_DASHenv] = ACTIONS(1640), + [anon_sym_mut] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1640), + [sym_cmd_identifier] = ACTIONS(1640), + [anon_sym_def] = ACTIONS(1640), + [anon_sym_export_DASHenv] = ACTIONS(1640), + [anon_sym_extern] = ACTIONS(1640), + [anon_sym_module] = ACTIONS(1640), + [anon_sym_use] = ACTIONS(1640), + [anon_sym_COMMA] = ACTIONS(1642), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_DOLLAR] = ACTIONS(1642), + [anon_sym_error] = ACTIONS(1640), + [anon_sym_list] = ACTIONS(1640), + [anon_sym_GT] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1640), + [anon_sym_in] = ACTIONS(1640), + [anon_sym_loop] = ACTIONS(1640), + [anon_sym_make] = ACTIONS(1640), + [anon_sym_while] = ACTIONS(1640), + [anon_sym_do] = ACTIONS(1640), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_else] = ACTIONS(1640), + [anon_sym_match] = ACTIONS(1640), + [anon_sym_RBRACE] = ACTIONS(1642), + [anon_sym_DOT] = ACTIONS(1642), + [anon_sym_try] = ACTIONS(1640), + [anon_sym_catch] = ACTIONS(1640), + [anon_sym_return] = ACTIONS(1640), + [anon_sym_source] = ACTIONS(1640), + [anon_sym_source_DASHenv] = ACTIONS(1640), + [anon_sym_register] = ACTIONS(1640), + [anon_sym_hide] = ACTIONS(1640), + [anon_sym_hide_DASHenv] = ACTIONS(1640), + [anon_sym_overlay] = ACTIONS(1640), + [anon_sym_new] = ACTIONS(1640), + [anon_sym_as] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_STAR_STAR] = ACTIONS(1642), + [anon_sym_PLUS_PLUS] = ACTIONS(1642), + [anon_sym_SLASH] = ACTIONS(1640), + [anon_sym_mod] = ACTIONS(1640), + [anon_sym_SLASH_SLASH] = ACTIONS(1642), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_bit_DASHshl] = ACTIONS(1640), + [anon_sym_bit_DASHshr] = ACTIONS(1640), + [anon_sym_EQ_EQ] = ACTIONS(1642), + [anon_sym_BANG_EQ] = ACTIONS(1642), + [anon_sym_LT2] = ACTIONS(1640), + [anon_sym_LT_EQ] = ACTIONS(1642), + [anon_sym_GT_EQ] = ACTIONS(1642), + [anon_sym_not_DASHin] = ACTIONS(1640), + [anon_sym_starts_DASHwith] = ACTIONS(1640), + [anon_sym_ends_DASHwith] = ACTIONS(1640), + [anon_sym_EQ_TILDE] = ACTIONS(1642), + [anon_sym_BANG_TILDE] = ACTIONS(1642), + [anon_sym_bit_DASHand] = ACTIONS(1640), + [anon_sym_bit_DASHxor] = ACTIONS(1640), + [anon_sym_bit_DASHor] = ACTIONS(1640), + [anon_sym_and] = ACTIONS(1640), + [anon_sym_xor] = ACTIONS(1640), + [anon_sym_or] = ACTIONS(1640), + [aux_sym__val_number_decimal_token1] = ACTIONS(1640), + [aux_sym__val_number_token1] = ACTIONS(1642), + [aux_sym__val_number_token2] = ACTIONS(1642), + [aux_sym__val_number_token3] = ACTIONS(1642), + [aux_sym__val_number_token4] = ACTIONS(1640), + [aux_sym__val_number_token5] = ACTIONS(1642), + [aux_sym__val_number_token6] = ACTIONS(1640), + [anon_sym_DQUOTE] = ACTIONS(1642), + [sym__str_single_quotes] = ACTIONS(1642), + [sym__str_back_ticks] = ACTIONS(1642), + [aux_sym__record_key_token2] = ACTIONS(1640), + [anon_sym_POUND] = ACTIONS(3), + }, + [749] = { + [sym_comment] = STATE(749), + [anon_sym_export] = ACTIONS(1658), + [anon_sym_alias] = ACTIONS(1658), + [anon_sym_let] = ACTIONS(1658), + [anon_sym_let_DASHenv] = ACTIONS(1658), + [anon_sym_mut] = ACTIONS(1658), + [anon_sym_const] = ACTIONS(1658), + [sym_cmd_identifier] = ACTIONS(1658), + [anon_sym_def] = ACTIONS(1658), + [anon_sym_export_DASHenv] = ACTIONS(1658), + [anon_sym_extern] = ACTIONS(1658), + [anon_sym_module] = ACTIONS(1658), + [anon_sym_use] = ACTIONS(1658), + [anon_sym_COMMA] = ACTIONS(1660), + [anon_sym_LPAREN] = ACTIONS(1660), + [anon_sym_DOLLAR] = ACTIONS(1660), + [anon_sym_error] = ACTIONS(1658), + [anon_sym_list] = ACTIONS(1658), + [anon_sym_GT] = ACTIONS(1658), + [anon_sym_DASH] = ACTIONS(1658), + [anon_sym_break] = ACTIONS(1658), + [anon_sym_continue] = ACTIONS(1658), + [anon_sym_for] = ACTIONS(1658), + [anon_sym_in] = ACTIONS(1658), + [anon_sym_loop] = ACTIONS(1658), + [anon_sym_make] = ACTIONS(1658), + [anon_sym_while] = ACTIONS(1658), + [anon_sym_do] = ACTIONS(1658), + [anon_sym_if] = ACTIONS(1658), + [anon_sym_else] = ACTIONS(1658), + [anon_sym_match] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(1660), + [anon_sym_DOT] = ACTIONS(1660), + [anon_sym_try] = ACTIONS(1658), + [anon_sym_catch] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1658), + [anon_sym_source] = ACTIONS(1658), + [anon_sym_source_DASHenv] = ACTIONS(1658), + [anon_sym_register] = ACTIONS(1658), + [anon_sym_hide] = ACTIONS(1658), + [anon_sym_hide_DASHenv] = ACTIONS(1658), + [anon_sym_overlay] = ACTIONS(1658), + [anon_sym_new] = ACTIONS(1658), + [anon_sym_as] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_STAR_STAR] = ACTIONS(1660), + [anon_sym_PLUS_PLUS] = ACTIONS(1660), + [anon_sym_SLASH] = ACTIONS(1658), + [anon_sym_mod] = ACTIONS(1658), + [anon_sym_SLASH_SLASH] = ACTIONS(1660), + [anon_sym_PLUS] = ACTIONS(1658), + [anon_sym_bit_DASHshl] = ACTIONS(1658), + [anon_sym_bit_DASHshr] = ACTIONS(1658), + [anon_sym_EQ_EQ] = ACTIONS(1660), + [anon_sym_BANG_EQ] = ACTIONS(1660), + [anon_sym_LT2] = ACTIONS(1658), + [anon_sym_LT_EQ] = ACTIONS(1660), + [anon_sym_GT_EQ] = ACTIONS(1660), + [anon_sym_not_DASHin] = ACTIONS(1658), + [anon_sym_starts_DASHwith] = ACTIONS(1658), + [anon_sym_ends_DASHwith] = ACTIONS(1658), + [anon_sym_EQ_TILDE] = ACTIONS(1660), + [anon_sym_BANG_TILDE] = ACTIONS(1660), + [anon_sym_bit_DASHand] = ACTIONS(1658), + [anon_sym_bit_DASHxor] = ACTIONS(1658), + [anon_sym_bit_DASHor] = ACTIONS(1658), + [anon_sym_and] = ACTIONS(1658), + [anon_sym_xor] = ACTIONS(1658), + [anon_sym_or] = ACTIONS(1658), + [aux_sym__val_number_decimal_token1] = ACTIONS(1658), + [aux_sym__val_number_token1] = ACTIONS(1660), + [aux_sym__val_number_token2] = ACTIONS(1660), + [aux_sym__val_number_token3] = ACTIONS(1660), + [aux_sym__val_number_token4] = ACTIONS(1658), + [aux_sym__val_number_token5] = ACTIONS(1660), + [aux_sym__val_number_token6] = ACTIONS(1658), + [anon_sym_DQUOTE] = ACTIONS(1660), + [sym__str_single_quotes] = ACTIONS(1660), + [sym__str_back_ticks] = ACTIONS(1660), + [aux_sym__record_key_token2] = ACTIONS(1658), + [anon_sym_POUND] = ACTIONS(3), + }, + [750] = { + [sym_comment] = STATE(750), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [751] = { + [sym_comment] = STATE(751), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [752] = { + [sym_comment] = STATE(752), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [753] = { + [sym_comment] = STATE(753), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1530), + [anon_sym_BANG_EQ] = ACTIONS(1530), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1530), + [anon_sym_GT_EQ] = ACTIONS(1530), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1530), + [anon_sym_BANG_TILDE] = ACTIONS(1530), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(3), + }, + [754] = { + [sym_comment] = STATE(754), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(3), }, - [711] = { - [sym_comment] = STATE(711), - [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(1433), - [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_QMARK2] = ACTIONS(1709), - [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), + [755] = { + [sym_comment] = STATE(755), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1530), + [anon_sym_BANG_TILDE] = ACTIONS(1530), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [712] = { - [sym_comment] = STATE(712), - [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(1433), - [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_QMARK2] = ACTIONS(1709), - [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), + [756] = { + [sym_comment] = STATE(756), + [anon_sym_export] = ACTIONS(1519), + [anon_sym_alias] = ACTIONS(1519), + [anon_sym_let] = ACTIONS(1519), + [anon_sym_let_DASHenv] = ACTIONS(1519), + [anon_sym_mut] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(1519), + [sym_cmd_identifier] = ACTIONS(1519), + [anon_sym_def] = ACTIONS(1519), + [anon_sym_export_DASHenv] = ACTIONS(1519), + [anon_sym_extern] = ACTIONS(1519), + [anon_sym_module] = ACTIONS(1519), + [anon_sym_use] = ACTIONS(1519), + [anon_sym_COMMA] = ACTIONS(1644), + [anon_sym_LPAREN] = ACTIONS(1644), + [anon_sym_DOLLAR] = ACTIONS(1644), + [anon_sym_error] = ACTIONS(1519), + [anon_sym_list] = ACTIONS(1519), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_break] = ACTIONS(1519), + [anon_sym_continue] = ACTIONS(1519), + [anon_sym_for] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1519), + [anon_sym_make] = ACTIONS(1519), + [anon_sym_while] = ACTIONS(1519), + [anon_sym_do] = ACTIONS(1519), + [anon_sym_if] = ACTIONS(1519), + [anon_sym_else] = ACTIONS(1519), + [anon_sym_match] = ACTIONS(1519), + [anon_sym_RBRACE] = ACTIONS(1644), + [anon_sym_DOT] = ACTIONS(1644), + [anon_sym_try] = ACTIONS(1519), + [anon_sym_catch] = ACTIONS(1519), + [anon_sym_return] = ACTIONS(1519), + [anon_sym_source] = ACTIONS(1519), + [anon_sym_source_DASHenv] = ACTIONS(1519), + [anon_sym_register] = ACTIONS(1519), + [anon_sym_hide] = ACTIONS(1519), + [anon_sym_hide_DASHenv] = ACTIONS(1519), + [anon_sym_overlay] = ACTIONS(1519), + [anon_sym_new] = ACTIONS(1519), + [anon_sym_as] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1644), + [anon_sym_PLUS_PLUS] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1644), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1644), + [anon_sym_BANG_EQ] = ACTIONS(1644), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1644), + [anon_sym_GT_EQ] = ACTIONS(1644), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1644), + [anon_sym_BANG_TILDE] = ACTIONS(1644), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1519), + [aux_sym__val_number_token1] = ACTIONS(1644), + [aux_sym__val_number_token2] = ACTIONS(1644), + [aux_sym__val_number_token3] = ACTIONS(1644), + [aux_sym__val_number_token4] = ACTIONS(1519), + [aux_sym__val_number_token5] = ACTIONS(1644), + [aux_sym__val_number_token6] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(1644), + [sym__str_single_quotes] = ACTIONS(1644), + [sym__str_back_ticks] = ACTIONS(1644), + [aux_sym__record_key_token2] = ACTIONS(1519), [anon_sym_POUND] = ACTIONS(3), }, - [713] = { - [sym_comment] = STATE(713), - [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), + [757] = { + [sym_comment] = STATE(757), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_mod] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(1530), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1530), + [anon_sym_BANG_EQ] = ACTIONS(1530), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1530), + [anon_sym_GT_EQ] = ACTIONS(1530), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1530), + [anon_sym_BANG_TILDE] = ACTIONS(1530), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [714] = { - [sym_comment] = STATE(714), + [758] = { + [sym_comment] = STATE(758), + [anon_sym_export] = ACTIONS(1584), + [anon_sym_alias] = ACTIONS(1584), + [anon_sym_let] = ACTIONS(1584), + [anon_sym_let_DASHenv] = ACTIONS(1584), + [anon_sym_mut] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [sym_cmd_identifier] = ACTIONS(1584), + [anon_sym_def] = ACTIONS(1584), + [anon_sym_export_DASHenv] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym_module] = ACTIONS(1584), + [anon_sym_use] = ACTIONS(1584), + [anon_sym_COMMA] = ACTIONS(1586), + [anon_sym_LPAREN] = ACTIONS(1586), + [anon_sym_DOLLAR] = ACTIONS(1586), + [anon_sym_error] = ACTIONS(1584), + [anon_sym_list] = ACTIONS(1584), + [anon_sym_GT] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_in] = ACTIONS(1584), + [anon_sym_loop] = ACTIONS(1584), + [anon_sym_make] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1584), + [anon_sym_match] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1586), + [anon_sym_DOT] = ACTIONS(1586), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_catch] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_source] = ACTIONS(1584), + [anon_sym_source_DASHenv] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_hide] = ACTIONS(1584), + [anon_sym_hide_DASHenv] = ACTIONS(1584), + [anon_sym_overlay] = ACTIONS(1584), + [anon_sym_new] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1584), + [anon_sym_STAR_STAR] = ACTIONS(1586), + [anon_sym_PLUS_PLUS] = ACTIONS(1586), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_mod] = ACTIONS(1584), + [anon_sym_SLASH_SLASH] = ACTIONS(1586), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_bit_DASHshl] = ACTIONS(1584), + [anon_sym_bit_DASHshr] = ACTIONS(1584), + [anon_sym_EQ_EQ] = ACTIONS(1586), + [anon_sym_BANG_EQ] = ACTIONS(1586), + [anon_sym_LT2] = ACTIONS(1584), + [anon_sym_LT_EQ] = ACTIONS(1586), + [anon_sym_GT_EQ] = ACTIONS(1586), + [anon_sym_not_DASHin] = ACTIONS(1584), + [anon_sym_starts_DASHwith] = ACTIONS(1584), + [anon_sym_ends_DASHwith] = ACTIONS(1584), + [anon_sym_EQ_TILDE] = ACTIONS(1586), + [anon_sym_BANG_TILDE] = ACTIONS(1586), + [anon_sym_bit_DASHand] = ACTIONS(1584), + [anon_sym_bit_DASHxor] = ACTIONS(1584), + [anon_sym_bit_DASHor] = ACTIONS(1584), + [anon_sym_and] = ACTIONS(1584), + [anon_sym_xor] = ACTIONS(1584), + [anon_sym_or] = ACTIONS(1584), + [aux_sym__val_number_decimal_token1] = ACTIONS(1584), + [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(1584), + [aux_sym__val_number_token5] = ACTIONS(1586), + [aux_sym__val_number_token6] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1586), + [sym__str_single_quotes] = ACTIONS(1586), + [sym__str_back_ticks] = ACTIONS(1586), + [aux_sym__record_key_token2] = ACTIONS(1584), + [anon_sym_POUND] = ACTIONS(3), + }, + [759] = { + [sym_comment] = STATE(759), [anon_sym_export] = ACTIONS(213), [anon_sym_alias] = ACTIONS(213), [anon_sym_let] = ACTIONS(213), @@ -157246,8 +162196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(213), [anon_sym_match] = ACTIONS(213), [anon_sym_RBRACE] = ACTIONS(215), - [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(1711), + [anon_sym_DOT] = ACTIONS(215), [anon_sym_try] = ACTIONS(213), [anon_sym_catch] = ACTIONS(213), [anon_sym_return] = ACTIONS(213), @@ -157297,1679 +162246,3079 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(213), [anon_sym_POUND] = ACTIONS(3), }, - [715] = { - [sym_comment] = STATE(715), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_DOT2] = ACTIONS(1319), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), + [760] = { + [sym_comment] = STATE(760), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(3), }, - [716] = { - [sym_comment] = STATE(716), - [anon_sym_PIPE] = ACTIONS(1339), - [anon_sym_if] = ACTIONS(1339), - [anon_sym_EQ_GT] = ACTIONS(1339), - [anon_sym_ns] = ACTIONS(1274), - [anon_sym_s] = ACTIONS(1274), - [anon_sym_us] = ACTIONS(1274), - [anon_sym_ms] = ACTIONS(1274), - [anon_sym_sec] = ACTIONS(1274), - [anon_sym_min] = ACTIONS(1274), - [anon_sym_hr] = ACTIONS(1274), - [anon_sym_day] = ACTIONS(1274), - [anon_sym_wk] = ACTIONS(1274), - [anon_sym_b] = ACTIONS(1278), - [anon_sym_B] = ACTIONS(1278), - [anon_sym_kb] = ACTIONS(1278), - [anon_sym_kB] = ACTIONS(1278), - [anon_sym_Kb] = ACTIONS(1278), - [anon_sym_KB] = ACTIONS(1278), - [anon_sym_mb] = ACTIONS(1278), - [anon_sym_mB] = ACTIONS(1278), - [anon_sym_Mb] = ACTIONS(1278), - [anon_sym_MB] = ACTIONS(1278), - [anon_sym_gb] = ACTIONS(1278), - [anon_sym_gB] = ACTIONS(1278), - [anon_sym_Gb] = ACTIONS(1278), - [anon_sym_GB] = ACTIONS(1278), - [anon_sym_tb] = ACTIONS(1278), - [anon_sym_tB] = ACTIONS(1278), - [anon_sym_Tb] = ACTIONS(1278), - [anon_sym_TB] = ACTIONS(1278), - [anon_sym_pb] = ACTIONS(1278), - [anon_sym_pB] = ACTIONS(1278), - [anon_sym_Pb] = ACTIONS(1278), - [anon_sym_PB] = ACTIONS(1278), - [anon_sym_eb] = ACTIONS(1278), - [anon_sym_eB] = ACTIONS(1278), - [anon_sym_Eb] = ACTIONS(1278), - [anon_sym_EB] = ACTIONS(1278), - [anon_sym_kib] = ACTIONS(1278), - [anon_sym_kiB] = ACTIONS(1278), - [anon_sym_kIB] = ACTIONS(1278), - [anon_sym_kIb] = ACTIONS(1278), - [anon_sym_Kib] = ACTIONS(1278), - [anon_sym_KIb] = ACTIONS(1278), - [anon_sym_KIB] = ACTIONS(1278), - [anon_sym_mib] = ACTIONS(1278), - [anon_sym_miB] = ACTIONS(1278), - [anon_sym_mIB] = ACTIONS(1278), - [anon_sym_mIb] = ACTIONS(1278), - [anon_sym_Mib] = ACTIONS(1278), - [anon_sym_MIb] = ACTIONS(1278), - [anon_sym_MIB] = ACTIONS(1278), - [anon_sym_gib] = ACTIONS(1278), - [anon_sym_giB] = ACTIONS(1278), - [anon_sym_gIB] = ACTIONS(1278), - [anon_sym_gIb] = ACTIONS(1278), - [anon_sym_Gib] = ACTIONS(1278), - [anon_sym_GIb] = ACTIONS(1278), - [anon_sym_GIB] = ACTIONS(1278), - [anon_sym_tib] = ACTIONS(1278), - [anon_sym_tiB] = ACTIONS(1278), - [anon_sym_tIB] = ACTIONS(1278), - [anon_sym_tIb] = ACTIONS(1278), - [anon_sym_Tib] = ACTIONS(1278), - [anon_sym_TIb] = ACTIONS(1278), - [anon_sym_TIB] = ACTIONS(1278), - [anon_sym_pib] = ACTIONS(1278), - [anon_sym_piB] = ACTIONS(1278), - [anon_sym_pIB] = ACTIONS(1278), - [anon_sym_pIb] = ACTIONS(1278), - [anon_sym_Pib] = ACTIONS(1278), - [anon_sym_PIb] = ACTIONS(1278), - [anon_sym_PIB] = ACTIONS(1278), - [anon_sym_eib] = ACTIONS(1278), - [anon_sym_eiB] = ACTIONS(1278), - [anon_sym_eIB] = ACTIONS(1278), - [anon_sym_eIb] = ACTIONS(1278), - [anon_sym_Eib] = ACTIONS(1278), - [anon_sym_EIb] = ACTIONS(1278), - [anon_sym_EIB] = ACTIONS(1278), + [761] = { + [sym_comment] = STATE(761), + [anon_sym_export] = ACTIONS(1654), + [anon_sym_alias] = ACTIONS(1654), + [anon_sym_let] = ACTIONS(1654), + [anon_sym_let_DASHenv] = ACTIONS(1654), + [anon_sym_mut] = ACTIONS(1654), + [anon_sym_const] = ACTIONS(1654), + [sym_cmd_identifier] = ACTIONS(1654), + [anon_sym_def] = ACTIONS(1654), + [anon_sym_export_DASHenv] = ACTIONS(1654), + [anon_sym_extern] = ACTIONS(1654), + [anon_sym_module] = ACTIONS(1654), + [anon_sym_use] = ACTIONS(1654), + [anon_sym_COMMA] = ACTIONS(1656), + [anon_sym_LPAREN] = ACTIONS(1656), + [anon_sym_DOLLAR] = ACTIONS(1656), + [anon_sym_error] = ACTIONS(1654), + [anon_sym_list] = ACTIONS(1654), + [anon_sym_GT] = ACTIONS(1654), + [anon_sym_DASH] = ACTIONS(1654), + [anon_sym_break] = ACTIONS(1654), + [anon_sym_continue] = ACTIONS(1654), + [anon_sym_for] = ACTIONS(1654), + [anon_sym_in] = ACTIONS(1654), + [anon_sym_loop] = ACTIONS(1654), + [anon_sym_make] = ACTIONS(1654), + [anon_sym_while] = ACTIONS(1654), + [anon_sym_do] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1654), + [anon_sym_else] = ACTIONS(1654), + [anon_sym_match] = ACTIONS(1654), + [anon_sym_RBRACE] = ACTIONS(1656), + [anon_sym_DOT] = ACTIONS(1656), + [anon_sym_try] = ACTIONS(1654), + [anon_sym_catch] = ACTIONS(1654), + [anon_sym_return] = ACTIONS(1654), + [anon_sym_source] = ACTIONS(1654), + [anon_sym_source_DASHenv] = ACTIONS(1654), + [anon_sym_register] = ACTIONS(1654), + [anon_sym_hide] = ACTIONS(1654), + [anon_sym_hide_DASHenv] = ACTIONS(1654), + [anon_sym_overlay] = ACTIONS(1654), + [anon_sym_new] = ACTIONS(1654), + [anon_sym_as] = ACTIONS(1654), + [anon_sym_STAR] = ACTIONS(1654), + [anon_sym_STAR_STAR] = ACTIONS(1656), + [anon_sym_PLUS_PLUS] = ACTIONS(1656), + [anon_sym_SLASH] = ACTIONS(1654), + [anon_sym_mod] = ACTIONS(1654), + [anon_sym_SLASH_SLASH] = ACTIONS(1656), + [anon_sym_PLUS] = ACTIONS(1654), + [anon_sym_bit_DASHshl] = ACTIONS(1654), + [anon_sym_bit_DASHshr] = ACTIONS(1654), + [anon_sym_EQ_EQ] = ACTIONS(1656), + [anon_sym_BANG_EQ] = ACTIONS(1656), + [anon_sym_LT2] = ACTIONS(1654), + [anon_sym_LT_EQ] = ACTIONS(1656), + [anon_sym_GT_EQ] = ACTIONS(1656), + [anon_sym_not_DASHin] = ACTIONS(1654), + [anon_sym_starts_DASHwith] = ACTIONS(1654), + [anon_sym_ends_DASHwith] = ACTIONS(1654), + [anon_sym_EQ_TILDE] = ACTIONS(1656), + [anon_sym_BANG_TILDE] = ACTIONS(1656), + [anon_sym_bit_DASHand] = ACTIONS(1654), + [anon_sym_bit_DASHxor] = ACTIONS(1654), + [anon_sym_bit_DASHor] = ACTIONS(1654), + [anon_sym_and] = ACTIONS(1654), + [anon_sym_xor] = ACTIONS(1654), + [anon_sym_or] = ACTIONS(1654), + [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(1654), + [aux_sym__val_number_token5] = ACTIONS(1656), + [aux_sym__val_number_token6] = ACTIONS(1654), + [anon_sym_DQUOTE] = ACTIONS(1656), + [sym__str_single_quotes] = ACTIONS(1656), + [sym__str_back_ticks] = ACTIONS(1656), + [aux_sym__record_key_token2] = ACTIONS(1654), [anon_sym_POUND] = ACTIONS(3), }, - [717] = { - [sym_comment] = STATE(717), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_COMMA] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1345), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_list] = ACTIONS(1343), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_make] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_else] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1345), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_catch] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_new] = ACTIONS(1343), - [anon_sym_as] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1345), - [sym__str_single_quotes] = ACTIONS(1345), - [sym__str_back_ticks] = ACTIONS(1345), - [aux_sym__record_key_token2] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(1670), - [anon_sym_POUND] = ACTIONS(105), + [762] = { + [sym_comment] = STATE(762), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1530), + [anon_sym_BANG_EQ] = ACTIONS(1530), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1530), + [anon_sym_GT_EQ] = ACTIONS(1530), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1530), + [anon_sym_BANG_TILDE] = ACTIONS(1530), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(3), }, - [718] = { - [sym_comment] = STATE(718), - [anon_sym_export] = ACTIONS(1488), - [anon_sym_alias] = ACTIONS(1488), - [anon_sym_let] = ACTIONS(1488), - [anon_sym_let_DASHenv] = ACTIONS(1488), - [anon_sym_mut] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [sym_cmd_identifier] = ACTIONS(1488), - [anon_sym_def] = ACTIONS(1488), - [anon_sym_export_DASHenv] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym_module] = ACTIONS(1488), - [anon_sym_use] = ACTIONS(1488), - [anon_sym_COMMA] = ACTIONS(1490), - [anon_sym_LPAREN] = ACTIONS(1490), - [anon_sym_DOLLAR] = ACTIONS(1490), - [anon_sym_error] = ACTIONS(1488), - [anon_sym_list] = ACTIONS(1488), - [anon_sym_GT] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1488), - [anon_sym_loop] = ACTIONS(1488), - [anon_sym_make] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_else] = ACTIONS(1488), - [anon_sym_match] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1490), - [anon_sym_DOT] = ACTIONS(1488), - [anon_sym_DOT2] = ACTIONS(1490), - [anon_sym_try] = ACTIONS(1488), - [anon_sym_catch] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_source] = ACTIONS(1488), - [anon_sym_source_DASHenv] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_hide] = ACTIONS(1488), - [anon_sym_hide_DASHenv] = ACTIONS(1488), - [anon_sym_overlay] = ACTIONS(1488), - [anon_sym_new] = ACTIONS(1488), - [anon_sym_as] = ACTIONS(1488), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_STAR_STAR] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [anon_sym_SLASH] = ACTIONS(1488), - [anon_sym_mod] = ACTIONS(1488), - [anon_sym_SLASH_SLASH] = ACTIONS(1490), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_bit_DASHshl] = ACTIONS(1488), - [anon_sym_bit_DASHshr] = ACTIONS(1488), - [anon_sym_EQ_EQ] = ACTIONS(1490), - [anon_sym_BANG_EQ] = ACTIONS(1490), - [anon_sym_LT2] = ACTIONS(1488), - [anon_sym_LT_EQ] = ACTIONS(1490), - [anon_sym_GT_EQ] = ACTIONS(1490), - [anon_sym_not_DASHin] = ACTIONS(1488), - [anon_sym_starts_DASHwith] = ACTIONS(1488), - [anon_sym_ends_DASHwith] = ACTIONS(1488), - [anon_sym_EQ_TILDE] = ACTIONS(1490), - [anon_sym_BANG_TILDE] = ACTIONS(1490), - [anon_sym_bit_DASHand] = ACTIONS(1488), - [anon_sym_bit_DASHxor] = ACTIONS(1488), - [anon_sym_bit_DASHor] = ACTIONS(1488), - [anon_sym_and] = ACTIONS(1488), - [anon_sym_xor] = ACTIONS(1488), - [anon_sym_or] = ACTIONS(1488), - [aux_sym__val_number_decimal_token1] = ACTIONS(1488), - [aux_sym__val_number_token1] = ACTIONS(1490), - [aux_sym__val_number_token2] = ACTIONS(1490), - [aux_sym__val_number_token3] = ACTIONS(1490), - [aux_sym__val_number_token4] = ACTIONS(1488), - [aux_sym__val_number_token5] = ACTIONS(1490), - [aux_sym__val_number_token6] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1490), - [sym__str_single_quotes] = ACTIONS(1490), - [sym__str_back_ticks] = ACTIONS(1490), - [aux_sym__record_key_token2] = ACTIONS(1488), + [763] = { + [sym_comment] = STATE(763), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_COMMA] = ACTIONS(1493), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_DOLLAR] = ACTIONS(1493), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_list] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_make] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_else] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_DOT] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_catch] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_new] = ACTIONS(1491), + [anon_sym_as] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1493), + [anon_sym_PLUS_PLUS] = ACTIONS(1493), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1493), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1493), + [anon_sym_BANG_EQ] = ACTIONS(1493), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1493), + [anon_sym_GT_EQ] = ACTIONS(1493), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1493), + [anon_sym_BANG_TILDE] = ACTIONS(1493), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1493), + [aux_sym__val_number_token2] = ACTIONS(1493), + [aux_sym__val_number_token3] = ACTIONS(1493), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1493), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1493), + [sym__str_single_quotes] = ACTIONS(1493), + [sym__str_back_ticks] = ACTIONS(1493), + [aux_sym__record_key_token2] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(3), }, - [719] = { - [sym_comment] = STATE(719), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [anon_sym_let] = ACTIONS(1492), - [anon_sym_let_DASHenv] = ACTIONS(1492), - [anon_sym_mut] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [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_COMMA] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1494), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_list] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [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(1494), - [anon_sym_DOT] = ACTIONS(1494), - [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(1492), - [anon_sym_STAR_STAR] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1494), - [anon_sym_BANG_EQ] = ACTIONS(1494), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1494), - [anon_sym_GT_EQ] = ACTIONS(1494), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1494), - [anon_sym_BANG_TILDE] = ACTIONS(1494), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [aux_sym__val_number_decimal_token1] = ACTIONS(1492), - [aux_sym__val_number_token1] = ACTIONS(1494), - [aux_sym__val_number_token2] = ACTIONS(1494), - [aux_sym__val_number_token3] = ACTIONS(1494), - [aux_sym__val_number_token4] = ACTIONS(1492), - [aux_sym__val_number_token5] = ACTIONS(1494), - [aux_sym__val_number_token6] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1494), - [sym__str_single_quotes] = ACTIONS(1494), - [sym__str_back_ticks] = ACTIONS(1494), - [aux_sym__record_key_token2] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(1713), + [764] = { + [sym_comment] = STATE(764), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(3), }, - [720] = { - [sym_comment] = STATE(720), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_COMMA] = ACTIONS(1486), - [anon_sym_LPAREN] = ACTIONS(1486), - [anon_sym_DOLLAR] = ACTIONS(1486), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_list] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_make] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_else] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1486), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_DOT2] = ACTIONS(1486), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_catch] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_new] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1486), - [anon_sym_BANG_EQ] = ACTIONS(1486), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1486), - [anon_sym_GT_EQ] = ACTIONS(1486), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1486), - [anon_sym_BANG_TILDE] = ACTIONS(1486), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1486), - [aux_sym__val_number_token2] = ACTIONS(1486), - [aux_sym__val_number_token3] = ACTIONS(1486), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1486), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1486), - [sym__str_single_quotes] = ACTIONS(1486), - [sym__str_back_ticks] = ACTIONS(1486), - [aux_sym__record_key_token2] = ACTIONS(1484), + [765] = { + [sym_comment] = STATE(765), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(3), }, - [721] = { - [sym_comment] = STATE(721), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_alias] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_let_DASHenv] = ACTIONS(1465), - [anon_sym_mut] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [sym_cmd_identifier] = ACTIONS(1465), - [anon_sym_def] = ACTIONS(1465), - [anon_sym_export_DASHenv] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_COMMA] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1465), - [anon_sym_list] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1471), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_make] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_else] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT2] = ACTIONS(1711), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_catch] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_source] = ACTIONS(1465), - [anon_sym_source_DASHenv] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_hide] = ACTIONS(1465), - [anon_sym_hide_DASHenv] = ACTIONS(1465), - [anon_sym_overlay] = ACTIONS(1465), - [anon_sym_new] = ACTIONS(1465), - [anon_sym_as] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1562), - [anon_sym_PLUS_PLUS] = ACTIONS(1562), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1562), - [anon_sym_BANG_EQ] = ACTIONS(1562), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1562), - [anon_sym_GT_EQ] = ACTIONS(1562), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1562), - [anon_sym_BANG_TILDE] = ACTIONS(1562), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [aux_sym__record_key_token2] = ACTIONS(1465), + [766] = { + [sym_comment] = STATE(766), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1530), + [anon_sym_BANG_EQ] = ACTIONS(1530), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1530), + [anon_sym_GT_EQ] = ACTIONS(1530), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1530), + [anon_sym_BANG_TILDE] = ACTIONS(1530), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [722] = { - [sym_comment] = STATE(722), - [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(1480), - [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), + [767] = { + [sym_comment] = STATE(767), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1530), + [anon_sym_BANG_TILDE] = ACTIONS(1530), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [723] = { - [sym_comment] = STATE(723), - [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(1476), - [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), + [768] = { + [sym_comment] = STATE(768), + [anon_sym_export] = ACTIONS(1515), + [anon_sym_alias] = ACTIONS(1515), + [anon_sym_let] = ACTIONS(1515), + [anon_sym_let_DASHenv] = ACTIONS(1515), + [anon_sym_mut] = ACTIONS(1515), + [anon_sym_const] = ACTIONS(1515), + [sym_cmd_identifier] = ACTIONS(1515), + [anon_sym_def] = ACTIONS(1515), + [anon_sym_export_DASHenv] = ACTIONS(1515), + [anon_sym_extern] = ACTIONS(1515), + [anon_sym_module] = ACTIONS(1515), + [anon_sym_use] = ACTIONS(1515), + [anon_sym_COMMA] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_DOLLAR] = ACTIONS(1517), + [anon_sym_error] = ACTIONS(1515), + [anon_sym_list] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1515), + [anon_sym_continue] = ACTIONS(1515), + [anon_sym_for] = ACTIONS(1515), + [anon_sym_in] = ACTIONS(1521), + [anon_sym_loop] = ACTIONS(1515), + [anon_sym_make] = ACTIONS(1515), + [anon_sym_while] = ACTIONS(1515), + [anon_sym_do] = ACTIONS(1515), + [anon_sym_if] = ACTIONS(1515), + [anon_sym_else] = ACTIONS(1515), + [anon_sym_match] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_DOT] = ACTIONS(1517), + [anon_sym_try] = ACTIONS(1515), + [anon_sym_catch] = ACTIONS(1515), + [anon_sym_return] = ACTIONS(1515), + [anon_sym_source] = ACTIONS(1515), + [anon_sym_source_DASHenv] = ACTIONS(1515), + [anon_sym_register] = ACTIONS(1515), + [anon_sym_hide] = ACTIONS(1515), + [anon_sym_hide_DASHenv] = ACTIONS(1515), + [anon_sym_overlay] = ACTIONS(1515), + [anon_sym_new] = ACTIONS(1515), + [anon_sym_as] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1644), + [anon_sym_PLUS_PLUS] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1644), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1644), + [anon_sym_BANG_EQ] = ACTIONS(1644), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1644), + [anon_sym_GT_EQ] = ACTIONS(1644), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1644), + [anon_sym_BANG_TILDE] = ACTIONS(1644), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [aux_sym__val_number_token1] = ACTIONS(1517), + [aux_sym__val_number_token2] = ACTIONS(1517), + [aux_sym__val_number_token3] = ACTIONS(1517), + [aux_sym__val_number_token4] = ACTIONS(1515), + [aux_sym__val_number_token5] = ACTIONS(1517), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1517), + [sym__str_single_quotes] = ACTIONS(1517), + [sym__str_back_ticks] = ACTIONS(1517), + [aux_sym__record_key_token2] = ACTIONS(1515), [anon_sym_POUND] = ACTIONS(3), }, - [724] = { - [sym_comment] = STATE(724), - [anon_sym_PIPE] = ACTIONS(191), - [anon_sym_if] = ACTIONS(191), - [anon_sym_EQ_GT] = ACTIONS(191), - [anon_sym_ns] = ACTIONS(191), - [anon_sym_s] = ACTIONS(191), - [anon_sym_us] = ACTIONS(191), - [anon_sym_ms] = ACTIONS(191), - [anon_sym_sec] = ACTIONS(191), - [anon_sym_min] = ACTIONS(191), - [anon_sym_hr] = ACTIONS(191), - [anon_sym_day] = ACTIONS(191), - [anon_sym_wk] = ACTIONS(191), - [anon_sym_b] = ACTIONS(191), - [anon_sym_B] = ACTIONS(191), - [anon_sym_kb] = ACTIONS(191), - [anon_sym_kB] = ACTIONS(191), - [anon_sym_Kb] = ACTIONS(191), - [anon_sym_KB] = ACTIONS(191), - [anon_sym_mb] = ACTIONS(191), - [anon_sym_mB] = ACTIONS(191), - [anon_sym_Mb] = ACTIONS(191), - [anon_sym_MB] = ACTIONS(191), - [anon_sym_gb] = ACTIONS(191), - [anon_sym_gB] = ACTIONS(191), - [anon_sym_Gb] = ACTIONS(191), - [anon_sym_GB] = ACTIONS(191), - [anon_sym_tb] = ACTIONS(191), - [anon_sym_tB] = ACTIONS(191), - [anon_sym_Tb] = ACTIONS(191), - [anon_sym_TB] = ACTIONS(191), - [anon_sym_pb] = ACTIONS(191), - [anon_sym_pB] = ACTIONS(191), - [anon_sym_Pb] = ACTIONS(191), - [anon_sym_PB] = ACTIONS(191), - [anon_sym_eb] = ACTIONS(191), - [anon_sym_eB] = ACTIONS(191), - [anon_sym_Eb] = ACTIONS(191), - [anon_sym_EB] = ACTIONS(191), - [anon_sym_kib] = ACTIONS(191), - [anon_sym_kiB] = ACTIONS(191), - [anon_sym_kIB] = ACTIONS(191), - [anon_sym_kIb] = ACTIONS(191), - [anon_sym_Kib] = ACTIONS(191), - [anon_sym_KIb] = ACTIONS(191), - [anon_sym_KIB] = ACTIONS(191), - [anon_sym_mib] = ACTIONS(191), - [anon_sym_miB] = ACTIONS(191), - [anon_sym_mIB] = ACTIONS(191), - [anon_sym_mIb] = ACTIONS(191), - [anon_sym_Mib] = ACTIONS(191), - [anon_sym_MIb] = ACTIONS(191), - [anon_sym_MIB] = ACTIONS(191), - [anon_sym_gib] = ACTIONS(191), - [anon_sym_giB] = ACTIONS(191), - [anon_sym_gIB] = ACTIONS(191), - [anon_sym_gIb] = ACTIONS(191), - [anon_sym_Gib] = ACTIONS(191), - [anon_sym_GIb] = ACTIONS(191), - [anon_sym_GIB] = ACTIONS(191), - [anon_sym_tib] = ACTIONS(191), - [anon_sym_tiB] = ACTIONS(191), - [anon_sym_tIB] = ACTIONS(191), - [anon_sym_tIb] = ACTIONS(191), - [anon_sym_Tib] = ACTIONS(191), - [anon_sym_TIb] = ACTIONS(191), - [anon_sym_TIB] = ACTIONS(191), - [anon_sym_pib] = ACTIONS(191), - [anon_sym_piB] = ACTIONS(191), - [anon_sym_pIB] = ACTIONS(191), - [anon_sym_pIb] = ACTIONS(191), - [anon_sym_Pib] = ACTIONS(191), - [anon_sym_PIb] = ACTIONS(191), - [anon_sym_PIB] = ACTIONS(191), - [anon_sym_eib] = ACTIONS(191), - [anon_sym_eiB] = ACTIONS(191), - [anon_sym_eIB] = ACTIONS(191), - [anon_sym_eIb] = ACTIONS(191), - [anon_sym_Eib] = ACTIONS(191), - [anon_sym_EIb] = ACTIONS(191), - [anon_sym_EIB] = ACTIONS(191), + [769] = { + [sym_comment] = STATE(769), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_COMMA] = ACTIONS(1509), + [anon_sym_LPAREN] = ACTIONS(1509), + [anon_sym_DOLLAR] = ACTIONS(1509), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_list] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_make] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_else] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1509), + [anon_sym_DOT] = ACTIONS(1509), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_catch] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_new] = ACTIONS(1507), + [anon_sym_as] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1509), + [anon_sym_PLUS_PLUS] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1509), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1509), + [anon_sym_BANG_EQ] = ACTIONS(1509), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1509), + [anon_sym_GT_EQ] = ACTIONS(1509), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1509), + [anon_sym_BANG_TILDE] = ACTIONS(1509), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [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(1507), + [aux_sym__val_number_token5] = ACTIONS(1509), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1509), + [sym__str_single_quotes] = ACTIONS(1509), + [sym__str_back_ticks] = ACTIONS(1509), + [aux_sym__record_key_token2] = ACTIONS(1507), [anon_sym_POUND] = ACTIONS(3), }, - [725] = { - [sym_comment] = STATE(725), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_COMMA] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_list] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_make] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_else] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT2] = ACTIONS(1463), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_catch] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_new] = ACTIONS(1461), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1463), - [anon_sym_BANG_TILDE] = ACTIONS(1463), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [aux_sym__record_key_token2] = ACTIONS(1461), + [770] = { + [sym_comment] = STATE(770), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1767), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [726] = { - [sym_comment] = STATE(726), - [anon_sym_export] = ACTIONS(1469), - [anon_sym_alias] = ACTIONS(1469), - [anon_sym_let] = ACTIONS(1469), - [anon_sym_let_DASHenv] = ACTIONS(1469), - [anon_sym_mut] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [sym_cmd_identifier] = ACTIONS(1469), - [anon_sym_def] = ACTIONS(1469), - [anon_sym_export_DASHenv] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym_module] = ACTIONS(1469), - [anon_sym_use] = ACTIONS(1469), + [771] = { + [sym_comment] = STATE(771), + [anon_sym_export] = ACTIONS(1668), + [anon_sym_alias] = ACTIONS(1668), + [anon_sym_let] = ACTIONS(1668), + [anon_sym_let_DASHenv] = ACTIONS(1668), + [anon_sym_mut] = ACTIONS(1668), + [anon_sym_const] = ACTIONS(1668), + [sym_cmd_identifier] = ACTIONS(1668), + [anon_sym_def] = ACTIONS(1668), + [anon_sym_export_DASHenv] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym_module] = ACTIONS(1668), + [anon_sym_use] = ACTIONS(1668), + [anon_sym_COMMA] = ACTIONS(1670), + [anon_sym_LPAREN] = ACTIONS(1670), + [anon_sym_DOLLAR] = ACTIONS(1670), + [anon_sym_error] = ACTIONS(1668), + [anon_sym_list] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_break] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(1668), + [anon_sym_for] = ACTIONS(1668), + [anon_sym_in] = ACTIONS(1668), + [anon_sym_loop] = ACTIONS(1668), + [anon_sym_make] = ACTIONS(1668), + [anon_sym_while] = ACTIONS(1668), + [anon_sym_do] = ACTIONS(1668), + [anon_sym_if] = ACTIONS(1668), + [anon_sym_else] = ACTIONS(1668), + [anon_sym_match] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1670), + [anon_sym_DOT] = ACTIONS(1670), + [anon_sym_try] = ACTIONS(1668), + [anon_sym_catch] = ACTIONS(1668), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_source] = ACTIONS(1668), + [anon_sym_source_DASHenv] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_hide] = ACTIONS(1668), + [anon_sym_hide_DASHenv] = ACTIONS(1668), + [anon_sym_overlay] = ACTIONS(1668), + [anon_sym_new] = ACTIONS(1668), + [anon_sym_as] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_STAR_STAR] = ACTIONS(1670), + [anon_sym_PLUS_PLUS] = ACTIONS(1670), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_mod] = ACTIONS(1668), + [anon_sym_SLASH_SLASH] = ACTIONS(1670), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_bit_DASHshl] = ACTIONS(1668), + [anon_sym_bit_DASHshr] = ACTIONS(1668), + [anon_sym_EQ_EQ] = ACTIONS(1670), + [anon_sym_BANG_EQ] = ACTIONS(1670), + [anon_sym_LT2] = ACTIONS(1668), + [anon_sym_LT_EQ] = ACTIONS(1670), + [anon_sym_GT_EQ] = ACTIONS(1670), + [anon_sym_not_DASHin] = ACTIONS(1668), + [anon_sym_starts_DASHwith] = ACTIONS(1668), + [anon_sym_ends_DASHwith] = ACTIONS(1668), + [anon_sym_EQ_TILDE] = ACTIONS(1670), + [anon_sym_BANG_TILDE] = ACTIONS(1670), + [anon_sym_bit_DASHand] = ACTIONS(1668), + [anon_sym_bit_DASHxor] = ACTIONS(1668), + [anon_sym_bit_DASHor] = ACTIONS(1668), + [anon_sym_and] = ACTIONS(1668), + [anon_sym_xor] = ACTIONS(1668), + [anon_sym_or] = ACTIONS(1668), + [aux_sym__val_number_decimal_token1] = ACTIONS(1668), + [aux_sym__val_number_token1] = ACTIONS(1670), + [aux_sym__val_number_token2] = ACTIONS(1670), + [aux_sym__val_number_token3] = ACTIONS(1670), + [aux_sym__val_number_token4] = ACTIONS(1668), + [aux_sym__val_number_token5] = ACTIONS(1670), + [aux_sym__val_number_token6] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1670), + [sym__str_single_quotes] = ACTIONS(1670), + [sym__str_back_ticks] = ACTIONS(1670), + [aux_sym__record_key_token2] = ACTIONS(1668), + [anon_sym_POUND] = ACTIONS(3), + }, + [772] = { + [sym_comment] = STATE(772), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [773] = { + [sym_comment] = STATE(773), + [anon_sym_export] = ACTIONS(1636), + [anon_sym_alias] = ACTIONS(1636), + [anon_sym_let] = ACTIONS(1636), + [anon_sym_let_DASHenv] = ACTIONS(1636), + [anon_sym_mut] = ACTIONS(1636), + [anon_sym_const] = ACTIONS(1636), + [sym_cmd_identifier] = ACTIONS(1636), + [anon_sym_def] = ACTIONS(1636), + [anon_sym_export_DASHenv] = ACTIONS(1636), + [anon_sym_extern] = ACTIONS(1636), + [anon_sym_module] = ACTIONS(1636), + [anon_sym_use] = ACTIONS(1636), + [anon_sym_COMMA] = ACTIONS(1638), + [anon_sym_LPAREN] = ACTIONS(1638), + [anon_sym_DOLLAR] = ACTIONS(1638), + [anon_sym_error] = ACTIONS(1636), + [anon_sym_list] = ACTIONS(1636), + [anon_sym_GT] = ACTIONS(1636), + [anon_sym_DASH] = ACTIONS(1636), + [anon_sym_break] = ACTIONS(1636), + [anon_sym_continue] = ACTIONS(1636), + [anon_sym_for] = ACTIONS(1636), + [anon_sym_in] = ACTIONS(1636), + [anon_sym_loop] = ACTIONS(1636), + [anon_sym_make] = ACTIONS(1636), + [anon_sym_while] = ACTIONS(1636), + [anon_sym_do] = ACTIONS(1636), + [anon_sym_if] = ACTIONS(1636), + [anon_sym_else] = ACTIONS(1636), + [anon_sym_match] = ACTIONS(1636), + [anon_sym_RBRACE] = ACTIONS(1638), + [anon_sym_DOT] = ACTIONS(1638), + [anon_sym_try] = ACTIONS(1636), + [anon_sym_catch] = ACTIONS(1636), + [anon_sym_return] = ACTIONS(1636), + [anon_sym_source] = ACTIONS(1636), + [anon_sym_source_DASHenv] = ACTIONS(1636), + [anon_sym_register] = ACTIONS(1636), + [anon_sym_hide] = ACTIONS(1636), + [anon_sym_hide_DASHenv] = ACTIONS(1636), + [anon_sym_overlay] = ACTIONS(1636), + [anon_sym_new] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1636), + [anon_sym_STAR] = ACTIONS(1636), + [anon_sym_STAR_STAR] = ACTIONS(1638), + [anon_sym_PLUS_PLUS] = ACTIONS(1638), + [anon_sym_SLASH] = ACTIONS(1636), + [anon_sym_mod] = ACTIONS(1636), + [anon_sym_SLASH_SLASH] = ACTIONS(1638), + [anon_sym_PLUS] = ACTIONS(1636), + [anon_sym_bit_DASHshl] = ACTIONS(1636), + [anon_sym_bit_DASHshr] = ACTIONS(1636), + [anon_sym_EQ_EQ] = ACTIONS(1638), + [anon_sym_BANG_EQ] = ACTIONS(1638), + [anon_sym_LT2] = ACTIONS(1636), + [anon_sym_LT_EQ] = ACTIONS(1638), + [anon_sym_GT_EQ] = ACTIONS(1638), + [anon_sym_not_DASHin] = ACTIONS(1636), + [anon_sym_starts_DASHwith] = ACTIONS(1636), + [anon_sym_ends_DASHwith] = ACTIONS(1636), + [anon_sym_EQ_TILDE] = ACTIONS(1638), + [anon_sym_BANG_TILDE] = ACTIONS(1638), + [anon_sym_bit_DASHand] = ACTIONS(1636), + [anon_sym_bit_DASHxor] = ACTIONS(1636), + [anon_sym_bit_DASHor] = ACTIONS(1636), + [anon_sym_and] = ACTIONS(1636), + [anon_sym_xor] = ACTIONS(1636), + [anon_sym_or] = ACTIONS(1636), + [aux_sym__val_number_decimal_token1] = ACTIONS(1636), + [aux_sym__val_number_token1] = ACTIONS(1638), + [aux_sym__val_number_token2] = ACTIONS(1638), + [aux_sym__val_number_token3] = ACTIONS(1638), + [aux_sym__val_number_token4] = ACTIONS(1636), + [aux_sym__val_number_token5] = ACTIONS(1638), + [aux_sym__val_number_token6] = ACTIONS(1636), + [anon_sym_DQUOTE] = ACTIONS(1638), + [sym__str_single_quotes] = ACTIONS(1638), + [sym__str_back_ticks] = ACTIONS(1638), + [aux_sym__record_key_token2] = ACTIONS(1636), + [anon_sym_POUND] = ACTIONS(3), + }, + [774] = { + [sym_comment] = STATE(774), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_COMMA] = ACTIONS(1456), + [anon_sym_LPAREN] = ACTIONS(1456), + [anon_sym_DOLLAR] = ACTIONS(1456), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_list] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_make] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_else] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1456), + [anon_sym_DOT] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_catch] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_new] = ACTIONS(1454), + [anon_sym_as] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1456), + [anon_sym_PLUS_PLUS] = ACTIONS(1456), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1456), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1456), + [anon_sym_BANG_EQ] = ACTIONS(1456), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1456), + [anon_sym_GT_EQ] = ACTIONS(1456), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1456), + [anon_sym_BANG_TILDE] = ACTIONS(1456), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1456), + [aux_sym__val_number_token2] = ACTIONS(1456), + [aux_sym__val_number_token3] = ACTIONS(1456), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1456), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1456), + [sym__str_single_quotes] = ACTIONS(1456), + [sym__str_back_ticks] = ACTIONS(1456), + [aux_sym__record_key_token2] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(3), + }, + [775] = { + [sym_comment] = STATE(775), + [anon_sym_export] = ACTIONS(1572), + [anon_sym_alias] = ACTIONS(1572), + [anon_sym_let] = ACTIONS(1572), + [anon_sym_let_DASHenv] = ACTIONS(1572), + [anon_sym_mut] = ACTIONS(1572), + [anon_sym_const] = ACTIONS(1572), + [sym_cmd_identifier] = ACTIONS(1572), + [anon_sym_def] = ACTIONS(1572), + [anon_sym_export_DASHenv] = ACTIONS(1572), + [anon_sym_extern] = ACTIONS(1572), + [anon_sym_module] = ACTIONS(1572), + [anon_sym_use] = ACTIONS(1572), + [anon_sym_COMMA] = ACTIONS(1574), + [anon_sym_LPAREN] = ACTIONS(1574), + [anon_sym_DOLLAR] = ACTIONS(1574), + [anon_sym_error] = ACTIONS(1572), + [anon_sym_list] = ACTIONS(1572), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_break] = ACTIONS(1572), + [anon_sym_continue] = ACTIONS(1572), + [anon_sym_for] = ACTIONS(1572), + [anon_sym_in] = ACTIONS(1572), + [anon_sym_loop] = ACTIONS(1572), + [anon_sym_make] = ACTIONS(1572), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(1572), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_else] = ACTIONS(1572), + [anon_sym_match] = ACTIONS(1572), + [anon_sym_RBRACE] = ACTIONS(1574), + [anon_sym_DOT] = ACTIONS(1574), + [anon_sym_try] = ACTIONS(1572), + [anon_sym_catch] = ACTIONS(1572), + [anon_sym_return] = ACTIONS(1572), + [anon_sym_source] = ACTIONS(1572), + [anon_sym_source_DASHenv] = ACTIONS(1572), + [anon_sym_register] = ACTIONS(1572), + [anon_sym_hide] = ACTIONS(1572), + [anon_sym_hide_DASHenv] = ACTIONS(1572), + [anon_sym_overlay] = ACTIONS(1572), + [anon_sym_new] = ACTIONS(1572), + [anon_sym_as] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_STAR_STAR] = ACTIONS(1574), + [anon_sym_PLUS_PLUS] = ACTIONS(1574), + [anon_sym_SLASH] = ACTIONS(1572), + [anon_sym_mod] = ACTIONS(1572), + [anon_sym_SLASH_SLASH] = ACTIONS(1574), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_bit_DASHshl] = ACTIONS(1572), + [anon_sym_bit_DASHshr] = ACTIONS(1572), + [anon_sym_EQ_EQ] = ACTIONS(1574), + [anon_sym_BANG_EQ] = ACTIONS(1574), + [anon_sym_LT2] = ACTIONS(1572), + [anon_sym_LT_EQ] = ACTIONS(1574), + [anon_sym_GT_EQ] = ACTIONS(1574), + [anon_sym_not_DASHin] = ACTIONS(1572), + [anon_sym_starts_DASHwith] = ACTIONS(1572), + [anon_sym_ends_DASHwith] = ACTIONS(1572), + [anon_sym_EQ_TILDE] = ACTIONS(1574), + [anon_sym_BANG_TILDE] = ACTIONS(1574), + [anon_sym_bit_DASHand] = ACTIONS(1572), + [anon_sym_bit_DASHxor] = ACTIONS(1572), + [anon_sym_bit_DASHor] = ACTIONS(1572), + [anon_sym_and] = ACTIONS(1572), + [anon_sym_xor] = ACTIONS(1572), + [anon_sym_or] = ACTIONS(1572), + [aux_sym__val_number_decimal_token1] = ACTIONS(1572), + [aux_sym__val_number_token1] = ACTIONS(1574), + [aux_sym__val_number_token2] = ACTIONS(1574), + [aux_sym__val_number_token3] = ACTIONS(1574), + [aux_sym__val_number_token4] = ACTIONS(1572), + [aux_sym__val_number_token5] = ACTIONS(1574), + [aux_sym__val_number_token6] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1574), + [sym__str_single_quotes] = ACTIONS(1574), + [sym__str_back_ticks] = ACTIONS(1574), + [aux_sym__record_key_token2] = ACTIONS(1572), + [anon_sym_POUND] = ACTIONS(3), + }, + [776] = { + [sym_comment] = STATE(776), + [anon_sym_export] = ACTIONS(1568), + [anon_sym_alias] = ACTIONS(1568), + [anon_sym_let] = ACTIONS(1568), + [anon_sym_let_DASHenv] = ACTIONS(1568), + [anon_sym_mut] = ACTIONS(1568), + [anon_sym_const] = ACTIONS(1568), + [sym_cmd_identifier] = ACTIONS(1568), + [anon_sym_def] = ACTIONS(1568), + [anon_sym_export_DASHenv] = ACTIONS(1568), + [anon_sym_extern] = ACTIONS(1568), + [anon_sym_module] = ACTIONS(1568), + [anon_sym_use] = ACTIONS(1568), + [anon_sym_COMMA] = ACTIONS(1570), + [anon_sym_LPAREN] = ACTIONS(1570), + [anon_sym_DOLLAR] = ACTIONS(1570), + [anon_sym_error] = ACTIONS(1568), + [anon_sym_list] = ACTIONS(1568), + [anon_sym_GT] = ACTIONS(1568), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_break] = ACTIONS(1568), + [anon_sym_continue] = ACTIONS(1568), + [anon_sym_for] = ACTIONS(1568), + [anon_sym_in] = ACTIONS(1568), + [anon_sym_loop] = ACTIONS(1568), + [anon_sym_make] = ACTIONS(1568), + [anon_sym_while] = ACTIONS(1568), + [anon_sym_do] = ACTIONS(1568), + [anon_sym_if] = ACTIONS(1568), + [anon_sym_else] = ACTIONS(1568), + [anon_sym_match] = ACTIONS(1568), + [anon_sym_RBRACE] = ACTIONS(1570), + [anon_sym_DOT] = ACTIONS(1570), + [anon_sym_try] = ACTIONS(1568), + [anon_sym_catch] = ACTIONS(1568), + [anon_sym_return] = ACTIONS(1568), + [anon_sym_source] = ACTIONS(1568), + [anon_sym_source_DASHenv] = ACTIONS(1568), + [anon_sym_register] = ACTIONS(1568), + [anon_sym_hide] = ACTIONS(1568), + [anon_sym_hide_DASHenv] = ACTIONS(1568), + [anon_sym_overlay] = ACTIONS(1568), + [anon_sym_new] = ACTIONS(1568), + [anon_sym_as] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_STAR_STAR] = ACTIONS(1570), + [anon_sym_PLUS_PLUS] = ACTIONS(1570), + [anon_sym_SLASH] = ACTIONS(1568), + [anon_sym_mod] = ACTIONS(1568), + [anon_sym_SLASH_SLASH] = ACTIONS(1570), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_bit_DASHshl] = ACTIONS(1568), + [anon_sym_bit_DASHshr] = ACTIONS(1568), + [anon_sym_EQ_EQ] = ACTIONS(1570), + [anon_sym_BANG_EQ] = ACTIONS(1570), + [anon_sym_LT2] = ACTIONS(1568), + [anon_sym_LT_EQ] = ACTIONS(1570), + [anon_sym_GT_EQ] = ACTIONS(1570), + [anon_sym_not_DASHin] = ACTIONS(1568), + [anon_sym_starts_DASHwith] = ACTIONS(1568), + [anon_sym_ends_DASHwith] = ACTIONS(1568), + [anon_sym_EQ_TILDE] = ACTIONS(1570), + [anon_sym_BANG_TILDE] = ACTIONS(1570), + [anon_sym_bit_DASHand] = ACTIONS(1568), + [anon_sym_bit_DASHxor] = ACTIONS(1568), + [anon_sym_bit_DASHor] = ACTIONS(1568), + [anon_sym_and] = ACTIONS(1568), + [anon_sym_xor] = ACTIONS(1568), + [anon_sym_or] = ACTIONS(1568), + [aux_sym__val_number_decimal_token1] = ACTIONS(1568), + [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(1568), + [aux_sym__val_number_token5] = ACTIONS(1570), + [aux_sym__val_number_token6] = ACTIONS(1568), + [anon_sym_DQUOTE] = ACTIONS(1570), + [sym__str_single_quotes] = ACTIONS(1570), + [sym__str_back_ticks] = ACTIONS(1570), + [aux_sym__record_key_token2] = ACTIONS(1568), + [anon_sym_POUND] = ACTIONS(3), + }, + [777] = { + [sym_comment] = STATE(777), + [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), + [sym_cmd_identifier] = ACTIONS(1624), + [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_COMMA] = ACTIONS(1626), + [anon_sym_LPAREN] = ACTIONS(1626), + [anon_sym_DOLLAR] = ACTIONS(1626), + [anon_sym_error] = ACTIONS(1624), + [anon_sym_list] = ACTIONS(1624), + [anon_sym_GT] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_break] = ACTIONS(1624), + [anon_sym_continue] = ACTIONS(1624), + [anon_sym_for] = ACTIONS(1624), + [anon_sym_in] = ACTIONS(1624), + [anon_sym_loop] = ACTIONS(1624), + [anon_sym_make] = ACTIONS(1624), + [anon_sym_while] = ACTIONS(1624), + [anon_sym_do] = ACTIONS(1624), + [anon_sym_if] = ACTIONS(1624), + [anon_sym_else] = ACTIONS(1624), + [anon_sym_match] = ACTIONS(1624), + [anon_sym_RBRACE] = ACTIONS(1626), + [anon_sym_DOT] = ACTIONS(1626), + [anon_sym_try] = ACTIONS(1624), + [anon_sym_catch] = 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_new] = ACTIONS(1624), + [anon_sym_as] = ACTIONS(1624), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_STAR_STAR] = ACTIONS(1626), + [anon_sym_PLUS_PLUS] = ACTIONS(1626), + [anon_sym_SLASH] = ACTIONS(1624), + [anon_sym_mod] = ACTIONS(1624), + [anon_sym_SLASH_SLASH] = ACTIONS(1626), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_bit_DASHshl] = ACTIONS(1624), + [anon_sym_bit_DASHshr] = ACTIONS(1624), + [anon_sym_EQ_EQ] = ACTIONS(1626), + [anon_sym_BANG_EQ] = ACTIONS(1626), + [anon_sym_LT2] = ACTIONS(1624), + [anon_sym_LT_EQ] = ACTIONS(1626), + [anon_sym_GT_EQ] = ACTIONS(1626), + [anon_sym_not_DASHin] = ACTIONS(1624), + [anon_sym_starts_DASHwith] = ACTIONS(1624), + [anon_sym_ends_DASHwith] = ACTIONS(1624), + [anon_sym_EQ_TILDE] = ACTIONS(1626), + [anon_sym_BANG_TILDE] = ACTIONS(1626), + [anon_sym_bit_DASHand] = ACTIONS(1624), + [anon_sym_bit_DASHxor] = ACTIONS(1624), + [anon_sym_bit_DASHor] = ACTIONS(1624), + [anon_sym_and] = ACTIONS(1624), + [anon_sym_xor] = ACTIONS(1624), + [anon_sym_or] = ACTIONS(1624), + [aux_sym__val_number_decimal_token1] = ACTIONS(1624), + [aux_sym__val_number_token1] = ACTIONS(1626), + [aux_sym__val_number_token2] = ACTIONS(1626), + [aux_sym__val_number_token3] = ACTIONS(1626), + [aux_sym__val_number_token4] = ACTIONS(1624), + [aux_sym__val_number_token5] = ACTIONS(1626), + [aux_sym__val_number_token6] = ACTIONS(1624), + [anon_sym_DQUOTE] = ACTIONS(1626), + [sym__str_single_quotes] = ACTIONS(1626), + [sym__str_back_ticks] = ACTIONS(1626), + [aux_sym__record_key_token2] = ACTIONS(1624), + [anon_sym_POUND] = ACTIONS(3), + }, + [778] = { + [sym_comment] = STATE(778), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [779] = { + [sym_comment] = STATE(779), + [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(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), + }, + [780] = { + [sym_comment] = STATE(780), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1767), + [anon_sym_bit_DASHxor] = ACTIONS(1769), + [anon_sym_bit_DASHor] = ACTIONS(1771), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(3), + }, + [781] = { + [sym_comment] = STATE(781), + [anon_sym_export] = ACTIONS(1576), + [anon_sym_alias] = ACTIONS(1576), + [anon_sym_let] = ACTIONS(1576), + [anon_sym_let_DASHenv] = ACTIONS(1576), + [anon_sym_mut] = ACTIONS(1576), + [anon_sym_const] = ACTIONS(1576), + [sym_cmd_identifier] = ACTIONS(1576), + [anon_sym_def] = ACTIONS(1576), + [anon_sym_export_DASHenv] = ACTIONS(1576), + [anon_sym_extern] = ACTIONS(1576), + [anon_sym_module] = ACTIONS(1576), + [anon_sym_use] = ACTIONS(1576), + [anon_sym_COMMA] = ACTIONS(1578), + [anon_sym_LPAREN] = ACTIONS(1578), + [anon_sym_DOLLAR] = ACTIONS(1578), + [anon_sym_error] = ACTIONS(1576), + [anon_sym_list] = ACTIONS(1576), + [anon_sym_GT] = ACTIONS(1576), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_break] = ACTIONS(1576), + [anon_sym_continue] = ACTIONS(1576), + [anon_sym_for] = ACTIONS(1576), + [anon_sym_in] = ACTIONS(1576), + [anon_sym_loop] = ACTIONS(1576), + [anon_sym_make] = ACTIONS(1576), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(1576), + [anon_sym_if] = ACTIONS(1576), + [anon_sym_else] = ACTIONS(1576), + [anon_sym_match] = ACTIONS(1576), + [anon_sym_RBRACE] = ACTIONS(1578), + [anon_sym_DOT] = ACTIONS(1578), + [anon_sym_try] = ACTIONS(1576), + [anon_sym_catch] = ACTIONS(1576), + [anon_sym_return] = ACTIONS(1576), + [anon_sym_source] = ACTIONS(1576), + [anon_sym_source_DASHenv] = ACTIONS(1576), + [anon_sym_register] = ACTIONS(1576), + [anon_sym_hide] = ACTIONS(1576), + [anon_sym_hide_DASHenv] = ACTIONS(1576), + [anon_sym_overlay] = ACTIONS(1576), + [anon_sym_new] = ACTIONS(1576), + [anon_sym_as] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1576), + [anon_sym_STAR_STAR] = ACTIONS(1578), + [anon_sym_PLUS_PLUS] = ACTIONS(1578), + [anon_sym_SLASH] = ACTIONS(1576), + [anon_sym_mod] = ACTIONS(1576), + [anon_sym_SLASH_SLASH] = ACTIONS(1578), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_bit_DASHshl] = ACTIONS(1576), + [anon_sym_bit_DASHshr] = ACTIONS(1576), + [anon_sym_EQ_EQ] = ACTIONS(1578), + [anon_sym_BANG_EQ] = ACTIONS(1578), + [anon_sym_LT2] = ACTIONS(1576), + [anon_sym_LT_EQ] = ACTIONS(1578), + [anon_sym_GT_EQ] = ACTIONS(1578), + [anon_sym_not_DASHin] = ACTIONS(1576), + [anon_sym_starts_DASHwith] = ACTIONS(1576), + [anon_sym_ends_DASHwith] = ACTIONS(1576), + [anon_sym_EQ_TILDE] = ACTIONS(1578), + [anon_sym_BANG_TILDE] = ACTIONS(1578), + [anon_sym_bit_DASHand] = ACTIONS(1576), + [anon_sym_bit_DASHxor] = ACTIONS(1576), + [anon_sym_bit_DASHor] = ACTIONS(1576), + [anon_sym_and] = ACTIONS(1576), + [anon_sym_xor] = ACTIONS(1576), + [anon_sym_or] = ACTIONS(1576), + [aux_sym__val_number_decimal_token1] = ACTIONS(1576), + [aux_sym__val_number_token1] = ACTIONS(1578), + [aux_sym__val_number_token2] = ACTIONS(1578), + [aux_sym__val_number_token3] = ACTIONS(1578), + [aux_sym__val_number_token4] = ACTIONS(1576), + [aux_sym__val_number_token5] = ACTIONS(1578), + [aux_sym__val_number_token6] = ACTIONS(1576), + [anon_sym_DQUOTE] = ACTIONS(1578), + [sym__str_single_quotes] = ACTIONS(1578), + [sym__str_back_ticks] = ACTIONS(1578), + [aux_sym__record_key_token2] = ACTIONS(1576), + [anon_sym_POUND] = ACTIONS(3), + }, + [782] = { + [sym_comment] = STATE(782), + [anon_sym_export] = ACTIONS(1600), + [anon_sym_alias] = ACTIONS(1600), + [anon_sym_let] = ACTIONS(1600), + [anon_sym_let_DASHenv] = ACTIONS(1600), + [anon_sym_mut] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [sym_cmd_identifier] = ACTIONS(1600), + [anon_sym_def] = ACTIONS(1600), + [anon_sym_export_DASHenv] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym_module] = ACTIONS(1600), + [anon_sym_use] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1602), + [anon_sym_DOLLAR] = ACTIONS(1602), + [anon_sym_error] = ACTIONS(1600), + [anon_sym_list] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_loop] = ACTIONS(1600), + [anon_sym_make] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_else] = ACTIONS(1600), + [anon_sym_match] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1602), + [anon_sym_DOT] = ACTIONS(1602), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_catch] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_source] = ACTIONS(1600), + [anon_sym_source_DASHenv] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_hide] = ACTIONS(1600), + [anon_sym_hide_DASHenv] = ACTIONS(1600), + [anon_sym_overlay] = ACTIONS(1600), + [anon_sym_new] = ACTIONS(1600), + [anon_sym_as] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1602), + [anon_sym_BANG_EQ] = ACTIONS(1602), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1602), + [anon_sym_GT_EQ] = ACTIONS(1602), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1602), + [anon_sym_BANG_TILDE] = ACTIONS(1602), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [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(1600), + [aux_sym__val_number_token5] = ACTIONS(1602), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym__str_single_quotes] = ACTIONS(1602), + [sym__str_back_ticks] = ACTIONS(1602), + [aux_sym__record_key_token2] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(3), + }, + [783] = { + [sym_comment] = STATE(783), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [784] = { + [sym_comment] = STATE(784), + [anon_sym_export] = ACTIONS(1600), + [anon_sym_alias] = ACTIONS(1600), + [anon_sym_let] = ACTIONS(1600), + [anon_sym_let_DASHenv] = ACTIONS(1600), + [anon_sym_mut] = ACTIONS(1600), + [anon_sym_const] = ACTIONS(1600), + [sym_cmd_identifier] = ACTIONS(1600), + [anon_sym_def] = ACTIONS(1600), + [anon_sym_export_DASHenv] = ACTIONS(1600), + [anon_sym_extern] = ACTIONS(1600), + [anon_sym_module] = ACTIONS(1600), + [anon_sym_use] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(1602), + [anon_sym_LPAREN] = ACTIONS(1602), + [anon_sym_DOLLAR] = ACTIONS(1602), + [anon_sym_error] = ACTIONS(1600), + [anon_sym_list] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_break] = ACTIONS(1600), + [anon_sym_continue] = ACTIONS(1600), + [anon_sym_for] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_loop] = ACTIONS(1600), + [anon_sym_make] = ACTIONS(1600), + [anon_sym_while] = ACTIONS(1600), + [anon_sym_do] = ACTIONS(1600), + [anon_sym_if] = ACTIONS(1600), + [anon_sym_else] = ACTIONS(1600), + [anon_sym_match] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1602), + [anon_sym_DOT] = ACTIONS(1602), + [anon_sym_try] = ACTIONS(1600), + [anon_sym_catch] = ACTIONS(1600), + [anon_sym_return] = ACTIONS(1600), + [anon_sym_source] = ACTIONS(1600), + [anon_sym_source_DASHenv] = ACTIONS(1600), + [anon_sym_register] = ACTIONS(1600), + [anon_sym_hide] = ACTIONS(1600), + [anon_sym_hide_DASHenv] = ACTIONS(1600), + [anon_sym_overlay] = ACTIONS(1600), + [anon_sym_new] = ACTIONS(1600), + [anon_sym_as] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1602), + [anon_sym_PLUS_PLUS] = ACTIONS(1602), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1602), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1602), + [anon_sym_BANG_EQ] = ACTIONS(1602), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1602), + [anon_sym_GT_EQ] = ACTIONS(1602), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1602), + [anon_sym_BANG_TILDE] = ACTIONS(1602), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [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(1600), + [aux_sym__val_number_token5] = ACTIONS(1602), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1602), + [sym__str_single_quotes] = ACTIONS(1602), + [sym__str_back_ticks] = ACTIONS(1602), + [aux_sym__record_key_token2] = ACTIONS(1600), + [anon_sym_POUND] = ACTIONS(3), + }, + [785] = { + [sym_comment] = STATE(785), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1767), + [anon_sym_bit_DASHxor] = ACTIONS(1769), + [anon_sym_bit_DASHor] = ACTIONS(1771), + [anon_sym_and] = ACTIONS(1773), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(3), + }, + [786] = { + [sym_comment] = STATE(786), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(3), + }, + [787] = { + [sym_comment] = STATE(787), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_COMMA] = ACTIONS(1428), + [anon_sym_LPAREN] = ACTIONS(1428), + [anon_sym_DOLLAR] = ACTIONS(1428), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_list] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_make] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_else] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1428), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_catch] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_new] = ACTIONS(1426), + [anon_sym_as] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1428), + [anon_sym_PLUS_PLUS] = ACTIONS(1428), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1428), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1428), + [anon_sym_BANG_EQ] = ACTIONS(1428), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1428), + [anon_sym_GT_EQ] = ACTIONS(1428), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1428), + [anon_sym_BANG_TILDE] = ACTIONS(1428), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1428), + [aux_sym__val_number_token2] = ACTIONS(1428), + [aux_sym__val_number_token3] = ACTIONS(1428), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1428), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1428), + [sym__str_single_quotes] = ACTIONS(1428), + [sym__str_back_ticks] = ACTIONS(1428), + [aux_sym__record_key_token2] = ACTIONS(1426), + [anon_sym_POUND] = ACTIONS(3), + }, + [788] = { + [sym_comment] = STATE(788), + [anon_sym_export] = ACTIONS(1580), + [anon_sym_alias] = ACTIONS(1580), + [anon_sym_let] = ACTIONS(1580), + [anon_sym_let_DASHenv] = ACTIONS(1580), + [anon_sym_mut] = ACTIONS(1580), + [anon_sym_const] = ACTIONS(1580), + [sym_cmd_identifier] = ACTIONS(1580), + [anon_sym_def] = ACTIONS(1580), + [anon_sym_export_DASHenv] = ACTIONS(1580), + [anon_sym_extern] = ACTIONS(1580), + [anon_sym_module] = ACTIONS(1580), + [anon_sym_use] = ACTIONS(1580), + [anon_sym_COMMA] = ACTIONS(1582), + [anon_sym_LPAREN] = ACTIONS(1582), + [anon_sym_DOLLAR] = ACTIONS(1582), + [anon_sym_error] = ACTIONS(1580), + [anon_sym_list] = ACTIONS(1580), + [anon_sym_GT] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_break] = ACTIONS(1580), + [anon_sym_continue] = ACTIONS(1580), + [anon_sym_for] = ACTIONS(1580), + [anon_sym_in] = ACTIONS(1580), + [anon_sym_loop] = ACTIONS(1580), + [anon_sym_make] = ACTIONS(1580), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(1580), + [anon_sym_if] = ACTIONS(1580), + [anon_sym_else] = ACTIONS(1580), + [anon_sym_match] = ACTIONS(1580), + [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1582), + [anon_sym_try] = ACTIONS(1580), + [anon_sym_catch] = ACTIONS(1580), + [anon_sym_return] = ACTIONS(1580), + [anon_sym_source] = ACTIONS(1580), + [anon_sym_source_DASHenv] = ACTIONS(1580), + [anon_sym_register] = ACTIONS(1580), + [anon_sym_hide] = ACTIONS(1580), + [anon_sym_hide_DASHenv] = ACTIONS(1580), + [anon_sym_overlay] = ACTIONS(1580), + [anon_sym_new] = ACTIONS(1580), + [anon_sym_as] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1580), + [anon_sym_STAR_STAR] = ACTIONS(1582), + [anon_sym_PLUS_PLUS] = ACTIONS(1582), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_mod] = ACTIONS(1580), + [anon_sym_SLASH_SLASH] = ACTIONS(1582), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_bit_DASHshl] = ACTIONS(1580), + [anon_sym_bit_DASHshr] = ACTIONS(1580), + [anon_sym_EQ_EQ] = ACTIONS(1582), + [anon_sym_BANG_EQ] = ACTIONS(1582), + [anon_sym_LT2] = ACTIONS(1580), + [anon_sym_LT_EQ] = ACTIONS(1582), + [anon_sym_GT_EQ] = ACTIONS(1582), + [anon_sym_not_DASHin] = ACTIONS(1580), + [anon_sym_starts_DASHwith] = ACTIONS(1580), + [anon_sym_ends_DASHwith] = ACTIONS(1580), + [anon_sym_EQ_TILDE] = ACTIONS(1582), + [anon_sym_BANG_TILDE] = ACTIONS(1582), + [anon_sym_bit_DASHand] = ACTIONS(1580), + [anon_sym_bit_DASHxor] = ACTIONS(1580), + [anon_sym_bit_DASHor] = ACTIONS(1580), + [anon_sym_and] = ACTIONS(1580), + [anon_sym_xor] = ACTIONS(1580), + [anon_sym_or] = ACTIONS(1580), + [aux_sym__val_number_decimal_token1] = ACTIONS(1580), + [aux_sym__val_number_token1] = ACTIONS(1582), + [aux_sym__val_number_token2] = ACTIONS(1582), + [aux_sym__val_number_token3] = ACTIONS(1582), + [aux_sym__val_number_token4] = ACTIONS(1580), + [aux_sym__val_number_token5] = ACTIONS(1582), + [aux_sym__val_number_token6] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1582), + [sym__str_single_quotes] = ACTIONS(1582), + [sym__str_back_ticks] = ACTIONS(1582), + [aux_sym__record_key_token2] = ACTIONS(1580), + [anon_sym_POUND] = ACTIONS(3), + }, + [789] = { + [sym_comment] = STATE(789), + [anon_sym_export] = ACTIONS(1608), + [anon_sym_alias] = ACTIONS(1608), + [anon_sym_let] = ACTIONS(1608), + [anon_sym_let_DASHenv] = ACTIONS(1608), + [anon_sym_mut] = ACTIONS(1608), + [anon_sym_const] = ACTIONS(1608), + [sym_cmd_identifier] = ACTIONS(1608), + [anon_sym_def] = ACTIONS(1608), + [anon_sym_export_DASHenv] = ACTIONS(1608), + [anon_sym_extern] = ACTIONS(1608), + [anon_sym_module] = ACTIONS(1608), + [anon_sym_use] = ACTIONS(1608), + [anon_sym_COMMA] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(1610), + [anon_sym_DOLLAR] = ACTIONS(1610), + [anon_sym_error] = ACTIONS(1608), + [anon_sym_list] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_for] = ACTIONS(1608), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_loop] = ACTIONS(1608), + [anon_sym_make] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_do] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_match] = ACTIONS(1608), + [anon_sym_RBRACE] = ACTIONS(1610), + [anon_sym_DOT] = ACTIONS(1610), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_catch] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_source] = ACTIONS(1608), + [anon_sym_source_DASHenv] = ACTIONS(1608), + [anon_sym_register] = ACTIONS(1608), + [anon_sym_hide] = ACTIONS(1608), + [anon_sym_hide_DASHenv] = ACTIONS(1608), + [anon_sym_overlay] = ACTIONS(1608), + [anon_sym_new] = ACTIONS(1608), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [anon_sym_STAR_STAR] = ACTIONS(1610), + [anon_sym_PLUS_PLUS] = ACTIONS(1610), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_mod] = ACTIONS(1608), + [anon_sym_SLASH_SLASH] = ACTIONS(1610), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_bit_DASHshl] = ACTIONS(1608), + [anon_sym_bit_DASHshr] = ACTIONS(1608), + [anon_sym_EQ_EQ] = ACTIONS(1610), + [anon_sym_BANG_EQ] = ACTIONS(1610), + [anon_sym_LT2] = ACTIONS(1608), + [anon_sym_LT_EQ] = ACTIONS(1610), + [anon_sym_GT_EQ] = ACTIONS(1610), + [anon_sym_not_DASHin] = ACTIONS(1608), + [anon_sym_starts_DASHwith] = ACTIONS(1608), + [anon_sym_ends_DASHwith] = ACTIONS(1608), + [anon_sym_EQ_TILDE] = ACTIONS(1610), + [anon_sym_BANG_TILDE] = ACTIONS(1610), + [anon_sym_bit_DASHand] = ACTIONS(1608), + [anon_sym_bit_DASHxor] = ACTIONS(1608), + [anon_sym_bit_DASHor] = ACTIONS(1608), + [anon_sym_and] = ACTIONS(1608), + [anon_sym_xor] = ACTIONS(1608), + [anon_sym_or] = ACTIONS(1608), + [aux_sym__val_number_decimal_token1] = ACTIONS(1608), + [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(1608), + [aux_sym__val_number_token5] = ACTIONS(1610), + [aux_sym__val_number_token6] = ACTIONS(1608), + [anon_sym_DQUOTE] = ACTIONS(1610), + [sym__str_single_quotes] = ACTIONS(1610), + [sym__str_back_ticks] = ACTIONS(1610), + [aux_sym__record_key_token2] = ACTIONS(1608), + [anon_sym_POUND] = ACTIONS(3), + }, + [790] = { + [sym_comment] = STATE(790), + [anon_sym_export] = ACTIONS(1564), + [anon_sym_alias] = ACTIONS(1564), + [anon_sym_let] = ACTIONS(1564), + [anon_sym_let_DASHenv] = ACTIONS(1564), + [anon_sym_mut] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [sym_cmd_identifier] = ACTIONS(1564), + [anon_sym_def] = ACTIONS(1564), + [anon_sym_export_DASHenv] = ACTIONS(1564), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym_module] = ACTIONS(1564), + [anon_sym_use] = ACTIONS(1564), + [anon_sym_COMMA] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(1566), + [anon_sym_DOLLAR] = ACTIONS(1566), + [anon_sym_error] = ACTIONS(1564), + [anon_sym_list] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1564), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_break] = ACTIONS(1564), + [anon_sym_continue] = ACTIONS(1564), + [anon_sym_for] = ACTIONS(1564), + [anon_sym_in] = ACTIONS(1564), + [anon_sym_loop] = ACTIONS(1564), + [anon_sym_make] = ACTIONS(1564), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(1564), + [anon_sym_if] = ACTIONS(1564), + [anon_sym_else] = ACTIONS(1564), + [anon_sym_match] = ACTIONS(1564), + [anon_sym_RBRACE] = ACTIONS(1566), + [anon_sym_DOT] = ACTIONS(1566), + [anon_sym_try] = ACTIONS(1564), + [anon_sym_catch] = ACTIONS(1564), + [anon_sym_return] = ACTIONS(1564), + [anon_sym_source] = ACTIONS(1564), + [anon_sym_source_DASHenv] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_hide] = ACTIONS(1564), + [anon_sym_hide_DASHenv] = ACTIONS(1564), + [anon_sym_overlay] = ACTIONS(1564), + [anon_sym_new] = ACTIONS(1564), + [anon_sym_as] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1564), + [anon_sym_STAR_STAR] = ACTIONS(1566), + [anon_sym_PLUS_PLUS] = ACTIONS(1566), + [anon_sym_SLASH] = ACTIONS(1564), + [anon_sym_mod] = ACTIONS(1564), + [anon_sym_SLASH_SLASH] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_bit_DASHshl] = ACTIONS(1564), + [anon_sym_bit_DASHshr] = ACTIONS(1564), + [anon_sym_EQ_EQ] = ACTIONS(1566), + [anon_sym_BANG_EQ] = ACTIONS(1566), + [anon_sym_LT2] = ACTIONS(1564), + [anon_sym_LT_EQ] = ACTIONS(1566), + [anon_sym_GT_EQ] = ACTIONS(1566), + [anon_sym_not_DASHin] = ACTIONS(1564), + [anon_sym_starts_DASHwith] = ACTIONS(1564), + [anon_sym_ends_DASHwith] = ACTIONS(1564), + [anon_sym_EQ_TILDE] = ACTIONS(1566), + [anon_sym_BANG_TILDE] = ACTIONS(1566), + [anon_sym_bit_DASHand] = ACTIONS(1564), + [anon_sym_bit_DASHxor] = ACTIONS(1564), + [anon_sym_bit_DASHor] = ACTIONS(1564), + [anon_sym_and] = ACTIONS(1564), + [anon_sym_xor] = ACTIONS(1564), + [anon_sym_or] = ACTIONS(1564), + [aux_sym__val_number_decimal_token1] = ACTIONS(1564), + [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(1564), + [aux_sym__val_number_token5] = ACTIONS(1566), + [aux_sym__val_number_token6] = ACTIONS(1564), + [anon_sym_DQUOTE] = ACTIONS(1566), + [sym__str_single_quotes] = ACTIONS(1566), + [sym__str_back_ticks] = ACTIONS(1566), + [aux_sym__record_key_token2] = ACTIONS(1564), + [anon_sym_POUND] = ACTIONS(3), + }, + [791] = { + [sym_comment] = STATE(791), + [anon_sym_export] = ACTIONS(1632), + [anon_sym_alias] = ACTIONS(1632), + [anon_sym_let] = ACTIONS(1632), + [anon_sym_let_DASHenv] = ACTIONS(1632), + [anon_sym_mut] = ACTIONS(1632), + [anon_sym_const] = ACTIONS(1632), + [sym_cmd_identifier] = ACTIONS(1632), + [anon_sym_def] = ACTIONS(1632), + [anon_sym_export_DASHenv] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym_module] = ACTIONS(1632), + [anon_sym_use] = ACTIONS(1632), + [anon_sym_COMMA] = ACTIONS(1634), + [anon_sym_LPAREN] = ACTIONS(1634), + [anon_sym_DOLLAR] = ACTIONS(1634), + [anon_sym_error] = ACTIONS(1632), + [anon_sym_list] = ACTIONS(1632), + [anon_sym_GT] = ACTIONS(1632), + [anon_sym_DASH] = ACTIONS(1632), + [anon_sym_break] = ACTIONS(1632), + [anon_sym_continue] = ACTIONS(1632), + [anon_sym_for] = ACTIONS(1632), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_loop] = ACTIONS(1632), + [anon_sym_make] = ACTIONS(1632), + [anon_sym_while] = ACTIONS(1632), + [anon_sym_do] = ACTIONS(1632), + [anon_sym_if] = ACTIONS(1632), + [anon_sym_else] = ACTIONS(1632), + [anon_sym_match] = ACTIONS(1632), + [anon_sym_RBRACE] = ACTIONS(1634), + [anon_sym_DOT] = ACTIONS(1634), + [anon_sym_try] = ACTIONS(1632), + [anon_sym_catch] = ACTIONS(1632), + [anon_sym_return] = ACTIONS(1632), + [anon_sym_source] = ACTIONS(1632), + [anon_sym_source_DASHenv] = ACTIONS(1632), + [anon_sym_register] = ACTIONS(1632), + [anon_sym_hide] = ACTIONS(1632), + [anon_sym_hide_DASHenv] = ACTIONS(1632), + [anon_sym_overlay] = ACTIONS(1632), + [anon_sym_new] = ACTIONS(1632), + [anon_sym_as] = ACTIONS(1632), + [anon_sym_STAR] = ACTIONS(1632), + [anon_sym_STAR_STAR] = ACTIONS(1634), + [anon_sym_PLUS_PLUS] = ACTIONS(1634), + [anon_sym_SLASH] = ACTIONS(1632), + [anon_sym_mod] = ACTIONS(1632), + [anon_sym_SLASH_SLASH] = ACTIONS(1634), + [anon_sym_PLUS] = ACTIONS(1632), + [anon_sym_bit_DASHshl] = ACTIONS(1632), + [anon_sym_bit_DASHshr] = ACTIONS(1632), + [anon_sym_EQ_EQ] = ACTIONS(1634), + [anon_sym_BANG_EQ] = ACTIONS(1634), + [anon_sym_LT2] = ACTIONS(1632), + [anon_sym_LT_EQ] = ACTIONS(1634), + [anon_sym_GT_EQ] = ACTIONS(1634), + [anon_sym_not_DASHin] = ACTIONS(1632), + [anon_sym_starts_DASHwith] = ACTIONS(1632), + [anon_sym_ends_DASHwith] = ACTIONS(1632), + [anon_sym_EQ_TILDE] = ACTIONS(1634), + [anon_sym_BANG_TILDE] = ACTIONS(1634), + [anon_sym_bit_DASHand] = ACTIONS(1632), + [anon_sym_bit_DASHxor] = ACTIONS(1632), + [anon_sym_bit_DASHor] = ACTIONS(1632), + [anon_sym_and] = ACTIONS(1632), + [anon_sym_xor] = ACTIONS(1632), + [anon_sym_or] = ACTIONS(1632), + [aux_sym__val_number_decimal_token1] = ACTIONS(1632), + [aux_sym__val_number_token1] = ACTIONS(1634), + [aux_sym__val_number_token2] = ACTIONS(1634), + [aux_sym__val_number_token3] = ACTIONS(1634), + [aux_sym__val_number_token4] = ACTIONS(1632), + [aux_sym__val_number_token5] = ACTIONS(1634), + [aux_sym__val_number_token6] = ACTIONS(1632), + [anon_sym_DQUOTE] = ACTIONS(1634), + [sym__str_single_quotes] = ACTIONS(1634), + [sym__str_back_ticks] = ACTIONS(1634), + [aux_sym__record_key_token2] = ACTIONS(1632), + [anon_sym_POUND] = ACTIONS(3), + }, + [792] = { + [sym_comment] = STATE(792), + [anon_sym_export] = ACTIONS(1560), + [anon_sym_alias] = ACTIONS(1560), + [anon_sym_let] = ACTIONS(1560), + [anon_sym_let_DASHenv] = ACTIONS(1560), + [anon_sym_mut] = ACTIONS(1560), + [anon_sym_const] = ACTIONS(1560), + [sym_cmd_identifier] = ACTIONS(1560), + [anon_sym_def] = ACTIONS(1560), + [anon_sym_export_DASHenv] = ACTIONS(1560), + [anon_sym_extern] = ACTIONS(1560), + [anon_sym_module] = ACTIONS(1560), + [anon_sym_use] = ACTIONS(1560), [anon_sym_COMMA] = ACTIONS(1562), [anon_sym_LPAREN] = ACTIONS(1562), [anon_sym_DOLLAR] = ACTIONS(1562), - [anon_sym_error] = ACTIONS(1469), - [anon_sym_list] = ACTIONS(1469), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1469), - [anon_sym_make] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_do] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_else] = ACTIONS(1469), - [anon_sym_match] = ACTIONS(1469), + [anon_sym_error] = ACTIONS(1560), + [anon_sym_list] = ACTIONS(1560), + [anon_sym_GT] = ACTIONS(1560), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_break] = ACTIONS(1560), + [anon_sym_continue] = ACTIONS(1560), + [anon_sym_for] = ACTIONS(1560), + [anon_sym_in] = ACTIONS(1560), + [anon_sym_loop] = ACTIONS(1560), + [anon_sym_make] = ACTIONS(1560), + [anon_sym_while] = ACTIONS(1560), + [anon_sym_do] = ACTIONS(1560), + [anon_sym_if] = ACTIONS(1560), + [anon_sym_else] = ACTIONS(1560), + [anon_sym_match] = ACTIONS(1560), [anon_sym_RBRACE] = ACTIONS(1562), [anon_sym_DOT] = ACTIONS(1562), - [anon_sym_try] = ACTIONS(1469), - [anon_sym_catch] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_source] = ACTIONS(1469), - [anon_sym_source_DASHenv] = ACTIONS(1469), - [anon_sym_register] = ACTIONS(1469), - [anon_sym_hide] = ACTIONS(1469), - [anon_sym_hide_DASHenv] = ACTIONS(1469), - [anon_sym_overlay] = ACTIONS(1469), - [anon_sym_new] = ACTIONS(1469), - [anon_sym_as] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), + [anon_sym_try] = ACTIONS(1560), + [anon_sym_catch] = ACTIONS(1560), + [anon_sym_return] = ACTIONS(1560), + [anon_sym_source] = ACTIONS(1560), + [anon_sym_source_DASHenv] = ACTIONS(1560), + [anon_sym_register] = ACTIONS(1560), + [anon_sym_hide] = ACTIONS(1560), + [anon_sym_hide_DASHenv] = ACTIONS(1560), + [anon_sym_overlay] = ACTIONS(1560), + [anon_sym_new] = ACTIONS(1560), + [anon_sym_as] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1560), [anon_sym_STAR_STAR] = ACTIONS(1562), [anon_sym_PLUS_PLUS] = ACTIONS(1562), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), + [anon_sym_SLASH] = ACTIONS(1560), + [anon_sym_mod] = ACTIONS(1560), [anon_sym_SLASH_SLASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_bit_DASHshl] = ACTIONS(1560), + [anon_sym_bit_DASHshr] = ACTIONS(1560), [anon_sym_EQ_EQ] = ACTIONS(1562), [anon_sym_BANG_EQ] = ACTIONS(1562), - [anon_sym_LT2] = ACTIONS(1469), + [anon_sym_LT2] = ACTIONS(1560), [anon_sym_LT_EQ] = ACTIONS(1562), [anon_sym_GT_EQ] = ACTIONS(1562), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), + [anon_sym_not_DASHin] = ACTIONS(1560), + [anon_sym_starts_DASHwith] = ACTIONS(1560), + [anon_sym_ends_DASHwith] = ACTIONS(1560), [anon_sym_EQ_TILDE] = ACTIONS(1562), [anon_sym_BANG_TILDE] = ACTIONS(1562), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1469), + [anon_sym_bit_DASHand] = ACTIONS(1560), + [anon_sym_bit_DASHxor] = ACTIONS(1560), + [anon_sym_bit_DASHor] = ACTIONS(1560), + [anon_sym_and] = ACTIONS(1560), + [anon_sym_xor] = ACTIONS(1560), + [anon_sym_or] = ACTIONS(1560), + [aux_sym__val_number_decimal_token1] = ACTIONS(1560), [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(1469), + [aux_sym__val_number_token4] = ACTIONS(1560), [aux_sym__val_number_token5] = ACTIONS(1562), - [aux_sym__val_number_token6] = ACTIONS(1469), + [aux_sym__val_number_token6] = ACTIONS(1560), [anon_sym_DQUOTE] = ACTIONS(1562), [sym__str_single_quotes] = ACTIONS(1562), [sym__str_back_ticks] = ACTIONS(1562), - [aux_sym__record_key_token2] = ACTIONS(1469), - [anon_sym_POUND] = ACTIONS(3), - }, - [727] = { - [sym_comment] = STATE(727), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_COMMA] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_DOLLAR] = ACTIONS(1463), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_list] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_make] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_else] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1463), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_catch] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_new] = ACTIONS(1461), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1463), - [anon_sym_PLUS_PLUS] = ACTIONS(1463), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1463), - [anon_sym_BANG_TILDE] = ACTIONS(1463), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1463), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1463), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [aux_sym__record_key_token2] = ACTIONS(1461), - [anon_sym_POUND] = ACTIONS(3), - }, - [728] = { - [sym_comment] = STATE(728), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_mod] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1512), - [anon_sym_BANG_EQ] = ACTIONS(1512), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1512), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1512), - [anon_sym_BANG_TILDE] = ACTIONS(1512), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [729] = { - [sym_comment] = STATE(729), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [730] = { - [sym_comment] = STATE(730), - [anon_sym_export] = ACTIONS(1498), - [anon_sym_alias] = ACTIONS(1498), - [anon_sym_let] = ACTIONS(1498), - [anon_sym_let_DASHenv] = ACTIONS(1498), - [anon_sym_mut] = ACTIONS(1498), - [anon_sym_const] = ACTIONS(1498), - [sym_cmd_identifier] = ACTIONS(1498), - [anon_sym_def] = ACTIONS(1498), - [anon_sym_export_DASHenv] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1498), - [anon_sym_module] = ACTIONS(1498), - [anon_sym_use] = ACTIONS(1498), - [anon_sym_COMMA] = ACTIONS(1500), - [anon_sym_LPAREN] = ACTIONS(1500), - [anon_sym_DOLLAR] = ACTIONS(1500), - [anon_sym_error] = ACTIONS(1498), - [anon_sym_list] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_break] = ACTIONS(1498), - [anon_sym_continue] = ACTIONS(1498), - [anon_sym_for] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_loop] = ACTIONS(1498), - [anon_sym_make] = ACTIONS(1498), - [anon_sym_while] = ACTIONS(1498), - [anon_sym_do] = ACTIONS(1498), - [anon_sym_if] = ACTIONS(1498), - [anon_sym_else] = ACTIONS(1498), - [anon_sym_match] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1500), - [anon_sym_DOT] = ACTIONS(1500), - [anon_sym_try] = ACTIONS(1498), - [anon_sym_catch] = ACTIONS(1498), - [anon_sym_return] = ACTIONS(1498), - [anon_sym_source] = ACTIONS(1498), - [anon_sym_source_DASHenv] = ACTIONS(1498), - [anon_sym_register] = ACTIONS(1498), - [anon_sym_hide] = ACTIONS(1498), - [anon_sym_hide_DASHenv] = ACTIONS(1498), - [anon_sym_overlay] = ACTIONS(1498), - [anon_sym_new] = ACTIONS(1498), - [anon_sym_as] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_STAR_STAR] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_mod] = ACTIONS(1498), - [anon_sym_SLASH_SLASH] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_bit_DASHshl] = ACTIONS(1498), - [anon_sym_bit_DASHshr] = ACTIONS(1498), - [anon_sym_EQ_EQ] = ACTIONS(1500), - [anon_sym_BANG_EQ] = ACTIONS(1500), - [anon_sym_LT2] = ACTIONS(1498), - [anon_sym_LT_EQ] = ACTIONS(1500), - [anon_sym_GT_EQ] = ACTIONS(1500), - [anon_sym_not_DASHin] = ACTIONS(1498), - [anon_sym_starts_DASHwith] = ACTIONS(1498), - [anon_sym_ends_DASHwith] = ACTIONS(1498), - [anon_sym_EQ_TILDE] = ACTIONS(1500), - [anon_sym_BANG_TILDE] = ACTIONS(1500), - [anon_sym_bit_DASHand] = ACTIONS(1498), - [anon_sym_bit_DASHxor] = ACTIONS(1498), - [anon_sym_bit_DASHor] = ACTIONS(1498), - [anon_sym_and] = ACTIONS(1498), - [anon_sym_xor] = ACTIONS(1498), - [anon_sym_or] = ACTIONS(1498), - [aux_sym__val_number_decimal_token1] = ACTIONS(1498), - [aux_sym__val_number_token1] = ACTIONS(1500), - [aux_sym__val_number_token2] = ACTIONS(1500), - [aux_sym__val_number_token3] = ACTIONS(1500), - [aux_sym__val_number_token4] = ACTIONS(1498), - [aux_sym__val_number_token5] = ACTIONS(1500), - [aux_sym__val_number_token6] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1500), - [sym__str_single_quotes] = ACTIONS(1500), - [sym__str_back_ticks] = ACTIONS(1500), - [aux_sym__record_key_token2] = ACTIONS(1498), + [aux_sym__record_key_token2] = ACTIONS(1560), [anon_sym_POUND] = ACTIONS(3), }, - [731] = { - [sym_comment] = STATE(731), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1512), - [anon_sym_BANG_EQ] = ACTIONS(1512), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1512), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1512), - [anon_sym_BANG_TILDE] = ACTIONS(1512), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), + [793] = { + [sym_comment] = STATE(793), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1767), + [anon_sym_bit_DASHxor] = ACTIONS(1769), + [anon_sym_bit_DASHor] = ACTIONS(1771), + [anon_sym_and] = ACTIONS(1773), + [anon_sym_xor] = ACTIONS(1775), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [732] = { - [sym_comment] = STATE(732), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), + [794] = { + [sym_comment] = STATE(794), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_COMMA] = ACTIONS(1497), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_DOLLAR] = ACTIONS(1497), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_list] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_make] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_else] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_DOT] = ACTIONS(1497), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_catch] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_new] = ACTIONS(1495), + [anon_sym_as] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1497), + [anon_sym_PLUS_PLUS] = ACTIONS(1497), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1497), + [anon_sym_BANG_EQ] = ACTIONS(1497), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1497), + [anon_sym_GT_EQ] = ACTIONS(1497), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1497), + [anon_sym_BANG_TILDE] = ACTIONS(1497), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1497), + [aux_sym__val_number_token2] = ACTIONS(1497), + [aux_sym__val_number_token3] = ACTIONS(1497), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1497), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1497), + [sym__str_single_quotes] = ACTIONS(1497), + [sym__str_back_ticks] = ACTIONS(1497), + [aux_sym__record_key_token2] = ACTIONS(1495), [anon_sym_POUND] = ACTIONS(3), }, - [733] = { - [sym_comment] = STATE(733), - [anon_sym_export] = ACTIONS(1542), - [anon_sym_alias] = ACTIONS(1542), - [anon_sym_let] = ACTIONS(1542), - [anon_sym_let_DASHenv] = ACTIONS(1542), - [anon_sym_mut] = ACTIONS(1542), - [anon_sym_const] = ACTIONS(1542), - [sym_cmd_identifier] = ACTIONS(1542), - [anon_sym_def] = ACTIONS(1542), - [anon_sym_export_DASHenv] = ACTIONS(1542), - [anon_sym_extern] = ACTIONS(1542), - [anon_sym_module] = ACTIONS(1542), - [anon_sym_use] = ACTIONS(1542), - [anon_sym_COMMA] = ACTIONS(1544), - [anon_sym_LPAREN] = ACTIONS(1544), - [anon_sym_DOLLAR] = ACTIONS(1544), - [anon_sym_error] = ACTIONS(1542), - [anon_sym_list] = ACTIONS(1542), - [anon_sym_GT] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_break] = ACTIONS(1542), - [anon_sym_continue] = ACTIONS(1542), - [anon_sym_for] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_loop] = ACTIONS(1542), - [anon_sym_make] = ACTIONS(1542), - [anon_sym_while] = ACTIONS(1542), - [anon_sym_do] = ACTIONS(1542), - [anon_sym_if] = ACTIONS(1542), - [anon_sym_else] = ACTIONS(1542), - [anon_sym_match] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1544), - [anon_sym_DOT] = ACTIONS(1544), - [anon_sym_try] = ACTIONS(1542), - [anon_sym_catch] = ACTIONS(1542), - [anon_sym_return] = ACTIONS(1542), - [anon_sym_source] = ACTIONS(1542), - [anon_sym_source_DASHenv] = ACTIONS(1542), - [anon_sym_register] = ACTIONS(1542), - [anon_sym_hide] = ACTIONS(1542), - [anon_sym_hide_DASHenv] = ACTIONS(1542), - [anon_sym_overlay] = ACTIONS(1542), - [anon_sym_new] = ACTIONS(1542), - [anon_sym_as] = ACTIONS(1542), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_STAR_STAR] = ACTIONS(1544), - [anon_sym_PLUS_PLUS] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1542), - [anon_sym_mod] = ACTIONS(1542), - [anon_sym_SLASH_SLASH] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1542), - [anon_sym_bit_DASHshr] = ACTIONS(1542), - [anon_sym_EQ_EQ] = ACTIONS(1544), - [anon_sym_BANG_EQ] = ACTIONS(1544), - [anon_sym_LT2] = ACTIONS(1542), - [anon_sym_LT_EQ] = ACTIONS(1544), - [anon_sym_GT_EQ] = ACTIONS(1544), - [anon_sym_not_DASHin] = ACTIONS(1542), - [anon_sym_starts_DASHwith] = ACTIONS(1542), - [anon_sym_ends_DASHwith] = ACTIONS(1542), - [anon_sym_EQ_TILDE] = ACTIONS(1544), - [anon_sym_BANG_TILDE] = ACTIONS(1544), - [anon_sym_bit_DASHand] = ACTIONS(1542), - [anon_sym_bit_DASHxor] = ACTIONS(1542), - [anon_sym_bit_DASHor] = ACTIONS(1542), - [anon_sym_and] = ACTIONS(1542), - [anon_sym_xor] = ACTIONS(1542), - [anon_sym_or] = ACTIONS(1542), - [aux_sym__val_number_decimal_token1] = ACTIONS(1542), - [aux_sym__val_number_token1] = ACTIONS(1544), - [aux_sym__val_number_token2] = ACTIONS(1544), - [aux_sym__val_number_token3] = ACTIONS(1544), - [aux_sym__val_number_token4] = ACTIONS(1542), - [aux_sym__val_number_token5] = ACTIONS(1544), - [aux_sym__val_number_token6] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1544), - [sym__str_single_quotes] = ACTIONS(1544), - [sym__str_back_ticks] = ACTIONS(1544), - [aux_sym__record_key_token2] = ACTIONS(1542), + [795] = { + [sym_comment] = STATE(795), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(3), }, - [734] = { - [sym_comment] = STATE(734), - [anon_sym_export] = ACTIONS(1626), - [anon_sym_alias] = ACTIONS(1626), - [anon_sym_let] = ACTIONS(1626), - [anon_sym_let_DASHenv] = ACTIONS(1626), - [anon_sym_mut] = ACTIONS(1626), - [anon_sym_const] = ACTIONS(1626), - [sym_cmd_identifier] = ACTIONS(1626), - [anon_sym_def] = ACTIONS(1626), - [anon_sym_export_DASHenv] = ACTIONS(1626), - [anon_sym_extern] = ACTIONS(1626), - [anon_sym_module] = ACTIONS(1626), - [anon_sym_use] = ACTIONS(1626), - [anon_sym_COMMA] = ACTIONS(1628), - [anon_sym_LPAREN] = ACTIONS(1628), - [anon_sym_DOLLAR] = ACTIONS(1628), - [anon_sym_error] = ACTIONS(1626), - [anon_sym_list] = ACTIONS(1626), - [anon_sym_GT] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1626), - [anon_sym_break] = ACTIONS(1626), - [anon_sym_continue] = ACTIONS(1626), - [anon_sym_for] = ACTIONS(1626), - [anon_sym_in] = ACTIONS(1626), - [anon_sym_loop] = ACTIONS(1626), - [anon_sym_make] = ACTIONS(1626), - [anon_sym_while] = ACTIONS(1626), - [anon_sym_do] = ACTIONS(1626), - [anon_sym_if] = ACTIONS(1626), - [anon_sym_else] = ACTIONS(1626), - [anon_sym_match] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1628), - [anon_sym_DOT] = ACTIONS(1628), - [anon_sym_try] = ACTIONS(1626), - [anon_sym_catch] = ACTIONS(1626), - [anon_sym_return] = ACTIONS(1626), - [anon_sym_source] = ACTIONS(1626), - [anon_sym_source_DASHenv] = ACTIONS(1626), - [anon_sym_register] = ACTIONS(1626), - [anon_sym_hide] = ACTIONS(1626), - [anon_sym_hide_DASHenv] = ACTIONS(1626), - [anon_sym_overlay] = ACTIONS(1626), - [anon_sym_new] = ACTIONS(1626), - [anon_sym_as] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_STAR_STAR] = ACTIONS(1628), - [anon_sym_PLUS_PLUS] = ACTIONS(1628), - [anon_sym_SLASH] = ACTIONS(1626), - [anon_sym_mod] = ACTIONS(1626), - [anon_sym_SLASH_SLASH] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1626), - [anon_sym_bit_DASHshl] = ACTIONS(1626), - [anon_sym_bit_DASHshr] = ACTIONS(1626), - [anon_sym_EQ_EQ] = ACTIONS(1628), - [anon_sym_BANG_EQ] = ACTIONS(1628), - [anon_sym_LT2] = ACTIONS(1626), - [anon_sym_LT_EQ] = ACTIONS(1628), - [anon_sym_GT_EQ] = ACTIONS(1628), - [anon_sym_not_DASHin] = ACTIONS(1626), - [anon_sym_starts_DASHwith] = ACTIONS(1626), - [anon_sym_ends_DASHwith] = ACTIONS(1626), - [anon_sym_EQ_TILDE] = ACTIONS(1628), - [anon_sym_BANG_TILDE] = ACTIONS(1628), - [anon_sym_bit_DASHand] = ACTIONS(1626), - [anon_sym_bit_DASHxor] = ACTIONS(1626), - [anon_sym_bit_DASHor] = ACTIONS(1626), - [anon_sym_and] = ACTIONS(1626), - [anon_sym_xor] = ACTIONS(1626), - [anon_sym_or] = ACTIONS(1626), - [aux_sym__val_number_decimal_token1] = ACTIONS(1626), - [aux_sym__val_number_token1] = ACTIONS(1628), - [aux_sym__val_number_token2] = ACTIONS(1628), - [aux_sym__val_number_token3] = ACTIONS(1628), - [aux_sym__val_number_token4] = ACTIONS(1626), - [aux_sym__val_number_token5] = ACTIONS(1628), - [aux_sym__val_number_token6] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1628), - [sym__str_single_quotes] = ACTIONS(1628), - [sym__str_back_ticks] = ACTIONS(1628), - [aux_sym__record_key_token2] = ACTIONS(1626), + [796] = { + [sym_comment] = STATE(796), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1767), + [anon_sym_bit_DASHxor] = ACTIONS(1769), + [anon_sym_bit_DASHor] = ACTIONS(1771), + [anon_sym_and] = ACTIONS(1773), + [anon_sym_xor] = ACTIONS(1775), + [anon_sym_or] = ACTIONS(1777), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [735] = { - [sym_comment] = STATE(735), + [797] = { + [sym_comment] = STATE(797), [anon_sym_export] = ACTIONS(1612), [anon_sym_alias] = ACTIONS(1612), [anon_sym_let] = ACTIONS(1612), @@ -159051,423 +165400,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(1612), [anon_sym_POUND] = ACTIONS(3), }, - [736] = { - [sym_comment] = STATE(736), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1733), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [737] = { - [sym_comment] = STATE(737), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_COMMA] = ACTIONS(1486), - [anon_sym_LPAREN] = ACTIONS(1486), - [anon_sym_DOLLAR] = ACTIONS(1486), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_list] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_make] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_else] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1486), - [anon_sym_DOT] = ACTIONS(1486), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_catch] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_new] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1486), - [anon_sym_BANG_EQ] = ACTIONS(1486), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1486), - [anon_sym_GT_EQ] = ACTIONS(1486), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1486), - [anon_sym_BANG_TILDE] = ACTIONS(1486), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1486), - [aux_sym__val_number_token2] = ACTIONS(1486), - [aux_sym__val_number_token3] = ACTIONS(1486), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1486), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1486), - [sym__str_single_quotes] = ACTIONS(1486), - [sym__str_back_ticks] = ACTIONS(1486), - [aux_sym__record_key_token2] = ACTIONS(1484), + [798] = { + [sym_comment] = STATE(798), + [anon_sym_export] = ACTIONS(1528), + [anon_sym_alias] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_let_DASHenv] = ACTIONS(1528), + [anon_sym_mut] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [sym_cmd_identifier] = ACTIONS(1528), + [anon_sym_def] = ACTIONS(1528), + [anon_sym_export_DASHenv] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_module] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_COMMA] = ACTIONS(1530), + [anon_sym_LPAREN] = ACTIONS(1530), + [anon_sym_DOLLAR] = ACTIONS(1530), + [anon_sym_error] = ACTIONS(1528), + [anon_sym_list] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1749), + [anon_sym_DASH] = ACTIONS(1751), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1753), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_make] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_do] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_else] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1530), + [anon_sym_DOT] = ACTIONS(1530), + [anon_sym_try] = ACTIONS(1528), + [anon_sym_catch] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_source] = ACTIONS(1528), + [anon_sym_source_DASHenv] = ACTIONS(1528), + [anon_sym_register] = ACTIONS(1528), + [anon_sym_hide] = ACTIONS(1528), + [anon_sym_hide_DASHenv] = ACTIONS(1528), + [anon_sym_overlay] = ACTIONS(1528), + [anon_sym_new] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1755), + [anon_sym_STAR_STAR] = ACTIONS(1757), + [anon_sym_PLUS_PLUS] = ACTIONS(1757), + [anon_sym_SLASH] = ACTIONS(1755), + [anon_sym_mod] = ACTIONS(1755), + [anon_sym_SLASH_SLASH] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1751), + [anon_sym_bit_DASHshl] = ACTIONS(1761), + [anon_sym_bit_DASHshr] = ACTIONS(1761), + [anon_sym_EQ_EQ] = ACTIONS(1763), + [anon_sym_BANG_EQ] = ACTIONS(1763), + [anon_sym_LT2] = ACTIONS(1749), + [anon_sym_LT_EQ] = ACTIONS(1763), + [anon_sym_GT_EQ] = ACTIONS(1763), + [anon_sym_not_DASHin] = ACTIONS(1753), + [anon_sym_starts_DASHwith] = ACTIONS(1753), + [anon_sym_ends_DASHwith] = ACTIONS(1753), + [anon_sym_EQ_TILDE] = ACTIONS(1765), + [anon_sym_BANG_TILDE] = ACTIONS(1765), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1530), + [aux_sym__val_number_token2] = ACTIONS(1530), + [aux_sym__val_number_token3] = ACTIONS(1530), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1530), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1530), + [sym__str_single_quotes] = ACTIONS(1530), + [sym__str_back_ticks] = ACTIONS(1530), + [aux_sym__record_key_token2] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(3), }, - [738] = { - [sym_comment] = STATE(738), - [anon_sym_export] = ACTIONS(1608), - [anon_sym_alias] = ACTIONS(1608), - [anon_sym_let] = ACTIONS(1608), - [anon_sym_let_DASHenv] = ACTIONS(1608), - [anon_sym_mut] = ACTIONS(1608), - [anon_sym_const] = ACTIONS(1608), - [sym_cmd_identifier] = ACTIONS(1608), - [anon_sym_def] = ACTIONS(1608), - [anon_sym_export_DASHenv] = ACTIONS(1608), - [anon_sym_extern] = ACTIONS(1608), - [anon_sym_module] = ACTIONS(1608), - [anon_sym_use] = ACTIONS(1608), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_LPAREN] = ACTIONS(1610), - [anon_sym_DOLLAR] = ACTIONS(1610), - [anon_sym_error] = ACTIONS(1608), - [anon_sym_list] = ACTIONS(1608), - [anon_sym_GT] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1608), - [anon_sym_break] = ACTIONS(1608), - [anon_sym_continue] = ACTIONS(1608), - [anon_sym_for] = ACTIONS(1608), - [anon_sym_in] = ACTIONS(1608), - [anon_sym_loop] = ACTIONS(1608), - [anon_sym_make] = ACTIONS(1608), - [anon_sym_while] = ACTIONS(1608), - [anon_sym_do] = ACTIONS(1608), - [anon_sym_if] = ACTIONS(1608), - [anon_sym_else] = ACTIONS(1608), - [anon_sym_match] = ACTIONS(1608), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_DOT] = ACTIONS(1610), - [anon_sym_try] = ACTIONS(1608), - [anon_sym_catch] = ACTIONS(1608), - [anon_sym_return] = ACTIONS(1608), - [anon_sym_source] = ACTIONS(1608), - [anon_sym_source_DASHenv] = ACTIONS(1608), - [anon_sym_register] = ACTIONS(1608), - [anon_sym_hide] = ACTIONS(1608), - [anon_sym_hide_DASHenv] = ACTIONS(1608), - [anon_sym_overlay] = ACTIONS(1608), - [anon_sym_new] = ACTIONS(1608), - [anon_sym_as] = ACTIONS(1608), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_STAR_STAR] = ACTIONS(1610), - [anon_sym_PLUS_PLUS] = ACTIONS(1610), - [anon_sym_SLASH] = ACTIONS(1608), - [anon_sym_mod] = ACTIONS(1608), - [anon_sym_SLASH_SLASH] = ACTIONS(1610), - [anon_sym_PLUS] = ACTIONS(1608), - [anon_sym_bit_DASHshl] = ACTIONS(1608), - [anon_sym_bit_DASHshr] = ACTIONS(1608), - [anon_sym_EQ_EQ] = ACTIONS(1610), - [anon_sym_BANG_EQ] = ACTIONS(1610), - [anon_sym_LT2] = ACTIONS(1608), - [anon_sym_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_EQ] = ACTIONS(1610), - [anon_sym_not_DASHin] = ACTIONS(1608), - [anon_sym_starts_DASHwith] = ACTIONS(1608), - [anon_sym_ends_DASHwith] = ACTIONS(1608), - [anon_sym_EQ_TILDE] = ACTIONS(1610), - [anon_sym_BANG_TILDE] = ACTIONS(1610), - [anon_sym_bit_DASHand] = ACTIONS(1608), - [anon_sym_bit_DASHxor] = ACTIONS(1608), - [anon_sym_bit_DASHor] = ACTIONS(1608), - [anon_sym_and] = ACTIONS(1608), - [anon_sym_xor] = ACTIONS(1608), - [anon_sym_or] = ACTIONS(1608), - [aux_sym__val_number_decimal_token1] = ACTIONS(1608), - [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(1608), - [aux_sym__val_number_token5] = ACTIONS(1610), - [aux_sym__val_number_token6] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1610), - [sym__str_single_quotes] = ACTIONS(1610), - [sym__str_back_ticks] = ACTIONS(1610), - [aux_sym__record_key_token2] = ACTIONS(1608), + [799] = { + [sym_comment] = STATE(799), + [anon_sym_export] = ACTIONS(1556), + [anon_sym_alias] = ACTIONS(1556), + [anon_sym_let] = ACTIONS(1556), + [anon_sym_let_DASHenv] = ACTIONS(1556), + [anon_sym_mut] = ACTIONS(1556), + [anon_sym_const] = ACTIONS(1556), + [sym_cmd_identifier] = ACTIONS(1556), + [anon_sym_def] = ACTIONS(1556), + [anon_sym_export_DASHenv] = ACTIONS(1556), + [anon_sym_extern] = ACTIONS(1556), + [anon_sym_module] = ACTIONS(1556), + [anon_sym_use] = ACTIONS(1556), + [anon_sym_COMMA] = ACTIONS(1558), + [anon_sym_LPAREN] = ACTIONS(1558), + [anon_sym_DOLLAR] = ACTIONS(1558), + [anon_sym_error] = ACTIONS(1556), + [anon_sym_list] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_break] = ACTIONS(1556), + [anon_sym_continue] = ACTIONS(1556), + [anon_sym_for] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_loop] = ACTIONS(1556), + [anon_sym_make] = ACTIONS(1556), + [anon_sym_while] = ACTIONS(1556), + [anon_sym_do] = ACTIONS(1556), + [anon_sym_if] = ACTIONS(1556), + [anon_sym_else] = ACTIONS(1556), + [anon_sym_match] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_DOT] = ACTIONS(1558), + [anon_sym_try] = ACTIONS(1556), + [anon_sym_catch] = ACTIONS(1556), + [anon_sym_return] = ACTIONS(1556), + [anon_sym_source] = ACTIONS(1556), + [anon_sym_source_DASHenv] = ACTIONS(1556), + [anon_sym_register] = ACTIONS(1556), + [anon_sym_hide] = ACTIONS(1556), + [anon_sym_hide_DASHenv] = ACTIONS(1556), + [anon_sym_overlay] = ACTIONS(1556), + [anon_sym_new] = ACTIONS(1556), + [anon_sym_as] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1558), + [anon_sym_PLUS_PLUS] = ACTIONS(1558), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1558), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1558), + [anon_sym_BANG_EQ] = ACTIONS(1558), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1558), + [anon_sym_GT_EQ] = ACTIONS(1558), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1558), + [anon_sym_BANG_TILDE] = ACTIONS(1558), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [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(1556), + [aux_sym__val_number_token5] = ACTIONS(1558), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1558), + [sym__str_single_quotes] = ACTIONS(1558), + [sym__str_back_ticks] = ACTIONS(1558), + [aux_sym__record_key_token2] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(3), }, - [739] = { - [sym_comment] = STATE(739), - [anon_sym_export] = ACTIONS(1604), - [anon_sym_alias] = ACTIONS(1604), - [anon_sym_let] = ACTIONS(1604), - [anon_sym_let_DASHenv] = ACTIONS(1604), - [anon_sym_mut] = ACTIONS(1604), - [anon_sym_const] = ACTIONS(1604), - [sym_cmd_identifier] = ACTIONS(1604), - [anon_sym_def] = ACTIONS(1604), - [anon_sym_export_DASHenv] = ACTIONS(1604), - [anon_sym_extern] = ACTIONS(1604), - [anon_sym_module] = ACTIONS(1604), - [anon_sym_use] = ACTIONS(1604), - [anon_sym_COMMA] = ACTIONS(1606), - [anon_sym_LPAREN] = ACTIONS(1606), - [anon_sym_DOLLAR] = ACTIONS(1606), - [anon_sym_error] = ACTIONS(1604), - [anon_sym_list] = ACTIONS(1604), - [anon_sym_GT] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1604), - [anon_sym_break] = ACTIONS(1604), - [anon_sym_continue] = ACTIONS(1604), - [anon_sym_for] = ACTIONS(1604), - [anon_sym_in] = ACTIONS(1604), - [anon_sym_loop] = ACTIONS(1604), - [anon_sym_make] = ACTIONS(1604), - [anon_sym_while] = ACTIONS(1604), - [anon_sym_do] = ACTIONS(1604), - [anon_sym_if] = ACTIONS(1604), - [anon_sym_else] = ACTIONS(1604), - [anon_sym_match] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1606), - [anon_sym_DOT] = ACTIONS(1606), - [anon_sym_try] = ACTIONS(1604), - [anon_sym_catch] = ACTIONS(1604), - [anon_sym_return] = ACTIONS(1604), - [anon_sym_source] = ACTIONS(1604), - [anon_sym_source_DASHenv] = ACTIONS(1604), - [anon_sym_register] = ACTIONS(1604), - [anon_sym_hide] = ACTIONS(1604), - [anon_sym_hide_DASHenv] = ACTIONS(1604), - [anon_sym_overlay] = ACTIONS(1604), - [anon_sym_new] = ACTIONS(1604), - [anon_sym_as] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_STAR_STAR] = ACTIONS(1606), - [anon_sym_PLUS_PLUS] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_mod] = ACTIONS(1604), - [anon_sym_SLASH_SLASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1604), - [anon_sym_bit_DASHshl] = ACTIONS(1604), - [anon_sym_bit_DASHshr] = ACTIONS(1604), - [anon_sym_EQ_EQ] = ACTIONS(1606), - [anon_sym_BANG_EQ] = ACTIONS(1606), - [anon_sym_LT2] = ACTIONS(1604), - [anon_sym_LT_EQ] = ACTIONS(1606), - [anon_sym_GT_EQ] = ACTIONS(1606), - [anon_sym_not_DASHin] = ACTIONS(1604), - [anon_sym_starts_DASHwith] = ACTIONS(1604), - [anon_sym_ends_DASHwith] = ACTIONS(1604), - [anon_sym_EQ_TILDE] = ACTIONS(1606), - [anon_sym_BANG_TILDE] = ACTIONS(1606), - [anon_sym_bit_DASHand] = ACTIONS(1604), - [anon_sym_bit_DASHxor] = ACTIONS(1604), - [anon_sym_bit_DASHor] = ACTIONS(1604), - [anon_sym_and] = ACTIONS(1604), - [anon_sym_xor] = ACTIONS(1604), - [anon_sym_or] = ACTIONS(1604), - [aux_sym__val_number_decimal_token1] = ACTIONS(1604), - [aux_sym__val_number_token1] = ACTIONS(1606), - [aux_sym__val_number_token2] = ACTIONS(1606), - [aux_sym__val_number_token3] = ACTIONS(1606), - [aux_sym__val_number_token4] = ACTIONS(1604), - [aux_sym__val_number_token5] = ACTIONS(1606), - [aux_sym__val_number_token6] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1606), - [sym__str_single_quotes] = ACTIONS(1606), - [sym__str_back_ticks] = ACTIONS(1606), - [aux_sym__record_key_token2] = ACTIONS(1604), + [800] = { + [sym_comment] = STATE(800), + [anon_sym_export] = ACTIONS(1664), + [anon_sym_alias] = ACTIONS(1664), + [anon_sym_let] = ACTIONS(1664), + [anon_sym_let_DASHenv] = ACTIONS(1664), + [anon_sym_mut] = ACTIONS(1664), + [anon_sym_const] = ACTIONS(1664), + [sym_cmd_identifier] = ACTIONS(1664), + [anon_sym_def] = ACTIONS(1664), + [anon_sym_export_DASHenv] = ACTIONS(1664), + [anon_sym_extern] = ACTIONS(1664), + [anon_sym_module] = ACTIONS(1664), + [anon_sym_use] = ACTIONS(1664), + [anon_sym_COMMA] = ACTIONS(1666), + [anon_sym_LPAREN] = ACTIONS(1666), + [anon_sym_DOLLAR] = ACTIONS(1666), + [anon_sym_error] = ACTIONS(1664), + [anon_sym_list] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(1664), + [anon_sym_DASH] = ACTIONS(1664), + [anon_sym_break] = ACTIONS(1664), + [anon_sym_continue] = ACTIONS(1664), + [anon_sym_for] = ACTIONS(1664), + [anon_sym_in] = ACTIONS(1664), + [anon_sym_loop] = ACTIONS(1664), + [anon_sym_make] = ACTIONS(1664), + [anon_sym_while] = ACTIONS(1664), + [anon_sym_do] = ACTIONS(1664), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_else] = ACTIONS(1664), + [anon_sym_match] = ACTIONS(1664), + [anon_sym_RBRACE] = ACTIONS(1666), + [anon_sym_DOT] = ACTIONS(1666), + [anon_sym_try] = ACTIONS(1664), + [anon_sym_catch] = ACTIONS(1664), + [anon_sym_return] = ACTIONS(1664), + [anon_sym_source] = ACTIONS(1664), + [anon_sym_source_DASHenv] = ACTIONS(1664), + [anon_sym_register] = ACTIONS(1664), + [anon_sym_hide] = ACTIONS(1664), + [anon_sym_hide_DASHenv] = ACTIONS(1664), + [anon_sym_overlay] = ACTIONS(1664), + [anon_sym_new] = ACTIONS(1664), + [anon_sym_as] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1664), + [anon_sym_STAR_STAR] = ACTIONS(1666), + [anon_sym_PLUS_PLUS] = ACTIONS(1666), + [anon_sym_SLASH] = ACTIONS(1664), + [anon_sym_mod] = ACTIONS(1664), + [anon_sym_SLASH_SLASH] = ACTIONS(1666), + [anon_sym_PLUS] = ACTIONS(1664), + [anon_sym_bit_DASHshl] = ACTIONS(1664), + [anon_sym_bit_DASHshr] = ACTIONS(1664), + [anon_sym_EQ_EQ] = ACTIONS(1666), + [anon_sym_BANG_EQ] = ACTIONS(1666), + [anon_sym_LT2] = ACTIONS(1664), + [anon_sym_LT_EQ] = ACTIONS(1666), + [anon_sym_GT_EQ] = ACTIONS(1666), + [anon_sym_not_DASHin] = ACTIONS(1664), + [anon_sym_starts_DASHwith] = ACTIONS(1664), + [anon_sym_ends_DASHwith] = ACTIONS(1664), + [anon_sym_EQ_TILDE] = ACTIONS(1666), + [anon_sym_BANG_TILDE] = ACTIONS(1666), + [anon_sym_bit_DASHand] = ACTIONS(1664), + [anon_sym_bit_DASHxor] = ACTIONS(1664), + [anon_sym_bit_DASHor] = ACTIONS(1664), + [anon_sym_and] = ACTIONS(1664), + [anon_sym_xor] = ACTIONS(1664), + [anon_sym_or] = ACTIONS(1664), + [aux_sym__val_number_decimal_token1] = ACTIONS(1664), + [aux_sym__val_number_token1] = ACTIONS(1666), + [aux_sym__val_number_token2] = ACTIONS(1666), + [aux_sym__val_number_token3] = ACTIONS(1666), + [aux_sym__val_number_token4] = ACTIONS(1664), + [aux_sym__val_number_token5] = ACTIONS(1666), + [aux_sym__val_number_token6] = ACTIONS(1664), + [anon_sym_DQUOTE] = ACTIONS(1666), + [sym__str_single_quotes] = ACTIONS(1666), + [sym__str_back_ticks] = ACTIONS(1666), + [aux_sym__record_key_token2] = ACTIONS(1664), [anon_sym_POUND] = ACTIONS(3), }, - [740] = { - [sym_comment] = STATE(740), - [anon_sym_export] = ACTIONS(1574), - [anon_sym_alias] = ACTIONS(1574), - [anon_sym_let] = ACTIONS(1574), - [anon_sym_let_DASHenv] = ACTIONS(1574), - [anon_sym_mut] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [sym_cmd_identifier] = ACTIONS(1574), - [anon_sym_def] = ACTIONS(1574), - [anon_sym_export_DASHenv] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym_module] = ACTIONS(1574), - [anon_sym_use] = ACTIONS(1574), - [anon_sym_COMMA] = ACTIONS(1576), - [anon_sym_LPAREN] = ACTIONS(1576), - [anon_sym_DOLLAR] = ACTIONS(1576), - [anon_sym_error] = ACTIONS(1574), - [anon_sym_list] = ACTIONS(1574), - [anon_sym_GT] = ACTIONS(1574), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_in] = ACTIONS(1574), - [anon_sym_loop] = ACTIONS(1574), - [anon_sym_make] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_else] = ACTIONS(1574), - [anon_sym_match] = ACTIONS(1574), - [anon_sym_RBRACE] = ACTIONS(1576), - [anon_sym_DOT] = ACTIONS(1576), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_catch] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_source] = ACTIONS(1574), - [anon_sym_source_DASHenv] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_hide] = ACTIONS(1574), - [anon_sym_hide_DASHenv] = ACTIONS(1574), - [anon_sym_overlay] = ACTIONS(1574), - [anon_sym_new] = ACTIONS(1574), - [anon_sym_as] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1574), - [anon_sym_STAR_STAR] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_SLASH] = ACTIONS(1574), - [anon_sym_mod] = ACTIONS(1574), - [anon_sym_SLASH_SLASH] = ACTIONS(1576), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_bit_DASHshl] = ACTIONS(1574), - [anon_sym_bit_DASHshr] = ACTIONS(1574), - [anon_sym_EQ_EQ] = ACTIONS(1576), - [anon_sym_BANG_EQ] = ACTIONS(1576), - [anon_sym_LT2] = ACTIONS(1574), - [anon_sym_LT_EQ] = ACTIONS(1576), - [anon_sym_GT_EQ] = ACTIONS(1576), - [anon_sym_not_DASHin] = ACTIONS(1574), - [anon_sym_starts_DASHwith] = ACTIONS(1574), - [anon_sym_ends_DASHwith] = ACTIONS(1574), - [anon_sym_EQ_TILDE] = ACTIONS(1576), - [anon_sym_BANG_TILDE] = ACTIONS(1576), - [anon_sym_bit_DASHand] = ACTIONS(1574), - [anon_sym_bit_DASHxor] = ACTIONS(1574), - [anon_sym_bit_DASHor] = ACTIONS(1574), - [anon_sym_and] = ACTIONS(1574), - [anon_sym_xor] = ACTIONS(1574), - [anon_sym_or] = ACTIONS(1574), - [aux_sym__val_number_decimal_token1] = ACTIONS(1574), - [aux_sym__val_number_token1] = ACTIONS(1576), - [aux_sym__val_number_token2] = ACTIONS(1576), - [aux_sym__val_number_token3] = ACTIONS(1576), - [aux_sym__val_number_token4] = ACTIONS(1574), - [aux_sym__val_number_token5] = ACTIONS(1576), - [aux_sym__val_number_token6] = ACTIONS(1574), - [anon_sym_DQUOTE] = ACTIONS(1576), - [sym__str_single_quotes] = ACTIONS(1576), - [sym__str_back_ticks] = ACTIONS(1576), - [aux_sym__record_key_token2] = ACTIONS(1574), + [801] = { + [sym_comment] = STATE(801), + [anon_sym_export] = ACTIONS(1616), + [anon_sym_alias] = ACTIONS(1616), + [anon_sym_let] = ACTIONS(1616), + [anon_sym_let_DASHenv] = ACTIONS(1616), + [anon_sym_mut] = ACTIONS(1616), + [anon_sym_const] = ACTIONS(1616), + [sym_cmd_identifier] = ACTIONS(1616), + [anon_sym_def] = ACTIONS(1616), + [anon_sym_export_DASHenv] = ACTIONS(1616), + [anon_sym_extern] = ACTIONS(1616), + [anon_sym_module] = ACTIONS(1616), + [anon_sym_use] = ACTIONS(1616), + [anon_sym_COMMA] = ACTIONS(1618), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_DOLLAR] = ACTIONS(1618), + [anon_sym_error] = ACTIONS(1616), + [anon_sym_list] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_break] = ACTIONS(1616), + [anon_sym_continue] = ACTIONS(1616), + [anon_sym_for] = ACTIONS(1616), + [anon_sym_in] = ACTIONS(1616), + [anon_sym_loop] = ACTIONS(1616), + [anon_sym_make] = ACTIONS(1616), + [anon_sym_while] = ACTIONS(1616), + [anon_sym_do] = ACTIONS(1616), + [anon_sym_if] = ACTIONS(1616), + [anon_sym_else] = ACTIONS(1616), + [anon_sym_match] = ACTIONS(1616), + [anon_sym_RBRACE] = ACTIONS(1618), + [anon_sym_DOT] = ACTIONS(1618), + [anon_sym_try] = ACTIONS(1616), + [anon_sym_catch] = ACTIONS(1616), + [anon_sym_return] = ACTIONS(1616), + [anon_sym_source] = ACTIONS(1616), + [anon_sym_source_DASHenv] = ACTIONS(1616), + [anon_sym_register] = ACTIONS(1616), + [anon_sym_hide] = ACTIONS(1616), + [anon_sym_hide_DASHenv] = ACTIONS(1616), + [anon_sym_overlay] = ACTIONS(1616), + [anon_sym_new] = ACTIONS(1616), + [anon_sym_as] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1616), + [anon_sym_STAR_STAR] = ACTIONS(1618), + [anon_sym_PLUS_PLUS] = ACTIONS(1618), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_mod] = ACTIONS(1616), + [anon_sym_SLASH_SLASH] = ACTIONS(1618), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_bit_DASHshl] = ACTIONS(1616), + [anon_sym_bit_DASHshr] = ACTIONS(1616), + [anon_sym_EQ_EQ] = ACTIONS(1618), + [anon_sym_BANG_EQ] = ACTIONS(1618), + [anon_sym_LT2] = ACTIONS(1616), + [anon_sym_LT_EQ] = ACTIONS(1618), + [anon_sym_GT_EQ] = ACTIONS(1618), + [anon_sym_not_DASHin] = ACTIONS(1616), + [anon_sym_starts_DASHwith] = ACTIONS(1616), + [anon_sym_ends_DASHwith] = ACTIONS(1616), + [anon_sym_EQ_TILDE] = ACTIONS(1618), + [anon_sym_BANG_TILDE] = ACTIONS(1618), + [anon_sym_bit_DASHand] = ACTIONS(1616), + [anon_sym_bit_DASHxor] = ACTIONS(1616), + [anon_sym_bit_DASHor] = ACTIONS(1616), + [anon_sym_and] = ACTIONS(1616), + [anon_sym_xor] = ACTIONS(1616), + [anon_sym_or] = ACTIONS(1616), + [aux_sym__val_number_decimal_token1] = ACTIONS(1616), + [aux_sym__val_number_token1] = ACTIONS(1618), + [aux_sym__val_number_token2] = ACTIONS(1618), + [aux_sym__val_number_token3] = ACTIONS(1618), + [aux_sym__val_number_token4] = ACTIONS(1616), + [aux_sym__val_number_token5] = ACTIONS(1618), + [aux_sym__val_number_token6] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1618), + [sym__str_single_quotes] = ACTIONS(1618), + [sym__str_back_ticks] = ACTIONS(1618), + [aux_sym__record_key_token2] = ACTIONS(1616), [anon_sym_POUND] = ACTIONS(3), }, - [741] = { - [sym_comment] = STATE(741), + [802] = { + [sym_comment] = STATE(802), [anon_sym_export] = ACTIONS(1596), [anon_sym_alias] = ACTIONS(1596), [anon_sym_let] = ACTIONS(1596), @@ -159549,2830 +165815,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(1596), [anon_sym_POUND] = ACTIONS(3), }, - [742] = { - [sym_comment] = STATE(742), - [anon_sym_export] = ACTIONS(1630), - [anon_sym_alias] = ACTIONS(1630), - [anon_sym_let] = ACTIONS(1630), - [anon_sym_let_DASHenv] = ACTIONS(1630), - [anon_sym_mut] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1630), - [sym_cmd_identifier] = ACTIONS(1630), - [anon_sym_def] = ACTIONS(1630), - [anon_sym_export_DASHenv] = ACTIONS(1630), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym_module] = ACTIONS(1630), - [anon_sym_use] = ACTIONS(1630), - [anon_sym_COMMA] = ACTIONS(1632), - [anon_sym_LPAREN] = ACTIONS(1632), - [anon_sym_DOLLAR] = ACTIONS(1632), - [anon_sym_error] = ACTIONS(1630), - [anon_sym_list] = ACTIONS(1630), - [anon_sym_GT] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_break] = ACTIONS(1630), - [anon_sym_continue] = ACTIONS(1630), - [anon_sym_for] = ACTIONS(1630), - [anon_sym_in] = ACTIONS(1630), - [anon_sym_loop] = ACTIONS(1630), - [anon_sym_make] = ACTIONS(1630), - [anon_sym_while] = ACTIONS(1630), - [anon_sym_do] = ACTIONS(1630), - [anon_sym_if] = ACTIONS(1630), - [anon_sym_else] = ACTIONS(1630), - [anon_sym_match] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1632), - [anon_sym_DOT] = ACTIONS(1632), - [anon_sym_try] = ACTIONS(1630), - [anon_sym_catch] = ACTIONS(1630), - [anon_sym_return] = ACTIONS(1630), - [anon_sym_source] = ACTIONS(1630), - [anon_sym_source_DASHenv] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_hide] = ACTIONS(1630), - [anon_sym_hide_DASHenv] = ACTIONS(1630), - [anon_sym_overlay] = ACTIONS(1630), - [anon_sym_new] = ACTIONS(1630), - [anon_sym_as] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_STAR_STAR] = ACTIONS(1632), - [anon_sym_PLUS_PLUS] = ACTIONS(1632), - [anon_sym_SLASH] = ACTIONS(1630), - [anon_sym_mod] = ACTIONS(1630), - [anon_sym_SLASH_SLASH] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_bit_DASHshl] = ACTIONS(1630), - [anon_sym_bit_DASHshr] = ACTIONS(1630), - [anon_sym_EQ_EQ] = ACTIONS(1632), - [anon_sym_BANG_EQ] = ACTIONS(1632), - [anon_sym_LT2] = ACTIONS(1630), - [anon_sym_LT_EQ] = ACTIONS(1632), - [anon_sym_GT_EQ] = ACTIONS(1632), - [anon_sym_not_DASHin] = ACTIONS(1630), - [anon_sym_starts_DASHwith] = ACTIONS(1630), - [anon_sym_ends_DASHwith] = ACTIONS(1630), - [anon_sym_EQ_TILDE] = ACTIONS(1632), - [anon_sym_BANG_TILDE] = ACTIONS(1632), - [anon_sym_bit_DASHand] = ACTIONS(1630), - [anon_sym_bit_DASHxor] = ACTIONS(1630), - [anon_sym_bit_DASHor] = ACTIONS(1630), - [anon_sym_and] = ACTIONS(1630), - [anon_sym_xor] = ACTIONS(1630), - [anon_sym_or] = ACTIONS(1630), - [aux_sym__val_number_decimal_token1] = ACTIONS(1630), - [aux_sym__val_number_token1] = ACTIONS(1632), - [aux_sym__val_number_token2] = ACTIONS(1632), - [aux_sym__val_number_token3] = ACTIONS(1632), - [aux_sym__val_number_token4] = ACTIONS(1630), - [aux_sym__val_number_token5] = ACTIONS(1632), - [aux_sym__val_number_token6] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1632), - [sym__str_single_quotes] = ACTIONS(1632), - [sym__str_back_ticks] = ACTIONS(1632), - [aux_sym__record_key_token2] = ACTIONS(1630), - [anon_sym_POUND] = ACTIONS(3), - }, - [743] = { - [sym_comment] = STATE(743), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_COMMA] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_list] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_make] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_else] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1448), - [anon_sym_DOT] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_catch] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_new] = ACTIONS(1446), - [anon_sym_as] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1448), - [anon_sym_BANG_EQ] = ACTIONS(1448), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1448), - [anon_sym_GT_EQ] = ACTIONS(1448), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1448), - [anon_sym_BANG_TILDE] = ACTIONS(1448), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1448), - [aux_sym__val_number_token2] = ACTIONS(1448), - [aux_sym__val_number_token3] = ACTIONS(1448), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1448), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1448), - [sym__str_single_quotes] = ACTIONS(1448), - [sym__str_back_ticks] = ACTIONS(1448), - [aux_sym__record_key_token2] = ACTIONS(1446), - [anon_sym_POUND] = ACTIONS(3), - }, - [744] = { - [sym_comment] = STATE(744), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [745] = { - [sym_comment] = STATE(745), - [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), - [sym_cmd_identifier] = ACTIONS(1570), - [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_COMMA] = ACTIONS(1572), - [anon_sym_LPAREN] = ACTIONS(1572), - [anon_sym_DOLLAR] = ACTIONS(1572), - [anon_sym_error] = ACTIONS(1570), - [anon_sym_list] = ACTIONS(1570), - [anon_sym_GT] = ACTIONS(1570), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_in] = ACTIONS(1570), - [anon_sym_loop] = ACTIONS(1570), - [anon_sym_make] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_match] = ACTIONS(1570), - [anon_sym_RBRACE] = ACTIONS(1572), - [anon_sym_DOT] = ACTIONS(1572), - [anon_sym_try] = ACTIONS(1570), - [anon_sym_catch] = 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_new] = ACTIONS(1570), - [anon_sym_as] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1570), - [anon_sym_STAR_STAR] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_SLASH] = ACTIONS(1570), - [anon_sym_mod] = ACTIONS(1570), - [anon_sym_SLASH_SLASH] = ACTIONS(1572), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_bit_DASHshl] = ACTIONS(1570), - [anon_sym_bit_DASHshr] = ACTIONS(1570), - [anon_sym_EQ_EQ] = ACTIONS(1572), - [anon_sym_BANG_EQ] = ACTIONS(1572), - [anon_sym_LT2] = ACTIONS(1570), - [anon_sym_LT_EQ] = ACTIONS(1572), - [anon_sym_GT_EQ] = ACTIONS(1572), - [anon_sym_not_DASHin] = ACTIONS(1570), - [anon_sym_starts_DASHwith] = ACTIONS(1570), - [anon_sym_ends_DASHwith] = ACTIONS(1570), - [anon_sym_EQ_TILDE] = ACTIONS(1572), - [anon_sym_BANG_TILDE] = ACTIONS(1572), - [anon_sym_bit_DASHand] = ACTIONS(1570), - [anon_sym_bit_DASHxor] = ACTIONS(1570), - [anon_sym_bit_DASHor] = ACTIONS(1570), - [anon_sym_and] = ACTIONS(1570), - [anon_sym_xor] = ACTIONS(1570), - [anon_sym_or] = ACTIONS(1570), - [aux_sym__val_number_decimal_token1] = ACTIONS(1570), - [aux_sym__val_number_token1] = ACTIONS(1572), - [aux_sym__val_number_token2] = ACTIONS(1572), - [aux_sym__val_number_token3] = ACTIONS(1572), - [aux_sym__val_number_token4] = ACTIONS(1570), - [aux_sym__val_number_token5] = ACTIONS(1572), - [aux_sym__val_number_token6] = ACTIONS(1570), - [anon_sym_DQUOTE] = ACTIONS(1572), - [sym__str_single_quotes] = ACTIONS(1572), - [sym__str_back_ticks] = ACTIONS(1572), - [aux_sym__record_key_token2] = ACTIONS(1570), - [anon_sym_POUND] = ACTIONS(3), - }, - [746] = { - [sym_comment] = STATE(746), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [747] = { - [sym_comment] = STATE(747), - [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), - }, - [748] = { - [sym_comment] = STATE(748), - [anon_sym_export] = ACTIONS(1526), - [anon_sym_alias] = ACTIONS(1526), - [anon_sym_let] = ACTIONS(1526), - [anon_sym_let_DASHenv] = ACTIONS(1526), - [anon_sym_mut] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [sym_cmd_identifier] = ACTIONS(1526), - [anon_sym_def] = ACTIONS(1526), - [anon_sym_export_DASHenv] = ACTIONS(1526), - [anon_sym_extern] = ACTIONS(1526), - [anon_sym_module] = ACTIONS(1526), - [anon_sym_use] = ACTIONS(1526), - [anon_sym_COMMA] = ACTIONS(1528), - [anon_sym_LPAREN] = ACTIONS(1528), - [anon_sym_DOLLAR] = ACTIONS(1528), - [anon_sym_error] = ACTIONS(1526), - [anon_sym_list] = ACTIONS(1526), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_break] = ACTIONS(1526), - [anon_sym_continue] = ACTIONS(1526), - [anon_sym_for] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1526), - [anon_sym_loop] = ACTIONS(1526), - [anon_sym_make] = ACTIONS(1526), - [anon_sym_while] = ACTIONS(1526), - [anon_sym_do] = ACTIONS(1526), - [anon_sym_if] = ACTIONS(1526), - [anon_sym_else] = ACTIONS(1526), - [anon_sym_match] = ACTIONS(1526), - [anon_sym_RBRACE] = ACTIONS(1528), - [anon_sym_DOT] = ACTIONS(1528), - [anon_sym_try] = ACTIONS(1526), - [anon_sym_catch] = ACTIONS(1526), - [anon_sym_return] = ACTIONS(1526), - [anon_sym_source] = ACTIONS(1526), - [anon_sym_source_DASHenv] = ACTIONS(1526), - [anon_sym_register] = ACTIONS(1526), - [anon_sym_hide] = ACTIONS(1526), - [anon_sym_hide_DASHenv] = ACTIONS(1526), - [anon_sym_overlay] = ACTIONS(1526), - [anon_sym_new] = ACTIONS(1526), - [anon_sym_as] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_STAR_STAR] = ACTIONS(1528), - [anon_sym_PLUS_PLUS] = ACTIONS(1528), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_mod] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(1528), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_bit_DASHshl] = ACTIONS(1526), - [anon_sym_bit_DASHshr] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1528), - [anon_sym_BANG_EQ] = ACTIONS(1528), - [anon_sym_LT2] = ACTIONS(1526), - [anon_sym_LT_EQ] = ACTIONS(1528), - [anon_sym_GT_EQ] = ACTIONS(1528), - [anon_sym_not_DASHin] = ACTIONS(1526), - [anon_sym_starts_DASHwith] = ACTIONS(1526), - [anon_sym_ends_DASHwith] = ACTIONS(1526), - [anon_sym_EQ_TILDE] = ACTIONS(1528), - [anon_sym_BANG_TILDE] = ACTIONS(1528), - [anon_sym_bit_DASHand] = ACTIONS(1526), - [anon_sym_bit_DASHxor] = ACTIONS(1526), - [anon_sym_bit_DASHor] = ACTIONS(1526), - [anon_sym_and] = ACTIONS(1526), - [anon_sym_xor] = ACTIONS(1526), - [anon_sym_or] = ACTIONS(1526), - [aux_sym__val_number_decimal_token1] = ACTIONS(1526), - [aux_sym__val_number_token1] = ACTIONS(1528), - [aux_sym__val_number_token2] = ACTIONS(1528), - [aux_sym__val_number_token3] = ACTIONS(1528), - [aux_sym__val_number_token4] = ACTIONS(1526), - [aux_sym__val_number_token5] = ACTIONS(1528), - [aux_sym__val_number_token6] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1528), - [sym__str_single_quotes] = ACTIONS(1528), - [sym__str_back_ticks] = ACTIONS(1528), - [aux_sym__record_key_token2] = ACTIONS(1526), - [anon_sym_POUND] = ACTIONS(3), - }, - [749] = { - [sym_comment] = STATE(749), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1512), - [anon_sym_BANG_TILDE] = ACTIONS(1512), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [750] = { - [sym_comment] = STATE(750), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [751] = { - [sym_comment] = STATE(751), - [anon_sym_export] = ACTIONS(1578), - [anon_sym_alias] = ACTIONS(1578), - [anon_sym_let] = ACTIONS(1578), - [anon_sym_let_DASHenv] = ACTIONS(1578), - [anon_sym_mut] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [sym_cmd_identifier] = ACTIONS(1578), - [anon_sym_def] = ACTIONS(1578), - [anon_sym_export_DASHenv] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym_module] = ACTIONS(1578), - [anon_sym_use] = ACTIONS(1578), - [anon_sym_COMMA] = ACTIONS(1580), - [anon_sym_LPAREN] = ACTIONS(1580), - [anon_sym_DOLLAR] = ACTIONS(1580), - [anon_sym_error] = ACTIONS(1578), - [anon_sym_list] = ACTIONS(1578), - [anon_sym_GT] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_in] = ACTIONS(1578), - [anon_sym_loop] = ACTIONS(1578), - [anon_sym_make] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_match] = ACTIONS(1578), - [anon_sym_RBRACE] = ACTIONS(1580), - [anon_sym_DOT] = ACTIONS(1580), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_catch] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_source] = ACTIONS(1578), - [anon_sym_source_DASHenv] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_hide] = ACTIONS(1578), - [anon_sym_hide_DASHenv] = ACTIONS(1578), - [anon_sym_overlay] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [anon_sym_as] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1578), - [anon_sym_STAR_STAR] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_SLASH] = ACTIONS(1578), - [anon_sym_mod] = ACTIONS(1578), - [anon_sym_SLASH_SLASH] = ACTIONS(1580), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_bit_DASHshl] = ACTIONS(1578), - [anon_sym_bit_DASHshr] = ACTIONS(1578), - [anon_sym_EQ_EQ] = ACTIONS(1580), - [anon_sym_BANG_EQ] = ACTIONS(1580), - [anon_sym_LT2] = ACTIONS(1578), - [anon_sym_LT_EQ] = ACTIONS(1580), - [anon_sym_GT_EQ] = ACTIONS(1580), - [anon_sym_not_DASHin] = ACTIONS(1578), - [anon_sym_starts_DASHwith] = ACTIONS(1578), - [anon_sym_ends_DASHwith] = ACTIONS(1578), - [anon_sym_EQ_TILDE] = ACTIONS(1580), - [anon_sym_BANG_TILDE] = ACTIONS(1580), - [anon_sym_bit_DASHand] = ACTIONS(1578), - [anon_sym_bit_DASHxor] = ACTIONS(1578), - [anon_sym_bit_DASHor] = ACTIONS(1578), - [anon_sym_and] = ACTIONS(1578), - [anon_sym_xor] = ACTIONS(1578), - [anon_sym_or] = ACTIONS(1578), - [aux_sym__val_number_decimal_token1] = ACTIONS(1578), - [aux_sym__val_number_token1] = ACTIONS(1580), - [aux_sym__val_number_token2] = ACTIONS(1580), - [aux_sym__val_number_token3] = ACTIONS(1580), - [aux_sym__val_number_token4] = ACTIONS(1578), - [aux_sym__val_number_token5] = ACTIONS(1580), - [aux_sym__val_number_token6] = ACTIONS(1578), - [anon_sym_DQUOTE] = ACTIONS(1580), - [sym__str_single_quotes] = ACTIONS(1580), - [sym__str_back_ticks] = ACTIONS(1580), - [aux_sym__record_key_token2] = ACTIONS(1578), - [anon_sym_POUND] = ACTIONS(3), - }, - [752] = { - [sym_comment] = STATE(752), - [anon_sym_export] = ACTIONS(1600), - [anon_sym_alias] = ACTIONS(1600), - [anon_sym_let] = ACTIONS(1600), - [anon_sym_let_DASHenv] = ACTIONS(1600), - [anon_sym_mut] = ACTIONS(1600), - [anon_sym_const] = ACTIONS(1600), - [sym_cmd_identifier] = ACTIONS(1600), - [anon_sym_def] = ACTIONS(1600), - [anon_sym_export_DASHenv] = ACTIONS(1600), - [anon_sym_extern] = ACTIONS(1600), - [anon_sym_module] = ACTIONS(1600), - [anon_sym_use] = ACTIONS(1600), - [anon_sym_COMMA] = ACTIONS(1602), - [anon_sym_LPAREN] = ACTIONS(1602), - [anon_sym_DOLLAR] = ACTIONS(1602), - [anon_sym_error] = ACTIONS(1600), - [anon_sym_list] = ACTIONS(1600), - [anon_sym_GT] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1600), - [anon_sym_break] = ACTIONS(1600), - [anon_sym_continue] = ACTIONS(1600), - [anon_sym_for] = ACTIONS(1600), - [anon_sym_in] = ACTIONS(1600), - [anon_sym_loop] = ACTIONS(1600), - [anon_sym_make] = ACTIONS(1600), - [anon_sym_while] = ACTIONS(1600), - [anon_sym_do] = ACTIONS(1600), - [anon_sym_if] = ACTIONS(1600), - [anon_sym_else] = ACTIONS(1600), - [anon_sym_match] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1602), - [anon_sym_DOT] = ACTIONS(1602), - [anon_sym_try] = ACTIONS(1600), - [anon_sym_catch] = ACTIONS(1600), - [anon_sym_return] = ACTIONS(1600), - [anon_sym_source] = ACTIONS(1600), - [anon_sym_source_DASHenv] = ACTIONS(1600), - [anon_sym_register] = ACTIONS(1600), - [anon_sym_hide] = ACTIONS(1600), - [anon_sym_hide_DASHenv] = ACTIONS(1600), - [anon_sym_overlay] = ACTIONS(1600), - [anon_sym_new] = ACTIONS(1600), - [anon_sym_as] = ACTIONS(1600), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_STAR_STAR] = ACTIONS(1602), - [anon_sym_PLUS_PLUS] = ACTIONS(1602), - [anon_sym_SLASH] = ACTIONS(1600), - [anon_sym_mod] = ACTIONS(1600), - [anon_sym_SLASH_SLASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1600), - [anon_sym_bit_DASHshl] = ACTIONS(1600), - [anon_sym_bit_DASHshr] = ACTIONS(1600), - [anon_sym_EQ_EQ] = ACTIONS(1602), - [anon_sym_BANG_EQ] = ACTIONS(1602), - [anon_sym_LT2] = ACTIONS(1600), - [anon_sym_LT_EQ] = ACTIONS(1602), - [anon_sym_GT_EQ] = ACTIONS(1602), - [anon_sym_not_DASHin] = ACTIONS(1600), - [anon_sym_starts_DASHwith] = ACTIONS(1600), - [anon_sym_ends_DASHwith] = ACTIONS(1600), - [anon_sym_EQ_TILDE] = ACTIONS(1602), - [anon_sym_BANG_TILDE] = ACTIONS(1602), - [anon_sym_bit_DASHand] = ACTIONS(1600), - [anon_sym_bit_DASHxor] = ACTIONS(1600), - [anon_sym_bit_DASHor] = ACTIONS(1600), - [anon_sym_and] = ACTIONS(1600), - [anon_sym_xor] = ACTIONS(1600), - [anon_sym_or] = ACTIONS(1600), - [aux_sym__val_number_decimal_token1] = ACTIONS(1600), - [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(1600), - [aux_sym__val_number_token5] = ACTIONS(1602), - [aux_sym__val_number_token6] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1602), - [sym__str_single_quotes] = ACTIONS(1602), - [sym__str_back_ticks] = ACTIONS(1602), - [aux_sym__record_key_token2] = ACTIONS(1600), - [anon_sym_POUND] = ACTIONS(3), - }, - [753] = { - [sym_comment] = STATE(753), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1733), - [anon_sym_bit_DASHxor] = ACTIONS(1735), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [754] = { - [sym_comment] = STATE(754), - [anon_sym_export] = ACTIONS(1582), - [anon_sym_alias] = ACTIONS(1582), - [anon_sym_let] = ACTIONS(1582), - [anon_sym_let_DASHenv] = ACTIONS(1582), - [anon_sym_mut] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [sym_cmd_identifier] = ACTIONS(1582), - [anon_sym_def] = ACTIONS(1582), - [anon_sym_export_DASHenv] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym_module] = ACTIONS(1582), - [anon_sym_use] = ACTIONS(1582), - [anon_sym_COMMA] = ACTIONS(1584), - [anon_sym_LPAREN] = ACTIONS(1584), - [anon_sym_DOLLAR] = ACTIONS(1584), - [anon_sym_error] = ACTIONS(1582), - [anon_sym_list] = ACTIONS(1582), - [anon_sym_GT] = ACTIONS(1582), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1582), - [anon_sym_loop] = ACTIONS(1582), - [anon_sym_make] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1582), - [anon_sym_match] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1584), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_catch] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_source] = ACTIONS(1582), - [anon_sym_source_DASHenv] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_hide] = ACTIONS(1582), - [anon_sym_hide_DASHenv] = ACTIONS(1582), - [anon_sym_overlay] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1582), - [anon_sym_STAR_STAR] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_SLASH] = ACTIONS(1582), - [anon_sym_mod] = ACTIONS(1582), - [anon_sym_SLASH_SLASH] = ACTIONS(1584), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_bit_DASHshl] = ACTIONS(1582), - [anon_sym_bit_DASHshr] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_LT2] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1584), - [anon_sym_GT_EQ] = ACTIONS(1584), - [anon_sym_not_DASHin] = ACTIONS(1582), - [anon_sym_starts_DASHwith] = ACTIONS(1582), - [anon_sym_ends_DASHwith] = ACTIONS(1582), - [anon_sym_EQ_TILDE] = ACTIONS(1584), - [anon_sym_BANG_TILDE] = ACTIONS(1584), - [anon_sym_bit_DASHand] = ACTIONS(1582), - [anon_sym_bit_DASHxor] = ACTIONS(1582), - [anon_sym_bit_DASHor] = ACTIONS(1582), - [anon_sym_and] = ACTIONS(1582), - [anon_sym_xor] = ACTIONS(1582), - [anon_sym_or] = ACTIONS(1582), - [aux_sym__val_number_decimal_token1] = ACTIONS(1582), - [aux_sym__val_number_token1] = ACTIONS(1584), - [aux_sym__val_number_token2] = ACTIONS(1584), - [aux_sym__val_number_token3] = ACTIONS(1584), - [aux_sym__val_number_token4] = ACTIONS(1582), - [aux_sym__val_number_token5] = ACTIONS(1584), - [aux_sym__val_number_token6] = ACTIONS(1582), - [anon_sym_DQUOTE] = ACTIONS(1584), - [sym__str_single_quotes] = ACTIONS(1584), - [sym__str_back_ticks] = ACTIONS(1584), - [aux_sym__record_key_token2] = ACTIONS(1582), - [anon_sym_POUND] = ACTIONS(3), - }, - [755] = { - [sym_comment] = STATE(755), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1733), - [anon_sym_bit_DASHxor] = ACTIONS(1735), - [anon_sym_bit_DASHor] = ACTIONS(1737), - [anon_sym_and] = ACTIONS(1739), - [anon_sym_xor] = ACTIONS(1741), - [anon_sym_or] = ACTIONS(1743), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [756] = { - [sym_comment] = STATE(756), - [anon_sym_export] = ACTIONS(1502), - [anon_sym_alias] = ACTIONS(1502), - [anon_sym_let] = ACTIONS(1502), - [anon_sym_let_DASHenv] = ACTIONS(1502), - [anon_sym_mut] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [sym_cmd_identifier] = ACTIONS(1502), - [anon_sym_def] = ACTIONS(1502), - [anon_sym_export_DASHenv] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym_module] = ACTIONS(1502), - [anon_sym_use] = ACTIONS(1502), - [anon_sym_COMMA] = ACTIONS(1504), - [anon_sym_LPAREN] = ACTIONS(1504), - [anon_sym_DOLLAR] = ACTIONS(1504), - [anon_sym_error] = ACTIONS(1502), - [anon_sym_list] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_loop] = ACTIONS(1502), - [anon_sym_make] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_do] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_else] = ACTIONS(1502), - [anon_sym_match] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1504), - [anon_sym_DOT] = ACTIONS(1504), - [anon_sym_try] = ACTIONS(1502), - [anon_sym_catch] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_source] = ACTIONS(1502), - [anon_sym_source_DASHenv] = ACTIONS(1502), - [anon_sym_register] = ACTIONS(1502), - [anon_sym_hide] = ACTIONS(1502), - [anon_sym_hide_DASHenv] = ACTIONS(1502), - [anon_sym_overlay] = ACTIONS(1502), - [anon_sym_new] = ACTIONS(1502), - [anon_sym_as] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_STAR_STAR] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_SLASH_SLASH] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_bit_DASHshl] = ACTIONS(1502), - [anon_sym_bit_DASHshr] = ACTIONS(1502), - [anon_sym_EQ_EQ] = ACTIONS(1504), - [anon_sym_BANG_EQ] = ACTIONS(1504), - [anon_sym_LT2] = ACTIONS(1502), - [anon_sym_LT_EQ] = ACTIONS(1504), - [anon_sym_GT_EQ] = ACTIONS(1504), - [anon_sym_not_DASHin] = ACTIONS(1502), - [anon_sym_starts_DASHwith] = ACTIONS(1502), - [anon_sym_ends_DASHwith] = ACTIONS(1502), - [anon_sym_EQ_TILDE] = ACTIONS(1504), - [anon_sym_BANG_TILDE] = ACTIONS(1504), - [anon_sym_bit_DASHand] = ACTIONS(1502), - [anon_sym_bit_DASHxor] = ACTIONS(1502), - [anon_sym_bit_DASHor] = ACTIONS(1502), - [anon_sym_and] = ACTIONS(1502), - [anon_sym_xor] = ACTIONS(1502), - [anon_sym_or] = ACTIONS(1502), - [aux_sym__val_number_decimal_token1] = ACTIONS(1502), - [aux_sym__val_number_token1] = ACTIONS(1504), - [aux_sym__val_number_token2] = ACTIONS(1504), - [aux_sym__val_number_token3] = ACTIONS(1504), - [aux_sym__val_number_token4] = ACTIONS(1502), - [aux_sym__val_number_token5] = ACTIONS(1504), - [aux_sym__val_number_token6] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1504), - [sym__str_single_quotes] = ACTIONS(1504), - [sym__str_back_ticks] = ACTIONS(1504), - [aux_sym__record_key_token2] = ACTIONS(1502), - [anon_sym_POUND] = ACTIONS(3), - }, - [757] = { - [sym_comment] = STATE(757), - [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), - [sym_cmd_identifier] = ACTIONS(1566), - [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_COMMA] = ACTIONS(1568), - [anon_sym_LPAREN] = ACTIONS(1568), - [anon_sym_DOLLAR] = ACTIONS(1568), - [anon_sym_error] = ACTIONS(1566), - [anon_sym_list] = ACTIONS(1566), - [anon_sym_GT] = ACTIONS(1566), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_in] = ACTIONS(1566), - [anon_sym_loop] = ACTIONS(1566), - [anon_sym_make] = ACTIONS(1566), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_do] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1566), - [anon_sym_match] = ACTIONS(1566), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_DOT] = ACTIONS(1568), - [anon_sym_try] = ACTIONS(1566), - [anon_sym_catch] = 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_new] = ACTIONS(1566), - [anon_sym_as] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1566), - [anon_sym_STAR_STAR] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_SLASH] = ACTIONS(1566), - [anon_sym_mod] = ACTIONS(1566), - [anon_sym_SLASH_SLASH] = ACTIONS(1568), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_bit_DASHshl] = ACTIONS(1566), - [anon_sym_bit_DASHshr] = ACTIONS(1566), - [anon_sym_EQ_EQ] = ACTIONS(1568), - [anon_sym_BANG_EQ] = ACTIONS(1568), - [anon_sym_LT2] = ACTIONS(1566), - [anon_sym_LT_EQ] = ACTIONS(1568), - [anon_sym_GT_EQ] = ACTIONS(1568), - [anon_sym_not_DASHin] = ACTIONS(1566), - [anon_sym_starts_DASHwith] = ACTIONS(1566), - [anon_sym_ends_DASHwith] = ACTIONS(1566), - [anon_sym_EQ_TILDE] = ACTIONS(1568), - [anon_sym_BANG_TILDE] = ACTIONS(1568), - [anon_sym_bit_DASHand] = ACTIONS(1566), - [anon_sym_bit_DASHxor] = ACTIONS(1566), - [anon_sym_bit_DASHor] = ACTIONS(1566), - [anon_sym_and] = ACTIONS(1566), - [anon_sym_xor] = ACTIONS(1566), - [anon_sym_or] = ACTIONS(1566), - [aux_sym__val_number_decimal_token1] = ACTIONS(1566), - [aux_sym__val_number_token1] = ACTIONS(1568), - [aux_sym__val_number_token2] = ACTIONS(1568), - [aux_sym__val_number_token3] = ACTIONS(1568), - [aux_sym__val_number_token4] = ACTIONS(1566), - [aux_sym__val_number_token5] = ACTIONS(1568), - [aux_sym__val_number_token6] = ACTIONS(1566), - [anon_sym_DQUOTE] = ACTIONS(1568), - [sym__str_single_quotes] = ACTIONS(1568), - [sym__str_back_ticks] = ACTIONS(1568), - [aux_sym__record_key_token2] = ACTIONS(1566), - [anon_sym_POUND] = ACTIONS(3), - }, - [758] = { - [sym_comment] = STATE(758), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1512), - [anon_sym_BANG_EQ] = ACTIONS(1512), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1512), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1512), - [anon_sym_BANG_TILDE] = ACTIONS(1512), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [759] = { - [sym_comment] = STATE(759), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [760] = { - [sym_comment] = STATE(760), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1733), - [anon_sym_bit_DASHxor] = ACTIONS(1735), - [anon_sym_bit_DASHor] = ACTIONS(1737), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [761] = { - [sym_comment] = STATE(761), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [762] = { - [sym_comment] = STATE(762), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [763] = { - [sym_comment] = STATE(763), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1512), - [anon_sym_BANG_TILDE] = ACTIONS(1512), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [764] = { - [sym_comment] = STATE(764), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1733), - [anon_sym_bit_DASHxor] = ACTIONS(1735), - [anon_sym_bit_DASHor] = ACTIONS(1737), - [anon_sym_and] = ACTIONS(1739), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [765] = { - [sym_comment] = STATE(765), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [766] = { - [sym_comment] = STATE(766), - [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), - [sym_cmd_identifier] = ACTIONS(1590), - [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_COMMA] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_DOLLAR] = ACTIONS(1592), - [anon_sym_error] = ACTIONS(1590), - [anon_sym_list] = ACTIONS(1590), - [anon_sym_GT] = ACTIONS(1590), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_in] = ACTIONS(1590), - [anon_sym_loop] = ACTIONS(1590), - [anon_sym_make] = ACTIONS(1590), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_do] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1590), - [anon_sym_match] = ACTIONS(1590), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_DOT] = ACTIONS(1592), - [anon_sym_try] = ACTIONS(1590), - [anon_sym_catch] = 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_new] = ACTIONS(1590), - [anon_sym_as] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1590), - [anon_sym_STAR_STAR] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_SLASH] = ACTIONS(1590), - [anon_sym_mod] = ACTIONS(1590), - [anon_sym_SLASH_SLASH] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_bit_DASHshl] = ACTIONS(1590), - [anon_sym_bit_DASHshr] = ACTIONS(1590), - [anon_sym_EQ_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1592), - [anon_sym_LT2] = ACTIONS(1590), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_not_DASHin] = ACTIONS(1590), - [anon_sym_starts_DASHwith] = ACTIONS(1590), - [anon_sym_ends_DASHwith] = ACTIONS(1590), - [anon_sym_EQ_TILDE] = ACTIONS(1592), - [anon_sym_BANG_TILDE] = ACTIONS(1592), - [anon_sym_bit_DASHand] = ACTIONS(1590), - [anon_sym_bit_DASHxor] = ACTIONS(1590), - [anon_sym_bit_DASHor] = ACTIONS(1590), - [anon_sym_and] = ACTIONS(1590), - [anon_sym_xor] = ACTIONS(1590), - [anon_sym_or] = ACTIONS(1590), - [aux_sym__val_number_decimal_token1] = ACTIONS(1590), - [aux_sym__val_number_token1] = ACTIONS(1592), - [aux_sym__val_number_token2] = ACTIONS(1592), - [aux_sym__val_number_token3] = ACTIONS(1592), - [aux_sym__val_number_token4] = ACTIONS(1590), - [aux_sym__val_number_token5] = ACTIONS(1592), - [aux_sym__val_number_token6] = ACTIONS(1590), - [anon_sym_DQUOTE] = ACTIONS(1592), - [sym__str_single_quotes] = ACTIONS(1592), - [sym__str_back_ticks] = ACTIONS(1592), - [aux_sym__record_key_token2] = ACTIONS(1590), - [anon_sym_POUND] = ACTIONS(3), - }, - [767] = { - [sym_comment] = STATE(767), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [768] = { - [sym_comment] = STATE(768), - [anon_sym_export] = ACTIONS(1465), - [anon_sym_alias] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_let_DASHenv] = ACTIONS(1465), - [anon_sym_mut] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [sym_cmd_identifier] = ACTIONS(1465), - [anon_sym_def] = ACTIONS(1465), - [anon_sym_export_DASHenv] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_module] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_COMMA] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_DOLLAR] = ACTIONS(1467), - [anon_sym_error] = ACTIONS(1465), - [anon_sym_list] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_in] = ACTIONS(1471), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_make] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_do] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_else] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1467), - [anon_sym_try] = ACTIONS(1465), - [anon_sym_catch] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_source] = ACTIONS(1465), - [anon_sym_source_DASHenv] = ACTIONS(1465), - [anon_sym_register] = ACTIONS(1465), - [anon_sym_hide] = ACTIONS(1465), - [anon_sym_hide_DASHenv] = ACTIONS(1465), - [anon_sym_overlay] = ACTIONS(1465), - [anon_sym_new] = ACTIONS(1465), - [anon_sym_as] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1562), - [anon_sym_PLUS_PLUS] = ACTIONS(1562), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1562), - [anon_sym_BANG_EQ] = ACTIONS(1562), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1562), - [anon_sym_GT_EQ] = ACTIONS(1562), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1562), - [anon_sym_BANG_TILDE] = ACTIONS(1562), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1467), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1467), - [sym__str_single_quotes] = ACTIONS(1467), - [sym__str_back_ticks] = ACTIONS(1467), - [aux_sym__record_key_token2] = ACTIONS(1465), - [anon_sym_POUND] = ACTIONS(3), - }, - [769] = { - [sym_comment] = STATE(769), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [770] = { - [sym_comment] = STATE(770), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_COMMA] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_DOLLAR] = ACTIONS(1365), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_list] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_make] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_else] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1365), - [anon_sym_DOT] = ACTIONS(1365), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_catch] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_new] = ACTIONS(1363), - [anon_sym_as] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1365), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1365), - [anon_sym_BANG_EQ] = ACTIONS(1365), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1365), - [anon_sym_GT_EQ] = ACTIONS(1365), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1365), - [anon_sym_BANG_TILDE] = ACTIONS(1365), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1365), - [aux_sym__val_number_token2] = ACTIONS(1365), - [aux_sym__val_number_token3] = ACTIONS(1365), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1365), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1365), - [sym__str_single_quotes] = ACTIONS(1365), - [sym__str_back_ticks] = ACTIONS(1365), - [aux_sym__record_key_token2] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(3), - }, - [771] = { - [sym_comment] = STATE(771), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [772] = { - [sym_comment] = STATE(772), - [anon_sym_export] = ACTIONS(1546), - [anon_sym_alias] = ACTIONS(1546), - [anon_sym_let] = ACTIONS(1546), - [anon_sym_let_DASHenv] = ACTIONS(1546), - [anon_sym_mut] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [sym_cmd_identifier] = ACTIONS(1546), - [anon_sym_def] = ACTIONS(1546), - [anon_sym_export_DASHenv] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym_module] = ACTIONS(1546), - [anon_sym_use] = ACTIONS(1546), - [anon_sym_COMMA] = ACTIONS(1548), - [anon_sym_LPAREN] = ACTIONS(1548), - [anon_sym_DOLLAR] = ACTIONS(1548), - [anon_sym_error] = ACTIONS(1546), - [anon_sym_list] = ACTIONS(1546), - [anon_sym_GT] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1546), - [anon_sym_loop] = ACTIONS(1546), - [anon_sym_make] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1546), - [anon_sym_match] = ACTIONS(1546), - [anon_sym_RBRACE] = ACTIONS(1548), - [anon_sym_DOT] = ACTIONS(1548), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_catch] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_source] = ACTIONS(1546), - [anon_sym_source_DASHenv] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_hide] = ACTIONS(1546), - [anon_sym_hide_DASHenv] = ACTIONS(1546), - [anon_sym_overlay] = ACTIONS(1546), - [anon_sym_new] = ACTIONS(1546), - [anon_sym_as] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_STAR_STAR] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_SLASH] = ACTIONS(1546), - [anon_sym_mod] = ACTIONS(1546), - [anon_sym_SLASH_SLASH] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_bit_DASHshl] = ACTIONS(1546), - [anon_sym_bit_DASHshr] = ACTIONS(1546), - [anon_sym_EQ_EQ] = ACTIONS(1548), - [anon_sym_BANG_EQ] = ACTIONS(1548), - [anon_sym_LT2] = ACTIONS(1546), - [anon_sym_LT_EQ] = ACTIONS(1548), - [anon_sym_GT_EQ] = ACTIONS(1548), - [anon_sym_not_DASHin] = ACTIONS(1546), - [anon_sym_starts_DASHwith] = ACTIONS(1546), - [anon_sym_ends_DASHwith] = ACTIONS(1546), - [anon_sym_EQ_TILDE] = ACTIONS(1548), - [anon_sym_BANG_TILDE] = ACTIONS(1548), - [anon_sym_bit_DASHand] = ACTIONS(1546), - [anon_sym_bit_DASHxor] = ACTIONS(1546), - [anon_sym_bit_DASHor] = ACTIONS(1546), - [anon_sym_and] = ACTIONS(1546), - [anon_sym_xor] = ACTIONS(1546), - [anon_sym_or] = ACTIONS(1546), - [aux_sym__val_number_decimal_token1] = ACTIONS(1546), - [aux_sym__val_number_token1] = ACTIONS(1548), - [aux_sym__val_number_token2] = ACTIONS(1548), - [aux_sym__val_number_token3] = ACTIONS(1548), - [aux_sym__val_number_token4] = ACTIONS(1546), - [aux_sym__val_number_token5] = ACTIONS(1548), - [aux_sym__val_number_token6] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1548), - [sym__str_single_quotes] = ACTIONS(1548), - [sym__str_back_ticks] = ACTIONS(1548), - [aux_sym__record_key_token2] = ACTIONS(1546), + [803] = { + [sym_comment] = STATE(803), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_DOLLAR] = ACTIONS(1477), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_list] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_make] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_else] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_DOT] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_catch] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_new] = ACTIONS(1475), + [anon_sym_as] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1477), + [anon_sym_PLUS_PLUS] = ACTIONS(1477), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1477), + [anon_sym_BANG_TILDE] = ACTIONS(1477), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1477), + [aux_sym__val_number_token2] = ACTIONS(1477), + [aux_sym__val_number_token3] = ACTIONS(1477), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1477), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1477), + [sym__str_single_quotes] = ACTIONS(1477), + [sym__str_back_ticks] = ACTIONS(1477), + [aux_sym__record_key_token2] = ACTIONS(1475), [anon_sym_POUND] = ACTIONS(3), }, - [773] = { - [sym_comment] = STATE(773), - [anon_sym_export] = ACTIONS(1550), - [anon_sym_alias] = ACTIONS(1550), - [anon_sym_let] = ACTIONS(1550), - [anon_sym_let_DASHenv] = ACTIONS(1550), - [anon_sym_mut] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [sym_cmd_identifier] = ACTIONS(1550), - [anon_sym_def] = ACTIONS(1550), - [anon_sym_export_DASHenv] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym_module] = ACTIONS(1550), - [anon_sym_use] = ACTIONS(1550), - [anon_sym_COMMA] = ACTIONS(1552), - [anon_sym_LPAREN] = ACTIONS(1552), - [anon_sym_DOLLAR] = ACTIONS(1552), - [anon_sym_error] = ACTIONS(1550), - [anon_sym_list] = ACTIONS(1550), - [anon_sym_GT] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1550), - [anon_sym_loop] = ACTIONS(1550), - [anon_sym_make] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_match] = ACTIONS(1550), - [anon_sym_RBRACE] = ACTIONS(1552), - [anon_sym_DOT] = ACTIONS(1552), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_catch] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_source] = ACTIONS(1550), - [anon_sym_source_DASHenv] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_hide] = ACTIONS(1550), - [anon_sym_hide_DASHenv] = ACTIONS(1550), - [anon_sym_overlay] = ACTIONS(1550), - [anon_sym_new] = ACTIONS(1550), - [anon_sym_as] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_STAR_STAR] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_SLASH] = ACTIONS(1550), - [anon_sym_mod] = ACTIONS(1550), - [anon_sym_SLASH_SLASH] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_bit_DASHshl] = ACTIONS(1550), - [anon_sym_bit_DASHshr] = ACTIONS(1550), - [anon_sym_EQ_EQ] = ACTIONS(1552), - [anon_sym_BANG_EQ] = ACTIONS(1552), - [anon_sym_LT2] = ACTIONS(1550), - [anon_sym_LT_EQ] = ACTIONS(1552), - [anon_sym_GT_EQ] = ACTIONS(1552), - [anon_sym_not_DASHin] = ACTIONS(1550), - [anon_sym_starts_DASHwith] = ACTIONS(1550), - [anon_sym_ends_DASHwith] = ACTIONS(1550), - [anon_sym_EQ_TILDE] = ACTIONS(1552), - [anon_sym_BANG_TILDE] = ACTIONS(1552), - [anon_sym_bit_DASHand] = ACTIONS(1550), - [anon_sym_bit_DASHxor] = ACTIONS(1550), - [anon_sym_bit_DASHor] = ACTIONS(1550), - [anon_sym_and] = ACTIONS(1550), - [anon_sym_xor] = ACTIONS(1550), - [anon_sym_or] = ACTIONS(1550), - [aux_sym__val_number_decimal_token1] = ACTIONS(1550), - [aux_sym__val_number_token1] = ACTIONS(1552), - [aux_sym__val_number_token2] = ACTIONS(1552), - [aux_sym__val_number_token3] = ACTIONS(1552), - [aux_sym__val_number_token4] = ACTIONS(1550), - [aux_sym__val_number_token5] = ACTIONS(1552), - [aux_sym__val_number_token6] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1552), - [sym__str_single_quotes] = ACTIONS(1552), - [sym__str_back_ticks] = ACTIONS(1552), - [aux_sym__record_key_token2] = ACTIONS(1550), + [804] = { + [sym_comment] = STATE(804), + [anon_sym_export] = ACTIONS(1650), + [anon_sym_alias] = ACTIONS(1650), + [anon_sym_let] = ACTIONS(1650), + [anon_sym_let_DASHenv] = ACTIONS(1650), + [anon_sym_mut] = ACTIONS(1650), + [anon_sym_const] = ACTIONS(1650), + [sym_cmd_identifier] = ACTIONS(1650), + [anon_sym_def] = ACTIONS(1650), + [anon_sym_export_DASHenv] = ACTIONS(1650), + [anon_sym_extern] = ACTIONS(1650), + [anon_sym_module] = ACTIONS(1650), + [anon_sym_use] = ACTIONS(1650), + [anon_sym_COMMA] = ACTIONS(1652), + [anon_sym_LPAREN] = ACTIONS(1652), + [anon_sym_DOLLAR] = ACTIONS(1652), + [anon_sym_error] = ACTIONS(1650), + [anon_sym_list] = ACTIONS(1650), + [anon_sym_GT] = ACTIONS(1650), + [anon_sym_DASH] = ACTIONS(1650), + [anon_sym_break] = ACTIONS(1650), + [anon_sym_continue] = ACTIONS(1650), + [anon_sym_for] = ACTIONS(1650), + [anon_sym_in] = ACTIONS(1650), + [anon_sym_loop] = ACTIONS(1650), + [anon_sym_make] = ACTIONS(1650), + [anon_sym_while] = ACTIONS(1650), + [anon_sym_do] = ACTIONS(1650), + [anon_sym_if] = ACTIONS(1650), + [anon_sym_else] = ACTIONS(1650), + [anon_sym_match] = ACTIONS(1650), + [anon_sym_RBRACE] = ACTIONS(1652), + [anon_sym_DOT] = ACTIONS(1652), + [anon_sym_try] = ACTIONS(1650), + [anon_sym_catch] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1650), + [anon_sym_source] = ACTIONS(1650), + [anon_sym_source_DASHenv] = ACTIONS(1650), + [anon_sym_register] = ACTIONS(1650), + [anon_sym_hide] = ACTIONS(1650), + [anon_sym_hide_DASHenv] = ACTIONS(1650), + [anon_sym_overlay] = ACTIONS(1650), + [anon_sym_new] = ACTIONS(1650), + [anon_sym_as] = ACTIONS(1650), + [anon_sym_STAR] = ACTIONS(1650), + [anon_sym_STAR_STAR] = ACTIONS(1652), + [anon_sym_PLUS_PLUS] = ACTIONS(1652), + [anon_sym_SLASH] = ACTIONS(1650), + [anon_sym_mod] = ACTIONS(1650), + [anon_sym_SLASH_SLASH] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1650), + [anon_sym_bit_DASHshl] = ACTIONS(1650), + [anon_sym_bit_DASHshr] = ACTIONS(1650), + [anon_sym_EQ_EQ] = ACTIONS(1652), + [anon_sym_BANG_EQ] = ACTIONS(1652), + [anon_sym_LT2] = ACTIONS(1650), + [anon_sym_LT_EQ] = ACTIONS(1652), + [anon_sym_GT_EQ] = ACTIONS(1652), + [anon_sym_not_DASHin] = ACTIONS(1650), + [anon_sym_starts_DASHwith] = ACTIONS(1650), + [anon_sym_ends_DASHwith] = ACTIONS(1650), + [anon_sym_EQ_TILDE] = ACTIONS(1652), + [anon_sym_BANG_TILDE] = ACTIONS(1652), + [anon_sym_bit_DASHand] = ACTIONS(1650), + [anon_sym_bit_DASHxor] = ACTIONS(1650), + [anon_sym_bit_DASHor] = ACTIONS(1650), + [anon_sym_and] = ACTIONS(1650), + [anon_sym_xor] = ACTIONS(1650), + [anon_sym_or] = ACTIONS(1650), + [aux_sym__val_number_decimal_token1] = ACTIONS(1650), + [aux_sym__val_number_token1] = ACTIONS(1652), + [aux_sym__val_number_token2] = ACTIONS(1652), + [aux_sym__val_number_token3] = ACTIONS(1652), + [aux_sym__val_number_token4] = ACTIONS(1650), + [aux_sym__val_number_token5] = ACTIONS(1652), + [aux_sym__val_number_token6] = ACTIONS(1650), + [anon_sym_DQUOTE] = ACTIONS(1652), + [sym__str_single_quotes] = ACTIONS(1652), + [sym__str_back_ticks] = ACTIONS(1652), + [aux_sym__record_key_token2] = ACTIONS(1650), [anon_sym_POUND] = ACTIONS(3), }, - [774] = { - [sym_comment] = STATE(774), - [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), + [805] = { + [sym_comment] = STATE(805), + [anon_sym_export] = ACTIONS(1604), + [anon_sym_alias] = ACTIONS(1604), + [anon_sym_let] = ACTIONS(1604), + [anon_sym_let_DASHenv] = ACTIONS(1604), + [anon_sym_mut] = ACTIONS(1604), + [anon_sym_const] = ACTIONS(1604), + [sym_cmd_identifier] = ACTIONS(1604), + [anon_sym_def] = ACTIONS(1604), + [anon_sym_export_DASHenv] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(1604), + [anon_sym_module] = ACTIONS(1604), + [anon_sym_use] = ACTIONS(1604), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1606), + [anon_sym_DOLLAR] = ACTIONS(1606), + [anon_sym_error] = ACTIONS(1604), + [anon_sym_list] = ACTIONS(1604), + [anon_sym_GT] = ACTIONS(1604), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_break] = ACTIONS(1604), + [anon_sym_continue] = ACTIONS(1604), + [anon_sym_for] = ACTIONS(1604), + [anon_sym_in] = ACTIONS(1604), + [anon_sym_loop] = ACTIONS(1604), + [anon_sym_make] = ACTIONS(1604), + [anon_sym_while] = ACTIONS(1604), + [anon_sym_do] = ACTIONS(1604), + [anon_sym_if] = ACTIONS(1604), + [anon_sym_else] = ACTIONS(1604), + [anon_sym_match] = ACTIONS(1604), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_DOT] = ACTIONS(1606), + [anon_sym_try] = ACTIONS(1604), + [anon_sym_catch] = ACTIONS(1604), + [anon_sym_return] = ACTIONS(1604), + [anon_sym_source] = ACTIONS(1604), + [anon_sym_source_DASHenv] = ACTIONS(1604), + [anon_sym_register] = ACTIONS(1604), + [anon_sym_hide] = ACTIONS(1604), + [anon_sym_hide_DASHenv] = ACTIONS(1604), + [anon_sym_overlay] = ACTIONS(1604), + [anon_sym_new] = ACTIONS(1604), + [anon_sym_as] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1604), + [anon_sym_STAR_STAR] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_SLASH] = ACTIONS(1604), + [anon_sym_mod] = ACTIONS(1604), + [anon_sym_SLASH_SLASH] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_bit_DASHshl] = ACTIONS(1604), + [anon_sym_bit_DASHshr] = ACTIONS(1604), + [anon_sym_EQ_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1606), + [anon_sym_LT2] = ACTIONS(1604), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_not_DASHin] = ACTIONS(1604), + [anon_sym_starts_DASHwith] = ACTIONS(1604), + [anon_sym_ends_DASHwith] = ACTIONS(1604), + [anon_sym_EQ_TILDE] = ACTIONS(1606), + [anon_sym_BANG_TILDE] = ACTIONS(1606), + [anon_sym_bit_DASHand] = ACTIONS(1604), + [anon_sym_bit_DASHxor] = ACTIONS(1604), + [anon_sym_bit_DASHor] = ACTIONS(1604), + [anon_sym_and] = ACTIONS(1604), + [anon_sym_xor] = ACTIONS(1604), + [anon_sym_or] = ACTIONS(1604), + [aux_sym__val_number_decimal_token1] = ACTIONS(1604), + [aux_sym__val_number_token1] = ACTIONS(1606), + [aux_sym__val_number_token2] = ACTIONS(1606), + [aux_sym__val_number_token3] = ACTIONS(1606), + [aux_sym__val_number_token4] = ACTIONS(1604), + [aux_sym__val_number_token5] = ACTIONS(1606), + [aux_sym__val_number_token6] = ACTIONS(1604), + [anon_sym_DQUOTE] = ACTIONS(1606), + [sym__str_single_quotes] = ACTIONS(1606), + [sym__str_back_ticks] = ACTIONS(1606), + [aux_sym__record_key_token2] = ACTIONS(1604), [anon_sym_POUND] = ACTIONS(3), }, - [775] = { - [sym_comment] = STATE(775), - [anon_sym_export] = ACTIONS(1634), - [anon_sym_alias] = ACTIONS(1634), - [anon_sym_let] = ACTIONS(1634), - [anon_sym_let_DASHenv] = ACTIONS(1634), - [anon_sym_mut] = ACTIONS(1634), - [anon_sym_const] = ACTIONS(1634), - [sym_cmd_identifier] = ACTIONS(1634), - [anon_sym_def] = ACTIONS(1634), - [anon_sym_export_DASHenv] = ACTIONS(1634), - [anon_sym_extern] = ACTIONS(1634), - [anon_sym_module] = ACTIONS(1634), - [anon_sym_use] = ACTIONS(1634), - [anon_sym_COMMA] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(1636), - [anon_sym_DOLLAR] = ACTIONS(1636), - [anon_sym_error] = ACTIONS(1634), - [anon_sym_list] = ACTIONS(1634), - [anon_sym_GT] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1634), - [anon_sym_break] = ACTIONS(1634), - [anon_sym_continue] = ACTIONS(1634), - [anon_sym_for] = ACTIONS(1634), - [anon_sym_in] = ACTIONS(1634), - [anon_sym_loop] = ACTIONS(1634), - [anon_sym_make] = ACTIONS(1634), - [anon_sym_while] = ACTIONS(1634), - [anon_sym_do] = ACTIONS(1634), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_else] = ACTIONS(1634), - [anon_sym_match] = ACTIONS(1634), - [anon_sym_RBRACE] = ACTIONS(1636), - [anon_sym_DOT] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1634), - [anon_sym_catch] = ACTIONS(1634), - [anon_sym_return] = ACTIONS(1634), - [anon_sym_source] = ACTIONS(1634), - [anon_sym_source_DASHenv] = ACTIONS(1634), - [anon_sym_register] = ACTIONS(1634), - [anon_sym_hide] = ACTIONS(1634), - [anon_sym_hide_DASHenv] = ACTIONS(1634), - [anon_sym_overlay] = ACTIONS(1634), - [anon_sym_new] = ACTIONS(1634), - [anon_sym_as] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_STAR_STAR] = ACTIONS(1636), - [anon_sym_PLUS_PLUS] = ACTIONS(1636), - [anon_sym_SLASH] = ACTIONS(1634), - [anon_sym_mod] = ACTIONS(1634), - [anon_sym_SLASH_SLASH] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1634), - [anon_sym_bit_DASHshl] = ACTIONS(1634), - [anon_sym_bit_DASHshr] = ACTIONS(1634), - [anon_sym_EQ_EQ] = ACTIONS(1636), - [anon_sym_BANG_EQ] = ACTIONS(1636), - [anon_sym_LT2] = ACTIONS(1634), - [anon_sym_LT_EQ] = ACTIONS(1636), - [anon_sym_GT_EQ] = ACTIONS(1636), - [anon_sym_not_DASHin] = ACTIONS(1634), - [anon_sym_starts_DASHwith] = ACTIONS(1634), - [anon_sym_ends_DASHwith] = ACTIONS(1634), - [anon_sym_EQ_TILDE] = ACTIONS(1636), - [anon_sym_BANG_TILDE] = ACTIONS(1636), - [anon_sym_bit_DASHand] = ACTIONS(1634), - [anon_sym_bit_DASHxor] = ACTIONS(1634), - [anon_sym_bit_DASHor] = ACTIONS(1634), - [anon_sym_and] = ACTIONS(1634), - [anon_sym_xor] = ACTIONS(1634), - [anon_sym_or] = ACTIONS(1634), - [aux_sym__val_number_decimal_token1] = ACTIONS(1634), - [aux_sym__val_number_token1] = ACTIONS(1636), - [aux_sym__val_number_token2] = ACTIONS(1636), - [aux_sym__val_number_token3] = ACTIONS(1636), - [aux_sym__val_number_token4] = ACTIONS(1634), - [aux_sym__val_number_token5] = ACTIONS(1636), - [aux_sym__val_number_token6] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1636), - [sym__str_single_quotes] = ACTIONS(1636), - [sym__str_back_ticks] = ACTIONS(1636), - [aux_sym__record_key_token2] = ACTIONS(1634), + [806] = { + [sym_comment] = STATE(806), + [anon_sym_export] = ACTIONS(1646), + [anon_sym_alias] = ACTIONS(1646), + [anon_sym_let] = ACTIONS(1646), + [anon_sym_let_DASHenv] = ACTIONS(1646), + [anon_sym_mut] = ACTIONS(1646), + [anon_sym_const] = ACTIONS(1646), + [sym_cmd_identifier] = ACTIONS(1646), + [anon_sym_def] = ACTIONS(1646), + [anon_sym_export_DASHenv] = ACTIONS(1646), + [anon_sym_extern] = ACTIONS(1646), + [anon_sym_module] = ACTIONS(1646), + [anon_sym_use] = ACTIONS(1646), + [anon_sym_COMMA] = ACTIONS(1648), + [anon_sym_LPAREN] = ACTIONS(1648), + [anon_sym_DOLLAR] = ACTIONS(1648), + [anon_sym_error] = ACTIONS(1646), + [anon_sym_list] = ACTIONS(1646), + [anon_sym_GT] = ACTIONS(1646), + [anon_sym_DASH] = ACTIONS(1646), + [anon_sym_break] = ACTIONS(1646), + [anon_sym_continue] = ACTIONS(1646), + [anon_sym_for] = ACTIONS(1646), + [anon_sym_in] = ACTIONS(1646), + [anon_sym_loop] = ACTIONS(1646), + [anon_sym_make] = ACTIONS(1646), + [anon_sym_while] = ACTIONS(1646), + [anon_sym_do] = ACTIONS(1646), + [anon_sym_if] = ACTIONS(1646), + [anon_sym_else] = ACTIONS(1646), + [anon_sym_match] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1648), + [anon_sym_DOT] = ACTIONS(1648), + [anon_sym_try] = ACTIONS(1646), + [anon_sym_catch] = ACTIONS(1646), + [anon_sym_return] = ACTIONS(1646), + [anon_sym_source] = ACTIONS(1646), + [anon_sym_source_DASHenv] = ACTIONS(1646), + [anon_sym_register] = ACTIONS(1646), + [anon_sym_hide] = ACTIONS(1646), + [anon_sym_hide_DASHenv] = ACTIONS(1646), + [anon_sym_overlay] = ACTIONS(1646), + [anon_sym_new] = ACTIONS(1646), + [anon_sym_as] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_STAR_STAR] = ACTIONS(1648), + [anon_sym_PLUS_PLUS] = ACTIONS(1648), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_mod] = ACTIONS(1646), + [anon_sym_SLASH_SLASH] = ACTIONS(1648), + [anon_sym_PLUS] = ACTIONS(1646), + [anon_sym_bit_DASHshl] = ACTIONS(1646), + [anon_sym_bit_DASHshr] = ACTIONS(1646), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT2] = ACTIONS(1646), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_not_DASHin] = ACTIONS(1646), + [anon_sym_starts_DASHwith] = ACTIONS(1646), + [anon_sym_ends_DASHwith] = ACTIONS(1646), + [anon_sym_EQ_TILDE] = ACTIONS(1648), + [anon_sym_BANG_TILDE] = ACTIONS(1648), + [anon_sym_bit_DASHand] = ACTIONS(1646), + [anon_sym_bit_DASHxor] = ACTIONS(1646), + [anon_sym_bit_DASHor] = ACTIONS(1646), + [anon_sym_and] = ACTIONS(1646), + [anon_sym_xor] = ACTIONS(1646), + [anon_sym_or] = ACTIONS(1646), + [aux_sym__val_number_decimal_token1] = ACTIONS(1646), + [aux_sym__val_number_token1] = ACTIONS(1648), + [aux_sym__val_number_token2] = ACTIONS(1648), + [aux_sym__val_number_token3] = ACTIONS(1648), + [aux_sym__val_number_token4] = ACTIONS(1646), + [aux_sym__val_number_token5] = ACTIONS(1648), + [aux_sym__val_number_token6] = ACTIONS(1646), + [anon_sym_DQUOTE] = ACTIONS(1648), + [sym__str_single_quotes] = ACTIONS(1648), + [sym__str_back_ticks] = ACTIONS(1648), + [aux_sym__record_key_token2] = ACTIONS(1646), [anon_sym_POUND] = ACTIONS(3), }, - [776] = { - [sym_comment] = STATE(776), + [807] = { + [sym_comment] = STATE(807), [anon_sym_export] = ACTIONS(1620), [anon_sym_alias] = ACTIONS(1620), [anon_sym_let] = ACTIONS(1620), @@ -162454,881 +166230,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__record_key_token2] = ACTIONS(1620), [anon_sym_POUND] = ACTIONS(3), }, - [777] = { - [sym_comment] = STATE(777), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [778] = { - [sym_comment] = STATE(778), - [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), - [sym_cmd_identifier] = ACTIONS(1558), - [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_COMMA] = ACTIONS(1560), - [anon_sym_LPAREN] = ACTIONS(1560), - [anon_sym_DOLLAR] = ACTIONS(1560), - [anon_sym_error] = ACTIONS(1558), - [anon_sym_list] = ACTIONS(1558), - [anon_sym_GT] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1558), - [anon_sym_loop] = ACTIONS(1558), - [anon_sym_make] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_match] = ACTIONS(1558), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_DOT] = ACTIONS(1560), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_catch] = 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_new] = ACTIONS(1558), - [anon_sym_as] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_STAR_STAR] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_mod] = ACTIONS(1558), - [anon_sym_SLASH_SLASH] = ACTIONS(1560), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_bit_DASHshl] = ACTIONS(1558), - [anon_sym_bit_DASHshr] = ACTIONS(1558), - [anon_sym_EQ_EQ] = ACTIONS(1560), - [anon_sym_BANG_EQ] = ACTIONS(1560), - [anon_sym_LT2] = ACTIONS(1558), - [anon_sym_LT_EQ] = ACTIONS(1560), - [anon_sym_GT_EQ] = ACTIONS(1560), - [anon_sym_not_DASHin] = ACTIONS(1558), - [anon_sym_starts_DASHwith] = ACTIONS(1558), - [anon_sym_ends_DASHwith] = ACTIONS(1558), - [anon_sym_EQ_TILDE] = ACTIONS(1560), - [anon_sym_BANG_TILDE] = ACTIONS(1560), - [anon_sym_bit_DASHand] = ACTIONS(1558), - [anon_sym_bit_DASHxor] = ACTIONS(1558), - [anon_sym_bit_DASHor] = ACTIONS(1558), - [anon_sym_and] = ACTIONS(1558), - [anon_sym_xor] = ACTIONS(1558), - [anon_sym_or] = ACTIONS(1558), - [aux_sym__val_number_decimal_token1] = ACTIONS(1558), - [aux_sym__val_number_token1] = ACTIONS(1560), - [aux_sym__val_number_token2] = ACTIONS(1560), - [aux_sym__val_number_token3] = ACTIONS(1560), - [aux_sym__val_number_token4] = ACTIONS(1558), - [aux_sym__val_number_token5] = ACTIONS(1560), - [aux_sym__val_number_token6] = ACTIONS(1558), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym__str_single_quotes] = ACTIONS(1560), - [sym__str_back_ticks] = ACTIONS(1560), - [aux_sym__record_key_token2] = ACTIONS(1558), - [anon_sym_POUND] = ACTIONS(3), - }, - [779] = { - [sym_comment] = STATE(779), - [anon_sym_export] = ACTIONS(1554), - [anon_sym_alias] = ACTIONS(1554), - [anon_sym_let] = ACTIONS(1554), - [anon_sym_let_DASHenv] = ACTIONS(1554), - [anon_sym_mut] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [sym_cmd_identifier] = ACTIONS(1554), - [anon_sym_def] = ACTIONS(1554), - [anon_sym_export_DASHenv] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym_module] = ACTIONS(1554), - [anon_sym_use] = ACTIONS(1554), - [anon_sym_COMMA] = ACTIONS(1556), - [anon_sym_LPAREN] = ACTIONS(1556), - [anon_sym_DOLLAR] = ACTIONS(1556), - [anon_sym_error] = ACTIONS(1554), - [anon_sym_list] = ACTIONS(1554), - [anon_sym_GT] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1554), - [anon_sym_loop] = ACTIONS(1554), - [anon_sym_make] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_else] = ACTIONS(1554), - [anon_sym_match] = ACTIONS(1554), - [anon_sym_RBRACE] = ACTIONS(1556), - [anon_sym_DOT] = ACTIONS(1556), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_catch] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_source] = ACTIONS(1554), - [anon_sym_source_DASHenv] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_hide] = ACTIONS(1554), - [anon_sym_hide_DASHenv] = ACTIONS(1554), - [anon_sym_overlay] = ACTIONS(1554), - [anon_sym_new] = ACTIONS(1554), - [anon_sym_as] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_STAR_STAR] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_SLASH] = ACTIONS(1554), - [anon_sym_mod] = ACTIONS(1554), - [anon_sym_SLASH_SLASH] = ACTIONS(1556), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_bit_DASHshl] = ACTIONS(1554), - [anon_sym_bit_DASHshr] = ACTIONS(1554), - [anon_sym_EQ_EQ] = ACTIONS(1556), - [anon_sym_BANG_EQ] = ACTIONS(1556), - [anon_sym_LT2] = ACTIONS(1554), - [anon_sym_LT_EQ] = ACTIONS(1556), - [anon_sym_GT_EQ] = ACTIONS(1556), - [anon_sym_not_DASHin] = ACTIONS(1554), - [anon_sym_starts_DASHwith] = ACTIONS(1554), - [anon_sym_ends_DASHwith] = ACTIONS(1554), - [anon_sym_EQ_TILDE] = ACTIONS(1556), - [anon_sym_BANG_TILDE] = ACTIONS(1556), - [anon_sym_bit_DASHand] = ACTIONS(1554), - [anon_sym_bit_DASHxor] = ACTIONS(1554), - [anon_sym_bit_DASHor] = ACTIONS(1554), - [anon_sym_and] = ACTIONS(1554), - [anon_sym_xor] = ACTIONS(1554), - [anon_sym_or] = ACTIONS(1554), - [aux_sym__val_number_decimal_token1] = ACTIONS(1554), - [aux_sym__val_number_token1] = ACTIONS(1556), - [aux_sym__val_number_token2] = ACTIONS(1556), - [aux_sym__val_number_token3] = ACTIONS(1556), - [aux_sym__val_number_token4] = ACTIONS(1554), - [aux_sym__val_number_token5] = ACTIONS(1556), - [aux_sym__val_number_token6] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1556), - [sym__str_single_quotes] = ACTIONS(1556), - [sym__str_back_ticks] = ACTIONS(1556), - [aux_sym__record_key_token2] = ACTIONS(1554), - [anon_sym_POUND] = ACTIONS(3), - }, - [780] = { - [sym_comment] = STATE(780), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_alias] = ACTIONS(1538), - [anon_sym_let] = ACTIONS(1538), - [anon_sym_let_DASHenv] = ACTIONS(1538), - [anon_sym_mut] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [sym_cmd_identifier] = ACTIONS(1538), - [anon_sym_def] = ACTIONS(1538), - [anon_sym_export_DASHenv] = ACTIONS(1538), - [anon_sym_extern] = ACTIONS(1538), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_use] = ACTIONS(1538), - [anon_sym_COMMA] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1540), - [anon_sym_DOLLAR] = ACTIONS(1540), - [anon_sym_error] = ACTIONS(1538), - [anon_sym_list] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_continue] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_loop] = ACTIONS(1538), - [anon_sym_make] = ACTIONS(1538), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_do] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_match] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1538), - [anon_sym_catch] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_source] = ACTIONS(1538), - [anon_sym_source_DASHenv] = ACTIONS(1538), - [anon_sym_register] = ACTIONS(1538), - [anon_sym_hide] = ACTIONS(1538), - [anon_sym_hide_DASHenv] = ACTIONS(1538), - [anon_sym_overlay] = ACTIONS(1538), - [anon_sym_new] = ACTIONS(1538), - [anon_sym_as] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1540), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1540), - [sym__str_single_quotes] = ACTIONS(1540), - [sym__str_back_ticks] = ACTIONS(1540), - [aux_sym__record_key_token2] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(3), - }, - [781] = { - [sym_comment] = STATE(781), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1512), - [anon_sym_BANG_EQ] = ACTIONS(1512), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1512), - [anon_sym_GT_EQ] = ACTIONS(1512), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1512), - [anon_sym_BANG_TILDE] = ACTIONS(1512), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(3), - }, - [782] = { - [sym_comment] = STATE(782), - [anon_sym_export] = ACTIONS(1538), - [anon_sym_alias] = ACTIONS(1538), - [anon_sym_let] = ACTIONS(1538), - [anon_sym_let_DASHenv] = ACTIONS(1538), - [anon_sym_mut] = ACTIONS(1538), - [anon_sym_const] = ACTIONS(1538), - [sym_cmd_identifier] = ACTIONS(1538), - [anon_sym_def] = ACTIONS(1538), - [anon_sym_export_DASHenv] = ACTIONS(1538), - [anon_sym_extern] = ACTIONS(1538), - [anon_sym_module] = ACTIONS(1538), - [anon_sym_use] = ACTIONS(1538), - [anon_sym_COMMA] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1540), - [anon_sym_DOLLAR] = ACTIONS(1540), - [anon_sym_error] = ACTIONS(1538), - [anon_sym_list] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_break] = ACTIONS(1538), - [anon_sym_continue] = ACTIONS(1538), - [anon_sym_for] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_loop] = ACTIONS(1538), - [anon_sym_make] = ACTIONS(1538), - [anon_sym_while] = ACTIONS(1538), - [anon_sym_do] = ACTIONS(1538), - [anon_sym_if] = ACTIONS(1538), - [anon_sym_else] = ACTIONS(1538), - [anon_sym_match] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1538), - [anon_sym_catch] = ACTIONS(1538), - [anon_sym_return] = ACTIONS(1538), - [anon_sym_source] = ACTIONS(1538), - [anon_sym_source_DASHenv] = ACTIONS(1538), - [anon_sym_register] = ACTIONS(1538), - [anon_sym_hide] = ACTIONS(1538), - [anon_sym_hide_DASHenv] = ACTIONS(1538), - [anon_sym_overlay] = ACTIONS(1538), - [anon_sym_new] = ACTIONS(1538), - [anon_sym_as] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1540), - [anon_sym_PLUS_PLUS] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1540), - [anon_sym_BANG_EQ] = ACTIONS(1540), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1540), - [anon_sym_BANG_TILDE] = ACTIONS(1540), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1540), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1540), - [sym__str_single_quotes] = ACTIONS(1540), - [sym__str_back_ticks] = ACTIONS(1540), - [aux_sym__record_key_token2] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(3), - }, - [783] = { - [sym_comment] = STATE(783), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [anon_sym_let] = ACTIONS(1492), - [anon_sym_let_DASHenv] = ACTIONS(1492), - [anon_sym_mut] = ACTIONS(1492), - [anon_sym_const] = ACTIONS(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [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_COMMA] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1494), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_list] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [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(1494), - [anon_sym_DOT] = ACTIONS(1494), - [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(1492), - [anon_sym_STAR_STAR] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1494), - [anon_sym_BANG_EQ] = ACTIONS(1494), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1494), - [anon_sym_GT_EQ] = ACTIONS(1494), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1494), - [anon_sym_BANG_TILDE] = ACTIONS(1494), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [aux_sym__val_number_decimal_token1] = ACTIONS(1492), - [aux_sym__val_number_token1] = ACTIONS(1494), - [aux_sym__val_number_token2] = ACTIONS(1494), - [aux_sym__val_number_token3] = ACTIONS(1494), - [aux_sym__val_number_token4] = ACTIONS(1492), - [aux_sym__val_number_token5] = ACTIONS(1494), - [aux_sym__val_number_token6] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1494), - [sym__str_single_quotes] = ACTIONS(1494), - [sym__str_back_ticks] = ACTIONS(1494), - [aux_sym__record_key_token2] = ACTIONS(1492), - [anon_sym_POUND] = ACTIONS(3), - }, - [784] = { - [sym_comment] = STATE(784), - [anon_sym_export] = ACTIONS(1506), - [anon_sym_alias] = ACTIONS(1506), - [anon_sym_let] = ACTIONS(1506), - [anon_sym_let_DASHenv] = ACTIONS(1506), - [anon_sym_mut] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1506), - [sym_cmd_identifier] = ACTIONS(1506), - [anon_sym_def] = ACTIONS(1506), - [anon_sym_export_DASHenv] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1506), - [anon_sym_module] = ACTIONS(1506), - [anon_sym_use] = ACTIONS(1506), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1506), - [anon_sym_list] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_break] = ACTIONS(1506), - [anon_sym_continue] = ACTIONS(1506), - [anon_sym_for] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_loop] = ACTIONS(1506), - [anon_sym_make] = ACTIONS(1506), - [anon_sym_while] = ACTIONS(1506), - [anon_sym_do] = ACTIONS(1506), - [anon_sym_if] = ACTIONS(1506), - [anon_sym_else] = ACTIONS(1506), - [anon_sym_match] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1506), - [anon_sym_return] = ACTIONS(1506), - [anon_sym_source] = ACTIONS(1506), - [anon_sym_source_DASHenv] = ACTIONS(1506), - [anon_sym_register] = ACTIONS(1506), - [anon_sym_hide] = ACTIONS(1506), - [anon_sym_hide_DASHenv] = ACTIONS(1506), - [anon_sym_overlay] = ACTIONS(1506), - [anon_sym_new] = ACTIONS(1506), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1508), - [anon_sym_BANG_TILDE] = ACTIONS(1508), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1508), - [aux_sym__val_number_token2] = ACTIONS(1508), - [aux_sym__val_number_token3] = ACTIONS(1508), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [sym__str_single_quotes] = ACTIONS(1508), - [sym__str_back_ticks] = ACTIONS(1508), - [aux_sym__record_key_token2] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(3), - }, - [785] = { - [sym_comment] = STATE(785), - [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), - [sym_cmd_identifier] = ACTIONS(1586), - [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_COMMA] = ACTIONS(1588), - [anon_sym_LPAREN] = ACTIONS(1588), - [anon_sym_DOLLAR] = ACTIONS(1588), - [anon_sym_error] = ACTIONS(1586), - [anon_sym_list] = ACTIONS(1586), - [anon_sym_GT] = ACTIONS(1586), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_in] = ACTIONS(1586), - [anon_sym_loop] = ACTIONS(1586), - [anon_sym_make] = ACTIONS(1586), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_do] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1586), - [anon_sym_match] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1588), - [anon_sym_DOT] = ACTIONS(1588), - [anon_sym_try] = ACTIONS(1586), - [anon_sym_catch] = 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_new] = ACTIONS(1586), - [anon_sym_as] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1586), - [anon_sym_STAR_STAR] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_SLASH] = ACTIONS(1586), - [anon_sym_mod] = ACTIONS(1586), - [anon_sym_SLASH_SLASH] = ACTIONS(1588), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_bit_DASHshl] = ACTIONS(1586), - [anon_sym_bit_DASHshr] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1588), - [anon_sym_BANG_EQ] = ACTIONS(1588), - [anon_sym_LT2] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1588), - [anon_sym_GT_EQ] = ACTIONS(1588), - [anon_sym_not_DASHin] = ACTIONS(1586), - [anon_sym_starts_DASHwith] = ACTIONS(1586), - [anon_sym_ends_DASHwith] = ACTIONS(1586), - [anon_sym_EQ_TILDE] = ACTIONS(1588), - [anon_sym_BANG_TILDE] = ACTIONS(1588), - [anon_sym_bit_DASHand] = ACTIONS(1586), - [anon_sym_bit_DASHxor] = ACTIONS(1586), - [anon_sym_bit_DASHor] = ACTIONS(1586), - [anon_sym_and] = ACTIONS(1586), - [anon_sym_xor] = ACTIONS(1586), - [anon_sym_or] = ACTIONS(1586), - [aux_sym__val_number_decimal_token1] = ACTIONS(1586), - [aux_sym__val_number_token1] = ACTIONS(1588), - [aux_sym__val_number_token2] = ACTIONS(1588), - [aux_sym__val_number_token3] = ACTIONS(1588), - [aux_sym__val_number_token4] = ACTIONS(1586), - [aux_sym__val_number_token5] = ACTIONS(1588), - [aux_sym__val_number_token6] = ACTIONS(1586), - [anon_sym_DQUOTE] = ACTIONS(1588), - [sym__str_single_quotes] = ACTIONS(1588), - [sym__str_back_ticks] = ACTIONS(1588), - [aux_sym__record_key_token2] = ACTIONS(1586), - [anon_sym_POUND] = ACTIONS(3), - }, - [786] = { - [sym_comment] = STATE(786), - [anon_sym_export] = ACTIONS(1510), - [anon_sym_alias] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_let_DASHenv] = ACTIONS(1510), - [anon_sym_mut] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [sym_cmd_identifier] = ACTIONS(1510), - [anon_sym_def] = ACTIONS(1510), - [anon_sym_export_DASHenv] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_module] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_COMMA] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [anon_sym_error] = ACTIONS(1510), - [anon_sym_list] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1721), - [anon_sym_DASH] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_make] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_do] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_else] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1512), - [anon_sym_try] = ACTIONS(1510), - [anon_sym_catch] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_source] = ACTIONS(1510), - [anon_sym_source_DASHenv] = ACTIONS(1510), - [anon_sym_register] = ACTIONS(1510), - [anon_sym_hide] = ACTIONS(1510), - [anon_sym_hide_DASHenv] = ACTIONS(1510), - [anon_sym_overlay] = ACTIONS(1510), - [anon_sym_new] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1717), - [anon_sym_STAR_STAR] = ACTIONS(1715), - [anon_sym_PLUS_PLUS] = ACTIONS(1715), - [anon_sym_SLASH] = ACTIONS(1717), - [anon_sym_mod] = ACTIONS(1717), - [anon_sym_SLASH_SLASH] = ACTIONS(1719), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_bit_DASHshl] = ACTIONS(1727), - [anon_sym_bit_DASHshr] = ACTIONS(1727), - [anon_sym_EQ_EQ] = ACTIONS(1729), - [anon_sym_BANG_EQ] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1721), - [anon_sym_LT_EQ] = ACTIONS(1729), - [anon_sym_GT_EQ] = ACTIONS(1729), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1731), - [anon_sym_BANG_TILDE] = ACTIONS(1731), - [anon_sym_bit_DASHand] = ACTIONS(1733), - [anon_sym_bit_DASHxor] = ACTIONS(1735), - [anon_sym_bit_DASHor] = ACTIONS(1737), - [anon_sym_and] = ACTIONS(1739), - [anon_sym_xor] = ACTIONS(1741), - [anon_sym_or] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1512), - [aux_sym__val_number_token2] = ACTIONS(1512), - [aux_sym__val_number_token3] = ACTIONS(1512), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1512), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1512), - [sym__str_single_quotes] = ACTIONS(1512), - [sym__str_back_ticks] = ACTIONS(1512), - [aux_sym__record_key_token2] = ACTIONS(1510), + [808] = { + [sym_comment] = STATE(808), + [anon_sym_export] = ACTIONS(1588), + [anon_sym_alias] = ACTIONS(1588), + [anon_sym_let] = ACTIONS(1588), + [anon_sym_let_DASHenv] = ACTIONS(1588), + [anon_sym_mut] = ACTIONS(1588), + [anon_sym_const] = ACTIONS(1588), + [sym_cmd_identifier] = ACTIONS(1588), + [anon_sym_def] = ACTIONS(1588), + [anon_sym_export_DASHenv] = ACTIONS(1588), + [anon_sym_extern] = ACTIONS(1588), + [anon_sym_module] = ACTIONS(1588), + [anon_sym_use] = ACTIONS(1588), + [anon_sym_COMMA] = ACTIONS(1590), + [anon_sym_LPAREN] = ACTIONS(1590), + [anon_sym_DOLLAR] = ACTIONS(1590), + [anon_sym_error] = ACTIONS(1588), + [anon_sym_list] = ACTIONS(1588), + [anon_sym_GT] = ACTIONS(1588), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_break] = ACTIONS(1588), + [anon_sym_continue] = ACTIONS(1588), + [anon_sym_for] = ACTIONS(1588), + [anon_sym_in] = ACTIONS(1588), + [anon_sym_loop] = ACTIONS(1588), + [anon_sym_make] = ACTIONS(1588), + [anon_sym_while] = ACTIONS(1588), + [anon_sym_do] = ACTIONS(1588), + [anon_sym_if] = ACTIONS(1588), + [anon_sym_else] = ACTIONS(1588), + [anon_sym_match] = ACTIONS(1588), + [anon_sym_RBRACE] = ACTIONS(1590), + [anon_sym_DOT] = ACTIONS(1590), + [anon_sym_try] = ACTIONS(1588), + [anon_sym_catch] = ACTIONS(1588), + [anon_sym_return] = ACTIONS(1588), + [anon_sym_source] = ACTIONS(1588), + [anon_sym_source_DASHenv] = ACTIONS(1588), + [anon_sym_register] = ACTIONS(1588), + [anon_sym_hide] = ACTIONS(1588), + [anon_sym_hide_DASHenv] = ACTIONS(1588), + [anon_sym_overlay] = ACTIONS(1588), + [anon_sym_new] = ACTIONS(1588), + [anon_sym_as] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1588), + [anon_sym_STAR_STAR] = ACTIONS(1590), + [anon_sym_PLUS_PLUS] = ACTIONS(1590), + [anon_sym_SLASH] = ACTIONS(1588), + [anon_sym_mod] = ACTIONS(1588), + [anon_sym_SLASH_SLASH] = ACTIONS(1590), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_bit_DASHshl] = ACTIONS(1588), + [anon_sym_bit_DASHshr] = ACTIONS(1588), + [anon_sym_EQ_EQ] = ACTIONS(1590), + [anon_sym_BANG_EQ] = ACTIONS(1590), + [anon_sym_LT2] = ACTIONS(1588), + [anon_sym_LT_EQ] = ACTIONS(1590), + [anon_sym_GT_EQ] = ACTIONS(1590), + [anon_sym_not_DASHin] = ACTIONS(1588), + [anon_sym_starts_DASHwith] = ACTIONS(1588), + [anon_sym_ends_DASHwith] = ACTIONS(1588), + [anon_sym_EQ_TILDE] = ACTIONS(1590), + [anon_sym_BANG_TILDE] = ACTIONS(1590), + [anon_sym_bit_DASHand] = ACTIONS(1588), + [anon_sym_bit_DASHxor] = ACTIONS(1588), + [anon_sym_bit_DASHor] = ACTIONS(1588), + [anon_sym_and] = ACTIONS(1588), + [anon_sym_xor] = ACTIONS(1588), + [anon_sym_or] = ACTIONS(1588), + [aux_sym__val_number_decimal_token1] = ACTIONS(1588), + [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(1588), + [aux_sym__val_number_token5] = ACTIONS(1590), + [aux_sym__val_number_token6] = ACTIONS(1588), + [anon_sym_DQUOTE] = ACTIONS(1590), + [sym__str_single_quotes] = ACTIONS(1590), + [sym__str_back_ticks] = ACTIONS(1590), + [aux_sym__record_key_token2] = ACTIONS(1588), [anon_sym_POUND] = ACTIONS(3), }, - [787] = { - [sym_pipeline] = STATE(1594), - [sym_pipeline_last] = STATE(4864), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(787), - [aux_sym_pipeline_repeat1] = STATE(808), + [809] = { + [sym_pipeline] = STATE(1630), + [sym_pipeline_last] = STATE(4921), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(809), + [aux_sym_pipeline_repeat1] = STATE(830), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -163342,7 +166372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -163364,65 +166394,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [788] = { - [sym_pipeline_parenthesized] = STATE(1585), - [sym_pipeline_parenthesized_last] = STATE(5250), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(788), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [sym_cmd_identifier] = ACTIONS(547), + [810] = { + [sym_pipeline] = STATE(1648), + [sym_pipeline_last] = STATE(5008), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(810), + [aux_sym_pipeline_repeat1] = STATE(830), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -163441,68 +166472,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [789] = { - [sym_pipeline_parenthesized] = STATE(1584), - [sym_pipeline_parenthesized_last] = STATE(5252), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(789), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [sym_cmd_identifier] = ACTIONS(547), + [811] = { + [sym_pipeline_parenthesized] = STATE(1641), + [sym_pipeline_parenthesized_last] = STATE(5334), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(811), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -163524,51 +166556,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [790] = { - [sym_pipeline] = STATE(1613), - [sym_pipeline_last] = STATE(4969), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(790), - [aux_sym_pipeline_repeat1] = STATE(808), + [812] = { + [sym_pipeline] = STATE(1627), + [sym_pipeline_last] = STATE(4998), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(812), + [aux_sym_pipeline_repeat1] = STATE(830), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -163582,7 +166615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -163604,51 +166637,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [791] = { - [sym_pipeline] = STATE(1613), - [sym_pipeline_last] = STATE(5316), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(3048), - [sym__var] = STATE(2898), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), - [sym_comment] = STATE(791), - [aux_sym_pipeline_repeat1] = STATE(810), + [813] = { + [sym_pipeline_parenthesized] = STATE(1643), + [sym_pipeline_parenthesized_last] = STATE(5347), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(813), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [814] = { + [sym_pipeline] = STATE(1636), + [sym_pipeline_last] = STATE(5344), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(3040), + [sym__var] = STATE(2893), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(814), + [aux_sym_pipeline_repeat1] = STATE(831), [sym_cmd_identifier] = ACTIONS(19), [anon_sym_LBRACK] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1747), + [anon_sym_DOLLAR] = ACTIONS(1781), [anon_sym_DASH] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), @@ -163662,7 +166777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(75), [anon_sym_PLUS] = ACTIONS(77), [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = ACTIONS(81), + [anon_sym_null] = ACTIONS(81), [anon_sym_true] = ACTIONS(83), [anon_sym_false] = ACTIONS(83), [aux_sym__val_number_decimal_token1] = ACTIONS(85), @@ -163684,51 +166799,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [792] = { - [sym_pipeline] = STATE(1615), - [sym_pipeline_last] = STATE(4961), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(792), - [aux_sym_pipeline_repeat1] = STATE(808), + [815] = { + [sym_pipeline_parenthesized] = STATE(1635), + [sym_pipeline_parenthesized_last] = STATE(5437), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(815), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), + [anon_sym_POUND] = ACTIONS(3), + }, + [816] = { + [sym_pipeline] = STATE(1636), + [sym_pipeline_last] = STATE(4920), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4479), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(816), + [aux_sym_pipeline_repeat1] = STATE(830), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -163742,7 +166939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -163764,51 +166961,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [793] = { - [sym_pipeline] = STATE(1615), - [sym_pipeline_last] = STATE(5300), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(3048), - [sym__var] = STATE(2898), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), - [sym_comment] = STATE(793), - [aux_sym_pipeline_repeat1] = STATE(810), + [817] = { + [sym_pipeline] = STATE(1648), + [sym_pipeline_last] = STATE(5309), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(3040), + [sym__var] = STATE(2893), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(817), + [aux_sym_pipeline_repeat1] = STATE(831), [sym_cmd_identifier] = ACTIONS(19), [anon_sym_LBRACK] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1747), + [anon_sym_DOLLAR] = ACTIONS(1781), [anon_sym_DASH] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), @@ -163822,7 +167020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(75), [anon_sym_PLUS] = ACTIONS(77), [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = ACTIONS(81), + [anon_sym_null] = ACTIONS(81), [anon_sym_true] = ACTIONS(83), [anon_sym_false] = ACTIONS(83), [aux_sym__val_number_decimal_token1] = ACTIONS(85), @@ -163844,51 +167042,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [794] = { - [sym_pipeline] = STATE(1594), - [sym_pipeline_last] = STATE(5262), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(3048), - [sym__var] = STATE(2898), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), - [sym_comment] = STATE(794), - [aux_sym_pipeline_repeat1] = STATE(810), + [818] = { + [sym_pipeline] = STATE(1627), + [sym_pipeline_last] = STATE(5305), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(3040), + [sym__var] = STATE(2893), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(818), + [aux_sym_pipeline_repeat1] = STATE(831), [sym_cmd_identifier] = ACTIONS(19), [anon_sym_LBRACK] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1747), + [anon_sym_DOLLAR] = ACTIONS(1781), [anon_sym_DASH] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), @@ -163902,7 +167101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(75), [anon_sym_PLUS] = ACTIONS(77), [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = ACTIONS(81), + [anon_sym_null] = ACTIONS(81), [anon_sym_true] = ACTIONS(83), [anon_sym_false] = ACTIONS(83), [aux_sym__val_number_decimal_token1] = ACTIONS(85), @@ -163924,65 +167123,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [795] = { - [sym_pipeline_parenthesized] = STATE(1596), - [sym_pipeline_parenthesized_last] = STATE(5325), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(795), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [sym_cmd_identifier] = ACTIONS(547), + [819] = { + [sym_pipeline_parenthesized] = STATE(1650), + [sym_pipeline_parenthesized_last] = STATE(5438), + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5387), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(819), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(833), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164004,51 +167204,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [796] = { - [sym_pipeline] = STATE(1610), - [sym_pipeline_last] = STATE(5251), - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4891), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(3048), - [sym__var] = STATE(2898), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), - [sym_comment] = STATE(796), - [aux_sym_pipeline_repeat1] = STATE(810), + [820] = { + [sym_pipeline] = STATE(1630), + [sym_pipeline_last] = STATE(5416), + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4913), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(3040), + [sym__var] = STATE(2893), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(820), + [aux_sym_pipeline_repeat1] = STATE(831), [sym_cmd_identifier] = ACTIONS(19), [anon_sym_LBRACK] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1747), + [anon_sym_DOLLAR] = ACTIONS(1781), [anon_sym_DASH] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), @@ -164062,7 +167263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(75), [anon_sym_PLUS] = ACTIONS(77), [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = ACTIONS(81), + [anon_sym_null] = ACTIONS(81), [anon_sym_true] = ACTIONS(83), [anon_sym_false] = ACTIONS(83), [aux_sym__val_number_decimal_token1] = ACTIONS(85), @@ -164073,300 +167274,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [797] = { - [sym_pipeline] = STATE(1610), - [sym_pipeline_last] = STATE(4916), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4462), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(797), - [aux_sym_pipeline_repeat1] = STATE(808), - [sym_cmd_identifier] = ACTIONS(479), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), - [anon_sym_return] = ACTIONS(515), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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), - }, - [798] = { - [sym_pipeline_parenthesized] = STATE(1603), - [sym_pipeline_parenthesized_last] = STATE(5315), - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5319), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(798), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(811), - [sym_cmd_identifier] = ACTIONS(547), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), - [anon_sym_return] = ACTIONS(515), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(557), - [anon_sym_POUND] = ACTIONS(3), - }, - [799] = { - [sym_pipeline_parenthesized] = STATE(1603), - [sym__ctrl_expression_parenthesized] = STATE(5055), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5816), - [sym_where_command] = STATE(5046), - [sym__expression] = STATE(5046), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5043), - [sym_comment] = STATE(799), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(807), - [sym_cmd_identifier] = ACTIONS(547), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(329), - [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), - [anon_sym_return] = ACTIONS(515), - [anon_sym_where] = ACTIONS(349), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(557), + [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), }, - [800] = { - [sym_pipeline] = STATE(1594), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5294), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(800), - [aux_sym_pipeline_repeat1] = STATE(809), + [821] = { + [sym_pipeline] = STATE(1627), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5312), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(821), + [aux_sym_pipeline_repeat1] = STATE(832), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -164380,7 +167343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164402,64 +167365,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [801] = { - [sym_pipeline] = STATE(1610), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5294), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(801), - [aux_sym_pipeline_repeat1] = STATE(809), - [sym_cmd_identifier] = ACTIONS(479), + [822] = { + [sym_pipeline_parenthesized] = STATE(1643), + [sym__ctrl_expression_parenthesized] = STATE(5044), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5958), + [sym_where_command] = STATE(4961), + [sym__expression] = STATE(4961), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5042), + [sym_comment] = STATE(822), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(829), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164478,67 +167442,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [802] = { - [sym_pipeline_parenthesized] = STATE(1596), - [sym__ctrl_expression_parenthesized] = STATE(5055), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5816), - [sym_where_command] = STATE(5046), - [sym__expression] = STATE(5046), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5043), - [sym_comment] = STATE(802), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(807), - [sym_cmd_identifier] = ACTIONS(547), + [823] = { + [sym_pipeline_parenthesized] = STATE(1635), + [sym__ctrl_expression_parenthesized] = STATE(5044), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5958), + [sym_where_command] = STATE(4961), + [sym__expression] = STATE(4961), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5042), + [sym_comment] = STATE(823), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(829), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164560,50 +167525,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [803] = { - [sym_pipeline] = STATE(1615), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5294), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(803), - [aux_sym_pipeline_repeat1] = STATE(809), + [824] = { + [sym_pipeline] = STATE(1648), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5312), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(824), + [aux_sym_pipeline_repeat1] = STATE(832), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -164617,7 +167583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164639,50 +167605,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [804] = { - [sym_pipeline] = STATE(1613), - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5294), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(804), - [aux_sym_pipeline_repeat1] = STATE(809), + [825] = { + [sym_pipeline] = STATE(1636), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5312), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(825), + [aux_sym_pipeline_repeat1] = STATE(832), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -164696,7 +167663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164718,64 +167685,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [805] = { - [sym_pipeline_parenthesized] = STATE(1585), - [sym__ctrl_expression_parenthesized] = STATE(5055), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5816), - [sym_where_command] = STATE(5046), - [sym__expression] = STATE(5046), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5043), - [sym_comment] = STATE(805), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(807), - [sym_cmd_identifier] = ACTIONS(547), + [826] = { + [sym_pipeline] = STATE(1630), + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5312), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(826), + [aux_sym_pipeline_repeat1] = STATE(832), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164794,67 +167762,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [806] = { - [sym_pipeline_parenthesized] = STATE(1584), - [sym__ctrl_expression_parenthesized] = STATE(5055), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5816), - [sym_where_command] = STATE(5046), - [sym__expression] = STATE(5046), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5043), - [sym_comment] = STATE(806), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(807), - [sym_cmd_identifier] = ACTIONS(547), + [827] = { + [sym_pipeline_parenthesized] = STATE(1641), + [sym__ctrl_expression_parenthesized] = STATE(5044), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5958), + [sym_where_command] = STATE(4961), + [sym__expression] = STATE(4961), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5042), + [sym_comment] = STATE(827), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(829), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164876,63 +167845,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [807] = { - [sym__ctrl_expression_parenthesized] = STATE(5055), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5734), - [sym_where_command] = STATE(5046), - [sym__expression] = STATE(5046), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5043), - [sym_comment] = STATE(807), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(813), - [sym_cmd_identifier] = ACTIONS(547), + [828] = { + [sym_pipeline_parenthesized] = STATE(1650), + [sym__ctrl_expression_parenthesized] = STATE(5044), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5958), + [sym_where_command] = STATE(4961), + [sym__expression] = STATE(4961), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5042), + [sym_comment] = STATE(828), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(829), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -164954,63 +167925,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [808] = { - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(4644), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(808), - [aux_sym_pipeline_repeat1] = STATE(812), - [sym_cmd_identifier] = ACTIONS(479), + [829] = { + [sym__ctrl_expression_parenthesized] = STATE(5044), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(6077), + [sym_where_command] = STATE(4961), + [sym__expression] = STATE(4961), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5042), + [sym_comment] = STATE(829), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(834), + [sym_cmd_identifier] = ACTIONS(545), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(495), - [anon_sym_continue] = ACTIONS(497), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), + [anon_sym_if] = ACTIONS(551), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(513), + [anon_sym_try] = ACTIONS(553), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -165029,52 +168001,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_CARET] = ACTIONS(557), [anon_sym_POUND] = ACTIONS(3), }, - [809] = { - [sym__ctrl_expression] = STATE(4326), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5263), - [sym_where_command] = STATE(4316), - [sym__expression] = STATE(4316), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(4316), - [sym_comment] = STATE(809), - [aux_sym_pipeline_repeat1] = STATE(812), + [830] = { + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(4532), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(830), + [aux_sym_pipeline_repeat1] = STATE(835), [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), [anon_sym_break] = ACTIONS(495), [anon_sym_continue] = ACTIONS(497), @@ -165088,7 +168061,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -165110,49 +168083,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [810] = { - [sym__ctrl_expression] = STATE(4665), - [sym_ctrl_do] = STATE(4890), - [sym_ctrl_if] = STATE(4890), - [sym_ctrl_match] = STATE(4890), - [sym_ctrl_try] = STATE(4890), - [sym_ctrl_return] = STATE(4890), - [sym_pipe_element] = STATE(2753), - [sym_pipe_element_last] = STATE(5226), - [sym_where_command] = STATE(4615), - [sym__expression] = STATE(4615), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(3048), - [sym__var] = STATE(2898), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_command] = STATE(4615), - [sym_comment] = STATE(810), - [aux_sym_pipeline_repeat1] = STATE(812), + [831] = { + [sym__ctrl_expression] = STATE(4714), + [sym_ctrl_do] = STATE(4919), + [sym_ctrl_if] = STATE(4919), + [sym_ctrl_match] = STATE(4919), + [sym_ctrl_try] = STATE(4919), + [sym_ctrl_return] = STATE(4919), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5205), + [sym_where_command] = STATE(4798), + [sym__expression] = STATE(4798), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(3040), + [sym__var] = STATE(2893), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_command] = STATE(4798), + [sym_comment] = STATE(831), + [aux_sym_pipeline_repeat1] = STATE(835), [sym_cmd_identifier] = ACTIONS(19), [anon_sym_LBRACK] = ACTIONS(31), [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1747), + [anon_sym_DOLLAR] = ACTIONS(1781), [anon_sym_DASH] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), [anon_sym_continue] = ACTIONS(43), @@ -165166,7 +168140,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(75), [anon_sym_PLUS] = ACTIONS(77), [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = ACTIONS(81), + [anon_sym_null] = ACTIONS(81), [anon_sym_true] = ACTIONS(83), [anon_sym_false] = ACTIONS(83), [aux_sym__val_number_decimal_token1] = ACTIONS(85), @@ -165188,63 +168162,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [811] = { - [sym__ctrl_expression_parenthesized] = STATE(4596), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_pipe_element_parenthesized_last] = STATE(5412), - [sym_where_command] = STATE(4595), - [sym__expression] = STATE(4595), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(4593), - [sym_comment] = STATE(811), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(813), - [sym_cmd_identifier] = ACTIONS(547), + [832] = { + [sym__ctrl_expression] = STATE(4443), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_pipe_element_last] = STATE(5352), + [sym_where_command] = STATE(4441), + [sym__expression] = STATE(4441), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(4441), + [sym_comment] = STATE(832), + [aux_sym_pipeline_repeat1] = STATE(835), + [sym_cmd_identifier] = ACTIONS(479), [anon_sym_LBRACK] = ACTIONS(299), [anon_sym_LPAREN] = ACTIONS(301), - [anon_sym_DOLLAR] = ACTIONS(1745), + [anon_sym_DOLLAR] = ACTIONS(1779), [anon_sym_DASH] = ACTIONS(493), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), + [anon_sym_break] = ACTIONS(495), + [anon_sym_continue] = ACTIONS(497), [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(553), + [anon_sym_if] = ACTIONS(507), [anon_sym_match] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(329), [anon_sym_DOT] = ACTIONS(333), - [anon_sym_try] = ACTIONS(555), + [anon_sym_try] = ACTIONS(513), [anon_sym_return] = ACTIONS(515), [anon_sym_where] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(527), [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = ACTIONS(355), + [anon_sym_null] = ACTIONS(355), [anon_sym_true] = ACTIONS(357), [anon_sym_false] = ACTIONS(357), [aux_sym__val_number_decimal_token1] = ACTIONS(359), @@ -165263,473 +168238,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(371), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(373), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(375), - [anon_sym_CARET] = ACTIONS(557), + [anon_sym_CARET] = ACTIONS(379), [anon_sym_POUND] = ACTIONS(3), }, - [812] = { - [sym__ctrl_expression] = STATE(5249), - [sym_ctrl_do] = STATE(4545), - [sym_ctrl_if] = STATE(4545), - [sym_ctrl_match] = STATE(4545), - [sym_ctrl_try] = STATE(4545), - [sym_ctrl_return] = STATE(4545), - [sym_pipe_element] = STATE(2753), - [sym_where_command] = STATE(5248), - [sym__expression] = STATE(5248), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_command] = STATE(5248), - [sym_comment] = STATE(812), - [aux_sym_pipeline_repeat1] = STATE(812), - [sym_cmd_identifier] = ACTIONS(1749), - [anon_sym_LBRACK] = ACTIONS(1752), - [anon_sym_LPAREN] = ACTIONS(1755), - [anon_sym_DOLLAR] = ACTIONS(1758), - [anon_sym_DASH] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1767), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1773), - [anon_sym_match] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1779), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1785), - [anon_sym_return] = ACTIONS(1788), - [anon_sym_where] = ACTIONS(1791), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_not] = ACTIONS(1797), - [sym_val_nothing] = ACTIONS(1800), - [anon_sym_true] = ACTIONS(1803), - [anon_sym_false] = ACTIONS(1803), - [aux_sym__val_number_decimal_token1] = ACTIONS(1806), - [aux_sym__val_number_token1] = ACTIONS(1809), - [aux_sym__val_number_token2] = ACTIONS(1809), - [aux_sym__val_number_token3] = ACTIONS(1809), - [aux_sym__val_number_token4] = ACTIONS(1812), - [aux_sym__val_number_token5] = ACTIONS(1809), - [aux_sym__val_number_token6] = ACTIONS(1812), - [anon_sym_0b] = ACTIONS(1815), - [anon_sym_0o] = ACTIONS(1815), - [anon_sym_0x] = ACTIONS(1815), - [sym_val_date] = ACTIONS(1818), - [anon_sym_DQUOTE] = ACTIONS(1821), - [sym__str_single_quotes] = ACTIONS(1824), - [sym__str_back_ticks] = ACTIONS(1824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1827), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1830), - [anon_sym_CARET] = ACTIONS(1833), + [833] = { + [sym__ctrl_expression_parenthesized] = STATE(4468), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_pipe_element_parenthesized_last] = STATE(5331), + [sym_where_command] = STATE(4466), + [sym__expression] = STATE(4466), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(4463), + [sym_comment] = STATE(833), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(834), + [sym_cmd_identifier] = ACTIONS(545), + [anon_sym_LBRACK] = ACTIONS(299), + [anon_sym_LPAREN] = ACTIONS(301), + [anon_sym_DOLLAR] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_break] = ACTIONS(547), + [anon_sym_continue] = ACTIONS(549), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(551), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(329), + [anon_sym_DOT] = ACTIONS(333), + [anon_sym_try] = ACTIONS(553), + [anon_sym_return] = ACTIONS(515), + [anon_sym_where] = ACTIONS(349), + [anon_sym_PLUS] = ACTIONS(527), + [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(557), [anon_sym_POUND] = ACTIONS(3), }, - [813] = { - [sym__ctrl_expression_parenthesized] = STATE(5369), - [sym_ctrl_do] = STATE(4958), - [sym_ctrl_if_parenthesized] = STATE(4958), - [sym_ctrl_match] = STATE(4958), - [sym_ctrl_try_parenthesized] = STATE(4958), - [sym_ctrl_return] = STATE(4958), - [sym_pipe_element_parenthesized] = STATE(2731), - [sym_where_command] = STATE(5370), - [sym__expression] = STATE(5370), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym__command_parenthesized_body] = STATE(5374), - [sym_comment] = STATE(813), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(813), - [sym_cmd_identifier] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_LPAREN] = ACTIONS(1842), - [anon_sym_DOLLAR] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1848), - [anon_sym_break] = ACTIONS(1851), - [anon_sym_continue] = ACTIONS(1854), - [anon_sym_do] = ACTIONS(1857), - [anon_sym_if] = ACTIONS(1860), - [anon_sym_match] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1866), - [anon_sym_DOT] = ACTIONS(1869), - [anon_sym_try] = ACTIONS(1872), - [anon_sym_return] = ACTIONS(1875), - [anon_sym_where] = ACTIONS(1878), - [anon_sym_PLUS] = ACTIONS(1881), - [anon_sym_not] = ACTIONS(1884), - [sym_val_nothing] = ACTIONS(1887), - [anon_sym_true] = ACTIONS(1890), - [anon_sym_false] = ACTIONS(1890), - [aux_sym__val_number_decimal_token1] = ACTIONS(1893), - [aux_sym__val_number_token1] = ACTIONS(1896), - [aux_sym__val_number_token2] = ACTIONS(1896), - [aux_sym__val_number_token3] = ACTIONS(1896), - [aux_sym__val_number_token4] = ACTIONS(1899), - [aux_sym__val_number_token5] = ACTIONS(1896), - [aux_sym__val_number_token6] = ACTIONS(1899), - [anon_sym_0b] = ACTIONS(1902), - [anon_sym_0o] = ACTIONS(1902), - [anon_sym_0x] = ACTIONS(1902), - [sym_val_date] = ACTIONS(1905), - [anon_sym_DQUOTE] = ACTIONS(1908), - [sym__str_single_quotes] = ACTIONS(1911), - [sym__str_back_ticks] = ACTIONS(1911), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1914), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1917), - [anon_sym_CARET] = ACTIONS(1920), + [834] = { + [sym__ctrl_expression_parenthesized] = STATE(5375), + [sym_ctrl_do] = STATE(5091), + [sym_ctrl_if_parenthesized] = STATE(5091), + [sym_ctrl_match] = STATE(5091), + [sym_ctrl_try_parenthesized] = STATE(5091), + [sym_ctrl_return] = STATE(5091), + [sym_pipe_element_parenthesized] = STATE(2772), + [sym_where_command] = STATE(5346), + [sym__expression] = STATE(5346), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym__command_parenthesized_body] = STATE(5385), + [sym_comment] = STATE(834), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(834), + [sym_cmd_identifier] = ACTIONS(1783), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1789), + [anon_sym_DOLLAR] = ACTIONS(1792), + [anon_sym_DASH] = ACTIONS(1795), + [anon_sym_break] = ACTIONS(1798), + [anon_sym_continue] = ACTIONS(1801), + [anon_sym_do] = ACTIONS(1804), + [anon_sym_if] = ACTIONS(1807), + [anon_sym_match] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_DOT] = ACTIONS(1816), + [anon_sym_try] = ACTIONS(1819), + [anon_sym_return] = ACTIONS(1822), + [anon_sym_where] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1831), + [anon_sym_null] = ACTIONS(1834), + [anon_sym_true] = ACTIONS(1837), + [anon_sym_false] = ACTIONS(1837), + [aux_sym__val_number_decimal_token1] = ACTIONS(1840), + [aux_sym__val_number_token1] = ACTIONS(1843), + [aux_sym__val_number_token2] = ACTIONS(1843), + [aux_sym__val_number_token3] = ACTIONS(1843), + [aux_sym__val_number_token4] = ACTIONS(1846), + [aux_sym__val_number_token5] = ACTIONS(1843), + [aux_sym__val_number_token6] = ACTIONS(1846), + [anon_sym_0b] = ACTIONS(1849), + [anon_sym_0o] = ACTIONS(1849), + [anon_sym_0x] = ACTIONS(1849), + [sym_val_date] = ACTIONS(1852), + [anon_sym_DQUOTE] = ACTIONS(1855), + [sym__str_single_quotes] = ACTIONS(1858), + [sym__str_back_ticks] = ACTIONS(1858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1861), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1864), + [anon_sym_CARET] = ACTIONS(1867), [anon_sym_POUND] = ACTIONS(3), }, - [814] = { - [sym_expr_parenthesized] = STATE(1258), - [sym__immediate_decimal] = STATE(1256), - [sym_val_variable] = STATE(1258), - [sym__var] = STATE(1035), - [sym_comment] = STATE(814), - [anon_sym_export] = ACTIONS(1923), - [anon_sym_alias] = ACTIONS(1923), - [anon_sym_let] = ACTIONS(1923), - [anon_sym_let_DASHenv] = ACTIONS(1923), - [anon_sym_mut] = ACTIONS(1923), - [anon_sym_const] = ACTIONS(1923), - [anon_sym_SEMI] = ACTIONS(1923), - [sym_cmd_identifier] = ACTIONS(1923), - [anon_sym_LF] = ACTIONS(1925), - [anon_sym_def] = ACTIONS(1923), - [anon_sym_export_DASHenv] = ACTIONS(1923), - [anon_sym_extern] = ACTIONS(1923), - [anon_sym_module] = ACTIONS(1923), - [anon_sym_use] = ACTIONS(1923), - [anon_sym_LBRACK] = ACTIONS(1923), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(1923), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(1923), - [anon_sym_LT] = ACTIONS(1931), - [anon_sym_DASH] = ACTIONS(1923), - [anon_sym_break] = ACTIONS(1923), - [anon_sym_continue] = ACTIONS(1923), - [anon_sym_for] = ACTIONS(1923), - [anon_sym_loop] = ACTIONS(1923), - [anon_sym_while] = ACTIONS(1923), - [anon_sym_do] = ACTIONS(1923), - [anon_sym_if] = ACTIONS(1923), - [anon_sym_match] = ACTIONS(1923), - [anon_sym_LBRACE] = ACTIONS(1923), - [anon_sym_RBRACE] = ACTIONS(1923), - [anon_sym_DOT] = ACTIONS(1923), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(1923), - [anon_sym_return] = ACTIONS(1923), - [anon_sym_source] = ACTIONS(1923), - [anon_sym_source_DASHenv] = ACTIONS(1923), - [anon_sym_register] = ACTIONS(1923), - [anon_sym_hide] = ACTIONS(1923), - [anon_sym_hide_DASHenv] = ACTIONS(1923), - [anon_sym_overlay] = ACTIONS(1923), - [anon_sym_where] = ACTIONS(1923), - [anon_sym_PLUS] = ACTIONS(1923), - [anon_sym_not] = ACTIONS(1923), - [anon_sym_EQ2] = ACTIONS(1935), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(1923), - [anon_sym_true] = ACTIONS(1923), - [anon_sym_false] = ACTIONS(1923), - [aux_sym__val_number_decimal_token1] = ACTIONS(1923), - [aux_sym__val_number_token1] = ACTIONS(1923), - [aux_sym__val_number_token2] = ACTIONS(1923), - [aux_sym__val_number_token3] = ACTIONS(1923), - [aux_sym__val_number_token4] = ACTIONS(1923), - [aux_sym__val_number_token5] = ACTIONS(1923), - [aux_sym__val_number_token6] = ACTIONS(1923), - [anon_sym_0b] = ACTIONS(1923), - [anon_sym_0o] = ACTIONS(1923), - [anon_sym_0x] = ACTIONS(1923), - [sym_val_date] = ACTIONS(1923), - [anon_sym_DQUOTE] = ACTIONS(1923), - [sym__str_single_quotes] = ACTIONS(1923), - [sym__str_back_ticks] = ACTIONS(1923), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1923), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1923), - [anon_sym_CARET] = ACTIONS(1923), - [anon_sym_POUND] = ACTIONS(105), - }, - [815] = { - [sym_expr_parenthesized] = STATE(1169), - [sym__immediate_decimal] = STATE(1150), - [sym_val_variable] = STATE(1169), - [sym__var] = STATE(1082), - [sym_comment] = STATE(815), - [anon_sym_export] = ACTIONS(1943), - [anon_sym_alias] = ACTIONS(1943), - [anon_sym_let] = ACTIONS(1943), - [anon_sym_let_DASHenv] = ACTIONS(1943), - [anon_sym_mut] = ACTIONS(1943), - [anon_sym_const] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1943), - [sym_cmd_identifier] = ACTIONS(1943), - [anon_sym_LF] = ACTIONS(1945), - [anon_sym_def] = ACTIONS(1943), - [anon_sym_export_DASHenv] = ACTIONS(1943), - [anon_sym_extern] = ACTIONS(1943), - [anon_sym_module] = ACTIONS(1943), - [anon_sym_use] = ACTIONS(1943), - [anon_sym_LBRACK] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_RPAREN] = ACTIONS(1943), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(1943), - [anon_sym_LT] = ACTIONS(1949), - [anon_sym_DASH] = ACTIONS(1943), - [anon_sym_break] = ACTIONS(1943), - [anon_sym_continue] = ACTIONS(1943), - [anon_sym_for] = ACTIONS(1943), - [anon_sym_loop] = ACTIONS(1943), - [anon_sym_while] = ACTIONS(1943), - [anon_sym_do] = ACTIONS(1943), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_match] = ACTIONS(1943), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_RBRACE] = ACTIONS(1943), - [anon_sym_DOT] = ACTIONS(1943), - [anon_sym_DOT2] = ACTIONS(1951), - [anon_sym_try] = ACTIONS(1943), - [anon_sym_return] = ACTIONS(1943), - [anon_sym_source] = ACTIONS(1943), - [anon_sym_source_DASHenv] = ACTIONS(1943), - [anon_sym_register] = ACTIONS(1943), - [anon_sym_hide] = ACTIONS(1943), - [anon_sym_hide_DASHenv] = ACTIONS(1943), - [anon_sym_overlay] = ACTIONS(1943), - [anon_sym_where] = ACTIONS(1943), - [anon_sym_PLUS] = ACTIONS(1943), - [anon_sym_not] = ACTIONS(1943), - [anon_sym_EQ2] = ACTIONS(1953), - [aux_sym__immediate_decimal_token1] = ACTIONS(1955), - [anon_sym_DASH2] = ACTIONS(1957), - [anon_sym_PLUS2] = ACTIONS(1959), - [sym_val_nothing] = ACTIONS(1943), - [anon_sym_true] = ACTIONS(1943), - [anon_sym_false] = ACTIONS(1943), - [aux_sym__val_number_decimal_token1] = ACTIONS(1943), - [aux_sym__val_number_token1] = ACTIONS(1943), - [aux_sym__val_number_token2] = ACTIONS(1943), - [aux_sym__val_number_token3] = ACTIONS(1943), - [aux_sym__val_number_token4] = ACTIONS(1943), - [aux_sym__val_number_token5] = ACTIONS(1943), - [aux_sym__val_number_token6] = ACTIONS(1943), - [anon_sym_0b] = ACTIONS(1943), - [anon_sym_0o] = ACTIONS(1943), - [anon_sym_0x] = ACTIONS(1943), - [sym_val_date] = ACTIONS(1943), - [anon_sym_DQUOTE] = ACTIONS(1943), - [sym__str_single_quotes] = ACTIONS(1943), - [sym__str_back_ticks] = ACTIONS(1943), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1943), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1943), - [anon_sym_CARET] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(105), + [835] = { + [sym__ctrl_expression] = STATE(5335), + [sym_ctrl_do] = STATE(4478), + [sym_ctrl_if] = STATE(4478), + [sym_ctrl_match] = STATE(4478), + [sym_ctrl_try] = STATE(4478), + [sym_ctrl_return] = STATE(4478), + [sym_pipe_element] = STATE(2804), + [sym_where_command] = STATE(5333), + [sym__expression] = STATE(5333), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_command] = STATE(5333), + [sym_comment] = STATE(835), + [aux_sym_pipeline_repeat1] = STATE(835), + [sym_cmd_identifier] = ACTIONS(1870), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1876), + [anon_sym_DOLLAR] = ACTIONS(1879), + [anon_sym_DASH] = ACTIONS(1882), + [anon_sym_break] = ACTIONS(1885), + [anon_sym_continue] = ACTIONS(1888), + [anon_sym_do] = ACTIONS(1891), + [anon_sym_if] = ACTIONS(1894), + [anon_sym_match] = ACTIONS(1897), + [anon_sym_LBRACE] = ACTIONS(1900), + [anon_sym_DOT] = ACTIONS(1903), + [anon_sym_try] = ACTIONS(1906), + [anon_sym_return] = ACTIONS(1909), + [anon_sym_where] = ACTIONS(1912), + [anon_sym_PLUS] = ACTIONS(1915), + [anon_sym_not] = ACTIONS(1918), + [anon_sym_null] = ACTIONS(1921), + [anon_sym_true] = ACTIONS(1924), + [anon_sym_false] = ACTIONS(1924), + [aux_sym__val_number_decimal_token1] = ACTIONS(1927), + [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(1933), + [aux_sym__val_number_token5] = ACTIONS(1930), + [aux_sym__val_number_token6] = ACTIONS(1933), + [anon_sym_0b] = ACTIONS(1936), + [anon_sym_0o] = ACTIONS(1936), + [anon_sym_0x] = ACTIONS(1936), + [sym_val_date] = ACTIONS(1939), + [anon_sym_DQUOTE] = ACTIONS(1942), + [sym__str_single_quotes] = ACTIONS(1945), + [sym__str_back_ticks] = ACTIONS(1945), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1948), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1951), + [anon_sym_CARET] = ACTIONS(1954), + [anon_sym_POUND] = ACTIONS(3), }, - [816] = { - [sym_expr_parenthesized] = STATE(1261), - [sym__immediate_decimal] = STATE(1260), - [sym_val_variable] = STATE(1261), - [sym__var] = STATE(1035), - [sym_comment] = STATE(816), - [anon_sym_export] = ACTIONS(1961), - [anon_sym_alias] = ACTIONS(1961), - [anon_sym_let] = ACTIONS(1961), - [anon_sym_let_DASHenv] = ACTIONS(1961), - [anon_sym_mut] = ACTIONS(1961), - [anon_sym_const] = ACTIONS(1961), - [anon_sym_SEMI] = ACTIONS(1961), - [sym_cmd_identifier] = ACTIONS(1961), - [anon_sym_LF] = ACTIONS(1963), - [anon_sym_def] = ACTIONS(1961), - [anon_sym_export_DASHenv] = ACTIONS(1961), - [anon_sym_extern] = ACTIONS(1961), - [anon_sym_module] = ACTIONS(1961), - [anon_sym_use] = ACTIONS(1961), - [anon_sym_LBRACK] = ACTIONS(1961), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(1961), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(1961), + [836] = { + [sym_expr_parenthesized] = STATE(1307), + [sym__immediate_decimal] = STATE(1304), + [sym_val_variable] = STATE(1307), + [sym__var] = STATE(1110), + [sym_comment] = STATE(836), + [anon_sym_export] = ACTIONS(1957), + [anon_sym_alias] = ACTIONS(1957), + [anon_sym_let] = ACTIONS(1957), + [anon_sym_let_DASHenv] = ACTIONS(1957), + [anon_sym_mut] = ACTIONS(1957), + [anon_sym_const] = ACTIONS(1957), + [anon_sym_SEMI] = ACTIONS(1957), + [sym_cmd_identifier] = ACTIONS(1957), + [anon_sym_LF] = ACTIONS(1959), + [anon_sym_def] = ACTIONS(1957), + [anon_sym_export_DASHenv] = ACTIONS(1957), + [anon_sym_extern] = ACTIONS(1957), + [anon_sym_module] = ACTIONS(1957), + [anon_sym_use] = ACTIONS(1957), + [anon_sym_LBRACK] = ACTIONS(1957), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(1957), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(1957), [anon_sym_LT] = ACTIONS(1965), - [anon_sym_DASH] = ACTIONS(1961), - [anon_sym_break] = ACTIONS(1961), - [anon_sym_continue] = ACTIONS(1961), - [anon_sym_for] = ACTIONS(1961), - [anon_sym_loop] = ACTIONS(1961), - [anon_sym_while] = ACTIONS(1961), - [anon_sym_do] = ACTIONS(1961), - [anon_sym_if] = ACTIONS(1961), - [anon_sym_match] = ACTIONS(1961), - [anon_sym_LBRACE] = ACTIONS(1961), - [anon_sym_RBRACE] = ACTIONS(1961), - [anon_sym_DOT] = ACTIONS(1961), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(1961), - [anon_sym_return] = ACTIONS(1961), - [anon_sym_source] = ACTIONS(1961), - [anon_sym_source_DASHenv] = ACTIONS(1961), - [anon_sym_register] = ACTIONS(1961), - [anon_sym_hide] = ACTIONS(1961), - [anon_sym_hide_DASHenv] = ACTIONS(1961), - [anon_sym_overlay] = ACTIONS(1961), - [anon_sym_where] = ACTIONS(1961), - [anon_sym_PLUS] = ACTIONS(1961), - [anon_sym_not] = ACTIONS(1961), - [anon_sym_EQ2] = ACTIONS(1967), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(1961), - [anon_sym_true] = ACTIONS(1961), - [anon_sym_false] = ACTIONS(1961), - [aux_sym__val_number_decimal_token1] = ACTIONS(1961), - [aux_sym__val_number_token1] = ACTIONS(1961), - [aux_sym__val_number_token2] = ACTIONS(1961), - [aux_sym__val_number_token3] = ACTIONS(1961), - [aux_sym__val_number_token4] = ACTIONS(1961), - [aux_sym__val_number_token5] = ACTIONS(1961), - [aux_sym__val_number_token6] = ACTIONS(1961), - [anon_sym_0b] = ACTIONS(1961), - [anon_sym_0o] = ACTIONS(1961), - [anon_sym_0x] = ACTIONS(1961), - [sym_val_date] = ACTIONS(1961), - [anon_sym_DQUOTE] = ACTIONS(1961), - [sym__str_single_quotes] = ACTIONS(1961), - [sym__str_back_ticks] = ACTIONS(1961), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1961), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1961), - [anon_sym_CARET] = ACTIONS(1961), - [anon_sym_POUND] = ACTIONS(105), - }, - [817] = { - [sym_expr_parenthesized] = STATE(1180), - [sym__immediate_decimal] = STATE(1181), - [sym_val_variable] = STATE(1180), - [sym__var] = STATE(1082), - [sym_comment] = STATE(817), - [anon_sym_export] = ACTIONS(1969), - [anon_sym_alias] = ACTIONS(1969), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_let_DASHenv] = ACTIONS(1969), - [anon_sym_mut] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1969), - [anon_sym_SEMI] = ACTIONS(1969), - [sym_cmd_identifier] = ACTIONS(1969), - [anon_sym_LF] = ACTIONS(1971), - [anon_sym_def] = ACTIONS(1969), - [anon_sym_export_DASHenv] = ACTIONS(1969), - [anon_sym_extern] = ACTIONS(1969), - [anon_sym_module] = ACTIONS(1969), - [anon_sym_use] = ACTIONS(1969), - [anon_sym_LBRACK] = ACTIONS(1969), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_RPAREN] = ACTIONS(1969), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(1973), - [anon_sym_DASH] = ACTIONS(1969), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1969), - [anon_sym_for] = ACTIONS(1969), - [anon_sym_loop] = ACTIONS(1969), - [anon_sym_while] = ACTIONS(1969), - [anon_sym_do] = ACTIONS(1969), - [anon_sym_if] = ACTIONS(1969), - [anon_sym_match] = ACTIONS(1969), - [anon_sym_LBRACE] = ACTIONS(1969), - [anon_sym_RBRACE] = ACTIONS(1969), - [anon_sym_DOT] = ACTIONS(1969), - [anon_sym_DOT2] = ACTIONS(1951), - [anon_sym_try] = ACTIONS(1969), - [anon_sym_return] = ACTIONS(1969), - [anon_sym_source] = ACTIONS(1969), - [anon_sym_source_DASHenv] = ACTIONS(1969), - [anon_sym_register] = ACTIONS(1969), - [anon_sym_hide] = ACTIONS(1969), - [anon_sym_hide_DASHenv] = ACTIONS(1969), - [anon_sym_overlay] = ACTIONS(1969), - [anon_sym_where] = ACTIONS(1969), - [anon_sym_PLUS] = ACTIONS(1969), - [anon_sym_not] = ACTIONS(1969), - [anon_sym_EQ2] = ACTIONS(1975), - [aux_sym__immediate_decimal_token1] = ACTIONS(1955), - [anon_sym_DASH2] = ACTIONS(1957), - [anon_sym_PLUS2] = ACTIONS(1959), - [sym_val_nothing] = ACTIONS(1969), - [anon_sym_true] = ACTIONS(1969), - [anon_sym_false] = ACTIONS(1969), - [aux_sym__val_number_decimal_token1] = ACTIONS(1969), - [aux_sym__val_number_token1] = ACTIONS(1969), - [aux_sym__val_number_token2] = ACTIONS(1969), - [aux_sym__val_number_token3] = ACTIONS(1969), - [aux_sym__val_number_token4] = ACTIONS(1969), - [aux_sym__val_number_token5] = ACTIONS(1969), - [aux_sym__val_number_token6] = ACTIONS(1969), - [anon_sym_0b] = ACTIONS(1969), - [anon_sym_0o] = ACTIONS(1969), - [anon_sym_0x] = ACTIONS(1969), - [sym_val_date] = ACTIONS(1969), - [anon_sym_DQUOTE] = ACTIONS(1969), - [sym__str_single_quotes] = ACTIONS(1969), - [sym__str_back_ticks] = ACTIONS(1969), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1969), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1969), - [anon_sym_CARET] = ACTIONS(1969), + [anon_sym_DASH] = ACTIONS(1957), + [anon_sym_break] = ACTIONS(1957), + [anon_sym_continue] = ACTIONS(1957), + [anon_sym_for] = ACTIONS(1957), + [anon_sym_loop] = ACTIONS(1957), + [anon_sym_while] = ACTIONS(1957), + [anon_sym_do] = ACTIONS(1957), + [anon_sym_if] = ACTIONS(1957), + [anon_sym_match] = ACTIONS(1957), + [anon_sym_LBRACE] = ACTIONS(1957), + [anon_sym_RBRACE] = ACTIONS(1957), + [anon_sym_DOT] = ACTIONS(1957), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(1957), + [anon_sym_return] = ACTIONS(1957), + [anon_sym_source] = ACTIONS(1957), + [anon_sym_source_DASHenv] = ACTIONS(1957), + [anon_sym_register] = ACTIONS(1957), + [anon_sym_hide] = ACTIONS(1957), + [anon_sym_hide_DASHenv] = ACTIONS(1957), + [anon_sym_overlay] = ACTIONS(1957), + [anon_sym_where] = ACTIONS(1957), + [anon_sym_PLUS] = ACTIONS(1957), + [anon_sym_not] = ACTIONS(1957), + [anon_sym_EQ2] = ACTIONS(1969), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(1957), + [anon_sym_true] = ACTIONS(1957), + [anon_sym_false] = ACTIONS(1957), + [aux_sym__val_number_decimal_token1] = ACTIONS(1957), + [aux_sym__val_number_token1] = ACTIONS(1957), + [aux_sym__val_number_token2] = ACTIONS(1957), + [aux_sym__val_number_token3] = ACTIONS(1957), + [aux_sym__val_number_token4] = ACTIONS(1957), + [aux_sym__val_number_token5] = ACTIONS(1957), + [aux_sym__val_number_token6] = ACTIONS(1957), + [anon_sym_0b] = ACTIONS(1957), + [anon_sym_0o] = ACTIONS(1957), + [anon_sym_0x] = ACTIONS(1957), + [sym_val_date] = ACTIONS(1957), + [anon_sym_DQUOTE] = ACTIONS(1957), + [sym__str_single_quotes] = ACTIONS(1957), + [sym__str_back_ticks] = ACTIONS(1957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1957), + [anon_sym_CARET] = ACTIONS(1957), [anon_sym_POUND] = ACTIONS(105), }, - [818] = { - [sym_expr_parenthesized] = STATE(1255), - [sym__immediate_decimal] = STATE(1254), - [sym_val_variable] = STATE(1255), - [sym__var] = STATE(1035), - [sym_comment] = STATE(818), + [837] = { + [sym_expr_parenthesized] = STATE(1199), + [sym__immediate_decimal] = STATE(1198), + [sym_val_variable] = STATE(1199), + [sym__var] = STATE(1076), + [sym_comment] = STATE(837), [anon_sym_export] = ACTIONS(1977), [anon_sym_alias] = ACTIONS(1977), [anon_sym_let] = ACTIONS(1977), @@ -165745,11 +168573,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1977), [anon_sym_use] = ACTIONS(1977), [anon_sym_LBRACK] = ACTIONS(1977), - [anon_sym_LPAREN] = ACTIONS(1927), + [anon_sym_LPAREN] = ACTIONS(1981), [anon_sym_RPAREN] = ACTIONS(1977), - [anon_sym_DOLLAR] = ACTIONS(1929), + [anon_sym_DOLLAR] = ACTIONS(1963), [anon_sym_error] = ACTIONS(1977), - [anon_sym_LT] = ACTIONS(1981), + [anon_sym_LT] = ACTIONS(1983), [anon_sym_DASH] = ACTIONS(1977), [anon_sym_break] = ACTIONS(1977), [anon_sym_continue] = ACTIONS(1977), @@ -165762,7 +168590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1977), [anon_sym_RBRACE] = ACTIONS(1977), [anon_sym_DOT] = ACTIONS(1977), - [anon_sym_DOT2] = ACTIONS(1933), + [anon_sym_DOT2] = ACTIONS(1985), [anon_sym_try] = ACTIONS(1977), [anon_sym_return] = ACTIONS(1977), [anon_sym_source] = ACTIONS(1977), @@ -165774,11 +168602,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1977), [anon_sym_PLUS] = ACTIONS(1977), [anon_sym_not] = ACTIONS(1977), - [anon_sym_EQ2] = ACTIONS(1983), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(1977), + [anon_sym_EQ2] = ACTIONS(1987), + [aux_sym__immediate_decimal_token1] = ACTIONS(1989), + [anon_sym_DASH2] = ACTIONS(1991), + [anon_sym_PLUS2] = ACTIONS(1993), + [anon_sym_null] = ACTIONS(1977), [anon_sym_true] = ACTIONS(1977), [anon_sym_false] = ACTIONS(1977), [aux_sym__val_number_decimal_token1] = ACTIONS(1977), @@ -165800,463 +168628,316 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1977), [anon_sym_POUND] = ACTIONS(105), }, - [819] = { - [sym_expr_parenthesized] = STATE(1253), - [sym__immediate_decimal] = STATE(1252), - [sym_val_variable] = STATE(1253), - [sym__var] = STATE(1035), - [sym_comment] = STATE(819), - [anon_sym_export] = ACTIONS(1985), - [anon_sym_alias] = ACTIONS(1985), - [anon_sym_let] = ACTIONS(1985), - [anon_sym_let_DASHenv] = ACTIONS(1985), - [anon_sym_mut] = ACTIONS(1985), - [anon_sym_const] = ACTIONS(1985), - [anon_sym_SEMI] = ACTIONS(1985), - [sym_cmd_identifier] = ACTIONS(1985), - [anon_sym_LF] = ACTIONS(1987), - [anon_sym_def] = ACTIONS(1985), - [anon_sym_export_DASHenv] = ACTIONS(1985), - [anon_sym_extern] = ACTIONS(1985), - [anon_sym_module] = ACTIONS(1985), - [anon_sym_use] = ACTIONS(1985), - [anon_sym_LBRACK] = ACTIONS(1985), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(1985), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(1985), - [anon_sym_LT] = ACTIONS(1989), - [anon_sym_DASH] = ACTIONS(1985), - [anon_sym_break] = ACTIONS(1985), - [anon_sym_continue] = ACTIONS(1985), - [anon_sym_for] = ACTIONS(1985), - [anon_sym_loop] = ACTIONS(1985), - [anon_sym_while] = ACTIONS(1985), - [anon_sym_do] = ACTIONS(1985), - [anon_sym_if] = ACTIONS(1985), - [anon_sym_match] = ACTIONS(1985), - [anon_sym_LBRACE] = ACTIONS(1985), - [anon_sym_RBRACE] = ACTIONS(1985), - [anon_sym_DOT] = ACTIONS(1985), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(1985), - [anon_sym_return] = ACTIONS(1985), - [anon_sym_source] = ACTIONS(1985), - [anon_sym_source_DASHenv] = ACTIONS(1985), - [anon_sym_register] = ACTIONS(1985), - [anon_sym_hide] = ACTIONS(1985), - [anon_sym_hide_DASHenv] = ACTIONS(1985), - [anon_sym_overlay] = ACTIONS(1985), - [anon_sym_where] = ACTIONS(1985), - [anon_sym_PLUS] = ACTIONS(1985), - [anon_sym_not] = ACTIONS(1985), - [anon_sym_EQ2] = ACTIONS(1991), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(1985), - [anon_sym_true] = ACTIONS(1985), - [anon_sym_false] = ACTIONS(1985), - [aux_sym__val_number_decimal_token1] = ACTIONS(1985), - [aux_sym__val_number_token1] = ACTIONS(1985), - [aux_sym__val_number_token2] = ACTIONS(1985), - [aux_sym__val_number_token3] = ACTIONS(1985), - [aux_sym__val_number_token4] = ACTIONS(1985), - [aux_sym__val_number_token5] = ACTIONS(1985), - [aux_sym__val_number_token6] = ACTIONS(1985), - [anon_sym_0b] = ACTIONS(1985), - [anon_sym_0o] = ACTIONS(1985), - [anon_sym_0x] = ACTIONS(1985), - [sym_val_date] = ACTIONS(1985), - [anon_sym_DQUOTE] = ACTIONS(1985), - [sym__str_single_quotes] = ACTIONS(1985), - [sym__str_back_ticks] = ACTIONS(1985), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1985), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1985), - [anon_sym_CARET] = ACTIONS(1985), - [anon_sym_POUND] = ACTIONS(105), - }, - [820] = { - [sym_expr_parenthesized] = STATE(1513), - [sym__immediate_decimal] = STATE(1512), - [sym_val_variable] = STATE(1513), - [sym__var] = STATE(1121), - [sym_comment] = STATE(820), - [ts_builtin_sym_end] = ACTIONS(1987), - [anon_sym_export] = ACTIONS(1985), - [anon_sym_alias] = ACTIONS(1985), - [anon_sym_let] = ACTIONS(1985), - [anon_sym_let_DASHenv] = ACTIONS(1985), - [anon_sym_mut] = ACTIONS(1985), - [anon_sym_const] = ACTIONS(1985), - [anon_sym_SEMI] = ACTIONS(1985), - [sym_cmd_identifier] = ACTIONS(1985), - [anon_sym_LF] = ACTIONS(1987), - [anon_sym_def] = ACTIONS(1985), - [anon_sym_export_DASHenv] = ACTIONS(1985), - [anon_sym_extern] = ACTIONS(1985), - [anon_sym_module] = ACTIONS(1985), - [anon_sym_use] = ACTIONS(1985), - [anon_sym_LBRACK] = ACTIONS(1985), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(1985), - [anon_sym_LT] = ACTIONS(1997), - [anon_sym_DASH] = ACTIONS(1985), - [anon_sym_break] = ACTIONS(1985), - [anon_sym_continue] = ACTIONS(1985), - [anon_sym_for] = ACTIONS(1985), - [anon_sym_loop] = ACTIONS(1985), - [anon_sym_while] = ACTIONS(1985), - [anon_sym_do] = ACTIONS(1985), - [anon_sym_if] = ACTIONS(1985), - [anon_sym_match] = ACTIONS(1985), - [anon_sym_LBRACE] = ACTIONS(1985), - [anon_sym_DOT] = ACTIONS(1985), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(1985), - [anon_sym_return] = ACTIONS(1985), - [anon_sym_source] = ACTIONS(1985), - [anon_sym_source_DASHenv] = ACTIONS(1985), - [anon_sym_register] = ACTIONS(1985), - [anon_sym_hide] = ACTIONS(1985), - [anon_sym_hide_DASHenv] = ACTIONS(1985), - [anon_sym_overlay] = ACTIONS(1985), - [anon_sym_where] = ACTIONS(1985), - [anon_sym_PLUS] = ACTIONS(1985), - [anon_sym_not] = ACTIONS(1985), + [838] = { + [sym_expr_parenthesized] = STATE(1303), + [sym__immediate_decimal] = STATE(1301), + [sym_val_variable] = STATE(1303), + [sym__var] = STATE(1110), + [sym_comment] = STATE(838), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_alias] = ACTIONS(1995), + [anon_sym_let] = ACTIONS(1995), + [anon_sym_let_DASHenv] = ACTIONS(1995), + [anon_sym_mut] = ACTIONS(1995), + [anon_sym_const] = ACTIONS(1995), + [anon_sym_SEMI] = ACTIONS(1995), + [sym_cmd_identifier] = ACTIONS(1995), + [anon_sym_LF] = ACTIONS(1997), + [anon_sym_def] = ACTIONS(1995), + [anon_sym_export_DASHenv] = ACTIONS(1995), + [anon_sym_extern] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_use] = ACTIONS(1995), + [anon_sym_LBRACK] = ACTIONS(1995), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(1995), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(1995), + [anon_sym_LT] = ACTIONS(1999), + [anon_sym_DASH] = ACTIONS(1995), + [anon_sym_break] = ACTIONS(1995), + [anon_sym_continue] = ACTIONS(1995), + [anon_sym_for] = ACTIONS(1995), + [anon_sym_loop] = ACTIONS(1995), + [anon_sym_while] = ACTIONS(1995), + [anon_sym_do] = ACTIONS(1995), + [anon_sym_if] = ACTIONS(1995), + [anon_sym_match] = ACTIONS(1995), + [anon_sym_LBRACE] = ACTIONS(1995), + [anon_sym_RBRACE] = ACTIONS(1995), + [anon_sym_DOT] = ACTIONS(1995), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(1995), + [anon_sym_return] = ACTIONS(1995), + [anon_sym_source] = ACTIONS(1995), + [anon_sym_source_DASHenv] = ACTIONS(1995), + [anon_sym_register] = ACTIONS(1995), + [anon_sym_hide] = ACTIONS(1995), + [anon_sym_hide_DASHenv] = ACTIONS(1995), + [anon_sym_overlay] = ACTIONS(1995), + [anon_sym_where] = ACTIONS(1995), + [anon_sym_PLUS] = ACTIONS(1995), + [anon_sym_not] = ACTIONS(1995), [anon_sym_EQ2] = ACTIONS(2001), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(1985), - [anon_sym_true] = ACTIONS(1985), - [anon_sym_false] = ACTIONS(1985), - [aux_sym__val_number_decimal_token1] = ACTIONS(1985), - [aux_sym__val_number_token1] = ACTIONS(1985), - [aux_sym__val_number_token2] = ACTIONS(1985), - [aux_sym__val_number_token3] = ACTIONS(1985), - [aux_sym__val_number_token4] = ACTIONS(1985), - [aux_sym__val_number_token5] = ACTIONS(1985), - [aux_sym__val_number_token6] = ACTIONS(1985), - [anon_sym_0b] = ACTIONS(1985), - [anon_sym_0o] = ACTIONS(1985), - [anon_sym_0x] = ACTIONS(1985), - [sym_val_date] = ACTIONS(1985), - [anon_sym_DQUOTE] = ACTIONS(1985), - [sym__str_single_quotes] = ACTIONS(1985), - [sym__str_back_ticks] = ACTIONS(1985), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1985), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1985), - [anon_sym_CARET] = ACTIONS(1985), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(1995), + [anon_sym_true] = ACTIONS(1995), + [anon_sym_false] = ACTIONS(1995), + [aux_sym__val_number_decimal_token1] = ACTIONS(1995), + [aux_sym__val_number_token1] = ACTIONS(1995), + [aux_sym__val_number_token2] = ACTIONS(1995), + [aux_sym__val_number_token3] = ACTIONS(1995), + [aux_sym__val_number_token4] = ACTIONS(1995), + [aux_sym__val_number_token5] = ACTIONS(1995), + [aux_sym__val_number_token6] = ACTIONS(1995), + [anon_sym_0b] = ACTIONS(1995), + [anon_sym_0o] = ACTIONS(1995), + [anon_sym_0x] = ACTIONS(1995), + [sym_val_date] = ACTIONS(1995), + [anon_sym_DQUOTE] = ACTIONS(1995), + [sym__str_single_quotes] = ACTIONS(1995), + [sym__str_back_ticks] = ACTIONS(1995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1995), + [anon_sym_CARET] = ACTIONS(1995), [anon_sym_POUND] = ACTIONS(105), }, - [821] = { - [sym_expr_parenthesized] = STATE(1568), - [sym__immediate_decimal] = STATE(1459), - [sym_val_variable] = STATE(1568), - [sym__var] = STATE(1121), - [sym_comment] = STATE(821), - [ts_builtin_sym_end] = ACTIONS(1963), - [anon_sym_export] = ACTIONS(1961), - [anon_sym_alias] = ACTIONS(1961), - [anon_sym_let] = ACTIONS(1961), - [anon_sym_let_DASHenv] = ACTIONS(1961), - [anon_sym_mut] = ACTIONS(1961), - [anon_sym_const] = ACTIONS(1961), - [anon_sym_SEMI] = ACTIONS(1961), - [sym_cmd_identifier] = ACTIONS(1961), - [anon_sym_LF] = ACTIONS(1963), - [anon_sym_def] = ACTIONS(1961), - [anon_sym_export_DASHenv] = ACTIONS(1961), - [anon_sym_extern] = ACTIONS(1961), - [anon_sym_module] = ACTIONS(1961), - [anon_sym_use] = ACTIONS(1961), - [anon_sym_LBRACK] = ACTIONS(1961), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(1961), - [anon_sym_LT] = ACTIONS(2009), - [anon_sym_DASH] = ACTIONS(1961), - [anon_sym_break] = ACTIONS(1961), - [anon_sym_continue] = ACTIONS(1961), - [anon_sym_for] = ACTIONS(1961), - [anon_sym_loop] = ACTIONS(1961), - [anon_sym_while] = ACTIONS(1961), - [anon_sym_do] = ACTIONS(1961), - [anon_sym_if] = ACTIONS(1961), - [anon_sym_match] = ACTIONS(1961), - [anon_sym_LBRACE] = ACTIONS(1961), - [anon_sym_DOT] = ACTIONS(1961), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(1961), - [anon_sym_return] = ACTIONS(1961), - [anon_sym_source] = ACTIONS(1961), - [anon_sym_source_DASHenv] = ACTIONS(1961), - [anon_sym_register] = ACTIONS(1961), - [anon_sym_hide] = ACTIONS(1961), - [anon_sym_hide_DASHenv] = ACTIONS(1961), - [anon_sym_overlay] = ACTIONS(1961), - [anon_sym_where] = ACTIONS(1961), - [anon_sym_PLUS] = ACTIONS(1961), - [anon_sym_not] = ACTIONS(1961), - [anon_sym_EQ2] = ACTIONS(2011), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(1961), - [anon_sym_true] = ACTIONS(1961), - [anon_sym_false] = ACTIONS(1961), - [aux_sym__val_number_decimal_token1] = ACTIONS(1961), - [aux_sym__val_number_token1] = ACTIONS(1961), - [aux_sym__val_number_token2] = ACTIONS(1961), - [aux_sym__val_number_token3] = ACTIONS(1961), - [aux_sym__val_number_token4] = ACTIONS(1961), - [aux_sym__val_number_token5] = ACTIONS(1961), - [aux_sym__val_number_token6] = ACTIONS(1961), - [anon_sym_0b] = ACTIONS(1961), - [anon_sym_0o] = ACTIONS(1961), - [anon_sym_0x] = ACTIONS(1961), - [sym_val_date] = ACTIONS(1961), - [anon_sym_DQUOTE] = ACTIONS(1961), - [sym__str_single_quotes] = ACTIONS(1961), - [sym__str_back_ticks] = ACTIONS(1961), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1961), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1961), - [anon_sym_CARET] = ACTIONS(1961), + [839] = { + [sym_expr_parenthesized] = STATE(1201), + [sym__immediate_decimal] = STATE(1200), + [sym_val_variable] = STATE(1201), + [sym__var] = STATE(1076), + [sym_comment] = STATE(839), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_alias] = ACTIONS(2003), + [anon_sym_let] = ACTIONS(2003), + [anon_sym_let_DASHenv] = ACTIONS(2003), + [anon_sym_mut] = ACTIONS(2003), + [anon_sym_const] = ACTIONS(2003), + [anon_sym_SEMI] = ACTIONS(2003), + [sym_cmd_identifier] = ACTIONS(2003), + [anon_sym_LF] = ACTIONS(2005), + [anon_sym_def] = ACTIONS(2003), + [anon_sym_export_DASHenv] = ACTIONS(2003), + [anon_sym_extern] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_use] = ACTIONS(2003), + [anon_sym_LBRACK] = ACTIONS(2003), + [anon_sym_LPAREN] = ACTIONS(1981), + [anon_sym_RPAREN] = ACTIONS(2003), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2003), + [anon_sym_LT] = ACTIONS(2007), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_break] = ACTIONS(2003), + [anon_sym_continue] = ACTIONS(2003), + [anon_sym_for] = ACTIONS(2003), + [anon_sym_loop] = ACTIONS(2003), + [anon_sym_while] = ACTIONS(2003), + [anon_sym_do] = ACTIONS(2003), + [anon_sym_if] = ACTIONS(2003), + [anon_sym_match] = ACTIONS(2003), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(2003), + [anon_sym_DOT] = ACTIONS(2003), + [anon_sym_DOT2] = ACTIONS(1985), + [anon_sym_try] = ACTIONS(2003), + [anon_sym_return] = ACTIONS(2003), + [anon_sym_source] = ACTIONS(2003), + [anon_sym_source_DASHenv] = ACTIONS(2003), + [anon_sym_register] = ACTIONS(2003), + [anon_sym_hide] = ACTIONS(2003), + [anon_sym_hide_DASHenv] = ACTIONS(2003), + [anon_sym_overlay] = ACTIONS(2003), + [anon_sym_where] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_not] = ACTIONS(2003), + [anon_sym_EQ2] = ACTIONS(2009), + [aux_sym__immediate_decimal_token1] = ACTIONS(1989), + [anon_sym_DASH2] = ACTIONS(1991), + [anon_sym_PLUS2] = ACTIONS(1993), + [anon_sym_null] = ACTIONS(2003), + [anon_sym_true] = ACTIONS(2003), + [anon_sym_false] = ACTIONS(2003), + [aux_sym__val_number_decimal_token1] = ACTIONS(2003), + [aux_sym__val_number_token1] = ACTIONS(2003), + [aux_sym__val_number_token2] = ACTIONS(2003), + [aux_sym__val_number_token3] = ACTIONS(2003), + [aux_sym__val_number_token4] = ACTIONS(2003), + [aux_sym__val_number_token5] = ACTIONS(2003), + [aux_sym__val_number_token6] = ACTIONS(2003), + [anon_sym_0b] = ACTIONS(2003), + [anon_sym_0o] = ACTIONS(2003), + [anon_sym_0x] = ACTIONS(2003), + [sym_val_date] = ACTIONS(2003), + [anon_sym_DQUOTE] = ACTIONS(2003), + [sym__str_single_quotes] = ACTIONS(2003), + [sym__str_back_ticks] = ACTIONS(2003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), [anon_sym_POUND] = ACTIONS(105), }, - [822] = { - [sym_comment] = STATE(822), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_PIPE] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(2013), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(2015), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(2013), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_err_GT] = ACTIONS(1343), - [anon_sym_out_GT] = ACTIONS(1343), - [anon_sym_e_GT] = ACTIONS(1343), - [anon_sym_o_GT] = ACTIONS(1343), - [anon_sym_err_PLUSout_GT] = ACTIONS(1343), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1343), - [anon_sym_o_PLUSe_GT] = ACTIONS(1343), - [anon_sym_e_PLUSo_GT] = ACTIONS(1343), - [aux_sym_unquoted_token1] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(2017), - [aux_sym_unquoted_token6] = ACTIONS(2019), + [840] = { + [sym_expr_parenthesized] = STATE(1309), + [sym__immediate_decimal] = STATE(1308), + [sym_val_variable] = STATE(1309), + [sym__var] = STATE(1110), + [sym_comment] = STATE(840), + [anon_sym_export] = ACTIONS(2011), + [anon_sym_alias] = ACTIONS(2011), + [anon_sym_let] = ACTIONS(2011), + [anon_sym_let_DASHenv] = ACTIONS(2011), + [anon_sym_mut] = ACTIONS(2011), + [anon_sym_const] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [sym_cmd_identifier] = ACTIONS(2011), + [anon_sym_LF] = ACTIONS(2013), + [anon_sym_def] = ACTIONS(2011), + [anon_sym_export_DASHenv] = ACTIONS(2011), + [anon_sym_extern] = ACTIONS(2011), + [anon_sym_module] = ACTIONS(2011), + [anon_sym_use] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2011), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2011), + [anon_sym_LT] = ACTIONS(2015), + [anon_sym_DASH] = ACTIONS(2011), + [anon_sym_break] = ACTIONS(2011), + [anon_sym_continue] = ACTIONS(2011), + [anon_sym_for] = ACTIONS(2011), + [anon_sym_loop] = ACTIONS(2011), + [anon_sym_while] = ACTIONS(2011), + [anon_sym_do] = ACTIONS(2011), + [anon_sym_if] = ACTIONS(2011), + [anon_sym_match] = ACTIONS(2011), + [anon_sym_LBRACE] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_DOT] = ACTIONS(2011), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2011), + [anon_sym_return] = ACTIONS(2011), + [anon_sym_source] = ACTIONS(2011), + [anon_sym_source_DASHenv] = ACTIONS(2011), + [anon_sym_register] = ACTIONS(2011), + [anon_sym_hide] = ACTIONS(2011), + [anon_sym_hide_DASHenv] = ACTIONS(2011), + [anon_sym_overlay] = ACTIONS(2011), + [anon_sym_where] = ACTIONS(2011), + [anon_sym_PLUS] = ACTIONS(2011), + [anon_sym_not] = ACTIONS(2011), + [anon_sym_EQ2] = ACTIONS(2017), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2011), + [anon_sym_true] = ACTIONS(2011), + [anon_sym_false] = ACTIONS(2011), + [aux_sym__val_number_decimal_token1] = ACTIONS(2011), + [aux_sym__val_number_token1] = ACTIONS(2011), + [aux_sym__val_number_token2] = ACTIONS(2011), + [aux_sym__val_number_token3] = ACTIONS(2011), + [aux_sym__val_number_token4] = ACTIONS(2011), + [aux_sym__val_number_token5] = ACTIONS(2011), + [aux_sym__val_number_token6] = ACTIONS(2011), + [anon_sym_0b] = ACTIONS(2011), + [anon_sym_0o] = ACTIONS(2011), + [anon_sym_0x] = ACTIONS(2011), + [sym_val_date] = ACTIONS(2011), + [anon_sym_DQUOTE] = ACTIONS(2011), + [sym__str_single_quotes] = ACTIONS(2011), + [sym__str_back_ticks] = ACTIONS(2011), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2011), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2011), + [anon_sym_CARET] = ACTIONS(2011), [anon_sym_POUND] = ACTIONS(105), }, - [823] = { - [sym_expr_parenthesized] = STATE(1327), - [sym__immediate_decimal] = STATE(1322), - [sym_val_variable] = STATE(1327), - [sym__var] = STATE(1146), - [sym_comment] = STATE(823), - [ts_builtin_sym_end] = ACTIONS(1971), - [anon_sym_export] = ACTIONS(1969), - [anon_sym_alias] = ACTIONS(1969), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_let_DASHenv] = ACTIONS(1969), - [anon_sym_mut] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1969), - [anon_sym_SEMI] = ACTIONS(1969), - [sym_cmd_identifier] = ACTIONS(1969), - [anon_sym_LF] = ACTIONS(1971), - [anon_sym_def] = ACTIONS(1969), - [anon_sym_export_DASHenv] = ACTIONS(1969), - [anon_sym_extern] = ACTIONS(1969), - [anon_sym_module] = ACTIONS(1969), - [anon_sym_use] = ACTIONS(1969), - [anon_sym_LBRACK] = ACTIONS(1969), - [anon_sym_LPAREN] = ACTIONS(2021), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(1969), + [841] = { + [sym_expr_parenthesized] = STATE(1313), + [sym__immediate_decimal] = STATE(1310), + [sym_val_variable] = STATE(1313), + [sym__var] = STATE(1110), + [sym_comment] = STATE(841), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_alias] = ACTIONS(2019), + [anon_sym_let] = ACTIONS(2019), + [anon_sym_let_DASHenv] = ACTIONS(2019), + [anon_sym_mut] = ACTIONS(2019), + [anon_sym_const] = ACTIONS(2019), + [anon_sym_SEMI] = ACTIONS(2019), + [sym_cmd_identifier] = ACTIONS(2019), + [anon_sym_LF] = ACTIONS(2021), + [anon_sym_def] = ACTIONS(2019), + [anon_sym_export_DASHenv] = ACTIONS(2019), + [anon_sym_extern] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_use] = ACTIONS(2019), + [anon_sym_LBRACK] = ACTIONS(2019), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2019), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2019), [anon_sym_LT] = ACTIONS(2023), - [anon_sym_DASH] = ACTIONS(1969), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1969), - [anon_sym_for] = ACTIONS(1969), - [anon_sym_loop] = ACTIONS(1969), - [anon_sym_while] = ACTIONS(1969), - [anon_sym_do] = ACTIONS(1969), - [anon_sym_if] = ACTIONS(1969), - [anon_sym_match] = ACTIONS(1969), - [anon_sym_LBRACE] = ACTIONS(1969), - [anon_sym_DOT] = ACTIONS(1969), - [anon_sym_DOT2] = ACTIONS(2025), - [anon_sym_try] = ACTIONS(1969), - [anon_sym_return] = ACTIONS(1969), - [anon_sym_source] = ACTIONS(1969), - [anon_sym_source_DASHenv] = ACTIONS(1969), - [anon_sym_register] = ACTIONS(1969), - [anon_sym_hide] = ACTIONS(1969), - [anon_sym_hide_DASHenv] = ACTIONS(1969), - [anon_sym_overlay] = ACTIONS(1969), - [anon_sym_where] = ACTIONS(1969), - [anon_sym_PLUS] = ACTIONS(1969), - [anon_sym_not] = ACTIONS(1969), - [anon_sym_EQ2] = ACTIONS(2027), - [aux_sym__immediate_decimal_token1] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2031), - [anon_sym_PLUS2] = ACTIONS(2033), - [sym_val_nothing] = ACTIONS(1969), - [anon_sym_true] = ACTIONS(1969), - [anon_sym_false] = ACTIONS(1969), - [aux_sym__val_number_decimal_token1] = ACTIONS(1969), - [aux_sym__val_number_token1] = ACTIONS(1969), - [aux_sym__val_number_token2] = ACTIONS(1969), - [aux_sym__val_number_token3] = ACTIONS(1969), - [aux_sym__val_number_token4] = ACTIONS(1969), - [aux_sym__val_number_token5] = ACTIONS(1969), - [aux_sym__val_number_token6] = ACTIONS(1969), - [anon_sym_0b] = ACTIONS(1969), - [anon_sym_0o] = ACTIONS(1969), - [anon_sym_0x] = ACTIONS(1969), - [sym_val_date] = ACTIONS(1969), - [anon_sym_DQUOTE] = ACTIONS(1969), - [sym__str_single_quotes] = ACTIONS(1969), - [sym__str_back_ticks] = ACTIONS(1969), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1969), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1969), - [anon_sym_CARET] = ACTIONS(1969), + [anon_sym_DASH] = ACTIONS(2019), + [anon_sym_break] = ACTIONS(2019), + [anon_sym_continue] = ACTIONS(2019), + [anon_sym_for] = ACTIONS(2019), + [anon_sym_loop] = ACTIONS(2019), + [anon_sym_while] = ACTIONS(2019), + [anon_sym_do] = ACTIONS(2019), + [anon_sym_if] = ACTIONS(2019), + [anon_sym_match] = ACTIONS(2019), + [anon_sym_LBRACE] = ACTIONS(2019), + [anon_sym_RBRACE] = ACTIONS(2019), + [anon_sym_DOT] = ACTIONS(2019), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2019), + [anon_sym_return] = ACTIONS(2019), + [anon_sym_source] = ACTIONS(2019), + [anon_sym_source_DASHenv] = ACTIONS(2019), + [anon_sym_register] = ACTIONS(2019), + [anon_sym_hide] = ACTIONS(2019), + [anon_sym_hide_DASHenv] = ACTIONS(2019), + [anon_sym_overlay] = ACTIONS(2019), + [anon_sym_where] = ACTIONS(2019), + [anon_sym_PLUS] = ACTIONS(2019), + [anon_sym_not] = ACTIONS(2019), + [anon_sym_EQ2] = ACTIONS(2025), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2019), + [anon_sym_true] = ACTIONS(2019), + [anon_sym_false] = ACTIONS(2019), + [aux_sym__val_number_decimal_token1] = ACTIONS(2019), + [aux_sym__val_number_token1] = ACTIONS(2019), + [aux_sym__val_number_token2] = ACTIONS(2019), + [aux_sym__val_number_token3] = ACTIONS(2019), + [aux_sym__val_number_token4] = ACTIONS(2019), + [aux_sym__val_number_token5] = ACTIONS(2019), + [aux_sym__val_number_token6] = ACTIONS(2019), + [anon_sym_0b] = ACTIONS(2019), + [anon_sym_0o] = ACTIONS(2019), + [anon_sym_0x] = ACTIONS(2019), + [sym_val_date] = ACTIONS(2019), + [anon_sym_DQUOTE] = ACTIONS(2019), + [sym__str_single_quotes] = ACTIONS(2019), + [sym__str_back_ticks] = ACTIONS(2019), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2019), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2019), [anon_sym_POUND] = ACTIONS(105), }, - [824] = { - [sym_expr_parenthesized] = STATE(1342), - [sym__immediate_decimal] = STATE(1337), - [sym_val_variable] = STATE(1342), - [sym__var] = STATE(1146), - [sym_comment] = STATE(824), - [ts_builtin_sym_end] = ACTIONS(1945), - [anon_sym_export] = ACTIONS(1943), - [anon_sym_alias] = ACTIONS(1943), - [anon_sym_let] = ACTIONS(1943), - [anon_sym_let_DASHenv] = ACTIONS(1943), - [anon_sym_mut] = ACTIONS(1943), - [anon_sym_const] = ACTIONS(1943), - [anon_sym_SEMI] = ACTIONS(1943), - [sym_cmd_identifier] = ACTIONS(1943), - [anon_sym_LF] = ACTIONS(1945), - [anon_sym_def] = ACTIONS(1943), - [anon_sym_export_DASHenv] = ACTIONS(1943), - [anon_sym_extern] = ACTIONS(1943), - [anon_sym_module] = ACTIONS(1943), - [anon_sym_use] = ACTIONS(1943), - [anon_sym_LBRACK] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(2021), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(1943), - [anon_sym_LT] = ACTIONS(2035), - [anon_sym_DASH] = ACTIONS(1943), - [anon_sym_break] = ACTIONS(1943), - [anon_sym_continue] = ACTIONS(1943), - [anon_sym_for] = ACTIONS(1943), - [anon_sym_loop] = ACTIONS(1943), - [anon_sym_while] = ACTIONS(1943), - [anon_sym_do] = ACTIONS(1943), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_match] = ACTIONS(1943), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_DOT] = ACTIONS(1943), - [anon_sym_DOT2] = ACTIONS(2025), - [anon_sym_try] = ACTIONS(1943), - [anon_sym_return] = ACTIONS(1943), - [anon_sym_source] = ACTIONS(1943), - [anon_sym_source_DASHenv] = ACTIONS(1943), - [anon_sym_register] = ACTIONS(1943), - [anon_sym_hide] = ACTIONS(1943), - [anon_sym_hide_DASHenv] = ACTIONS(1943), - [anon_sym_overlay] = ACTIONS(1943), - [anon_sym_where] = ACTIONS(1943), - [anon_sym_PLUS] = ACTIONS(1943), - [anon_sym_not] = ACTIONS(1943), - [anon_sym_EQ2] = ACTIONS(2037), - [aux_sym__immediate_decimal_token1] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2031), - [anon_sym_PLUS2] = ACTIONS(2033), - [sym_val_nothing] = ACTIONS(1943), - [anon_sym_true] = ACTIONS(1943), - [anon_sym_false] = ACTIONS(1943), - [aux_sym__val_number_decimal_token1] = ACTIONS(1943), - [aux_sym__val_number_token1] = ACTIONS(1943), - [aux_sym__val_number_token2] = ACTIONS(1943), - [aux_sym__val_number_token3] = ACTIONS(1943), - [aux_sym__val_number_token4] = ACTIONS(1943), - [aux_sym__val_number_token5] = ACTIONS(1943), - [aux_sym__val_number_token6] = ACTIONS(1943), - [anon_sym_0b] = ACTIONS(1943), - [anon_sym_0o] = ACTIONS(1943), - [anon_sym_0x] = ACTIONS(1943), - [sym_val_date] = ACTIONS(1943), - [anon_sym_DQUOTE] = ACTIONS(1943), - [sym__str_single_quotes] = ACTIONS(1943), - [sym__str_back_ticks] = ACTIONS(1943), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1943), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1943), - [anon_sym_CARET] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(105), - }, - [825] = { - [sym_expr_parenthesized] = STATE(1411), - [sym__immediate_decimal] = STATE(1558), - [sym_val_variable] = STATE(1411), - [sym__var] = STATE(1121), - [sym_comment] = STATE(825), + [842] = { + [sym_expr_parenthesized] = STATE(1270), + [sym__immediate_decimal] = STATE(1271), + [sym_val_variable] = STATE(1270), + [sym__var] = STATE(1143), + [sym_comment] = STATE(842), [ts_builtin_sym_end] = ACTIONS(1979), [anon_sym_export] = ACTIONS(1977), [anon_sym_alias] = ACTIONS(1977), @@ -166273,10 +168954,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1977), [anon_sym_use] = ACTIONS(1977), [anon_sym_LBRACK] = ACTIONS(1977), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), + [anon_sym_LPAREN] = ACTIONS(2027), + [anon_sym_DOLLAR] = ACTIONS(2029), [anon_sym_error] = ACTIONS(1977), - [anon_sym_LT] = ACTIONS(2039), + [anon_sym_LT] = ACTIONS(2031), [anon_sym_DASH] = ACTIONS(1977), [anon_sym_break] = ACTIONS(1977), [anon_sym_continue] = ACTIONS(1977), @@ -166288,7 +168969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(1977), [anon_sym_LBRACE] = ACTIONS(1977), [anon_sym_DOT] = ACTIONS(1977), - [anon_sym_DOT2] = ACTIONS(1999), + [anon_sym_DOT2] = ACTIONS(2033), [anon_sym_try] = ACTIONS(1977), [anon_sym_return] = ACTIONS(1977), [anon_sym_source] = ACTIONS(1977), @@ -166300,11 +168981,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1977), [anon_sym_PLUS] = ACTIONS(1977), [anon_sym_not] = ACTIONS(1977), - [anon_sym_EQ2] = ACTIONS(2041), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(1977), + [anon_sym_EQ2] = ACTIONS(2035), + [aux_sym__immediate_decimal_token1] = ACTIONS(2037), + [anon_sym_DASH2] = ACTIONS(2039), + [anon_sym_PLUS2] = ACTIONS(2041), + [anon_sym_null] = ACTIONS(1977), [anon_sym_true] = ACTIONS(1977), [anon_sym_false] = ACTIONS(1977), [aux_sym__val_number_decimal_token1] = ACTIONS(1977), @@ -166326,1343 +169007,906 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1977), [anon_sym_POUND] = ACTIONS(105), }, - [826] = { - [sym_expr_parenthesized] = STATE(1467), - [sym__immediate_decimal] = STATE(1468), - [sym_val_variable] = STATE(1467), - [sym__var] = STATE(1121), - [sym_comment] = STATE(826), - [ts_builtin_sym_end] = ACTIONS(1925), - [anon_sym_export] = ACTIONS(1923), - [anon_sym_alias] = ACTIONS(1923), - [anon_sym_let] = ACTIONS(1923), - [anon_sym_let_DASHenv] = ACTIONS(1923), - [anon_sym_mut] = ACTIONS(1923), - [anon_sym_const] = ACTIONS(1923), - [anon_sym_SEMI] = ACTIONS(1923), - [sym_cmd_identifier] = ACTIONS(1923), - [anon_sym_LF] = ACTIONS(1925), - [anon_sym_def] = ACTIONS(1923), - [anon_sym_export_DASHenv] = ACTIONS(1923), - [anon_sym_extern] = ACTIONS(1923), - [anon_sym_module] = ACTIONS(1923), - [anon_sym_use] = ACTIONS(1923), - [anon_sym_LBRACK] = ACTIONS(1923), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(1923), + [843] = { + [sym_comment] = STATE(843), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_PIPE] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), [anon_sym_LT] = ACTIONS(2043), - [anon_sym_DASH] = ACTIONS(1923), - [anon_sym_break] = ACTIONS(1923), - [anon_sym_continue] = ACTIONS(1923), - [anon_sym_for] = ACTIONS(1923), - [anon_sym_loop] = ACTIONS(1923), - [anon_sym_while] = ACTIONS(1923), - [anon_sym_do] = ACTIONS(1923), - [anon_sym_if] = ACTIONS(1923), - [anon_sym_match] = ACTIONS(1923), - [anon_sym_LBRACE] = ACTIONS(1923), - [anon_sym_DOT] = ACTIONS(1923), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(1923), - [anon_sym_return] = ACTIONS(1923), - [anon_sym_source] = ACTIONS(1923), - [anon_sym_source_DASHenv] = ACTIONS(1923), - [anon_sym_register] = ACTIONS(1923), - [anon_sym_hide] = ACTIONS(1923), - [anon_sym_hide_DASHenv] = ACTIONS(1923), - [anon_sym_overlay] = ACTIONS(1923), - [anon_sym_where] = ACTIONS(1923), - [anon_sym_PLUS] = ACTIONS(1923), - [anon_sym_not] = ACTIONS(1923), - [anon_sym_EQ2] = ACTIONS(2045), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(1923), - [anon_sym_true] = ACTIONS(1923), - [anon_sym_false] = ACTIONS(1923), - [aux_sym__val_number_decimal_token1] = ACTIONS(1923), - [aux_sym__val_number_token1] = ACTIONS(1923), - [aux_sym__val_number_token2] = ACTIONS(1923), - [aux_sym__val_number_token3] = ACTIONS(1923), - [aux_sym__val_number_token4] = ACTIONS(1923), - [aux_sym__val_number_token5] = ACTIONS(1923), - [aux_sym__val_number_token6] = ACTIONS(1923), - [anon_sym_0b] = ACTIONS(1923), - [anon_sym_0o] = ACTIONS(1923), - [anon_sym_0x] = ACTIONS(1923), - [sym_val_date] = ACTIONS(1923), - [anon_sym_DQUOTE] = ACTIONS(1923), - [sym__str_single_quotes] = ACTIONS(1923), - [sym__str_back_ticks] = ACTIONS(1923), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1923), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1923), - [anon_sym_CARET] = ACTIONS(1923), - [anon_sym_POUND] = ACTIONS(105), - }, - [827] = { - [sym_expr_parenthesized] = STATE(1249), - [sym__immediate_decimal] = STATE(1248), - [sym_val_variable] = STATE(1249), - [sym__var] = STATE(1035), - [sym_comment] = STATE(827), - [anon_sym_export] = ACTIONS(2047), - [anon_sym_alias] = ACTIONS(2047), - [anon_sym_let] = ACTIONS(2047), - [anon_sym_let_DASHenv] = ACTIONS(2047), - [anon_sym_mut] = ACTIONS(2047), - [anon_sym_const] = ACTIONS(2047), - [anon_sym_SEMI] = ACTIONS(2047), - [sym_cmd_identifier] = ACTIONS(2047), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_def] = ACTIONS(2047), - [anon_sym_export_DASHenv] = ACTIONS(2047), - [anon_sym_extern] = ACTIONS(2047), - [anon_sym_module] = ACTIONS(2047), - [anon_sym_use] = ACTIONS(2047), - [anon_sym_LBRACK] = ACTIONS(2047), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2047), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2047), - [anon_sym_DASH] = ACTIONS(2047), - [anon_sym_break] = ACTIONS(2047), - [anon_sym_continue] = ACTIONS(2047), - [anon_sym_for] = ACTIONS(2047), - [anon_sym_loop] = ACTIONS(2047), - [anon_sym_while] = ACTIONS(2047), - [anon_sym_do] = ACTIONS(2047), - [anon_sym_if] = ACTIONS(2047), - [anon_sym_match] = ACTIONS(2047), - [anon_sym_LBRACE] = ACTIONS(2047), - [anon_sym_RBRACE] = ACTIONS(2047), - [anon_sym_DOT] = ACTIONS(2047), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2047), - [anon_sym_return] = ACTIONS(2047), - [anon_sym_source] = ACTIONS(2047), - [anon_sym_source_DASHenv] = ACTIONS(2047), - [anon_sym_register] = ACTIONS(2047), - [anon_sym_hide] = ACTIONS(2047), - [anon_sym_hide_DASHenv] = ACTIONS(2047), - [anon_sym_overlay] = ACTIONS(2047), - [anon_sym_where] = ACTIONS(2047), - [anon_sym_PLUS] = ACTIONS(2047), - [anon_sym_not] = ACTIONS(2047), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2047), - [anon_sym_true] = ACTIONS(2047), - [anon_sym_false] = ACTIONS(2047), - [aux_sym__val_number_decimal_token1] = ACTIONS(2047), - [aux_sym__val_number_token1] = ACTIONS(2047), - [aux_sym__val_number_token2] = ACTIONS(2047), - [aux_sym__val_number_token3] = ACTIONS(2047), - [aux_sym__val_number_token4] = ACTIONS(2047), - [aux_sym__val_number_token5] = ACTIONS(2047), - [aux_sym__val_number_token6] = ACTIONS(2047), - [anon_sym_0b] = ACTIONS(2047), - [anon_sym_0o] = ACTIONS(2047), - [anon_sym_0x] = ACTIONS(2047), - [sym_val_date] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(2047), - [sym__str_single_quotes] = ACTIONS(2047), - [sym__str_back_ticks] = ACTIONS(2047), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2047), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2047), - [anon_sym_CARET] = ACTIONS(2047), - [anon_sym_POUND] = ACTIONS(105), - }, - [828] = { - [sym_expr_parenthesized] = STATE(1243), - [sym__immediate_decimal] = STATE(1240), - [sym_val_variable] = STATE(1243), - [sym__var] = STATE(1035), - [sym_comment] = STATE(828), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [anon_sym_SEMI] = ACTIONS(2051), - [sym_cmd_identifier] = ACTIONS(2051), - [anon_sym_LF] = ACTIONS(2053), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LBRACK] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_LBRACE] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2051), - [anon_sym_DOT] = ACTIONS(2051), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_where] = ACTIONS(2051), - [anon_sym_PLUS] = ACTIONS(2051), - [anon_sym_not] = ACTIONS(2051), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2051), - [anon_sym_true] = ACTIONS(2051), - [anon_sym_false] = ACTIONS(2051), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_token1] = ACTIONS(2051), - [aux_sym__val_number_token2] = ACTIONS(2051), - [aux_sym__val_number_token3] = ACTIONS(2051), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_0b] = ACTIONS(2051), - [anon_sym_0o] = ACTIONS(2051), - [anon_sym_0x] = ACTIONS(2051), - [sym_val_date] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2051), - [sym__str_single_quotes] = ACTIONS(2051), - [sym__str_back_ticks] = ACTIONS(2051), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2051), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2051), - [anon_sym_CARET] = ACTIONS(2051), - [anon_sym_POUND] = ACTIONS(105), - }, - [829] = { - [sym_expr_parenthesized] = STATE(1284), - [sym__immediate_decimal] = STATE(1283), - [sym_val_variable] = STATE(1284), - [sym__var] = STATE(1035), - [sym_comment] = STATE(829), - [anon_sym_export] = ACTIONS(2055), - [anon_sym_alias] = ACTIONS(2055), - [anon_sym_let] = ACTIONS(2055), - [anon_sym_let_DASHenv] = ACTIONS(2055), - [anon_sym_mut] = ACTIONS(2055), - [anon_sym_const] = ACTIONS(2055), - [anon_sym_SEMI] = ACTIONS(2055), - [sym_cmd_identifier] = ACTIONS(2055), - [anon_sym_LF] = ACTIONS(2057), - [anon_sym_def] = ACTIONS(2055), - [anon_sym_export_DASHenv] = ACTIONS(2055), - [anon_sym_extern] = ACTIONS(2055), - [anon_sym_module] = ACTIONS(2055), - [anon_sym_use] = ACTIONS(2055), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2055), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2055), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_break] = ACTIONS(2055), - [anon_sym_continue] = ACTIONS(2055), - [anon_sym_for] = ACTIONS(2055), - [anon_sym_loop] = ACTIONS(2055), - [anon_sym_while] = ACTIONS(2055), - [anon_sym_do] = ACTIONS(2055), - [anon_sym_if] = ACTIONS(2055), - [anon_sym_match] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2055), - [anon_sym_RBRACE] = ACTIONS(2055), - [anon_sym_DOT] = ACTIONS(2055), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2055), - [anon_sym_return] = ACTIONS(2055), - [anon_sym_source] = ACTIONS(2055), - [anon_sym_source_DASHenv] = ACTIONS(2055), - [anon_sym_register] = ACTIONS(2055), - [anon_sym_hide] = ACTIONS(2055), - [anon_sym_hide_DASHenv] = ACTIONS(2055), - [anon_sym_overlay] = ACTIONS(2055), - [anon_sym_where] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_not] = ACTIONS(2055), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2055), - [anon_sym_true] = ACTIONS(2055), - [anon_sym_false] = ACTIONS(2055), - [aux_sym__val_number_decimal_token1] = ACTIONS(2055), - [aux_sym__val_number_token1] = ACTIONS(2055), - [aux_sym__val_number_token2] = ACTIONS(2055), - [aux_sym__val_number_token3] = ACTIONS(2055), - [aux_sym__val_number_token4] = ACTIONS(2055), - [aux_sym__val_number_token5] = ACTIONS(2055), - [aux_sym__val_number_token6] = ACTIONS(2055), - [anon_sym_0b] = ACTIONS(2055), - [anon_sym_0o] = ACTIONS(2055), - [anon_sym_0x] = ACTIONS(2055), - [sym_val_date] = ACTIONS(2055), - [anon_sym_DQUOTE] = ACTIONS(2055), - [sym__str_single_quotes] = ACTIONS(2055), - [sym__str_back_ticks] = ACTIONS(2055), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2055), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2055), - [anon_sym_CARET] = ACTIONS(2055), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(2045), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(2043), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_err_GT] = ACTIONS(1369), + [anon_sym_out_GT] = ACTIONS(1369), + [anon_sym_e_GT] = ACTIONS(1369), + [anon_sym_o_GT] = ACTIONS(1369), + [anon_sym_err_PLUSout_GT] = ACTIONS(1369), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1369), + [anon_sym_o_PLUSe_GT] = ACTIONS(1369), + [anon_sym_e_PLUSo_GT] = ACTIONS(1369), + [aux_sym_unquoted_token1] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(2047), + [aux_sym_unquoted_token6] = ACTIONS(2049), [anon_sym_POUND] = ACTIONS(105), }, - [830] = { - [sym_expr_parenthesized] = STATE(1281), - [sym__immediate_decimal] = STATE(1278), - [sym_val_variable] = STATE(1281), - [sym__var] = STATE(1035), - [sym_comment] = STATE(830), - [anon_sym_export] = ACTIONS(2059), - [anon_sym_alias] = ACTIONS(2059), - [anon_sym_let] = ACTIONS(2059), - [anon_sym_let_DASHenv] = ACTIONS(2059), - [anon_sym_mut] = ACTIONS(2059), - [anon_sym_const] = ACTIONS(2059), - [anon_sym_SEMI] = ACTIONS(2059), - [sym_cmd_identifier] = ACTIONS(2059), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_def] = ACTIONS(2059), - [anon_sym_export_DASHenv] = ACTIONS(2059), - [anon_sym_extern] = ACTIONS(2059), - [anon_sym_module] = ACTIONS(2059), - [anon_sym_use] = ACTIONS(2059), - [anon_sym_LBRACK] = ACTIONS(2059), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2059), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2059), - [anon_sym_DASH] = ACTIONS(2059), - [anon_sym_break] = ACTIONS(2059), - [anon_sym_continue] = ACTIONS(2059), - [anon_sym_for] = ACTIONS(2059), - [anon_sym_loop] = ACTIONS(2059), - [anon_sym_while] = ACTIONS(2059), - [anon_sym_do] = ACTIONS(2059), - [anon_sym_if] = ACTIONS(2059), - [anon_sym_match] = ACTIONS(2059), - [anon_sym_LBRACE] = ACTIONS(2059), - [anon_sym_RBRACE] = ACTIONS(2059), - [anon_sym_DOT] = ACTIONS(2059), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2059), - [anon_sym_return] = ACTIONS(2059), - [anon_sym_source] = ACTIONS(2059), - [anon_sym_source_DASHenv] = ACTIONS(2059), - [anon_sym_register] = ACTIONS(2059), - [anon_sym_hide] = ACTIONS(2059), - [anon_sym_hide_DASHenv] = ACTIONS(2059), - [anon_sym_overlay] = ACTIONS(2059), - [anon_sym_where] = ACTIONS(2059), - [anon_sym_PLUS] = ACTIONS(2059), - [anon_sym_not] = ACTIONS(2059), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2059), - [anon_sym_true] = ACTIONS(2059), - [anon_sym_false] = ACTIONS(2059), - [aux_sym__val_number_decimal_token1] = ACTIONS(2059), - [aux_sym__val_number_token1] = ACTIONS(2059), - [aux_sym__val_number_token2] = ACTIONS(2059), - [aux_sym__val_number_token3] = ACTIONS(2059), - [aux_sym__val_number_token4] = ACTIONS(2059), - [aux_sym__val_number_token5] = ACTIONS(2059), - [aux_sym__val_number_token6] = ACTIONS(2059), - [anon_sym_0b] = ACTIONS(2059), - [anon_sym_0o] = ACTIONS(2059), - [anon_sym_0x] = ACTIONS(2059), - [sym_val_date] = ACTIONS(2059), - [anon_sym_DQUOTE] = ACTIONS(2059), - [sym__str_single_quotes] = ACTIONS(2059), - [sym__str_back_ticks] = ACTIONS(2059), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2059), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2059), - [anon_sym_CARET] = ACTIONS(2059), - [anon_sym_POUND] = ACTIONS(105), - }, - [831] = { - [sym_expr_parenthesized] = STATE(1288), - [sym__immediate_decimal] = STATE(1287), - [sym_val_variable] = STATE(1288), - [sym__var] = STATE(1035), - [sym_comment] = STATE(831), - [anon_sym_export] = ACTIONS(2063), - [anon_sym_alias] = ACTIONS(2063), - [anon_sym_let] = ACTIONS(2063), - [anon_sym_let_DASHenv] = ACTIONS(2063), - [anon_sym_mut] = ACTIONS(2063), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_SEMI] = ACTIONS(2063), - [sym_cmd_identifier] = ACTIONS(2063), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_def] = ACTIONS(2063), - [anon_sym_export_DASHenv] = ACTIONS(2063), - [anon_sym_extern] = ACTIONS(2063), - [anon_sym_module] = ACTIONS(2063), - [anon_sym_use] = ACTIONS(2063), - [anon_sym_LBRACK] = ACTIONS(2063), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2063), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2063), - [anon_sym_DASH] = ACTIONS(2063), - [anon_sym_break] = ACTIONS(2063), - [anon_sym_continue] = ACTIONS(2063), - [anon_sym_for] = ACTIONS(2063), - [anon_sym_loop] = ACTIONS(2063), - [anon_sym_while] = ACTIONS(2063), - [anon_sym_do] = ACTIONS(2063), - [anon_sym_if] = ACTIONS(2063), - [anon_sym_match] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(2063), - [anon_sym_RBRACE] = ACTIONS(2063), - [anon_sym_DOT] = ACTIONS(2063), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2063), - [anon_sym_return] = ACTIONS(2063), - [anon_sym_source] = ACTIONS(2063), - [anon_sym_source_DASHenv] = ACTIONS(2063), - [anon_sym_register] = ACTIONS(2063), - [anon_sym_hide] = ACTIONS(2063), - [anon_sym_hide_DASHenv] = ACTIONS(2063), - [anon_sym_overlay] = ACTIONS(2063), - [anon_sym_where] = ACTIONS(2063), - [anon_sym_PLUS] = ACTIONS(2063), - [anon_sym_not] = ACTIONS(2063), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2063), - [anon_sym_true] = ACTIONS(2063), - [anon_sym_false] = ACTIONS(2063), - [aux_sym__val_number_decimal_token1] = ACTIONS(2063), - [aux_sym__val_number_token1] = ACTIONS(2063), - [aux_sym__val_number_token2] = ACTIONS(2063), - [aux_sym__val_number_token3] = ACTIONS(2063), - [aux_sym__val_number_token4] = ACTIONS(2063), - [aux_sym__val_number_token5] = ACTIONS(2063), - [aux_sym__val_number_token6] = ACTIONS(2063), - [anon_sym_0b] = ACTIONS(2063), - [anon_sym_0o] = ACTIONS(2063), - [anon_sym_0x] = ACTIONS(2063), - [sym_val_date] = ACTIONS(2063), - [anon_sym_DQUOTE] = ACTIONS(2063), - [sym__str_single_quotes] = ACTIONS(2063), - [sym__str_back_ticks] = ACTIONS(2063), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2063), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2063), - [anon_sym_CARET] = ACTIONS(2063), + [844] = { + [sym_expr_parenthesized] = STATE(1541), + [sym__immediate_decimal] = STATE(1531), + [sym_val_variable] = STATE(1541), + [sym__var] = STATE(1129), + [sym_comment] = STATE(844), + [ts_builtin_sym_end] = ACTIONS(2013), + [anon_sym_export] = ACTIONS(2011), + [anon_sym_alias] = ACTIONS(2011), + [anon_sym_let] = ACTIONS(2011), + [anon_sym_let_DASHenv] = ACTIONS(2011), + [anon_sym_mut] = ACTIONS(2011), + [anon_sym_const] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [sym_cmd_identifier] = ACTIONS(2011), + [anon_sym_LF] = ACTIONS(2013), + [anon_sym_def] = ACTIONS(2011), + [anon_sym_export_DASHenv] = ACTIONS(2011), + [anon_sym_extern] = ACTIONS(2011), + [anon_sym_module] = ACTIONS(2011), + [anon_sym_use] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2011), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2011), + [anon_sym_LT] = ACTIONS(2053), + [anon_sym_DASH] = ACTIONS(2011), + [anon_sym_break] = ACTIONS(2011), + [anon_sym_continue] = ACTIONS(2011), + [anon_sym_for] = ACTIONS(2011), + [anon_sym_loop] = ACTIONS(2011), + [anon_sym_while] = ACTIONS(2011), + [anon_sym_do] = ACTIONS(2011), + [anon_sym_if] = ACTIONS(2011), + [anon_sym_match] = ACTIONS(2011), + [anon_sym_LBRACE] = ACTIONS(2011), + [anon_sym_DOT] = ACTIONS(2011), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2011), + [anon_sym_return] = ACTIONS(2011), + [anon_sym_source] = ACTIONS(2011), + [anon_sym_source_DASHenv] = ACTIONS(2011), + [anon_sym_register] = ACTIONS(2011), + [anon_sym_hide] = ACTIONS(2011), + [anon_sym_hide_DASHenv] = ACTIONS(2011), + [anon_sym_overlay] = ACTIONS(2011), + [anon_sym_where] = ACTIONS(2011), + [anon_sym_PLUS] = ACTIONS(2011), + [anon_sym_not] = ACTIONS(2011), + [anon_sym_EQ2] = ACTIONS(2057), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2011), + [anon_sym_true] = ACTIONS(2011), + [anon_sym_false] = ACTIONS(2011), + [aux_sym__val_number_decimal_token1] = ACTIONS(2011), + [aux_sym__val_number_token1] = ACTIONS(2011), + [aux_sym__val_number_token2] = ACTIONS(2011), + [aux_sym__val_number_token3] = ACTIONS(2011), + [aux_sym__val_number_token4] = ACTIONS(2011), + [aux_sym__val_number_token5] = ACTIONS(2011), + [aux_sym__val_number_token6] = ACTIONS(2011), + [anon_sym_0b] = ACTIONS(2011), + [anon_sym_0o] = ACTIONS(2011), + [anon_sym_0x] = ACTIONS(2011), + [sym_val_date] = ACTIONS(2011), + [anon_sym_DQUOTE] = ACTIONS(2011), + [sym__str_single_quotes] = ACTIONS(2011), + [sym__str_back_ticks] = ACTIONS(2011), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2011), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2011), + [anon_sym_CARET] = ACTIONS(2011), [anon_sym_POUND] = ACTIONS(105), }, - [832] = { - [sym_expr_parenthesized] = STATE(1291), - [sym__immediate_decimal] = STATE(1290), - [sym_val_variable] = STATE(1291), - [sym__var] = STATE(1035), - [sym_comment] = STATE(832), - [anon_sym_export] = ACTIONS(2067), - [anon_sym_alias] = ACTIONS(2067), - [anon_sym_let] = ACTIONS(2067), - [anon_sym_let_DASHenv] = ACTIONS(2067), - [anon_sym_mut] = ACTIONS(2067), - [anon_sym_const] = ACTIONS(2067), - [anon_sym_SEMI] = ACTIONS(2067), - [sym_cmd_identifier] = ACTIONS(2067), - [anon_sym_LF] = ACTIONS(2069), - [anon_sym_def] = ACTIONS(2067), - [anon_sym_export_DASHenv] = ACTIONS(2067), - [anon_sym_extern] = ACTIONS(2067), - [anon_sym_module] = ACTIONS(2067), - [anon_sym_use] = ACTIONS(2067), - [anon_sym_LBRACK] = ACTIONS(2067), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2067), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2067), - [anon_sym_DASH] = ACTIONS(2067), - [anon_sym_break] = ACTIONS(2067), - [anon_sym_continue] = ACTIONS(2067), - [anon_sym_for] = ACTIONS(2067), - [anon_sym_loop] = ACTIONS(2067), - [anon_sym_while] = ACTIONS(2067), - [anon_sym_do] = ACTIONS(2067), - [anon_sym_if] = ACTIONS(2067), - [anon_sym_match] = ACTIONS(2067), - [anon_sym_LBRACE] = ACTIONS(2067), - [anon_sym_RBRACE] = ACTIONS(2067), - [anon_sym_DOT] = ACTIONS(2067), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2067), - [anon_sym_return] = ACTIONS(2067), - [anon_sym_source] = ACTIONS(2067), - [anon_sym_source_DASHenv] = ACTIONS(2067), - [anon_sym_register] = ACTIONS(2067), - [anon_sym_hide] = ACTIONS(2067), - [anon_sym_hide_DASHenv] = ACTIONS(2067), - [anon_sym_overlay] = ACTIONS(2067), - [anon_sym_where] = ACTIONS(2067), - [anon_sym_PLUS] = ACTIONS(2067), - [anon_sym_not] = ACTIONS(2067), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2067), - [anon_sym_true] = ACTIONS(2067), - [anon_sym_false] = ACTIONS(2067), - [aux_sym__val_number_decimal_token1] = ACTIONS(2067), - [aux_sym__val_number_token1] = ACTIONS(2067), - [aux_sym__val_number_token2] = ACTIONS(2067), - [aux_sym__val_number_token3] = ACTIONS(2067), - [aux_sym__val_number_token4] = ACTIONS(2067), - [aux_sym__val_number_token5] = ACTIONS(2067), - [aux_sym__val_number_token6] = ACTIONS(2067), - [anon_sym_0b] = ACTIONS(2067), - [anon_sym_0o] = ACTIONS(2067), - [anon_sym_0x] = ACTIONS(2067), - [sym_val_date] = ACTIONS(2067), - [anon_sym_DQUOTE] = ACTIONS(2067), - [sym__str_single_quotes] = ACTIONS(2067), - [sym__str_back_ticks] = ACTIONS(2067), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2067), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2067), - [anon_sym_CARET] = ACTIONS(2067), + [845] = { + [sym_expr_parenthesized] = STATE(1515), + [sym__immediate_decimal] = STATE(1512), + [sym_val_variable] = STATE(1515), + [sym__var] = STATE(1129), + [sym_comment] = STATE(845), + [ts_builtin_sym_end] = ACTIONS(1959), + [anon_sym_export] = ACTIONS(1957), + [anon_sym_alias] = ACTIONS(1957), + [anon_sym_let] = ACTIONS(1957), + [anon_sym_let_DASHenv] = ACTIONS(1957), + [anon_sym_mut] = ACTIONS(1957), + [anon_sym_const] = ACTIONS(1957), + [anon_sym_SEMI] = ACTIONS(1957), + [sym_cmd_identifier] = ACTIONS(1957), + [anon_sym_LF] = ACTIONS(1959), + [anon_sym_def] = ACTIONS(1957), + [anon_sym_export_DASHenv] = ACTIONS(1957), + [anon_sym_extern] = ACTIONS(1957), + [anon_sym_module] = ACTIONS(1957), + [anon_sym_use] = ACTIONS(1957), + [anon_sym_LBRACK] = ACTIONS(1957), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(1957), + [anon_sym_LT] = ACTIONS(2065), + [anon_sym_DASH] = ACTIONS(1957), + [anon_sym_break] = ACTIONS(1957), + [anon_sym_continue] = ACTIONS(1957), + [anon_sym_for] = ACTIONS(1957), + [anon_sym_loop] = ACTIONS(1957), + [anon_sym_while] = ACTIONS(1957), + [anon_sym_do] = ACTIONS(1957), + [anon_sym_if] = ACTIONS(1957), + [anon_sym_match] = ACTIONS(1957), + [anon_sym_LBRACE] = ACTIONS(1957), + [anon_sym_DOT] = ACTIONS(1957), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(1957), + [anon_sym_return] = ACTIONS(1957), + [anon_sym_source] = ACTIONS(1957), + [anon_sym_source_DASHenv] = ACTIONS(1957), + [anon_sym_register] = ACTIONS(1957), + [anon_sym_hide] = ACTIONS(1957), + [anon_sym_hide_DASHenv] = ACTIONS(1957), + [anon_sym_overlay] = ACTIONS(1957), + [anon_sym_where] = ACTIONS(1957), + [anon_sym_PLUS] = ACTIONS(1957), + [anon_sym_not] = ACTIONS(1957), + [anon_sym_EQ2] = ACTIONS(2067), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(1957), + [anon_sym_true] = ACTIONS(1957), + [anon_sym_false] = ACTIONS(1957), + [aux_sym__val_number_decimal_token1] = ACTIONS(1957), + [aux_sym__val_number_token1] = ACTIONS(1957), + [aux_sym__val_number_token2] = ACTIONS(1957), + [aux_sym__val_number_token3] = ACTIONS(1957), + [aux_sym__val_number_token4] = ACTIONS(1957), + [aux_sym__val_number_token5] = ACTIONS(1957), + [aux_sym__val_number_token6] = ACTIONS(1957), + [anon_sym_0b] = ACTIONS(1957), + [anon_sym_0o] = ACTIONS(1957), + [anon_sym_0x] = ACTIONS(1957), + [sym_val_date] = ACTIONS(1957), + [anon_sym_DQUOTE] = ACTIONS(1957), + [sym__str_single_quotes] = ACTIONS(1957), + [sym__str_back_ticks] = ACTIONS(1957), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1957), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1957), + [anon_sym_CARET] = ACTIONS(1957), [anon_sym_POUND] = ACTIONS(105), }, - [833] = { - [sym_comment] = STATE(833), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_PIPE] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(2071), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(2073), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), + [846] = { + [sym_expr_parenthesized] = STATE(1520), + [sym__immediate_decimal] = STATE(1549), + [sym_val_variable] = STATE(1520), + [sym__var] = STATE(1129), + [sym_comment] = STATE(846), + [ts_builtin_sym_end] = ACTIONS(2021), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_alias] = ACTIONS(2019), + [anon_sym_let] = ACTIONS(2019), + [anon_sym_let_DASHenv] = ACTIONS(2019), + [anon_sym_mut] = ACTIONS(2019), + [anon_sym_const] = ACTIONS(2019), + [anon_sym_SEMI] = ACTIONS(2019), + [sym_cmd_identifier] = ACTIONS(2019), + [anon_sym_LF] = ACTIONS(2021), + [anon_sym_def] = ACTIONS(2019), + [anon_sym_export_DASHenv] = ACTIONS(2019), + [anon_sym_extern] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_use] = ACTIONS(2019), + [anon_sym_LBRACK] = ACTIONS(2019), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(2069), + [anon_sym_DASH] = ACTIONS(2019), + [anon_sym_break] = ACTIONS(2019), + [anon_sym_continue] = ACTIONS(2019), + [anon_sym_for] = ACTIONS(2019), + [anon_sym_loop] = ACTIONS(2019), + [anon_sym_while] = ACTIONS(2019), + [anon_sym_do] = ACTIONS(2019), + [anon_sym_if] = ACTIONS(2019), + [anon_sym_match] = ACTIONS(2019), + [anon_sym_LBRACE] = ACTIONS(2019), + [anon_sym_DOT] = ACTIONS(2019), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2019), + [anon_sym_return] = ACTIONS(2019), + [anon_sym_source] = ACTIONS(2019), + [anon_sym_source_DASHenv] = ACTIONS(2019), + [anon_sym_register] = ACTIONS(2019), + [anon_sym_hide] = ACTIONS(2019), + [anon_sym_hide_DASHenv] = ACTIONS(2019), + [anon_sym_overlay] = ACTIONS(2019), + [anon_sym_where] = ACTIONS(2019), + [anon_sym_PLUS] = ACTIONS(2019), + [anon_sym_not] = ACTIONS(2019), [anon_sym_EQ2] = ACTIONS(2071), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_err_GT] = ACTIONS(1343), - [anon_sym_out_GT] = ACTIONS(1343), - [anon_sym_e_GT] = ACTIONS(1343), - [anon_sym_o_GT] = ACTIONS(1343), - [anon_sym_err_PLUSout_GT] = ACTIONS(1343), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1343), - [anon_sym_o_PLUSe_GT] = ACTIONS(1343), - [anon_sym_e_PLUSo_GT] = ACTIONS(1343), - [aux_sym_unquoted_token1] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(2075), - [aux_sym_unquoted_token6] = ACTIONS(2077), - [anon_sym_POUND] = ACTIONS(105), - }, - [834] = { - [sym_expr_parenthesized] = STATE(1230), - [sym__immediate_decimal] = STATE(1229), - [sym_val_variable] = STATE(1230), - [sym__var] = STATE(1035), - [sym_comment] = STATE(834), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_alias] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_let_DASHenv] = ACTIONS(2079), - [anon_sym_mut] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2079), - [sym_cmd_identifier] = ACTIONS(2079), - [anon_sym_LF] = ACTIONS(2081), - [anon_sym_def] = ACTIONS(2079), - [anon_sym_export_DASHenv] = ACTIONS(2079), - [anon_sym_extern] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_use] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2079), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_loop] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_match] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2079), - [anon_sym_RBRACE] = ACTIONS(2079), - [anon_sym_DOT] = ACTIONS(2079), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_source] = ACTIONS(2079), - [anon_sym_source_DASHenv] = ACTIONS(2079), - [anon_sym_register] = ACTIONS(2079), - [anon_sym_hide] = ACTIONS(2079), - [anon_sym_hide_DASHenv] = ACTIONS(2079), - [anon_sym_overlay] = ACTIONS(2079), - [anon_sym_where] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_not] = ACTIONS(2079), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2079), - [anon_sym_true] = ACTIONS(2079), - [anon_sym_false] = ACTIONS(2079), - [aux_sym__val_number_decimal_token1] = ACTIONS(2079), - [aux_sym__val_number_token1] = ACTIONS(2079), - [aux_sym__val_number_token2] = ACTIONS(2079), - [aux_sym__val_number_token3] = ACTIONS(2079), - [aux_sym__val_number_token4] = ACTIONS(2079), - [aux_sym__val_number_token5] = ACTIONS(2079), - [aux_sym__val_number_token6] = ACTIONS(2079), - [anon_sym_0b] = ACTIONS(2079), - [anon_sym_0o] = ACTIONS(2079), - [anon_sym_0x] = ACTIONS(2079), - [sym_val_date] = ACTIONS(2079), - [anon_sym_DQUOTE] = ACTIONS(2079), - [sym__str_single_quotes] = ACTIONS(2079), - [sym__str_back_ticks] = ACTIONS(2079), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2079), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2079), - [anon_sym_CARET] = ACTIONS(2079), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2019), + [anon_sym_true] = ACTIONS(2019), + [anon_sym_false] = ACTIONS(2019), + [aux_sym__val_number_decimal_token1] = ACTIONS(2019), + [aux_sym__val_number_token1] = ACTIONS(2019), + [aux_sym__val_number_token2] = ACTIONS(2019), + [aux_sym__val_number_token3] = ACTIONS(2019), + [aux_sym__val_number_token4] = ACTIONS(2019), + [aux_sym__val_number_token5] = ACTIONS(2019), + [aux_sym__val_number_token6] = ACTIONS(2019), + [anon_sym_0b] = ACTIONS(2019), + [anon_sym_0o] = ACTIONS(2019), + [anon_sym_0x] = ACTIONS(2019), + [sym_val_date] = ACTIONS(2019), + [anon_sym_DQUOTE] = ACTIONS(2019), + [sym__str_single_quotes] = ACTIONS(2019), + [sym__str_back_ticks] = ACTIONS(2019), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2019), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2019), + [anon_sym_CARET] = ACTIONS(2019), [anon_sym_POUND] = ACTIONS(105), }, - [835] = { - [sym_expr_parenthesized] = STATE(1237), - [sym__immediate_decimal] = STATE(1236), - [sym_val_variable] = STATE(1237), - [sym__var] = STATE(1035), - [sym_comment] = STATE(835), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_alias] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_let_DASHenv] = ACTIONS(2083), - [anon_sym_mut] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2083), - [sym_cmd_identifier] = ACTIONS(2083), - [anon_sym_LF] = ACTIONS(2085), - [anon_sym_def] = ACTIONS(2083), - [anon_sym_export_DASHenv] = ACTIONS(2083), - [anon_sym_extern] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_use] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2083), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_loop] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_match] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2083), - [anon_sym_RBRACE] = ACTIONS(2083), - [anon_sym_DOT] = ACTIONS(2083), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_source] = ACTIONS(2083), - [anon_sym_source_DASHenv] = ACTIONS(2083), - [anon_sym_register] = ACTIONS(2083), - [anon_sym_hide] = ACTIONS(2083), - [anon_sym_hide_DASHenv] = ACTIONS(2083), - [anon_sym_overlay] = ACTIONS(2083), - [anon_sym_where] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_not] = ACTIONS(2083), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2083), - [anon_sym_true] = ACTIONS(2083), - [anon_sym_false] = ACTIONS(2083), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_token1] = ACTIONS(2083), - [aux_sym__val_number_token2] = ACTIONS(2083), - [aux_sym__val_number_token3] = ACTIONS(2083), - [aux_sym__val_number_token4] = ACTIONS(2083), - [aux_sym__val_number_token5] = ACTIONS(2083), - [aux_sym__val_number_token6] = ACTIONS(2083), - [anon_sym_0b] = ACTIONS(2083), - [anon_sym_0o] = ACTIONS(2083), - [anon_sym_0x] = ACTIONS(2083), - [sym_val_date] = ACTIONS(2083), - [anon_sym_DQUOTE] = ACTIONS(2083), - [sym__str_single_quotes] = ACTIONS(2083), - [sym__str_back_ticks] = ACTIONS(2083), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2083), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2083), - [anon_sym_CARET] = ACTIONS(2083), - [anon_sym_POUND] = ACTIONS(105), - }, - [836] = { - [sym_expr_parenthesized] = STATE(1235), - [sym__immediate_decimal] = STATE(1234), - [sym_val_variable] = STATE(1235), - [sym__var] = STATE(1035), - [sym_comment] = STATE(836), - [anon_sym_export] = ACTIONS(2087), - [anon_sym_alias] = ACTIONS(2087), - [anon_sym_let] = ACTIONS(2087), - [anon_sym_let_DASHenv] = ACTIONS(2087), - [anon_sym_mut] = ACTIONS(2087), - [anon_sym_const] = ACTIONS(2087), - [anon_sym_SEMI] = ACTIONS(2087), - [sym_cmd_identifier] = ACTIONS(2087), - [anon_sym_LF] = ACTIONS(2089), - [anon_sym_def] = ACTIONS(2087), - [anon_sym_export_DASHenv] = ACTIONS(2087), - [anon_sym_extern] = ACTIONS(2087), - [anon_sym_module] = ACTIONS(2087), - [anon_sym_use] = ACTIONS(2087), - [anon_sym_LBRACK] = ACTIONS(2087), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2087), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2087), - [anon_sym_DASH] = ACTIONS(2087), - [anon_sym_break] = ACTIONS(2087), - [anon_sym_continue] = ACTIONS(2087), - [anon_sym_for] = ACTIONS(2087), - [anon_sym_loop] = ACTIONS(2087), - [anon_sym_while] = ACTIONS(2087), - [anon_sym_do] = ACTIONS(2087), - [anon_sym_if] = ACTIONS(2087), - [anon_sym_match] = ACTIONS(2087), - [anon_sym_LBRACE] = ACTIONS(2087), - [anon_sym_RBRACE] = ACTIONS(2087), - [anon_sym_DOT] = ACTIONS(2087), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2087), - [anon_sym_return] = ACTIONS(2087), - [anon_sym_source] = ACTIONS(2087), - [anon_sym_source_DASHenv] = ACTIONS(2087), - [anon_sym_register] = ACTIONS(2087), - [anon_sym_hide] = ACTIONS(2087), - [anon_sym_hide_DASHenv] = ACTIONS(2087), - [anon_sym_overlay] = ACTIONS(2087), - [anon_sym_where] = ACTIONS(2087), - [anon_sym_PLUS] = ACTIONS(2087), - [anon_sym_not] = ACTIONS(2087), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2087), - [anon_sym_true] = ACTIONS(2087), - [anon_sym_false] = ACTIONS(2087), - [aux_sym__val_number_decimal_token1] = ACTIONS(2087), - [aux_sym__val_number_token1] = ACTIONS(2087), - [aux_sym__val_number_token2] = ACTIONS(2087), - [aux_sym__val_number_token3] = ACTIONS(2087), - [aux_sym__val_number_token4] = ACTIONS(2087), - [aux_sym__val_number_token5] = ACTIONS(2087), - [aux_sym__val_number_token6] = ACTIONS(2087), - [anon_sym_0b] = ACTIONS(2087), - [anon_sym_0o] = ACTIONS(2087), - [anon_sym_0x] = ACTIONS(2087), - [sym_val_date] = ACTIONS(2087), - [anon_sym_DQUOTE] = ACTIONS(2087), - [sym__str_single_quotes] = ACTIONS(2087), - [sym__str_back_ticks] = ACTIONS(2087), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2087), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2087), - [anon_sym_CARET] = ACTIONS(2087), + [847] = { + [sym_expr_parenthesized] = STATE(1492), + [sym__immediate_decimal] = STATE(1499), + [sym_val_variable] = STATE(1492), + [sym__var] = STATE(1129), + [sym_comment] = STATE(847), + [ts_builtin_sym_end] = ACTIONS(1997), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_alias] = ACTIONS(1995), + [anon_sym_let] = ACTIONS(1995), + [anon_sym_let_DASHenv] = ACTIONS(1995), + [anon_sym_mut] = ACTIONS(1995), + [anon_sym_const] = ACTIONS(1995), + [anon_sym_SEMI] = ACTIONS(1995), + [sym_cmd_identifier] = ACTIONS(1995), + [anon_sym_LF] = ACTIONS(1997), + [anon_sym_def] = ACTIONS(1995), + [anon_sym_export_DASHenv] = ACTIONS(1995), + [anon_sym_extern] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_use] = ACTIONS(1995), + [anon_sym_LBRACK] = ACTIONS(1995), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(1995), + [anon_sym_LT] = ACTIONS(2073), + [anon_sym_DASH] = ACTIONS(1995), + [anon_sym_break] = ACTIONS(1995), + [anon_sym_continue] = ACTIONS(1995), + [anon_sym_for] = ACTIONS(1995), + [anon_sym_loop] = ACTIONS(1995), + [anon_sym_while] = ACTIONS(1995), + [anon_sym_do] = ACTIONS(1995), + [anon_sym_if] = ACTIONS(1995), + [anon_sym_match] = ACTIONS(1995), + [anon_sym_LBRACE] = ACTIONS(1995), + [anon_sym_DOT] = ACTIONS(1995), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(1995), + [anon_sym_return] = ACTIONS(1995), + [anon_sym_source] = ACTIONS(1995), + [anon_sym_source_DASHenv] = ACTIONS(1995), + [anon_sym_register] = ACTIONS(1995), + [anon_sym_hide] = ACTIONS(1995), + [anon_sym_hide_DASHenv] = ACTIONS(1995), + [anon_sym_overlay] = ACTIONS(1995), + [anon_sym_where] = ACTIONS(1995), + [anon_sym_PLUS] = ACTIONS(1995), + [anon_sym_not] = ACTIONS(1995), + [anon_sym_EQ2] = ACTIONS(2075), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(1995), + [anon_sym_true] = ACTIONS(1995), + [anon_sym_false] = ACTIONS(1995), + [aux_sym__val_number_decimal_token1] = ACTIONS(1995), + [aux_sym__val_number_token1] = ACTIONS(1995), + [aux_sym__val_number_token2] = ACTIONS(1995), + [aux_sym__val_number_token3] = ACTIONS(1995), + [aux_sym__val_number_token4] = ACTIONS(1995), + [aux_sym__val_number_token5] = ACTIONS(1995), + [aux_sym__val_number_token6] = ACTIONS(1995), + [anon_sym_0b] = ACTIONS(1995), + [anon_sym_0o] = ACTIONS(1995), + [anon_sym_0x] = ACTIONS(1995), + [sym_val_date] = ACTIONS(1995), + [anon_sym_DQUOTE] = ACTIONS(1995), + [sym__str_single_quotes] = ACTIONS(1995), + [sym__str_back_ticks] = ACTIONS(1995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1995), + [anon_sym_CARET] = ACTIONS(1995), [anon_sym_POUND] = ACTIONS(105), }, - [837] = { - [sym_expr_parenthesized] = STATE(1251), - [sym__immediate_decimal] = STATE(1250), - [sym_val_variable] = STATE(1251), - [sym__var] = STATE(1035), - [sym_comment] = STATE(837), - [anon_sym_export] = ACTIONS(2091), - [anon_sym_alias] = ACTIONS(2091), - [anon_sym_let] = ACTIONS(2091), - [anon_sym_let_DASHenv] = ACTIONS(2091), - [anon_sym_mut] = ACTIONS(2091), - [anon_sym_const] = ACTIONS(2091), - [anon_sym_SEMI] = ACTIONS(2091), - [sym_cmd_identifier] = ACTIONS(2091), - [anon_sym_LF] = ACTIONS(2093), - [anon_sym_def] = ACTIONS(2091), - [anon_sym_export_DASHenv] = ACTIONS(2091), - [anon_sym_extern] = ACTIONS(2091), - [anon_sym_module] = ACTIONS(2091), - [anon_sym_use] = ACTIONS(2091), - [anon_sym_LBRACK] = ACTIONS(2091), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2091), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2091), - [anon_sym_DASH] = ACTIONS(2091), - [anon_sym_break] = ACTIONS(2091), - [anon_sym_continue] = ACTIONS(2091), - [anon_sym_for] = ACTIONS(2091), - [anon_sym_loop] = ACTIONS(2091), - [anon_sym_while] = ACTIONS(2091), - [anon_sym_do] = ACTIONS(2091), - [anon_sym_if] = ACTIONS(2091), - [anon_sym_match] = ACTIONS(2091), - [anon_sym_LBRACE] = ACTIONS(2091), - [anon_sym_RBRACE] = ACTIONS(2091), - [anon_sym_DOT] = ACTIONS(2091), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2091), - [anon_sym_return] = ACTIONS(2091), - [anon_sym_source] = ACTIONS(2091), - [anon_sym_source_DASHenv] = ACTIONS(2091), - [anon_sym_register] = ACTIONS(2091), - [anon_sym_hide] = ACTIONS(2091), - [anon_sym_hide_DASHenv] = ACTIONS(2091), - [anon_sym_overlay] = ACTIONS(2091), - [anon_sym_where] = ACTIONS(2091), - [anon_sym_PLUS] = ACTIONS(2091), - [anon_sym_not] = ACTIONS(2091), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2091), - [anon_sym_true] = ACTIONS(2091), - [anon_sym_false] = ACTIONS(2091), - [aux_sym__val_number_decimal_token1] = ACTIONS(2091), - [aux_sym__val_number_token1] = ACTIONS(2091), - [aux_sym__val_number_token2] = ACTIONS(2091), - [aux_sym__val_number_token3] = ACTIONS(2091), - [aux_sym__val_number_token4] = ACTIONS(2091), - [aux_sym__val_number_token5] = ACTIONS(2091), - [aux_sym__val_number_token6] = ACTIONS(2091), - [anon_sym_0b] = ACTIONS(2091), - [anon_sym_0o] = ACTIONS(2091), - [anon_sym_0x] = ACTIONS(2091), - [sym_val_date] = ACTIONS(2091), - [anon_sym_DQUOTE] = ACTIONS(2091), - [sym__str_single_quotes] = ACTIONS(2091), - [sym__str_back_ticks] = ACTIONS(2091), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2091), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2091), - [anon_sym_CARET] = ACTIONS(2091), + [848] = { + [sym_expr_parenthesized] = STATE(1252), + [sym__immediate_decimal] = STATE(1259), + [sym_val_variable] = STATE(1252), + [sym__var] = STATE(1143), + [sym_comment] = STATE(848), + [ts_builtin_sym_end] = ACTIONS(2005), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_alias] = ACTIONS(2003), + [anon_sym_let] = ACTIONS(2003), + [anon_sym_let_DASHenv] = ACTIONS(2003), + [anon_sym_mut] = ACTIONS(2003), + [anon_sym_const] = ACTIONS(2003), + [anon_sym_SEMI] = ACTIONS(2003), + [sym_cmd_identifier] = ACTIONS(2003), + [anon_sym_LF] = ACTIONS(2005), + [anon_sym_def] = ACTIONS(2003), + [anon_sym_export_DASHenv] = ACTIONS(2003), + [anon_sym_extern] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_use] = ACTIONS(2003), + [anon_sym_LBRACK] = ACTIONS(2003), + [anon_sym_LPAREN] = ACTIONS(2027), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2003), + [anon_sym_LT] = ACTIONS(2077), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_break] = ACTIONS(2003), + [anon_sym_continue] = ACTIONS(2003), + [anon_sym_for] = ACTIONS(2003), + [anon_sym_loop] = ACTIONS(2003), + [anon_sym_while] = ACTIONS(2003), + [anon_sym_do] = ACTIONS(2003), + [anon_sym_if] = ACTIONS(2003), + [anon_sym_match] = ACTIONS(2003), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_DOT] = ACTIONS(2003), + [anon_sym_DOT2] = ACTIONS(2033), + [anon_sym_try] = ACTIONS(2003), + [anon_sym_return] = ACTIONS(2003), + [anon_sym_source] = ACTIONS(2003), + [anon_sym_source_DASHenv] = ACTIONS(2003), + [anon_sym_register] = ACTIONS(2003), + [anon_sym_hide] = ACTIONS(2003), + [anon_sym_hide_DASHenv] = ACTIONS(2003), + [anon_sym_overlay] = ACTIONS(2003), + [anon_sym_where] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_not] = ACTIONS(2003), + [anon_sym_EQ2] = ACTIONS(2079), + [aux_sym__immediate_decimal_token1] = ACTIONS(2037), + [anon_sym_DASH2] = ACTIONS(2039), + [anon_sym_PLUS2] = ACTIONS(2041), + [anon_sym_null] = ACTIONS(2003), + [anon_sym_true] = ACTIONS(2003), + [anon_sym_false] = ACTIONS(2003), + [aux_sym__val_number_decimal_token1] = ACTIONS(2003), + [aux_sym__val_number_token1] = ACTIONS(2003), + [aux_sym__val_number_token2] = ACTIONS(2003), + [aux_sym__val_number_token3] = ACTIONS(2003), + [aux_sym__val_number_token4] = ACTIONS(2003), + [aux_sym__val_number_token5] = ACTIONS(2003), + [aux_sym__val_number_token6] = ACTIONS(2003), + [anon_sym_0b] = ACTIONS(2003), + [anon_sym_0o] = ACTIONS(2003), + [anon_sym_0x] = ACTIONS(2003), + [sym_val_date] = ACTIONS(2003), + [anon_sym_DQUOTE] = ACTIONS(2003), + [sym__str_single_quotes] = ACTIONS(2003), + [sym__str_back_ticks] = ACTIONS(2003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2003), + [anon_sym_CARET] = ACTIONS(2003), [anon_sym_POUND] = ACTIONS(105), }, - [838] = { - [sym_expr_parenthesized] = STATE(1233), - [sym__immediate_decimal] = STATE(1231), - [sym_val_variable] = STATE(1233), - [sym__var] = STATE(1035), - [sym_comment] = STATE(838), - [anon_sym_export] = ACTIONS(2095), - [anon_sym_alias] = ACTIONS(2095), - [anon_sym_let] = ACTIONS(2095), - [anon_sym_let_DASHenv] = ACTIONS(2095), - [anon_sym_mut] = ACTIONS(2095), - [anon_sym_const] = ACTIONS(2095), - [anon_sym_SEMI] = ACTIONS(2095), - [sym_cmd_identifier] = ACTIONS(2095), - [anon_sym_LF] = ACTIONS(2097), - [anon_sym_def] = ACTIONS(2095), - [anon_sym_export_DASHenv] = ACTIONS(2095), - [anon_sym_extern] = ACTIONS(2095), - [anon_sym_module] = ACTIONS(2095), - [anon_sym_use] = ACTIONS(2095), - [anon_sym_LBRACK] = ACTIONS(2095), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2095), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2095), - [anon_sym_DASH] = ACTIONS(2095), - [anon_sym_break] = ACTIONS(2095), - [anon_sym_continue] = ACTIONS(2095), - [anon_sym_for] = ACTIONS(2095), - [anon_sym_loop] = ACTIONS(2095), - [anon_sym_while] = ACTIONS(2095), - [anon_sym_do] = ACTIONS(2095), - [anon_sym_if] = ACTIONS(2095), - [anon_sym_match] = ACTIONS(2095), - [anon_sym_LBRACE] = ACTIONS(2095), - [anon_sym_RBRACE] = ACTIONS(2095), - [anon_sym_DOT] = ACTIONS(2095), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2095), - [anon_sym_return] = ACTIONS(2095), - [anon_sym_source] = ACTIONS(2095), - [anon_sym_source_DASHenv] = ACTIONS(2095), - [anon_sym_register] = ACTIONS(2095), - [anon_sym_hide] = ACTIONS(2095), - [anon_sym_hide_DASHenv] = ACTIONS(2095), - [anon_sym_overlay] = ACTIONS(2095), - [anon_sym_where] = ACTIONS(2095), - [anon_sym_PLUS] = ACTIONS(2095), - [anon_sym_not] = ACTIONS(2095), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2095), - [anon_sym_true] = ACTIONS(2095), - [anon_sym_false] = ACTIONS(2095), - [aux_sym__val_number_decimal_token1] = ACTIONS(2095), - [aux_sym__val_number_token1] = ACTIONS(2095), - [aux_sym__val_number_token2] = ACTIONS(2095), - [aux_sym__val_number_token3] = ACTIONS(2095), - [aux_sym__val_number_token4] = ACTIONS(2095), - [aux_sym__val_number_token5] = ACTIONS(2095), - [aux_sym__val_number_token6] = ACTIONS(2095), - [anon_sym_0b] = ACTIONS(2095), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(2095), - [anon_sym_DQUOTE] = ACTIONS(2095), - [sym__str_single_quotes] = ACTIONS(2095), - [sym__str_back_ticks] = ACTIONS(2095), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2095), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2095), - [anon_sym_CARET] = ACTIONS(2095), + [849] = { + [sym_expr_parenthesized] = STATE(1283), + [sym__immediate_decimal] = STATE(1282), + [sym_val_variable] = STATE(1283), + [sym__var] = STATE(1110), + [sym_comment] = STATE(849), + [anon_sym_export] = ACTIONS(2081), + [anon_sym_alias] = ACTIONS(2081), + [anon_sym_let] = ACTIONS(2081), + [anon_sym_let_DASHenv] = ACTIONS(2081), + [anon_sym_mut] = ACTIONS(2081), + [anon_sym_const] = ACTIONS(2081), + [anon_sym_SEMI] = ACTIONS(2081), + [sym_cmd_identifier] = ACTIONS(2081), + [anon_sym_LF] = ACTIONS(2083), + [anon_sym_def] = ACTIONS(2081), + [anon_sym_export_DASHenv] = ACTIONS(2081), + [anon_sym_extern] = ACTIONS(2081), + [anon_sym_module] = ACTIONS(2081), + [anon_sym_use] = ACTIONS(2081), + [anon_sym_LBRACK] = ACTIONS(2081), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2081), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2081), + [anon_sym_DASH] = ACTIONS(2081), + [anon_sym_break] = ACTIONS(2081), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_for] = ACTIONS(2081), + [anon_sym_loop] = ACTIONS(2081), + [anon_sym_while] = ACTIONS(2081), + [anon_sym_do] = ACTIONS(2081), + [anon_sym_if] = ACTIONS(2081), + [anon_sym_match] = ACTIONS(2081), + [anon_sym_LBRACE] = ACTIONS(2081), + [anon_sym_RBRACE] = ACTIONS(2081), + [anon_sym_DOT] = ACTIONS(2081), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2081), + [anon_sym_return] = ACTIONS(2081), + [anon_sym_source] = ACTIONS(2081), + [anon_sym_source_DASHenv] = ACTIONS(2081), + [anon_sym_register] = ACTIONS(2081), + [anon_sym_hide] = ACTIONS(2081), + [anon_sym_hide_DASHenv] = ACTIONS(2081), + [anon_sym_overlay] = ACTIONS(2081), + [anon_sym_where] = ACTIONS(2081), + [anon_sym_PLUS] = ACTIONS(2081), + [anon_sym_not] = ACTIONS(2081), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2081), + [anon_sym_true] = ACTIONS(2081), + [anon_sym_false] = ACTIONS(2081), + [aux_sym__val_number_decimal_token1] = ACTIONS(2081), + [aux_sym__val_number_token1] = ACTIONS(2081), + [aux_sym__val_number_token2] = ACTIONS(2081), + [aux_sym__val_number_token3] = ACTIONS(2081), + [aux_sym__val_number_token4] = ACTIONS(2081), + [aux_sym__val_number_token5] = ACTIONS(2081), + [aux_sym__val_number_token6] = ACTIONS(2081), + [anon_sym_0b] = ACTIONS(2081), + [anon_sym_0o] = ACTIONS(2081), + [anon_sym_0x] = ACTIONS(2081), + [sym_val_date] = ACTIONS(2081), + [anon_sym_DQUOTE] = ACTIONS(2081), + [sym__str_single_quotes] = ACTIONS(2081), + [sym__str_back_ticks] = ACTIONS(2081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2081), + [anon_sym_CARET] = ACTIONS(2081), [anon_sym_POUND] = ACTIONS(105), }, - [839] = { - [sym_expr_parenthesized] = STATE(1247), - [sym__immediate_decimal] = STATE(1246), - [sym_val_variable] = STATE(1247), - [sym__var] = STATE(1035), - [sym_comment] = STATE(839), - [anon_sym_export] = ACTIONS(2099), - [anon_sym_alias] = ACTIONS(2099), - [anon_sym_let] = ACTIONS(2099), - [anon_sym_let_DASHenv] = ACTIONS(2099), - [anon_sym_mut] = ACTIONS(2099), - [anon_sym_const] = ACTIONS(2099), - [anon_sym_SEMI] = ACTIONS(2099), - [sym_cmd_identifier] = ACTIONS(2099), - [anon_sym_LF] = ACTIONS(2101), - [anon_sym_def] = ACTIONS(2099), - [anon_sym_export_DASHenv] = ACTIONS(2099), - [anon_sym_extern] = ACTIONS(2099), - [anon_sym_module] = ACTIONS(2099), - [anon_sym_use] = ACTIONS(2099), - [anon_sym_LBRACK] = ACTIONS(2099), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_RPAREN] = ACTIONS(2099), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(2099), - [anon_sym_DASH] = ACTIONS(2099), - [anon_sym_break] = ACTIONS(2099), - [anon_sym_continue] = ACTIONS(2099), - [anon_sym_for] = ACTIONS(2099), - [anon_sym_loop] = ACTIONS(2099), - [anon_sym_while] = ACTIONS(2099), - [anon_sym_do] = ACTIONS(2099), - [anon_sym_if] = ACTIONS(2099), - [anon_sym_match] = ACTIONS(2099), - [anon_sym_LBRACE] = ACTIONS(2099), - [anon_sym_RBRACE] = ACTIONS(2099), - [anon_sym_DOT] = ACTIONS(2099), - [anon_sym_DOT2] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(2099), - [anon_sym_return] = ACTIONS(2099), - [anon_sym_source] = ACTIONS(2099), - [anon_sym_source_DASHenv] = ACTIONS(2099), - [anon_sym_register] = ACTIONS(2099), - [anon_sym_hide] = ACTIONS(2099), - [anon_sym_hide_DASHenv] = ACTIONS(2099), - [anon_sym_overlay] = ACTIONS(2099), - [anon_sym_where] = ACTIONS(2099), - [anon_sym_PLUS] = ACTIONS(2099), - [anon_sym_not] = ACTIONS(2099), - [aux_sym__immediate_decimal_token1] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1939), - [anon_sym_PLUS2] = ACTIONS(1941), - [sym_val_nothing] = ACTIONS(2099), - [anon_sym_true] = ACTIONS(2099), - [anon_sym_false] = ACTIONS(2099), - [aux_sym__val_number_decimal_token1] = ACTIONS(2099), - [aux_sym__val_number_token1] = ACTIONS(2099), - [aux_sym__val_number_token2] = ACTIONS(2099), - [aux_sym__val_number_token3] = ACTIONS(2099), - [aux_sym__val_number_token4] = ACTIONS(2099), - [aux_sym__val_number_token5] = ACTIONS(2099), - [aux_sym__val_number_token6] = ACTIONS(2099), - [anon_sym_0b] = ACTIONS(2099), - [anon_sym_0o] = ACTIONS(2099), - [anon_sym_0x] = ACTIONS(2099), - [sym_val_date] = ACTIONS(2099), - [anon_sym_DQUOTE] = ACTIONS(2099), - [sym__str_single_quotes] = ACTIONS(2099), - [sym__str_back_ticks] = ACTIONS(2099), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2099), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2099), - [anon_sym_CARET] = ACTIONS(2099), + [850] = { + [sym_expr_parenthesized] = STATE(1399), + [sym__immediate_decimal] = STATE(1397), + [sym_val_variable] = STATE(1399), + [sym__var] = STATE(1110), + [sym_comment] = STATE(850), + [anon_sym_export] = ACTIONS(2085), + [anon_sym_alias] = ACTIONS(2085), + [anon_sym_let] = ACTIONS(2085), + [anon_sym_let_DASHenv] = ACTIONS(2085), + [anon_sym_mut] = ACTIONS(2085), + [anon_sym_const] = ACTIONS(2085), + [anon_sym_SEMI] = ACTIONS(2085), + [sym_cmd_identifier] = ACTIONS(2085), + [anon_sym_LF] = ACTIONS(2087), + [anon_sym_def] = ACTIONS(2085), + [anon_sym_export_DASHenv] = ACTIONS(2085), + [anon_sym_extern] = ACTIONS(2085), + [anon_sym_module] = ACTIONS(2085), + [anon_sym_use] = ACTIONS(2085), + [anon_sym_LBRACK] = ACTIONS(2085), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2085), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_break] = ACTIONS(2085), + [anon_sym_continue] = ACTIONS(2085), + [anon_sym_for] = ACTIONS(2085), + [anon_sym_loop] = ACTIONS(2085), + [anon_sym_while] = ACTIONS(2085), + [anon_sym_do] = ACTIONS(2085), + [anon_sym_if] = ACTIONS(2085), + [anon_sym_match] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2085), + [anon_sym_RBRACE] = ACTIONS(2085), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2085), + [anon_sym_return] = ACTIONS(2085), + [anon_sym_source] = ACTIONS(2085), + [anon_sym_source_DASHenv] = ACTIONS(2085), + [anon_sym_register] = ACTIONS(2085), + [anon_sym_hide] = ACTIONS(2085), + [anon_sym_hide_DASHenv] = ACTIONS(2085), + [anon_sym_overlay] = ACTIONS(2085), + [anon_sym_where] = ACTIONS(2085), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_not] = ACTIONS(2085), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2085), + [anon_sym_true] = ACTIONS(2085), + [anon_sym_false] = ACTIONS(2085), + [aux_sym__val_number_decimal_token1] = ACTIONS(2085), + [aux_sym__val_number_token1] = ACTIONS(2085), + [aux_sym__val_number_token2] = ACTIONS(2085), + [aux_sym__val_number_token3] = ACTIONS(2085), + [aux_sym__val_number_token4] = ACTIONS(2085), + [aux_sym__val_number_token5] = ACTIONS(2085), + [aux_sym__val_number_token6] = ACTIONS(2085), + [anon_sym_0b] = ACTIONS(2085), + [anon_sym_0o] = ACTIONS(2085), + [anon_sym_0x] = ACTIONS(2085), + [sym_val_date] = ACTIONS(2085), + [anon_sym_DQUOTE] = ACTIONS(2085), + [sym__str_single_quotes] = ACTIONS(2085), + [sym__str_back_ticks] = ACTIONS(2085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2085), + [anon_sym_CARET] = ACTIONS(2085), [anon_sym_POUND] = ACTIONS(105), }, - [840] = { - [sym_expr_parenthesized] = STATE(1550), - [sym__immediate_decimal] = STATE(1442), - [sym_val_variable] = STATE(1550), - [sym__var] = STATE(1121), - [sym_comment] = STATE(840), - [ts_builtin_sym_end] = ACTIONS(2101), - [anon_sym_export] = ACTIONS(2099), - [anon_sym_alias] = ACTIONS(2099), - [anon_sym_let] = ACTIONS(2099), - [anon_sym_let_DASHenv] = ACTIONS(2099), - [anon_sym_mut] = ACTIONS(2099), - [anon_sym_const] = ACTIONS(2099), - [anon_sym_SEMI] = ACTIONS(2099), - [sym_cmd_identifier] = ACTIONS(2099), - [anon_sym_LF] = ACTIONS(2101), - [anon_sym_def] = ACTIONS(2099), - [anon_sym_export_DASHenv] = ACTIONS(2099), - [anon_sym_extern] = ACTIONS(2099), - [anon_sym_module] = ACTIONS(2099), - [anon_sym_use] = ACTIONS(2099), - [anon_sym_LBRACK] = ACTIONS(2099), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2099), - [anon_sym_DASH] = ACTIONS(2099), - [anon_sym_break] = ACTIONS(2099), - [anon_sym_continue] = ACTIONS(2099), - [anon_sym_for] = ACTIONS(2099), - [anon_sym_loop] = ACTIONS(2099), - [anon_sym_while] = ACTIONS(2099), - [anon_sym_do] = ACTIONS(2099), - [anon_sym_if] = ACTIONS(2099), - [anon_sym_match] = ACTIONS(2099), - [anon_sym_LBRACE] = ACTIONS(2099), - [anon_sym_DOT] = ACTIONS(2099), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2099), - [anon_sym_return] = ACTIONS(2099), - [anon_sym_source] = ACTIONS(2099), - [anon_sym_source_DASHenv] = ACTIONS(2099), - [anon_sym_register] = ACTIONS(2099), - [anon_sym_hide] = ACTIONS(2099), - [anon_sym_hide_DASHenv] = ACTIONS(2099), - [anon_sym_overlay] = ACTIONS(2099), - [anon_sym_where] = ACTIONS(2099), - [anon_sym_PLUS] = ACTIONS(2099), - [anon_sym_not] = ACTIONS(2099), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2099), - [anon_sym_true] = ACTIONS(2099), - [anon_sym_false] = ACTIONS(2099), - [aux_sym__val_number_decimal_token1] = ACTIONS(2099), - [aux_sym__val_number_token1] = ACTIONS(2099), - [aux_sym__val_number_token2] = ACTIONS(2099), - [aux_sym__val_number_token3] = ACTIONS(2099), - [aux_sym__val_number_token4] = ACTIONS(2099), - [aux_sym__val_number_token5] = ACTIONS(2099), - [aux_sym__val_number_token6] = ACTIONS(2099), - [anon_sym_0b] = ACTIONS(2099), - [anon_sym_0o] = ACTIONS(2099), - [anon_sym_0x] = ACTIONS(2099), - [sym_val_date] = ACTIONS(2099), - [anon_sym_DQUOTE] = ACTIONS(2099), - [sym__str_single_quotes] = ACTIONS(2099), - [sym__str_back_ticks] = ACTIONS(2099), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2099), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2099), - [anon_sym_CARET] = ACTIONS(2099), + [851] = { + [sym_expr_parenthesized] = STATE(1293), + [sym__immediate_decimal] = STATE(1292), + [sym_val_variable] = STATE(1293), + [sym__var] = STATE(1110), + [sym_comment] = STATE(851), + [anon_sym_export] = ACTIONS(2089), + [anon_sym_alias] = ACTIONS(2089), + [anon_sym_let] = ACTIONS(2089), + [anon_sym_let_DASHenv] = ACTIONS(2089), + [anon_sym_mut] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_SEMI] = ACTIONS(2089), + [sym_cmd_identifier] = ACTIONS(2089), + [anon_sym_LF] = ACTIONS(2091), + [anon_sym_def] = ACTIONS(2089), + [anon_sym_export_DASHenv] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_module] = ACTIONS(2089), + [anon_sym_use] = ACTIONS(2089), + [anon_sym_LBRACK] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2089), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_loop] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_match] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2089), + [anon_sym_DOT] = ACTIONS(2089), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_source] = ACTIONS(2089), + [anon_sym_source_DASHenv] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_hide] = ACTIONS(2089), + [anon_sym_hide_DASHenv] = ACTIONS(2089), + [anon_sym_overlay] = ACTIONS(2089), + [anon_sym_where] = ACTIONS(2089), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_not] = ACTIONS(2089), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2089), + [anon_sym_true] = ACTIONS(2089), + [anon_sym_false] = ACTIONS(2089), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_token1] = ACTIONS(2089), + [aux_sym__val_number_token2] = ACTIONS(2089), + [aux_sym__val_number_token3] = ACTIONS(2089), + [aux_sym__val_number_token4] = ACTIONS(2089), + [aux_sym__val_number_token5] = ACTIONS(2089), + [aux_sym__val_number_token6] = ACTIONS(2089), + [anon_sym_0b] = ACTIONS(2089), + [anon_sym_0o] = ACTIONS(2089), + [anon_sym_0x] = ACTIONS(2089), + [sym_val_date] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(2089), + [sym__str_single_quotes] = ACTIONS(2089), + [sym__str_back_ticks] = ACTIONS(2089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2089), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2089), + [anon_sym_CARET] = ACTIONS(2089), [anon_sym_POUND] = ACTIONS(105), }, - [841] = { - [sym_expr_parenthesized] = STATE(1421), - [sym__immediate_decimal] = STATE(1413), - [sym_val_variable] = STATE(1421), - [sym__var] = STATE(1121), - [sym_comment] = STATE(841), - [ts_builtin_sym_end] = ACTIONS(2097), - [anon_sym_export] = ACTIONS(2095), - [anon_sym_alias] = ACTIONS(2095), - [anon_sym_let] = ACTIONS(2095), - [anon_sym_let_DASHenv] = ACTIONS(2095), - [anon_sym_mut] = ACTIONS(2095), - [anon_sym_const] = ACTIONS(2095), - [anon_sym_SEMI] = ACTIONS(2095), - [sym_cmd_identifier] = ACTIONS(2095), - [anon_sym_LF] = ACTIONS(2097), - [anon_sym_def] = ACTIONS(2095), - [anon_sym_export_DASHenv] = ACTIONS(2095), - [anon_sym_extern] = ACTIONS(2095), - [anon_sym_module] = ACTIONS(2095), - [anon_sym_use] = ACTIONS(2095), - [anon_sym_LBRACK] = ACTIONS(2095), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2095), - [anon_sym_DASH] = ACTIONS(2095), - [anon_sym_break] = ACTIONS(2095), - [anon_sym_continue] = ACTIONS(2095), - [anon_sym_for] = ACTIONS(2095), - [anon_sym_loop] = ACTIONS(2095), - [anon_sym_while] = ACTIONS(2095), - [anon_sym_do] = ACTIONS(2095), - [anon_sym_if] = ACTIONS(2095), - [anon_sym_match] = ACTIONS(2095), - [anon_sym_LBRACE] = ACTIONS(2095), - [anon_sym_DOT] = ACTIONS(2095), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2095), - [anon_sym_return] = ACTIONS(2095), - [anon_sym_source] = ACTIONS(2095), - [anon_sym_source_DASHenv] = ACTIONS(2095), - [anon_sym_register] = ACTIONS(2095), - [anon_sym_hide] = ACTIONS(2095), - [anon_sym_hide_DASHenv] = ACTIONS(2095), - [anon_sym_overlay] = ACTIONS(2095), - [anon_sym_where] = ACTIONS(2095), - [anon_sym_PLUS] = ACTIONS(2095), - [anon_sym_not] = ACTIONS(2095), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2095), - [anon_sym_true] = ACTIONS(2095), - [anon_sym_false] = ACTIONS(2095), - [aux_sym__val_number_decimal_token1] = ACTIONS(2095), - [aux_sym__val_number_token1] = ACTIONS(2095), - [aux_sym__val_number_token2] = ACTIONS(2095), - [aux_sym__val_number_token3] = ACTIONS(2095), - [aux_sym__val_number_token4] = ACTIONS(2095), - [aux_sym__val_number_token5] = ACTIONS(2095), - [aux_sym__val_number_token6] = ACTIONS(2095), - [anon_sym_0b] = ACTIONS(2095), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(2095), - [anon_sym_DQUOTE] = ACTIONS(2095), - [sym__str_single_quotes] = ACTIONS(2095), - [sym__str_back_ticks] = ACTIONS(2095), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2095), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2095), - [anon_sym_CARET] = ACTIONS(2095), + [852] = { + [sym_expr_parenthesized] = STATE(1277), + [sym__immediate_decimal] = STATE(1276), + [sym_val_variable] = STATE(1277), + [sym__var] = STATE(1110), + [sym_comment] = STATE(852), + [anon_sym_export] = ACTIONS(2093), + [anon_sym_alias] = ACTIONS(2093), + [anon_sym_let] = ACTIONS(2093), + [anon_sym_let_DASHenv] = ACTIONS(2093), + [anon_sym_mut] = ACTIONS(2093), + [anon_sym_const] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2093), + [sym_cmd_identifier] = ACTIONS(2093), + [anon_sym_LF] = ACTIONS(2095), + [anon_sym_def] = ACTIONS(2093), + [anon_sym_export_DASHenv] = ACTIONS(2093), + [anon_sym_extern] = ACTIONS(2093), + [anon_sym_module] = ACTIONS(2093), + [anon_sym_use] = ACTIONS(2093), + [anon_sym_LBRACK] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2093), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2093), + [anon_sym_DASH] = ACTIONS(2093), + [anon_sym_break] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2093), + [anon_sym_for] = ACTIONS(2093), + [anon_sym_loop] = ACTIONS(2093), + [anon_sym_while] = ACTIONS(2093), + [anon_sym_do] = ACTIONS(2093), + [anon_sym_if] = ACTIONS(2093), + [anon_sym_match] = ACTIONS(2093), + [anon_sym_LBRACE] = ACTIONS(2093), + [anon_sym_RBRACE] = ACTIONS(2093), + [anon_sym_DOT] = ACTIONS(2093), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2093), + [anon_sym_return] = ACTIONS(2093), + [anon_sym_source] = ACTIONS(2093), + [anon_sym_source_DASHenv] = ACTIONS(2093), + [anon_sym_register] = ACTIONS(2093), + [anon_sym_hide] = ACTIONS(2093), + [anon_sym_hide_DASHenv] = ACTIONS(2093), + [anon_sym_overlay] = ACTIONS(2093), + [anon_sym_where] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2093), + [anon_sym_not] = ACTIONS(2093), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2093), + [anon_sym_true] = ACTIONS(2093), + [anon_sym_false] = ACTIONS(2093), + [aux_sym__val_number_decimal_token1] = ACTIONS(2093), + [aux_sym__val_number_token1] = ACTIONS(2093), + [aux_sym__val_number_token2] = ACTIONS(2093), + [aux_sym__val_number_token3] = ACTIONS(2093), + [aux_sym__val_number_token4] = ACTIONS(2093), + [aux_sym__val_number_token5] = ACTIONS(2093), + [aux_sym__val_number_token6] = ACTIONS(2093), + [anon_sym_0b] = ACTIONS(2093), + [anon_sym_0o] = ACTIONS(2093), + [anon_sym_0x] = ACTIONS(2093), + [sym_val_date] = ACTIONS(2093), + [anon_sym_DQUOTE] = ACTIONS(2093), + [sym__str_single_quotes] = ACTIONS(2093), + [sym__str_back_ticks] = ACTIONS(2093), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2093), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2093), + [anon_sym_CARET] = ACTIONS(2093), [anon_sym_POUND] = ACTIONS(105), }, - [842] = { - [sym_path] = STATE(919), - [sym_comment] = STATE(842), - [aux_sym_cell_path_repeat1] = STATE(855), - [anon_sym_SEMI] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_RPAREN] = ACTIONS(1386), - [anon_sym_PIPE] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_err_GT] = ACTIONS(1386), - [anon_sym_out_GT] = ACTIONS(1386), - [anon_sym_e_GT] = ACTIONS(1386), - [anon_sym_o_GT] = ACTIONS(1386), - [anon_sym_err_PLUSout_GT] = ACTIONS(1386), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1386), - [anon_sym_o_PLUSe_GT] = ACTIONS(1386), - [anon_sym_e_PLUSo_GT] = ACTIONS(1386), - [aux_sym_unquoted_token1] = ACTIONS(1386), + [853] = { + [sym_expr_parenthesized] = STATE(1286), + [sym__immediate_decimal] = STATE(1285), + [sym_val_variable] = STATE(1286), + [sym__var] = STATE(1110), + [sym_comment] = STATE(853), + [anon_sym_export] = ACTIONS(2097), + [anon_sym_alias] = ACTIONS(2097), + [anon_sym_let] = ACTIONS(2097), + [anon_sym_let_DASHenv] = ACTIONS(2097), + [anon_sym_mut] = ACTIONS(2097), + [anon_sym_const] = ACTIONS(2097), + [anon_sym_SEMI] = ACTIONS(2097), + [sym_cmd_identifier] = ACTIONS(2097), + [anon_sym_LF] = ACTIONS(2099), + [anon_sym_def] = ACTIONS(2097), + [anon_sym_export_DASHenv] = ACTIONS(2097), + [anon_sym_extern] = ACTIONS(2097), + [anon_sym_module] = ACTIONS(2097), + [anon_sym_use] = ACTIONS(2097), + [anon_sym_LBRACK] = ACTIONS(2097), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2097), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2097), + [anon_sym_DASH] = ACTIONS(2097), + [anon_sym_break] = ACTIONS(2097), + [anon_sym_continue] = ACTIONS(2097), + [anon_sym_for] = ACTIONS(2097), + [anon_sym_loop] = ACTIONS(2097), + [anon_sym_while] = ACTIONS(2097), + [anon_sym_do] = ACTIONS(2097), + [anon_sym_if] = ACTIONS(2097), + [anon_sym_match] = ACTIONS(2097), + [anon_sym_LBRACE] = ACTIONS(2097), + [anon_sym_RBRACE] = ACTIONS(2097), + [anon_sym_DOT] = ACTIONS(2097), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2097), + [anon_sym_return] = ACTIONS(2097), + [anon_sym_source] = ACTIONS(2097), + [anon_sym_source_DASHenv] = ACTIONS(2097), + [anon_sym_register] = ACTIONS(2097), + [anon_sym_hide] = ACTIONS(2097), + [anon_sym_hide_DASHenv] = ACTIONS(2097), + [anon_sym_overlay] = ACTIONS(2097), + [anon_sym_where] = ACTIONS(2097), + [anon_sym_PLUS] = ACTIONS(2097), + [anon_sym_not] = ACTIONS(2097), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2097), + [anon_sym_true] = ACTIONS(2097), + [anon_sym_false] = ACTIONS(2097), + [aux_sym__val_number_decimal_token1] = ACTIONS(2097), + [aux_sym__val_number_token1] = ACTIONS(2097), + [aux_sym__val_number_token2] = ACTIONS(2097), + [aux_sym__val_number_token3] = ACTIONS(2097), + [aux_sym__val_number_token4] = ACTIONS(2097), + [aux_sym__val_number_token5] = ACTIONS(2097), + [aux_sym__val_number_token6] = ACTIONS(2097), + [anon_sym_0b] = ACTIONS(2097), + [anon_sym_0o] = ACTIONS(2097), + [anon_sym_0x] = ACTIONS(2097), + [sym_val_date] = ACTIONS(2097), + [anon_sym_DQUOTE] = ACTIONS(2097), + [sym__str_single_quotes] = ACTIONS(2097), + [sym__str_back_ticks] = ACTIONS(2097), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2097), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2097), + [anon_sym_CARET] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(105), }, - [843] = { - [sym_cell_path] = STATE(954), - [sym_path] = STATE(868), - [sym_comment] = STATE(843), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_PIPE] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_err_GT] = ACTIONS(1373), - [anon_sym_out_GT] = ACTIONS(1373), - [anon_sym_e_GT] = ACTIONS(1373), - [anon_sym_o_GT] = ACTIONS(1373), - [anon_sym_err_PLUSout_GT] = ACTIONS(1373), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1373), - [anon_sym_o_PLUSe_GT] = ACTIONS(1373), - [anon_sym_e_PLUSo_GT] = ACTIONS(1373), - [aux_sym_unquoted_token1] = ACTIONS(1373), + [854] = { + [sym_expr_parenthesized] = STATE(1289), + [sym__immediate_decimal] = STATE(1288), + [sym_val_variable] = STATE(1289), + [sym__var] = STATE(1110), + [sym_comment] = STATE(854), + [anon_sym_export] = ACTIONS(2101), + [anon_sym_alias] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_let_DASHenv] = ACTIONS(2101), + [anon_sym_mut] = ACTIONS(2101), + [anon_sym_const] = ACTIONS(2101), + [anon_sym_SEMI] = ACTIONS(2101), + [sym_cmd_identifier] = ACTIONS(2101), + [anon_sym_LF] = ACTIONS(2103), + [anon_sym_def] = ACTIONS(2101), + [anon_sym_export_DASHenv] = ACTIONS(2101), + [anon_sym_extern] = ACTIONS(2101), + [anon_sym_module] = ACTIONS(2101), + [anon_sym_use] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2101), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2101), + [anon_sym_DASH] = ACTIONS(2101), + [anon_sym_break] = ACTIONS(2101), + [anon_sym_continue] = ACTIONS(2101), + [anon_sym_for] = ACTIONS(2101), + [anon_sym_loop] = ACTIONS(2101), + [anon_sym_while] = ACTIONS(2101), + [anon_sym_do] = ACTIONS(2101), + [anon_sym_if] = ACTIONS(2101), + [anon_sym_match] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2101), + [anon_sym_return] = ACTIONS(2101), + [anon_sym_source] = ACTIONS(2101), + [anon_sym_source_DASHenv] = ACTIONS(2101), + [anon_sym_register] = ACTIONS(2101), + [anon_sym_hide] = ACTIONS(2101), + [anon_sym_hide_DASHenv] = ACTIONS(2101), + [anon_sym_overlay] = ACTIONS(2101), + [anon_sym_where] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2101), + [anon_sym_not] = ACTIONS(2101), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2101), + [anon_sym_true] = ACTIONS(2101), + [anon_sym_false] = ACTIONS(2101), + [aux_sym__val_number_decimal_token1] = ACTIONS(2101), + [aux_sym__val_number_token1] = ACTIONS(2101), + [aux_sym__val_number_token2] = ACTIONS(2101), + [aux_sym__val_number_token3] = ACTIONS(2101), + [aux_sym__val_number_token4] = ACTIONS(2101), + [aux_sym__val_number_token5] = ACTIONS(2101), + [aux_sym__val_number_token6] = ACTIONS(2101), + [anon_sym_0b] = ACTIONS(2101), + [anon_sym_0o] = ACTIONS(2101), + [anon_sym_0x] = ACTIONS(2101), + [sym_val_date] = ACTIONS(2101), + [anon_sym_DQUOTE] = ACTIONS(2101), + [sym__str_single_quotes] = ACTIONS(2101), + [sym__str_back_ticks] = ACTIONS(2101), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2101), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2101), [anon_sym_POUND] = ACTIONS(105), }, - [844] = { - [sym__command_name] = STATE(1395), - [sym_scope_pattern] = STATE(1377), - [sym_wild_card] = STATE(1408), - [sym_command_list] = STATE(1393), - [sym_val_string] = STATE(1204), - [sym__str_double_quotes] = STATE(1184), - [sym_comment] = STATE(844), + [855] = { + [sym_expr_parenthesized] = STATE(1295), + [sym__immediate_decimal] = STATE(1294), + [sym_val_variable] = STATE(1295), + [sym__var] = STATE(1110), + [sym_comment] = STATE(855), [anon_sym_export] = ACTIONS(2105), [anon_sym_alias] = ACTIONS(2105), [anon_sym_let] = ACTIONS(2105), @@ -167670,17 +169914,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(2105), [anon_sym_const] = ACTIONS(2105), [anon_sym_SEMI] = ACTIONS(2105), - [sym_cmd_identifier] = ACTIONS(2107), - [anon_sym_LF] = ACTIONS(2109), + [sym_cmd_identifier] = ACTIONS(2105), + [anon_sym_LF] = ACTIONS(2107), [anon_sym_def] = ACTIONS(2105), [anon_sym_export_DASHenv] = ACTIONS(2105), [anon_sym_extern] = ACTIONS(2105), [anon_sym_module] = ACTIONS(2105), [anon_sym_use] = ACTIONS(2105), - [anon_sym_LBRACK] = ACTIONS(2111), - [anon_sym_LPAREN] = ACTIONS(2105), + [anon_sym_LBRACK] = ACTIONS(2105), + [anon_sym_LPAREN] = ACTIONS(1961), [anon_sym_RPAREN] = ACTIONS(2105), - [anon_sym_DOLLAR] = ACTIONS(2105), + [anon_sym_DOLLAR] = ACTIONS(1963), [anon_sym_error] = ACTIONS(2105), [anon_sym_DASH] = ACTIONS(2105), [anon_sym_break] = ACTIONS(2105), @@ -167694,6 +169938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2105), [anon_sym_RBRACE] = ACTIONS(2105), [anon_sym_DOT] = ACTIONS(2105), + [anon_sym_DOT2] = ACTIONS(1967), [anon_sym_try] = ACTIONS(2105), [anon_sym_return] = ACTIONS(2105), [anon_sym_source] = ACTIONS(2105), @@ -167702,11 +169947,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(2105), [anon_sym_hide_DASHenv] = ACTIONS(2105), [anon_sym_overlay] = ACTIONS(2105), - [anon_sym_STAR] = ACTIONS(2113), [anon_sym_where] = ACTIONS(2105), [anon_sym_PLUS] = ACTIONS(2105), [anon_sym_not] = ACTIONS(2105), - [sym_val_nothing] = ACTIONS(2105), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2105), [anon_sym_true] = ACTIONS(2105), [anon_sym_false] = ACTIONS(2105), [aux_sym__val_number_decimal_token1] = ACTIONS(2105), @@ -167720,6276 +169967,9910 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_0o] = ACTIONS(2105), [anon_sym_0x] = ACTIONS(2105), [sym_val_date] = ACTIONS(2105), - [anon_sym_DQUOTE] = ACTIONS(2115), - [sym__str_single_quotes] = ACTIONS(2117), - [sym__str_back_ticks] = ACTIONS(2117), + [anon_sym_DQUOTE] = ACTIONS(2105), + [sym__str_single_quotes] = ACTIONS(2105), + [sym__str_back_ticks] = ACTIONS(2105), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2105), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2105), [anon_sym_CARET] = ACTIONS(2105), [anon_sym_POUND] = ACTIONS(105), }, - [845] = { - [sym_expr_parenthesized] = STATE(1441), - [sym__immediate_decimal] = STATE(1440), - [sym_val_variable] = STATE(1441), - [sym__var] = STATE(1121), - [sym_comment] = STATE(845), - [ts_builtin_sym_end] = ACTIONS(2053), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [anon_sym_SEMI] = ACTIONS(2051), - [sym_cmd_identifier] = ACTIONS(2051), - [anon_sym_LF] = ACTIONS(2053), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LBRACK] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_LBRACE] = ACTIONS(2051), - [anon_sym_DOT] = ACTIONS(2051), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_where] = ACTIONS(2051), - [anon_sym_PLUS] = ACTIONS(2051), - [anon_sym_not] = ACTIONS(2051), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2051), - [anon_sym_true] = ACTIONS(2051), - [anon_sym_false] = ACTIONS(2051), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_token1] = ACTIONS(2051), - [aux_sym__val_number_token2] = ACTIONS(2051), - [aux_sym__val_number_token3] = ACTIONS(2051), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_0b] = ACTIONS(2051), - [anon_sym_0o] = ACTIONS(2051), - [anon_sym_0x] = ACTIONS(2051), - [sym_val_date] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2051), - [sym__str_single_quotes] = ACTIONS(2051), - [sym__str_back_ticks] = ACTIONS(2051), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2051), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2051), - [anon_sym_CARET] = ACTIONS(2051), - [anon_sym_POUND] = ACTIONS(105), - }, - [846] = { - [sym_cell_path] = STATE(999), - [sym_path] = STATE(868), - [sym_comment] = STATE(846), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym_LF] = ACTIONS(1412), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_RPAREN] = ACTIONS(1410), - [anon_sym_PIPE] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_STAR_STAR] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_SLASH] = ACTIONS(1410), - [anon_sym_mod] = ACTIONS(1410), - [anon_sym_SLASH_SLASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_bit_DASHshl] = ACTIONS(1410), - [anon_sym_bit_DASHshr] = ACTIONS(1410), - [anon_sym_EQ_EQ] = ACTIONS(1410), - [anon_sym_BANG_EQ] = ACTIONS(1410), - [anon_sym_LT2] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1410), - [anon_sym_GT_EQ] = ACTIONS(1410), - [anon_sym_not_DASHin] = ACTIONS(1410), - [anon_sym_starts_DASHwith] = ACTIONS(1410), - [anon_sym_ends_DASHwith] = ACTIONS(1410), - [anon_sym_EQ_TILDE] = ACTIONS(1410), - [anon_sym_BANG_TILDE] = ACTIONS(1410), - [anon_sym_bit_DASHand] = ACTIONS(1410), - [anon_sym_bit_DASHxor] = ACTIONS(1410), - [anon_sym_bit_DASHor] = ACTIONS(1410), - [anon_sym_and] = ACTIONS(1410), - [anon_sym_xor] = ACTIONS(1410), - [anon_sym_or] = ACTIONS(1410), - [sym_val_nothing] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1410), - [anon_sym_false] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [aux_sym__val_number_token1] = ACTIONS(1410), - [aux_sym__val_number_token2] = ACTIONS(1410), - [aux_sym__val_number_token3] = ACTIONS(1410), - [aux_sym__val_number_token4] = ACTIONS(1410), - [aux_sym__val_number_token5] = ACTIONS(1410), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_0b] = ACTIONS(1410), - [anon_sym_0o] = ACTIONS(1410), - [anon_sym_0x] = ACTIONS(1410), - [sym_val_date] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym__str_single_quotes] = ACTIONS(1410), - [sym__str_back_ticks] = ACTIONS(1410), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1410), - [anon_sym_err_GT] = ACTIONS(1410), - [anon_sym_out_GT] = ACTIONS(1410), - [anon_sym_e_GT] = ACTIONS(1410), - [anon_sym_o_GT] = ACTIONS(1410), - [anon_sym_err_PLUSout_GT] = ACTIONS(1410), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1410), - [anon_sym_o_PLUSe_GT] = ACTIONS(1410), - [anon_sym_e_PLUSo_GT] = ACTIONS(1410), - [aux_sym_unquoted_token1] = ACTIONS(1410), - [anon_sym_POUND] = ACTIONS(105), - }, - [847] = { - [sym__command_name] = STATE(1395), - [sym_scope_pattern] = STATE(1335), - [sym_wild_card] = STATE(1408), - [sym_command_list] = STATE(1393), - [sym_val_string] = STATE(1204), - [sym__str_double_quotes] = STATE(1184), - [sym_comment] = STATE(847), - [anon_sym_export] = ACTIONS(2119), - [anon_sym_alias] = ACTIONS(2119), - [anon_sym_let] = ACTIONS(2119), - [anon_sym_let_DASHenv] = ACTIONS(2119), - [anon_sym_mut] = ACTIONS(2119), - [anon_sym_const] = ACTIONS(2119), - [anon_sym_SEMI] = ACTIONS(2119), - [sym_cmd_identifier] = ACTIONS(2107), - [anon_sym_LF] = ACTIONS(2121), - [anon_sym_def] = ACTIONS(2119), - [anon_sym_export_DASHenv] = ACTIONS(2119), - [anon_sym_extern] = ACTIONS(2119), - [anon_sym_module] = ACTIONS(2119), - [anon_sym_use] = ACTIONS(2119), - [anon_sym_LBRACK] = ACTIONS(2111), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_RPAREN] = ACTIONS(2119), - [anon_sym_DOLLAR] = ACTIONS(2119), - [anon_sym_error] = ACTIONS(2119), - [anon_sym_DASH] = ACTIONS(2119), - [anon_sym_break] = ACTIONS(2119), - [anon_sym_continue] = ACTIONS(2119), - [anon_sym_for] = ACTIONS(2119), - [anon_sym_loop] = ACTIONS(2119), - [anon_sym_while] = ACTIONS(2119), - [anon_sym_do] = ACTIONS(2119), - [anon_sym_if] = ACTIONS(2119), - [anon_sym_match] = ACTIONS(2119), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_DOT] = ACTIONS(2119), - [anon_sym_try] = ACTIONS(2119), - [anon_sym_return] = ACTIONS(2119), - [anon_sym_source] = ACTIONS(2119), - [anon_sym_source_DASHenv] = ACTIONS(2119), - [anon_sym_register] = ACTIONS(2119), - [anon_sym_hide] = ACTIONS(2119), - [anon_sym_hide_DASHenv] = ACTIONS(2119), - [anon_sym_overlay] = ACTIONS(2119), - [anon_sym_STAR] = ACTIONS(2113), - [anon_sym_where] = ACTIONS(2119), - [anon_sym_PLUS] = ACTIONS(2119), - [anon_sym_not] = ACTIONS(2119), - [sym_val_nothing] = ACTIONS(2119), - [anon_sym_true] = ACTIONS(2119), - [anon_sym_false] = ACTIONS(2119), - [aux_sym__val_number_decimal_token1] = ACTIONS(2119), - [aux_sym__val_number_token1] = ACTIONS(2119), - [aux_sym__val_number_token2] = ACTIONS(2119), - [aux_sym__val_number_token3] = ACTIONS(2119), - [aux_sym__val_number_token4] = ACTIONS(2119), - [aux_sym__val_number_token5] = ACTIONS(2119), - [aux_sym__val_number_token6] = ACTIONS(2119), - [anon_sym_0b] = ACTIONS(2119), - [anon_sym_0o] = ACTIONS(2119), - [anon_sym_0x] = ACTIONS(2119), - [sym_val_date] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2115), - [sym__str_single_quotes] = ACTIONS(2117), - [sym__str_back_ticks] = ACTIONS(2117), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2119), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2119), - [anon_sym_CARET] = ACTIONS(2119), - [anon_sym_POUND] = ACTIONS(105), - }, - [848] = { - [sym_comment] = STATE(848), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(2123), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(2125), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_err_GT] = ACTIONS(1363), - [anon_sym_out_GT] = ACTIONS(1363), - [anon_sym_e_GT] = ACTIONS(1363), - [anon_sym_o_GT] = ACTIONS(1363), - [anon_sym_err_PLUSout_GT] = ACTIONS(1363), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1363), - [anon_sym_o_PLUSe_GT] = ACTIONS(1363), - [anon_sym_e_PLUSo_GT] = ACTIONS(1363), - [aux_sym_unquoted_token1] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(2127), - [anon_sym_POUND] = ACTIONS(105), - }, - [849] = { - [sym_path] = STATE(919), - [sym_comment] = STATE(849), - [aux_sym_cell_path_repeat1] = STATE(855), - [anon_sym_SEMI] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_RPAREN] = ACTIONS(1386), - [anon_sym_PIPE] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_err_GT] = ACTIONS(1386), - [anon_sym_out_GT] = ACTIONS(1386), - [anon_sym_e_GT] = ACTIONS(1386), - [anon_sym_o_GT] = ACTIONS(1386), - [anon_sym_err_PLUSout_GT] = ACTIONS(1386), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1386), - [anon_sym_o_PLUSe_GT] = ACTIONS(1386), - [anon_sym_e_PLUSo_GT] = ACTIONS(1386), - [aux_sym_unquoted_token1] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, - [850] = { - [sym_cell_path] = STATE(973), - [sym_path] = STATE(868), - [sym_comment] = STATE(850), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_LF] = ACTIONS(1408), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1406), - [anon_sym_RPAREN] = ACTIONS(1406), - [anon_sym_PIPE] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [anon_sym_GT] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1406), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_STAR_STAR] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_SLASH] = ACTIONS(1406), - [anon_sym_mod] = ACTIONS(1406), - [anon_sym_SLASH_SLASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_bit_DASHshl] = ACTIONS(1406), - [anon_sym_bit_DASHshr] = ACTIONS(1406), - [anon_sym_EQ_EQ] = ACTIONS(1406), - [anon_sym_BANG_EQ] = ACTIONS(1406), - [anon_sym_LT2] = ACTIONS(1406), - [anon_sym_LT_EQ] = ACTIONS(1406), - [anon_sym_GT_EQ] = ACTIONS(1406), - [anon_sym_not_DASHin] = ACTIONS(1406), - [anon_sym_starts_DASHwith] = ACTIONS(1406), - [anon_sym_ends_DASHwith] = ACTIONS(1406), - [anon_sym_EQ_TILDE] = ACTIONS(1406), - [anon_sym_BANG_TILDE] = ACTIONS(1406), - [anon_sym_bit_DASHand] = ACTIONS(1406), - [anon_sym_bit_DASHxor] = ACTIONS(1406), - [anon_sym_bit_DASHor] = ACTIONS(1406), - [anon_sym_and] = ACTIONS(1406), - [anon_sym_xor] = ACTIONS(1406), - [anon_sym_or] = ACTIONS(1406), - [sym_val_nothing] = ACTIONS(1406), - [anon_sym_true] = ACTIONS(1406), - [anon_sym_false] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1406), - [aux_sym__val_number_token2] = ACTIONS(1406), - [aux_sym__val_number_token3] = ACTIONS(1406), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1406), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_0b] = ACTIONS(1406), - [anon_sym_0o] = ACTIONS(1406), - [anon_sym_0x] = ACTIONS(1406), - [sym_val_date] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [sym__str_single_quotes] = ACTIONS(1406), - [sym__str_back_ticks] = ACTIONS(1406), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1406), - [anon_sym_err_GT] = ACTIONS(1406), - [anon_sym_out_GT] = ACTIONS(1406), - [anon_sym_e_GT] = ACTIONS(1406), - [anon_sym_o_GT] = ACTIONS(1406), - [anon_sym_err_PLUSout_GT] = ACTIONS(1406), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1406), - [anon_sym_o_PLUSe_GT] = ACTIONS(1406), - [anon_sym_e_PLUSo_GT] = ACTIONS(1406), - [aux_sym_unquoted_token1] = ACTIONS(1406), - [anon_sym_POUND] = ACTIONS(105), - }, - [851] = { - [sym_expr_parenthesized] = STATE(1450), - [sym__immediate_decimal] = STATE(1470), - [sym_val_variable] = STATE(1450), - [sym__var] = STATE(1121), - [sym_comment] = STATE(851), - [ts_builtin_sym_end] = ACTIONS(2081), - [anon_sym_export] = ACTIONS(2079), - [anon_sym_alias] = ACTIONS(2079), - [anon_sym_let] = ACTIONS(2079), - [anon_sym_let_DASHenv] = ACTIONS(2079), - [anon_sym_mut] = ACTIONS(2079), - [anon_sym_const] = ACTIONS(2079), - [anon_sym_SEMI] = ACTIONS(2079), - [sym_cmd_identifier] = ACTIONS(2079), - [anon_sym_LF] = ACTIONS(2081), - [anon_sym_def] = ACTIONS(2079), - [anon_sym_export_DASHenv] = ACTIONS(2079), - [anon_sym_extern] = ACTIONS(2079), - [anon_sym_module] = ACTIONS(2079), - [anon_sym_use] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2079), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_break] = ACTIONS(2079), - [anon_sym_continue] = ACTIONS(2079), - [anon_sym_for] = ACTIONS(2079), - [anon_sym_loop] = ACTIONS(2079), - [anon_sym_while] = ACTIONS(2079), - [anon_sym_do] = ACTIONS(2079), - [anon_sym_if] = ACTIONS(2079), - [anon_sym_match] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2079), - [anon_sym_DOT] = ACTIONS(2079), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2079), - [anon_sym_return] = ACTIONS(2079), - [anon_sym_source] = ACTIONS(2079), - [anon_sym_source_DASHenv] = ACTIONS(2079), - [anon_sym_register] = ACTIONS(2079), - [anon_sym_hide] = ACTIONS(2079), - [anon_sym_hide_DASHenv] = ACTIONS(2079), - [anon_sym_overlay] = ACTIONS(2079), - [anon_sym_where] = ACTIONS(2079), - [anon_sym_PLUS] = ACTIONS(2079), - [anon_sym_not] = ACTIONS(2079), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2079), - [anon_sym_true] = ACTIONS(2079), - [anon_sym_false] = ACTIONS(2079), - [aux_sym__val_number_decimal_token1] = ACTIONS(2079), - [aux_sym__val_number_token1] = ACTIONS(2079), - [aux_sym__val_number_token2] = ACTIONS(2079), - [aux_sym__val_number_token3] = ACTIONS(2079), - [aux_sym__val_number_token4] = ACTIONS(2079), - [aux_sym__val_number_token5] = ACTIONS(2079), - [aux_sym__val_number_token6] = ACTIONS(2079), - [anon_sym_0b] = ACTIONS(2079), - [anon_sym_0o] = ACTIONS(2079), - [anon_sym_0x] = ACTIONS(2079), - [sym_val_date] = ACTIONS(2079), - [anon_sym_DQUOTE] = ACTIONS(2079), - [sym__str_single_quotes] = ACTIONS(2079), - [sym__str_back_ticks] = ACTIONS(2079), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2079), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2079), - [anon_sym_CARET] = ACTIONS(2079), - [anon_sym_POUND] = ACTIONS(105), - }, - [852] = { - [sym_cell_path] = STATE(956), - [sym_path] = STATE(868), - [sym_comment] = STATE(852), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_LF] = ACTIONS(1382), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_LPAREN] = ACTIONS(1380), - [anon_sym_RPAREN] = ACTIONS(1380), - [anon_sym_PIPE] = ACTIONS(1380), - [anon_sym_DOLLAR] = ACTIONS(1380), - [anon_sym_GT] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1380), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_RBRACE] = ACTIONS(1380), - [anon_sym_DOT] = ACTIONS(1380), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_STAR_STAR] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_SLASH] = ACTIONS(1380), - [anon_sym_mod] = ACTIONS(1380), - [anon_sym_SLASH_SLASH] = ACTIONS(1380), - [anon_sym_PLUS] = ACTIONS(1380), - [anon_sym_bit_DASHshl] = ACTIONS(1380), - [anon_sym_bit_DASHshr] = ACTIONS(1380), - [anon_sym_EQ_EQ] = ACTIONS(1380), - [anon_sym_BANG_EQ] = ACTIONS(1380), - [anon_sym_LT2] = ACTIONS(1380), - [anon_sym_LT_EQ] = ACTIONS(1380), - [anon_sym_GT_EQ] = ACTIONS(1380), - [anon_sym_not_DASHin] = ACTIONS(1380), - [anon_sym_starts_DASHwith] = ACTIONS(1380), - [anon_sym_ends_DASHwith] = ACTIONS(1380), - [anon_sym_EQ_TILDE] = ACTIONS(1380), - [anon_sym_BANG_TILDE] = ACTIONS(1380), - [anon_sym_bit_DASHand] = ACTIONS(1380), - [anon_sym_bit_DASHxor] = ACTIONS(1380), - [anon_sym_bit_DASHor] = ACTIONS(1380), - [anon_sym_and] = ACTIONS(1380), - [anon_sym_xor] = ACTIONS(1380), - [anon_sym_or] = ACTIONS(1380), - [sym_val_nothing] = ACTIONS(1380), - [anon_sym_true] = ACTIONS(1380), - [anon_sym_false] = ACTIONS(1380), - [aux_sym__val_number_decimal_token1] = ACTIONS(1380), - [aux_sym__val_number_token1] = ACTIONS(1380), - [aux_sym__val_number_token2] = ACTIONS(1380), - [aux_sym__val_number_token3] = ACTIONS(1380), - [aux_sym__val_number_token4] = ACTIONS(1380), - [aux_sym__val_number_token5] = ACTIONS(1380), - [aux_sym__val_number_token6] = ACTIONS(1380), - [anon_sym_0b] = ACTIONS(1380), - [anon_sym_0o] = ACTIONS(1380), - [anon_sym_0x] = ACTIONS(1380), - [sym_val_date] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym__str_single_quotes] = ACTIONS(1380), - [sym__str_back_ticks] = ACTIONS(1380), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1380), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1380), - [anon_sym_err_GT] = ACTIONS(1380), - [anon_sym_out_GT] = ACTIONS(1380), - [anon_sym_e_GT] = ACTIONS(1380), - [anon_sym_o_GT] = ACTIONS(1380), - [anon_sym_err_PLUSout_GT] = ACTIONS(1380), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1380), - [anon_sym_o_PLUSe_GT] = ACTIONS(1380), - [anon_sym_e_PLUSo_GT] = ACTIONS(1380), - [aux_sym_unquoted_token1] = ACTIONS(1380), - [anon_sym_POUND] = ACTIONS(105), - }, - [853] = { - [sym_cell_path] = STATE(975), - [sym_path] = STATE(868), - [sym_comment] = STATE(853), - [anon_sym_SEMI] = ACTIONS(1390), - [anon_sym_LF] = ACTIONS(1392), - [anon_sym_LBRACK] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_RPAREN] = ACTIONS(1390), - [anon_sym_PIPE] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1390), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_STAR_STAR] = ACTIONS(1390), - [anon_sym_PLUS_PLUS] = ACTIONS(1390), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_mod] = ACTIONS(1390), - [anon_sym_SLASH_SLASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_bit_DASHshl] = ACTIONS(1390), - [anon_sym_bit_DASHshr] = ACTIONS(1390), - [anon_sym_EQ_EQ] = ACTIONS(1390), - [anon_sym_BANG_EQ] = ACTIONS(1390), - [anon_sym_LT2] = ACTIONS(1390), - [anon_sym_LT_EQ] = ACTIONS(1390), - [anon_sym_GT_EQ] = ACTIONS(1390), - [anon_sym_not_DASHin] = ACTIONS(1390), - [anon_sym_starts_DASHwith] = ACTIONS(1390), - [anon_sym_ends_DASHwith] = ACTIONS(1390), - [anon_sym_EQ_TILDE] = ACTIONS(1390), - [anon_sym_BANG_TILDE] = ACTIONS(1390), - [anon_sym_bit_DASHand] = ACTIONS(1390), - [anon_sym_bit_DASHxor] = ACTIONS(1390), - [anon_sym_bit_DASHor] = ACTIONS(1390), - [anon_sym_and] = ACTIONS(1390), - [anon_sym_xor] = ACTIONS(1390), - [anon_sym_or] = ACTIONS(1390), - [sym_val_nothing] = ACTIONS(1390), - [anon_sym_true] = ACTIONS(1390), - [anon_sym_false] = ACTIONS(1390), - [aux_sym__val_number_decimal_token1] = ACTIONS(1390), - [aux_sym__val_number_token1] = ACTIONS(1390), - [aux_sym__val_number_token2] = ACTIONS(1390), - [aux_sym__val_number_token3] = ACTIONS(1390), - [aux_sym__val_number_token4] = ACTIONS(1390), - [aux_sym__val_number_token5] = ACTIONS(1390), - [aux_sym__val_number_token6] = ACTIONS(1390), - [anon_sym_0b] = ACTIONS(1390), - [anon_sym_0o] = ACTIONS(1390), - [anon_sym_0x] = ACTIONS(1390), - [sym_val_date] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [sym__str_single_quotes] = ACTIONS(1390), - [sym__str_back_ticks] = ACTIONS(1390), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1390), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1390), - [anon_sym_err_GT] = ACTIONS(1390), - [anon_sym_out_GT] = ACTIONS(1390), - [anon_sym_e_GT] = ACTIONS(1390), - [anon_sym_o_GT] = ACTIONS(1390), - [anon_sym_err_PLUSout_GT] = ACTIONS(1390), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1390), - [anon_sym_o_PLUSe_GT] = ACTIONS(1390), - [anon_sym_e_PLUSo_GT] = ACTIONS(1390), - [aux_sym_unquoted_token1] = ACTIONS(1390), - [anon_sym_POUND] = ACTIONS(105), - }, - [854] = { - [sym_expr_parenthesized] = STATE(1493), - [sym__immediate_decimal] = STATE(1455), - [sym_val_variable] = STATE(1493), - [sym__var] = STATE(1121), - [sym_comment] = STATE(854), - [ts_builtin_sym_end] = ACTIONS(2049), - [anon_sym_export] = ACTIONS(2047), - [anon_sym_alias] = ACTIONS(2047), - [anon_sym_let] = ACTIONS(2047), - [anon_sym_let_DASHenv] = ACTIONS(2047), - [anon_sym_mut] = ACTIONS(2047), - [anon_sym_const] = ACTIONS(2047), - [anon_sym_SEMI] = ACTIONS(2047), - [sym_cmd_identifier] = ACTIONS(2047), - [anon_sym_LF] = ACTIONS(2049), - [anon_sym_def] = ACTIONS(2047), - [anon_sym_export_DASHenv] = ACTIONS(2047), - [anon_sym_extern] = ACTIONS(2047), - [anon_sym_module] = ACTIONS(2047), - [anon_sym_use] = ACTIONS(2047), - [anon_sym_LBRACK] = ACTIONS(2047), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2047), - [anon_sym_DASH] = ACTIONS(2047), - [anon_sym_break] = ACTIONS(2047), - [anon_sym_continue] = ACTIONS(2047), - [anon_sym_for] = ACTIONS(2047), - [anon_sym_loop] = ACTIONS(2047), - [anon_sym_while] = ACTIONS(2047), - [anon_sym_do] = ACTIONS(2047), - [anon_sym_if] = ACTIONS(2047), - [anon_sym_match] = ACTIONS(2047), - [anon_sym_LBRACE] = ACTIONS(2047), - [anon_sym_DOT] = ACTIONS(2047), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2047), - [anon_sym_return] = ACTIONS(2047), - [anon_sym_source] = ACTIONS(2047), - [anon_sym_source_DASHenv] = ACTIONS(2047), - [anon_sym_register] = ACTIONS(2047), - [anon_sym_hide] = ACTIONS(2047), - [anon_sym_hide_DASHenv] = ACTIONS(2047), - [anon_sym_overlay] = ACTIONS(2047), - [anon_sym_where] = ACTIONS(2047), - [anon_sym_PLUS] = ACTIONS(2047), - [anon_sym_not] = ACTIONS(2047), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2047), - [anon_sym_true] = ACTIONS(2047), - [anon_sym_false] = ACTIONS(2047), - [aux_sym__val_number_decimal_token1] = ACTIONS(2047), - [aux_sym__val_number_token1] = ACTIONS(2047), - [aux_sym__val_number_token2] = ACTIONS(2047), - [aux_sym__val_number_token3] = ACTIONS(2047), - [aux_sym__val_number_token4] = ACTIONS(2047), - [aux_sym__val_number_token5] = ACTIONS(2047), - [aux_sym__val_number_token6] = ACTIONS(2047), - [anon_sym_0b] = ACTIONS(2047), - [anon_sym_0o] = ACTIONS(2047), - [anon_sym_0x] = ACTIONS(2047), - [sym_val_date] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(2047), - [sym__str_single_quotes] = ACTIONS(2047), - [sym__str_back_ticks] = ACTIONS(2047), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2047), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2047), - [anon_sym_CARET] = ACTIONS(2047), - [anon_sym_POUND] = ACTIONS(105), - }, - [855] = { - [sym_path] = STATE(919), - [sym_comment] = STATE(855), - [aux_sym_cell_path_repeat1] = STATE(855), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym_LF] = ACTIONS(1416), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_RPAREN] = ACTIONS(1414), - [anon_sym_PIPE] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [anon_sym_GT] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_RBRACE] = ACTIONS(1414), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(2129), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_STAR_STAR] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_SLASH] = ACTIONS(1414), - [anon_sym_mod] = ACTIONS(1414), - [anon_sym_SLASH_SLASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_bit_DASHshl] = ACTIONS(1414), - [anon_sym_bit_DASHshr] = ACTIONS(1414), - [anon_sym_EQ_EQ] = ACTIONS(1414), - [anon_sym_BANG_EQ] = ACTIONS(1414), - [anon_sym_LT2] = ACTIONS(1414), - [anon_sym_LT_EQ] = ACTIONS(1414), - [anon_sym_GT_EQ] = ACTIONS(1414), - [anon_sym_not_DASHin] = ACTIONS(1414), - [anon_sym_starts_DASHwith] = ACTIONS(1414), - [anon_sym_ends_DASHwith] = ACTIONS(1414), - [anon_sym_EQ_TILDE] = ACTIONS(1414), - [anon_sym_BANG_TILDE] = ACTIONS(1414), - [anon_sym_bit_DASHand] = ACTIONS(1414), - [anon_sym_bit_DASHxor] = ACTIONS(1414), - [anon_sym_bit_DASHor] = ACTIONS(1414), - [anon_sym_and] = ACTIONS(1414), - [anon_sym_xor] = ACTIONS(1414), - [anon_sym_or] = ACTIONS(1414), - [sym_val_nothing] = ACTIONS(1414), - [anon_sym_true] = ACTIONS(1414), - [anon_sym_false] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [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(1414), - [aux_sym__val_number_token5] = ACTIONS(1414), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_0b] = ACTIONS(1414), - [anon_sym_0o] = ACTIONS(1414), - [anon_sym_0x] = ACTIONS(1414), - [sym_val_date] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym__str_single_quotes] = ACTIONS(1414), - [sym__str_back_ticks] = ACTIONS(1414), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), - [anon_sym_err_GT] = ACTIONS(1414), - [anon_sym_out_GT] = ACTIONS(1414), - [anon_sym_e_GT] = ACTIONS(1414), - [anon_sym_o_GT] = ACTIONS(1414), - [anon_sym_err_PLUSout_GT] = ACTIONS(1414), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1414), - [anon_sym_o_PLUSe_GT] = ACTIONS(1414), - [anon_sym_e_PLUSo_GT] = ACTIONS(1414), - [aux_sym_unquoted_token1] = ACTIONS(1414), - [anon_sym_POUND] = ACTIONS(105), - }, [856] = { - [sym_cell_path] = STATE(942), - [sym_path] = STATE(868), [sym_comment] = STATE(856), - [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(2103), - [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), - [sym_val_nothing] = 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(1371), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_PIPE] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(2111), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(2109), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_err_GT] = ACTIONS(1369), + [anon_sym_out_GT] = ACTIONS(1369), + [anon_sym_e_GT] = ACTIONS(1369), + [anon_sym_o_GT] = ACTIONS(1369), + [anon_sym_err_PLUSout_GT] = ACTIONS(1369), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1369), + [anon_sym_o_PLUSe_GT] = ACTIONS(1369), + [anon_sym_e_PLUSo_GT] = ACTIONS(1369), + [aux_sym_unquoted_token1] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(2113), + [aux_sym_unquoted_token6] = ACTIONS(2115), [anon_sym_POUND] = ACTIONS(105), }, [857] = { - [sym_path] = STATE(919), + [sym_expr_parenthesized] = STATE(1300), + [sym__immediate_decimal] = STATE(1297), + [sym_val_variable] = STATE(1300), + [sym__var] = STATE(1110), [sym_comment] = STATE(857), - [aux_sym_cell_path_repeat1] = STATE(842), - [anon_sym_SEMI] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_RPAREN] = ACTIONS(1402), - [anon_sym_PIPE] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_err_GT] = ACTIONS(1402), - [anon_sym_out_GT] = ACTIONS(1402), - [anon_sym_e_GT] = ACTIONS(1402), - [anon_sym_o_GT] = ACTIONS(1402), - [anon_sym_err_PLUSout_GT] = ACTIONS(1402), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1402), - [anon_sym_o_PLUSe_GT] = ACTIONS(1402), - [anon_sym_e_PLUSo_GT] = ACTIONS(1402), - [aux_sym_unquoted_token1] = ACTIONS(1402), + [anon_sym_export] = ACTIONS(2117), + [anon_sym_alias] = ACTIONS(2117), + [anon_sym_let] = ACTIONS(2117), + [anon_sym_let_DASHenv] = ACTIONS(2117), + [anon_sym_mut] = ACTIONS(2117), + [anon_sym_const] = ACTIONS(2117), + [anon_sym_SEMI] = ACTIONS(2117), + [sym_cmd_identifier] = ACTIONS(2117), + [anon_sym_LF] = ACTIONS(2119), + [anon_sym_def] = ACTIONS(2117), + [anon_sym_export_DASHenv] = ACTIONS(2117), + [anon_sym_extern] = ACTIONS(2117), + [anon_sym_module] = ACTIONS(2117), + [anon_sym_use] = ACTIONS(2117), + [anon_sym_LBRACK] = ACTIONS(2117), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2117), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2117), + [anon_sym_DASH] = ACTIONS(2117), + [anon_sym_break] = ACTIONS(2117), + [anon_sym_continue] = ACTIONS(2117), + [anon_sym_for] = ACTIONS(2117), + [anon_sym_loop] = ACTIONS(2117), + [anon_sym_while] = ACTIONS(2117), + [anon_sym_do] = ACTIONS(2117), + [anon_sym_if] = ACTIONS(2117), + [anon_sym_match] = ACTIONS(2117), + [anon_sym_LBRACE] = ACTIONS(2117), + [anon_sym_RBRACE] = ACTIONS(2117), + [anon_sym_DOT] = ACTIONS(2117), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2117), + [anon_sym_return] = ACTIONS(2117), + [anon_sym_source] = ACTIONS(2117), + [anon_sym_source_DASHenv] = ACTIONS(2117), + [anon_sym_register] = ACTIONS(2117), + [anon_sym_hide] = ACTIONS(2117), + [anon_sym_hide_DASHenv] = ACTIONS(2117), + [anon_sym_overlay] = ACTIONS(2117), + [anon_sym_where] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(2117), + [anon_sym_not] = ACTIONS(2117), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2117), + [anon_sym_true] = ACTIONS(2117), + [anon_sym_false] = ACTIONS(2117), + [aux_sym__val_number_decimal_token1] = ACTIONS(2117), + [aux_sym__val_number_token1] = ACTIONS(2117), + [aux_sym__val_number_token2] = ACTIONS(2117), + [aux_sym__val_number_token3] = ACTIONS(2117), + [aux_sym__val_number_token4] = ACTIONS(2117), + [aux_sym__val_number_token5] = ACTIONS(2117), + [aux_sym__val_number_token6] = ACTIONS(2117), + [anon_sym_0b] = ACTIONS(2117), + [anon_sym_0o] = ACTIONS(2117), + [anon_sym_0x] = ACTIONS(2117), + [sym_val_date] = ACTIONS(2117), + [anon_sym_DQUOTE] = ACTIONS(2117), + [sym__str_single_quotes] = ACTIONS(2117), + [sym__str_back_ticks] = ACTIONS(2117), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2117), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), [anon_sym_POUND] = ACTIONS(105), }, [858] = { - [sym_expr_parenthesized] = STATE(1429), - [sym__immediate_decimal] = STATE(1424), - [sym_val_variable] = STATE(1429), - [sym__var] = STATE(1121), + [sym_expr_parenthesized] = STATE(1389), + [sym__immediate_decimal] = STATE(1388), + [sym_val_variable] = STATE(1389), + [sym__var] = STATE(1110), [sym_comment] = STATE(858), - [ts_builtin_sym_end] = ACTIONS(2069), - [anon_sym_export] = ACTIONS(2067), - [anon_sym_alias] = ACTIONS(2067), - [anon_sym_let] = ACTIONS(2067), - [anon_sym_let_DASHenv] = ACTIONS(2067), - [anon_sym_mut] = ACTIONS(2067), - [anon_sym_const] = ACTIONS(2067), - [anon_sym_SEMI] = ACTIONS(2067), - [sym_cmd_identifier] = ACTIONS(2067), - [anon_sym_LF] = ACTIONS(2069), - [anon_sym_def] = ACTIONS(2067), - [anon_sym_export_DASHenv] = ACTIONS(2067), - [anon_sym_extern] = ACTIONS(2067), - [anon_sym_module] = ACTIONS(2067), - [anon_sym_use] = ACTIONS(2067), - [anon_sym_LBRACK] = ACTIONS(2067), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2067), - [anon_sym_DASH] = ACTIONS(2067), - [anon_sym_break] = ACTIONS(2067), - [anon_sym_continue] = ACTIONS(2067), - [anon_sym_for] = ACTIONS(2067), - [anon_sym_loop] = ACTIONS(2067), - [anon_sym_while] = ACTIONS(2067), - [anon_sym_do] = ACTIONS(2067), - [anon_sym_if] = ACTIONS(2067), - [anon_sym_match] = ACTIONS(2067), - [anon_sym_LBRACE] = ACTIONS(2067), - [anon_sym_DOT] = ACTIONS(2067), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2067), - [anon_sym_return] = ACTIONS(2067), - [anon_sym_source] = ACTIONS(2067), - [anon_sym_source_DASHenv] = ACTIONS(2067), - [anon_sym_register] = ACTIONS(2067), - [anon_sym_hide] = ACTIONS(2067), - [anon_sym_hide_DASHenv] = ACTIONS(2067), - [anon_sym_overlay] = ACTIONS(2067), - [anon_sym_where] = ACTIONS(2067), - [anon_sym_PLUS] = ACTIONS(2067), - [anon_sym_not] = ACTIONS(2067), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2067), - [anon_sym_true] = ACTIONS(2067), - [anon_sym_false] = ACTIONS(2067), - [aux_sym__val_number_decimal_token1] = ACTIONS(2067), - [aux_sym__val_number_token1] = ACTIONS(2067), - [aux_sym__val_number_token2] = ACTIONS(2067), - [aux_sym__val_number_token3] = ACTIONS(2067), - [aux_sym__val_number_token4] = ACTIONS(2067), - [aux_sym__val_number_token5] = ACTIONS(2067), - [aux_sym__val_number_token6] = ACTIONS(2067), - [anon_sym_0b] = ACTIONS(2067), - [anon_sym_0o] = ACTIONS(2067), - [anon_sym_0x] = ACTIONS(2067), - [sym_val_date] = ACTIONS(2067), - [anon_sym_DQUOTE] = ACTIONS(2067), - [sym__str_single_quotes] = ACTIONS(2067), - [sym__str_back_ticks] = ACTIONS(2067), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2067), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2067), - [anon_sym_CARET] = ACTIONS(2067), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_alias] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_let_DASHenv] = ACTIONS(2121), + [anon_sym_mut] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2121), + [sym_cmd_identifier] = ACTIONS(2121), + [anon_sym_LF] = ACTIONS(2123), + [anon_sym_def] = ACTIONS(2121), + [anon_sym_export_DASHenv] = ACTIONS(2121), + [anon_sym_extern] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_use] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2121), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_loop] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_match] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2121), + [anon_sym_RBRACE] = ACTIONS(2121), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_source] = ACTIONS(2121), + [anon_sym_source_DASHenv] = ACTIONS(2121), + [anon_sym_register] = ACTIONS(2121), + [anon_sym_hide] = ACTIONS(2121), + [anon_sym_hide_DASHenv] = ACTIONS(2121), + [anon_sym_overlay] = ACTIONS(2121), + [anon_sym_where] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_not] = ACTIONS(2121), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2121), + [anon_sym_true] = ACTIONS(2121), + [anon_sym_false] = ACTIONS(2121), + [aux_sym__val_number_decimal_token1] = ACTIONS(2121), + [aux_sym__val_number_token1] = ACTIONS(2121), + [aux_sym__val_number_token2] = ACTIONS(2121), + [aux_sym__val_number_token3] = ACTIONS(2121), + [aux_sym__val_number_token4] = ACTIONS(2121), + [aux_sym__val_number_token5] = ACTIONS(2121), + [aux_sym__val_number_token6] = ACTIONS(2121), + [anon_sym_0b] = ACTIONS(2121), + [anon_sym_0o] = ACTIONS(2121), + [anon_sym_0x] = ACTIONS(2121), + [sym_val_date] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2121), + [sym__str_single_quotes] = ACTIONS(2121), + [sym__str_back_ticks] = ACTIONS(2121), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2121), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2121), + [anon_sym_CARET] = ACTIONS(2121), [anon_sym_POUND] = ACTIONS(105), }, [859] = { - [sym_cell_path] = STATE(979), - [sym_path] = STATE(868), + [sym_expr_parenthesized] = STATE(1395), + [sym__immediate_decimal] = STATE(1394), + [sym_val_variable] = STATE(1395), + [sym__var] = STATE(1110), [sym_comment] = STATE(859), - [anon_sym_SEMI] = ACTIONS(1398), - [anon_sym_LF] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_RPAREN] = ACTIONS(1398), - [anon_sym_PIPE] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1398), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_STAR_STAR] = ACTIONS(1398), - [anon_sym_PLUS_PLUS] = ACTIONS(1398), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_mod] = ACTIONS(1398), - [anon_sym_SLASH_SLASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_bit_DASHshl] = ACTIONS(1398), - [anon_sym_bit_DASHshr] = ACTIONS(1398), - [anon_sym_EQ_EQ] = ACTIONS(1398), - [anon_sym_BANG_EQ] = ACTIONS(1398), - [anon_sym_LT2] = ACTIONS(1398), - [anon_sym_LT_EQ] = ACTIONS(1398), - [anon_sym_GT_EQ] = ACTIONS(1398), - [anon_sym_not_DASHin] = ACTIONS(1398), - [anon_sym_starts_DASHwith] = ACTIONS(1398), - [anon_sym_ends_DASHwith] = ACTIONS(1398), - [anon_sym_EQ_TILDE] = ACTIONS(1398), - [anon_sym_BANG_TILDE] = ACTIONS(1398), - [anon_sym_bit_DASHand] = ACTIONS(1398), - [anon_sym_bit_DASHxor] = ACTIONS(1398), - [anon_sym_bit_DASHor] = ACTIONS(1398), - [anon_sym_and] = ACTIONS(1398), - [anon_sym_xor] = ACTIONS(1398), - [anon_sym_or] = ACTIONS(1398), - [sym_val_nothing] = ACTIONS(1398), - [anon_sym_true] = ACTIONS(1398), - [anon_sym_false] = ACTIONS(1398), - [aux_sym__val_number_decimal_token1] = ACTIONS(1398), - [aux_sym__val_number_token1] = ACTIONS(1398), - [aux_sym__val_number_token2] = ACTIONS(1398), - [aux_sym__val_number_token3] = ACTIONS(1398), - [aux_sym__val_number_token4] = ACTIONS(1398), - [aux_sym__val_number_token5] = ACTIONS(1398), - [aux_sym__val_number_token6] = ACTIONS(1398), - [anon_sym_0b] = ACTIONS(1398), - [anon_sym_0o] = ACTIONS(1398), - [anon_sym_0x] = ACTIONS(1398), - [sym_val_date] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [sym__str_single_quotes] = ACTIONS(1398), - [sym__str_back_ticks] = ACTIONS(1398), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1398), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1398), - [anon_sym_err_GT] = ACTIONS(1398), - [anon_sym_out_GT] = ACTIONS(1398), - [anon_sym_e_GT] = ACTIONS(1398), - [anon_sym_o_GT] = ACTIONS(1398), - [anon_sym_err_PLUSout_GT] = ACTIONS(1398), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1398), - [anon_sym_o_PLUSe_GT] = ACTIONS(1398), - [anon_sym_e_PLUSo_GT] = ACTIONS(1398), - [aux_sym_unquoted_token1] = ACTIONS(1398), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_alias] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_let_DASHenv] = ACTIONS(2125), + [anon_sym_mut] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2125), + [sym_cmd_identifier] = ACTIONS(2125), + [anon_sym_LF] = ACTIONS(2127), + [anon_sym_def] = ACTIONS(2125), + [anon_sym_export_DASHenv] = ACTIONS(2125), + [anon_sym_extern] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_use] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2125), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_loop] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_match] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2125), + [anon_sym_RBRACE] = ACTIONS(2125), + [anon_sym_DOT] = ACTIONS(2125), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_source] = ACTIONS(2125), + [anon_sym_source_DASHenv] = ACTIONS(2125), + [anon_sym_register] = ACTIONS(2125), + [anon_sym_hide] = ACTIONS(2125), + [anon_sym_hide_DASHenv] = ACTIONS(2125), + [anon_sym_overlay] = ACTIONS(2125), + [anon_sym_where] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_not] = ACTIONS(2125), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2125), + [anon_sym_true] = ACTIONS(2125), + [anon_sym_false] = ACTIONS(2125), + [aux_sym__val_number_decimal_token1] = ACTIONS(2125), + [aux_sym__val_number_token1] = ACTIONS(2125), + [aux_sym__val_number_token2] = ACTIONS(2125), + [aux_sym__val_number_token3] = ACTIONS(2125), + [aux_sym__val_number_token4] = ACTIONS(2125), + [aux_sym__val_number_token5] = ACTIONS(2125), + [aux_sym__val_number_token6] = ACTIONS(2125), + [anon_sym_0b] = ACTIONS(2125), + [anon_sym_0o] = ACTIONS(2125), + [anon_sym_0x] = ACTIONS(2125), + [sym_val_date] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2125), + [sym__str_single_quotes] = ACTIONS(2125), + [sym__str_back_ticks] = ACTIONS(2125), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2125), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2125), + [anon_sym_CARET] = ACTIONS(2125), [anon_sym_POUND] = ACTIONS(105), }, [860] = { - [sym_cell_path] = STATE(930), - [sym_path] = STATE(857), + [sym_expr_parenthesized] = STATE(1405), + [sym__immediate_decimal] = STATE(1401), + [sym_val_variable] = STATE(1405), + [sym__var] = STATE(1110), [sym_comment] = STATE(860), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_PIPE] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2132), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_err_GT] = ACTIONS(1373), - [anon_sym_out_GT] = ACTIONS(1373), - [anon_sym_e_GT] = ACTIONS(1373), - [anon_sym_o_GT] = ACTIONS(1373), - [anon_sym_err_PLUSout_GT] = ACTIONS(1373), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1373), - [anon_sym_o_PLUSe_GT] = ACTIONS(1373), - [anon_sym_e_PLUSo_GT] = ACTIONS(1373), - [aux_sym_unquoted_token1] = ACTIONS(1373), + [anon_sym_export] = ACTIONS(2129), + [anon_sym_alias] = ACTIONS(2129), + [anon_sym_let] = ACTIONS(2129), + [anon_sym_let_DASHenv] = ACTIONS(2129), + [anon_sym_mut] = ACTIONS(2129), + [anon_sym_const] = ACTIONS(2129), + [anon_sym_SEMI] = ACTIONS(2129), + [sym_cmd_identifier] = ACTIONS(2129), + [anon_sym_LF] = ACTIONS(2131), + [anon_sym_def] = ACTIONS(2129), + [anon_sym_export_DASHenv] = ACTIONS(2129), + [anon_sym_extern] = ACTIONS(2129), + [anon_sym_module] = ACTIONS(2129), + [anon_sym_use] = ACTIONS(2129), + [anon_sym_LBRACK] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2129), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2129), + [anon_sym_DASH] = ACTIONS(2129), + [anon_sym_break] = ACTIONS(2129), + [anon_sym_continue] = ACTIONS(2129), + [anon_sym_for] = ACTIONS(2129), + [anon_sym_loop] = ACTIONS(2129), + [anon_sym_while] = ACTIONS(2129), + [anon_sym_do] = ACTIONS(2129), + [anon_sym_if] = ACTIONS(2129), + [anon_sym_match] = ACTIONS(2129), + [anon_sym_LBRACE] = ACTIONS(2129), + [anon_sym_RBRACE] = ACTIONS(2129), + [anon_sym_DOT] = ACTIONS(2129), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2129), + [anon_sym_return] = ACTIONS(2129), + [anon_sym_source] = ACTIONS(2129), + [anon_sym_source_DASHenv] = ACTIONS(2129), + [anon_sym_register] = ACTIONS(2129), + [anon_sym_hide] = ACTIONS(2129), + [anon_sym_hide_DASHenv] = ACTIONS(2129), + [anon_sym_overlay] = ACTIONS(2129), + [anon_sym_where] = ACTIONS(2129), + [anon_sym_PLUS] = ACTIONS(2129), + [anon_sym_not] = ACTIONS(2129), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2129), + [anon_sym_true] = ACTIONS(2129), + [anon_sym_false] = ACTIONS(2129), + [aux_sym__val_number_decimal_token1] = ACTIONS(2129), + [aux_sym__val_number_token1] = ACTIONS(2129), + [aux_sym__val_number_token2] = ACTIONS(2129), + [aux_sym__val_number_token3] = ACTIONS(2129), + [aux_sym__val_number_token4] = ACTIONS(2129), + [aux_sym__val_number_token5] = ACTIONS(2129), + [aux_sym__val_number_token6] = ACTIONS(2129), + [anon_sym_0b] = ACTIONS(2129), + [anon_sym_0o] = ACTIONS(2129), + [anon_sym_0x] = ACTIONS(2129), + [sym_val_date] = ACTIONS(2129), + [anon_sym_DQUOTE] = ACTIONS(2129), + [sym__str_single_quotes] = ACTIONS(2129), + [sym__str_back_ticks] = ACTIONS(2129), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2129), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2129), + [anon_sym_CARET] = ACTIONS(2129), [anon_sym_POUND] = ACTIONS(105), }, [861] = { - [sym__command_name] = STATE(1395), - [sym_scope_pattern] = STATE(1398), - [sym_wild_card] = STATE(1408), - [sym_command_list] = STATE(1393), - [sym_val_string] = STATE(1204), - [sym__str_double_quotes] = STATE(1184), + [sym_expr_parenthesized] = STATE(1291), + [sym__immediate_decimal] = STATE(1290), + [sym_val_variable] = STATE(1291), + [sym__var] = STATE(1110), [sym_comment] = STATE(861), - [anon_sym_export] = ACTIONS(2135), - [anon_sym_alias] = ACTIONS(2135), - [anon_sym_let] = ACTIONS(2135), - [anon_sym_let_DASHenv] = ACTIONS(2135), - [anon_sym_mut] = ACTIONS(2135), - [anon_sym_const] = ACTIONS(2135), - [anon_sym_SEMI] = ACTIONS(2135), - [sym_cmd_identifier] = ACTIONS(2107), - [anon_sym_LF] = ACTIONS(2137), - [anon_sym_def] = ACTIONS(2135), - [anon_sym_export_DASHenv] = ACTIONS(2135), - [anon_sym_extern] = ACTIONS(2135), - [anon_sym_module] = ACTIONS(2135), - [anon_sym_use] = ACTIONS(2135), - [anon_sym_LBRACK] = ACTIONS(2111), - [anon_sym_LPAREN] = ACTIONS(2135), - [anon_sym_RPAREN] = ACTIONS(2135), - [anon_sym_DOLLAR] = ACTIONS(2135), - [anon_sym_error] = ACTIONS(2135), - [anon_sym_DASH] = ACTIONS(2135), - [anon_sym_break] = ACTIONS(2135), - [anon_sym_continue] = ACTIONS(2135), - [anon_sym_for] = ACTIONS(2135), - [anon_sym_loop] = ACTIONS(2135), - [anon_sym_while] = ACTIONS(2135), - [anon_sym_do] = ACTIONS(2135), - [anon_sym_if] = ACTIONS(2135), - [anon_sym_match] = ACTIONS(2135), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_RBRACE] = ACTIONS(2135), - [anon_sym_DOT] = ACTIONS(2135), - [anon_sym_try] = ACTIONS(2135), - [anon_sym_return] = ACTIONS(2135), - [anon_sym_source] = ACTIONS(2135), - [anon_sym_source_DASHenv] = ACTIONS(2135), - [anon_sym_register] = ACTIONS(2135), - [anon_sym_hide] = ACTIONS(2135), - [anon_sym_hide_DASHenv] = ACTIONS(2135), - [anon_sym_overlay] = ACTIONS(2135), - [anon_sym_STAR] = ACTIONS(2113), - [anon_sym_where] = ACTIONS(2135), - [anon_sym_PLUS] = ACTIONS(2135), - [anon_sym_not] = ACTIONS(2135), - [sym_val_nothing] = ACTIONS(2135), - [anon_sym_true] = ACTIONS(2135), - [anon_sym_false] = ACTIONS(2135), - [aux_sym__val_number_decimal_token1] = ACTIONS(2135), - [aux_sym__val_number_token1] = ACTIONS(2135), - [aux_sym__val_number_token2] = ACTIONS(2135), - [aux_sym__val_number_token3] = ACTIONS(2135), - [aux_sym__val_number_token4] = ACTIONS(2135), - [aux_sym__val_number_token5] = ACTIONS(2135), - [aux_sym__val_number_token6] = ACTIONS(2135), - [anon_sym_0b] = ACTIONS(2135), - [anon_sym_0o] = ACTIONS(2135), - [anon_sym_0x] = ACTIONS(2135), - [sym_val_date] = ACTIONS(2135), - [anon_sym_DQUOTE] = ACTIONS(2115), - [sym__str_single_quotes] = ACTIONS(2117), - [sym__str_back_ticks] = ACTIONS(2117), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2135), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2135), - [anon_sym_CARET] = ACTIONS(2135), + [anon_sym_export] = ACTIONS(2133), + [anon_sym_alias] = ACTIONS(2133), + [anon_sym_let] = ACTIONS(2133), + [anon_sym_let_DASHenv] = ACTIONS(2133), + [anon_sym_mut] = ACTIONS(2133), + [anon_sym_const] = ACTIONS(2133), + [anon_sym_SEMI] = ACTIONS(2133), + [sym_cmd_identifier] = ACTIONS(2133), + [anon_sym_LF] = ACTIONS(2135), + [anon_sym_def] = ACTIONS(2133), + [anon_sym_export_DASHenv] = ACTIONS(2133), + [anon_sym_extern] = ACTIONS(2133), + [anon_sym_module] = ACTIONS(2133), + [anon_sym_use] = ACTIONS(2133), + [anon_sym_LBRACK] = ACTIONS(2133), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_RPAREN] = ACTIONS(2133), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(2133), + [anon_sym_DASH] = ACTIONS(2133), + [anon_sym_break] = ACTIONS(2133), + [anon_sym_continue] = ACTIONS(2133), + [anon_sym_for] = ACTIONS(2133), + [anon_sym_loop] = ACTIONS(2133), + [anon_sym_while] = ACTIONS(2133), + [anon_sym_do] = ACTIONS(2133), + [anon_sym_if] = ACTIONS(2133), + [anon_sym_match] = ACTIONS(2133), + [anon_sym_LBRACE] = ACTIONS(2133), + [anon_sym_RBRACE] = ACTIONS(2133), + [anon_sym_DOT] = ACTIONS(2133), + [anon_sym_DOT2] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(2133), + [anon_sym_return] = ACTIONS(2133), + [anon_sym_source] = ACTIONS(2133), + [anon_sym_source_DASHenv] = ACTIONS(2133), + [anon_sym_register] = ACTIONS(2133), + [anon_sym_hide] = ACTIONS(2133), + [anon_sym_hide_DASHenv] = ACTIONS(2133), + [anon_sym_overlay] = ACTIONS(2133), + [anon_sym_where] = ACTIONS(2133), + [anon_sym_PLUS] = ACTIONS(2133), + [anon_sym_not] = ACTIONS(2133), + [aux_sym__immediate_decimal_token1] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(2133), + [anon_sym_true] = ACTIONS(2133), + [anon_sym_false] = ACTIONS(2133), + [aux_sym__val_number_decimal_token1] = ACTIONS(2133), + [aux_sym__val_number_token1] = ACTIONS(2133), + [aux_sym__val_number_token2] = ACTIONS(2133), + [aux_sym__val_number_token3] = ACTIONS(2133), + [aux_sym__val_number_token4] = ACTIONS(2133), + [aux_sym__val_number_token5] = ACTIONS(2133), + [aux_sym__val_number_token6] = ACTIONS(2133), + [anon_sym_0b] = ACTIONS(2133), + [anon_sym_0o] = ACTIONS(2133), + [anon_sym_0x] = ACTIONS(2133), + [sym_val_date] = ACTIONS(2133), + [anon_sym_DQUOTE] = ACTIONS(2133), + [sym__str_single_quotes] = ACTIONS(2133), + [sym__str_back_ticks] = ACTIONS(2133), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2133), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2133), + [anon_sym_CARET] = ACTIONS(2133), [anon_sym_POUND] = ACTIONS(105), }, [862] = { - [sym_expr_parenthesized] = STATE(1528), - [sym__immediate_decimal] = STATE(1546), - [sym_val_variable] = STATE(1528), - [sym__var] = STATE(1121), + [sym_expr_parenthesized] = STATE(1597), + [sym__immediate_decimal] = STATE(1608), + [sym_val_variable] = STATE(1597), + [sym__var] = STATE(1129), [sym_comment] = STATE(862), - [ts_builtin_sym_end] = ACTIONS(2057), - [anon_sym_export] = ACTIONS(2055), - [anon_sym_alias] = ACTIONS(2055), - [anon_sym_let] = ACTIONS(2055), - [anon_sym_let_DASHenv] = ACTIONS(2055), - [anon_sym_mut] = ACTIONS(2055), - [anon_sym_const] = ACTIONS(2055), - [anon_sym_SEMI] = ACTIONS(2055), - [sym_cmd_identifier] = ACTIONS(2055), - [anon_sym_LF] = ACTIONS(2057), - [anon_sym_def] = ACTIONS(2055), - [anon_sym_export_DASHenv] = ACTIONS(2055), - [anon_sym_extern] = ACTIONS(2055), - [anon_sym_module] = ACTIONS(2055), - [anon_sym_use] = ACTIONS(2055), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2055), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_break] = ACTIONS(2055), - [anon_sym_continue] = ACTIONS(2055), - [anon_sym_for] = ACTIONS(2055), - [anon_sym_loop] = ACTIONS(2055), - [anon_sym_while] = ACTIONS(2055), - [anon_sym_do] = ACTIONS(2055), - [anon_sym_if] = ACTIONS(2055), - [anon_sym_match] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2055), - [anon_sym_DOT] = ACTIONS(2055), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2055), - [anon_sym_return] = ACTIONS(2055), - [anon_sym_source] = ACTIONS(2055), - [anon_sym_source_DASHenv] = ACTIONS(2055), - [anon_sym_register] = ACTIONS(2055), - [anon_sym_hide] = ACTIONS(2055), - [anon_sym_hide_DASHenv] = ACTIONS(2055), - [anon_sym_overlay] = ACTIONS(2055), - [anon_sym_where] = ACTIONS(2055), - [anon_sym_PLUS] = ACTIONS(2055), - [anon_sym_not] = ACTIONS(2055), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2055), - [anon_sym_true] = ACTIONS(2055), - [anon_sym_false] = ACTIONS(2055), - [aux_sym__val_number_decimal_token1] = ACTIONS(2055), - [aux_sym__val_number_token1] = ACTIONS(2055), - [aux_sym__val_number_token2] = ACTIONS(2055), - [aux_sym__val_number_token3] = ACTIONS(2055), - [aux_sym__val_number_token4] = ACTIONS(2055), - [aux_sym__val_number_token5] = ACTIONS(2055), - [aux_sym__val_number_token6] = ACTIONS(2055), - [anon_sym_0b] = ACTIONS(2055), - [anon_sym_0o] = ACTIONS(2055), - [anon_sym_0x] = ACTIONS(2055), - [sym_val_date] = ACTIONS(2055), - [anon_sym_DQUOTE] = ACTIONS(2055), - [sym__str_single_quotes] = ACTIONS(2055), - [sym__str_back_ticks] = ACTIONS(2055), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2055), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2055), - [anon_sym_CARET] = ACTIONS(2055), + [ts_builtin_sym_end] = ACTIONS(2123), + [anon_sym_export] = ACTIONS(2121), + [anon_sym_alias] = ACTIONS(2121), + [anon_sym_let] = ACTIONS(2121), + [anon_sym_let_DASHenv] = ACTIONS(2121), + [anon_sym_mut] = ACTIONS(2121), + [anon_sym_const] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2121), + [sym_cmd_identifier] = ACTIONS(2121), + [anon_sym_LF] = ACTIONS(2123), + [anon_sym_def] = ACTIONS(2121), + [anon_sym_export_DASHenv] = ACTIONS(2121), + [anon_sym_extern] = ACTIONS(2121), + [anon_sym_module] = ACTIONS(2121), + [anon_sym_use] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2121), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_break] = ACTIONS(2121), + [anon_sym_continue] = ACTIONS(2121), + [anon_sym_for] = ACTIONS(2121), + [anon_sym_loop] = ACTIONS(2121), + [anon_sym_while] = ACTIONS(2121), + [anon_sym_do] = ACTIONS(2121), + [anon_sym_if] = ACTIONS(2121), + [anon_sym_match] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2121), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2121), + [anon_sym_return] = ACTIONS(2121), + [anon_sym_source] = ACTIONS(2121), + [anon_sym_source_DASHenv] = ACTIONS(2121), + [anon_sym_register] = ACTIONS(2121), + [anon_sym_hide] = ACTIONS(2121), + [anon_sym_hide_DASHenv] = ACTIONS(2121), + [anon_sym_overlay] = ACTIONS(2121), + [anon_sym_where] = ACTIONS(2121), + [anon_sym_PLUS] = ACTIONS(2121), + [anon_sym_not] = ACTIONS(2121), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2121), + [anon_sym_true] = ACTIONS(2121), + [anon_sym_false] = ACTIONS(2121), + [aux_sym__val_number_decimal_token1] = ACTIONS(2121), + [aux_sym__val_number_token1] = ACTIONS(2121), + [aux_sym__val_number_token2] = ACTIONS(2121), + [aux_sym__val_number_token3] = ACTIONS(2121), + [aux_sym__val_number_token4] = ACTIONS(2121), + [aux_sym__val_number_token5] = ACTIONS(2121), + [aux_sym__val_number_token6] = ACTIONS(2121), + [anon_sym_0b] = ACTIONS(2121), + [anon_sym_0o] = ACTIONS(2121), + [anon_sym_0x] = ACTIONS(2121), + [sym_val_date] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2121), + [sym__str_single_quotes] = ACTIONS(2121), + [sym__str_back_ticks] = ACTIONS(2121), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2121), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2121), + [anon_sym_CARET] = ACTIONS(2121), [anon_sym_POUND] = ACTIONS(105), }, [863] = { - [sym_expr_parenthesized] = STATE(1423), - [sym__immediate_decimal] = STATE(1572), - [sym_val_variable] = STATE(1423), - [sym__var] = STATE(1121), + [sym_expr_parenthesized] = STATE(1602), + [sym__immediate_decimal] = STATE(1605), + [sym_val_variable] = STATE(1602), + [sym__var] = STATE(1129), [sym_comment] = STATE(863), - [ts_builtin_sym_end] = ACTIONS(2065), - [anon_sym_export] = ACTIONS(2063), - [anon_sym_alias] = ACTIONS(2063), - [anon_sym_let] = ACTIONS(2063), - [anon_sym_let_DASHenv] = ACTIONS(2063), - [anon_sym_mut] = ACTIONS(2063), - [anon_sym_const] = ACTIONS(2063), - [anon_sym_SEMI] = ACTIONS(2063), - [sym_cmd_identifier] = ACTIONS(2063), - [anon_sym_LF] = ACTIONS(2065), - [anon_sym_def] = ACTIONS(2063), - [anon_sym_export_DASHenv] = ACTIONS(2063), - [anon_sym_extern] = ACTIONS(2063), - [anon_sym_module] = ACTIONS(2063), - [anon_sym_use] = ACTIONS(2063), - [anon_sym_LBRACK] = ACTIONS(2063), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2063), - [anon_sym_DASH] = ACTIONS(2063), - [anon_sym_break] = ACTIONS(2063), - [anon_sym_continue] = ACTIONS(2063), - [anon_sym_for] = ACTIONS(2063), - [anon_sym_loop] = ACTIONS(2063), - [anon_sym_while] = ACTIONS(2063), - [anon_sym_do] = ACTIONS(2063), - [anon_sym_if] = ACTIONS(2063), - [anon_sym_match] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(2063), - [anon_sym_DOT] = ACTIONS(2063), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2063), - [anon_sym_return] = ACTIONS(2063), - [anon_sym_source] = ACTIONS(2063), - [anon_sym_source_DASHenv] = ACTIONS(2063), - [anon_sym_register] = ACTIONS(2063), - [anon_sym_hide] = ACTIONS(2063), - [anon_sym_hide_DASHenv] = ACTIONS(2063), - [anon_sym_overlay] = ACTIONS(2063), - [anon_sym_where] = ACTIONS(2063), - [anon_sym_PLUS] = ACTIONS(2063), - [anon_sym_not] = ACTIONS(2063), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2063), - [anon_sym_true] = ACTIONS(2063), - [anon_sym_false] = ACTIONS(2063), - [aux_sym__val_number_decimal_token1] = ACTIONS(2063), - [aux_sym__val_number_token1] = ACTIONS(2063), - [aux_sym__val_number_token2] = ACTIONS(2063), - [aux_sym__val_number_token3] = ACTIONS(2063), - [aux_sym__val_number_token4] = ACTIONS(2063), - [aux_sym__val_number_token5] = ACTIONS(2063), - [aux_sym__val_number_token6] = ACTIONS(2063), - [anon_sym_0b] = ACTIONS(2063), - [anon_sym_0o] = ACTIONS(2063), - [anon_sym_0x] = ACTIONS(2063), - [sym_val_date] = ACTIONS(2063), - [anon_sym_DQUOTE] = ACTIONS(2063), - [sym__str_single_quotes] = ACTIONS(2063), - [sym__str_back_ticks] = ACTIONS(2063), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2063), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2063), - [anon_sym_CARET] = ACTIONS(2063), + [ts_builtin_sym_end] = ACTIONS(2095), + [anon_sym_export] = ACTIONS(2093), + [anon_sym_alias] = ACTIONS(2093), + [anon_sym_let] = ACTIONS(2093), + [anon_sym_let_DASHenv] = ACTIONS(2093), + [anon_sym_mut] = ACTIONS(2093), + [anon_sym_const] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2093), + [sym_cmd_identifier] = ACTIONS(2093), + [anon_sym_LF] = ACTIONS(2095), + [anon_sym_def] = ACTIONS(2093), + [anon_sym_export_DASHenv] = ACTIONS(2093), + [anon_sym_extern] = ACTIONS(2093), + [anon_sym_module] = ACTIONS(2093), + [anon_sym_use] = ACTIONS(2093), + [anon_sym_LBRACK] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2093), + [anon_sym_DASH] = ACTIONS(2093), + [anon_sym_break] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2093), + [anon_sym_for] = ACTIONS(2093), + [anon_sym_loop] = ACTIONS(2093), + [anon_sym_while] = ACTIONS(2093), + [anon_sym_do] = ACTIONS(2093), + [anon_sym_if] = ACTIONS(2093), + [anon_sym_match] = ACTIONS(2093), + [anon_sym_LBRACE] = ACTIONS(2093), + [anon_sym_DOT] = ACTIONS(2093), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2093), + [anon_sym_return] = ACTIONS(2093), + [anon_sym_source] = ACTIONS(2093), + [anon_sym_source_DASHenv] = ACTIONS(2093), + [anon_sym_register] = ACTIONS(2093), + [anon_sym_hide] = ACTIONS(2093), + [anon_sym_hide_DASHenv] = ACTIONS(2093), + [anon_sym_overlay] = ACTIONS(2093), + [anon_sym_where] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2093), + [anon_sym_not] = ACTIONS(2093), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2093), + [anon_sym_true] = ACTIONS(2093), + [anon_sym_false] = ACTIONS(2093), + [aux_sym__val_number_decimal_token1] = ACTIONS(2093), + [aux_sym__val_number_token1] = ACTIONS(2093), + [aux_sym__val_number_token2] = ACTIONS(2093), + [aux_sym__val_number_token3] = ACTIONS(2093), + [aux_sym__val_number_token4] = ACTIONS(2093), + [aux_sym__val_number_token5] = ACTIONS(2093), + [aux_sym__val_number_token6] = ACTIONS(2093), + [anon_sym_0b] = ACTIONS(2093), + [anon_sym_0o] = ACTIONS(2093), + [anon_sym_0x] = ACTIONS(2093), + [sym_val_date] = ACTIONS(2093), + [anon_sym_DQUOTE] = ACTIONS(2093), + [sym__str_single_quotes] = ACTIONS(2093), + [sym__str_back_ticks] = ACTIONS(2093), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2093), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2093), + [anon_sym_CARET] = ACTIONS(2093), [anon_sym_POUND] = ACTIONS(105), }, [864] = { - [sym_cell_path] = STATE(968), - [sym_path] = STATE(868), [sym_comment] = STATE(864), - [anon_sym_SEMI] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_PIPE] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_err_GT] = ACTIONS(1421), - [anon_sym_out_GT] = ACTIONS(1421), - [anon_sym_e_GT] = ACTIONS(1421), - [anon_sym_o_GT] = ACTIONS(1421), - [anon_sym_err_PLUSout_GT] = ACTIONS(1421), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1421), - [anon_sym_o_PLUSe_GT] = ACTIONS(1421), - [anon_sym_e_PLUSo_GT] = ACTIONS(1421), - [aux_sym_unquoted_token1] = ACTIONS(1421), + [anon_sym_SEMI] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_PIPE] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(2137), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(2139), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_err_GT] = ACTIONS(1426), + [anon_sym_out_GT] = ACTIONS(1426), + [anon_sym_e_GT] = ACTIONS(1426), + [anon_sym_o_GT] = ACTIONS(1426), + [anon_sym_err_PLUSout_GT] = ACTIONS(1426), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1426), + [anon_sym_o_PLUSe_GT] = ACTIONS(1426), + [anon_sym_e_PLUSo_GT] = ACTIONS(1426), + [aux_sym_unquoted_token1] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(2141), [anon_sym_POUND] = ACTIONS(105), }, [865] = { - [sym_expr_parenthesized] = STATE(1509), - [sym__immediate_decimal] = STATE(1508), - [sym_val_variable] = STATE(1509), - [sym__var] = STATE(1121), + [sym_expr_parenthesized] = STATE(1525), + [sym__immediate_decimal] = STATE(1526), + [sym_val_variable] = STATE(1525), + [sym__var] = STATE(1129), [sym_comment] = STATE(865), - [ts_builtin_sym_end] = ACTIONS(2093), - [anon_sym_export] = ACTIONS(2091), - [anon_sym_alias] = ACTIONS(2091), - [anon_sym_let] = ACTIONS(2091), - [anon_sym_let_DASHenv] = ACTIONS(2091), - [anon_sym_mut] = ACTIONS(2091), - [anon_sym_const] = ACTIONS(2091), - [anon_sym_SEMI] = ACTIONS(2091), - [sym_cmd_identifier] = ACTIONS(2091), - [anon_sym_LF] = ACTIONS(2093), - [anon_sym_def] = ACTIONS(2091), - [anon_sym_export_DASHenv] = ACTIONS(2091), - [anon_sym_extern] = ACTIONS(2091), - [anon_sym_module] = ACTIONS(2091), - [anon_sym_use] = ACTIONS(2091), - [anon_sym_LBRACK] = ACTIONS(2091), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2091), - [anon_sym_DASH] = ACTIONS(2091), - [anon_sym_break] = ACTIONS(2091), - [anon_sym_continue] = ACTIONS(2091), - [anon_sym_for] = ACTIONS(2091), - [anon_sym_loop] = ACTIONS(2091), - [anon_sym_while] = ACTIONS(2091), - [anon_sym_do] = ACTIONS(2091), - [anon_sym_if] = ACTIONS(2091), - [anon_sym_match] = ACTIONS(2091), - [anon_sym_LBRACE] = ACTIONS(2091), - [anon_sym_DOT] = ACTIONS(2091), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2091), - [anon_sym_return] = ACTIONS(2091), - [anon_sym_source] = ACTIONS(2091), - [anon_sym_source_DASHenv] = ACTIONS(2091), - [anon_sym_register] = ACTIONS(2091), - [anon_sym_hide] = ACTIONS(2091), - [anon_sym_hide_DASHenv] = ACTIONS(2091), - [anon_sym_overlay] = ACTIONS(2091), - [anon_sym_where] = ACTIONS(2091), - [anon_sym_PLUS] = ACTIONS(2091), - [anon_sym_not] = ACTIONS(2091), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2091), - [anon_sym_true] = ACTIONS(2091), - [anon_sym_false] = ACTIONS(2091), - [aux_sym__val_number_decimal_token1] = ACTIONS(2091), - [aux_sym__val_number_token1] = ACTIONS(2091), - [aux_sym__val_number_token2] = ACTIONS(2091), - [aux_sym__val_number_token3] = ACTIONS(2091), - [aux_sym__val_number_token4] = ACTIONS(2091), - [aux_sym__val_number_token5] = ACTIONS(2091), - [aux_sym__val_number_token6] = ACTIONS(2091), - [anon_sym_0b] = ACTIONS(2091), - [anon_sym_0o] = ACTIONS(2091), - [anon_sym_0x] = ACTIONS(2091), - [sym_val_date] = ACTIONS(2091), - [anon_sym_DQUOTE] = ACTIONS(2091), - [sym__str_single_quotes] = ACTIONS(2091), - [sym__str_back_ticks] = ACTIONS(2091), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2091), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2091), - [anon_sym_CARET] = ACTIONS(2091), + [ts_builtin_sym_end] = ACTIONS(2107), + [anon_sym_export] = ACTIONS(2105), + [anon_sym_alias] = ACTIONS(2105), + [anon_sym_let] = ACTIONS(2105), + [anon_sym_let_DASHenv] = ACTIONS(2105), + [anon_sym_mut] = ACTIONS(2105), + [anon_sym_const] = ACTIONS(2105), + [anon_sym_SEMI] = ACTIONS(2105), + [sym_cmd_identifier] = ACTIONS(2105), + [anon_sym_LF] = ACTIONS(2107), + [anon_sym_def] = ACTIONS(2105), + [anon_sym_export_DASHenv] = ACTIONS(2105), + [anon_sym_extern] = ACTIONS(2105), + [anon_sym_module] = ACTIONS(2105), + [anon_sym_use] = ACTIONS(2105), + [anon_sym_LBRACK] = ACTIONS(2105), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2105), + [anon_sym_DASH] = ACTIONS(2105), + [anon_sym_break] = ACTIONS(2105), + [anon_sym_continue] = ACTIONS(2105), + [anon_sym_for] = ACTIONS(2105), + [anon_sym_loop] = ACTIONS(2105), + [anon_sym_while] = ACTIONS(2105), + [anon_sym_do] = ACTIONS(2105), + [anon_sym_if] = ACTIONS(2105), + [anon_sym_match] = ACTIONS(2105), + [anon_sym_LBRACE] = ACTIONS(2105), + [anon_sym_DOT] = ACTIONS(2105), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2105), + [anon_sym_return] = ACTIONS(2105), + [anon_sym_source] = ACTIONS(2105), + [anon_sym_source_DASHenv] = ACTIONS(2105), + [anon_sym_register] = ACTIONS(2105), + [anon_sym_hide] = ACTIONS(2105), + [anon_sym_hide_DASHenv] = ACTIONS(2105), + [anon_sym_overlay] = ACTIONS(2105), + [anon_sym_where] = ACTIONS(2105), + [anon_sym_PLUS] = ACTIONS(2105), + [anon_sym_not] = ACTIONS(2105), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2105), + [anon_sym_true] = ACTIONS(2105), + [anon_sym_false] = ACTIONS(2105), + [aux_sym__val_number_decimal_token1] = ACTIONS(2105), + [aux_sym__val_number_token1] = ACTIONS(2105), + [aux_sym__val_number_token2] = ACTIONS(2105), + [aux_sym__val_number_token3] = ACTIONS(2105), + [aux_sym__val_number_token4] = ACTIONS(2105), + [aux_sym__val_number_token5] = ACTIONS(2105), + [aux_sym__val_number_token6] = ACTIONS(2105), + [anon_sym_0b] = ACTIONS(2105), + [anon_sym_0o] = ACTIONS(2105), + [anon_sym_0x] = ACTIONS(2105), + [sym_val_date] = ACTIONS(2105), + [anon_sym_DQUOTE] = ACTIONS(2105), + [sym__str_single_quotes] = ACTIONS(2105), + [sym__str_back_ticks] = ACTIONS(2105), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2105), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2105), + [anon_sym_CARET] = ACTIONS(2105), [anon_sym_POUND] = ACTIONS(105), }, [866] = { - [sym_expr_parenthesized] = STATE(1438), - [sym__immediate_decimal] = STATE(1437), - [sym_val_variable] = STATE(1438), - [sym__var] = STATE(1121), + [sym_cell_path] = STATE(1000), + [sym_path] = STATE(879), [sym_comment] = STATE(866), - [ts_builtin_sym_end] = ACTIONS(2085), - [anon_sym_export] = ACTIONS(2083), - [anon_sym_alias] = ACTIONS(2083), - [anon_sym_let] = ACTIONS(2083), - [anon_sym_let_DASHenv] = ACTIONS(2083), - [anon_sym_mut] = ACTIONS(2083), - [anon_sym_const] = ACTIONS(2083), - [anon_sym_SEMI] = ACTIONS(2083), - [sym_cmd_identifier] = ACTIONS(2083), - [anon_sym_LF] = ACTIONS(2085), - [anon_sym_def] = ACTIONS(2083), - [anon_sym_export_DASHenv] = ACTIONS(2083), - [anon_sym_extern] = ACTIONS(2083), - [anon_sym_module] = ACTIONS(2083), - [anon_sym_use] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2083), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_break] = ACTIONS(2083), - [anon_sym_continue] = ACTIONS(2083), - [anon_sym_for] = ACTIONS(2083), - [anon_sym_loop] = ACTIONS(2083), - [anon_sym_while] = ACTIONS(2083), - [anon_sym_do] = ACTIONS(2083), - [anon_sym_if] = ACTIONS(2083), - [anon_sym_match] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2083), - [anon_sym_DOT] = ACTIONS(2083), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2083), - [anon_sym_return] = ACTIONS(2083), - [anon_sym_source] = ACTIONS(2083), - [anon_sym_source_DASHenv] = ACTIONS(2083), - [anon_sym_register] = ACTIONS(2083), - [anon_sym_hide] = ACTIONS(2083), - [anon_sym_hide_DASHenv] = ACTIONS(2083), - [anon_sym_overlay] = ACTIONS(2083), - [anon_sym_where] = ACTIONS(2083), - [anon_sym_PLUS] = ACTIONS(2083), - [anon_sym_not] = ACTIONS(2083), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2083), - [anon_sym_true] = ACTIONS(2083), - [anon_sym_false] = ACTIONS(2083), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_token1] = ACTIONS(2083), - [aux_sym__val_number_token2] = ACTIONS(2083), - [aux_sym__val_number_token3] = ACTIONS(2083), - [aux_sym__val_number_token4] = ACTIONS(2083), - [aux_sym__val_number_token5] = ACTIONS(2083), - [aux_sym__val_number_token6] = ACTIONS(2083), - [anon_sym_0b] = ACTIONS(2083), - [anon_sym_0o] = ACTIONS(2083), - [anon_sym_0x] = ACTIONS(2083), - [sym_val_date] = ACTIONS(2083), - [anon_sym_DQUOTE] = ACTIONS(2083), - [sym__str_single_quotes] = ACTIONS(2083), - [sym__str_back_ticks] = ACTIONS(2083), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2083), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2083), - [anon_sym_CARET] = ACTIONS(2083), + [anon_sym_SEMI] = ACTIONS(1447), + [anon_sym_LF] = ACTIONS(1449), + [anon_sym_LBRACK] = ACTIONS(1447), + [anon_sym_LPAREN] = ACTIONS(1447), + [anon_sym_RPAREN] = ACTIONS(1447), + [anon_sym_PIPE] = ACTIONS(1447), + [anon_sym_DOLLAR] = ACTIONS(1447), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1447), + [anon_sym_RBRACE] = ACTIONS(1447), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_STAR_STAR] = ACTIONS(1447), + [anon_sym_PLUS_PLUS] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_bit_DASHshl] = ACTIONS(1447), + [anon_sym_bit_DASHshr] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1447), + [anon_sym_BANG_EQ] = ACTIONS(1447), + [anon_sym_LT2] = ACTIONS(1447), + [anon_sym_LT_EQ] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1447), + [anon_sym_not_DASHin] = ACTIONS(1447), + [anon_sym_starts_DASHwith] = ACTIONS(1447), + [anon_sym_ends_DASHwith] = ACTIONS(1447), + [anon_sym_EQ_TILDE] = ACTIONS(1447), + [anon_sym_BANG_TILDE] = ACTIONS(1447), + [anon_sym_bit_DASHand] = ACTIONS(1447), + [anon_sym_bit_DASHxor] = ACTIONS(1447), + [anon_sym_bit_DASHor] = ACTIONS(1447), + [anon_sym_and] = ACTIONS(1447), + [anon_sym_xor] = ACTIONS(1447), + [anon_sym_or] = ACTIONS(1447), + [anon_sym_null] = ACTIONS(1447), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [aux_sym__val_number_decimal_token1] = ACTIONS(1447), + [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(1447), + [aux_sym__val_number_token5] = ACTIONS(1447), + [aux_sym__val_number_token6] = ACTIONS(1447), + [anon_sym_0b] = ACTIONS(1447), + [anon_sym_0o] = ACTIONS(1447), + [anon_sym_0x] = ACTIONS(1447), + [sym_val_date] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym__str_single_quotes] = ACTIONS(1447), + [sym__str_back_ticks] = ACTIONS(1447), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1447), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1447), + [anon_sym_err_GT] = ACTIONS(1447), + [anon_sym_out_GT] = ACTIONS(1447), + [anon_sym_e_GT] = ACTIONS(1447), + [anon_sym_o_GT] = ACTIONS(1447), + [anon_sym_err_PLUSout_GT] = ACTIONS(1447), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1447), + [anon_sym_o_PLUSe_GT] = ACTIONS(1447), + [anon_sym_e_PLUSo_GT] = ACTIONS(1447), + [aux_sym_unquoted_token1] = ACTIONS(1447), [anon_sym_POUND] = ACTIONS(105), }, [867] = { - [sym_expr_parenthesized] = STATE(1435), - [sym__immediate_decimal] = STATE(1433), - [sym_val_variable] = STATE(1435), - [sym__var] = STATE(1121), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2462), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(867), - [ts_builtin_sym_end] = ACTIONS(2089), - [anon_sym_export] = ACTIONS(2087), - [anon_sym_alias] = ACTIONS(2087), - [anon_sym_let] = ACTIONS(2087), - [anon_sym_let_DASHenv] = ACTIONS(2087), - [anon_sym_mut] = ACTIONS(2087), - [anon_sym_const] = ACTIONS(2087), - [anon_sym_SEMI] = ACTIONS(2087), - [sym_cmd_identifier] = ACTIONS(2087), - [anon_sym_LF] = ACTIONS(2089), - [anon_sym_def] = ACTIONS(2087), - [anon_sym_export_DASHenv] = ACTIONS(2087), - [anon_sym_extern] = ACTIONS(2087), - [anon_sym_module] = ACTIONS(2087), - [anon_sym_use] = ACTIONS(2087), - [anon_sym_LBRACK] = ACTIONS(2087), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2087), - [anon_sym_DASH] = ACTIONS(2087), - [anon_sym_break] = ACTIONS(2087), - [anon_sym_continue] = ACTIONS(2087), - [anon_sym_for] = ACTIONS(2087), - [anon_sym_loop] = ACTIONS(2087), - [anon_sym_while] = ACTIONS(2087), - [anon_sym_do] = ACTIONS(2087), - [anon_sym_if] = ACTIONS(2087), - [anon_sym_match] = ACTIONS(2087), - [anon_sym_LBRACE] = ACTIONS(2087), - [anon_sym_DOT] = ACTIONS(2087), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2087), - [anon_sym_return] = ACTIONS(2087), - [anon_sym_source] = ACTIONS(2087), - [anon_sym_source_DASHenv] = ACTIONS(2087), - [anon_sym_register] = ACTIONS(2087), - [anon_sym_hide] = ACTIONS(2087), - [anon_sym_hide_DASHenv] = ACTIONS(2087), - [anon_sym_overlay] = ACTIONS(2087), - [anon_sym_where] = ACTIONS(2087), - [anon_sym_PLUS] = ACTIONS(2087), - [anon_sym_not] = ACTIONS(2087), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2087), - [anon_sym_true] = ACTIONS(2087), - [anon_sym_false] = ACTIONS(2087), - [aux_sym__val_number_decimal_token1] = ACTIONS(2087), - [aux_sym__val_number_token1] = ACTIONS(2087), - [aux_sym__val_number_token2] = ACTIONS(2087), - [aux_sym__val_number_token3] = ACTIONS(2087), - [aux_sym__val_number_token4] = ACTIONS(2087), - [aux_sym__val_number_token5] = ACTIONS(2087), - [aux_sym__val_number_token6] = ACTIONS(2087), - [anon_sym_0b] = ACTIONS(2087), - [anon_sym_0o] = ACTIONS(2087), - [anon_sym_0x] = ACTIONS(2087), - [sym_val_date] = ACTIONS(2087), - [anon_sym_DQUOTE] = ACTIONS(2087), - [sym__str_single_quotes] = ACTIONS(2087), - [sym__str_back_ticks] = ACTIONS(2087), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2087), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2087), - [anon_sym_CARET] = ACTIONS(2087), + [aux_sym_command_repeat1] = STATE(872), + [anon_sym_SEMI] = ACTIONS(2145), + [anon_sym_LF] = ACTIONS(2147), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2145), + [anon_sym_PIPE] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2145), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [868] = { - [sym_path] = STATE(919), + [sym_cell_path] = STATE(976), + [sym_path] = STATE(879), [sym_comment] = STATE(868), - [aux_sym_cell_path_repeat1] = STATE(849), - [anon_sym_SEMI] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_RPAREN] = ACTIONS(1402), - [anon_sym_PIPE] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_err_GT] = ACTIONS(1402), - [anon_sym_out_GT] = ACTIONS(1402), - [anon_sym_e_GT] = ACTIONS(1402), - [anon_sym_o_GT] = ACTIONS(1402), - [anon_sym_err_PLUSout_GT] = ACTIONS(1402), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1402), - [anon_sym_o_PLUSe_GT] = ACTIONS(1402), - [anon_sym_e_PLUSo_GT] = ACTIONS(1402), - [aux_sym_unquoted_token1] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_PIPE] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_err_GT] = ACTIONS(1399), + [anon_sym_out_GT] = ACTIONS(1399), + [anon_sym_e_GT] = ACTIONS(1399), + [anon_sym_o_GT] = ACTIONS(1399), + [anon_sym_err_PLUSout_GT] = ACTIONS(1399), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1399), + [anon_sym_o_PLUSe_GT] = ACTIONS(1399), + [anon_sym_e_PLUSo_GT] = ACTIONS(1399), + [aux_sym_unquoted_token1] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [869] = { - [sym_cell_path] = STATE(925), - [sym_path] = STATE(857), + [sym_cell_path] = STATE(988), + [sym_path] = STATE(879), [sym_comment] = STATE(869), - [anon_sym_SEMI] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_PIPE] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2139), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_err_GT] = ACTIONS(1421), - [anon_sym_out_GT] = ACTIONS(1421), - [anon_sym_e_GT] = ACTIONS(1421), - [anon_sym_o_GT] = ACTIONS(1421), - [anon_sym_err_PLUSout_GT] = ACTIONS(1421), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1421), - [anon_sym_o_PLUSe_GT] = ACTIONS(1421), - [anon_sym_e_PLUSo_GT] = ACTIONS(1421), - [aux_sym_unquoted_token1] = ACTIONS(1421), + [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(2143), + [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_POUND] = ACTIONS(105), }, [870] = { - [sym_expr_parenthesized] = STATE(1559), - [sym__immediate_decimal] = STATE(1574), - [sym_val_variable] = STATE(1559), - [sym__var] = STATE(1121), + [sym__command_name] = STATE(1446), + [sym_scope_pattern] = STATE(1447), + [sym_wild_card] = STATE(1448), + [sym_command_list] = STATE(1449), + [sym_val_string] = STATE(1230), + [sym__str_double_quotes] = STATE(1233), [sym_comment] = STATE(870), - [ts_builtin_sym_end] = ACTIONS(2061), - [anon_sym_export] = ACTIONS(2059), - [anon_sym_alias] = ACTIONS(2059), - [anon_sym_let] = ACTIONS(2059), - [anon_sym_let_DASHenv] = ACTIONS(2059), - [anon_sym_mut] = ACTIONS(2059), - [anon_sym_const] = ACTIONS(2059), - [anon_sym_SEMI] = ACTIONS(2059), - [sym_cmd_identifier] = ACTIONS(2059), - [anon_sym_LF] = ACTIONS(2061), - [anon_sym_def] = ACTIONS(2059), - [anon_sym_export_DASHenv] = ACTIONS(2059), - [anon_sym_extern] = ACTIONS(2059), - [anon_sym_module] = ACTIONS(2059), - [anon_sym_use] = ACTIONS(2059), - [anon_sym_LBRACK] = ACTIONS(2059), - [anon_sym_LPAREN] = ACTIONS(1993), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(2059), - [anon_sym_DASH] = ACTIONS(2059), - [anon_sym_break] = ACTIONS(2059), - [anon_sym_continue] = ACTIONS(2059), - [anon_sym_for] = ACTIONS(2059), - [anon_sym_loop] = ACTIONS(2059), - [anon_sym_while] = ACTIONS(2059), - [anon_sym_do] = ACTIONS(2059), - [anon_sym_if] = ACTIONS(2059), - [anon_sym_match] = ACTIONS(2059), - [anon_sym_LBRACE] = ACTIONS(2059), - [anon_sym_DOT] = ACTIONS(2059), - [anon_sym_DOT2] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(2059), - [anon_sym_return] = ACTIONS(2059), - [anon_sym_source] = ACTIONS(2059), - [anon_sym_source_DASHenv] = ACTIONS(2059), - [anon_sym_register] = ACTIONS(2059), - [anon_sym_hide] = ACTIONS(2059), - [anon_sym_hide_DASHenv] = ACTIONS(2059), - [anon_sym_overlay] = ACTIONS(2059), - [anon_sym_where] = ACTIONS(2059), - [anon_sym_PLUS] = ACTIONS(2059), - [anon_sym_not] = ACTIONS(2059), - [aux_sym__immediate_decimal_token1] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2007), - [sym_val_nothing] = ACTIONS(2059), - [anon_sym_true] = ACTIONS(2059), - [anon_sym_false] = ACTIONS(2059), - [aux_sym__val_number_decimal_token1] = ACTIONS(2059), - [aux_sym__val_number_token1] = ACTIONS(2059), - [aux_sym__val_number_token2] = ACTIONS(2059), - [aux_sym__val_number_token3] = ACTIONS(2059), - [aux_sym__val_number_token4] = ACTIONS(2059), - [aux_sym__val_number_token5] = ACTIONS(2059), - [aux_sym__val_number_token6] = ACTIONS(2059), - [anon_sym_0b] = ACTIONS(2059), - [anon_sym_0o] = ACTIONS(2059), - [anon_sym_0x] = ACTIONS(2059), - [sym_val_date] = ACTIONS(2059), - [anon_sym_DQUOTE] = ACTIONS(2059), - [sym__str_single_quotes] = ACTIONS(2059), - [sym__str_back_ticks] = ACTIONS(2059), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2059), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2059), - [anon_sym_CARET] = ACTIONS(2059), + [anon_sym_export] = ACTIONS(2189), + [anon_sym_alias] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_let_DASHenv] = ACTIONS(2189), + [anon_sym_mut] = ACTIONS(2189), + [anon_sym_const] = ACTIONS(2189), + [anon_sym_SEMI] = ACTIONS(2189), + [sym_cmd_identifier] = ACTIONS(2191), + [anon_sym_LF] = ACTIONS(2193), + [anon_sym_def] = ACTIONS(2189), + [anon_sym_export_DASHenv] = ACTIONS(2189), + [anon_sym_extern] = ACTIONS(2189), + [anon_sym_module] = ACTIONS(2189), + [anon_sym_use] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2195), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_RPAREN] = ACTIONS(2189), + [anon_sym_DOLLAR] = ACTIONS(2189), + [anon_sym_error] = ACTIONS(2189), + [anon_sym_DASH] = ACTIONS(2189), + [anon_sym_break] = ACTIONS(2189), + [anon_sym_continue] = ACTIONS(2189), + [anon_sym_for] = ACTIONS(2189), + [anon_sym_loop] = ACTIONS(2189), + [anon_sym_while] = ACTIONS(2189), + [anon_sym_do] = ACTIONS(2189), + [anon_sym_if] = ACTIONS(2189), + [anon_sym_match] = ACTIONS(2189), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2189), + [anon_sym_try] = ACTIONS(2189), + [anon_sym_return] = ACTIONS(2189), + [anon_sym_source] = ACTIONS(2189), + [anon_sym_source_DASHenv] = ACTIONS(2189), + [anon_sym_register] = ACTIONS(2189), + [anon_sym_hide] = ACTIONS(2189), + [anon_sym_hide_DASHenv] = ACTIONS(2189), + [anon_sym_overlay] = ACTIONS(2189), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_where] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2189), + [anon_sym_not] = ACTIONS(2189), + [anon_sym_null] = ACTIONS(2189), + [anon_sym_true] = ACTIONS(2189), + [anon_sym_false] = ACTIONS(2189), + [aux_sym__val_number_decimal_token1] = ACTIONS(2189), + [aux_sym__val_number_token1] = ACTIONS(2189), + [aux_sym__val_number_token2] = ACTIONS(2189), + [aux_sym__val_number_token3] = ACTIONS(2189), + [aux_sym__val_number_token4] = ACTIONS(2189), + [aux_sym__val_number_token5] = ACTIONS(2189), + [aux_sym__val_number_token6] = ACTIONS(2189), + [anon_sym_0b] = ACTIONS(2189), + [anon_sym_0o] = ACTIONS(2189), + [anon_sym_0x] = ACTIONS(2189), + [sym_val_date] = ACTIONS(2189), + [anon_sym_DQUOTE] = ACTIONS(2199), + [sym__str_single_quotes] = ACTIONS(2201), + [sym__str_back_ticks] = ACTIONS(2201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2189), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2189), [anon_sym_POUND] = ACTIONS(105), }, [871] = { + [sym_cell_path] = STATE(979), + [sym_path] = STATE(879), [sym_comment] = STATE(871), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(2142), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(2144), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_err_GT] = ACTIONS(1363), - [anon_sym_out_GT] = ACTIONS(1363), - [anon_sym_e_GT] = ACTIONS(1363), - [anon_sym_o_GT] = ACTIONS(1363), - [anon_sym_err_PLUSout_GT] = ACTIONS(1363), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1363), - [anon_sym_o_PLUSe_GT] = ACTIONS(1363), - [anon_sym_e_PLUSo_GT] = ACTIONS(1363), - [aux_sym_unquoted_token1] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(2146), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_LF] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_RPAREN] = ACTIONS(1403), + [anon_sym_PIPE] = ACTIONS(1403), + [anon_sym_DOLLAR] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_SLASH] = ACTIONS(1403), + [anon_sym_mod] = ACTIONS(1403), + [anon_sym_SLASH_SLASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_bit_DASHshl] = ACTIONS(1403), + [anon_sym_bit_DASHshr] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1403), + [anon_sym_LT2] = ACTIONS(1403), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_not_DASHin] = ACTIONS(1403), + [anon_sym_starts_DASHwith] = ACTIONS(1403), + [anon_sym_ends_DASHwith] = ACTIONS(1403), + [anon_sym_EQ_TILDE] = ACTIONS(1403), + [anon_sym_BANG_TILDE] = ACTIONS(1403), + [anon_sym_bit_DASHand] = ACTIONS(1403), + [anon_sym_bit_DASHxor] = ACTIONS(1403), + [anon_sym_bit_DASHor] = ACTIONS(1403), + [anon_sym_and] = ACTIONS(1403), + [anon_sym_xor] = ACTIONS(1403), + [anon_sym_or] = ACTIONS(1403), + [anon_sym_null] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1403), + [anon_sym_false] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1403), + [aux_sym__val_number_token2] = ACTIONS(1403), + [aux_sym__val_number_token3] = ACTIONS(1403), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1403), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_0b] = ACTIONS(1403), + [anon_sym_0o] = ACTIONS(1403), + [anon_sym_0x] = ACTIONS(1403), + [sym_val_date] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1403), + [sym__str_single_quotes] = ACTIONS(1403), + [sym__str_back_ticks] = ACTIONS(1403), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1403), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1403), + [anon_sym_err_GT] = ACTIONS(1403), + [anon_sym_out_GT] = ACTIONS(1403), + [anon_sym_e_GT] = ACTIONS(1403), + [anon_sym_o_GT] = ACTIONS(1403), + [anon_sym_err_PLUSout_GT] = ACTIONS(1403), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1403), + [anon_sym_o_PLUSe_GT] = ACTIONS(1403), + [anon_sym_e_PLUSo_GT] = ACTIONS(1403), + [aux_sym_unquoted_token1] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(105), }, [872] = { - [sym_cell_path] = STATE(1024), - [sym_path] = STATE(878), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2462), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(872), - [ts_builtin_sym_end] = ACTIONS(1412), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym_LF] = ACTIONS(1412), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_PIPE] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_in] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1410), - [anon_sym_STAR_STAR] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [anon_sym_SLASH] = ACTIONS(1410), - [anon_sym_mod] = ACTIONS(1410), - [anon_sym_SLASH_SLASH] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_bit_DASHshl] = ACTIONS(1410), - [anon_sym_bit_DASHshr] = ACTIONS(1410), - [anon_sym_EQ_EQ] = ACTIONS(1410), - [anon_sym_BANG_EQ] = ACTIONS(1410), - [anon_sym_LT2] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1410), - [anon_sym_GT_EQ] = ACTIONS(1410), - [anon_sym_not_DASHin] = ACTIONS(1410), - [anon_sym_starts_DASHwith] = ACTIONS(1410), - [anon_sym_ends_DASHwith] = ACTIONS(1410), - [anon_sym_EQ_TILDE] = ACTIONS(1410), - [anon_sym_BANG_TILDE] = ACTIONS(1410), - [anon_sym_bit_DASHand] = ACTIONS(1410), - [anon_sym_bit_DASHxor] = ACTIONS(1410), - [anon_sym_bit_DASHor] = ACTIONS(1410), - [anon_sym_and] = ACTIONS(1410), - [anon_sym_xor] = ACTIONS(1410), - [anon_sym_or] = ACTIONS(1410), - [sym_val_nothing] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1410), - [anon_sym_false] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [aux_sym__val_number_token1] = ACTIONS(1410), - [aux_sym__val_number_token2] = ACTIONS(1410), - [aux_sym__val_number_token3] = ACTIONS(1410), - [aux_sym__val_number_token4] = ACTIONS(1410), - [aux_sym__val_number_token5] = ACTIONS(1410), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_0b] = ACTIONS(1410), - [anon_sym_0o] = ACTIONS(1410), - [anon_sym_0x] = ACTIONS(1410), - [sym_val_date] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym__str_single_quotes] = ACTIONS(1410), - [sym__str_back_ticks] = ACTIONS(1410), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1410), - [anon_sym_err_GT] = ACTIONS(1410), - [anon_sym_out_GT] = ACTIONS(1410), - [anon_sym_e_GT] = ACTIONS(1410), - [anon_sym_o_GT] = ACTIONS(1410), - [anon_sym_err_PLUSout_GT] = ACTIONS(1410), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1410), - [anon_sym_o_PLUSe_GT] = ACTIONS(1410), - [anon_sym_e_PLUSo_GT] = ACTIONS(1410), - [aux_sym_unquoted_token1] = ACTIONS(1410), + [aux_sym_command_repeat1] = STATE(872), + [anon_sym_SEMI] = ACTIONS(2203), + [anon_sym_LF] = ACTIONS(2205), + [anon_sym_LBRACK] = ACTIONS(2207), + [anon_sym_LPAREN] = ACTIONS(2210), + [anon_sym_RPAREN] = ACTIONS(2203), + [anon_sym_PIPE] = ACTIONS(2203), + [anon_sym_DOLLAR] = ACTIONS(2213), + [anon_sym_DASH] = ACTIONS(2216), + [anon_sym_LBRACE] = ACTIONS(2219), + [anon_sym_RBRACE] = ACTIONS(2203), + [anon_sym_DOT] = ACTIONS(2222), + [anon_sym_PLUS] = ACTIONS(2225), + [anon_sym_null] = ACTIONS(2228), + [anon_sym_true] = ACTIONS(2231), + [anon_sym_false] = ACTIONS(2231), + [aux_sym__val_number_decimal_token1] = ACTIONS(2234), + [aux_sym__val_number_token1] = ACTIONS(2237), + [aux_sym__val_number_token2] = ACTIONS(2237), + [aux_sym__val_number_token3] = ACTIONS(2237), + [aux_sym__val_number_token4] = ACTIONS(2240), + [aux_sym__val_number_token5] = ACTIONS(2240), + [aux_sym__val_number_token6] = ACTIONS(2240), + [anon_sym_0b] = ACTIONS(2243), + [anon_sym_0o] = ACTIONS(2243), + [anon_sym_0x] = ACTIONS(2243), + [sym_val_date] = ACTIONS(2246), + [anon_sym_DQUOTE] = ACTIONS(2249), + [sym__str_single_quotes] = ACTIONS(2252), + [sym__str_back_ticks] = ACTIONS(2252), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2255), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2258), + [anon_sym_err_GT] = ACTIONS(2261), + [anon_sym_out_GT] = ACTIONS(2261), + [anon_sym_e_GT] = ACTIONS(2261), + [anon_sym_o_GT] = ACTIONS(2261), + [anon_sym_err_PLUSout_GT] = ACTIONS(2261), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2261), + [anon_sym_o_PLUSe_GT] = ACTIONS(2261), + [anon_sym_e_PLUSo_GT] = ACTIONS(2261), + [aux_sym_unquoted_token1] = ACTIONS(2264), [anon_sym_POUND] = ACTIONS(105), }, [873] = { - [sym_path] = STATE(1003), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2462), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(873), - [aux_sym_cell_path_repeat1] = STATE(881), - [ts_builtin_sym_end] = ACTIONS(1388), - [anon_sym_SEMI] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_PIPE] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_err_GT] = ACTIONS(1386), - [anon_sym_out_GT] = ACTIONS(1386), - [anon_sym_e_GT] = ACTIONS(1386), - [anon_sym_o_GT] = ACTIONS(1386), - [anon_sym_err_PLUSout_GT] = ACTIONS(1386), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1386), - [anon_sym_o_PLUSe_GT] = ACTIONS(1386), - [anon_sym_e_PLUSo_GT] = ACTIONS(1386), - [aux_sym_unquoted_token1] = ACTIONS(1386), + [aux_sym_command_repeat1] = STATE(872), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_LF] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2267), + [anon_sym_PIPE] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [874] = { - [sym_cell_path] = STATE(1081), - [sym_path] = STATE(878), + [sym_expr_parenthesized] = STATE(1580), + [sym__immediate_decimal] = STATE(1618), + [sym_val_variable] = STATE(1580), + [sym__var] = STATE(1129), [sym_comment] = STATE(874), - [ts_builtin_sym_end] = ACTIONS(1400), - [anon_sym_SEMI] = ACTIONS(1398), - [anon_sym_LF] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_PIPE] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [anon_sym_GT] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_in] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_DOT] = ACTIONS(1398), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1398), - [anon_sym_STAR_STAR] = ACTIONS(1398), - [anon_sym_PLUS_PLUS] = ACTIONS(1398), - [anon_sym_SLASH] = ACTIONS(1398), - [anon_sym_mod] = ACTIONS(1398), - [anon_sym_SLASH_SLASH] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_bit_DASHshl] = ACTIONS(1398), - [anon_sym_bit_DASHshr] = ACTIONS(1398), - [anon_sym_EQ_EQ] = ACTIONS(1398), - [anon_sym_BANG_EQ] = ACTIONS(1398), - [anon_sym_LT2] = ACTIONS(1398), - [anon_sym_LT_EQ] = ACTIONS(1398), - [anon_sym_GT_EQ] = ACTIONS(1398), - [anon_sym_not_DASHin] = ACTIONS(1398), - [anon_sym_starts_DASHwith] = ACTIONS(1398), - [anon_sym_ends_DASHwith] = ACTIONS(1398), - [anon_sym_EQ_TILDE] = ACTIONS(1398), - [anon_sym_BANG_TILDE] = ACTIONS(1398), - [anon_sym_bit_DASHand] = ACTIONS(1398), - [anon_sym_bit_DASHxor] = ACTIONS(1398), - [anon_sym_bit_DASHor] = ACTIONS(1398), - [anon_sym_and] = ACTIONS(1398), - [anon_sym_xor] = ACTIONS(1398), - [anon_sym_or] = ACTIONS(1398), - [sym_val_nothing] = ACTIONS(1398), - [anon_sym_true] = ACTIONS(1398), - [anon_sym_false] = ACTIONS(1398), - [aux_sym__val_number_decimal_token1] = ACTIONS(1398), - [aux_sym__val_number_token1] = ACTIONS(1398), - [aux_sym__val_number_token2] = ACTIONS(1398), - [aux_sym__val_number_token3] = ACTIONS(1398), - [aux_sym__val_number_token4] = ACTIONS(1398), - [aux_sym__val_number_token5] = ACTIONS(1398), - [aux_sym__val_number_token6] = ACTIONS(1398), - [anon_sym_0b] = ACTIONS(1398), - [anon_sym_0o] = ACTIONS(1398), - [anon_sym_0x] = ACTIONS(1398), - [sym_val_date] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [sym__str_single_quotes] = ACTIONS(1398), - [sym__str_back_ticks] = ACTIONS(1398), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1398), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1398), - [anon_sym_err_GT] = ACTIONS(1398), - [anon_sym_out_GT] = ACTIONS(1398), - [anon_sym_e_GT] = ACTIONS(1398), - [anon_sym_o_GT] = ACTIONS(1398), - [anon_sym_err_PLUSout_GT] = ACTIONS(1398), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1398), - [anon_sym_o_PLUSe_GT] = ACTIONS(1398), - [anon_sym_e_PLUSo_GT] = ACTIONS(1398), - [aux_sym_unquoted_token1] = ACTIONS(1398), + [ts_builtin_sym_end] = ACTIONS(2099), + [anon_sym_export] = ACTIONS(2097), + [anon_sym_alias] = ACTIONS(2097), + [anon_sym_let] = ACTIONS(2097), + [anon_sym_let_DASHenv] = ACTIONS(2097), + [anon_sym_mut] = ACTIONS(2097), + [anon_sym_const] = ACTIONS(2097), + [anon_sym_SEMI] = ACTIONS(2097), + [sym_cmd_identifier] = ACTIONS(2097), + [anon_sym_LF] = ACTIONS(2099), + [anon_sym_def] = ACTIONS(2097), + [anon_sym_export_DASHenv] = ACTIONS(2097), + [anon_sym_extern] = ACTIONS(2097), + [anon_sym_module] = ACTIONS(2097), + [anon_sym_use] = ACTIONS(2097), + [anon_sym_LBRACK] = ACTIONS(2097), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2097), + [anon_sym_DASH] = ACTIONS(2097), + [anon_sym_break] = ACTIONS(2097), + [anon_sym_continue] = ACTIONS(2097), + [anon_sym_for] = ACTIONS(2097), + [anon_sym_loop] = ACTIONS(2097), + [anon_sym_while] = ACTIONS(2097), + [anon_sym_do] = ACTIONS(2097), + [anon_sym_if] = ACTIONS(2097), + [anon_sym_match] = ACTIONS(2097), + [anon_sym_LBRACE] = ACTIONS(2097), + [anon_sym_DOT] = ACTIONS(2097), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2097), + [anon_sym_return] = ACTIONS(2097), + [anon_sym_source] = ACTIONS(2097), + [anon_sym_source_DASHenv] = ACTIONS(2097), + [anon_sym_register] = ACTIONS(2097), + [anon_sym_hide] = ACTIONS(2097), + [anon_sym_hide_DASHenv] = ACTIONS(2097), + [anon_sym_overlay] = ACTIONS(2097), + [anon_sym_where] = ACTIONS(2097), + [anon_sym_PLUS] = ACTIONS(2097), + [anon_sym_not] = ACTIONS(2097), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2097), + [anon_sym_true] = ACTIONS(2097), + [anon_sym_false] = ACTIONS(2097), + [aux_sym__val_number_decimal_token1] = ACTIONS(2097), + [aux_sym__val_number_token1] = ACTIONS(2097), + [aux_sym__val_number_token2] = ACTIONS(2097), + [aux_sym__val_number_token3] = ACTIONS(2097), + [aux_sym__val_number_token4] = ACTIONS(2097), + [aux_sym__val_number_token5] = ACTIONS(2097), + [aux_sym__val_number_token6] = ACTIONS(2097), + [anon_sym_0b] = ACTIONS(2097), + [anon_sym_0o] = ACTIONS(2097), + [anon_sym_0x] = ACTIONS(2097), + [sym_val_date] = ACTIONS(2097), + [anon_sym_DQUOTE] = ACTIONS(2097), + [sym__str_single_quotes] = ACTIONS(2097), + [sym__str_back_ticks] = ACTIONS(2097), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2097), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2097), + [anon_sym_CARET] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(105), }, [875] = { - [sym_cell_path] = STATE(952), - [sym_path] = STATE(895), + [sym_expr_parenthesized] = STATE(1583), + [sym__immediate_decimal] = STATE(1592), + [sym_val_variable] = STATE(1583), + [sym__var] = STATE(1129), [sym_comment] = STATE(875), - [ts_builtin_sym_end] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_PIPE] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2150), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_err_GT] = ACTIONS(1373), - [anon_sym_out_GT] = ACTIONS(1373), - [anon_sym_e_GT] = ACTIONS(1373), - [anon_sym_o_GT] = ACTIONS(1373), - [anon_sym_err_PLUSout_GT] = ACTIONS(1373), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1373), - [anon_sym_o_PLUSe_GT] = ACTIONS(1373), - [anon_sym_e_PLUSo_GT] = ACTIONS(1373), - [aux_sym_unquoted_token1] = ACTIONS(1373), + [ts_builtin_sym_end] = ACTIONS(2127), + [anon_sym_export] = ACTIONS(2125), + [anon_sym_alias] = ACTIONS(2125), + [anon_sym_let] = ACTIONS(2125), + [anon_sym_let_DASHenv] = ACTIONS(2125), + [anon_sym_mut] = ACTIONS(2125), + [anon_sym_const] = ACTIONS(2125), + [anon_sym_SEMI] = ACTIONS(2125), + [sym_cmd_identifier] = ACTIONS(2125), + [anon_sym_LF] = ACTIONS(2127), + [anon_sym_def] = ACTIONS(2125), + [anon_sym_export_DASHenv] = ACTIONS(2125), + [anon_sym_extern] = ACTIONS(2125), + [anon_sym_module] = ACTIONS(2125), + [anon_sym_use] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2125), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_break] = ACTIONS(2125), + [anon_sym_continue] = ACTIONS(2125), + [anon_sym_for] = ACTIONS(2125), + [anon_sym_loop] = ACTIONS(2125), + [anon_sym_while] = ACTIONS(2125), + [anon_sym_do] = ACTIONS(2125), + [anon_sym_if] = ACTIONS(2125), + [anon_sym_match] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2125), + [anon_sym_DOT] = ACTIONS(2125), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_return] = ACTIONS(2125), + [anon_sym_source] = ACTIONS(2125), + [anon_sym_source_DASHenv] = ACTIONS(2125), + [anon_sym_register] = ACTIONS(2125), + [anon_sym_hide] = ACTIONS(2125), + [anon_sym_hide_DASHenv] = ACTIONS(2125), + [anon_sym_overlay] = ACTIONS(2125), + [anon_sym_where] = ACTIONS(2125), + [anon_sym_PLUS] = ACTIONS(2125), + [anon_sym_not] = ACTIONS(2125), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2125), + [anon_sym_true] = ACTIONS(2125), + [anon_sym_false] = ACTIONS(2125), + [aux_sym__val_number_decimal_token1] = ACTIONS(2125), + [aux_sym__val_number_token1] = ACTIONS(2125), + [aux_sym__val_number_token2] = ACTIONS(2125), + [aux_sym__val_number_token3] = ACTIONS(2125), + [aux_sym__val_number_token4] = ACTIONS(2125), + [aux_sym__val_number_token5] = ACTIONS(2125), + [aux_sym__val_number_token6] = ACTIONS(2125), + [anon_sym_0b] = ACTIONS(2125), + [anon_sym_0o] = ACTIONS(2125), + [anon_sym_0x] = ACTIONS(2125), + [sym_val_date] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(2125), + [sym__str_single_quotes] = ACTIONS(2125), + [sym__str_back_ticks] = ACTIONS(2125), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2125), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2125), + [anon_sym_CARET] = ACTIONS(2125), [anon_sym_POUND] = ACTIONS(105), }, [876] = { - [sym_cell_path] = STATE(971), - [sym_path] = STATE(895), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2462), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(876), - [ts_builtin_sym_end] = ACTIONS(1423), - [anon_sym_SEMI] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_PIPE] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2153), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_err_GT] = ACTIONS(1421), - [anon_sym_out_GT] = ACTIONS(1421), - [anon_sym_e_GT] = ACTIONS(1421), - [anon_sym_o_GT] = ACTIONS(1421), - [anon_sym_err_PLUSout_GT] = ACTIONS(1421), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1421), - [anon_sym_o_PLUSe_GT] = ACTIONS(1421), - [anon_sym_e_PLUSo_GT] = ACTIONS(1421), - [aux_sym_unquoted_token1] = ACTIONS(1421), + [aux_sym_command_repeat1] = STATE(867), + [anon_sym_SEMI] = ACTIONS(2271), + [anon_sym_LF] = ACTIONS(2273), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2271), + [anon_sym_PIPE] = ACTIONS(2271), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2271), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [877] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2477), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym__command_name] = STATE(1446), + [sym_scope_pattern] = STATE(1361), + [sym_wild_card] = STATE(1448), + [sym_command_list] = STATE(1449), + [sym_val_string] = STATE(1230), + [sym__str_double_quotes] = STATE(1233), [sym_comment] = STATE(877), - [aux_sym_command_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(2156), - [anon_sym_LF] = ACTIONS(2158), - [anon_sym_LBRACK] = ACTIONS(2160), - [anon_sym_LPAREN] = ACTIONS(2163), - [anon_sym_RPAREN] = ACTIONS(2156), - [anon_sym_PIPE] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2166), - [anon_sym_DASH] = ACTIONS(2169), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_RBRACE] = ACTIONS(2156), - [anon_sym_DOT] = ACTIONS(2175), - [anon_sym_PLUS] = ACTIONS(2178), - [sym_val_nothing] = ACTIONS(2181), - [anon_sym_true] = ACTIONS(2184), - [anon_sym_false] = ACTIONS(2184), - [aux_sym__val_number_decimal_token1] = ACTIONS(2187), - [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(2193), - [aux_sym__val_number_token5] = ACTIONS(2193), - [aux_sym__val_number_token6] = ACTIONS(2193), - [anon_sym_0b] = ACTIONS(2196), - [anon_sym_0o] = ACTIONS(2196), - [anon_sym_0x] = ACTIONS(2196), - [sym_val_date] = ACTIONS(2181), + [anon_sym_export] = ACTIONS(2275), + [anon_sym_alias] = ACTIONS(2275), + [anon_sym_let] = ACTIONS(2275), + [anon_sym_let_DASHenv] = ACTIONS(2275), + [anon_sym_mut] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_SEMI] = ACTIONS(2275), + [sym_cmd_identifier] = ACTIONS(2191), + [anon_sym_LF] = ACTIONS(2277), + [anon_sym_def] = ACTIONS(2275), + [anon_sym_export_DASHenv] = ACTIONS(2275), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_module] = ACTIONS(2275), + [anon_sym_use] = ACTIONS(2275), + [anon_sym_LBRACK] = ACTIONS(2195), + [anon_sym_LPAREN] = ACTIONS(2275), + [anon_sym_RPAREN] = ACTIONS(2275), + [anon_sym_DOLLAR] = ACTIONS(2275), + [anon_sym_error] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_loop] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_match] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_RBRACE] = ACTIONS(2275), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_source] = ACTIONS(2275), + [anon_sym_source_DASHenv] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_hide] = ACTIONS(2275), + [anon_sym_hide_DASHenv] = ACTIONS(2275), + [anon_sym_overlay] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_where] = ACTIONS(2275), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_not] = ACTIONS(2275), + [anon_sym_null] = ACTIONS(2275), + [anon_sym_true] = ACTIONS(2275), + [anon_sym_false] = ACTIONS(2275), + [aux_sym__val_number_decimal_token1] = ACTIONS(2275), + [aux_sym__val_number_token1] = ACTIONS(2275), + [aux_sym__val_number_token2] = ACTIONS(2275), + [aux_sym__val_number_token3] = ACTIONS(2275), + [aux_sym__val_number_token4] = ACTIONS(2275), + [aux_sym__val_number_token5] = ACTIONS(2275), + [aux_sym__val_number_token6] = ACTIONS(2275), + [anon_sym_0b] = ACTIONS(2275), + [anon_sym_0o] = ACTIONS(2275), + [anon_sym_0x] = ACTIONS(2275), + [sym_val_date] = ACTIONS(2275), [anon_sym_DQUOTE] = ACTIONS(2199), - [sym__str_single_quotes] = ACTIONS(2202), - [sym__str_back_ticks] = ACTIONS(2202), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2205), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2208), - [anon_sym_err_GT] = ACTIONS(2211), - [anon_sym_out_GT] = ACTIONS(2211), - [anon_sym_e_GT] = ACTIONS(2211), - [anon_sym_o_GT] = ACTIONS(2211), - [anon_sym_err_PLUSout_GT] = ACTIONS(2211), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2211), - [anon_sym_o_PLUSe_GT] = ACTIONS(2211), - [anon_sym_e_PLUSo_GT] = ACTIONS(2211), - [aux_sym_unquoted_token1] = ACTIONS(2214), + [sym__str_single_quotes] = ACTIONS(2201), + [sym__str_back_ticks] = ACTIONS(2201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2275), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2275), + [anon_sym_CARET] = ACTIONS(2275), [anon_sym_POUND] = ACTIONS(105), }, [878] = { - [sym_path] = STATE(1003), + [sym__expression] = STATE(2475), + [sym_expr_unary] = STATE(1011), + [sym__expr_unary_minus] = STATE(998), + [sym_expr_binary] = STATE(1011), + [sym__expr_binary_expression] = STATE(3482), + [sym_expr_parenthesized] = STATE(944), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(1011), + [sym_val_nothing] = STATE(994), + [sym_val_bool] = STATE(994), + [sym_val_variable] = STATE(952), + [sym__var] = STATE(887), + [sym_val_number] = STATE(133), + [sym__val_number_decimal] = STATE(116), + [sym__val_number] = STATE(130), + [sym_val_duration] = STATE(994), + [sym_val_filesize] = STATE(994), + [sym_val_binary] = STATE(994), + [sym_val_string] = STATE(994), + [sym__str_double_quotes] = STATE(1015), + [sym_val_interpolated] = STATE(994), + [sym__inter_single_quotes] = STATE(992), + [sym__inter_double_quotes] = STATE(991), + [sym_val_list] = STATE(994), + [sym_val_record] = STATE(994), + [sym_val_table] = STATE(994), + [sym_val_closure] = STATE(994), + [sym_unquoted] = STATE(2480), [sym_comment] = STATE(878), - [aux_sym_cell_path_repeat1] = STATE(898), - [ts_builtin_sym_end] = ACTIONS(1404), - [anon_sym_SEMI] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_PIPE] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_err_GT] = ACTIONS(1402), - [anon_sym_out_GT] = ACTIONS(1402), - [anon_sym_e_GT] = ACTIONS(1402), - [anon_sym_o_GT] = ACTIONS(1402), - [anon_sym_err_PLUSout_GT] = ACTIONS(1402), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1402), - [anon_sym_o_PLUSe_GT] = ACTIONS(1402), - [anon_sym_e_PLUSo_GT] = ACTIONS(1402), - [aux_sym_unquoted_token1] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(2279), + [anon_sym_LF] = ACTIONS(2281), + [anon_sym_LBRACK] = ACTIONS(2283), + [anon_sym_LPAREN] = ACTIONS(2285), + [anon_sym_RPAREN] = ACTIONS(2279), + [anon_sym_PIPE] = ACTIONS(2279), + [anon_sym_DOLLAR] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2291), + [anon_sym_RBRACE] = ACTIONS(2279), + [anon_sym_DOT] = ACTIONS(2293), + [anon_sym_PLUS] = ACTIONS(2295), + [anon_sym_not] = ACTIONS(2297), + [anon_sym_null] = ACTIONS(2299), + [anon_sym_true] = ACTIONS(2301), + [anon_sym_false] = ACTIONS(2301), + [aux_sym__val_number_decimal_token1] = ACTIONS(2303), + [aux_sym__val_number_token1] = ACTIONS(2305), + [aux_sym__val_number_token2] = ACTIONS(2305), + [aux_sym__val_number_token3] = ACTIONS(2305), + [aux_sym__val_number_token4] = ACTIONS(2307), + [aux_sym__val_number_token5] = ACTIONS(2307), + [aux_sym__val_number_token6] = ACTIONS(2307), + [anon_sym_0b] = ACTIONS(2309), + [anon_sym_0o] = ACTIONS(2309), + [anon_sym_0x] = ACTIONS(2309), + [sym_val_date] = ACTIONS(2311), + [anon_sym_DQUOTE] = ACTIONS(2313), + [sym__str_single_quotes] = ACTIONS(2315), + [sym__str_back_ticks] = ACTIONS(2315), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2317), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2319), + [anon_sym_err_GT] = ACTIONS(2279), + [anon_sym_out_GT] = ACTIONS(2279), + [anon_sym_e_GT] = ACTIONS(2279), + [anon_sym_o_GT] = ACTIONS(2279), + [anon_sym_err_PLUSout_GT] = ACTIONS(2279), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2279), + [anon_sym_o_PLUSe_GT] = ACTIONS(2279), + [anon_sym_e_PLUSo_GT] = ACTIONS(2279), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [879] = { + [sym_path] = STATE(956), [sym_comment] = STATE(879), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(2219), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(2217), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(2221), - [aux_sym_unquoted_token6] = ACTIONS(2223), + [aux_sym_cell_path_repeat1] = STATE(898), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [anon_sym_PIPE] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_err_GT] = ACTIONS(1440), + [anon_sym_out_GT] = ACTIONS(1440), + [anon_sym_e_GT] = ACTIONS(1440), + [anon_sym_o_GT] = ACTIONS(1440), + [anon_sym_err_PLUSout_GT] = ACTIONS(1440), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1440), + [anon_sym_o_PLUSe_GT] = ACTIONS(1440), + [anon_sym_e_PLUSo_GT] = ACTIONS(1440), + [aux_sym_unquoted_token1] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [880] = { - [sym_cell_path] = STATE(1086), - [sym_path] = STATE(878), + [sym_expr_parenthesized] = STATE(1571), + [sym__immediate_decimal] = STATE(1581), + [sym_val_variable] = STATE(1571), + [sym__var] = STATE(1129), [sym_comment] = STATE(880), - [ts_builtin_sym_end] = ACTIONS(1392), - [anon_sym_SEMI] = ACTIONS(1390), - [anon_sym_LF] = ACTIONS(1392), - [anon_sym_LBRACK] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1390), - [anon_sym_PIPE] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [anon_sym_GT] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_in] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_DOT] = ACTIONS(1390), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1390), - [anon_sym_STAR_STAR] = ACTIONS(1390), - [anon_sym_PLUS_PLUS] = ACTIONS(1390), - [anon_sym_SLASH] = ACTIONS(1390), - [anon_sym_mod] = ACTIONS(1390), - [anon_sym_SLASH_SLASH] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_bit_DASHshl] = ACTIONS(1390), - [anon_sym_bit_DASHshr] = ACTIONS(1390), - [anon_sym_EQ_EQ] = ACTIONS(1390), - [anon_sym_BANG_EQ] = ACTIONS(1390), - [anon_sym_LT2] = ACTIONS(1390), - [anon_sym_LT_EQ] = ACTIONS(1390), - [anon_sym_GT_EQ] = ACTIONS(1390), - [anon_sym_not_DASHin] = ACTIONS(1390), - [anon_sym_starts_DASHwith] = ACTIONS(1390), - [anon_sym_ends_DASHwith] = ACTIONS(1390), - [anon_sym_EQ_TILDE] = ACTIONS(1390), - [anon_sym_BANG_TILDE] = ACTIONS(1390), - [anon_sym_bit_DASHand] = ACTIONS(1390), - [anon_sym_bit_DASHxor] = ACTIONS(1390), - [anon_sym_bit_DASHor] = ACTIONS(1390), - [anon_sym_and] = ACTIONS(1390), - [anon_sym_xor] = ACTIONS(1390), - [anon_sym_or] = ACTIONS(1390), - [sym_val_nothing] = ACTIONS(1390), - [anon_sym_true] = ACTIONS(1390), - [anon_sym_false] = ACTIONS(1390), - [aux_sym__val_number_decimal_token1] = ACTIONS(1390), - [aux_sym__val_number_token1] = ACTIONS(1390), - [aux_sym__val_number_token2] = ACTIONS(1390), - [aux_sym__val_number_token3] = ACTIONS(1390), - [aux_sym__val_number_token4] = ACTIONS(1390), - [aux_sym__val_number_token5] = ACTIONS(1390), - [aux_sym__val_number_token6] = ACTIONS(1390), - [anon_sym_0b] = ACTIONS(1390), - [anon_sym_0o] = ACTIONS(1390), - [anon_sym_0x] = ACTIONS(1390), - [sym_val_date] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [sym__str_single_quotes] = ACTIONS(1390), - [sym__str_back_ticks] = ACTIONS(1390), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1390), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1390), - [anon_sym_err_GT] = ACTIONS(1390), - [anon_sym_out_GT] = ACTIONS(1390), - [anon_sym_e_GT] = ACTIONS(1390), - [anon_sym_o_GT] = ACTIONS(1390), - [anon_sym_err_PLUSout_GT] = ACTIONS(1390), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1390), - [anon_sym_o_PLUSe_GT] = ACTIONS(1390), - [anon_sym_e_PLUSo_GT] = ACTIONS(1390), - [aux_sym_unquoted_token1] = ACTIONS(1390), + [ts_builtin_sym_end] = ACTIONS(2087), + [anon_sym_export] = ACTIONS(2085), + [anon_sym_alias] = ACTIONS(2085), + [anon_sym_let] = ACTIONS(2085), + [anon_sym_let_DASHenv] = ACTIONS(2085), + [anon_sym_mut] = ACTIONS(2085), + [anon_sym_const] = ACTIONS(2085), + [anon_sym_SEMI] = ACTIONS(2085), + [sym_cmd_identifier] = ACTIONS(2085), + [anon_sym_LF] = ACTIONS(2087), + [anon_sym_def] = ACTIONS(2085), + [anon_sym_export_DASHenv] = ACTIONS(2085), + [anon_sym_extern] = ACTIONS(2085), + [anon_sym_module] = ACTIONS(2085), + [anon_sym_use] = ACTIONS(2085), + [anon_sym_LBRACK] = ACTIONS(2085), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2085), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_break] = ACTIONS(2085), + [anon_sym_continue] = ACTIONS(2085), + [anon_sym_for] = ACTIONS(2085), + [anon_sym_loop] = ACTIONS(2085), + [anon_sym_while] = ACTIONS(2085), + [anon_sym_do] = ACTIONS(2085), + [anon_sym_if] = ACTIONS(2085), + [anon_sym_match] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2085), + [anon_sym_DOT] = ACTIONS(2085), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2085), + [anon_sym_return] = ACTIONS(2085), + [anon_sym_source] = ACTIONS(2085), + [anon_sym_source_DASHenv] = ACTIONS(2085), + [anon_sym_register] = ACTIONS(2085), + [anon_sym_hide] = ACTIONS(2085), + [anon_sym_hide_DASHenv] = ACTIONS(2085), + [anon_sym_overlay] = ACTIONS(2085), + [anon_sym_where] = ACTIONS(2085), + [anon_sym_PLUS] = ACTIONS(2085), + [anon_sym_not] = ACTIONS(2085), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2085), + [anon_sym_true] = ACTIONS(2085), + [anon_sym_false] = ACTIONS(2085), + [aux_sym__val_number_decimal_token1] = ACTIONS(2085), + [aux_sym__val_number_token1] = ACTIONS(2085), + [aux_sym__val_number_token2] = ACTIONS(2085), + [aux_sym__val_number_token3] = ACTIONS(2085), + [aux_sym__val_number_token4] = ACTIONS(2085), + [aux_sym__val_number_token5] = ACTIONS(2085), + [aux_sym__val_number_token6] = ACTIONS(2085), + [anon_sym_0b] = ACTIONS(2085), + [anon_sym_0o] = ACTIONS(2085), + [anon_sym_0x] = ACTIONS(2085), + [sym_val_date] = ACTIONS(2085), + [anon_sym_DQUOTE] = ACTIONS(2085), + [sym__str_single_quotes] = ACTIONS(2085), + [sym__str_back_ticks] = ACTIONS(2085), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2085), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2085), + [anon_sym_CARET] = ACTIONS(2085), [anon_sym_POUND] = ACTIONS(105), }, [881] = { - [sym_path] = STATE(1003), + [sym_expr_parenthesized] = STATE(1578), + [sym__immediate_decimal] = STATE(1579), + [sym_val_variable] = STATE(1578), + [sym__var] = STATE(1129), [sym_comment] = STATE(881), - [aux_sym_cell_path_repeat1] = STATE(881), - [ts_builtin_sym_end] = ACTIONS(1416), - [anon_sym_SEMI] = ACTIONS(1414), - [anon_sym_LF] = ACTIONS(1416), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_PIPE] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [anon_sym_GT] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_in] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(2225), - [anon_sym_STAR] = ACTIONS(1414), - [anon_sym_STAR_STAR] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [anon_sym_SLASH] = ACTIONS(1414), - [anon_sym_mod] = ACTIONS(1414), - [anon_sym_SLASH_SLASH] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_bit_DASHshl] = ACTIONS(1414), - [anon_sym_bit_DASHshr] = ACTIONS(1414), - [anon_sym_EQ_EQ] = ACTIONS(1414), - [anon_sym_BANG_EQ] = ACTIONS(1414), - [anon_sym_LT2] = ACTIONS(1414), - [anon_sym_LT_EQ] = ACTIONS(1414), - [anon_sym_GT_EQ] = ACTIONS(1414), - [anon_sym_not_DASHin] = ACTIONS(1414), - [anon_sym_starts_DASHwith] = ACTIONS(1414), - [anon_sym_ends_DASHwith] = ACTIONS(1414), - [anon_sym_EQ_TILDE] = ACTIONS(1414), - [anon_sym_BANG_TILDE] = ACTIONS(1414), - [anon_sym_bit_DASHand] = ACTIONS(1414), - [anon_sym_bit_DASHxor] = ACTIONS(1414), - [anon_sym_bit_DASHor] = ACTIONS(1414), - [anon_sym_and] = ACTIONS(1414), - [anon_sym_xor] = ACTIONS(1414), - [anon_sym_or] = ACTIONS(1414), - [sym_val_nothing] = ACTIONS(1414), - [anon_sym_true] = ACTIONS(1414), - [anon_sym_false] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [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(1414), - [aux_sym__val_number_token5] = ACTIONS(1414), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_0b] = ACTIONS(1414), - [anon_sym_0o] = ACTIONS(1414), - [anon_sym_0x] = ACTIONS(1414), - [sym_val_date] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym__str_single_quotes] = ACTIONS(1414), - [sym__str_back_ticks] = ACTIONS(1414), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), - [anon_sym_err_GT] = ACTIONS(1414), - [anon_sym_out_GT] = ACTIONS(1414), - [anon_sym_e_GT] = ACTIONS(1414), - [anon_sym_o_GT] = ACTIONS(1414), - [anon_sym_err_PLUSout_GT] = ACTIONS(1414), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1414), - [anon_sym_o_PLUSe_GT] = ACTIONS(1414), - [anon_sym_e_PLUSo_GT] = ACTIONS(1414), - [aux_sym_unquoted_token1] = ACTIONS(1414), + [ts_builtin_sym_end] = ACTIONS(2103), + [anon_sym_export] = ACTIONS(2101), + [anon_sym_alias] = ACTIONS(2101), + [anon_sym_let] = ACTIONS(2101), + [anon_sym_let_DASHenv] = ACTIONS(2101), + [anon_sym_mut] = ACTIONS(2101), + [anon_sym_const] = ACTIONS(2101), + [anon_sym_SEMI] = ACTIONS(2101), + [sym_cmd_identifier] = ACTIONS(2101), + [anon_sym_LF] = ACTIONS(2103), + [anon_sym_def] = ACTIONS(2101), + [anon_sym_export_DASHenv] = ACTIONS(2101), + [anon_sym_extern] = ACTIONS(2101), + [anon_sym_module] = ACTIONS(2101), + [anon_sym_use] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2101), + [anon_sym_DASH] = ACTIONS(2101), + [anon_sym_break] = ACTIONS(2101), + [anon_sym_continue] = ACTIONS(2101), + [anon_sym_for] = ACTIONS(2101), + [anon_sym_loop] = ACTIONS(2101), + [anon_sym_while] = ACTIONS(2101), + [anon_sym_do] = ACTIONS(2101), + [anon_sym_if] = ACTIONS(2101), + [anon_sym_match] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_DOT] = ACTIONS(2101), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2101), + [anon_sym_return] = ACTIONS(2101), + [anon_sym_source] = ACTIONS(2101), + [anon_sym_source_DASHenv] = ACTIONS(2101), + [anon_sym_register] = ACTIONS(2101), + [anon_sym_hide] = ACTIONS(2101), + [anon_sym_hide_DASHenv] = ACTIONS(2101), + [anon_sym_overlay] = ACTIONS(2101), + [anon_sym_where] = ACTIONS(2101), + [anon_sym_PLUS] = ACTIONS(2101), + [anon_sym_not] = ACTIONS(2101), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2101), + [anon_sym_true] = ACTIONS(2101), + [anon_sym_false] = ACTIONS(2101), + [aux_sym__val_number_decimal_token1] = ACTIONS(2101), + [aux_sym__val_number_token1] = ACTIONS(2101), + [aux_sym__val_number_token2] = ACTIONS(2101), + [aux_sym__val_number_token3] = ACTIONS(2101), + [aux_sym__val_number_token4] = ACTIONS(2101), + [aux_sym__val_number_token5] = ACTIONS(2101), + [aux_sym__val_number_token6] = ACTIONS(2101), + [anon_sym_0b] = ACTIONS(2101), + [anon_sym_0o] = ACTIONS(2101), + [anon_sym_0x] = ACTIONS(2101), + [sym_val_date] = ACTIONS(2101), + [anon_sym_DQUOTE] = ACTIONS(2101), + [sym__str_single_quotes] = ACTIONS(2101), + [sym__str_back_ticks] = ACTIONS(2101), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2101), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2101), + [anon_sym_CARET] = ACTIONS(2101), [anon_sym_POUND] = ACTIONS(105), }, [882] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2477), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2462), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(882), - [aux_sym_command_repeat1] = STATE(890), - [anon_sym_SEMI] = ACTIONS(2228), - [anon_sym_LF] = ACTIONS(2230), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2228), - [anon_sym_PIPE] = ACTIONS(2228), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_RBRACE] = ACTIONS(2228), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [aux_sym_command_repeat1] = STATE(867), + [anon_sym_SEMI] = ACTIONS(2271), + [anon_sym_LF] = ACTIONS(2273), + [anon_sym_COLON] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_PIPE] = ACTIONS(2271), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2271), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [883] = { - [sym__command_name] = STATE(1443), - [sym_scope_pattern] = STATE(1445), - [sym_wild_card] = STATE(1456), - [sym_command_list] = STATE(1410), - [sym_val_string] = STATE(1340), - [sym__str_double_quotes] = STATE(1397), + [sym_cell_path] = STATE(974), + [sym_path] = STATE(879), [sym_comment] = STATE(883), - [ts_builtin_sym_end] = ACTIONS(2137), - [anon_sym_export] = ACTIONS(2135), - [anon_sym_alias] = ACTIONS(2135), - [anon_sym_let] = ACTIONS(2135), - [anon_sym_let_DASHenv] = ACTIONS(2135), - [anon_sym_mut] = ACTIONS(2135), - [anon_sym_const] = ACTIONS(2135), - [anon_sym_SEMI] = ACTIONS(2135), - [sym_cmd_identifier] = ACTIONS(2270), - [anon_sym_LF] = ACTIONS(2137), - [anon_sym_def] = ACTIONS(2135), - [anon_sym_export_DASHenv] = ACTIONS(2135), - [anon_sym_extern] = ACTIONS(2135), - [anon_sym_module] = ACTIONS(2135), - [anon_sym_use] = ACTIONS(2135), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_LPAREN] = ACTIONS(2135), - [anon_sym_DOLLAR] = ACTIONS(2135), - [anon_sym_error] = ACTIONS(2135), - [anon_sym_DASH] = ACTIONS(2135), - [anon_sym_break] = ACTIONS(2135), - [anon_sym_continue] = ACTIONS(2135), - [anon_sym_for] = ACTIONS(2135), - [anon_sym_loop] = ACTIONS(2135), - [anon_sym_while] = ACTIONS(2135), - [anon_sym_do] = ACTIONS(2135), - [anon_sym_if] = ACTIONS(2135), - [anon_sym_match] = ACTIONS(2135), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_DOT] = ACTIONS(2135), - [anon_sym_try] = ACTIONS(2135), - [anon_sym_return] = ACTIONS(2135), - [anon_sym_source] = ACTIONS(2135), - [anon_sym_source_DASHenv] = ACTIONS(2135), - [anon_sym_register] = ACTIONS(2135), - [anon_sym_hide] = ACTIONS(2135), - [anon_sym_hide_DASHenv] = ACTIONS(2135), - [anon_sym_overlay] = ACTIONS(2135), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_where] = ACTIONS(2135), - [anon_sym_PLUS] = ACTIONS(2135), - [anon_sym_not] = ACTIONS(2135), - [sym_val_nothing] = ACTIONS(2135), - [anon_sym_true] = ACTIONS(2135), - [anon_sym_false] = ACTIONS(2135), - [aux_sym__val_number_decimal_token1] = ACTIONS(2135), - [aux_sym__val_number_token1] = ACTIONS(2135), - [aux_sym__val_number_token2] = ACTIONS(2135), - [aux_sym__val_number_token3] = ACTIONS(2135), - [aux_sym__val_number_token4] = ACTIONS(2135), - [aux_sym__val_number_token5] = ACTIONS(2135), - [aux_sym__val_number_token6] = ACTIONS(2135), - [anon_sym_0b] = ACTIONS(2135), - [anon_sym_0o] = ACTIONS(2135), - [anon_sym_0x] = ACTIONS(2135), - [sym_val_date] = ACTIONS(2135), - [anon_sym_DQUOTE] = ACTIONS(2276), - [sym__str_single_quotes] = ACTIONS(2278), - [sym__str_back_ticks] = ACTIONS(2278), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2135), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2135), - [anon_sym_CARET] = ACTIONS(2135), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_RPAREN] = ACTIONS(1418), + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_GT] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_DOT] = ACTIONS(1418), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_STAR_STAR] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_SLASH] = ACTIONS(1418), + [anon_sym_mod] = ACTIONS(1418), + [anon_sym_SLASH_SLASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_bit_DASHshl] = ACTIONS(1418), + [anon_sym_bit_DASHshr] = ACTIONS(1418), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT2] = ACTIONS(1418), + [anon_sym_LT_EQ] = ACTIONS(1418), + [anon_sym_GT_EQ] = ACTIONS(1418), + [anon_sym_not_DASHin] = ACTIONS(1418), + [anon_sym_starts_DASHwith] = ACTIONS(1418), + [anon_sym_ends_DASHwith] = ACTIONS(1418), + [anon_sym_EQ_TILDE] = ACTIONS(1418), + [anon_sym_BANG_TILDE] = ACTIONS(1418), + [anon_sym_bit_DASHand] = ACTIONS(1418), + [anon_sym_bit_DASHxor] = ACTIONS(1418), + [anon_sym_bit_DASHor] = ACTIONS(1418), + [anon_sym_and] = ACTIONS(1418), + [anon_sym_xor] = ACTIONS(1418), + [anon_sym_or] = ACTIONS(1418), + [anon_sym_null] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym__val_number_decimal_token1] = ACTIONS(1418), + [aux_sym__val_number_token1] = ACTIONS(1418), + [aux_sym__val_number_token2] = ACTIONS(1418), + [aux_sym__val_number_token3] = ACTIONS(1418), + [aux_sym__val_number_token4] = ACTIONS(1418), + [aux_sym__val_number_token5] = ACTIONS(1418), + [aux_sym__val_number_token6] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_err_GT] = ACTIONS(1418), + [anon_sym_out_GT] = ACTIONS(1418), + [anon_sym_e_GT] = ACTIONS(1418), + [anon_sym_o_GT] = ACTIONS(1418), + [anon_sym_err_PLUSout_GT] = ACTIONS(1418), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1418), + [anon_sym_o_PLUSe_GT] = ACTIONS(1418), + [anon_sym_e_PLUSo_GT] = ACTIONS(1418), + [aux_sym_unquoted_token1] = ACTIONS(1418), [anon_sym_POUND] = ACTIONS(105), }, [884] = { - [sym__command_name] = STATE(1443), - [sym_scope_pattern] = STATE(1487), - [sym_wild_card] = STATE(1456), - [sym_command_list] = STATE(1410), - [sym_val_string] = STATE(1340), - [sym__str_double_quotes] = STATE(1397), + [sym_expr_parenthesized] = STATE(1573), + [sym__immediate_decimal] = STATE(1577), + [sym_val_variable] = STATE(1573), + [sym__var] = STATE(1129), [sym_comment] = STATE(884), - [ts_builtin_sym_end] = ACTIONS(2109), - [anon_sym_export] = ACTIONS(2105), - [anon_sym_alias] = ACTIONS(2105), - [anon_sym_let] = ACTIONS(2105), - [anon_sym_let_DASHenv] = ACTIONS(2105), - [anon_sym_mut] = ACTIONS(2105), - [anon_sym_const] = ACTIONS(2105), - [anon_sym_SEMI] = ACTIONS(2105), - [sym_cmd_identifier] = ACTIONS(2270), - [anon_sym_LF] = ACTIONS(2109), - [anon_sym_def] = ACTIONS(2105), - [anon_sym_export_DASHenv] = ACTIONS(2105), - [anon_sym_extern] = ACTIONS(2105), - [anon_sym_module] = ACTIONS(2105), - [anon_sym_use] = ACTIONS(2105), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_LPAREN] = ACTIONS(2105), - [anon_sym_DOLLAR] = ACTIONS(2105), - [anon_sym_error] = ACTIONS(2105), - [anon_sym_DASH] = ACTIONS(2105), - [anon_sym_break] = ACTIONS(2105), - [anon_sym_continue] = ACTIONS(2105), - [anon_sym_for] = ACTIONS(2105), - [anon_sym_loop] = ACTIONS(2105), - [anon_sym_while] = ACTIONS(2105), - [anon_sym_do] = ACTIONS(2105), - [anon_sym_if] = ACTIONS(2105), - [anon_sym_match] = ACTIONS(2105), - [anon_sym_LBRACE] = ACTIONS(2105), - [anon_sym_DOT] = ACTIONS(2105), - [anon_sym_try] = ACTIONS(2105), - [anon_sym_return] = ACTIONS(2105), - [anon_sym_source] = ACTIONS(2105), - [anon_sym_source_DASHenv] = ACTIONS(2105), - [anon_sym_register] = ACTIONS(2105), - [anon_sym_hide] = ACTIONS(2105), - [anon_sym_hide_DASHenv] = ACTIONS(2105), - [anon_sym_overlay] = ACTIONS(2105), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_where] = ACTIONS(2105), - [anon_sym_PLUS] = ACTIONS(2105), - [anon_sym_not] = ACTIONS(2105), - [sym_val_nothing] = ACTIONS(2105), - [anon_sym_true] = ACTIONS(2105), - [anon_sym_false] = ACTIONS(2105), - [aux_sym__val_number_decimal_token1] = ACTIONS(2105), - [aux_sym__val_number_token1] = ACTIONS(2105), - [aux_sym__val_number_token2] = ACTIONS(2105), - [aux_sym__val_number_token3] = ACTIONS(2105), - [aux_sym__val_number_token4] = ACTIONS(2105), - [aux_sym__val_number_token5] = ACTIONS(2105), - [aux_sym__val_number_token6] = ACTIONS(2105), - [anon_sym_0b] = ACTIONS(2105), - [anon_sym_0o] = ACTIONS(2105), - [anon_sym_0x] = ACTIONS(2105), - [sym_val_date] = ACTIONS(2105), - [anon_sym_DQUOTE] = ACTIONS(2276), - [sym__str_single_quotes] = ACTIONS(2278), - [sym__str_back_ticks] = ACTIONS(2278), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2105), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2105), - [anon_sym_CARET] = ACTIONS(2105), + [ts_builtin_sym_end] = ACTIONS(2135), + [anon_sym_export] = ACTIONS(2133), + [anon_sym_alias] = ACTIONS(2133), + [anon_sym_let] = ACTIONS(2133), + [anon_sym_let_DASHenv] = ACTIONS(2133), + [anon_sym_mut] = ACTIONS(2133), + [anon_sym_const] = ACTIONS(2133), + [anon_sym_SEMI] = ACTIONS(2133), + [sym_cmd_identifier] = ACTIONS(2133), + [anon_sym_LF] = ACTIONS(2135), + [anon_sym_def] = ACTIONS(2133), + [anon_sym_export_DASHenv] = ACTIONS(2133), + [anon_sym_extern] = ACTIONS(2133), + [anon_sym_module] = ACTIONS(2133), + [anon_sym_use] = ACTIONS(2133), + [anon_sym_LBRACK] = ACTIONS(2133), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2133), + [anon_sym_DASH] = ACTIONS(2133), + [anon_sym_break] = ACTIONS(2133), + [anon_sym_continue] = ACTIONS(2133), + [anon_sym_for] = ACTIONS(2133), + [anon_sym_loop] = ACTIONS(2133), + [anon_sym_while] = ACTIONS(2133), + [anon_sym_do] = ACTIONS(2133), + [anon_sym_if] = ACTIONS(2133), + [anon_sym_match] = ACTIONS(2133), + [anon_sym_LBRACE] = ACTIONS(2133), + [anon_sym_DOT] = ACTIONS(2133), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2133), + [anon_sym_return] = ACTIONS(2133), + [anon_sym_source] = ACTIONS(2133), + [anon_sym_source_DASHenv] = ACTIONS(2133), + [anon_sym_register] = ACTIONS(2133), + [anon_sym_hide] = ACTIONS(2133), + [anon_sym_hide_DASHenv] = ACTIONS(2133), + [anon_sym_overlay] = ACTIONS(2133), + [anon_sym_where] = ACTIONS(2133), + [anon_sym_PLUS] = ACTIONS(2133), + [anon_sym_not] = ACTIONS(2133), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2133), + [anon_sym_true] = ACTIONS(2133), + [anon_sym_false] = ACTIONS(2133), + [aux_sym__val_number_decimal_token1] = ACTIONS(2133), + [aux_sym__val_number_token1] = ACTIONS(2133), + [aux_sym__val_number_token2] = ACTIONS(2133), + [aux_sym__val_number_token3] = ACTIONS(2133), + [aux_sym__val_number_token4] = ACTIONS(2133), + [aux_sym__val_number_token5] = ACTIONS(2133), + [aux_sym__val_number_token6] = ACTIONS(2133), + [anon_sym_0b] = ACTIONS(2133), + [anon_sym_0o] = ACTIONS(2133), + [anon_sym_0x] = ACTIONS(2133), + [sym_val_date] = ACTIONS(2133), + [anon_sym_DQUOTE] = ACTIONS(2133), + [sym__str_single_quotes] = ACTIONS(2133), + [sym__str_back_ticks] = ACTIONS(2133), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2133), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2133), + [anon_sym_CARET] = ACTIONS(2133), [anon_sym_POUND] = ACTIONS(105), }, [885] = { + [sym_expr_parenthesized] = STATE(1521), + [sym__immediate_decimal] = STATE(1560), + [sym_val_variable] = STATE(1521), + [sym__var] = STATE(1129), [sym_comment] = STATE(885), - [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(1433), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_QMARK2] = ACTIONS(2280), - [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), - [sym_val_nothing] = 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), + [ts_builtin_sym_end] = ACTIONS(2131), + [anon_sym_export] = ACTIONS(2129), + [anon_sym_alias] = ACTIONS(2129), + [anon_sym_let] = ACTIONS(2129), + [anon_sym_let_DASHenv] = ACTIONS(2129), + [anon_sym_mut] = ACTIONS(2129), + [anon_sym_const] = ACTIONS(2129), + [anon_sym_SEMI] = ACTIONS(2129), + [sym_cmd_identifier] = ACTIONS(2129), + [anon_sym_LF] = ACTIONS(2131), + [anon_sym_def] = ACTIONS(2129), + [anon_sym_export_DASHenv] = ACTIONS(2129), + [anon_sym_extern] = ACTIONS(2129), + [anon_sym_module] = ACTIONS(2129), + [anon_sym_use] = ACTIONS(2129), + [anon_sym_LBRACK] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2129), + [anon_sym_DASH] = ACTIONS(2129), + [anon_sym_break] = ACTIONS(2129), + [anon_sym_continue] = ACTIONS(2129), + [anon_sym_for] = ACTIONS(2129), + [anon_sym_loop] = ACTIONS(2129), + [anon_sym_while] = ACTIONS(2129), + [anon_sym_do] = ACTIONS(2129), + [anon_sym_if] = ACTIONS(2129), + [anon_sym_match] = ACTIONS(2129), + [anon_sym_LBRACE] = ACTIONS(2129), + [anon_sym_DOT] = ACTIONS(2129), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2129), + [anon_sym_return] = ACTIONS(2129), + [anon_sym_source] = ACTIONS(2129), + [anon_sym_source_DASHenv] = ACTIONS(2129), + [anon_sym_register] = ACTIONS(2129), + [anon_sym_hide] = ACTIONS(2129), + [anon_sym_hide_DASHenv] = ACTIONS(2129), + [anon_sym_overlay] = ACTIONS(2129), + [anon_sym_where] = ACTIONS(2129), + [anon_sym_PLUS] = ACTIONS(2129), + [anon_sym_not] = ACTIONS(2129), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2129), + [anon_sym_true] = ACTIONS(2129), + [anon_sym_false] = ACTIONS(2129), + [aux_sym__val_number_decimal_token1] = ACTIONS(2129), + [aux_sym__val_number_token1] = ACTIONS(2129), + [aux_sym__val_number_token2] = ACTIONS(2129), + [aux_sym__val_number_token3] = ACTIONS(2129), + [aux_sym__val_number_token4] = ACTIONS(2129), + [aux_sym__val_number_token5] = ACTIONS(2129), + [aux_sym__val_number_token6] = ACTIONS(2129), + [anon_sym_0b] = ACTIONS(2129), + [anon_sym_0o] = ACTIONS(2129), + [anon_sym_0x] = ACTIONS(2129), + [sym_val_date] = ACTIONS(2129), + [anon_sym_DQUOTE] = ACTIONS(2129), + [sym__str_single_quotes] = ACTIONS(2129), + [sym__str_back_ticks] = ACTIONS(2129), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2129), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2129), + [anon_sym_CARET] = ACTIONS(2129), [anon_sym_POUND] = ACTIONS(105), }, [886] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2477), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym_path] = STATE(956), [sym_comment] = STATE(886), - [aux_sym_command_repeat1] = STATE(897), - [anon_sym_SEMI] = ACTIONS(2282), - [anon_sym_LF] = ACTIONS(2284), - [anon_sym_COLON] = ACTIONS(2286), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_PIPE] = ACTIONS(2282), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_RBRACE] = ACTIONS(2282), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [aux_sym_cell_path_repeat1] = STATE(891), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1436), + [anon_sym_PIPE] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_err_GT] = ACTIONS(1436), + [anon_sym_out_GT] = ACTIONS(1436), + [anon_sym_e_GT] = ACTIONS(1436), + [anon_sym_o_GT] = ACTIONS(1436), + [anon_sym_err_PLUSout_GT] = ACTIONS(1436), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1436), + [anon_sym_o_PLUSe_GT] = ACTIONS(1436), + [anon_sym_e_PLUSo_GT] = ACTIONS(1436), + [aux_sym_unquoted_token1] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, [887] = { + [sym_cell_path] = STATE(950), + [sym_path] = STATE(897), [sym_comment] = STATE(887), - [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(1433), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_QMARK2] = ACTIONS(2280), - [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), - [sym_val_nothing] = 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_SEMI] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_err_GT] = ACTIONS(1395), + [anon_sym_out_GT] = ACTIONS(1395), + [anon_sym_e_GT] = ACTIONS(1395), + [anon_sym_o_GT] = ACTIONS(1395), + [anon_sym_err_PLUSout_GT] = ACTIONS(1395), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1395), + [anon_sym_o_PLUSe_GT] = ACTIONS(1395), + [anon_sym_e_PLUSo_GT] = ACTIONS(1395), + [aux_sym_unquoted_token1] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [888] = { - [sym_cell_path] = STATE(1084), - [sym_path] = STATE(878), + [sym_cell_path] = STATE(968), + [sym_path] = STATE(879), [sym_comment] = STATE(888), - [ts_builtin_sym_end] = ACTIONS(1375), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_PIPE] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_GT] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_in] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_STAR_STAR] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_SLASH] = ACTIONS(1373), - [anon_sym_mod] = ACTIONS(1373), - [anon_sym_SLASH_SLASH] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_bit_DASHshl] = ACTIONS(1373), - [anon_sym_bit_DASHshr] = ACTIONS(1373), - [anon_sym_EQ_EQ] = ACTIONS(1373), - [anon_sym_BANG_EQ] = ACTIONS(1373), - [anon_sym_LT2] = ACTIONS(1373), - [anon_sym_LT_EQ] = ACTIONS(1373), - [anon_sym_GT_EQ] = ACTIONS(1373), - [anon_sym_not_DASHin] = ACTIONS(1373), - [anon_sym_starts_DASHwith] = ACTIONS(1373), - [anon_sym_ends_DASHwith] = ACTIONS(1373), - [anon_sym_EQ_TILDE] = ACTIONS(1373), - [anon_sym_BANG_TILDE] = ACTIONS(1373), - [anon_sym_bit_DASHand] = ACTIONS(1373), - [anon_sym_bit_DASHxor] = ACTIONS(1373), - [anon_sym_bit_DASHor] = ACTIONS(1373), - [anon_sym_and] = ACTIONS(1373), - [anon_sym_xor] = ACTIONS(1373), - [anon_sym_or] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_err_GT] = ACTIONS(1373), - [anon_sym_out_GT] = ACTIONS(1373), - [anon_sym_e_GT] = ACTIONS(1373), - [anon_sym_o_GT] = ACTIONS(1373), - [anon_sym_err_PLUSout_GT] = ACTIONS(1373), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1373), - [anon_sym_o_PLUSe_GT] = ACTIONS(1373), - [anon_sym_e_PLUSo_GT] = ACTIONS(1373), - [aux_sym_unquoted_token1] = ACTIONS(1373), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_LF] = ACTIONS(1391), + [anon_sym_LBRACK] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_RPAREN] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1389), + [anon_sym_DOLLAR] = ACTIONS(1389), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1389), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_STAR_STAR] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_bit_DASHshl] = ACTIONS(1389), + [anon_sym_bit_DASHshr] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1389), + [anon_sym_BANG_EQ] = ACTIONS(1389), + [anon_sym_LT2] = ACTIONS(1389), + [anon_sym_LT_EQ] = ACTIONS(1389), + [anon_sym_GT_EQ] = ACTIONS(1389), + [anon_sym_not_DASHin] = ACTIONS(1389), + [anon_sym_starts_DASHwith] = ACTIONS(1389), + [anon_sym_ends_DASHwith] = ACTIONS(1389), + [anon_sym_EQ_TILDE] = ACTIONS(1389), + [anon_sym_BANG_TILDE] = ACTIONS(1389), + [anon_sym_bit_DASHand] = ACTIONS(1389), + [anon_sym_bit_DASHxor] = ACTIONS(1389), + [anon_sym_bit_DASHor] = ACTIONS(1389), + [anon_sym_and] = ACTIONS(1389), + [anon_sym_xor] = ACTIONS(1389), + [anon_sym_or] = ACTIONS(1389), + [anon_sym_null] = ACTIONS(1389), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [aux_sym__val_number_decimal_token1] = ACTIONS(1389), + [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(1389), + [aux_sym__val_number_token5] = ACTIONS(1389), + [aux_sym__val_number_token6] = ACTIONS(1389), + [anon_sym_0b] = ACTIONS(1389), + [anon_sym_0o] = ACTIONS(1389), + [anon_sym_0x] = ACTIONS(1389), + [sym_val_date] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym__str_single_quotes] = ACTIONS(1389), + [sym__str_back_ticks] = ACTIONS(1389), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1389), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1389), + [anon_sym_err_GT] = ACTIONS(1389), + [anon_sym_out_GT] = ACTIONS(1389), + [anon_sym_e_GT] = ACTIONS(1389), + [anon_sym_o_GT] = ACTIONS(1389), + [anon_sym_err_PLUSout_GT] = ACTIONS(1389), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1389), + [anon_sym_o_PLUSe_GT] = ACTIONS(1389), + [anon_sym_e_PLUSo_GT] = ACTIONS(1389), + [aux_sym_unquoted_token1] = ACTIONS(1389), [anon_sym_POUND] = ACTIONS(105), }, [889] = { - [sym__expression] = STATE(2559), - [sym_expr_unary] = STATE(1008), - [sym__expr_unary_minus] = STATE(1011), - [sym_expr_binary] = STATE(1008), - [sym__expr_binary_expression] = STATE(3423), - [sym_expr_parenthesized] = STATE(914), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(1008), - [sym_val_bool] = STATE(969), - [sym_val_variable] = STATE(932), - [sym__var] = STATE(869), - [sym_val_number] = STATE(132), - [sym__val_number_decimal] = STATE(115), - [sym__val_number] = STATE(133), - [sym_val_duration] = STATE(969), - [sym_val_filesize] = STATE(969), - [sym_val_binary] = STATE(969), - [sym_val_string] = STATE(969), - [sym__str_double_quotes] = STATE(950), - [sym_val_interpolated] = STATE(969), - [sym__inter_single_quotes] = STATE(936), - [sym__inter_double_quotes] = STATE(937), - [sym_val_list] = STATE(969), - [sym_val_record] = STATE(969), - [sym_val_table] = STATE(969), - [sym_val_closure] = STATE(969), - [sym_unquoted] = STATE(2490), + [sym__command_name] = STATE(1446), + [sym_scope_pattern] = STATE(1375), + [sym_wild_card] = STATE(1448), + [sym_command_list] = STATE(1449), + [sym_val_string] = STATE(1230), + [sym__str_double_quotes] = STATE(1233), [sym_comment] = STATE(889), - [anon_sym_SEMI] = ACTIONS(2288), - [anon_sym_LF] = ACTIONS(2290), - [anon_sym_LBRACK] = ACTIONS(2292), - [anon_sym_LPAREN] = ACTIONS(2294), - [anon_sym_RPAREN] = ACTIONS(2288), - [anon_sym_PIPE] = ACTIONS(2288), - [anon_sym_DOLLAR] = ACTIONS(2296), - [anon_sym_DASH] = ACTIONS(2298), - [anon_sym_LBRACE] = ACTIONS(2300), - [anon_sym_RBRACE] = ACTIONS(2288), - [anon_sym_DOT] = ACTIONS(2302), - [anon_sym_PLUS] = ACTIONS(2304), - [anon_sym_not] = ACTIONS(2306), - [sym_val_nothing] = ACTIONS(2308), - [anon_sym_true] = ACTIONS(2310), - [anon_sym_false] = ACTIONS(2310), - [aux_sym__val_number_decimal_token1] = ACTIONS(2312), - [aux_sym__val_number_token1] = ACTIONS(2314), - [aux_sym__val_number_token2] = ACTIONS(2314), - [aux_sym__val_number_token3] = ACTIONS(2314), - [aux_sym__val_number_token4] = ACTIONS(2316), - [aux_sym__val_number_token5] = ACTIONS(2316), - [aux_sym__val_number_token6] = ACTIONS(2316), - [anon_sym_0b] = ACTIONS(2318), - [anon_sym_0o] = ACTIONS(2318), - [anon_sym_0x] = ACTIONS(2318), - [sym_val_date] = ACTIONS(2308), - [anon_sym_DQUOTE] = ACTIONS(2320), - [sym__str_single_quotes] = ACTIONS(2322), - [sym__str_back_ticks] = ACTIONS(2322), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2324), + [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(2191), + [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(2195), + [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_STAR] = ACTIONS(2197), + [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(2199), + [sym__str_single_quotes] = ACTIONS(2201), + [sym__str_back_ticks] = ACTIONS(2201), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), - [anon_sym_err_GT] = ACTIONS(2288), - [anon_sym_out_GT] = ACTIONS(2288), - [anon_sym_e_GT] = ACTIONS(2288), - [anon_sym_o_GT] = ACTIONS(2288), - [anon_sym_err_PLUSout_GT] = ACTIONS(2288), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2288), - [anon_sym_o_PLUSe_GT] = ACTIONS(2288), - [anon_sym_e_PLUSo_GT] = ACTIONS(2288), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [anon_sym_CARET] = ACTIONS(2326), [anon_sym_POUND] = ACTIONS(105), }, [890] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2477), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym_cell_path] = STATE(935), + [sym_path] = STATE(897), [sym_comment] = STATE(890), - [aux_sym_command_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(2328), - [anon_sym_LF] = ACTIONS(2330), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2328), - [anon_sym_PIPE] = ACTIONS(2328), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_RBRACE] = ACTIONS(2328), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_PIPE] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2330), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_err_GT] = ACTIONS(1399), + [anon_sym_out_GT] = ACTIONS(1399), + [anon_sym_e_GT] = ACTIONS(1399), + [anon_sym_o_GT] = ACTIONS(1399), + [anon_sym_err_PLUSout_GT] = ACTIONS(1399), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1399), + [anon_sym_o_PLUSe_GT] = ACTIONS(1399), + [anon_sym_e_PLUSo_GT] = ACTIONS(1399), + [aux_sym_unquoted_token1] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [891] = { - [sym_cell_path] = STATE(1059), - [sym_path] = STATE(878), + [sym_path] = STATE(956), [sym_comment] = STATE(891), - [ts_builtin_sym_end] = ACTIONS(1423), - [anon_sym_SEMI] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_PIPE] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_in] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_STAR_STAR] = ACTIONS(1421), - [anon_sym_PLUS_PLUS] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_bit_DASHshl] = ACTIONS(1421), - [anon_sym_bit_DASHshr] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1421), - [anon_sym_BANG_EQ] = ACTIONS(1421), - [anon_sym_LT2] = ACTIONS(1421), - [anon_sym_LT_EQ] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1421), - [anon_sym_not_DASHin] = ACTIONS(1421), - [anon_sym_starts_DASHwith] = ACTIONS(1421), - [anon_sym_ends_DASHwith] = ACTIONS(1421), - [anon_sym_EQ_TILDE] = ACTIONS(1421), - [anon_sym_BANG_TILDE] = ACTIONS(1421), - [anon_sym_bit_DASHand] = ACTIONS(1421), - [anon_sym_bit_DASHxor] = ACTIONS(1421), - [anon_sym_bit_DASHor] = ACTIONS(1421), - [anon_sym_and] = ACTIONS(1421), - [anon_sym_xor] = ACTIONS(1421), - [anon_sym_or] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_err_GT] = ACTIONS(1421), - [anon_sym_out_GT] = ACTIONS(1421), - [anon_sym_e_GT] = ACTIONS(1421), - [anon_sym_o_GT] = ACTIONS(1421), - [anon_sym_err_PLUSout_GT] = ACTIONS(1421), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1421), - [anon_sym_o_PLUSe_GT] = ACTIONS(1421), - [anon_sym_e_PLUSo_GT] = ACTIONS(1421), - [aux_sym_unquoted_token1] = ACTIONS(1421), + [aux_sym_cell_path_repeat1] = STATE(891), + [anon_sym_SEMI] = ACTIONS(1411), + [anon_sym_LF] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_RPAREN] = ACTIONS(1411), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_DOLLAR] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_RBRACE] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(2333), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_STAR_STAR] = ACTIONS(1411), + [anon_sym_PLUS_PLUS] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_bit_DASHshl] = ACTIONS(1411), + [anon_sym_bit_DASHshr] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1411), + [anon_sym_BANG_EQ] = ACTIONS(1411), + [anon_sym_LT2] = ACTIONS(1411), + [anon_sym_LT_EQ] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1411), + [anon_sym_not_DASHin] = ACTIONS(1411), + [anon_sym_starts_DASHwith] = ACTIONS(1411), + [anon_sym_ends_DASHwith] = ACTIONS(1411), + [anon_sym_EQ_TILDE] = ACTIONS(1411), + [anon_sym_BANG_TILDE] = ACTIONS(1411), + [anon_sym_bit_DASHand] = ACTIONS(1411), + [anon_sym_bit_DASHxor] = ACTIONS(1411), + [anon_sym_bit_DASHor] = ACTIONS(1411), + [anon_sym_and] = ACTIONS(1411), + [anon_sym_xor] = ACTIONS(1411), + [anon_sym_or] = ACTIONS(1411), + [anon_sym_null] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1411), + [aux_sym__val_number_token2] = ACTIONS(1411), + [aux_sym__val_number_token3] = ACTIONS(1411), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1411), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_0b] = ACTIONS(1411), + [anon_sym_0o] = ACTIONS(1411), + [anon_sym_0x] = ACTIONS(1411), + [sym_val_date] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1411), + [sym__str_single_quotes] = ACTIONS(1411), + [sym__str_back_ticks] = ACTIONS(1411), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1411), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1411), + [anon_sym_err_GT] = ACTIONS(1411), + [anon_sym_out_GT] = ACTIONS(1411), + [anon_sym_e_GT] = ACTIONS(1411), + [anon_sym_o_GT] = ACTIONS(1411), + [anon_sym_err_PLUSout_GT] = ACTIONS(1411), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1411), + [anon_sym_o_PLUSe_GT] = ACTIONS(1411), + [anon_sym_e_PLUSo_GT] = ACTIONS(1411), + [aux_sym_unquoted_token1] = ACTIONS(1411), [anon_sym_POUND] = ACTIONS(105), }, [892] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2477), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2462), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(892), - [aux_sym_command_repeat1] = STATE(897), - [anon_sym_SEMI] = ACTIONS(2282), - [anon_sym_LF] = ACTIONS(2284), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2282), - [anon_sym_PIPE] = ACTIONS(2282), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_RBRACE] = ACTIONS(2282), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [aux_sym_command_repeat1] = STATE(873), + [anon_sym_SEMI] = ACTIONS(2336), + [anon_sym_LF] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2336), + [anon_sym_PIPE] = ACTIONS(2336), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2336), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [893] = { - [sym_cell_path] = STATE(1028), - [sym_path] = STATE(878), + [sym_expr_parenthesized] = STATE(1532), + [sym__immediate_decimal] = STATE(1548), + [sym_val_variable] = STATE(1532), + [sym__var] = STATE(1129), [sym_comment] = STATE(893), - [ts_builtin_sym_end] = ACTIONS(1382), - [anon_sym_SEMI] = ACTIONS(1380), - [anon_sym_LF] = ACTIONS(1382), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_LPAREN] = ACTIONS(1380), - [anon_sym_PIPE] = ACTIONS(1380), - [anon_sym_DOLLAR] = ACTIONS(1380), - [anon_sym_GT] = ACTIONS(1380), - [anon_sym_DASH] = ACTIONS(1380), - [anon_sym_in] = ACTIONS(1380), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_DOT] = ACTIONS(1380), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1380), - [anon_sym_STAR_STAR] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [anon_sym_SLASH] = ACTIONS(1380), - [anon_sym_mod] = ACTIONS(1380), - [anon_sym_SLASH_SLASH] = ACTIONS(1380), - [anon_sym_PLUS] = ACTIONS(1380), - [anon_sym_bit_DASHshl] = ACTIONS(1380), - [anon_sym_bit_DASHshr] = ACTIONS(1380), - [anon_sym_EQ_EQ] = ACTIONS(1380), - [anon_sym_BANG_EQ] = ACTIONS(1380), - [anon_sym_LT2] = ACTIONS(1380), - [anon_sym_LT_EQ] = ACTIONS(1380), - [anon_sym_GT_EQ] = ACTIONS(1380), - [anon_sym_not_DASHin] = ACTIONS(1380), - [anon_sym_starts_DASHwith] = ACTIONS(1380), - [anon_sym_ends_DASHwith] = ACTIONS(1380), - [anon_sym_EQ_TILDE] = ACTIONS(1380), - [anon_sym_BANG_TILDE] = ACTIONS(1380), - [anon_sym_bit_DASHand] = ACTIONS(1380), - [anon_sym_bit_DASHxor] = ACTIONS(1380), - [anon_sym_bit_DASHor] = ACTIONS(1380), - [anon_sym_and] = ACTIONS(1380), - [anon_sym_xor] = ACTIONS(1380), - [anon_sym_or] = ACTIONS(1380), - [sym_val_nothing] = ACTIONS(1380), - [anon_sym_true] = ACTIONS(1380), - [anon_sym_false] = ACTIONS(1380), - [aux_sym__val_number_decimal_token1] = ACTIONS(1380), - [aux_sym__val_number_token1] = ACTIONS(1380), - [aux_sym__val_number_token2] = ACTIONS(1380), - [aux_sym__val_number_token3] = ACTIONS(1380), - [aux_sym__val_number_token4] = ACTIONS(1380), - [aux_sym__val_number_token5] = ACTIONS(1380), - [aux_sym__val_number_token6] = ACTIONS(1380), - [anon_sym_0b] = ACTIONS(1380), - [anon_sym_0o] = ACTIONS(1380), - [anon_sym_0x] = ACTIONS(1380), - [sym_val_date] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [sym__str_single_quotes] = ACTIONS(1380), - [sym__str_back_ticks] = ACTIONS(1380), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1380), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1380), - [anon_sym_err_GT] = ACTIONS(1380), - [anon_sym_out_GT] = ACTIONS(1380), - [anon_sym_e_GT] = ACTIONS(1380), - [anon_sym_o_GT] = ACTIONS(1380), - [anon_sym_err_PLUSout_GT] = ACTIONS(1380), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1380), - [anon_sym_o_PLUSe_GT] = ACTIONS(1380), - [anon_sym_e_PLUSo_GT] = ACTIONS(1380), - [aux_sym_unquoted_token1] = ACTIONS(1380), + [ts_builtin_sym_end] = ACTIONS(2091), + [anon_sym_export] = ACTIONS(2089), + [anon_sym_alias] = ACTIONS(2089), + [anon_sym_let] = ACTIONS(2089), + [anon_sym_let_DASHenv] = ACTIONS(2089), + [anon_sym_mut] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_SEMI] = ACTIONS(2089), + [sym_cmd_identifier] = ACTIONS(2089), + [anon_sym_LF] = ACTIONS(2091), + [anon_sym_def] = ACTIONS(2089), + [anon_sym_export_DASHenv] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_module] = ACTIONS(2089), + [anon_sym_use] = ACTIONS(2089), + [anon_sym_LBRACK] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_loop] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_match] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2089), + [anon_sym_DOT] = ACTIONS(2089), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_source] = ACTIONS(2089), + [anon_sym_source_DASHenv] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_hide] = ACTIONS(2089), + [anon_sym_hide_DASHenv] = ACTIONS(2089), + [anon_sym_overlay] = ACTIONS(2089), + [anon_sym_where] = ACTIONS(2089), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_not] = ACTIONS(2089), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2089), + [anon_sym_true] = ACTIONS(2089), + [anon_sym_false] = ACTIONS(2089), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_token1] = ACTIONS(2089), + [aux_sym__val_number_token2] = ACTIONS(2089), + [aux_sym__val_number_token3] = ACTIONS(2089), + [aux_sym__val_number_token4] = ACTIONS(2089), + [aux_sym__val_number_token5] = ACTIONS(2089), + [aux_sym__val_number_token6] = ACTIONS(2089), + [anon_sym_0b] = ACTIONS(2089), + [anon_sym_0o] = ACTIONS(2089), + [anon_sym_0x] = ACTIONS(2089), + [sym_val_date] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(2089), + [sym__str_single_quotes] = ACTIONS(2089), + [sym__str_back_ticks] = ACTIONS(2089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2089), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2089), + [anon_sym_CARET] = ACTIONS(2089), [anon_sym_POUND] = ACTIONS(105), }, [894] = { - [sym_cell_path] = STATE(1092), - [sym_path] = STATE(878), + [sym_cell_path] = STATE(1004), + [sym_path] = STATE(879), [sym_comment] = STATE(894), - [ts_builtin_sym_end] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_LF] = ACTIONS(1408), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1406), - [anon_sym_PIPE] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [anon_sym_GT] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_in] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_STAR_STAR] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_SLASH] = ACTIONS(1406), - [anon_sym_mod] = ACTIONS(1406), - [anon_sym_SLASH_SLASH] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_bit_DASHshl] = ACTIONS(1406), - [anon_sym_bit_DASHshr] = ACTIONS(1406), - [anon_sym_EQ_EQ] = ACTIONS(1406), - [anon_sym_BANG_EQ] = ACTIONS(1406), - [anon_sym_LT2] = ACTIONS(1406), - [anon_sym_LT_EQ] = ACTIONS(1406), - [anon_sym_GT_EQ] = ACTIONS(1406), - [anon_sym_not_DASHin] = ACTIONS(1406), - [anon_sym_starts_DASHwith] = ACTIONS(1406), - [anon_sym_ends_DASHwith] = ACTIONS(1406), - [anon_sym_EQ_TILDE] = ACTIONS(1406), - [anon_sym_BANG_TILDE] = ACTIONS(1406), - [anon_sym_bit_DASHand] = ACTIONS(1406), - [anon_sym_bit_DASHxor] = ACTIONS(1406), - [anon_sym_bit_DASHor] = ACTIONS(1406), - [anon_sym_and] = ACTIONS(1406), - [anon_sym_xor] = ACTIONS(1406), - [anon_sym_or] = ACTIONS(1406), - [sym_val_nothing] = ACTIONS(1406), - [anon_sym_true] = ACTIONS(1406), - [anon_sym_false] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1406), - [aux_sym__val_number_token2] = ACTIONS(1406), - [aux_sym__val_number_token3] = ACTIONS(1406), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1406), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_0b] = ACTIONS(1406), - [anon_sym_0o] = ACTIONS(1406), - [anon_sym_0x] = ACTIONS(1406), - [sym_val_date] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [sym__str_single_quotes] = ACTIONS(1406), - [sym__str_back_ticks] = ACTIONS(1406), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1406), - [anon_sym_err_GT] = ACTIONS(1406), - [anon_sym_out_GT] = ACTIONS(1406), - [anon_sym_e_GT] = ACTIONS(1406), - [anon_sym_o_GT] = ACTIONS(1406), - [anon_sym_err_PLUSout_GT] = ACTIONS(1406), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1406), - [anon_sym_o_PLUSe_GT] = ACTIONS(1406), - [anon_sym_e_PLUSo_GT] = ACTIONS(1406), - [aux_sym_unquoted_token1] = ACTIONS(1406), + [anon_sym_SEMI] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_err_GT] = ACTIONS(1395), + [anon_sym_out_GT] = ACTIONS(1395), + [anon_sym_e_GT] = ACTIONS(1395), + [anon_sym_o_GT] = ACTIONS(1395), + [anon_sym_err_PLUSout_GT] = ACTIONS(1395), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1395), + [anon_sym_o_PLUSe_GT] = ACTIONS(1395), + [anon_sym_e_PLUSo_GT] = ACTIONS(1395), + [aux_sym_unquoted_token1] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [895] = { - [sym_path] = STATE(1003), + [sym_cell_path] = STATE(993), + [sym_path] = STATE(879), [sym_comment] = STATE(895), - [aux_sym_cell_path_repeat1] = STATE(873), - [ts_builtin_sym_end] = ACTIONS(1404), - [anon_sym_SEMI] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_PIPE] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_GT] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_in] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1402), - [anon_sym_STAR_STAR] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [anon_sym_SLASH] = ACTIONS(1402), - [anon_sym_mod] = ACTIONS(1402), - [anon_sym_SLASH_SLASH] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_bit_DASHshl] = ACTIONS(1402), - [anon_sym_bit_DASHshr] = ACTIONS(1402), - [anon_sym_EQ_EQ] = ACTIONS(1402), - [anon_sym_BANG_EQ] = ACTIONS(1402), - [anon_sym_LT2] = ACTIONS(1402), - [anon_sym_LT_EQ] = ACTIONS(1402), - [anon_sym_GT_EQ] = ACTIONS(1402), - [anon_sym_not_DASHin] = ACTIONS(1402), - [anon_sym_starts_DASHwith] = ACTIONS(1402), - [anon_sym_ends_DASHwith] = ACTIONS(1402), - [anon_sym_EQ_TILDE] = ACTIONS(1402), - [anon_sym_BANG_TILDE] = ACTIONS(1402), - [anon_sym_bit_DASHand] = ACTIONS(1402), - [anon_sym_bit_DASHxor] = ACTIONS(1402), - [anon_sym_bit_DASHor] = ACTIONS(1402), - [anon_sym_and] = ACTIONS(1402), - [anon_sym_xor] = ACTIONS(1402), - [anon_sym_or] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_err_GT] = ACTIONS(1402), - [anon_sym_out_GT] = ACTIONS(1402), - [anon_sym_e_GT] = ACTIONS(1402), - [anon_sym_o_GT] = ACTIONS(1402), - [anon_sym_err_PLUSout_GT] = ACTIONS(1402), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1402), - [anon_sym_o_PLUSe_GT] = ACTIONS(1402), - [anon_sym_e_PLUSo_GT] = ACTIONS(1402), - [aux_sym_unquoted_token1] = ACTIONS(1402), + [anon_sym_SEMI] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_LBRACK] = ACTIONS(1422), + [anon_sym_LPAREN] = ACTIONS(1422), + [anon_sym_RPAREN] = ACTIONS(1422), + [anon_sym_PIPE] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1422), + [anon_sym_GT] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1422), + [anon_sym_RBRACE] = ACTIONS(1422), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1422), + [anon_sym_STAR_STAR] = ACTIONS(1422), + [anon_sym_PLUS_PLUS] = ACTIONS(1422), + [anon_sym_SLASH] = ACTIONS(1422), + [anon_sym_mod] = ACTIONS(1422), + [anon_sym_SLASH_SLASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_bit_DASHshl] = ACTIONS(1422), + [anon_sym_bit_DASHshr] = ACTIONS(1422), + [anon_sym_EQ_EQ] = ACTIONS(1422), + [anon_sym_BANG_EQ] = ACTIONS(1422), + [anon_sym_LT2] = ACTIONS(1422), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_not_DASHin] = ACTIONS(1422), + [anon_sym_starts_DASHwith] = ACTIONS(1422), + [anon_sym_ends_DASHwith] = ACTIONS(1422), + [anon_sym_EQ_TILDE] = ACTIONS(1422), + [anon_sym_BANG_TILDE] = ACTIONS(1422), + [anon_sym_bit_DASHand] = ACTIONS(1422), + [anon_sym_bit_DASHxor] = ACTIONS(1422), + [anon_sym_bit_DASHor] = ACTIONS(1422), + [anon_sym_and] = ACTIONS(1422), + [anon_sym_xor] = ACTIONS(1422), + [anon_sym_or] = ACTIONS(1422), + [anon_sym_null] = ACTIONS(1422), + [anon_sym_true] = ACTIONS(1422), + [anon_sym_false] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1422), + [aux_sym__val_number_token2] = ACTIONS(1422), + [aux_sym__val_number_token3] = ACTIONS(1422), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1422), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_0b] = ACTIONS(1422), + [anon_sym_0o] = ACTIONS(1422), + [anon_sym_0x] = ACTIONS(1422), + [sym_val_date] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1422), + [sym__str_single_quotes] = ACTIONS(1422), + [sym__str_back_ticks] = ACTIONS(1422), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1422), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1422), + [anon_sym_err_GT] = ACTIONS(1422), + [anon_sym_out_GT] = ACTIONS(1422), + [anon_sym_e_GT] = ACTIONS(1422), + [anon_sym_o_GT] = ACTIONS(1422), + [anon_sym_err_PLUSout_GT] = ACTIONS(1422), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1422), + [anon_sym_o_PLUSe_GT] = ACTIONS(1422), + [anon_sym_e_PLUSo_GT] = ACTIONS(1422), + [aux_sym_unquoted_token1] = ACTIONS(1422), [anon_sym_POUND] = ACTIONS(105), }, [896] = { - [sym__command_name] = STATE(1443), - [sym_scope_pattern] = STATE(1521), - [sym_wild_card] = STATE(1456), - [sym_command_list] = STATE(1410), - [sym_val_string] = STATE(1340), - [sym__str_double_quotes] = STATE(1397), + [sym_expr_parenthesized] = STATE(1595), + [sym__immediate_decimal] = STATE(1596), + [sym_val_variable] = STATE(1595), + [sym__var] = STATE(1129), [sym_comment] = STATE(896), - [ts_builtin_sym_end] = ACTIONS(2121), - [anon_sym_export] = ACTIONS(2119), - [anon_sym_alias] = ACTIONS(2119), - [anon_sym_let] = ACTIONS(2119), - [anon_sym_let_DASHenv] = ACTIONS(2119), - [anon_sym_mut] = ACTIONS(2119), - [anon_sym_const] = ACTIONS(2119), - [anon_sym_SEMI] = ACTIONS(2119), - [sym_cmd_identifier] = ACTIONS(2270), - [anon_sym_LF] = ACTIONS(2121), - [anon_sym_def] = ACTIONS(2119), - [anon_sym_export_DASHenv] = ACTIONS(2119), - [anon_sym_extern] = ACTIONS(2119), - [anon_sym_module] = ACTIONS(2119), - [anon_sym_use] = ACTIONS(2119), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_DOLLAR] = ACTIONS(2119), - [anon_sym_error] = ACTIONS(2119), - [anon_sym_DASH] = ACTIONS(2119), - [anon_sym_break] = ACTIONS(2119), - [anon_sym_continue] = ACTIONS(2119), - [anon_sym_for] = ACTIONS(2119), - [anon_sym_loop] = ACTIONS(2119), - [anon_sym_while] = ACTIONS(2119), - [anon_sym_do] = ACTIONS(2119), - [anon_sym_if] = ACTIONS(2119), - [anon_sym_match] = ACTIONS(2119), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_DOT] = ACTIONS(2119), - [anon_sym_try] = ACTIONS(2119), - [anon_sym_return] = ACTIONS(2119), - [anon_sym_source] = ACTIONS(2119), - [anon_sym_source_DASHenv] = ACTIONS(2119), - [anon_sym_register] = ACTIONS(2119), - [anon_sym_hide] = ACTIONS(2119), - [anon_sym_hide_DASHenv] = ACTIONS(2119), - [anon_sym_overlay] = ACTIONS(2119), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_where] = ACTIONS(2119), - [anon_sym_PLUS] = ACTIONS(2119), - [anon_sym_not] = ACTIONS(2119), - [sym_val_nothing] = ACTIONS(2119), - [anon_sym_true] = ACTIONS(2119), - [anon_sym_false] = ACTIONS(2119), - [aux_sym__val_number_decimal_token1] = ACTIONS(2119), - [aux_sym__val_number_token1] = ACTIONS(2119), - [aux_sym__val_number_token2] = ACTIONS(2119), - [aux_sym__val_number_token3] = ACTIONS(2119), - [aux_sym__val_number_token4] = ACTIONS(2119), - [aux_sym__val_number_token5] = ACTIONS(2119), - [aux_sym__val_number_token6] = ACTIONS(2119), - [anon_sym_0b] = ACTIONS(2119), - [anon_sym_0o] = ACTIONS(2119), - [anon_sym_0x] = ACTIONS(2119), - [sym_val_date] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(2276), - [sym__str_single_quotes] = ACTIONS(2278), - [sym__str_back_ticks] = ACTIONS(2278), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2119), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2119), - [anon_sym_CARET] = ACTIONS(2119), + [ts_builtin_sym_end] = ACTIONS(2083), + [anon_sym_export] = ACTIONS(2081), + [anon_sym_alias] = ACTIONS(2081), + [anon_sym_let] = ACTIONS(2081), + [anon_sym_let_DASHenv] = ACTIONS(2081), + [anon_sym_mut] = ACTIONS(2081), + [anon_sym_const] = ACTIONS(2081), + [anon_sym_SEMI] = ACTIONS(2081), + [sym_cmd_identifier] = ACTIONS(2081), + [anon_sym_LF] = ACTIONS(2083), + [anon_sym_def] = ACTIONS(2081), + [anon_sym_export_DASHenv] = ACTIONS(2081), + [anon_sym_extern] = ACTIONS(2081), + [anon_sym_module] = ACTIONS(2081), + [anon_sym_use] = ACTIONS(2081), + [anon_sym_LBRACK] = ACTIONS(2081), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2081), + [anon_sym_DASH] = ACTIONS(2081), + [anon_sym_break] = ACTIONS(2081), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_for] = ACTIONS(2081), + [anon_sym_loop] = ACTIONS(2081), + [anon_sym_while] = ACTIONS(2081), + [anon_sym_do] = ACTIONS(2081), + [anon_sym_if] = ACTIONS(2081), + [anon_sym_match] = ACTIONS(2081), + [anon_sym_LBRACE] = ACTIONS(2081), + [anon_sym_DOT] = ACTIONS(2081), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2081), + [anon_sym_return] = ACTIONS(2081), + [anon_sym_source] = ACTIONS(2081), + [anon_sym_source_DASHenv] = ACTIONS(2081), + [anon_sym_register] = ACTIONS(2081), + [anon_sym_hide] = ACTIONS(2081), + [anon_sym_hide_DASHenv] = ACTIONS(2081), + [anon_sym_overlay] = ACTIONS(2081), + [anon_sym_where] = ACTIONS(2081), + [anon_sym_PLUS] = ACTIONS(2081), + [anon_sym_not] = ACTIONS(2081), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2081), + [anon_sym_true] = ACTIONS(2081), + [anon_sym_false] = ACTIONS(2081), + [aux_sym__val_number_decimal_token1] = ACTIONS(2081), + [aux_sym__val_number_token1] = ACTIONS(2081), + [aux_sym__val_number_token2] = ACTIONS(2081), + [aux_sym__val_number_token3] = ACTIONS(2081), + [aux_sym__val_number_token4] = ACTIONS(2081), + [aux_sym__val_number_token5] = ACTIONS(2081), + [aux_sym__val_number_token6] = ACTIONS(2081), + [anon_sym_0b] = ACTIONS(2081), + [anon_sym_0o] = ACTIONS(2081), + [anon_sym_0x] = ACTIONS(2081), + [sym_val_date] = ACTIONS(2081), + [anon_sym_DQUOTE] = ACTIONS(2081), + [sym__str_single_quotes] = ACTIONS(2081), + [sym__str_back_ticks] = ACTIONS(2081), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2081), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2081), + [anon_sym_CARET] = ACTIONS(2081), [anon_sym_POUND] = ACTIONS(105), }, [897] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2477), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym_path] = STATE(956), [sym_comment] = STATE(897), - [aux_sym_command_repeat1] = STATE(877), - [anon_sym_SEMI] = ACTIONS(2332), - [anon_sym_LF] = ACTIONS(2334), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2332), - [anon_sym_PIPE] = ACTIONS(2332), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_RBRACE] = ACTIONS(2332), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [aux_sym_cell_path_repeat1] = STATE(886), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [anon_sym_PIPE] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_err_GT] = ACTIONS(1440), + [anon_sym_out_GT] = ACTIONS(1440), + [anon_sym_e_GT] = ACTIONS(1440), + [anon_sym_o_GT] = ACTIONS(1440), + [anon_sym_err_PLUSout_GT] = ACTIONS(1440), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1440), + [anon_sym_o_PLUSe_GT] = ACTIONS(1440), + [anon_sym_e_PLUSo_GT] = ACTIONS(1440), + [aux_sym_unquoted_token1] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [898] = { - [sym_path] = STATE(1003), + [sym_path] = STATE(956), [sym_comment] = STATE(898), - [aux_sym_cell_path_repeat1] = STATE(881), - [ts_builtin_sym_end] = ACTIONS(1388), - [anon_sym_SEMI] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_PIPE] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_GT] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_in] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1386), - [anon_sym_STAR_STAR] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [anon_sym_SLASH] = ACTIONS(1386), - [anon_sym_mod] = ACTIONS(1386), - [anon_sym_SLASH_SLASH] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_bit_DASHshl] = ACTIONS(1386), - [anon_sym_bit_DASHshr] = ACTIONS(1386), - [anon_sym_EQ_EQ] = ACTIONS(1386), - [anon_sym_BANG_EQ] = ACTIONS(1386), - [anon_sym_LT2] = ACTIONS(1386), - [anon_sym_LT_EQ] = ACTIONS(1386), - [anon_sym_GT_EQ] = ACTIONS(1386), - [anon_sym_not_DASHin] = ACTIONS(1386), - [anon_sym_starts_DASHwith] = ACTIONS(1386), - [anon_sym_ends_DASHwith] = ACTIONS(1386), - [anon_sym_EQ_TILDE] = ACTIONS(1386), - [anon_sym_BANG_TILDE] = ACTIONS(1386), - [anon_sym_bit_DASHand] = ACTIONS(1386), - [anon_sym_bit_DASHxor] = ACTIONS(1386), - [anon_sym_bit_DASHor] = ACTIONS(1386), - [anon_sym_and] = ACTIONS(1386), - [anon_sym_xor] = ACTIONS(1386), - [anon_sym_or] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_err_GT] = ACTIONS(1386), - [anon_sym_out_GT] = ACTIONS(1386), - [anon_sym_e_GT] = ACTIONS(1386), - [anon_sym_o_GT] = ACTIONS(1386), - [anon_sym_err_PLUSout_GT] = ACTIONS(1386), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1386), - [anon_sym_o_PLUSe_GT] = ACTIONS(1386), - [anon_sym_e_PLUSo_GT] = ACTIONS(1386), - [aux_sym_unquoted_token1] = ACTIONS(1386), + [aux_sym_cell_path_repeat1] = STATE(891), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1436), + [anon_sym_PIPE] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_err_GT] = ACTIONS(1436), + [anon_sym_out_GT] = ACTIONS(1436), + [anon_sym_e_GT] = ACTIONS(1436), + [anon_sym_o_GT] = ACTIONS(1436), + [anon_sym_err_PLUSout_GT] = ACTIONS(1436), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1436), + [anon_sym_o_PLUSe_GT] = ACTIONS(1436), + [anon_sym_e_PLUSo_GT] = ACTIONS(1436), + [aux_sym_unquoted_token1] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, [899] = { + [sym_expr_parenthesized] = STATE(1519), + [sym__immediate_decimal] = STATE(1523), + [sym_val_variable] = STATE(1519), + [sym__var] = STATE(1129), [sym_comment] = STATE(899), - [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), - [sym_val_nothing] = 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), + [ts_builtin_sym_end] = ACTIONS(2119), + [anon_sym_export] = ACTIONS(2117), + [anon_sym_alias] = ACTIONS(2117), + [anon_sym_let] = ACTIONS(2117), + [anon_sym_let_DASHenv] = ACTIONS(2117), + [anon_sym_mut] = ACTIONS(2117), + [anon_sym_const] = ACTIONS(2117), + [anon_sym_SEMI] = ACTIONS(2117), + [sym_cmd_identifier] = ACTIONS(2117), + [anon_sym_LF] = ACTIONS(2119), + [anon_sym_def] = ACTIONS(2117), + [anon_sym_export_DASHenv] = ACTIONS(2117), + [anon_sym_extern] = ACTIONS(2117), + [anon_sym_module] = ACTIONS(2117), + [anon_sym_use] = ACTIONS(2117), + [anon_sym_LBRACK] = ACTIONS(2117), + [anon_sym_LPAREN] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2029), + [anon_sym_error] = ACTIONS(2117), + [anon_sym_DASH] = ACTIONS(2117), + [anon_sym_break] = ACTIONS(2117), + [anon_sym_continue] = ACTIONS(2117), + [anon_sym_for] = ACTIONS(2117), + [anon_sym_loop] = ACTIONS(2117), + [anon_sym_while] = ACTIONS(2117), + [anon_sym_do] = ACTIONS(2117), + [anon_sym_if] = ACTIONS(2117), + [anon_sym_match] = ACTIONS(2117), + [anon_sym_LBRACE] = ACTIONS(2117), + [anon_sym_DOT] = ACTIONS(2117), + [anon_sym_DOT2] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2117), + [anon_sym_return] = ACTIONS(2117), + [anon_sym_source] = ACTIONS(2117), + [anon_sym_source_DASHenv] = ACTIONS(2117), + [anon_sym_register] = ACTIONS(2117), + [anon_sym_hide] = ACTIONS(2117), + [anon_sym_hide_DASHenv] = ACTIONS(2117), + [anon_sym_overlay] = ACTIONS(2117), + [anon_sym_where] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(2117), + [anon_sym_not] = ACTIONS(2117), + [aux_sym__immediate_decimal_token1] = ACTIONS(2059), + [anon_sym_DASH2] = ACTIONS(2061), + [anon_sym_PLUS2] = ACTIONS(2063), + [anon_sym_null] = ACTIONS(2117), + [anon_sym_true] = ACTIONS(2117), + [anon_sym_false] = ACTIONS(2117), + [aux_sym__val_number_decimal_token1] = ACTIONS(2117), + [aux_sym__val_number_token1] = ACTIONS(2117), + [aux_sym__val_number_token2] = ACTIONS(2117), + [aux_sym__val_number_token3] = ACTIONS(2117), + [aux_sym__val_number_token4] = ACTIONS(2117), + [aux_sym__val_number_token5] = ACTIONS(2117), + [aux_sym__val_number_token6] = ACTIONS(2117), + [anon_sym_0b] = ACTIONS(2117), + [anon_sym_0o] = ACTIONS(2117), + [anon_sym_0x] = ACTIONS(2117), + [sym_val_date] = ACTIONS(2117), + [anon_sym_DQUOTE] = ACTIONS(2117), + [sym__str_single_quotes] = ACTIONS(2117), + [sym__str_back_ticks] = ACTIONS(2117), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2117), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), [anon_sym_POUND] = ACTIONS(105), }, [900] = { + [sym_cell_path] = STATE(1100), + [sym_path] = STATE(904), [sym_comment] = STATE(900), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_RPAREN] = ACTIONS(1446), - [anon_sym_PIPE] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_err_GT] = ACTIONS(1446), - [anon_sym_out_GT] = ACTIONS(1446), - [anon_sym_e_GT] = ACTIONS(1446), - [anon_sym_o_GT] = ACTIONS(1446), - [anon_sym_err_PLUSout_GT] = ACTIONS(1446), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1446), - [anon_sym_o_PLUSe_GT] = ACTIONS(1446), - [anon_sym_e_PLUSo_GT] = ACTIONS(1446), - [aux_sym_unquoted_token1] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(1449), + [anon_sym_SEMI] = ACTIONS(1447), + [anon_sym_LF] = ACTIONS(1449), + [anon_sym_LBRACK] = ACTIONS(1447), + [anon_sym_LPAREN] = ACTIONS(1447), + [anon_sym_PIPE] = ACTIONS(1447), + [anon_sym_DOLLAR] = ACTIONS(1447), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_in] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1447), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_STAR_STAR] = ACTIONS(1447), + [anon_sym_PLUS_PLUS] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(1447), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_bit_DASHshl] = ACTIONS(1447), + [anon_sym_bit_DASHshr] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1447), + [anon_sym_BANG_EQ] = ACTIONS(1447), + [anon_sym_LT2] = ACTIONS(1447), + [anon_sym_LT_EQ] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1447), + [anon_sym_not_DASHin] = ACTIONS(1447), + [anon_sym_starts_DASHwith] = ACTIONS(1447), + [anon_sym_ends_DASHwith] = ACTIONS(1447), + [anon_sym_EQ_TILDE] = ACTIONS(1447), + [anon_sym_BANG_TILDE] = ACTIONS(1447), + [anon_sym_bit_DASHand] = ACTIONS(1447), + [anon_sym_bit_DASHxor] = ACTIONS(1447), + [anon_sym_bit_DASHor] = ACTIONS(1447), + [anon_sym_and] = ACTIONS(1447), + [anon_sym_xor] = ACTIONS(1447), + [anon_sym_or] = ACTIONS(1447), + [anon_sym_null] = ACTIONS(1447), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [aux_sym__val_number_decimal_token1] = ACTIONS(1447), + [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(1447), + [aux_sym__val_number_token5] = ACTIONS(1447), + [aux_sym__val_number_token6] = ACTIONS(1447), + [anon_sym_0b] = ACTIONS(1447), + [anon_sym_0o] = ACTIONS(1447), + [anon_sym_0x] = ACTIONS(1447), + [sym_val_date] = ACTIONS(1447), + [anon_sym_DQUOTE] = ACTIONS(1447), + [sym__str_single_quotes] = ACTIONS(1447), + [sym__str_back_ticks] = ACTIONS(1447), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1447), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1447), + [anon_sym_err_GT] = ACTIONS(1447), + [anon_sym_out_GT] = ACTIONS(1447), + [anon_sym_e_GT] = ACTIONS(1447), + [anon_sym_o_GT] = ACTIONS(1447), + [anon_sym_err_PLUSout_GT] = ACTIONS(1447), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1447), + [anon_sym_o_PLUSe_GT] = ACTIONS(1447), + [anon_sym_e_PLUSo_GT] = ACTIONS(1447), + [aux_sym_unquoted_token1] = ACTIONS(1447), [anon_sym_POUND] = ACTIONS(105), }, [901] = { - [sym_cell_path] = STATE(1049), - [sym_path] = STATE(878), + [sym_cell_path] = STATE(1057), + [sym_path] = STATE(904), [sym_comment] = STATE(901), - [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(2148), - [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), - [sym_val_nothing] = 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(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_PIPE] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_err_GT] = ACTIONS(1399), + [anon_sym_out_GT] = ACTIONS(1399), + [anon_sym_e_GT] = ACTIONS(1399), + [anon_sym_o_GT] = ACTIONS(1399), + [anon_sym_err_PLUSout_GT] = ACTIONS(1399), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1399), + [anon_sym_o_PLUSe_GT] = ACTIONS(1399), + [anon_sym_e_PLUSo_GT] = ACTIONS(1399), + [aux_sym_unquoted_token1] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, [902] = { - [sym__flag] = STATE(1208), - [sym_short_flag] = STATE(1155), - [sym_long_flag] = STATE(1155), + [sym_expr_parenthesized] = STATE(2456), + [sym_val_range] = STATE(2636), + [sym__value] = STATE(2636), + [sym_val_nothing] = STATE(2712), + [sym_val_bool] = STATE(2712), + [sym_val_variable] = STATE(2459), + [sym__var] = STATE(2375), + [sym_val_number] = STATE(298), + [sym__val_number_decimal] = STATE(289), + [sym__val_number] = STATE(307), + [sym_val_duration] = STATE(2712), + [sym_val_filesize] = STATE(2712), + [sym_val_binary] = STATE(2712), + [sym_val_string] = STATE(2712), + [sym__str_double_quotes] = STATE(2684), + [sym_val_interpolated] = STATE(2712), + [sym__inter_single_quotes] = STATE(2674), + [sym__inter_double_quotes] = STATE(2668), + [sym_val_list] = STATE(2712), + [sym_val_record] = STATE(2712), + [sym_val_table] = STATE(2712), + [sym_val_closure] = STATE(2712), + [sym__cmd_arg] = STATE(2639), + [sym_redirection] = STATE(2644), + [sym__flag] = STATE(2645), + [sym_short_flag] = STATE(2654), + [sym_long_flag] = STATE(2654), + [sym_unquoted] = STATE(2659), [sym_comment] = STATE(902), - [aux_sym_overlay_use_repeat1] = STATE(902), - [anon_sym_export] = ACTIONS(2336), - [anon_sym_alias] = ACTIONS(2336), - [anon_sym_let] = ACTIONS(2336), - [anon_sym_let_DASHenv] = ACTIONS(2336), - [anon_sym_mut] = ACTIONS(2336), - [anon_sym_const] = ACTIONS(2336), - [anon_sym_SEMI] = ACTIONS(2336), - [sym_cmd_identifier] = ACTIONS(2336), - [anon_sym_LF] = ACTIONS(2338), - [anon_sym_def] = ACTIONS(2336), - [anon_sym_export_DASHenv] = ACTIONS(2336), - [anon_sym_extern] = ACTIONS(2336), - [anon_sym_module] = ACTIONS(2336), - [anon_sym_use] = ACTIONS(2336), - [anon_sym_LBRACK] = ACTIONS(2336), - [anon_sym_LPAREN] = ACTIONS(2336), - [anon_sym_RPAREN] = ACTIONS(2336), - [anon_sym_DOLLAR] = ACTIONS(2336), - [anon_sym_error] = ACTIONS(2336), - [anon_sym_DASH] = ACTIONS(2340), - [anon_sym_break] = ACTIONS(2336), - [anon_sym_continue] = ACTIONS(2336), - [anon_sym_for] = ACTIONS(2336), - [anon_sym_loop] = ACTIONS(2336), - [anon_sym_while] = ACTIONS(2336), - [anon_sym_do] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2336), - [anon_sym_match] = ACTIONS(2336), - [anon_sym_LBRACE] = ACTIONS(2336), - [anon_sym_RBRACE] = ACTIONS(2336), - [anon_sym_DOT] = ACTIONS(2336), - [anon_sym_try] = ACTIONS(2336), - [anon_sym_return] = ACTIONS(2336), - [anon_sym_source] = ACTIONS(2336), - [anon_sym_source_DASHenv] = ACTIONS(2336), - [anon_sym_register] = ACTIONS(2336), - [anon_sym_hide] = ACTIONS(2336), - [anon_sym_hide_DASHenv] = ACTIONS(2336), - [anon_sym_overlay] = ACTIONS(2336), - [anon_sym_as] = ACTIONS(2336), - [anon_sym_where] = ACTIONS(2336), - [anon_sym_PLUS] = ACTIONS(2336), - [anon_sym_not] = ACTIONS(2336), - [sym_val_nothing] = ACTIONS(2336), - [anon_sym_true] = ACTIONS(2336), - [anon_sym_false] = ACTIONS(2336), - [aux_sym__val_number_decimal_token1] = ACTIONS(2336), - [aux_sym__val_number_token1] = ACTIONS(2336), - [aux_sym__val_number_token2] = ACTIONS(2336), - [aux_sym__val_number_token3] = ACTIONS(2336), - [aux_sym__val_number_token4] = ACTIONS(2336), - [aux_sym__val_number_token5] = ACTIONS(2336), - [aux_sym__val_number_token6] = ACTIONS(2336), - [anon_sym_0b] = ACTIONS(2336), - [anon_sym_0o] = ACTIONS(2336), - [anon_sym_0x] = ACTIONS(2336), - [sym_val_date] = ACTIONS(2336), - [anon_sym_DQUOTE] = ACTIONS(2336), - [sym__str_single_quotes] = ACTIONS(2336), - [sym__str_back_ticks] = ACTIONS(2336), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2336), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2336), - [anon_sym_CARET] = ACTIONS(2336), + [aux_sym_command_repeat1] = STATE(902), + [ts_builtin_sym_end] = ACTIONS(2205), + [anon_sym_SEMI] = ACTIONS(2203), + [anon_sym_LF] = ACTIONS(2205), + [anon_sym_LBRACK] = ACTIONS(2342), + [anon_sym_LPAREN] = ACTIONS(2345), + [anon_sym_PIPE] = ACTIONS(2203), + [anon_sym_DOLLAR] = ACTIONS(2348), + [anon_sym_DASH] = ACTIONS(2351), + [anon_sym_LBRACE] = ACTIONS(2354), + [anon_sym_DOT] = ACTIONS(2357), + [anon_sym_PLUS] = ACTIONS(2360), + [anon_sym_null] = ACTIONS(2363), + [anon_sym_true] = ACTIONS(2366), + [anon_sym_false] = ACTIONS(2366), + [aux_sym__val_number_decimal_token1] = ACTIONS(2369), + [aux_sym__val_number_token1] = ACTIONS(2372), + [aux_sym__val_number_token2] = ACTIONS(2372), + [aux_sym__val_number_token3] = ACTIONS(2372), + [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(2378), + [anon_sym_0o] = ACTIONS(2378), + [anon_sym_0x] = ACTIONS(2378), + [sym_val_date] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2384), + [sym__str_single_quotes] = ACTIONS(2387), + [sym__str_back_ticks] = ACTIONS(2387), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2390), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2393), + [anon_sym_err_GT] = ACTIONS(2396), + [anon_sym_out_GT] = ACTIONS(2396), + [anon_sym_e_GT] = ACTIONS(2396), + [anon_sym_o_GT] = ACTIONS(2396), + [anon_sym_err_PLUSout_GT] = ACTIONS(2396), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2396), + [anon_sym_o_PLUSe_GT] = ACTIONS(2396), + [anon_sym_e_PLUSo_GT] = ACTIONS(2396), + [aux_sym_unquoted_token1] = ACTIONS(2399), [anon_sym_POUND] = ACTIONS(105), }, [903] = { + [sym_cell_path] = STATE(1078), + [sym_path] = STATE(904), [sym_comment] = STATE(903), - [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(1476), - [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), - [sym_val_nothing] = 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(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(2340), + [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_POUND] = ACTIONS(105), }, [904] = { - [sym__flag] = STATE(1208), - [sym_short_flag] = STATE(1155), - [sym_long_flag] = STATE(1155), + [sym_path] = STATE(977), [sym_comment] = STATE(904), - [aux_sym_overlay_use_repeat1] = STATE(902), - [anon_sym_export] = ACTIONS(2343), - [anon_sym_alias] = ACTIONS(2343), - [anon_sym_let] = ACTIONS(2343), - [anon_sym_let_DASHenv] = ACTIONS(2343), - [anon_sym_mut] = ACTIONS(2343), - [anon_sym_const] = ACTIONS(2343), - [anon_sym_SEMI] = ACTIONS(2343), - [sym_cmd_identifier] = ACTIONS(2343), - [anon_sym_LF] = ACTIONS(2345), - [anon_sym_def] = ACTIONS(2343), - [anon_sym_export_DASHenv] = ACTIONS(2343), - [anon_sym_extern] = ACTIONS(2343), - [anon_sym_module] = ACTIONS(2343), - [anon_sym_use] = ACTIONS(2343), - [anon_sym_LBRACK] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2343), - [anon_sym_RPAREN] = ACTIONS(2343), - [anon_sym_DOLLAR] = ACTIONS(2343), - [anon_sym_error] = ACTIONS(2343), - [anon_sym_DASH] = ACTIONS(2343), - [anon_sym_break] = ACTIONS(2343), - [anon_sym_continue] = ACTIONS(2343), - [anon_sym_for] = ACTIONS(2343), - [anon_sym_loop] = ACTIONS(2343), - [anon_sym_while] = ACTIONS(2343), - [anon_sym_do] = ACTIONS(2343), - [anon_sym_if] = ACTIONS(2343), - [anon_sym_match] = ACTIONS(2343), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_RBRACE] = ACTIONS(2343), - [anon_sym_DOT] = ACTIONS(2343), - [anon_sym_try] = ACTIONS(2343), - [anon_sym_return] = ACTIONS(2343), - [anon_sym_source] = ACTIONS(2343), - [anon_sym_source_DASHenv] = ACTIONS(2343), - [anon_sym_register] = ACTIONS(2343), - [anon_sym_hide] = ACTIONS(2343), - [anon_sym_hide_DASHenv] = ACTIONS(2343), - [anon_sym_overlay] = ACTIONS(2343), - [anon_sym_as] = ACTIONS(2347), - [anon_sym_where] = ACTIONS(2343), - [anon_sym_PLUS] = ACTIONS(2343), - [anon_sym_not] = ACTIONS(2343), - [sym_val_nothing] = ACTIONS(2343), - [anon_sym_true] = ACTIONS(2343), - [anon_sym_false] = ACTIONS(2343), - [aux_sym__val_number_decimal_token1] = ACTIONS(2343), - [aux_sym__val_number_token1] = ACTIONS(2343), - [aux_sym__val_number_token2] = ACTIONS(2343), - [aux_sym__val_number_token3] = ACTIONS(2343), - [aux_sym__val_number_token4] = ACTIONS(2343), - [aux_sym__val_number_token5] = ACTIONS(2343), - [aux_sym__val_number_token6] = ACTIONS(2343), - [anon_sym_0b] = ACTIONS(2343), - [anon_sym_0o] = ACTIONS(2343), - [anon_sym_0x] = ACTIONS(2343), - [sym_val_date] = ACTIONS(2343), - [anon_sym_DQUOTE] = ACTIONS(2343), - [sym__str_single_quotes] = ACTIONS(2343), - [sym__str_back_ticks] = ACTIONS(2343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2343), - [anon_sym_CARET] = ACTIONS(2343), + [aux_sym_cell_path_repeat1] = STATE(924), + [ts_builtin_sym_end] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_PIPE] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_err_GT] = ACTIONS(1440), + [anon_sym_out_GT] = ACTIONS(1440), + [anon_sym_e_GT] = ACTIONS(1440), + [anon_sym_o_GT] = ACTIONS(1440), + [anon_sym_err_PLUSout_GT] = ACTIONS(1440), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1440), + [anon_sym_o_PLUSe_GT] = ACTIONS(1440), + [anon_sym_e_PLUSo_GT] = ACTIONS(1440), + [aux_sym_unquoted_token1] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, [905] = { + [sym_cell_path] = STATE(1058), + [sym_path] = STATE(904), [sym_comment] = STATE(905), - [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), - [sym_val_nothing] = 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), + [ts_builtin_sym_end] = ACTIONS(1424), + [anon_sym_SEMI] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_LBRACK] = ACTIONS(1422), + [anon_sym_LPAREN] = ACTIONS(1422), + [anon_sym_PIPE] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1422), + [anon_sym_GT] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_in] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1422), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1422), + [anon_sym_STAR_STAR] = ACTIONS(1422), + [anon_sym_PLUS_PLUS] = ACTIONS(1422), + [anon_sym_SLASH] = ACTIONS(1422), + [anon_sym_mod] = ACTIONS(1422), + [anon_sym_SLASH_SLASH] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_bit_DASHshl] = ACTIONS(1422), + [anon_sym_bit_DASHshr] = ACTIONS(1422), + [anon_sym_EQ_EQ] = ACTIONS(1422), + [anon_sym_BANG_EQ] = ACTIONS(1422), + [anon_sym_LT2] = ACTIONS(1422), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_not_DASHin] = ACTIONS(1422), + [anon_sym_starts_DASHwith] = ACTIONS(1422), + [anon_sym_ends_DASHwith] = ACTIONS(1422), + [anon_sym_EQ_TILDE] = ACTIONS(1422), + [anon_sym_BANG_TILDE] = ACTIONS(1422), + [anon_sym_bit_DASHand] = ACTIONS(1422), + [anon_sym_bit_DASHxor] = ACTIONS(1422), + [anon_sym_bit_DASHor] = ACTIONS(1422), + [anon_sym_and] = ACTIONS(1422), + [anon_sym_xor] = ACTIONS(1422), + [anon_sym_or] = ACTIONS(1422), + [anon_sym_null] = ACTIONS(1422), + [anon_sym_true] = ACTIONS(1422), + [anon_sym_false] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1422), + [aux_sym__val_number_token2] = ACTIONS(1422), + [aux_sym__val_number_token3] = ACTIONS(1422), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1422), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_0b] = ACTIONS(1422), + [anon_sym_0o] = ACTIONS(1422), + [anon_sym_0x] = ACTIONS(1422), + [sym_val_date] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1422), + [sym__str_single_quotes] = ACTIONS(1422), + [sym__str_back_ticks] = ACTIONS(1422), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1422), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1422), + [anon_sym_err_GT] = ACTIONS(1422), + [anon_sym_out_GT] = ACTIONS(1422), + [anon_sym_e_GT] = ACTIONS(1422), + [anon_sym_o_GT] = ACTIONS(1422), + [anon_sym_err_PLUSout_GT] = ACTIONS(1422), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1422), + [anon_sym_o_PLUSe_GT] = ACTIONS(1422), + [anon_sym_e_PLUSo_GT] = ACTIONS(1422), + [aux_sym_unquoted_token1] = ACTIONS(1422), [anon_sym_POUND] = ACTIONS(105), }, [906] = { + [sym_path] = STATE(977), [sym_comment] = STATE(906), - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_PIPE] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_err_GT] = ACTIONS(1446), - [anon_sym_out_GT] = ACTIONS(1446), - [anon_sym_e_GT] = ACTIONS(1446), - [anon_sym_o_GT] = ACTIONS(1446), - [anon_sym_err_PLUSout_GT] = ACTIONS(1446), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1446), - [anon_sym_o_PLUSe_GT] = ACTIONS(1446), - [anon_sym_e_PLUSo_GT] = ACTIONS(1446), - [aux_sym_unquoted_token1] = ACTIONS(1446), + [aux_sym_cell_path_repeat1] = STATE(906), + [ts_builtin_sym_end] = ACTIONS(1413), + [anon_sym_SEMI] = ACTIONS(1411), + [anon_sym_LF] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_DOLLAR] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_in] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(2402), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_STAR_STAR] = ACTIONS(1411), + [anon_sym_PLUS_PLUS] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_bit_DASHshl] = ACTIONS(1411), + [anon_sym_bit_DASHshr] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1411), + [anon_sym_BANG_EQ] = ACTIONS(1411), + [anon_sym_LT2] = ACTIONS(1411), + [anon_sym_LT_EQ] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1411), + [anon_sym_not_DASHin] = ACTIONS(1411), + [anon_sym_starts_DASHwith] = ACTIONS(1411), + [anon_sym_ends_DASHwith] = ACTIONS(1411), + [anon_sym_EQ_TILDE] = ACTIONS(1411), + [anon_sym_BANG_TILDE] = ACTIONS(1411), + [anon_sym_bit_DASHand] = ACTIONS(1411), + [anon_sym_bit_DASHxor] = ACTIONS(1411), + [anon_sym_bit_DASHor] = ACTIONS(1411), + [anon_sym_and] = ACTIONS(1411), + [anon_sym_xor] = ACTIONS(1411), + [anon_sym_or] = ACTIONS(1411), + [anon_sym_null] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1411), + [aux_sym__val_number_token2] = ACTIONS(1411), + [aux_sym__val_number_token3] = ACTIONS(1411), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1411), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_0b] = ACTIONS(1411), + [anon_sym_0o] = ACTIONS(1411), + [anon_sym_0x] = ACTIONS(1411), + [sym_val_date] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1411), + [sym__str_single_quotes] = ACTIONS(1411), + [sym__str_back_ticks] = ACTIONS(1411), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1411), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1411), + [anon_sym_err_GT] = ACTIONS(1411), + [anon_sym_out_GT] = ACTIONS(1411), + [anon_sym_e_GT] = ACTIONS(1411), + [anon_sym_o_GT] = ACTIONS(1411), + [anon_sym_err_PLUSout_GT] = ACTIONS(1411), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1411), + [anon_sym_o_PLUSe_GT] = ACTIONS(1411), + [anon_sym_e_PLUSo_GT] = ACTIONS(1411), + [aux_sym_unquoted_token1] = ACTIONS(1411), [anon_sym_POUND] = ACTIONS(105), }, [907] = { - [sym__flag] = STATE(1208), - [sym_short_flag] = STATE(1155), - [sym_long_flag] = STATE(1155), + [sym__command_name] = STATE(1488), + [sym_scope_pattern] = STATE(1565), + [sym_wild_card] = STATE(1486), + [sym_command_list] = STATE(1485), + [sym_val_string] = STATE(1344), + [sym__str_double_quotes] = STATE(1432), [sym_comment] = STATE(907), - [aux_sym_overlay_use_repeat1] = STATE(904), - [anon_sym_export] = ACTIONS(2349), - [anon_sym_alias] = ACTIONS(2349), - [anon_sym_let] = ACTIONS(2349), - [anon_sym_let_DASHenv] = ACTIONS(2349), - [anon_sym_mut] = ACTIONS(2349), - [anon_sym_const] = ACTIONS(2349), - [anon_sym_SEMI] = ACTIONS(2349), - [sym_cmd_identifier] = ACTIONS(2349), - [anon_sym_LF] = ACTIONS(2351), - [anon_sym_def] = ACTIONS(2349), - [anon_sym_export_DASHenv] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(2349), - [anon_sym_module] = ACTIONS(2349), - [anon_sym_use] = ACTIONS(2349), - [anon_sym_LBRACK] = ACTIONS(2349), - [anon_sym_LPAREN] = ACTIONS(2349), - [anon_sym_RPAREN] = ACTIONS(2349), - [anon_sym_DOLLAR] = ACTIONS(2349), - [anon_sym_error] = ACTIONS(2349), - [anon_sym_DASH] = ACTIONS(2353), - [anon_sym_break] = ACTIONS(2349), - [anon_sym_continue] = ACTIONS(2349), - [anon_sym_for] = ACTIONS(2349), - [anon_sym_loop] = ACTIONS(2349), - [anon_sym_while] = ACTIONS(2349), - [anon_sym_do] = ACTIONS(2349), - [anon_sym_if] = ACTIONS(2349), - [anon_sym_match] = ACTIONS(2349), - [anon_sym_LBRACE] = ACTIONS(2349), - [anon_sym_RBRACE] = ACTIONS(2349), - [anon_sym_DOT] = ACTIONS(2349), - [anon_sym_try] = ACTIONS(2349), - [anon_sym_return] = ACTIONS(2349), - [anon_sym_source] = ACTIONS(2349), - [anon_sym_source_DASHenv] = ACTIONS(2349), - [anon_sym_register] = ACTIONS(2349), - [anon_sym_hide] = ACTIONS(2349), - [anon_sym_hide_DASHenv] = ACTIONS(2349), - [anon_sym_overlay] = ACTIONS(2349), - [anon_sym_as] = ACTIONS(2355), - [anon_sym_where] = ACTIONS(2349), - [anon_sym_PLUS] = ACTIONS(2349), - [anon_sym_not] = ACTIONS(2349), - [sym_val_nothing] = ACTIONS(2349), - [anon_sym_true] = ACTIONS(2349), - [anon_sym_false] = ACTIONS(2349), - [aux_sym__val_number_decimal_token1] = ACTIONS(2349), - [aux_sym__val_number_token1] = ACTIONS(2349), - [aux_sym__val_number_token2] = ACTIONS(2349), - [aux_sym__val_number_token3] = ACTIONS(2349), - [aux_sym__val_number_token4] = ACTIONS(2349), - [aux_sym__val_number_token5] = ACTIONS(2349), - [aux_sym__val_number_token6] = ACTIONS(2349), - [anon_sym_0b] = ACTIONS(2349), - [anon_sym_0o] = ACTIONS(2349), - [anon_sym_0x] = ACTIONS(2349), - [sym_val_date] = ACTIONS(2349), - [anon_sym_DQUOTE] = ACTIONS(2349), - [sym__str_single_quotes] = ACTIONS(2349), - [sym__str_back_ticks] = ACTIONS(2349), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2349), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2349), - [anon_sym_CARET] = ACTIONS(2349), + [ts_builtin_sym_end] = ACTIONS(2277), + [anon_sym_export] = ACTIONS(2275), + [anon_sym_alias] = ACTIONS(2275), + [anon_sym_let] = ACTIONS(2275), + [anon_sym_let_DASHenv] = ACTIONS(2275), + [anon_sym_mut] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_SEMI] = ACTIONS(2275), + [sym_cmd_identifier] = ACTIONS(2405), + [anon_sym_LF] = ACTIONS(2277), + [anon_sym_def] = ACTIONS(2275), + [anon_sym_export_DASHenv] = ACTIONS(2275), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_module] = ACTIONS(2275), + [anon_sym_use] = ACTIONS(2275), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2275), + [anon_sym_DOLLAR] = ACTIONS(2275), + [anon_sym_error] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_loop] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_match] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2275), + [anon_sym_DOT] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_source] = ACTIONS(2275), + [anon_sym_source_DASHenv] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_hide] = ACTIONS(2275), + [anon_sym_hide_DASHenv] = ACTIONS(2275), + [anon_sym_overlay] = ACTIONS(2275), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_where] = ACTIONS(2275), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_not] = ACTIONS(2275), + [anon_sym_null] = ACTIONS(2275), + [anon_sym_true] = ACTIONS(2275), + [anon_sym_false] = ACTIONS(2275), + [aux_sym__val_number_decimal_token1] = ACTIONS(2275), + [aux_sym__val_number_token1] = ACTIONS(2275), + [aux_sym__val_number_token2] = ACTIONS(2275), + [aux_sym__val_number_token3] = ACTIONS(2275), + [aux_sym__val_number_token4] = ACTIONS(2275), + [aux_sym__val_number_token5] = ACTIONS(2275), + [aux_sym__val_number_token6] = ACTIONS(2275), + [anon_sym_0b] = ACTIONS(2275), + [anon_sym_0o] = ACTIONS(2275), + [anon_sym_0x] = ACTIONS(2275), + [sym_val_date] = ACTIONS(2275), + [anon_sym_DQUOTE] = ACTIONS(2411), + [sym__str_single_quotes] = ACTIONS(2413), + [sym__str_back_ticks] = ACTIONS(2413), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2275), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2275), + [anon_sym_CARET] = ACTIONS(2275), [anon_sym_POUND] = ACTIONS(105), }, [908] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2669), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), [sym_comment] = STATE(908), - [aux_sym__command_parenthesized_body_repeat1] = STATE(910), - [anon_sym_SEMI] = ACTIONS(2357), - [anon_sym_LF] = ACTIONS(2359), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2357), - [anon_sym_PIPE] = ACTIONS(2357), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_PIPE] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(2415), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_err_GT] = ACTIONS(1464), + [anon_sym_out_GT] = ACTIONS(1464), + [anon_sym_e_GT] = ACTIONS(1464), + [anon_sym_o_GT] = ACTIONS(1464), + [anon_sym_err_PLUSout_GT] = ACTIONS(1464), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1464), + [anon_sym_o_PLUSe_GT] = ACTIONS(1464), + [anon_sym_e_PLUSo_GT] = ACTIONS(1464), + [aux_sym_unquoted_token1] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [909] = { - [sym_expr_parenthesized] = STATE(2520), - [sym_val_range] = STATE(2580), - [sym__value] = STATE(2580), - [sym_val_bool] = STATE(2624), - [sym_val_variable] = STATE(2517), - [sym__var] = STATE(2342), - [sym_val_number] = STATE(290), - [sym__val_number_decimal] = STATE(268), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2624), - [sym_val_filesize] = STATE(2624), - [sym_val_binary] = STATE(2624), - [sym_val_string] = STATE(2624), - [sym__str_double_quotes] = STATE(2640), - [sym_val_interpolated] = STATE(2624), - [sym__inter_single_quotes] = STATE(2611), - [sym__inter_double_quotes] = STATE(2604), - [sym_val_list] = STATE(2624), - [sym_val_record] = STATE(2624), - [sym_val_table] = STATE(2624), - [sym_val_closure] = STATE(2624), - [sym__cmd_arg] = STATE(2581), - [sym_redirection] = STATE(2582), - [sym__flag] = STATE(2583), - [sym_short_flag] = STATE(2584), - [sym_long_flag] = STATE(2584), - [sym_unquoted] = STATE(2587), + [sym__command_name] = STATE(1488), + [sym_scope_pattern] = STATE(1487), + [sym_wild_card] = STATE(1486), + [sym_command_list] = STATE(1485), + [sym_val_string] = STATE(1344), + [sym__str_double_quotes] = STATE(1432), [sym_comment] = STATE(909), - [aux_sym_command_repeat1] = STATE(920), - [ts_builtin_sym_end] = ACTIONS(2284), - [anon_sym_SEMI] = ACTIONS(2282), - [anon_sym_LF] = ACTIONS(2284), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_LPAREN] = ACTIONS(2363), - [anon_sym_PIPE] = ACTIONS(2282), - [anon_sym_DOLLAR] = ACTIONS(2365), - [anon_sym_DASH] = ACTIONS(2367), - [anon_sym_LBRACE] = ACTIONS(2369), - [anon_sym_DOT] = ACTIONS(2371), - [anon_sym_PLUS] = ACTIONS(2373), - [sym_val_nothing] = ACTIONS(2375), - [anon_sym_true] = ACTIONS(2377), - [anon_sym_false] = ACTIONS(2377), - [aux_sym__val_number_decimal_token1] = ACTIONS(2379), - [aux_sym__val_number_token1] = ACTIONS(2381), - [aux_sym__val_number_token2] = ACTIONS(2381), - [aux_sym__val_number_token3] = ACTIONS(2381), - [aux_sym__val_number_token4] = ACTIONS(2383), - [aux_sym__val_number_token5] = ACTIONS(2383), - [aux_sym__val_number_token6] = ACTIONS(2383), - [anon_sym_0b] = ACTIONS(2385), - [anon_sym_0o] = ACTIONS(2385), - [anon_sym_0x] = ACTIONS(2385), - [sym_val_date] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2387), - [sym__str_single_quotes] = ACTIONS(2389), - [sym__str_back_ticks] = ACTIONS(2389), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2391), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2393), - [anon_sym_err_GT] = ACTIONS(2395), - [anon_sym_out_GT] = ACTIONS(2395), - [anon_sym_e_GT] = ACTIONS(2395), - [anon_sym_o_GT] = ACTIONS(2395), - [anon_sym_err_PLUSout_GT] = ACTIONS(2395), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2395), - [anon_sym_o_PLUSe_GT] = ACTIONS(2395), - [anon_sym_e_PLUSo_GT] = ACTIONS(2395), - [aux_sym_unquoted_token1] = ACTIONS(2397), + [ts_builtin_sym_end] = ACTIONS(2193), + [anon_sym_export] = ACTIONS(2189), + [anon_sym_alias] = ACTIONS(2189), + [anon_sym_let] = ACTIONS(2189), + [anon_sym_let_DASHenv] = ACTIONS(2189), + [anon_sym_mut] = ACTIONS(2189), + [anon_sym_const] = ACTIONS(2189), + [anon_sym_SEMI] = ACTIONS(2189), + [sym_cmd_identifier] = ACTIONS(2405), + [anon_sym_LF] = ACTIONS(2193), + [anon_sym_def] = ACTIONS(2189), + [anon_sym_export_DASHenv] = ACTIONS(2189), + [anon_sym_extern] = ACTIONS(2189), + [anon_sym_module] = ACTIONS(2189), + [anon_sym_use] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_DOLLAR] = ACTIONS(2189), + [anon_sym_error] = ACTIONS(2189), + [anon_sym_DASH] = ACTIONS(2189), + [anon_sym_break] = ACTIONS(2189), + [anon_sym_continue] = ACTIONS(2189), + [anon_sym_for] = ACTIONS(2189), + [anon_sym_loop] = ACTIONS(2189), + [anon_sym_while] = ACTIONS(2189), + [anon_sym_do] = ACTIONS(2189), + [anon_sym_if] = ACTIONS(2189), + [anon_sym_match] = ACTIONS(2189), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_DOT] = ACTIONS(2189), + [anon_sym_try] = ACTIONS(2189), + [anon_sym_return] = ACTIONS(2189), + [anon_sym_source] = ACTIONS(2189), + [anon_sym_source_DASHenv] = ACTIONS(2189), + [anon_sym_register] = ACTIONS(2189), + [anon_sym_hide] = ACTIONS(2189), + [anon_sym_hide_DASHenv] = ACTIONS(2189), + [anon_sym_overlay] = ACTIONS(2189), + [anon_sym_STAR] = ACTIONS(2409), + [anon_sym_where] = ACTIONS(2189), + [anon_sym_PLUS] = ACTIONS(2189), + [anon_sym_not] = ACTIONS(2189), + [anon_sym_null] = ACTIONS(2189), + [anon_sym_true] = ACTIONS(2189), + [anon_sym_false] = ACTIONS(2189), + [aux_sym__val_number_decimal_token1] = ACTIONS(2189), + [aux_sym__val_number_token1] = ACTIONS(2189), + [aux_sym__val_number_token2] = ACTIONS(2189), + [aux_sym__val_number_token3] = ACTIONS(2189), + [aux_sym__val_number_token4] = ACTIONS(2189), + [aux_sym__val_number_token5] = ACTIONS(2189), + [aux_sym__val_number_token6] = ACTIONS(2189), + [anon_sym_0b] = ACTIONS(2189), + [anon_sym_0o] = ACTIONS(2189), + [anon_sym_0x] = ACTIONS(2189), + [sym_val_date] = ACTIONS(2189), + [anon_sym_DQUOTE] = ACTIONS(2411), + [sym__str_single_quotes] = ACTIONS(2413), + [sym__str_back_ticks] = ACTIONS(2413), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2189), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2189), + [anon_sym_CARET] = ACTIONS(2189), [anon_sym_POUND] = ACTIONS(105), }, [910] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2669), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2665), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(910), [aux_sym__command_parenthesized_body_repeat1] = STATE(910), - [anon_sym_SEMI] = ACTIONS(2399), - [anon_sym_LF] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_LPAREN] = ACTIONS(2407), - [anon_sym_RPAREN] = ACTIONS(2399), - [anon_sym_PIPE] = ACTIONS(2399), - [anon_sym_DOLLAR] = ACTIONS(2410), - [anon_sym_DASH] = ACTIONS(2413), - [anon_sym_LBRACE] = ACTIONS(2416), - [anon_sym_DOT] = ACTIONS(2419), - [anon_sym_PLUS] = ACTIONS(2422), - [sym_val_nothing] = ACTIONS(2425), - [anon_sym_true] = ACTIONS(2428), - [anon_sym_false] = ACTIONS(2428), - [aux_sym__val_number_decimal_token1] = ACTIONS(2431), - [aux_sym__val_number_token1] = ACTIONS(2434), - [aux_sym__val_number_token2] = ACTIONS(2434), - [aux_sym__val_number_token3] = ACTIONS(2434), - [aux_sym__val_number_token4] = ACTIONS(2437), - [aux_sym__val_number_token5] = ACTIONS(2437), - [aux_sym__val_number_token6] = ACTIONS(2437), - [anon_sym_0b] = ACTIONS(2440), - [anon_sym_0o] = ACTIONS(2440), - [anon_sym_0x] = ACTIONS(2440), - [sym_val_date] = ACTIONS(2425), - [anon_sym_DQUOTE] = ACTIONS(2443), - [sym__str_single_quotes] = ACTIONS(2446), - [sym__str_back_ticks] = ACTIONS(2446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2449), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2452), - [anon_sym_err_GT] = ACTIONS(2455), - [anon_sym_out_GT] = ACTIONS(2455), - [anon_sym_e_GT] = ACTIONS(2455), - [anon_sym_o_GT] = ACTIONS(2455), - [anon_sym_err_PLUSout_GT] = ACTIONS(2455), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2455), - [anon_sym_o_PLUSe_GT] = ACTIONS(2455), - [anon_sym_e_PLUSo_GT] = ACTIONS(2455), - [aux_sym_unquoted_token1] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2417), + [anon_sym_LF] = ACTIONS(2419), + [anon_sym_LBRACK] = ACTIONS(2422), + [anon_sym_LPAREN] = ACTIONS(2425), + [anon_sym_RPAREN] = ACTIONS(2417), + [anon_sym_PIPE] = ACTIONS(2417), + [anon_sym_DOLLAR] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(2434), + [anon_sym_DOT] = ACTIONS(2437), + [anon_sym_PLUS] = ACTIONS(2440), + [anon_sym_null] = ACTIONS(2443), + [anon_sym_true] = ACTIONS(2446), + [anon_sym_false] = ACTIONS(2446), + [aux_sym__val_number_decimal_token1] = ACTIONS(2449), + [aux_sym__val_number_token1] = ACTIONS(2452), + [aux_sym__val_number_token2] = ACTIONS(2452), + [aux_sym__val_number_token3] = ACTIONS(2452), + [aux_sym__val_number_token4] = ACTIONS(2455), + [aux_sym__val_number_token5] = ACTIONS(2455), + [aux_sym__val_number_token6] = ACTIONS(2455), + [anon_sym_0b] = ACTIONS(2458), + [anon_sym_0o] = ACTIONS(2458), + [anon_sym_0x] = ACTIONS(2458), + [sym_val_date] = ACTIONS(2461), + [anon_sym_DQUOTE] = ACTIONS(2464), + [sym__str_single_quotes] = ACTIONS(2467), + [sym__str_back_ticks] = ACTIONS(2467), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2470), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2473), + [anon_sym_err_GT] = ACTIONS(2476), + [anon_sym_out_GT] = ACTIONS(2476), + [anon_sym_e_GT] = ACTIONS(2476), + [anon_sym_o_GT] = ACTIONS(2476), + [anon_sym_err_PLUSout_GT] = ACTIONS(2476), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2476), + [anon_sym_o_PLUSe_GT] = ACTIONS(2476), + [anon_sym_e_PLUSo_GT] = ACTIONS(2476), + [aux_sym_unquoted_token1] = ACTIONS(2479), [anon_sym_POUND] = ACTIONS(105), }, [911] = { - [sym__flag] = STATE(1208), - [sym_short_flag] = STATE(1155), - [sym_long_flag] = STATE(1155), + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2665), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), [sym_comment] = STATE(911), - [aux_sym_overlay_use_repeat1] = STATE(902), - [anon_sym_export] = ACTIONS(2461), - [anon_sym_alias] = ACTIONS(2461), - [anon_sym_let] = ACTIONS(2461), - [anon_sym_let_DASHenv] = ACTIONS(2461), - [anon_sym_mut] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [anon_sym_SEMI] = ACTIONS(2461), - [sym_cmd_identifier] = ACTIONS(2461), - [anon_sym_LF] = ACTIONS(2463), - [anon_sym_def] = ACTIONS(2461), - [anon_sym_export_DASHenv] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym_module] = ACTIONS(2461), - [anon_sym_use] = ACTIONS(2461), - [anon_sym_LBRACK] = ACTIONS(2461), - [anon_sym_LPAREN] = ACTIONS(2461), - [anon_sym_RPAREN] = ACTIONS(2461), - [anon_sym_DOLLAR] = ACTIONS(2461), - [anon_sym_error] = ACTIONS(2461), - [anon_sym_DASH] = ACTIONS(2461), - [anon_sym_break] = ACTIONS(2461), - [anon_sym_continue] = ACTIONS(2461), - [anon_sym_for] = ACTIONS(2461), - [anon_sym_loop] = ACTIONS(2461), - [anon_sym_while] = ACTIONS(2461), - [anon_sym_do] = ACTIONS(2461), - [anon_sym_if] = ACTIONS(2461), - [anon_sym_match] = ACTIONS(2461), - [anon_sym_LBRACE] = ACTIONS(2461), - [anon_sym_RBRACE] = ACTIONS(2461), - [anon_sym_DOT] = ACTIONS(2461), - [anon_sym_try] = ACTIONS(2461), - [anon_sym_return] = ACTIONS(2461), - [anon_sym_source] = ACTIONS(2461), - [anon_sym_source_DASHenv] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_hide] = ACTIONS(2461), - [anon_sym_hide_DASHenv] = ACTIONS(2461), - [anon_sym_overlay] = ACTIONS(2461), - [anon_sym_as] = ACTIONS(2465), - [anon_sym_where] = ACTIONS(2461), - [anon_sym_PLUS] = ACTIONS(2461), - [anon_sym_not] = ACTIONS(2461), - [sym_val_nothing] = ACTIONS(2461), - [anon_sym_true] = ACTIONS(2461), - [anon_sym_false] = ACTIONS(2461), - [aux_sym__val_number_decimal_token1] = ACTIONS(2461), - [aux_sym__val_number_token1] = ACTIONS(2461), - [aux_sym__val_number_token2] = ACTIONS(2461), - [aux_sym__val_number_token3] = ACTIONS(2461), - [aux_sym__val_number_token4] = ACTIONS(2461), - [aux_sym__val_number_token5] = ACTIONS(2461), - [aux_sym__val_number_token6] = ACTIONS(2461), - [anon_sym_0b] = ACTIONS(2461), - [anon_sym_0o] = ACTIONS(2461), - [anon_sym_0x] = ACTIONS(2461), - [sym_val_date] = ACTIONS(2461), - [anon_sym_DQUOTE] = ACTIONS(2461), - [sym__str_single_quotes] = ACTIONS(2461), - [sym__str_back_ticks] = ACTIONS(2461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2461), - [anon_sym_CARET] = ACTIONS(2461), + [aux_sym__command_parenthesized_body_repeat1] = STATE(922), + [anon_sym_SEMI] = ACTIONS(2482), + [anon_sym_LF] = ACTIONS(2484), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2482), + [anon_sym_PIPE] = ACTIONS(2482), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), [anon_sym_POUND] = ACTIONS(105), }, [912] = { + [sym_cell_path] = STATE(1102), + [sym_path] = STATE(904), [sym_comment] = STATE(912), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_LF] = ACTIONS(1490), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1488), - [anon_sym_RPAREN] = ACTIONS(1488), - [anon_sym_PIPE] = ACTIONS(1488), - [anon_sym_DOLLAR] = ACTIONS(1488), - [anon_sym_GT] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1488), - [anon_sym_DOT] = ACTIONS(1488), - [anon_sym_DOT2] = ACTIONS(1490), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_STAR_STAR] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_SLASH] = ACTIONS(1488), - [anon_sym_mod] = ACTIONS(1488), - [anon_sym_SLASH_SLASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_bit_DASHshl] = ACTIONS(1488), - [anon_sym_bit_DASHshr] = ACTIONS(1488), - [anon_sym_EQ_EQ] = ACTIONS(1488), - [anon_sym_BANG_EQ] = ACTIONS(1488), - [anon_sym_LT2] = ACTIONS(1488), - [anon_sym_LT_EQ] = ACTIONS(1488), - [anon_sym_GT_EQ] = ACTIONS(1488), - [anon_sym_not_DASHin] = ACTIONS(1488), - [anon_sym_starts_DASHwith] = ACTIONS(1488), - [anon_sym_ends_DASHwith] = ACTIONS(1488), - [anon_sym_EQ_TILDE] = ACTIONS(1488), - [anon_sym_BANG_TILDE] = ACTIONS(1488), - [anon_sym_bit_DASHand] = ACTIONS(1488), - [anon_sym_bit_DASHxor] = ACTIONS(1488), - [anon_sym_bit_DASHor] = ACTIONS(1488), - [anon_sym_and] = ACTIONS(1488), - [anon_sym_xor] = ACTIONS(1488), - [anon_sym_or] = ACTIONS(1488), - [sym_val_nothing] = ACTIONS(1488), - [anon_sym_true] = ACTIONS(1488), - [anon_sym_false] = ACTIONS(1488), - [aux_sym__val_number_decimal_token1] = ACTIONS(1488), - [aux_sym__val_number_token1] = ACTIONS(1488), - [aux_sym__val_number_token2] = ACTIONS(1488), - [aux_sym__val_number_token3] = ACTIONS(1488), - [aux_sym__val_number_token4] = ACTIONS(1488), - [aux_sym__val_number_token5] = ACTIONS(1488), - [aux_sym__val_number_token6] = ACTIONS(1488), - [anon_sym_0b] = ACTIONS(1488), - [anon_sym_0o] = ACTIONS(1488), - [anon_sym_0x] = ACTIONS(1488), - [sym_val_date] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym__str_single_quotes] = ACTIONS(1488), - [sym__str_back_ticks] = ACTIONS(1488), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1488), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1488), - [anon_sym_err_GT] = ACTIONS(1488), - [anon_sym_out_GT] = ACTIONS(1488), - [anon_sym_e_GT] = ACTIONS(1488), - [anon_sym_o_GT] = ACTIONS(1488), - [anon_sym_err_PLUSout_GT] = ACTIONS(1488), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1488), - [anon_sym_o_PLUSe_GT] = ACTIONS(1488), - [anon_sym_e_PLUSo_GT] = ACTIONS(1488), - [aux_sym_unquoted_token1] = ACTIONS(1488), + [ts_builtin_sym_end] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_err_GT] = ACTIONS(1395), + [anon_sym_out_GT] = ACTIONS(1395), + [anon_sym_e_GT] = ACTIONS(1395), + [anon_sym_o_GT] = ACTIONS(1395), + [anon_sym_err_PLUSout_GT] = ACTIONS(1395), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1395), + [anon_sym_o_PLUSe_GT] = ACTIONS(1395), + [anon_sym_e_PLUSo_GT] = ACTIONS(1395), + [aux_sym_unquoted_token1] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, [913] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2669), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), [sym_comment] = STATE(913), - [aux_sym__command_parenthesized_body_repeat1] = STATE(910), - [anon_sym_SEMI] = ACTIONS(2467), - [anon_sym_LF] = ACTIONS(2469), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2467), - [anon_sym_PIPE] = ACTIONS(2467), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_PIPE] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(2415), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_err_GT] = ACTIONS(1464), + [anon_sym_out_GT] = ACTIONS(1464), + [anon_sym_e_GT] = ACTIONS(1464), + [anon_sym_o_GT] = ACTIONS(1464), + [anon_sym_err_PLUSout_GT] = ACTIONS(1464), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1464), + [anon_sym_o_PLUSe_GT] = ACTIONS(1464), + [anon_sym_e_PLUSo_GT] = ACTIONS(1464), + [aux_sym_unquoted_token1] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [914] = { + [sym_expr_parenthesized] = STATE(2456), + [sym_val_range] = STATE(2636), + [sym__value] = STATE(2636), + [sym_val_nothing] = STATE(2712), + [sym_val_bool] = STATE(2712), + [sym_val_variable] = STATE(2459), + [sym__var] = STATE(2375), + [sym_val_number] = STATE(298), + [sym__val_number_decimal] = STATE(289), + [sym__val_number] = STATE(307), + [sym_val_duration] = STATE(2712), + [sym_val_filesize] = STATE(2712), + [sym_val_binary] = STATE(2712), + [sym_val_string] = STATE(2712), + [sym__str_double_quotes] = STATE(2684), + [sym_val_interpolated] = STATE(2712), + [sym__inter_single_quotes] = STATE(2674), + [sym__inter_double_quotes] = STATE(2668), + [sym_val_list] = STATE(2712), + [sym_val_record] = STATE(2712), + [sym_val_table] = STATE(2712), + [sym_val_closure] = STATE(2712), + [sym__cmd_arg] = STATE(2639), + [sym_redirection] = STATE(2644), + [sym__flag] = STATE(2645), + [sym_short_flag] = STATE(2654), + [sym_long_flag] = STATE(2654), + [sym_unquoted] = STATE(2659), [sym_comment] = STATE(914), - [anon_sym_SEMI] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_RPAREN] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT2] = ACTIONS(2471), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_err_GT] = ACTIONS(1465), - [anon_sym_out_GT] = ACTIONS(1465), - [anon_sym_e_GT] = ACTIONS(1465), - [anon_sym_o_GT] = ACTIONS(1465), - [anon_sym_err_PLUSout_GT] = ACTIONS(1465), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1465), - [anon_sym_o_PLUSe_GT] = ACTIONS(1465), - [anon_sym_e_PLUSo_GT] = ACTIONS(1465), - [aux_sym_unquoted_token1] = ACTIONS(1465), + [aux_sym_command_repeat1] = STATE(917), + [ts_builtin_sym_end] = ACTIONS(2273), + [anon_sym_SEMI] = ACTIONS(2271), + [anon_sym_LF] = ACTIONS(2273), + [anon_sym_LBRACK] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(2488), + [anon_sym_PIPE] = ACTIONS(2271), + [anon_sym_DOLLAR] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_LBRACE] = ACTIONS(2494), + [anon_sym_DOT] = ACTIONS(2496), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_null] = ACTIONS(2500), + [anon_sym_true] = ACTIONS(2502), + [anon_sym_false] = ACTIONS(2502), + [aux_sym__val_number_decimal_token1] = ACTIONS(2504), + [aux_sym__val_number_token1] = ACTIONS(2506), + [aux_sym__val_number_token2] = ACTIONS(2506), + [aux_sym__val_number_token3] = ACTIONS(2506), + [aux_sym__val_number_token4] = ACTIONS(2508), + [aux_sym__val_number_token5] = ACTIONS(2508), + [aux_sym__val_number_token6] = ACTIONS(2508), + [anon_sym_0b] = ACTIONS(2510), + [anon_sym_0o] = ACTIONS(2510), + [anon_sym_0x] = ACTIONS(2510), + [sym_val_date] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2514), + [sym__str_single_quotes] = ACTIONS(2516), + [sym__str_back_ticks] = ACTIONS(2516), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2518), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2520), + [anon_sym_err_GT] = ACTIONS(2522), + [anon_sym_out_GT] = ACTIONS(2522), + [anon_sym_e_GT] = ACTIONS(2522), + [anon_sym_o_GT] = ACTIONS(2522), + [anon_sym_err_PLUSout_GT] = ACTIONS(2522), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2522), + [anon_sym_o_PLUSe_GT] = ACTIONS(2522), + [anon_sym_e_PLUSo_GT] = ACTIONS(2522), + [aux_sym_unquoted_token1] = ACTIONS(2524), [anon_sym_POUND] = ACTIONS(105), }, [915] = { + [sym_cell_path] = STATE(1049), + [sym_path] = STATE(904), [sym_comment] = STATE(915), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_PIPE] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_err_GT] = ACTIONS(1343), - [anon_sym_out_GT] = ACTIONS(1343), - [anon_sym_e_GT] = ACTIONS(1343), - [anon_sym_o_GT] = ACTIONS(1343), - [anon_sym_err_PLUSout_GT] = ACTIONS(1343), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1343), - [anon_sym_o_PLUSe_GT] = ACTIONS(1343), - [anon_sym_e_PLUSo_GT] = ACTIONS(1343), - [aux_sym_unquoted_token1] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(2019), + [ts_builtin_sym_end] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_LF] = ACTIONS(1391), + [anon_sym_LBRACK] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1389), + [anon_sym_DOLLAR] = ACTIONS(1389), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_in] = ACTIONS(1389), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_STAR_STAR] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_bit_DASHshl] = ACTIONS(1389), + [anon_sym_bit_DASHshr] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1389), + [anon_sym_BANG_EQ] = ACTIONS(1389), + [anon_sym_LT2] = ACTIONS(1389), + [anon_sym_LT_EQ] = ACTIONS(1389), + [anon_sym_GT_EQ] = ACTIONS(1389), + [anon_sym_not_DASHin] = ACTIONS(1389), + [anon_sym_starts_DASHwith] = ACTIONS(1389), + [anon_sym_ends_DASHwith] = ACTIONS(1389), + [anon_sym_EQ_TILDE] = ACTIONS(1389), + [anon_sym_BANG_TILDE] = ACTIONS(1389), + [anon_sym_bit_DASHand] = ACTIONS(1389), + [anon_sym_bit_DASHxor] = ACTIONS(1389), + [anon_sym_bit_DASHor] = ACTIONS(1389), + [anon_sym_and] = ACTIONS(1389), + [anon_sym_xor] = ACTIONS(1389), + [anon_sym_or] = ACTIONS(1389), + [anon_sym_null] = ACTIONS(1389), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [aux_sym__val_number_decimal_token1] = ACTIONS(1389), + [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(1389), + [aux_sym__val_number_token5] = ACTIONS(1389), + [aux_sym__val_number_token6] = ACTIONS(1389), + [anon_sym_0b] = ACTIONS(1389), + [anon_sym_0o] = ACTIONS(1389), + [anon_sym_0x] = ACTIONS(1389), + [sym_val_date] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym__str_single_quotes] = ACTIONS(1389), + [sym__str_back_ticks] = ACTIONS(1389), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1389), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1389), + [anon_sym_err_GT] = ACTIONS(1389), + [anon_sym_out_GT] = ACTIONS(1389), + [anon_sym_e_GT] = ACTIONS(1389), + [anon_sym_o_GT] = ACTIONS(1389), + [anon_sym_err_PLUSout_GT] = ACTIONS(1389), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1389), + [anon_sym_o_PLUSe_GT] = ACTIONS(1389), + [anon_sym_e_PLUSo_GT] = ACTIONS(1389), + [aux_sym_unquoted_token1] = ACTIONS(1389), [anon_sym_POUND] = ACTIONS(105), }, [916] = { - [sym__expression] = STATE(2653), - [sym_expr_unary] = STATE(1088), - [sym__expr_unary_minus] = STATE(1085), - [sym_expr_binary] = STATE(1088), - [sym__expr_binary_expression] = STATE(3428), - [sym_expr_parenthesized] = STATE(988), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(1088), - [sym_val_bool] = STATE(1043), - [sym_val_variable] = STATE(1013), - [sym__var] = STATE(876), + [sym_path] = STATE(977), + [sym_comment] = STATE(916), + [aux_sym_cell_path_repeat1] = STATE(906), + [ts_builtin_sym_end] = ACTIONS(1438), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_PIPE] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_err_GT] = ACTIONS(1436), + [anon_sym_out_GT] = ACTIONS(1436), + [anon_sym_e_GT] = ACTIONS(1436), + [anon_sym_o_GT] = ACTIONS(1436), + [anon_sym_err_PLUSout_GT] = ACTIONS(1436), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1436), + [anon_sym_o_PLUSe_GT] = ACTIONS(1436), + [anon_sym_e_PLUSo_GT] = ACTIONS(1436), + [aux_sym_unquoted_token1] = ACTIONS(1436), + [anon_sym_POUND] = ACTIONS(105), + }, + [917] = { + [sym_expr_parenthesized] = STATE(2456), + [sym_val_range] = STATE(2636), + [sym__value] = STATE(2636), + [sym_val_nothing] = STATE(2712), + [sym_val_bool] = STATE(2712), + [sym_val_variable] = STATE(2459), + [sym__var] = STATE(2375), + [sym_val_number] = STATE(298), + [sym__val_number_decimal] = STATE(289), + [sym__val_number] = STATE(307), + [sym_val_duration] = STATE(2712), + [sym_val_filesize] = STATE(2712), + [sym_val_binary] = STATE(2712), + [sym_val_string] = STATE(2712), + [sym__str_double_quotes] = STATE(2684), + [sym_val_interpolated] = STATE(2712), + [sym__inter_single_quotes] = STATE(2674), + [sym__inter_double_quotes] = STATE(2668), + [sym_val_list] = STATE(2712), + [sym_val_record] = STATE(2712), + [sym_val_table] = STATE(2712), + [sym_val_closure] = STATE(2712), + [sym__cmd_arg] = STATE(2639), + [sym_redirection] = STATE(2644), + [sym__flag] = STATE(2645), + [sym_short_flag] = STATE(2654), + [sym_long_flag] = STATE(2654), + [sym_unquoted] = STATE(2659), + [sym_comment] = STATE(917), + [aux_sym_command_repeat1] = STATE(902), + [ts_builtin_sym_end] = ACTIONS(2147), + [anon_sym_SEMI] = ACTIONS(2145), + [anon_sym_LF] = ACTIONS(2147), + [anon_sym_LBRACK] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(2488), + [anon_sym_PIPE] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_LBRACE] = ACTIONS(2494), + [anon_sym_DOT] = ACTIONS(2496), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_null] = ACTIONS(2500), + [anon_sym_true] = ACTIONS(2502), + [anon_sym_false] = ACTIONS(2502), + [aux_sym__val_number_decimal_token1] = ACTIONS(2504), + [aux_sym__val_number_token1] = ACTIONS(2506), + [aux_sym__val_number_token2] = ACTIONS(2506), + [aux_sym__val_number_token3] = ACTIONS(2506), + [aux_sym__val_number_token4] = ACTIONS(2508), + [aux_sym__val_number_token5] = ACTIONS(2508), + [aux_sym__val_number_token6] = ACTIONS(2508), + [anon_sym_0b] = ACTIONS(2510), + [anon_sym_0o] = ACTIONS(2510), + [anon_sym_0x] = ACTIONS(2510), + [sym_val_date] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2514), + [sym__str_single_quotes] = ACTIONS(2516), + [sym__str_back_ticks] = ACTIONS(2516), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2518), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2520), + [anon_sym_err_GT] = ACTIONS(2522), + [anon_sym_out_GT] = ACTIONS(2522), + [anon_sym_e_GT] = ACTIONS(2522), + [anon_sym_o_GT] = ACTIONS(2522), + [anon_sym_err_PLUSout_GT] = ACTIONS(2522), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2522), + [anon_sym_o_PLUSe_GT] = ACTIONS(2522), + [anon_sym_e_PLUSo_GT] = ACTIONS(2522), + [aux_sym_unquoted_token1] = ACTIONS(2524), + [anon_sym_POUND] = ACTIONS(105), + }, + [918] = { + [sym_comment] = STATE(918), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(2526), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(2526), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(2530), + [aux_sym_unquoted_token6] = ACTIONS(2532), + [anon_sym_POUND] = ACTIONS(105), + }, + [919] = { + [sym_expr_parenthesized] = STATE(2456), + [sym_val_range] = STATE(2636), + [sym__value] = STATE(2636), + [sym_val_nothing] = STATE(2712), + [sym_val_bool] = STATE(2712), + [sym_val_variable] = STATE(2459), + [sym__var] = STATE(2375), + [sym_val_number] = STATE(298), + [sym__val_number_decimal] = STATE(289), + [sym__val_number] = STATE(307), + [sym_val_duration] = STATE(2712), + [sym_val_filesize] = STATE(2712), + [sym_val_binary] = STATE(2712), + [sym_val_string] = STATE(2712), + [sym__str_double_quotes] = STATE(2684), + [sym_val_interpolated] = STATE(2712), + [sym__inter_single_quotes] = STATE(2674), + [sym__inter_double_quotes] = STATE(2668), + [sym_val_list] = STATE(2712), + [sym_val_record] = STATE(2712), + [sym_val_table] = STATE(2712), + [sym_val_closure] = STATE(2712), + [sym__cmd_arg] = STATE(2639), + [sym_redirection] = STATE(2644), + [sym__flag] = STATE(2645), + [sym_short_flag] = STATE(2654), + [sym_long_flag] = STATE(2654), + [sym_unquoted] = STATE(2659), + [sym_comment] = STATE(919), + [aux_sym_command_repeat1] = STATE(933), + [ts_builtin_sym_end] = ACTIONS(2338), + [anon_sym_SEMI] = ACTIONS(2336), + [anon_sym_LF] = ACTIONS(2338), + [anon_sym_LBRACK] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(2488), + [anon_sym_PIPE] = ACTIONS(2336), + [anon_sym_DOLLAR] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_LBRACE] = ACTIONS(2494), + [anon_sym_DOT] = ACTIONS(2496), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_null] = ACTIONS(2500), + [anon_sym_true] = ACTIONS(2502), + [anon_sym_false] = ACTIONS(2502), + [aux_sym__val_number_decimal_token1] = ACTIONS(2504), + [aux_sym__val_number_token1] = ACTIONS(2506), + [aux_sym__val_number_token2] = ACTIONS(2506), + [aux_sym__val_number_token3] = ACTIONS(2506), + [aux_sym__val_number_token4] = ACTIONS(2508), + [aux_sym__val_number_token5] = ACTIONS(2508), + [aux_sym__val_number_token6] = ACTIONS(2508), + [anon_sym_0b] = ACTIONS(2510), + [anon_sym_0o] = ACTIONS(2510), + [anon_sym_0x] = ACTIONS(2510), + [sym_val_date] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2514), + [sym__str_single_quotes] = ACTIONS(2516), + [sym__str_back_ticks] = ACTIONS(2516), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2518), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2520), + [anon_sym_err_GT] = ACTIONS(2522), + [anon_sym_out_GT] = ACTIONS(2522), + [anon_sym_e_GT] = ACTIONS(2522), + [anon_sym_o_GT] = ACTIONS(2522), + [anon_sym_err_PLUSout_GT] = ACTIONS(2522), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2522), + [anon_sym_o_PLUSe_GT] = ACTIONS(2522), + [anon_sym_e_PLUSo_GT] = ACTIONS(2522), + [aux_sym_unquoted_token1] = ACTIONS(2524), + [anon_sym_POUND] = ACTIONS(105), + }, + [920] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2665), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(920), + [aux_sym__command_parenthesized_body_repeat1] = STATE(910), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_LF] = ACTIONS(2536), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2534), + [anon_sym_PIPE] = ACTIONS(2534), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [921] = { + [sym__command_name] = STATE(1488), + [sym_scope_pattern] = STATE(1552), + [sym_wild_card] = STATE(1486), + [sym_command_list] = STATE(1485), + [sym_val_string] = STATE(1344), + [sym__str_double_quotes] = STATE(1432), + [sym_comment] = STATE(921), + [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(2405), + [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(2407), + [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_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_STAR] = ACTIONS(2409), + [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(2411), + [sym__str_single_quotes] = ACTIONS(2413), + [sym__str_back_ticks] = ACTIONS(2413), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2326), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2326), + [anon_sym_CARET] = ACTIONS(2326), + [anon_sym_POUND] = ACTIONS(105), + }, + [922] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2665), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(922), + [aux_sym__command_parenthesized_body_repeat1] = STATE(910), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_LF] = ACTIONS(2540), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2538), + [anon_sym_PIPE] = ACTIONS(2538), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [923] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2665), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(923), + [aux_sym__command_parenthesized_body_repeat1] = STATE(920), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_LF] = ACTIONS(2544), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2542), + [anon_sym_PIPE] = ACTIONS(2542), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [924] = { + [sym_path] = STATE(977), + [sym_comment] = STATE(924), + [aux_sym_cell_path_repeat1] = STATE(906), + [ts_builtin_sym_end] = ACTIONS(1438), + [anon_sym_SEMI] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_PIPE] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_GT] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_in] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1436), + [anon_sym_STAR_STAR] = ACTIONS(1436), + [anon_sym_PLUS_PLUS] = ACTIONS(1436), + [anon_sym_SLASH] = ACTIONS(1436), + [anon_sym_mod] = ACTIONS(1436), + [anon_sym_SLASH_SLASH] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_bit_DASHshl] = ACTIONS(1436), + [anon_sym_bit_DASHshr] = ACTIONS(1436), + [anon_sym_EQ_EQ] = ACTIONS(1436), + [anon_sym_BANG_EQ] = ACTIONS(1436), + [anon_sym_LT2] = ACTIONS(1436), + [anon_sym_LT_EQ] = ACTIONS(1436), + [anon_sym_GT_EQ] = ACTIONS(1436), + [anon_sym_not_DASHin] = ACTIONS(1436), + [anon_sym_starts_DASHwith] = ACTIONS(1436), + [anon_sym_ends_DASHwith] = ACTIONS(1436), + [anon_sym_EQ_TILDE] = ACTIONS(1436), + [anon_sym_BANG_TILDE] = ACTIONS(1436), + [anon_sym_bit_DASHand] = ACTIONS(1436), + [anon_sym_bit_DASHxor] = ACTIONS(1436), + [anon_sym_bit_DASHor] = ACTIONS(1436), + [anon_sym_and] = ACTIONS(1436), + [anon_sym_xor] = ACTIONS(1436), + [anon_sym_or] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_err_GT] = ACTIONS(1436), + [anon_sym_out_GT] = ACTIONS(1436), + [anon_sym_e_GT] = ACTIONS(1436), + [anon_sym_o_GT] = ACTIONS(1436), + [anon_sym_err_PLUSout_GT] = ACTIONS(1436), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1436), + [anon_sym_o_PLUSe_GT] = ACTIONS(1436), + [anon_sym_e_PLUSo_GT] = ACTIONS(1436), + [aux_sym_unquoted_token1] = ACTIONS(1436), + [anon_sym_POUND] = ACTIONS(105), + }, + [925] = { + [sym_cell_path] = STATE(981), + [sym_path] = STATE(927), + [sym_comment] = STATE(925), + [ts_builtin_sym_end] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_PIPE] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_GT] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_in] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2546), + [anon_sym_STAR] = ACTIONS(1395), + [anon_sym_STAR_STAR] = ACTIONS(1395), + [anon_sym_PLUS_PLUS] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1395), + [anon_sym_mod] = ACTIONS(1395), + [anon_sym_SLASH_SLASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_bit_DASHshl] = ACTIONS(1395), + [anon_sym_bit_DASHshr] = ACTIONS(1395), + [anon_sym_EQ_EQ] = ACTIONS(1395), + [anon_sym_BANG_EQ] = ACTIONS(1395), + [anon_sym_LT2] = ACTIONS(1395), + [anon_sym_LT_EQ] = ACTIONS(1395), + [anon_sym_GT_EQ] = ACTIONS(1395), + [anon_sym_not_DASHin] = ACTIONS(1395), + [anon_sym_starts_DASHwith] = ACTIONS(1395), + [anon_sym_ends_DASHwith] = ACTIONS(1395), + [anon_sym_EQ_TILDE] = ACTIONS(1395), + [anon_sym_BANG_TILDE] = ACTIONS(1395), + [anon_sym_bit_DASHand] = ACTIONS(1395), + [anon_sym_bit_DASHxor] = ACTIONS(1395), + [anon_sym_bit_DASHor] = ACTIONS(1395), + [anon_sym_and] = ACTIONS(1395), + [anon_sym_xor] = ACTIONS(1395), + [anon_sym_or] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_err_GT] = ACTIONS(1395), + [anon_sym_out_GT] = ACTIONS(1395), + [anon_sym_e_GT] = ACTIONS(1395), + [anon_sym_o_GT] = ACTIONS(1395), + [anon_sym_err_PLUSout_GT] = ACTIONS(1395), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1395), + [anon_sym_o_PLUSe_GT] = ACTIONS(1395), + [anon_sym_e_PLUSo_GT] = ACTIONS(1395), + [aux_sym_unquoted_token1] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(105), + }, + [926] = { + [sym_cell_path] = STATE(1029), + [sym_path] = STATE(927), + [sym_comment] = STATE(926), + [ts_builtin_sym_end] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_PIPE] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_STAR_STAR] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_SLASH] = ACTIONS(1399), + [anon_sym_mod] = ACTIONS(1399), + [anon_sym_SLASH_SLASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_bit_DASHshl] = ACTIONS(1399), + [anon_sym_bit_DASHshr] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_LT2] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_not_DASHin] = ACTIONS(1399), + [anon_sym_starts_DASHwith] = ACTIONS(1399), + [anon_sym_ends_DASHwith] = ACTIONS(1399), + [anon_sym_EQ_TILDE] = ACTIONS(1399), + [anon_sym_BANG_TILDE] = ACTIONS(1399), + [anon_sym_bit_DASHand] = ACTIONS(1399), + [anon_sym_bit_DASHxor] = ACTIONS(1399), + [anon_sym_bit_DASHor] = ACTIONS(1399), + [anon_sym_and] = ACTIONS(1399), + [anon_sym_xor] = ACTIONS(1399), + [anon_sym_or] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_err_GT] = ACTIONS(1399), + [anon_sym_out_GT] = ACTIONS(1399), + [anon_sym_e_GT] = ACTIONS(1399), + [anon_sym_o_GT] = ACTIONS(1399), + [anon_sym_err_PLUSout_GT] = ACTIONS(1399), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1399), + [anon_sym_o_PLUSe_GT] = ACTIONS(1399), + [anon_sym_e_PLUSo_GT] = ACTIONS(1399), + [aux_sym_unquoted_token1] = ACTIONS(1399), + [anon_sym_POUND] = ACTIONS(105), + }, + [927] = { + [sym_path] = STATE(977), + [sym_comment] = STATE(927), + [aux_sym_cell_path_repeat1] = STATE(916), + [ts_builtin_sym_end] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_PIPE] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_in] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_STAR_STAR] = ACTIONS(1440), + [anon_sym_PLUS_PLUS] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_bit_DASHshl] = ACTIONS(1440), + [anon_sym_bit_DASHshr] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1440), + [anon_sym_BANG_EQ] = ACTIONS(1440), + [anon_sym_LT2] = ACTIONS(1440), + [anon_sym_LT_EQ] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1440), + [anon_sym_not_DASHin] = ACTIONS(1440), + [anon_sym_starts_DASHwith] = ACTIONS(1440), + [anon_sym_ends_DASHwith] = ACTIONS(1440), + [anon_sym_EQ_TILDE] = ACTIONS(1440), + [anon_sym_BANG_TILDE] = ACTIONS(1440), + [anon_sym_bit_DASHand] = ACTIONS(1440), + [anon_sym_bit_DASHxor] = ACTIONS(1440), + [anon_sym_bit_DASHor] = ACTIONS(1440), + [anon_sym_and] = ACTIONS(1440), + [anon_sym_xor] = ACTIONS(1440), + [anon_sym_or] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_err_GT] = ACTIONS(1440), + [anon_sym_out_GT] = ACTIONS(1440), + [anon_sym_e_GT] = ACTIONS(1440), + [anon_sym_o_GT] = ACTIONS(1440), + [anon_sym_err_PLUSout_GT] = ACTIONS(1440), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1440), + [anon_sym_o_PLUSe_GT] = ACTIONS(1440), + [anon_sym_e_PLUSo_GT] = ACTIONS(1440), + [aux_sym_unquoted_token1] = ACTIONS(1440), + [anon_sym_POUND] = ACTIONS(105), + }, + [928] = { + [sym__expression] = STATE(2631), + [sym_expr_unary] = STATE(1059), + [sym__expr_unary_minus] = STATE(1069), + [sym_expr_binary] = STATE(1059), + [sym__expr_binary_expression] = STATE(3468), + [sym_expr_parenthesized] = STATE(1017), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(1059), + [sym_val_nothing] = STATE(1114), + [sym_val_bool] = STATE(1114), + [sym_val_variable] = STATE(965), + [sym__var] = STATE(925), [sym_val_number] = STATE(135), [sym__val_number_decimal] = STATE(122), [sym__val_number] = STATE(134), - [sym_val_duration] = STATE(1043), - [sym_val_filesize] = STATE(1043), - [sym_val_binary] = STATE(1043), - [sym_val_string] = STATE(1043), - [sym__str_double_quotes] = STATE(1016), - [sym_val_interpolated] = STATE(1043), - [sym__inter_single_quotes] = STATE(1037), - [sym__inter_double_quotes] = STATE(1036), - [sym_val_list] = STATE(1043), - [sym_val_record] = STATE(1043), - [sym_val_table] = STATE(1043), - [sym_val_closure] = STATE(1043), - [sym_unquoted] = STATE(2654), - [sym_comment] = STATE(916), - [ts_builtin_sym_end] = ACTIONS(2290), - [anon_sym_SEMI] = ACTIONS(2288), - [anon_sym_LF] = ACTIONS(2290), - [anon_sym_LBRACK] = ACTIONS(2473), - [anon_sym_LPAREN] = ACTIONS(2475), - [anon_sym_PIPE] = ACTIONS(2288), - [anon_sym_DOLLAR] = ACTIONS(2477), - [anon_sym_DASH] = ACTIONS(2479), - [anon_sym_LBRACE] = ACTIONS(2481), - [anon_sym_DOT] = ACTIONS(2483), - [anon_sym_PLUS] = ACTIONS(2485), - [anon_sym_not] = ACTIONS(2487), - [sym_val_nothing] = ACTIONS(2489), - [anon_sym_true] = ACTIONS(2491), - [anon_sym_false] = ACTIONS(2491), - [aux_sym__val_number_decimal_token1] = ACTIONS(2493), - [aux_sym__val_number_token1] = ACTIONS(2495), - [aux_sym__val_number_token2] = ACTIONS(2495), - [aux_sym__val_number_token3] = ACTIONS(2495), - [aux_sym__val_number_token4] = ACTIONS(2497), - [aux_sym__val_number_token5] = ACTIONS(2497), - [aux_sym__val_number_token6] = ACTIONS(2497), - [anon_sym_0b] = ACTIONS(2499), - [anon_sym_0o] = ACTIONS(2499), - [anon_sym_0x] = ACTIONS(2499), - [sym_val_date] = ACTIONS(2489), - [anon_sym_DQUOTE] = ACTIONS(2501), - [sym__str_single_quotes] = ACTIONS(2503), - [sym__str_back_ticks] = ACTIONS(2503), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2505), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2507), - [anon_sym_err_GT] = ACTIONS(2288), - [anon_sym_out_GT] = ACTIONS(2288), - [anon_sym_e_GT] = ACTIONS(2288), - [anon_sym_o_GT] = ACTIONS(2288), - [anon_sym_err_PLUSout_GT] = ACTIONS(2288), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2288), - [anon_sym_o_PLUSe_GT] = ACTIONS(2288), - [anon_sym_e_PLUSo_GT] = ACTIONS(2288), - [aux_sym_unquoted_token1] = ACTIONS(2397), + [sym_val_duration] = STATE(1114), + [sym_val_filesize] = STATE(1114), + [sym_val_binary] = STATE(1114), + [sym_val_string] = STATE(1114), + [sym__str_double_quotes] = STATE(1104), + [sym_val_interpolated] = STATE(1114), + [sym__inter_single_quotes] = STATE(1112), + [sym__inter_double_quotes] = STATE(1111), + [sym_val_list] = STATE(1114), + [sym_val_record] = STATE(1114), + [sym_val_table] = STATE(1114), + [sym_val_closure] = STATE(1114), + [sym_unquoted] = STATE(2633), + [sym_comment] = STATE(928), + [ts_builtin_sym_end] = ACTIONS(2281), + [anon_sym_SEMI] = ACTIONS(2279), + [anon_sym_LF] = ACTIONS(2281), + [anon_sym_LBRACK] = ACTIONS(2552), + [anon_sym_LPAREN] = ACTIONS(2554), + [anon_sym_PIPE] = ACTIONS(2279), + [anon_sym_DOLLAR] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2558), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_DOT] = ACTIONS(2562), + [anon_sym_PLUS] = ACTIONS(2564), + [anon_sym_not] = ACTIONS(2566), + [anon_sym_null] = ACTIONS(2568), + [anon_sym_true] = ACTIONS(2570), + [anon_sym_false] = ACTIONS(2570), + [aux_sym__val_number_decimal_token1] = ACTIONS(2572), + [aux_sym__val_number_token1] = ACTIONS(2574), + [aux_sym__val_number_token2] = ACTIONS(2574), + [aux_sym__val_number_token3] = ACTIONS(2574), + [aux_sym__val_number_token4] = ACTIONS(2576), + [aux_sym__val_number_token5] = ACTIONS(2576), + [aux_sym__val_number_token6] = ACTIONS(2576), + [anon_sym_0b] = ACTIONS(2578), + [anon_sym_0o] = ACTIONS(2578), + [anon_sym_0x] = ACTIONS(2578), + [sym_val_date] = ACTIONS(2580), + [anon_sym_DQUOTE] = ACTIONS(2582), + [sym__str_single_quotes] = ACTIONS(2584), + [sym__str_back_ticks] = ACTIONS(2584), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2586), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2588), + [anon_sym_err_GT] = ACTIONS(2279), + [anon_sym_out_GT] = ACTIONS(2279), + [anon_sym_e_GT] = ACTIONS(2279), + [anon_sym_o_GT] = ACTIONS(2279), + [anon_sym_err_PLUSout_GT] = ACTIONS(2279), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2279), + [anon_sym_o_PLUSe_GT] = ACTIONS(2279), + [anon_sym_e_PLUSo_GT] = ACTIONS(2279), + [aux_sym_unquoted_token1] = ACTIONS(2524), + [anon_sym_POUND] = ACTIONS(105), + }, + [929] = { + [sym_comment] = STATE(929), + [ts_builtin_sym_end] = ACTIONS(1428), + [anon_sym_SEMI] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_PIPE] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(2592), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_err_GT] = ACTIONS(1426), + [anon_sym_out_GT] = ACTIONS(1426), + [anon_sym_e_GT] = ACTIONS(1426), + [anon_sym_o_GT] = ACTIONS(1426), + [anon_sym_err_PLUSout_GT] = ACTIONS(1426), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1426), + [anon_sym_o_PLUSe_GT] = ACTIONS(1426), + [anon_sym_e_PLUSo_GT] = ACTIONS(1426), + [aux_sym_unquoted_token1] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(2594), + [anon_sym_POUND] = ACTIONS(105), + }, + [930] = { + [sym_cell_path] = STATE(1087), + [sym_path] = STATE(904), + [sym_comment] = STATE(930), + [ts_builtin_sym_end] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_LF] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_PIPE] = ACTIONS(1403), + [anon_sym_DOLLAR] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_in] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_STAR_STAR] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_SLASH] = ACTIONS(1403), + [anon_sym_mod] = ACTIONS(1403), + [anon_sym_SLASH_SLASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_bit_DASHshl] = ACTIONS(1403), + [anon_sym_bit_DASHshr] = ACTIONS(1403), + [anon_sym_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1403), + [anon_sym_LT2] = ACTIONS(1403), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_not_DASHin] = ACTIONS(1403), + [anon_sym_starts_DASHwith] = ACTIONS(1403), + [anon_sym_ends_DASHwith] = ACTIONS(1403), + [anon_sym_EQ_TILDE] = ACTIONS(1403), + [anon_sym_BANG_TILDE] = ACTIONS(1403), + [anon_sym_bit_DASHand] = ACTIONS(1403), + [anon_sym_bit_DASHxor] = ACTIONS(1403), + [anon_sym_bit_DASHor] = ACTIONS(1403), + [anon_sym_and] = ACTIONS(1403), + [anon_sym_xor] = ACTIONS(1403), + [anon_sym_or] = ACTIONS(1403), + [anon_sym_null] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1403), + [anon_sym_false] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1403), + [aux_sym__val_number_token2] = ACTIONS(1403), + [aux_sym__val_number_token3] = ACTIONS(1403), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1403), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_0b] = ACTIONS(1403), + [anon_sym_0o] = ACTIONS(1403), + [anon_sym_0x] = ACTIONS(1403), + [sym_val_date] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1403), + [sym__str_single_quotes] = ACTIONS(1403), + [sym__str_back_ticks] = ACTIONS(1403), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1403), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1403), + [anon_sym_err_GT] = ACTIONS(1403), + [anon_sym_out_GT] = ACTIONS(1403), + [anon_sym_e_GT] = ACTIONS(1403), + [anon_sym_o_GT] = ACTIONS(1403), + [anon_sym_err_PLUSout_GT] = ACTIONS(1403), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1403), + [anon_sym_o_PLUSe_GT] = ACTIONS(1403), + [anon_sym_e_PLUSo_GT] = ACTIONS(1403), + [aux_sym_unquoted_token1] = ACTIONS(1403), + [anon_sym_POUND] = ACTIONS(105), + }, + [931] = { + [sym_comment] = STATE(931), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_RPAREN] = ACTIONS(1454), + [anon_sym_PIPE] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_err_GT] = ACTIONS(1454), + [anon_sym_out_GT] = ACTIONS(1454), + [anon_sym_e_GT] = ACTIONS(1454), + [anon_sym_o_GT] = ACTIONS(1454), + [anon_sym_err_PLUSout_GT] = ACTIONS(1454), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1454), + [anon_sym_o_PLUSe_GT] = ACTIONS(1454), + [anon_sym_e_PLUSo_GT] = ACTIONS(1454), + [aux_sym_unquoted_token1] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(105), + }, + [932] = { + [sym_cell_path] = STATE(1088), + [sym_path] = STATE(904), + [sym_comment] = STATE(932), + [ts_builtin_sym_end] = ACTIONS(1420), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_GT] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_in] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_DOT] = ACTIONS(1418), + [anon_sym_DOT2] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(1418), + [anon_sym_STAR_STAR] = ACTIONS(1418), + [anon_sym_PLUS_PLUS] = ACTIONS(1418), + [anon_sym_SLASH] = ACTIONS(1418), + [anon_sym_mod] = ACTIONS(1418), + [anon_sym_SLASH_SLASH] = ACTIONS(1418), + [anon_sym_PLUS] = ACTIONS(1418), + [anon_sym_bit_DASHshl] = ACTIONS(1418), + [anon_sym_bit_DASHshr] = ACTIONS(1418), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT2] = ACTIONS(1418), + [anon_sym_LT_EQ] = ACTIONS(1418), + [anon_sym_GT_EQ] = ACTIONS(1418), + [anon_sym_not_DASHin] = ACTIONS(1418), + [anon_sym_starts_DASHwith] = ACTIONS(1418), + [anon_sym_ends_DASHwith] = ACTIONS(1418), + [anon_sym_EQ_TILDE] = ACTIONS(1418), + [anon_sym_BANG_TILDE] = ACTIONS(1418), + [anon_sym_bit_DASHand] = ACTIONS(1418), + [anon_sym_bit_DASHxor] = ACTIONS(1418), + [anon_sym_bit_DASHor] = ACTIONS(1418), + [anon_sym_and] = ACTIONS(1418), + [anon_sym_xor] = ACTIONS(1418), + [anon_sym_or] = ACTIONS(1418), + [anon_sym_null] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym__val_number_decimal_token1] = ACTIONS(1418), + [aux_sym__val_number_token1] = ACTIONS(1418), + [aux_sym__val_number_token2] = ACTIONS(1418), + [aux_sym__val_number_token3] = ACTIONS(1418), + [aux_sym__val_number_token4] = ACTIONS(1418), + [aux_sym__val_number_token5] = ACTIONS(1418), + [aux_sym__val_number_token6] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_err_GT] = ACTIONS(1418), + [anon_sym_out_GT] = ACTIONS(1418), + [anon_sym_e_GT] = ACTIONS(1418), + [anon_sym_o_GT] = ACTIONS(1418), + [anon_sym_err_PLUSout_GT] = ACTIONS(1418), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1418), + [anon_sym_o_PLUSe_GT] = ACTIONS(1418), + [anon_sym_e_PLUSo_GT] = ACTIONS(1418), + [aux_sym_unquoted_token1] = ACTIONS(1418), + [anon_sym_POUND] = ACTIONS(105), + }, + [933] = { + [sym_expr_parenthesized] = STATE(2456), + [sym_val_range] = STATE(2636), + [sym__value] = STATE(2636), + [sym_val_nothing] = STATE(2712), + [sym_val_bool] = STATE(2712), + [sym_val_variable] = STATE(2459), + [sym__var] = STATE(2375), + [sym_val_number] = STATE(298), + [sym__val_number_decimal] = STATE(289), + [sym__val_number] = STATE(307), + [sym_val_duration] = STATE(2712), + [sym_val_filesize] = STATE(2712), + [sym_val_binary] = STATE(2712), + [sym_val_string] = STATE(2712), + [sym__str_double_quotes] = STATE(2684), + [sym_val_interpolated] = STATE(2712), + [sym__inter_single_quotes] = STATE(2674), + [sym__inter_double_quotes] = STATE(2668), + [sym_val_list] = STATE(2712), + [sym_val_record] = STATE(2712), + [sym_val_table] = STATE(2712), + [sym_val_closure] = STATE(2712), + [sym__cmd_arg] = STATE(2639), + [sym_redirection] = STATE(2644), + [sym__flag] = STATE(2645), + [sym_short_flag] = STATE(2654), + [sym_long_flag] = STATE(2654), + [sym_unquoted] = STATE(2659), + [sym_comment] = STATE(933), + [aux_sym_command_repeat1] = STATE(902), + [ts_builtin_sym_end] = ACTIONS(2269), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_LF] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(2488), + [anon_sym_PIPE] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2490), + [anon_sym_DASH] = ACTIONS(2492), + [anon_sym_LBRACE] = ACTIONS(2494), + [anon_sym_DOT] = ACTIONS(2496), + [anon_sym_PLUS] = ACTIONS(2498), + [anon_sym_null] = ACTIONS(2500), + [anon_sym_true] = ACTIONS(2502), + [anon_sym_false] = ACTIONS(2502), + [aux_sym__val_number_decimal_token1] = ACTIONS(2504), + [aux_sym__val_number_token1] = ACTIONS(2506), + [aux_sym__val_number_token2] = ACTIONS(2506), + [aux_sym__val_number_token3] = ACTIONS(2506), + [aux_sym__val_number_token4] = ACTIONS(2508), + [aux_sym__val_number_token5] = ACTIONS(2508), + [aux_sym__val_number_token6] = ACTIONS(2508), + [anon_sym_0b] = ACTIONS(2510), + [anon_sym_0o] = ACTIONS(2510), + [anon_sym_0x] = ACTIONS(2510), + [sym_val_date] = ACTIONS(2512), + [anon_sym_DQUOTE] = ACTIONS(2514), + [sym__str_single_quotes] = ACTIONS(2516), + [sym__str_back_ticks] = ACTIONS(2516), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2518), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2520), + [anon_sym_err_GT] = ACTIONS(2522), + [anon_sym_out_GT] = ACTIONS(2522), + [anon_sym_e_GT] = ACTIONS(2522), + [anon_sym_o_GT] = ACTIONS(2522), + [anon_sym_err_PLUSout_GT] = ACTIONS(2522), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2522), + [anon_sym_o_PLUSe_GT] = ACTIONS(2522), + [anon_sym_e_PLUSo_GT] = ACTIONS(2522), + [aux_sym_unquoted_token1] = ACTIONS(2524), + [anon_sym_POUND] = ACTIONS(105), + }, + [934] = { + [sym_comment] = STATE(934), + [anon_sym_SEMI] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_err_GT] = ACTIONS(1475), + [anon_sym_out_GT] = ACTIONS(1475), + [anon_sym_e_GT] = ACTIONS(1475), + [anon_sym_o_GT] = ACTIONS(1475), + [anon_sym_err_PLUSout_GT] = ACTIONS(1475), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1475), + [anon_sym_o_PLUSe_GT] = ACTIONS(1475), + [anon_sym_e_PLUSo_GT] = ACTIONS(1475), + [aux_sym_unquoted_token1] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [935] = { + [sym_comment] = STATE(935), + [anon_sym_SEMI] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_RPAREN] = ACTIONS(1507), + [anon_sym_PIPE] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_DOT2] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_err_GT] = ACTIONS(1507), + [anon_sym_out_GT] = ACTIONS(1507), + [anon_sym_e_GT] = ACTIONS(1507), + [anon_sym_o_GT] = ACTIONS(1507), + [anon_sym_err_PLUSout_GT] = ACTIONS(1507), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1507), + [anon_sym_o_PLUSe_GT] = ACTIONS(1507), + [anon_sym_e_PLUSo_GT] = ACTIONS(1507), + [aux_sym_unquoted_token1] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(105), + }, + [936] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2656), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(936), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_LF] = ACTIONS(2598), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2596), + [anon_sym_PIPE] = ACTIONS(2596), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [937] = { + [sym__flag] = STATE(1221), + [sym_short_flag] = STATE(1215), + [sym_long_flag] = STATE(1215), + [sym_comment] = STATE(937), + [aux_sym_overlay_use_repeat1] = STATE(940), + [anon_sym_export] = ACTIONS(2600), + [anon_sym_alias] = ACTIONS(2600), + [anon_sym_let] = ACTIONS(2600), + [anon_sym_let_DASHenv] = ACTIONS(2600), + [anon_sym_mut] = ACTIONS(2600), + [anon_sym_const] = ACTIONS(2600), + [anon_sym_SEMI] = ACTIONS(2600), + [sym_cmd_identifier] = ACTIONS(2600), + [anon_sym_LF] = ACTIONS(2602), + [anon_sym_def] = ACTIONS(2600), + [anon_sym_export_DASHenv] = ACTIONS(2600), + [anon_sym_extern] = ACTIONS(2600), + [anon_sym_module] = ACTIONS(2600), + [anon_sym_use] = ACTIONS(2600), + [anon_sym_LBRACK] = ACTIONS(2600), + [anon_sym_LPAREN] = ACTIONS(2600), + [anon_sym_RPAREN] = ACTIONS(2600), + [anon_sym_DOLLAR] = ACTIONS(2600), + [anon_sym_error] = ACTIONS(2600), + [anon_sym_DASH] = ACTIONS(2600), + [anon_sym_break] = ACTIONS(2600), + [anon_sym_continue] = ACTIONS(2600), + [anon_sym_for] = ACTIONS(2600), + [anon_sym_loop] = ACTIONS(2600), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2600), + [anon_sym_if] = ACTIONS(2600), + [anon_sym_match] = ACTIONS(2600), + [anon_sym_LBRACE] = ACTIONS(2600), + [anon_sym_RBRACE] = ACTIONS(2600), + [anon_sym_DOT] = ACTIONS(2600), + [anon_sym_try] = ACTIONS(2600), + [anon_sym_return] = ACTIONS(2600), + [anon_sym_source] = ACTIONS(2600), + [anon_sym_source_DASHenv] = ACTIONS(2600), + [anon_sym_register] = ACTIONS(2600), + [anon_sym_hide] = ACTIONS(2600), + [anon_sym_hide_DASHenv] = ACTIONS(2600), + [anon_sym_overlay] = ACTIONS(2600), + [anon_sym_as] = ACTIONS(2604), + [anon_sym_where] = ACTIONS(2600), + [anon_sym_PLUS] = ACTIONS(2600), + [anon_sym_not] = ACTIONS(2600), + [anon_sym_null] = ACTIONS(2600), + [anon_sym_true] = ACTIONS(2600), + [anon_sym_false] = ACTIONS(2600), + [aux_sym__val_number_decimal_token1] = ACTIONS(2600), + [aux_sym__val_number_token1] = ACTIONS(2600), + [aux_sym__val_number_token2] = ACTIONS(2600), + [aux_sym__val_number_token3] = ACTIONS(2600), + [aux_sym__val_number_token4] = ACTIONS(2600), + [aux_sym__val_number_token5] = ACTIONS(2600), + [aux_sym__val_number_token6] = ACTIONS(2600), + [anon_sym_0b] = ACTIONS(2600), + [anon_sym_0o] = ACTIONS(2600), + [anon_sym_0x] = ACTIONS(2600), + [sym_val_date] = ACTIONS(2600), + [anon_sym_DQUOTE] = ACTIONS(2600), + [sym__str_single_quotes] = ACTIONS(2600), + [sym__str_back_ticks] = ACTIONS(2600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2600), + [anon_sym_CARET] = ACTIONS(2600), + [anon_sym_POUND] = ACTIONS(105), + }, + [938] = { + [sym__flag] = STATE(1221), + [sym_short_flag] = STATE(1215), + [sym_long_flag] = STATE(1215), + [sym_comment] = STATE(938), + [aux_sym_overlay_use_repeat1] = STATE(940), + [anon_sym_export] = ACTIONS(2606), + [anon_sym_alias] = ACTIONS(2606), + [anon_sym_let] = ACTIONS(2606), + [anon_sym_let_DASHenv] = ACTIONS(2606), + [anon_sym_mut] = ACTIONS(2606), + [anon_sym_const] = ACTIONS(2606), + [anon_sym_SEMI] = ACTIONS(2606), + [sym_cmd_identifier] = ACTIONS(2606), + [anon_sym_LF] = ACTIONS(2608), + [anon_sym_def] = ACTIONS(2606), + [anon_sym_export_DASHenv] = ACTIONS(2606), + [anon_sym_extern] = ACTIONS(2606), + [anon_sym_module] = ACTIONS(2606), + [anon_sym_use] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2606), + [anon_sym_LPAREN] = ACTIONS(2606), + [anon_sym_RPAREN] = ACTIONS(2606), + [anon_sym_DOLLAR] = ACTIONS(2606), + [anon_sym_error] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2606), + [anon_sym_continue] = ACTIONS(2606), + [anon_sym_for] = ACTIONS(2606), + [anon_sym_loop] = ACTIONS(2606), + [anon_sym_while] = ACTIONS(2606), + [anon_sym_do] = ACTIONS(2606), + [anon_sym_if] = ACTIONS(2606), + [anon_sym_match] = ACTIONS(2606), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_RBRACE] = ACTIONS(2606), + [anon_sym_DOT] = ACTIONS(2606), + [anon_sym_try] = ACTIONS(2606), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_source] = ACTIONS(2606), + [anon_sym_source_DASHenv] = ACTIONS(2606), + [anon_sym_register] = ACTIONS(2606), + [anon_sym_hide] = ACTIONS(2606), + [anon_sym_hide_DASHenv] = ACTIONS(2606), + [anon_sym_overlay] = ACTIONS(2606), + [anon_sym_as] = ACTIONS(2610), + [anon_sym_where] = ACTIONS(2606), + [anon_sym_PLUS] = ACTIONS(2606), + [anon_sym_not] = ACTIONS(2606), + [anon_sym_null] = ACTIONS(2606), + [anon_sym_true] = ACTIONS(2606), + [anon_sym_false] = ACTIONS(2606), + [aux_sym__val_number_decimal_token1] = ACTIONS(2606), + [aux_sym__val_number_token1] = ACTIONS(2606), + [aux_sym__val_number_token2] = ACTIONS(2606), + [aux_sym__val_number_token3] = ACTIONS(2606), + [aux_sym__val_number_token4] = ACTIONS(2606), + [aux_sym__val_number_token5] = ACTIONS(2606), + [aux_sym__val_number_token6] = ACTIONS(2606), + [anon_sym_0b] = ACTIONS(2606), + [anon_sym_0o] = ACTIONS(2606), + [anon_sym_0x] = ACTIONS(2606), + [sym_val_date] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym__str_single_quotes] = ACTIONS(2606), + [sym__str_back_ticks] = ACTIONS(2606), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2606), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2606), + [anon_sym_CARET] = ACTIONS(2606), + [anon_sym_POUND] = ACTIONS(105), + }, + [939] = { + [sym_comment] = STATE(939), + [ts_builtin_sym_end] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_PIPE] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(2612), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_err_GT] = ACTIONS(1464), + [anon_sym_out_GT] = ACTIONS(1464), + [anon_sym_e_GT] = ACTIONS(1464), + [anon_sym_o_GT] = ACTIONS(1464), + [anon_sym_err_PLUSout_GT] = ACTIONS(1464), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1464), + [anon_sym_o_PLUSe_GT] = ACTIONS(1464), + [anon_sym_e_PLUSo_GT] = ACTIONS(1464), + [aux_sym_unquoted_token1] = ACTIONS(1464), + [anon_sym_POUND] = ACTIONS(105), + }, + [940] = { + [sym__flag] = STATE(1221), + [sym_short_flag] = STATE(1215), + [sym_long_flag] = STATE(1215), + [sym_comment] = STATE(940), + [aux_sym_overlay_use_repeat1] = STATE(940), + [anon_sym_export] = ACTIONS(2614), + [anon_sym_alias] = ACTIONS(2614), + [anon_sym_let] = ACTIONS(2614), + [anon_sym_let_DASHenv] = ACTIONS(2614), + [anon_sym_mut] = ACTIONS(2614), + [anon_sym_const] = ACTIONS(2614), + [anon_sym_SEMI] = ACTIONS(2614), + [sym_cmd_identifier] = ACTIONS(2614), + [anon_sym_LF] = ACTIONS(2616), + [anon_sym_def] = ACTIONS(2614), + [anon_sym_export_DASHenv] = ACTIONS(2614), + [anon_sym_extern] = ACTIONS(2614), + [anon_sym_module] = ACTIONS(2614), + [anon_sym_use] = ACTIONS(2614), + [anon_sym_LBRACK] = ACTIONS(2614), + [anon_sym_LPAREN] = ACTIONS(2614), + [anon_sym_RPAREN] = ACTIONS(2614), + [anon_sym_DOLLAR] = ACTIONS(2614), + [anon_sym_error] = ACTIONS(2614), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2614), + [anon_sym_continue] = ACTIONS(2614), + [anon_sym_for] = ACTIONS(2614), + [anon_sym_loop] = ACTIONS(2614), + [anon_sym_while] = ACTIONS(2614), + [anon_sym_do] = ACTIONS(2614), + [anon_sym_if] = ACTIONS(2614), + [anon_sym_match] = ACTIONS(2614), + [anon_sym_LBRACE] = ACTIONS(2614), + [anon_sym_RBRACE] = ACTIONS(2614), + [anon_sym_DOT] = ACTIONS(2614), + [anon_sym_try] = ACTIONS(2614), + [anon_sym_return] = ACTIONS(2614), + [anon_sym_source] = ACTIONS(2614), + [anon_sym_source_DASHenv] = ACTIONS(2614), + [anon_sym_register] = ACTIONS(2614), + [anon_sym_hide] = ACTIONS(2614), + [anon_sym_hide_DASHenv] = ACTIONS(2614), + [anon_sym_overlay] = ACTIONS(2614), + [anon_sym_as] = ACTIONS(2614), + [anon_sym_where] = ACTIONS(2614), + [anon_sym_PLUS] = ACTIONS(2614), + [anon_sym_not] = ACTIONS(2614), + [anon_sym_null] = ACTIONS(2614), + [anon_sym_true] = ACTIONS(2614), + [anon_sym_false] = ACTIONS(2614), + [aux_sym__val_number_decimal_token1] = ACTIONS(2614), + [aux_sym__val_number_token1] = ACTIONS(2614), + [aux_sym__val_number_token2] = ACTIONS(2614), + [aux_sym__val_number_token3] = ACTIONS(2614), + [aux_sym__val_number_token4] = ACTIONS(2614), + [aux_sym__val_number_token5] = ACTIONS(2614), + [aux_sym__val_number_token6] = ACTIONS(2614), + [anon_sym_0b] = ACTIONS(2614), + [anon_sym_0o] = ACTIONS(2614), + [anon_sym_0x] = ACTIONS(2614), + [sym_val_date] = ACTIONS(2614), + [anon_sym_DQUOTE] = ACTIONS(2614), + [sym__str_single_quotes] = ACTIONS(2614), + [sym__str_back_ticks] = ACTIONS(2614), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2614), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2614), + [anon_sym_CARET] = ACTIONS(2614), + [anon_sym_POUND] = ACTIONS(105), + }, + [941] = { + [sym_comment] = STATE(941), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(2621), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(2621), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(2530), + [aux_sym_unquoted_token6] = ACTIONS(2532), + [anon_sym_POUND] = ACTIONS(105), + }, + [942] = { + [sym_comment] = STATE(942), + [anon_sym_SEMI] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_err_GT] = ACTIONS(1495), + [anon_sym_out_GT] = ACTIONS(1495), + [anon_sym_e_GT] = ACTIONS(1495), + [anon_sym_o_GT] = ACTIONS(1495), + [anon_sym_err_PLUSout_GT] = ACTIONS(1495), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1495), + [anon_sym_o_PLUSe_GT] = ACTIONS(1495), + [anon_sym_e_PLUSo_GT] = ACTIONS(1495), + [aux_sym_unquoted_token1] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(2623), + [anon_sym_POUND] = ACTIONS(105), + }, + [943] = { + [sym_comment] = STATE(943), + [ts_builtin_sym_end] = ACTIONS(1466), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_PIPE] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_GT] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_in] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_STAR] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(2612), + [anon_sym_STAR_STAR] = ACTIONS(1464), + [anon_sym_PLUS_PLUS] = ACTIONS(1464), + [anon_sym_SLASH] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(1464), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_bit_DASHshl] = ACTIONS(1464), + [anon_sym_bit_DASHshr] = ACTIONS(1464), + [anon_sym_EQ_EQ] = ACTIONS(1464), + [anon_sym_BANG_EQ] = ACTIONS(1464), + [anon_sym_LT2] = ACTIONS(1464), + [anon_sym_LT_EQ] = ACTIONS(1464), + [anon_sym_GT_EQ] = ACTIONS(1464), + [anon_sym_not_DASHin] = ACTIONS(1464), + [anon_sym_starts_DASHwith] = ACTIONS(1464), + [anon_sym_ends_DASHwith] = ACTIONS(1464), + [anon_sym_EQ_TILDE] = ACTIONS(1464), + [anon_sym_BANG_TILDE] = ACTIONS(1464), + [anon_sym_bit_DASHand] = ACTIONS(1464), + [anon_sym_bit_DASHxor] = ACTIONS(1464), + [anon_sym_bit_DASHor] = ACTIONS(1464), + [anon_sym_and] = ACTIONS(1464), + [anon_sym_xor] = ACTIONS(1464), + [anon_sym_or] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_err_GT] = ACTIONS(1464), + [anon_sym_out_GT] = ACTIONS(1464), + [anon_sym_e_GT] = ACTIONS(1464), + [anon_sym_o_GT] = ACTIONS(1464), + [anon_sym_err_PLUSout_GT] = ACTIONS(1464), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1464), + [anon_sym_o_PLUSe_GT] = ACTIONS(1464), + [anon_sym_e_PLUSo_GT] = ACTIONS(1464), + [aux_sym_unquoted_token1] = ACTIONS(1464), + [anon_sym_POUND] = ACTIONS(105), + }, + [944] = { + [sym_comment] = STATE(944), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_RPAREN] = ACTIONS(1515), + [anon_sym_PIPE] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_DOT2] = ACTIONS(2625), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_err_GT] = ACTIONS(1515), + [anon_sym_out_GT] = ACTIONS(1515), + [anon_sym_e_GT] = ACTIONS(1515), + [anon_sym_o_GT] = ACTIONS(1515), + [anon_sym_err_PLUSout_GT] = ACTIONS(1515), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1515), + [anon_sym_o_PLUSe_GT] = ACTIONS(1515), + [anon_sym_e_PLUSo_GT] = ACTIONS(1515), + [aux_sym_unquoted_token1] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(105), + }, + [945] = { + [sym_comment] = STATE(945), + [ts_builtin_sym_end] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_PIPE] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_err_GT] = ACTIONS(1454), + [anon_sym_out_GT] = ACTIONS(1454), + [anon_sym_e_GT] = ACTIONS(1454), + [anon_sym_o_GT] = ACTIONS(1454), + [anon_sym_err_PLUSout_GT] = ACTIONS(1454), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1454), + [anon_sym_o_PLUSe_GT] = ACTIONS(1454), + [anon_sym_e_PLUSo_GT] = ACTIONS(1454), + [aux_sym_unquoted_token1] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(105), + }, + [946] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2656), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(946), + [anon_sym_SEMI] = ACTIONS(2627), + [anon_sym_LF] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2627), + [anon_sym_PIPE] = ACTIONS(2627), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [947] = { + [sym__flag] = STATE(1221), + [sym_short_flag] = STATE(1215), + [sym_long_flag] = STATE(1215), + [sym_comment] = STATE(947), + [aux_sym_overlay_use_repeat1] = STATE(938), + [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(2635), + [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_as] = ACTIONS(2637), + [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), + }, + [948] = { + [sym_ctrl_do] = STATE(4495), + [sym_ctrl_if] = STATE(4495), + [sym_ctrl_match] = STATE(4495), + [sym_ctrl_try] = STATE(4495), + [sym__expression] = STATE(4495), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_comment] = STATE(948), + [anon_sym_SEMI] = ACTIONS(2639), + [anon_sym_LF] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_RPAREN] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_DOLLAR] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2649), + [anon_sym_try] = ACTIONS(513), + [anon_sym_PLUS] = ACTIONS(2651), + [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(2653), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym__str_single_quotes] = ACTIONS(2657), + [sym__str_back_ticks] = ACTIONS(2657), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2659), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2661), + [anon_sym_POUND] = ACTIONS(105), + }, + [949] = { + [sym_ctrl_do] = STATE(4495), + [sym_ctrl_if] = STATE(4495), + [sym_ctrl_match] = STATE(4495), + [sym_ctrl_try] = STATE(4495), + [sym__expression] = STATE(4495), + [sym_expr_unary] = STATE(3004), + [sym__expr_unary_minus] = STATE(3007), + [sym_expr_binary] = STATE(3004), + [sym__expr_binary_expression] = STATE(3493), + [sym_expr_parenthesized] = STATE(2994), + [sym_val_range] = STATE(2472), + [sym__value] = STATE(3004), + [sym_val_nothing] = STATE(3047), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2980), + [sym__var] = STATE(2833), + [sym_val_number] = STATE(442), + [sym__val_number_decimal] = STATE(387), + [sym__val_number] = STATE(368), + [sym_val_duration] = STATE(3047), + [sym_val_filesize] = STATE(3047), + [sym_val_binary] = STATE(3047), + [sym_val_string] = STATE(3047), + [sym__str_double_quotes] = STATE(2990), + [sym_val_interpolated] = STATE(3047), + [sym__inter_single_quotes] = STATE(3046), + [sym__inter_double_quotes] = STATE(3045), + [sym_val_list] = STATE(3047), + [sym_val_record] = STATE(3047), + [sym_val_table] = STATE(3047), + [sym_val_closure] = STATE(3047), + [sym_comment] = STATE(949), + [anon_sym_SEMI] = ACTIONS(2639), + [anon_sym_LF] = ACTIONS(2641), + [anon_sym_COLON] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_DOLLAR] = ACTIONS(1779), + [anon_sym_DASH] = ACTIONS(493), + [anon_sym_do] = ACTIONS(505), + [anon_sym_if] = ACTIONS(507), + [anon_sym_match] = ACTIONS(509), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2649), + [anon_sym_try] = ACTIONS(513), + [anon_sym_PLUS] = ACTIONS(2651), + [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(2653), + [anon_sym_DQUOTE] = ACTIONS(2655), + [sym__str_single_quotes] = ACTIONS(2657), + [sym__str_back_ticks] = ACTIONS(2657), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2659), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2661), + [anon_sym_POUND] = ACTIONS(105), + }, + [950] = { + [sym_comment] = STATE(950), + [anon_sym_SEMI] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_RPAREN] = ACTIONS(1491), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_DOT2] = ACTIONS(1493), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_err_GT] = ACTIONS(1491), + [anon_sym_out_GT] = ACTIONS(1491), + [anon_sym_e_GT] = ACTIONS(1491), + [anon_sym_o_GT] = ACTIONS(1491), + [anon_sym_err_PLUSout_GT] = ACTIONS(1491), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1491), + [anon_sym_o_PLUSe_GT] = ACTIONS(1491), + [anon_sym_e_PLUSo_GT] = ACTIONS(1491), + [aux_sym_unquoted_token1] = ACTIONS(1491), + [anon_sym_POUND] = ACTIONS(105), + }, + [951] = { + [sym_comment] = STATE(951), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_PIPE] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_err_GT] = ACTIONS(1369), + [anon_sym_out_GT] = ACTIONS(1369), + [anon_sym_e_GT] = ACTIONS(1369), + [anon_sym_o_GT] = ACTIONS(1369), + [anon_sym_err_PLUSout_GT] = ACTIONS(1369), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1369), + [anon_sym_o_PLUSe_GT] = ACTIONS(1369), + [anon_sym_e_PLUSo_GT] = ACTIONS(1369), + [aux_sym_unquoted_token1] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(2049), + [anon_sym_POUND] = ACTIONS(105), + }, + [952] = { + [sym_comment] = STATE(952), + [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(2625), + [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), + }, + [953] = { + [sym_comment] = STATE(953), + [anon_sym_SEMI] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1513), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_RPAREN] = ACTIONS(1511), + [anon_sym_PIPE] = ACTIONS(1511), + [anon_sym_DOLLAR] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_in] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1511), + [anon_sym_DOT2] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1511), + [anon_sym_STAR_STAR] = ACTIONS(1511), + [anon_sym_PLUS_PLUS] = ACTIONS(1511), + [anon_sym_SLASH] = ACTIONS(1511), + [anon_sym_mod] = ACTIONS(1511), + [anon_sym_SLASH_SLASH] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_bit_DASHshl] = ACTIONS(1511), + [anon_sym_bit_DASHshr] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_LT2] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_not_DASHin] = ACTIONS(1511), + [anon_sym_starts_DASHwith] = ACTIONS(1511), + [anon_sym_ends_DASHwith] = ACTIONS(1511), + [anon_sym_EQ_TILDE] = ACTIONS(1511), + [anon_sym_BANG_TILDE] = ACTIONS(1511), + [anon_sym_bit_DASHand] = ACTIONS(1511), + [anon_sym_bit_DASHxor] = ACTIONS(1511), + [anon_sym_bit_DASHor] = ACTIONS(1511), + [anon_sym_and] = ACTIONS(1511), + [anon_sym_xor] = ACTIONS(1511), + [anon_sym_or] = ACTIONS(1511), + [anon_sym_null] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1511), + [anon_sym_false] = ACTIONS(1511), + [aux_sym__val_number_decimal_token1] = ACTIONS(1511), + [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(1511), + [aux_sym__val_number_token5] = ACTIONS(1511), + [aux_sym__val_number_token6] = ACTIONS(1511), + [anon_sym_0b] = ACTIONS(1511), + [anon_sym_0o] = ACTIONS(1511), + [anon_sym_0x] = ACTIONS(1511), + [sym_val_date] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1511), + [sym__str_single_quotes] = ACTIONS(1511), + [sym__str_back_ticks] = ACTIONS(1511), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1511), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1511), + [anon_sym_err_GT] = ACTIONS(1511), + [anon_sym_out_GT] = ACTIONS(1511), + [anon_sym_e_GT] = ACTIONS(1511), + [anon_sym_o_GT] = ACTIONS(1511), + [anon_sym_err_PLUSout_GT] = ACTIONS(1511), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1511), + [anon_sym_o_PLUSe_GT] = ACTIONS(1511), + [anon_sym_e_PLUSo_GT] = ACTIONS(1511), + [aux_sym_unquoted_token1] = ACTIONS(1511), + [anon_sym_POUND] = ACTIONS(105), + }, + [954] = { + [sym__flag] = STATE(1221), + [sym_short_flag] = STATE(1215), + [sym_long_flag] = STATE(1215), + [sym_comment] = STATE(954), + [aux_sym_overlay_use_repeat1] = STATE(937), + [anon_sym_export] = ACTIONS(2663), + [anon_sym_alias] = ACTIONS(2663), + [anon_sym_let] = ACTIONS(2663), + [anon_sym_let_DASHenv] = ACTIONS(2663), + [anon_sym_mut] = ACTIONS(2663), + [anon_sym_const] = ACTIONS(2663), + [anon_sym_SEMI] = ACTIONS(2663), + [sym_cmd_identifier] = ACTIONS(2663), + [anon_sym_LF] = ACTIONS(2665), + [anon_sym_def] = ACTIONS(2663), + [anon_sym_export_DASHenv] = ACTIONS(2663), + [anon_sym_extern] = ACTIONS(2663), + [anon_sym_module] = ACTIONS(2663), + [anon_sym_use] = ACTIONS(2663), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LPAREN] = ACTIONS(2663), + [anon_sym_RPAREN] = ACTIONS(2663), + [anon_sym_DOLLAR] = ACTIONS(2663), + [anon_sym_error] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_break] = ACTIONS(2663), + [anon_sym_continue] = ACTIONS(2663), + [anon_sym_for] = ACTIONS(2663), + [anon_sym_loop] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2663), + [anon_sym_do] = ACTIONS(2663), + [anon_sym_if] = ACTIONS(2663), + [anon_sym_match] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2663), + [anon_sym_RBRACE] = ACTIONS(2663), + [anon_sym_DOT] = ACTIONS(2663), + [anon_sym_try] = ACTIONS(2663), + [anon_sym_return] = ACTIONS(2663), + [anon_sym_source] = ACTIONS(2663), + [anon_sym_source_DASHenv] = ACTIONS(2663), + [anon_sym_register] = ACTIONS(2663), + [anon_sym_hide] = ACTIONS(2663), + [anon_sym_hide_DASHenv] = ACTIONS(2663), + [anon_sym_overlay] = ACTIONS(2663), + [anon_sym_as] = ACTIONS(2667), + [anon_sym_where] = ACTIONS(2663), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_not] = ACTIONS(2663), + [anon_sym_null] = ACTIONS(2663), + [anon_sym_true] = ACTIONS(2663), + [anon_sym_false] = ACTIONS(2663), + [aux_sym__val_number_decimal_token1] = ACTIONS(2663), + [aux_sym__val_number_token1] = ACTIONS(2663), + [aux_sym__val_number_token2] = ACTIONS(2663), + [aux_sym__val_number_token3] = ACTIONS(2663), + [aux_sym__val_number_token4] = ACTIONS(2663), + [aux_sym__val_number_token5] = ACTIONS(2663), + [aux_sym__val_number_token6] = ACTIONS(2663), + [anon_sym_0b] = ACTIONS(2663), + [anon_sym_0o] = ACTIONS(2663), + [anon_sym_0x] = ACTIONS(2663), + [sym_val_date] = ACTIONS(2663), + [anon_sym_DQUOTE] = ACTIONS(2663), + [sym__str_single_quotes] = ACTIONS(2663), + [sym__str_back_ticks] = ACTIONS(2663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_POUND] = ACTIONS(105), + }, + [955] = { + [sym_comment] = STATE(955), + [ts_builtin_sym_end] = ACTIONS(1371), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(2669), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(2669), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(2673), + [aux_sym_unquoted_token6] = ACTIONS(2675), + [anon_sym_POUND] = ACTIONS(105), + }, + [956] = { + [sym_comment] = STATE(956), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_LF] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_RPAREN] = ACTIONS(1485), + [anon_sym_PIPE] = ACTIONS(1485), + [anon_sym_DOLLAR] = ACTIONS(1485), + [anon_sym_GT] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1485), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_RBRACE] = ACTIONS(1485), + [anon_sym_DOT] = ACTIONS(1485), + [anon_sym_DOT2] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_STAR_STAR] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_SLASH] = ACTIONS(1485), + [anon_sym_mod] = ACTIONS(1485), + [anon_sym_SLASH_SLASH] = ACTIONS(1485), + [anon_sym_PLUS] = ACTIONS(1485), + [anon_sym_bit_DASHshl] = ACTIONS(1485), + [anon_sym_bit_DASHshr] = ACTIONS(1485), + [anon_sym_EQ_EQ] = ACTIONS(1485), + [anon_sym_BANG_EQ] = ACTIONS(1485), + [anon_sym_LT2] = ACTIONS(1485), + [anon_sym_LT_EQ] = ACTIONS(1485), + [anon_sym_GT_EQ] = ACTIONS(1485), + [anon_sym_not_DASHin] = ACTIONS(1485), + [anon_sym_starts_DASHwith] = ACTIONS(1485), + [anon_sym_ends_DASHwith] = ACTIONS(1485), + [anon_sym_EQ_TILDE] = ACTIONS(1485), + [anon_sym_BANG_TILDE] = ACTIONS(1485), + [anon_sym_bit_DASHand] = ACTIONS(1485), + [anon_sym_bit_DASHxor] = ACTIONS(1485), + [anon_sym_bit_DASHor] = ACTIONS(1485), + [anon_sym_and] = ACTIONS(1485), + [anon_sym_xor] = ACTIONS(1485), + [anon_sym_or] = ACTIONS(1485), + [anon_sym_null] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1485), + [anon_sym_false] = ACTIONS(1485), + [aux_sym__val_number_decimal_token1] = ACTIONS(1485), + [aux_sym__val_number_token1] = ACTIONS(1485), + [aux_sym__val_number_token2] = ACTIONS(1485), + [aux_sym__val_number_token3] = ACTIONS(1485), + [aux_sym__val_number_token4] = ACTIONS(1485), + [aux_sym__val_number_token5] = ACTIONS(1485), + [aux_sym__val_number_token6] = ACTIONS(1485), + [anon_sym_0b] = ACTIONS(1485), + [anon_sym_0o] = ACTIONS(1485), + [anon_sym_0x] = ACTIONS(1485), + [sym_val_date] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym__str_single_quotes] = ACTIONS(1485), + [sym__str_back_ticks] = ACTIONS(1485), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1485), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1485), + [anon_sym_err_GT] = ACTIONS(1485), + [anon_sym_out_GT] = ACTIONS(1485), + [anon_sym_e_GT] = ACTIONS(1485), + [anon_sym_o_GT] = ACTIONS(1485), + [anon_sym_err_PLUSout_GT] = ACTIONS(1485), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1485), + [anon_sym_o_PLUSe_GT] = ACTIONS(1485), + [anon_sym_e_PLUSo_GT] = ACTIONS(1485), + [aux_sym_unquoted_token1] = ACTIONS(1485), + [anon_sym_POUND] = ACTIONS(105), + }, + [957] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2656), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(957), + [anon_sym_SEMI] = ACTIONS(2677), + [anon_sym_LF] = ACTIONS(2679), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2677), + [anon_sym_PIPE] = ACTIONS(2677), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [958] = { + [sym_comment] = STATE(958), + [ts_builtin_sym_end] = ACTIONS(1477), + [anon_sym_SEMI] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_err_GT] = ACTIONS(1475), + [anon_sym_out_GT] = ACTIONS(1475), + [anon_sym_e_GT] = ACTIONS(1475), + [anon_sym_o_GT] = ACTIONS(1475), + [anon_sym_err_PLUSout_GT] = ACTIONS(1475), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1475), + [anon_sym_o_PLUSe_GT] = ACTIONS(1475), + [anon_sym_e_PLUSo_GT] = ACTIONS(1475), + [aux_sym_unquoted_token1] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [959] = { + [sym_comment] = STATE(959), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_LF] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_RPAREN] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1501), + [anon_sym_GT] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1501), + [anon_sym_DOT] = ACTIONS(1501), + [anon_sym_DOT2] = ACTIONS(1503), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_STAR_STAR] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_SLASH] = ACTIONS(1501), + [anon_sym_mod] = ACTIONS(1501), + [anon_sym_SLASH_SLASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_bit_DASHshl] = ACTIONS(1501), + [anon_sym_bit_DASHshr] = ACTIONS(1501), + [anon_sym_EQ_EQ] = ACTIONS(1501), + [anon_sym_BANG_EQ] = ACTIONS(1501), + [anon_sym_LT2] = ACTIONS(1501), + [anon_sym_LT_EQ] = ACTIONS(1501), + [anon_sym_GT_EQ] = ACTIONS(1501), + [anon_sym_not_DASHin] = ACTIONS(1501), + [anon_sym_starts_DASHwith] = ACTIONS(1501), + [anon_sym_ends_DASHwith] = ACTIONS(1501), + [anon_sym_EQ_TILDE] = ACTIONS(1501), + [anon_sym_BANG_TILDE] = ACTIONS(1501), + [anon_sym_bit_DASHand] = ACTIONS(1501), + [anon_sym_bit_DASHxor] = ACTIONS(1501), + [anon_sym_bit_DASHor] = ACTIONS(1501), + [anon_sym_and] = ACTIONS(1501), + [anon_sym_xor] = ACTIONS(1501), + [anon_sym_or] = ACTIONS(1501), + [anon_sym_null] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(1501), + [anon_sym_false] = ACTIONS(1501), + [aux_sym__val_number_decimal_token1] = ACTIONS(1501), + [aux_sym__val_number_token1] = ACTIONS(1501), + [aux_sym__val_number_token2] = ACTIONS(1501), + [aux_sym__val_number_token3] = ACTIONS(1501), + [aux_sym__val_number_token4] = ACTIONS(1501), + [aux_sym__val_number_token5] = ACTIONS(1501), + [aux_sym__val_number_token6] = ACTIONS(1501), + [anon_sym_0b] = ACTIONS(1501), + [anon_sym_0o] = ACTIONS(1501), + [anon_sym_0x] = ACTIONS(1501), + [sym_val_date] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym__str_single_quotes] = ACTIONS(1501), + [sym__str_back_ticks] = ACTIONS(1501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1501), + [anon_sym_err_GT] = ACTIONS(1501), + [anon_sym_out_GT] = ACTIONS(1501), + [anon_sym_e_GT] = ACTIONS(1501), + [anon_sym_o_GT] = ACTIONS(1501), + [anon_sym_err_PLUSout_GT] = ACTIONS(1501), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1501), + [anon_sym_o_PLUSe_GT] = ACTIONS(1501), + [anon_sym_e_PLUSo_GT] = ACTIONS(1501), + [aux_sym_unquoted_token1] = ACTIONS(1501), + [anon_sym_POUND] = ACTIONS(105), + }, + [960] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2656), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(960), + [anon_sym_SEMI] = ACTIONS(2681), + [anon_sym_LF] = ACTIONS(2683), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2151), + [anon_sym_RPAREN] = ACTIONS(2681), + [anon_sym_PIPE] = ACTIONS(2681), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_DOT] = ACTIONS(2159), + [anon_sym_PLUS] = ACTIONS(2161), + [anon_sym_null] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(2165), + [anon_sym_false] = ACTIONS(2165), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(2169), + [aux_sym__val_number_token2] = ACTIONS(2169), + [aux_sym__val_number_token3] = ACTIONS(2169), + [aux_sym__val_number_token4] = ACTIONS(2171), + [aux_sym__val_number_token5] = ACTIONS(2171), + [aux_sym__val_number_token6] = ACTIONS(2171), + [anon_sym_0b] = ACTIONS(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(2177), + [sym__str_single_quotes] = ACTIONS(2179), + [sym__str_back_ticks] = ACTIONS(2179), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2181), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2183), + [anon_sym_err_GT] = ACTIONS(2185), + [anon_sym_out_GT] = ACTIONS(2185), + [anon_sym_e_GT] = ACTIONS(2185), + [anon_sym_o_GT] = ACTIONS(2185), + [anon_sym_err_PLUSout_GT] = ACTIONS(2185), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2185), + [anon_sym_o_PLUSe_GT] = ACTIONS(2185), + [anon_sym_e_PLUSo_GT] = ACTIONS(2185), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(105), + }, + [961] = { + [sym_comment] = STATE(961), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [962] = { + [sym_comment] = STATE(962), + [anon_sym_SEMI] = ACTIONS(1654), + [anon_sym_LF] = ACTIONS(1656), + [anon_sym_LBRACK] = ACTIONS(1654), + [anon_sym_LPAREN] = ACTIONS(1654), + [anon_sym_RPAREN] = ACTIONS(1654), + [anon_sym_PIPE] = ACTIONS(1654), + [anon_sym_DOLLAR] = ACTIONS(1654), + [anon_sym_GT] = ACTIONS(1654), + [anon_sym_DASH] = ACTIONS(1654), + [anon_sym_in] = ACTIONS(1654), + [anon_sym_LBRACE] = ACTIONS(1654), + [anon_sym_RBRACE] = ACTIONS(1654), + [anon_sym_DOT] = ACTIONS(1654), + [anon_sym_STAR] = ACTIONS(1654), + [anon_sym_STAR_STAR] = ACTIONS(1654), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_SLASH] = ACTIONS(1654), + [anon_sym_mod] = ACTIONS(1654), + [anon_sym_SLASH_SLASH] = ACTIONS(1654), + [anon_sym_PLUS] = ACTIONS(1654), + [anon_sym_bit_DASHshl] = ACTIONS(1654), + [anon_sym_bit_DASHshr] = ACTIONS(1654), + [anon_sym_EQ_EQ] = ACTIONS(1654), + [anon_sym_BANG_EQ] = ACTIONS(1654), + [anon_sym_LT2] = ACTIONS(1654), + [anon_sym_LT_EQ] = ACTIONS(1654), + [anon_sym_GT_EQ] = ACTIONS(1654), + [anon_sym_not_DASHin] = ACTIONS(1654), + [anon_sym_starts_DASHwith] = ACTIONS(1654), + [anon_sym_ends_DASHwith] = ACTIONS(1654), + [anon_sym_EQ_TILDE] = ACTIONS(1654), + [anon_sym_BANG_TILDE] = ACTIONS(1654), + [anon_sym_bit_DASHand] = ACTIONS(1654), + [anon_sym_bit_DASHxor] = ACTIONS(1654), + [anon_sym_bit_DASHor] = ACTIONS(1654), + [anon_sym_and] = ACTIONS(1654), + [anon_sym_xor] = ACTIONS(1654), + [anon_sym_or] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_true] = ACTIONS(1654), + [anon_sym_false] = ACTIONS(1654), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1654), + [aux_sym__val_number_token2] = ACTIONS(1654), + [aux_sym__val_number_token3] = ACTIONS(1654), + [aux_sym__val_number_token4] = ACTIONS(1654), + [aux_sym__val_number_token5] = ACTIONS(1654), + [aux_sym__val_number_token6] = ACTIONS(1654), + [anon_sym_0b] = ACTIONS(1654), + [anon_sym_0o] = ACTIONS(1654), + [anon_sym_0x] = ACTIONS(1654), + [sym_val_date] = ACTIONS(1654), + [anon_sym_DQUOTE] = ACTIONS(1654), + [sym__str_single_quotes] = ACTIONS(1654), + [sym__str_back_ticks] = ACTIONS(1654), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1654), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1654), + [anon_sym_err_GT] = ACTIONS(1654), + [anon_sym_out_GT] = ACTIONS(1654), + [anon_sym_e_GT] = ACTIONS(1654), + [anon_sym_o_GT] = ACTIONS(1654), + [anon_sym_err_PLUSout_GT] = ACTIONS(1654), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1654), + [anon_sym_o_PLUSe_GT] = ACTIONS(1654), + [anon_sym_e_PLUSo_GT] = ACTIONS(1654), + [aux_sym_unquoted_token1] = ACTIONS(1654), + [anon_sym_POUND] = ACTIONS(105), + }, + [963] = { + [sym_ctrl_do] = STATE(5002), + [sym_ctrl_if] = STATE(5002), + [sym_ctrl_match] = STATE(5002), + [sym_ctrl_try] = STATE(5002), + [sym__expression] = STATE(5002), + [sym_expr_unary] = STATE(3190), + [sym__expr_unary_minus] = STATE(3186), + [sym_expr_binary] = STATE(3190), + [sym__expr_binary_expression] = STATE(3484), + [sym_expr_parenthesized] = STATE(3029), + [sym_val_range] = STATE(2605), + [sym__value] = STATE(3190), + [sym_val_nothing] = STATE(3212), + [sym_val_bool] = STATE(3212), + [sym_val_variable] = STATE(3040), + [sym__var] = STATE(2893), + [sym_val_number] = STATE(464), + [sym__val_number_decimal] = STATE(428), + [sym__val_number] = STATE(426), + [sym_val_duration] = STATE(3212), + [sym_val_filesize] = STATE(3212), + [sym_val_binary] = STATE(3212), + [sym_val_string] = STATE(3212), + [sym__str_double_quotes] = STATE(3222), + [sym_val_interpolated] = STATE(3212), + [sym__inter_single_quotes] = STATE(3185), + [sym__inter_double_quotes] = STATE(3179), + [sym_val_list] = STATE(3212), + [sym_val_record] = STATE(3212), + [sym_val_table] = STATE(3212), + [sym_val_closure] = STATE(3212), + [sym_comment] = STATE(963), + [ts_builtin_sym_end] = ACTIONS(2641), + [anon_sym_SEMI] = ACTIONS(2639), + [anon_sym_LF] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_LPAREN] = ACTIONS(2701), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_DOLLAR] = ACTIONS(1781), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(2703), + [anon_sym_DOT] = ACTIONS(2705), + [anon_sym_try] = ACTIONS(61), + [anon_sym_PLUS] = ACTIONS(2707), + [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(2709), + [anon_sym_DQUOTE] = ACTIONS(2711), + [sym__str_single_quotes] = ACTIONS(2713), + [sym__str_back_ticks] = ACTIONS(2713), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2715), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2717), + [anon_sym_POUND] = ACTIONS(105), + }, + [964] = { + [sym_comment] = STATE(964), + [ts_builtin_sym_end] = ACTIONS(1371), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_PIPE] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_GT] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_in] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_STAR_STAR] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_SLASH] = ACTIONS(1369), + [anon_sym_mod] = ACTIONS(1369), + [anon_sym_SLASH_SLASH] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_bit_DASHshl] = ACTIONS(1369), + [anon_sym_bit_DASHshr] = ACTIONS(1369), + [anon_sym_EQ_EQ] = ACTIONS(1369), + [anon_sym_BANG_EQ] = ACTIONS(1369), + [anon_sym_LT2] = ACTIONS(1369), + [anon_sym_LT_EQ] = ACTIONS(1369), + [anon_sym_GT_EQ] = ACTIONS(1369), + [anon_sym_not_DASHin] = ACTIONS(1369), + [anon_sym_starts_DASHwith] = ACTIONS(1369), + [anon_sym_ends_DASHwith] = ACTIONS(1369), + [anon_sym_EQ_TILDE] = ACTIONS(1369), + [anon_sym_BANG_TILDE] = ACTIONS(1369), + [anon_sym_bit_DASHand] = ACTIONS(1369), + [anon_sym_bit_DASHxor] = ACTIONS(1369), + [anon_sym_bit_DASHor] = ACTIONS(1369), + [anon_sym_and] = ACTIONS(1369), + [anon_sym_xor] = ACTIONS(1369), + [anon_sym_or] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_err_GT] = ACTIONS(1369), + [anon_sym_out_GT] = ACTIONS(1369), + [anon_sym_e_GT] = ACTIONS(1369), + [anon_sym_o_GT] = ACTIONS(1369), + [anon_sym_err_PLUSout_GT] = ACTIONS(1369), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1369), + [anon_sym_o_PLUSe_GT] = ACTIONS(1369), + [anon_sym_e_PLUSo_GT] = ACTIONS(1369), + [aux_sym_unquoted_token1] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(2115), + [anon_sym_POUND] = ACTIONS(105), + }, + [965] = { + [sym_comment] = STATE(965), + [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(2719), + [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), + }, + [966] = { + [sym_comment] = STATE(966), + [anon_sym_SEMI] = ACTIONS(1564), + [anon_sym_LF] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym_RPAREN] = ACTIONS(1564), + [anon_sym_PIPE] = ACTIONS(1564), + [anon_sym_DOLLAR] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1564), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_in] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1564), + [anon_sym_RBRACE] = ACTIONS(1564), + [anon_sym_DOT] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1564), + [anon_sym_STAR_STAR] = ACTIONS(1564), + [anon_sym_PLUS_PLUS] = ACTIONS(1564), + [anon_sym_SLASH] = ACTIONS(1564), + [anon_sym_mod] = ACTIONS(1564), + [anon_sym_SLASH_SLASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_bit_DASHshl] = ACTIONS(1564), + [anon_sym_bit_DASHshr] = ACTIONS(1564), + [anon_sym_EQ_EQ] = ACTIONS(1564), + [anon_sym_BANG_EQ] = ACTIONS(1564), + [anon_sym_LT2] = ACTIONS(1564), + [anon_sym_LT_EQ] = ACTIONS(1564), + [anon_sym_GT_EQ] = ACTIONS(1564), + [anon_sym_not_DASHin] = ACTIONS(1564), + [anon_sym_starts_DASHwith] = ACTIONS(1564), + [anon_sym_ends_DASHwith] = ACTIONS(1564), + [anon_sym_EQ_TILDE] = ACTIONS(1564), + [anon_sym_BANG_TILDE] = ACTIONS(1564), + [anon_sym_bit_DASHand] = ACTIONS(1564), + [anon_sym_bit_DASHxor] = ACTIONS(1564), + [anon_sym_bit_DASHor] = ACTIONS(1564), + [anon_sym_and] = ACTIONS(1564), + [anon_sym_xor] = ACTIONS(1564), + [anon_sym_or] = ACTIONS(1564), + [anon_sym_null] = ACTIONS(1564), + [anon_sym_true] = ACTIONS(1564), + [anon_sym_false] = ACTIONS(1564), + [aux_sym__val_number_decimal_token1] = ACTIONS(1564), + [aux_sym__val_number_token1] = ACTIONS(1564), + [aux_sym__val_number_token2] = ACTIONS(1564), + [aux_sym__val_number_token3] = ACTIONS(1564), + [aux_sym__val_number_token4] = ACTIONS(1564), + [aux_sym__val_number_token5] = ACTIONS(1564), + [aux_sym__val_number_token6] = ACTIONS(1564), + [anon_sym_0b] = ACTIONS(1564), + [anon_sym_0o] = ACTIONS(1564), + [anon_sym_0x] = ACTIONS(1564), + [sym_val_date] = ACTIONS(1564), + [anon_sym_DQUOTE] = ACTIONS(1564), + [sym__str_single_quotes] = ACTIONS(1564), + [sym__str_back_ticks] = ACTIONS(1564), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1564), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1564), + [anon_sym_err_GT] = ACTIONS(1564), + [anon_sym_out_GT] = ACTIONS(1564), + [anon_sym_e_GT] = ACTIONS(1564), + [anon_sym_o_GT] = ACTIONS(1564), + [anon_sym_err_PLUSout_GT] = ACTIONS(1564), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1564), + [anon_sym_o_PLUSe_GT] = ACTIONS(1564), + [anon_sym_e_PLUSo_GT] = ACTIONS(1564), + [aux_sym_unquoted_token1] = ACTIONS(1564), + [anon_sym_POUND] = ACTIONS(105), + }, + [967] = { + [sym_comment] = STATE(967), + [anon_sym_SEMI] = ACTIONS(1636), + [anon_sym_LF] = ACTIONS(1638), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1636), + [anon_sym_RPAREN] = ACTIONS(1636), + [anon_sym_PIPE] = ACTIONS(1636), + [anon_sym_DOLLAR] = ACTIONS(1636), + [anon_sym_GT] = ACTIONS(1636), + [anon_sym_DASH] = ACTIONS(1636), + [anon_sym_in] = ACTIONS(1636), + [anon_sym_LBRACE] = ACTIONS(1636), + [anon_sym_RBRACE] = ACTIONS(1636), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_STAR] = ACTIONS(1636), + [anon_sym_STAR_STAR] = ACTIONS(1636), + [anon_sym_PLUS_PLUS] = ACTIONS(1636), + [anon_sym_SLASH] = ACTIONS(1636), + [anon_sym_mod] = ACTIONS(1636), + [anon_sym_SLASH_SLASH] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(1636), + [anon_sym_bit_DASHshl] = ACTIONS(1636), + [anon_sym_bit_DASHshr] = ACTIONS(1636), + [anon_sym_EQ_EQ] = ACTIONS(1636), + [anon_sym_BANG_EQ] = ACTIONS(1636), + [anon_sym_LT2] = ACTIONS(1636), + [anon_sym_LT_EQ] = ACTIONS(1636), + [anon_sym_GT_EQ] = ACTIONS(1636), + [anon_sym_not_DASHin] = ACTIONS(1636), + [anon_sym_starts_DASHwith] = ACTIONS(1636), + [anon_sym_ends_DASHwith] = ACTIONS(1636), + [anon_sym_EQ_TILDE] = ACTIONS(1636), + [anon_sym_BANG_TILDE] = ACTIONS(1636), + [anon_sym_bit_DASHand] = ACTIONS(1636), + [anon_sym_bit_DASHxor] = ACTIONS(1636), + [anon_sym_bit_DASHor] = ACTIONS(1636), + [anon_sym_and] = ACTIONS(1636), + [anon_sym_xor] = ACTIONS(1636), + [anon_sym_or] = ACTIONS(1636), + [anon_sym_null] = ACTIONS(1636), + [anon_sym_true] = ACTIONS(1636), + [anon_sym_false] = ACTIONS(1636), + [aux_sym__val_number_decimal_token1] = ACTIONS(1636), + [aux_sym__val_number_token1] = ACTIONS(1636), + [aux_sym__val_number_token2] = ACTIONS(1636), + [aux_sym__val_number_token3] = ACTIONS(1636), + [aux_sym__val_number_token4] = ACTIONS(1636), + [aux_sym__val_number_token5] = ACTIONS(1636), + [aux_sym__val_number_token6] = ACTIONS(1636), + [anon_sym_0b] = ACTIONS(1636), + [anon_sym_0o] = ACTIONS(1636), + [anon_sym_0x] = ACTIONS(1636), + [sym_val_date] = ACTIONS(1636), + [anon_sym_DQUOTE] = ACTIONS(1636), + [sym__str_single_quotes] = ACTIONS(1636), + [sym__str_back_ticks] = ACTIONS(1636), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1636), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1636), + [anon_sym_err_GT] = ACTIONS(1636), + [anon_sym_out_GT] = ACTIONS(1636), + [anon_sym_e_GT] = ACTIONS(1636), + [anon_sym_o_GT] = ACTIONS(1636), + [anon_sym_err_PLUSout_GT] = ACTIONS(1636), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1636), + [anon_sym_o_PLUSe_GT] = ACTIONS(1636), + [anon_sym_e_PLUSo_GT] = ACTIONS(1636), + [aux_sym_unquoted_token1] = ACTIONS(1636), + [anon_sym_POUND] = ACTIONS(105), + }, + [968] = { + [sym_comment] = STATE(968), + [anon_sym_SEMI] = ACTIONS(1588), + [anon_sym_LF] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_LPAREN] = ACTIONS(1588), + [anon_sym_RPAREN] = ACTIONS(1588), + [anon_sym_PIPE] = ACTIONS(1588), + [anon_sym_DOLLAR] = ACTIONS(1588), + [anon_sym_GT] = ACTIONS(1588), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_in] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1588), + [anon_sym_RBRACE] = ACTIONS(1588), + [anon_sym_DOT] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1588), + [anon_sym_STAR_STAR] = ACTIONS(1588), + [anon_sym_PLUS_PLUS] = ACTIONS(1588), + [anon_sym_SLASH] = ACTIONS(1588), + [anon_sym_mod] = ACTIONS(1588), + [anon_sym_SLASH_SLASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_bit_DASHshl] = ACTIONS(1588), + [anon_sym_bit_DASHshr] = ACTIONS(1588), + [anon_sym_EQ_EQ] = ACTIONS(1588), + [anon_sym_BANG_EQ] = ACTIONS(1588), + [anon_sym_LT2] = ACTIONS(1588), + [anon_sym_LT_EQ] = ACTIONS(1588), + [anon_sym_GT_EQ] = ACTIONS(1588), + [anon_sym_not_DASHin] = ACTIONS(1588), + [anon_sym_starts_DASHwith] = ACTIONS(1588), + [anon_sym_ends_DASHwith] = ACTIONS(1588), + [anon_sym_EQ_TILDE] = ACTIONS(1588), + [anon_sym_BANG_TILDE] = ACTIONS(1588), + [anon_sym_bit_DASHand] = ACTIONS(1588), + [anon_sym_bit_DASHxor] = ACTIONS(1588), + [anon_sym_bit_DASHor] = ACTIONS(1588), + [anon_sym_and] = ACTIONS(1588), + [anon_sym_xor] = ACTIONS(1588), + [anon_sym_or] = ACTIONS(1588), + [anon_sym_null] = ACTIONS(1588), + [anon_sym_true] = ACTIONS(1588), + [anon_sym_false] = ACTIONS(1588), + [aux_sym__val_number_decimal_token1] = ACTIONS(1588), + [aux_sym__val_number_token1] = ACTIONS(1588), + [aux_sym__val_number_token2] = ACTIONS(1588), + [aux_sym__val_number_token3] = ACTIONS(1588), + [aux_sym__val_number_token4] = ACTIONS(1588), + [aux_sym__val_number_token5] = ACTIONS(1588), + [aux_sym__val_number_token6] = ACTIONS(1588), + [anon_sym_0b] = ACTIONS(1588), + [anon_sym_0o] = ACTIONS(1588), + [anon_sym_0x] = ACTIONS(1588), + [sym_val_date] = ACTIONS(1588), + [anon_sym_DQUOTE] = ACTIONS(1588), + [sym__str_single_quotes] = ACTIONS(1588), + [sym__str_back_ticks] = ACTIONS(1588), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1588), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1588), + [anon_sym_err_GT] = ACTIONS(1588), + [anon_sym_out_GT] = ACTIONS(1588), + [anon_sym_e_GT] = ACTIONS(1588), + [anon_sym_o_GT] = ACTIONS(1588), + [anon_sym_err_PLUSout_GT] = ACTIONS(1588), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1588), + [anon_sym_o_PLUSe_GT] = ACTIONS(1588), + [anon_sym_e_PLUSo_GT] = ACTIONS(1588), + [aux_sym_unquoted_token1] = ACTIONS(1588), + [anon_sym_POUND] = ACTIONS(105), + }, + [969] = { + [sym_comment] = STATE(969), + [anon_sym_SEMI] = ACTIONS(1560), + [anon_sym_LF] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_LPAREN] = ACTIONS(1560), + [anon_sym_RPAREN] = ACTIONS(1560), + [anon_sym_PIPE] = ACTIONS(1560), + [anon_sym_DOLLAR] = ACTIONS(1560), + [anon_sym_GT] = ACTIONS(1560), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_in] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1560), + [anon_sym_RBRACE] = ACTIONS(1560), + [anon_sym_DOT] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1560), + [anon_sym_STAR_STAR] = ACTIONS(1560), + [anon_sym_PLUS_PLUS] = ACTIONS(1560), + [anon_sym_SLASH] = ACTIONS(1560), + [anon_sym_mod] = ACTIONS(1560), + [anon_sym_SLASH_SLASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_bit_DASHshl] = ACTIONS(1560), + [anon_sym_bit_DASHshr] = ACTIONS(1560), + [anon_sym_EQ_EQ] = ACTIONS(1560), + [anon_sym_BANG_EQ] = ACTIONS(1560), + [anon_sym_LT2] = ACTIONS(1560), + [anon_sym_LT_EQ] = ACTIONS(1560), + [anon_sym_GT_EQ] = ACTIONS(1560), + [anon_sym_not_DASHin] = ACTIONS(1560), + [anon_sym_starts_DASHwith] = ACTIONS(1560), + [anon_sym_ends_DASHwith] = ACTIONS(1560), + [anon_sym_EQ_TILDE] = ACTIONS(1560), + [anon_sym_BANG_TILDE] = ACTIONS(1560), + [anon_sym_bit_DASHand] = ACTIONS(1560), + [anon_sym_bit_DASHxor] = ACTIONS(1560), + [anon_sym_bit_DASHor] = ACTIONS(1560), + [anon_sym_and] = ACTIONS(1560), + [anon_sym_xor] = ACTIONS(1560), + [anon_sym_or] = ACTIONS(1560), + [anon_sym_null] = ACTIONS(1560), + [anon_sym_true] = ACTIONS(1560), + [anon_sym_false] = ACTIONS(1560), + [aux_sym__val_number_decimal_token1] = ACTIONS(1560), + [aux_sym__val_number_token1] = ACTIONS(1560), + [aux_sym__val_number_token2] = ACTIONS(1560), + [aux_sym__val_number_token3] = ACTIONS(1560), + [aux_sym__val_number_token4] = ACTIONS(1560), + [aux_sym__val_number_token5] = ACTIONS(1560), + [aux_sym__val_number_token6] = ACTIONS(1560), + [anon_sym_0b] = ACTIONS(1560), + [anon_sym_0o] = ACTIONS(1560), + [anon_sym_0x] = ACTIONS(1560), + [sym_val_date] = ACTIONS(1560), + [anon_sym_DQUOTE] = ACTIONS(1560), + [sym__str_single_quotes] = ACTIONS(1560), + [sym__str_back_ticks] = ACTIONS(1560), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1560), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1560), + [anon_sym_err_GT] = ACTIONS(1560), + [anon_sym_out_GT] = ACTIONS(1560), + [anon_sym_e_GT] = ACTIONS(1560), + [anon_sym_o_GT] = ACTIONS(1560), + [anon_sym_err_PLUSout_GT] = ACTIONS(1560), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1560), + [anon_sym_o_PLUSe_GT] = ACTIONS(1560), + [anon_sym_e_PLUSo_GT] = ACTIONS(1560), + [aux_sym_unquoted_token1] = ACTIONS(1560), + [anon_sym_POUND] = ACTIONS(105), + }, + [970] = { + [sym_comment] = STATE(970), + [anon_sym_SEMI] = ACTIONS(1628), + [anon_sym_LF] = ACTIONS(1630), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_LPAREN] = ACTIONS(1628), + [anon_sym_RPAREN] = ACTIONS(1628), + [anon_sym_PIPE] = ACTIONS(1628), + [anon_sym_DOLLAR] = ACTIONS(1628), + [anon_sym_GT] = ACTIONS(1628), + [anon_sym_DASH] = ACTIONS(1628), + [anon_sym_in] = ACTIONS(1628), + [anon_sym_LBRACE] = ACTIONS(1628), + [anon_sym_RBRACE] = ACTIONS(1628), + [anon_sym_DOT] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(1628), + [anon_sym_STAR_STAR] = ACTIONS(1628), + [anon_sym_PLUS_PLUS] = ACTIONS(1628), + [anon_sym_SLASH] = ACTIONS(1628), + [anon_sym_mod] = ACTIONS(1628), + [anon_sym_SLASH_SLASH] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(1628), + [anon_sym_bit_DASHshl] = ACTIONS(1628), + [anon_sym_bit_DASHshr] = ACTIONS(1628), + [anon_sym_EQ_EQ] = ACTIONS(1628), + [anon_sym_BANG_EQ] = ACTIONS(1628), + [anon_sym_LT2] = ACTIONS(1628), + [anon_sym_LT_EQ] = ACTIONS(1628), + [anon_sym_GT_EQ] = ACTIONS(1628), + [anon_sym_not_DASHin] = ACTIONS(1628), + [anon_sym_starts_DASHwith] = ACTIONS(1628), + [anon_sym_ends_DASHwith] = ACTIONS(1628), + [anon_sym_EQ_TILDE] = ACTIONS(1628), + [anon_sym_BANG_TILDE] = ACTIONS(1628), + [anon_sym_bit_DASHand] = ACTIONS(1628), + [anon_sym_bit_DASHxor] = ACTIONS(1628), + [anon_sym_bit_DASHor] = ACTIONS(1628), + [anon_sym_and] = ACTIONS(1628), + [anon_sym_xor] = ACTIONS(1628), + [anon_sym_or] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_true] = ACTIONS(1628), + [anon_sym_false] = ACTIONS(1628), + [aux_sym__val_number_decimal_token1] = ACTIONS(1628), + [aux_sym__val_number_token1] = ACTIONS(1628), + [aux_sym__val_number_token2] = ACTIONS(1628), + [aux_sym__val_number_token3] = ACTIONS(1628), + [aux_sym__val_number_token4] = ACTIONS(1628), + [aux_sym__val_number_token5] = ACTIONS(1628), + [aux_sym__val_number_token6] = ACTIONS(1628), + [anon_sym_0b] = ACTIONS(1628), + [anon_sym_0o] = ACTIONS(1628), + [anon_sym_0x] = ACTIONS(1628), + [sym_val_date] = ACTIONS(1628), + [anon_sym_DQUOTE] = ACTIONS(1628), + [sym__str_single_quotes] = ACTIONS(1628), + [sym__str_back_ticks] = ACTIONS(1628), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1628), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1628), + [anon_sym_err_GT] = ACTIONS(1628), + [anon_sym_out_GT] = ACTIONS(1628), + [anon_sym_e_GT] = ACTIONS(1628), + [anon_sym_o_GT] = ACTIONS(1628), + [anon_sym_err_PLUSout_GT] = ACTIONS(1628), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1628), + [anon_sym_o_PLUSe_GT] = ACTIONS(1628), + [anon_sym_e_PLUSo_GT] = ACTIONS(1628), + [aux_sym_unquoted_token1] = ACTIONS(1628), + [anon_sym_POUND] = ACTIONS(105), + }, + [971] = { + [sym__flag] = STATE(1439), + [sym_short_flag] = STATE(1441), + [sym_long_flag] = STATE(1441), + [sym_comment] = STATE(971), + [aux_sym_overlay_use_repeat1] = STATE(973), + [ts_builtin_sym_end] = ACTIONS(2608), + [anon_sym_export] = ACTIONS(2606), + [anon_sym_alias] = ACTIONS(2606), + [anon_sym_let] = ACTIONS(2606), + [anon_sym_let_DASHenv] = ACTIONS(2606), + [anon_sym_mut] = ACTIONS(2606), + [anon_sym_const] = ACTIONS(2606), + [anon_sym_SEMI] = ACTIONS(2606), + [sym_cmd_identifier] = ACTIONS(2606), + [anon_sym_LF] = ACTIONS(2608), + [anon_sym_def] = ACTIONS(2606), + [anon_sym_export_DASHenv] = ACTIONS(2606), + [anon_sym_extern] = ACTIONS(2606), + [anon_sym_module] = ACTIONS(2606), + [anon_sym_use] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2606), + [anon_sym_LPAREN] = ACTIONS(2606), + [anon_sym_DOLLAR] = ACTIONS(2606), + [anon_sym_error] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2606), + [anon_sym_continue] = ACTIONS(2606), + [anon_sym_for] = ACTIONS(2606), + [anon_sym_loop] = ACTIONS(2606), + [anon_sym_while] = ACTIONS(2606), + [anon_sym_do] = ACTIONS(2606), + [anon_sym_if] = ACTIONS(2606), + [anon_sym_match] = ACTIONS(2606), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_DOT] = ACTIONS(2606), + [anon_sym_try] = ACTIONS(2606), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_source] = ACTIONS(2606), + [anon_sym_source_DASHenv] = ACTIONS(2606), + [anon_sym_register] = ACTIONS(2606), + [anon_sym_hide] = ACTIONS(2606), + [anon_sym_hide_DASHenv] = ACTIONS(2606), + [anon_sym_overlay] = ACTIONS(2606), + [anon_sym_as] = ACTIONS(2721), + [anon_sym_where] = ACTIONS(2606), + [anon_sym_PLUS] = ACTIONS(2606), + [anon_sym_not] = ACTIONS(2606), + [anon_sym_null] = ACTIONS(2606), + [anon_sym_true] = ACTIONS(2606), + [anon_sym_false] = ACTIONS(2606), + [aux_sym__val_number_decimal_token1] = ACTIONS(2606), + [aux_sym__val_number_token1] = ACTIONS(2606), + [aux_sym__val_number_token2] = ACTIONS(2606), + [aux_sym__val_number_token3] = ACTIONS(2606), + [aux_sym__val_number_token4] = ACTIONS(2606), + [aux_sym__val_number_token5] = ACTIONS(2606), + [aux_sym__val_number_token6] = ACTIONS(2606), + [anon_sym_0b] = ACTIONS(2606), + [anon_sym_0o] = ACTIONS(2606), + [anon_sym_0x] = ACTIONS(2606), + [sym_val_date] = ACTIONS(2606), + [anon_sym_DQUOTE] = ACTIONS(2606), + [sym__str_single_quotes] = ACTIONS(2606), + [sym__str_back_ticks] = ACTIONS(2606), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2606), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2606), + [anon_sym_CARET] = ACTIONS(2606), + [anon_sym_POUND] = ACTIONS(105), + }, + [972] = { + [sym__flag] = STATE(1439), + [sym_short_flag] = STATE(1441), + [sym_long_flag] = STATE(1441), + [sym_comment] = STATE(972), + [aux_sym_overlay_use_repeat1] = STATE(1008), + [ts_builtin_sym_end] = ACTIONS(2665), + [anon_sym_export] = ACTIONS(2663), + [anon_sym_alias] = ACTIONS(2663), + [anon_sym_let] = ACTIONS(2663), + [anon_sym_let_DASHenv] = ACTIONS(2663), + [anon_sym_mut] = ACTIONS(2663), + [anon_sym_const] = ACTIONS(2663), + [anon_sym_SEMI] = ACTIONS(2663), + [sym_cmd_identifier] = ACTIONS(2663), + [anon_sym_LF] = ACTIONS(2665), + [anon_sym_def] = ACTIONS(2663), + [anon_sym_export_DASHenv] = ACTIONS(2663), + [anon_sym_extern] = ACTIONS(2663), + [anon_sym_module] = ACTIONS(2663), + [anon_sym_use] = ACTIONS(2663), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LPAREN] = ACTIONS(2663), + [anon_sym_DOLLAR] = ACTIONS(2663), + [anon_sym_error] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_break] = ACTIONS(2663), + [anon_sym_continue] = ACTIONS(2663), + [anon_sym_for] = ACTIONS(2663), + [anon_sym_loop] = ACTIONS(2663), + [anon_sym_while] = ACTIONS(2663), + [anon_sym_do] = ACTIONS(2663), + [anon_sym_if] = ACTIONS(2663), + [anon_sym_match] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2663), + [anon_sym_DOT] = ACTIONS(2663), + [anon_sym_try] = ACTIONS(2663), + [anon_sym_return] = ACTIONS(2663), + [anon_sym_source] = ACTIONS(2663), + [anon_sym_source_DASHenv] = ACTIONS(2663), + [anon_sym_register] = ACTIONS(2663), + [anon_sym_hide] = ACTIONS(2663), + [anon_sym_hide_DASHenv] = ACTIONS(2663), + [anon_sym_overlay] = ACTIONS(2663), + [anon_sym_as] = ACTIONS(2725), + [anon_sym_where] = ACTIONS(2663), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_not] = ACTIONS(2663), + [anon_sym_null] = ACTIONS(2663), + [anon_sym_true] = ACTIONS(2663), + [anon_sym_false] = ACTIONS(2663), + [aux_sym__val_number_decimal_token1] = ACTIONS(2663), + [aux_sym__val_number_token1] = ACTIONS(2663), + [aux_sym__val_number_token2] = ACTIONS(2663), + [aux_sym__val_number_token3] = ACTIONS(2663), + [aux_sym__val_number_token4] = ACTIONS(2663), + [aux_sym__val_number_token5] = ACTIONS(2663), + [aux_sym__val_number_token6] = ACTIONS(2663), + [anon_sym_0b] = ACTIONS(2663), + [anon_sym_0o] = ACTIONS(2663), + [anon_sym_0x] = ACTIONS(2663), + [sym_val_date] = ACTIONS(2663), + [anon_sym_DQUOTE] = ACTIONS(2663), + [sym__str_single_quotes] = ACTIONS(2663), + [sym__str_back_ticks] = ACTIONS(2663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_POUND] = ACTIONS(105), + }, + [973] = { + [sym__flag] = STATE(1439), + [sym_short_flag] = STATE(1441), + [sym_long_flag] = STATE(1441), + [sym_comment] = STATE(973), + [aux_sym_overlay_use_repeat1] = STATE(973), + [ts_builtin_sym_end] = ACTIONS(2616), + [anon_sym_export] = ACTIONS(2614), + [anon_sym_alias] = ACTIONS(2614), + [anon_sym_let] = ACTIONS(2614), + [anon_sym_let_DASHenv] = ACTIONS(2614), + [anon_sym_mut] = ACTIONS(2614), + [anon_sym_const] = ACTIONS(2614), + [anon_sym_SEMI] = ACTIONS(2614), + [sym_cmd_identifier] = ACTIONS(2614), + [anon_sym_LF] = ACTIONS(2616), + [anon_sym_def] = ACTIONS(2614), + [anon_sym_export_DASHenv] = ACTIONS(2614), + [anon_sym_extern] = ACTIONS(2614), + [anon_sym_module] = ACTIONS(2614), + [anon_sym_use] = ACTIONS(2614), + [anon_sym_LBRACK] = ACTIONS(2614), + [anon_sym_LPAREN] = ACTIONS(2614), + [anon_sym_DOLLAR] = ACTIONS(2614), + [anon_sym_error] = ACTIONS(2614), + [anon_sym_DASH] = ACTIONS(2727), + [anon_sym_break] = ACTIONS(2614), + [anon_sym_continue] = ACTIONS(2614), + [anon_sym_for] = ACTIONS(2614), + [anon_sym_loop] = ACTIONS(2614), + [anon_sym_while] = ACTIONS(2614), + [anon_sym_do] = ACTIONS(2614), + [anon_sym_if] = ACTIONS(2614), + [anon_sym_match] = ACTIONS(2614), + [anon_sym_LBRACE] = ACTIONS(2614), + [anon_sym_DOT] = ACTIONS(2614), + [anon_sym_try] = ACTIONS(2614), + [anon_sym_return] = ACTIONS(2614), + [anon_sym_source] = ACTIONS(2614), + [anon_sym_source_DASHenv] = ACTIONS(2614), + [anon_sym_register] = ACTIONS(2614), + [anon_sym_hide] = ACTIONS(2614), + [anon_sym_hide_DASHenv] = ACTIONS(2614), + [anon_sym_overlay] = ACTIONS(2614), + [anon_sym_as] = ACTIONS(2614), + [anon_sym_where] = ACTIONS(2614), + [anon_sym_PLUS] = ACTIONS(2614), + [anon_sym_not] = ACTIONS(2614), + [anon_sym_null] = ACTIONS(2614), + [anon_sym_true] = ACTIONS(2614), + [anon_sym_false] = ACTIONS(2614), + [aux_sym__val_number_decimal_token1] = ACTIONS(2614), + [aux_sym__val_number_token1] = ACTIONS(2614), + [aux_sym__val_number_token2] = ACTIONS(2614), + [aux_sym__val_number_token3] = ACTIONS(2614), + [aux_sym__val_number_token4] = ACTIONS(2614), + [aux_sym__val_number_token5] = ACTIONS(2614), + [aux_sym__val_number_token6] = ACTIONS(2614), + [anon_sym_0b] = ACTIONS(2614), + [anon_sym_0o] = ACTIONS(2614), + [anon_sym_0x] = ACTIONS(2614), + [sym_val_date] = ACTIONS(2614), + [anon_sym_DQUOTE] = ACTIONS(2614), + [sym__str_single_quotes] = ACTIONS(2614), + [sym__str_back_ticks] = ACTIONS(2614), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2614), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2614), + [anon_sym_CARET] = ACTIONS(2614), + [anon_sym_POUND] = ACTIONS(105), + }, + [974] = { + [sym_comment] = STATE(974), + [anon_sym_SEMI] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1642), + [anon_sym_LBRACK] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym_RPAREN] = ACTIONS(1640), + [anon_sym_PIPE] = ACTIONS(1640), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_GT] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_in] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_RBRACE] = ACTIONS(1640), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_STAR_STAR] = ACTIONS(1640), + [anon_sym_PLUS_PLUS] = ACTIONS(1640), + [anon_sym_SLASH] = ACTIONS(1640), + [anon_sym_mod] = ACTIONS(1640), + [anon_sym_SLASH_SLASH] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_bit_DASHshl] = ACTIONS(1640), + [anon_sym_bit_DASHshr] = ACTIONS(1640), + [anon_sym_EQ_EQ] = ACTIONS(1640), + [anon_sym_BANG_EQ] = ACTIONS(1640), + [anon_sym_LT2] = ACTIONS(1640), + [anon_sym_LT_EQ] = ACTIONS(1640), + [anon_sym_GT_EQ] = ACTIONS(1640), + [anon_sym_not_DASHin] = ACTIONS(1640), + [anon_sym_starts_DASHwith] = ACTIONS(1640), + [anon_sym_ends_DASHwith] = ACTIONS(1640), + [anon_sym_EQ_TILDE] = ACTIONS(1640), + [anon_sym_BANG_TILDE] = ACTIONS(1640), + [anon_sym_bit_DASHand] = ACTIONS(1640), + [anon_sym_bit_DASHxor] = ACTIONS(1640), + [anon_sym_bit_DASHor] = ACTIONS(1640), + [anon_sym_and] = ACTIONS(1640), + [anon_sym_xor] = ACTIONS(1640), + [anon_sym_or] = ACTIONS(1640), + [anon_sym_null] = ACTIONS(1640), + [anon_sym_true] = ACTIONS(1640), + [anon_sym_false] = ACTIONS(1640), + [aux_sym__val_number_decimal_token1] = ACTIONS(1640), + [aux_sym__val_number_token1] = ACTIONS(1640), + [aux_sym__val_number_token2] = ACTIONS(1640), + [aux_sym__val_number_token3] = ACTIONS(1640), + [aux_sym__val_number_token4] = ACTIONS(1640), + [aux_sym__val_number_token5] = ACTIONS(1640), + [aux_sym__val_number_token6] = ACTIONS(1640), + [anon_sym_0b] = ACTIONS(1640), + [anon_sym_0o] = ACTIONS(1640), + [anon_sym_0x] = ACTIONS(1640), + [sym_val_date] = ACTIONS(1640), + [anon_sym_DQUOTE] = ACTIONS(1640), + [sym__str_single_quotes] = ACTIONS(1640), + [sym__str_back_ticks] = ACTIONS(1640), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1640), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1640), + [anon_sym_err_GT] = ACTIONS(1640), + [anon_sym_out_GT] = ACTIONS(1640), + [anon_sym_e_GT] = ACTIONS(1640), + [anon_sym_o_GT] = ACTIONS(1640), + [anon_sym_err_PLUSout_GT] = ACTIONS(1640), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1640), + [anon_sym_o_PLUSe_GT] = ACTIONS(1640), + [anon_sym_e_PLUSo_GT] = ACTIONS(1640), + [aux_sym_unquoted_token1] = ACTIONS(1640), + [anon_sym_POUND] = ACTIONS(105), + }, + [975] = { + [sym_comment] = STATE(975), + [anon_sym_SEMI] = ACTIONS(1624), + [anon_sym_LF] = ACTIONS(1626), + [anon_sym_LBRACK] = ACTIONS(1624), + [anon_sym_LPAREN] = ACTIONS(1624), + [anon_sym_RPAREN] = ACTIONS(1624), + [anon_sym_PIPE] = ACTIONS(1624), + [anon_sym_DOLLAR] = ACTIONS(1624), + [anon_sym_GT] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_in] = ACTIONS(1624), + [anon_sym_LBRACE] = ACTIONS(1624), + [anon_sym_RBRACE] = ACTIONS(1624), + [anon_sym_DOT] = ACTIONS(1624), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_STAR_STAR] = ACTIONS(1624), + [anon_sym_PLUS_PLUS] = ACTIONS(1624), + [anon_sym_SLASH] = ACTIONS(1624), + [anon_sym_mod] = ACTIONS(1624), + [anon_sym_SLASH_SLASH] = ACTIONS(1624), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_bit_DASHshl] = ACTIONS(1624), + [anon_sym_bit_DASHshr] = ACTIONS(1624), + [anon_sym_EQ_EQ] = ACTIONS(1624), + [anon_sym_BANG_EQ] = ACTIONS(1624), + [anon_sym_LT2] = ACTIONS(1624), + [anon_sym_LT_EQ] = ACTIONS(1624), + [anon_sym_GT_EQ] = ACTIONS(1624), + [anon_sym_not_DASHin] = ACTIONS(1624), + [anon_sym_starts_DASHwith] = ACTIONS(1624), + [anon_sym_ends_DASHwith] = ACTIONS(1624), + [anon_sym_EQ_TILDE] = ACTIONS(1624), + [anon_sym_BANG_TILDE] = ACTIONS(1624), + [anon_sym_bit_DASHand] = ACTIONS(1624), + [anon_sym_bit_DASHxor] = ACTIONS(1624), + [anon_sym_bit_DASHor] = ACTIONS(1624), + [anon_sym_and] = ACTIONS(1624), + [anon_sym_xor] = ACTIONS(1624), + [anon_sym_or] = ACTIONS(1624), + [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_err_GT] = ACTIONS(1624), + [anon_sym_out_GT] = ACTIONS(1624), + [anon_sym_e_GT] = ACTIONS(1624), + [anon_sym_o_GT] = ACTIONS(1624), + [anon_sym_err_PLUSout_GT] = ACTIONS(1624), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1624), + [anon_sym_o_PLUSe_GT] = ACTIONS(1624), + [anon_sym_e_PLUSo_GT] = ACTIONS(1624), + [aux_sym_unquoted_token1] = ACTIONS(1624), + [anon_sym_POUND] = ACTIONS(105), + }, + [976] = { + [sym_comment] = STATE(976), + [anon_sym_SEMI] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_RPAREN] = ACTIONS(1507), + [anon_sym_PIPE] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_err_GT] = ACTIONS(1507), + [anon_sym_out_GT] = ACTIONS(1507), + [anon_sym_e_GT] = ACTIONS(1507), + [anon_sym_o_GT] = ACTIONS(1507), + [anon_sym_err_PLUSout_GT] = ACTIONS(1507), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1507), + [anon_sym_o_PLUSe_GT] = ACTIONS(1507), + [anon_sym_e_PLUSo_GT] = ACTIONS(1507), + [aux_sym_unquoted_token1] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(105), + }, + [977] = { + [sym_comment] = STATE(977), + [ts_builtin_sym_end] = ACTIONS(1487), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_LF] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_PIPE] = ACTIONS(1485), + [anon_sym_DOLLAR] = ACTIONS(1485), + [anon_sym_GT] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1485), + [anon_sym_in] = ACTIONS(1485), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_DOT] = ACTIONS(1485), + [anon_sym_DOT2] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1485), + [anon_sym_STAR_STAR] = ACTIONS(1485), + [anon_sym_PLUS_PLUS] = ACTIONS(1485), + [anon_sym_SLASH] = ACTIONS(1485), + [anon_sym_mod] = ACTIONS(1485), + [anon_sym_SLASH_SLASH] = ACTIONS(1485), + [anon_sym_PLUS] = ACTIONS(1485), + [anon_sym_bit_DASHshl] = ACTIONS(1485), + [anon_sym_bit_DASHshr] = ACTIONS(1485), + [anon_sym_EQ_EQ] = ACTIONS(1485), + [anon_sym_BANG_EQ] = ACTIONS(1485), + [anon_sym_LT2] = ACTIONS(1485), + [anon_sym_LT_EQ] = ACTIONS(1485), + [anon_sym_GT_EQ] = ACTIONS(1485), + [anon_sym_not_DASHin] = ACTIONS(1485), + [anon_sym_starts_DASHwith] = ACTIONS(1485), + [anon_sym_ends_DASHwith] = ACTIONS(1485), + [anon_sym_EQ_TILDE] = ACTIONS(1485), + [anon_sym_BANG_TILDE] = ACTIONS(1485), + [anon_sym_bit_DASHand] = ACTIONS(1485), + [anon_sym_bit_DASHxor] = ACTIONS(1485), + [anon_sym_bit_DASHor] = ACTIONS(1485), + [anon_sym_and] = ACTIONS(1485), + [anon_sym_xor] = ACTIONS(1485), + [anon_sym_or] = ACTIONS(1485), + [anon_sym_null] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1485), + [anon_sym_false] = ACTIONS(1485), + [aux_sym__val_number_decimal_token1] = ACTIONS(1485), + [aux_sym__val_number_token1] = ACTIONS(1485), + [aux_sym__val_number_token2] = ACTIONS(1485), + [aux_sym__val_number_token3] = ACTIONS(1485), + [aux_sym__val_number_token4] = ACTIONS(1485), + [aux_sym__val_number_token5] = ACTIONS(1485), + [aux_sym__val_number_token6] = ACTIONS(1485), + [anon_sym_0b] = ACTIONS(1485), + [anon_sym_0o] = ACTIONS(1485), + [anon_sym_0x] = ACTIONS(1485), + [sym_val_date] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym__str_single_quotes] = ACTIONS(1485), + [sym__str_back_ticks] = ACTIONS(1485), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1485), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1485), + [anon_sym_err_GT] = ACTIONS(1485), + [anon_sym_out_GT] = ACTIONS(1485), + [anon_sym_e_GT] = ACTIONS(1485), + [anon_sym_o_GT] = ACTIONS(1485), + [anon_sym_err_PLUSout_GT] = ACTIONS(1485), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1485), + [anon_sym_o_PLUSe_GT] = ACTIONS(1485), + [anon_sym_e_PLUSo_GT] = ACTIONS(1485), + [aux_sym_unquoted_token1] = ACTIONS(1485), + [anon_sym_POUND] = ACTIONS(105), + }, + [978] = { + [sym_comment] = STATE(978), + [anon_sym_SEMI] = ACTIONS(1620), + [anon_sym_LF] = ACTIONS(1622), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_LPAREN] = ACTIONS(1620), + [anon_sym_RPAREN] = ACTIONS(1620), + [anon_sym_PIPE] = ACTIONS(1620), + [anon_sym_DOLLAR] = ACTIONS(1620), + [anon_sym_GT] = ACTIONS(1620), + [anon_sym_DASH] = ACTIONS(1620), + [anon_sym_in] = ACTIONS(1620), + [anon_sym_LBRACE] = ACTIONS(1620), + [anon_sym_RBRACE] = ACTIONS(1620), + [anon_sym_DOT] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1620), + [anon_sym_STAR_STAR] = ACTIONS(1620), + [anon_sym_PLUS_PLUS] = ACTIONS(1620), + [anon_sym_SLASH] = ACTIONS(1620), + [anon_sym_mod] = ACTIONS(1620), + [anon_sym_SLASH_SLASH] = ACTIONS(1620), + [anon_sym_PLUS] = ACTIONS(1620), + [anon_sym_bit_DASHshl] = ACTIONS(1620), + [anon_sym_bit_DASHshr] = ACTIONS(1620), + [anon_sym_EQ_EQ] = ACTIONS(1620), + [anon_sym_BANG_EQ] = ACTIONS(1620), + [anon_sym_LT2] = ACTIONS(1620), + [anon_sym_LT_EQ] = ACTIONS(1620), + [anon_sym_GT_EQ] = ACTIONS(1620), + [anon_sym_not_DASHin] = ACTIONS(1620), + [anon_sym_starts_DASHwith] = ACTIONS(1620), + [anon_sym_ends_DASHwith] = ACTIONS(1620), + [anon_sym_EQ_TILDE] = ACTIONS(1620), + [anon_sym_BANG_TILDE] = ACTIONS(1620), + [anon_sym_bit_DASHand] = ACTIONS(1620), + [anon_sym_bit_DASHxor] = ACTIONS(1620), + [anon_sym_bit_DASHor] = ACTIONS(1620), + [anon_sym_and] = ACTIONS(1620), + [anon_sym_xor] = ACTIONS(1620), + [anon_sym_or] = ACTIONS(1620), + [anon_sym_null] = ACTIONS(1620), + [anon_sym_true] = ACTIONS(1620), + [anon_sym_false] = ACTIONS(1620), + [aux_sym__val_number_decimal_token1] = ACTIONS(1620), + [aux_sym__val_number_token1] = ACTIONS(1620), + [aux_sym__val_number_token2] = ACTIONS(1620), + [aux_sym__val_number_token3] = ACTIONS(1620), + [aux_sym__val_number_token4] = ACTIONS(1620), + [aux_sym__val_number_token5] = ACTIONS(1620), + [aux_sym__val_number_token6] = ACTIONS(1620), + [anon_sym_0b] = ACTIONS(1620), + [anon_sym_0o] = ACTIONS(1620), + [anon_sym_0x] = ACTIONS(1620), + [sym_val_date] = ACTIONS(1620), + [anon_sym_DQUOTE] = ACTIONS(1620), + [sym__str_single_quotes] = ACTIONS(1620), + [sym__str_back_ticks] = ACTIONS(1620), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1620), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1620), + [anon_sym_err_GT] = ACTIONS(1620), + [anon_sym_out_GT] = ACTIONS(1620), + [anon_sym_e_GT] = ACTIONS(1620), + [anon_sym_o_GT] = ACTIONS(1620), + [anon_sym_err_PLUSout_GT] = ACTIONS(1620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1620), + [anon_sym_o_PLUSe_GT] = ACTIONS(1620), + [anon_sym_e_PLUSo_GT] = ACTIONS(1620), + [aux_sym_unquoted_token1] = ACTIONS(1620), [anon_sym_POUND] = ACTIONS(105), }, - [917] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2669), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), - [sym_comment] = STATE(917), - [aux_sym__command_parenthesized_body_repeat1] = STATE(913), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_LF] = ACTIONS(2511), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2509), - [anon_sym_PIPE] = ACTIONS(2509), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [979] = { + [sym_comment] = STATE(979), + [anon_sym_SEMI] = ACTIONS(1572), + [anon_sym_LF] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_LPAREN] = ACTIONS(1572), + [anon_sym_RPAREN] = ACTIONS(1572), + [anon_sym_PIPE] = ACTIONS(1572), + [anon_sym_DOLLAR] = ACTIONS(1572), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_in] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1572), + [anon_sym_RBRACE] = ACTIONS(1572), + [anon_sym_DOT] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_STAR_STAR] = ACTIONS(1572), + [anon_sym_PLUS_PLUS] = ACTIONS(1572), + [anon_sym_SLASH] = ACTIONS(1572), + [anon_sym_mod] = ACTIONS(1572), + [anon_sym_SLASH_SLASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_bit_DASHshl] = ACTIONS(1572), + [anon_sym_bit_DASHshr] = ACTIONS(1572), + [anon_sym_EQ_EQ] = ACTIONS(1572), + [anon_sym_BANG_EQ] = ACTIONS(1572), + [anon_sym_LT2] = ACTIONS(1572), + [anon_sym_LT_EQ] = ACTIONS(1572), + [anon_sym_GT_EQ] = ACTIONS(1572), + [anon_sym_not_DASHin] = ACTIONS(1572), + [anon_sym_starts_DASHwith] = ACTIONS(1572), + [anon_sym_ends_DASHwith] = ACTIONS(1572), + [anon_sym_EQ_TILDE] = ACTIONS(1572), + [anon_sym_BANG_TILDE] = ACTIONS(1572), + [anon_sym_bit_DASHand] = ACTIONS(1572), + [anon_sym_bit_DASHxor] = ACTIONS(1572), + [anon_sym_bit_DASHor] = ACTIONS(1572), + [anon_sym_and] = ACTIONS(1572), + [anon_sym_xor] = ACTIONS(1572), + [anon_sym_or] = ACTIONS(1572), + [anon_sym_null] = ACTIONS(1572), + [anon_sym_true] = ACTIONS(1572), + [anon_sym_false] = ACTIONS(1572), + [aux_sym__val_number_decimal_token1] = ACTIONS(1572), + [aux_sym__val_number_token1] = ACTIONS(1572), + [aux_sym__val_number_token2] = ACTIONS(1572), + [aux_sym__val_number_token3] = ACTIONS(1572), + [aux_sym__val_number_token4] = ACTIONS(1572), + [aux_sym__val_number_token5] = ACTIONS(1572), + [aux_sym__val_number_token6] = ACTIONS(1572), + [anon_sym_0b] = ACTIONS(1572), + [anon_sym_0o] = ACTIONS(1572), + [anon_sym_0x] = ACTIONS(1572), + [sym_val_date] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1572), + [sym__str_single_quotes] = ACTIONS(1572), + [sym__str_back_ticks] = ACTIONS(1572), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1572), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1572), + [anon_sym_err_GT] = ACTIONS(1572), + [anon_sym_out_GT] = ACTIONS(1572), + [anon_sym_e_GT] = ACTIONS(1572), + [anon_sym_o_GT] = ACTIONS(1572), + [anon_sym_err_PLUSout_GT] = ACTIONS(1572), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1572), + [anon_sym_o_PLUSe_GT] = ACTIONS(1572), + [anon_sym_e_PLUSo_GT] = ACTIONS(1572), + [aux_sym_unquoted_token1] = ACTIONS(1572), [anon_sym_POUND] = ACTIONS(105), }, - [918] = { - [sym_expr_parenthesized] = STATE(2520), - [sym_val_range] = STATE(2580), - [sym__value] = STATE(2580), - [sym_val_bool] = STATE(2624), - [sym_val_variable] = STATE(2517), - [sym__var] = STATE(2342), - [sym_val_number] = STATE(290), - [sym__val_number_decimal] = STATE(268), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2624), - [sym_val_filesize] = STATE(2624), - [sym_val_binary] = STATE(2624), - [sym_val_string] = STATE(2624), - [sym__str_double_quotes] = STATE(2640), - [sym_val_interpolated] = STATE(2624), - [sym__inter_single_quotes] = STATE(2611), - [sym__inter_double_quotes] = STATE(2604), - [sym_val_list] = STATE(2624), - [sym_val_record] = STATE(2624), - [sym_val_table] = STATE(2624), - [sym_val_closure] = STATE(2624), - [sym__cmd_arg] = STATE(2581), - [sym_redirection] = STATE(2582), - [sym__flag] = STATE(2583), - [sym_short_flag] = STATE(2584), - [sym_long_flag] = STATE(2584), - [sym_unquoted] = STATE(2587), - [sym_comment] = STATE(918), - [aux_sym_command_repeat1] = STATE(927), - [ts_builtin_sym_end] = ACTIONS(2330), - [anon_sym_SEMI] = ACTIONS(2328), - [anon_sym_LF] = ACTIONS(2330), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_LPAREN] = ACTIONS(2363), - [anon_sym_PIPE] = ACTIONS(2328), - [anon_sym_DOLLAR] = ACTIONS(2365), - [anon_sym_DASH] = ACTIONS(2367), - [anon_sym_LBRACE] = ACTIONS(2369), - [anon_sym_DOT] = ACTIONS(2371), - [anon_sym_PLUS] = ACTIONS(2373), - [sym_val_nothing] = ACTIONS(2375), - [anon_sym_true] = ACTIONS(2377), - [anon_sym_false] = ACTIONS(2377), - [aux_sym__val_number_decimal_token1] = ACTIONS(2379), - [aux_sym__val_number_token1] = ACTIONS(2381), - [aux_sym__val_number_token2] = ACTIONS(2381), - [aux_sym__val_number_token3] = ACTIONS(2381), - [aux_sym__val_number_token4] = ACTIONS(2383), - [aux_sym__val_number_token5] = ACTIONS(2383), - [aux_sym__val_number_token6] = ACTIONS(2383), - [anon_sym_0b] = ACTIONS(2385), - [anon_sym_0o] = ACTIONS(2385), - [anon_sym_0x] = ACTIONS(2385), - [sym_val_date] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2387), - [sym__str_single_quotes] = ACTIONS(2389), - [sym__str_back_ticks] = ACTIONS(2389), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2391), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2393), - [anon_sym_err_GT] = ACTIONS(2395), - [anon_sym_out_GT] = ACTIONS(2395), - [anon_sym_e_GT] = ACTIONS(2395), - [anon_sym_o_GT] = ACTIONS(2395), - [anon_sym_err_PLUSout_GT] = ACTIONS(2395), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2395), - [anon_sym_o_PLUSe_GT] = ACTIONS(2395), - [anon_sym_e_PLUSo_GT] = ACTIONS(2395), - [aux_sym_unquoted_token1] = ACTIONS(2397), + [980] = { + [sym_comment] = STATE(980), + [anon_sym_SEMI] = ACTIONS(1646), + [anon_sym_LF] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(1646), + [anon_sym_RPAREN] = ACTIONS(1646), + [anon_sym_PIPE] = ACTIONS(1646), + [anon_sym_DOLLAR] = ACTIONS(1646), + [anon_sym_GT] = ACTIONS(1646), + [anon_sym_DASH] = ACTIONS(1646), + [anon_sym_in] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1646), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_STAR_STAR] = ACTIONS(1646), + [anon_sym_PLUS_PLUS] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_mod] = ACTIONS(1646), + [anon_sym_SLASH_SLASH] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1646), + [anon_sym_bit_DASHshl] = ACTIONS(1646), + [anon_sym_bit_DASHshr] = ACTIONS(1646), + [anon_sym_EQ_EQ] = ACTIONS(1646), + [anon_sym_BANG_EQ] = ACTIONS(1646), + [anon_sym_LT2] = ACTIONS(1646), + [anon_sym_LT_EQ] = ACTIONS(1646), + [anon_sym_GT_EQ] = ACTIONS(1646), + [anon_sym_not_DASHin] = ACTIONS(1646), + [anon_sym_starts_DASHwith] = ACTIONS(1646), + [anon_sym_ends_DASHwith] = ACTIONS(1646), + [anon_sym_EQ_TILDE] = ACTIONS(1646), + [anon_sym_BANG_TILDE] = ACTIONS(1646), + [anon_sym_bit_DASHand] = ACTIONS(1646), + [anon_sym_bit_DASHxor] = ACTIONS(1646), + [anon_sym_bit_DASHor] = ACTIONS(1646), + [anon_sym_and] = ACTIONS(1646), + [anon_sym_xor] = ACTIONS(1646), + [anon_sym_or] = ACTIONS(1646), + [anon_sym_null] = ACTIONS(1646), + [anon_sym_true] = ACTIONS(1646), + [anon_sym_false] = ACTIONS(1646), + [aux_sym__val_number_decimal_token1] = ACTIONS(1646), + [aux_sym__val_number_token1] = ACTIONS(1646), + [aux_sym__val_number_token2] = ACTIONS(1646), + [aux_sym__val_number_token3] = ACTIONS(1646), + [aux_sym__val_number_token4] = ACTIONS(1646), + [aux_sym__val_number_token5] = ACTIONS(1646), + [aux_sym__val_number_token6] = ACTIONS(1646), + [anon_sym_0b] = ACTIONS(1646), + [anon_sym_0o] = ACTIONS(1646), + [anon_sym_0x] = ACTIONS(1646), + [sym_val_date] = ACTIONS(1646), + [anon_sym_DQUOTE] = ACTIONS(1646), + [sym__str_single_quotes] = ACTIONS(1646), + [sym__str_back_ticks] = ACTIONS(1646), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1646), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1646), + [anon_sym_err_GT] = ACTIONS(1646), + [anon_sym_out_GT] = ACTIONS(1646), + [anon_sym_e_GT] = ACTIONS(1646), + [anon_sym_o_GT] = ACTIONS(1646), + [anon_sym_err_PLUSout_GT] = ACTIONS(1646), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1646), + [anon_sym_o_PLUSe_GT] = ACTIONS(1646), + [anon_sym_e_PLUSo_GT] = ACTIONS(1646), + [aux_sym_unquoted_token1] = ACTIONS(1646), [anon_sym_POUND] = ACTIONS(105), }, - [919] = { - [sym_comment] = STATE(919), - [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(1480), - [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), - [sym_val_nothing] = 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), + [981] = { + [sym_comment] = STATE(981), + [ts_builtin_sym_end] = ACTIONS(1493), + [anon_sym_SEMI] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_DOT2] = ACTIONS(1493), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_err_GT] = ACTIONS(1491), + [anon_sym_out_GT] = ACTIONS(1491), + [anon_sym_e_GT] = ACTIONS(1491), + [anon_sym_o_GT] = ACTIONS(1491), + [anon_sym_err_PLUSout_GT] = ACTIONS(1491), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1491), + [anon_sym_o_PLUSe_GT] = ACTIONS(1491), + [anon_sym_e_PLUSo_GT] = ACTIONS(1491), + [aux_sym_unquoted_token1] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(105), }, - [920] = { - [sym_expr_parenthesized] = STATE(2520), - [sym_val_range] = STATE(2580), - [sym__value] = STATE(2580), - [sym_val_bool] = STATE(2624), - [sym_val_variable] = STATE(2517), - [sym__var] = STATE(2342), - [sym_val_number] = STATE(290), - [sym__val_number_decimal] = STATE(268), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2624), - [sym_val_filesize] = STATE(2624), - [sym_val_binary] = STATE(2624), - [sym_val_string] = STATE(2624), - [sym__str_double_quotes] = STATE(2640), - [sym_val_interpolated] = STATE(2624), - [sym__inter_single_quotes] = STATE(2611), - [sym__inter_double_quotes] = STATE(2604), - [sym_val_list] = STATE(2624), - [sym_val_record] = STATE(2624), - [sym_val_table] = STATE(2624), - [sym_val_closure] = STATE(2624), - [sym__cmd_arg] = STATE(2581), - [sym_redirection] = STATE(2582), - [sym__flag] = STATE(2583), - [sym_short_flag] = STATE(2584), - [sym_long_flag] = STATE(2584), - [sym_unquoted] = STATE(2587), - [sym_comment] = STATE(920), - [aux_sym_command_repeat1] = STATE(927), - [ts_builtin_sym_end] = ACTIONS(2334), - [anon_sym_SEMI] = ACTIONS(2332), - [anon_sym_LF] = ACTIONS(2334), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_LPAREN] = ACTIONS(2363), - [anon_sym_PIPE] = ACTIONS(2332), - [anon_sym_DOLLAR] = ACTIONS(2365), - [anon_sym_DASH] = ACTIONS(2367), - [anon_sym_LBRACE] = ACTIONS(2369), - [anon_sym_DOT] = ACTIONS(2371), - [anon_sym_PLUS] = ACTIONS(2373), - [sym_val_nothing] = ACTIONS(2375), - [anon_sym_true] = ACTIONS(2377), - [anon_sym_false] = ACTIONS(2377), - [aux_sym__val_number_decimal_token1] = ACTIONS(2379), - [aux_sym__val_number_token1] = ACTIONS(2381), - [aux_sym__val_number_token2] = ACTIONS(2381), - [aux_sym__val_number_token3] = ACTIONS(2381), - [aux_sym__val_number_token4] = ACTIONS(2383), - [aux_sym__val_number_token5] = ACTIONS(2383), - [aux_sym__val_number_token6] = ACTIONS(2383), - [anon_sym_0b] = ACTIONS(2385), - [anon_sym_0o] = ACTIONS(2385), - [anon_sym_0x] = ACTIONS(2385), - [sym_val_date] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2387), - [sym__str_single_quotes] = ACTIONS(2389), - [sym__str_back_ticks] = ACTIONS(2389), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2391), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2393), - [anon_sym_err_GT] = ACTIONS(2395), - [anon_sym_out_GT] = ACTIONS(2395), - [anon_sym_e_GT] = ACTIONS(2395), - [anon_sym_o_GT] = ACTIONS(2395), - [anon_sym_err_PLUSout_GT] = ACTIONS(2395), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2395), - [anon_sym_o_PLUSe_GT] = ACTIONS(2395), - [anon_sym_e_PLUSo_GT] = ACTIONS(2395), - [aux_sym_unquoted_token1] = ACTIONS(2397), + [982] = { + [sym_comment] = STATE(982), + [anon_sym_SEMI] = ACTIONS(1604), + [anon_sym_LF] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_LPAREN] = ACTIONS(1604), + [anon_sym_RPAREN] = ACTIONS(1604), + [anon_sym_PIPE] = ACTIONS(1604), + [anon_sym_DOLLAR] = ACTIONS(1604), + [anon_sym_GT] = ACTIONS(1604), + [anon_sym_DASH] = ACTIONS(1604), + [anon_sym_in] = ACTIONS(1604), + [anon_sym_LBRACE] = ACTIONS(1604), + [anon_sym_RBRACE] = ACTIONS(1604), + [anon_sym_DOT] = ACTIONS(1604), + [anon_sym_STAR] = ACTIONS(1604), + [anon_sym_STAR_STAR] = ACTIONS(1604), + [anon_sym_PLUS_PLUS] = ACTIONS(1604), + [anon_sym_SLASH] = ACTIONS(1604), + [anon_sym_mod] = ACTIONS(1604), + [anon_sym_SLASH_SLASH] = ACTIONS(1604), + [anon_sym_PLUS] = ACTIONS(1604), + [anon_sym_bit_DASHshl] = ACTIONS(1604), + [anon_sym_bit_DASHshr] = ACTIONS(1604), + [anon_sym_EQ_EQ] = ACTIONS(1604), + [anon_sym_BANG_EQ] = ACTIONS(1604), + [anon_sym_LT2] = ACTIONS(1604), + [anon_sym_LT_EQ] = ACTIONS(1604), + [anon_sym_GT_EQ] = ACTIONS(1604), + [anon_sym_not_DASHin] = ACTIONS(1604), + [anon_sym_starts_DASHwith] = ACTIONS(1604), + [anon_sym_ends_DASHwith] = ACTIONS(1604), + [anon_sym_EQ_TILDE] = ACTIONS(1604), + [anon_sym_BANG_TILDE] = ACTIONS(1604), + [anon_sym_bit_DASHand] = ACTIONS(1604), + [anon_sym_bit_DASHxor] = ACTIONS(1604), + [anon_sym_bit_DASHor] = ACTIONS(1604), + [anon_sym_and] = ACTIONS(1604), + [anon_sym_xor] = ACTIONS(1604), + [anon_sym_or] = ACTIONS(1604), + [anon_sym_null] = ACTIONS(1604), + [anon_sym_true] = ACTIONS(1604), + [anon_sym_false] = ACTIONS(1604), + [aux_sym__val_number_decimal_token1] = ACTIONS(1604), + [aux_sym__val_number_token1] = ACTIONS(1604), + [aux_sym__val_number_token2] = ACTIONS(1604), + [aux_sym__val_number_token3] = ACTIONS(1604), + [aux_sym__val_number_token4] = ACTIONS(1604), + [aux_sym__val_number_token5] = ACTIONS(1604), + [aux_sym__val_number_token6] = ACTIONS(1604), + [anon_sym_0b] = ACTIONS(1604), + [anon_sym_0o] = ACTIONS(1604), + [anon_sym_0x] = ACTIONS(1604), + [sym_val_date] = ACTIONS(1604), + [anon_sym_DQUOTE] = ACTIONS(1604), + [sym__str_single_quotes] = ACTIONS(1604), + [sym__str_back_ticks] = ACTIONS(1604), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1604), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1604), + [anon_sym_err_GT] = ACTIONS(1604), + [anon_sym_out_GT] = ACTIONS(1604), + [anon_sym_e_GT] = ACTIONS(1604), + [anon_sym_o_GT] = ACTIONS(1604), + [anon_sym_err_PLUSout_GT] = ACTIONS(1604), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1604), + [anon_sym_o_PLUSe_GT] = ACTIONS(1604), + [anon_sym_e_PLUSo_GT] = ACTIONS(1604), + [aux_sym_unquoted_token1] = ACTIONS(1604), [anon_sym_POUND] = ACTIONS(105), }, - [921] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2669), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), - [sym_comment] = STATE(921), - [aux_sym__command_parenthesized_body_repeat1] = STATE(908), - [anon_sym_SEMI] = ACTIONS(2513), - [anon_sym_LF] = ACTIONS(2515), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2513), - [anon_sym_PIPE] = ACTIONS(2513), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [983] = { + [sym_comment] = STATE(983), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(2730), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(2732), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(2734), [anon_sym_POUND] = ACTIONS(105), }, - [922] = { - [sym_comment] = STATE(922), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(2517), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(2519), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(2517), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(2521), - [aux_sym_unquoted_token6] = ACTIONS(2523), + [984] = { + [sym_comment] = STATE(984), + [ts_builtin_sym_end] = ACTIONS(1513), + [anon_sym_SEMI] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1513), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_PIPE] = ACTIONS(1511), + [anon_sym_DOLLAR] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_in] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1511), + [anon_sym_DOT2] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1511), + [anon_sym_STAR_STAR] = ACTIONS(1511), + [anon_sym_PLUS_PLUS] = ACTIONS(1511), + [anon_sym_SLASH] = ACTIONS(1511), + [anon_sym_mod] = ACTIONS(1511), + [anon_sym_SLASH_SLASH] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_bit_DASHshl] = ACTIONS(1511), + [anon_sym_bit_DASHshr] = ACTIONS(1511), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_LT2] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_not_DASHin] = ACTIONS(1511), + [anon_sym_starts_DASHwith] = ACTIONS(1511), + [anon_sym_ends_DASHwith] = ACTIONS(1511), + [anon_sym_EQ_TILDE] = ACTIONS(1511), + [anon_sym_BANG_TILDE] = ACTIONS(1511), + [anon_sym_bit_DASHand] = ACTIONS(1511), + [anon_sym_bit_DASHxor] = ACTIONS(1511), + [anon_sym_bit_DASHor] = ACTIONS(1511), + [anon_sym_and] = ACTIONS(1511), + [anon_sym_xor] = ACTIONS(1511), + [anon_sym_or] = ACTIONS(1511), + [anon_sym_null] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1511), + [anon_sym_false] = ACTIONS(1511), + [aux_sym__val_number_decimal_token1] = ACTIONS(1511), + [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(1511), + [aux_sym__val_number_token5] = ACTIONS(1511), + [aux_sym__val_number_token6] = ACTIONS(1511), + [anon_sym_0b] = ACTIONS(1511), + [anon_sym_0o] = ACTIONS(1511), + [anon_sym_0x] = ACTIONS(1511), + [sym_val_date] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1511), + [sym__str_single_quotes] = ACTIONS(1511), + [sym__str_back_ticks] = ACTIONS(1511), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1511), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1511), + [anon_sym_err_GT] = ACTIONS(1511), + [anon_sym_out_GT] = ACTIONS(1511), + [anon_sym_e_GT] = ACTIONS(1511), + [anon_sym_o_GT] = ACTIONS(1511), + [anon_sym_err_PLUSout_GT] = ACTIONS(1511), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1511), + [anon_sym_o_PLUSe_GT] = ACTIONS(1511), + [anon_sym_e_PLUSo_GT] = ACTIONS(1511), + [aux_sym_unquoted_token1] = ACTIONS(1511), [anon_sym_POUND] = ACTIONS(105), }, - [923] = { - [sym_comment] = STATE(923), - [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(1433), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_QMARK2] = ACTIONS(2525), - [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), - [sym_val_nothing] = 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), + [985] = { + [sym_comment] = STATE(985), + [anon_sym_SEMI] = ACTIONS(1596), + [anon_sym_LF] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_LPAREN] = ACTIONS(1596), + [anon_sym_RPAREN] = ACTIONS(1596), + [anon_sym_PIPE] = ACTIONS(1596), + [anon_sym_DOLLAR] = ACTIONS(1596), + [anon_sym_GT] = ACTIONS(1596), + [anon_sym_DASH] = ACTIONS(1596), + [anon_sym_in] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_RBRACE] = ACTIONS(1596), + [anon_sym_DOT] = ACTIONS(1596), + [anon_sym_STAR] = ACTIONS(1596), + [anon_sym_STAR_STAR] = ACTIONS(1596), + [anon_sym_PLUS_PLUS] = ACTIONS(1596), + [anon_sym_SLASH] = ACTIONS(1596), + [anon_sym_mod] = ACTIONS(1596), + [anon_sym_SLASH_SLASH] = ACTIONS(1596), + [anon_sym_PLUS] = ACTIONS(1596), + [anon_sym_bit_DASHshl] = ACTIONS(1596), + [anon_sym_bit_DASHshr] = ACTIONS(1596), + [anon_sym_EQ_EQ] = ACTIONS(1596), + [anon_sym_BANG_EQ] = ACTIONS(1596), + [anon_sym_LT2] = ACTIONS(1596), + [anon_sym_LT_EQ] = ACTIONS(1596), + [anon_sym_GT_EQ] = ACTIONS(1596), + [anon_sym_not_DASHin] = ACTIONS(1596), + [anon_sym_starts_DASHwith] = ACTIONS(1596), + [anon_sym_ends_DASHwith] = ACTIONS(1596), + [anon_sym_EQ_TILDE] = ACTIONS(1596), + [anon_sym_BANG_TILDE] = ACTIONS(1596), + [anon_sym_bit_DASHand] = ACTIONS(1596), + [anon_sym_bit_DASHxor] = ACTIONS(1596), + [anon_sym_bit_DASHor] = ACTIONS(1596), + [anon_sym_and] = ACTIONS(1596), + [anon_sym_xor] = ACTIONS(1596), + [anon_sym_or] = ACTIONS(1596), + [anon_sym_null] = ACTIONS(1596), + [anon_sym_true] = ACTIONS(1596), + [anon_sym_false] = ACTIONS(1596), + [aux_sym__val_number_decimal_token1] = ACTIONS(1596), + [aux_sym__val_number_token1] = ACTIONS(1596), + [aux_sym__val_number_token2] = ACTIONS(1596), + [aux_sym__val_number_token3] = ACTIONS(1596), + [aux_sym__val_number_token4] = ACTIONS(1596), + [aux_sym__val_number_token5] = ACTIONS(1596), + [aux_sym__val_number_token6] = ACTIONS(1596), + [anon_sym_0b] = ACTIONS(1596), + [anon_sym_0o] = ACTIONS(1596), + [anon_sym_0x] = ACTIONS(1596), + [sym_val_date] = ACTIONS(1596), + [anon_sym_DQUOTE] = ACTIONS(1596), + [sym__str_single_quotes] = ACTIONS(1596), + [sym__str_back_ticks] = ACTIONS(1596), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1596), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1596), + [anon_sym_err_GT] = ACTIONS(1596), + [anon_sym_out_GT] = ACTIONS(1596), + [anon_sym_e_GT] = ACTIONS(1596), + [anon_sym_o_GT] = ACTIONS(1596), + [anon_sym_err_PLUSout_GT] = ACTIONS(1596), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1596), + [anon_sym_o_PLUSe_GT] = ACTIONS(1596), + [anon_sym_e_PLUSo_GT] = ACTIONS(1596), + [aux_sym_unquoted_token1] = ACTIONS(1596), [anon_sym_POUND] = ACTIONS(105), }, - [924] = { - [sym_comment] = STATE(924), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(2527), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(2219), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(2527), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(2221), - [aux_sym_unquoted_token6] = ACTIONS(2223), + [986] = { + [sym_comment] = STATE(986), + [anon_sym_SEMI] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_PIPE] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_err_GT] = ACTIONS(1426), + [anon_sym_out_GT] = ACTIONS(1426), + [anon_sym_e_GT] = ACTIONS(1426), + [anon_sym_o_GT] = ACTIONS(1426), + [anon_sym_err_PLUSout_GT] = ACTIONS(1426), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1426), + [anon_sym_o_PLUSe_GT] = ACTIONS(1426), + [anon_sym_e_PLUSo_GT] = ACTIONS(1426), + [aux_sym_unquoted_token1] = ACTIONS(1426), [anon_sym_POUND] = ACTIONS(105), }, - [925] = { - [sym_comment] = STATE(925), - [anon_sym_SEMI] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_RPAREN] = ACTIONS(1461), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT2] = ACTIONS(1463), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_err_GT] = ACTIONS(1461), - [anon_sym_out_GT] = ACTIONS(1461), - [anon_sym_e_GT] = ACTIONS(1461), - [anon_sym_o_GT] = ACTIONS(1461), - [anon_sym_err_PLUSout_GT] = ACTIONS(1461), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1461), - [anon_sym_o_PLUSe_GT] = ACTIONS(1461), - [anon_sym_e_PLUSo_GT] = ACTIONS(1461), - [aux_sym_unquoted_token1] = ACTIONS(1461), + [987] = { + [sym_comment] = STATE(987), + [ts_builtin_sym_end] = ACTIONS(1503), + [anon_sym_SEMI] = ACTIONS(1501), + [anon_sym_LF] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1501), + [anon_sym_GT] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_in] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_DOT] = ACTIONS(1501), + [anon_sym_DOT2] = ACTIONS(1503), + [anon_sym_STAR] = ACTIONS(1501), + [anon_sym_STAR_STAR] = ACTIONS(1501), + [anon_sym_PLUS_PLUS] = ACTIONS(1501), + [anon_sym_SLASH] = ACTIONS(1501), + [anon_sym_mod] = ACTIONS(1501), + [anon_sym_SLASH_SLASH] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_bit_DASHshl] = ACTIONS(1501), + [anon_sym_bit_DASHshr] = ACTIONS(1501), + [anon_sym_EQ_EQ] = ACTIONS(1501), + [anon_sym_BANG_EQ] = ACTIONS(1501), + [anon_sym_LT2] = ACTIONS(1501), + [anon_sym_LT_EQ] = ACTIONS(1501), + [anon_sym_GT_EQ] = ACTIONS(1501), + [anon_sym_not_DASHin] = ACTIONS(1501), + [anon_sym_starts_DASHwith] = ACTIONS(1501), + [anon_sym_ends_DASHwith] = ACTIONS(1501), + [anon_sym_EQ_TILDE] = ACTIONS(1501), + [anon_sym_BANG_TILDE] = ACTIONS(1501), + [anon_sym_bit_DASHand] = ACTIONS(1501), + [anon_sym_bit_DASHxor] = ACTIONS(1501), + [anon_sym_bit_DASHor] = ACTIONS(1501), + [anon_sym_and] = ACTIONS(1501), + [anon_sym_xor] = ACTIONS(1501), + [anon_sym_or] = ACTIONS(1501), + [anon_sym_null] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(1501), + [anon_sym_false] = ACTIONS(1501), + [aux_sym__val_number_decimal_token1] = ACTIONS(1501), + [aux_sym__val_number_token1] = ACTIONS(1501), + [aux_sym__val_number_token2] = ACTIONS(1501), + [aux_sym__val_number_token3] = ACTIONS(1501), + [aux_sym__val_number_token4] = ACTIONS(1501), + [aux_sym__val_number_token5] = ACTIONS(1501), + [aux_sym__val_number_token6] = ACTIONS(1501), + [anon_sym_0b] = ACTIONS(1501), + [anon_sym_0o] = ACTIONS(1501), + [anon_sym_0x] = ACTIONS(1501), + [sym_val_date] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym__str_single_quotes] = ACTIONS(1501), + [sym__str_back_ticks] = ACTIONS(1501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1501), + [anon_sym_err_GT] = ACTIONS(1501), + [anon_sym_out_GT] = ACTIONS(1501), + [anon_sym_e_GT] = ACTIONS(1501), + [anon_sym_o_GT] = ACTIONS(1501), + [anon_sym_err_PLUSout_GT] = ACTIONS(1501), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1501), + [anon_sym_o_PLUSe_GT] = ACTIONS(1501), + [anon_sym_e_PLUSo_GT] = ACTIONS(1501), + [aux_sym_unquoted_token1] = ACTIONS(1501), [anon_sym_POUND] = ACTIONS(105), }, - [926] = { - [sym_comment] = STATE(926), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_err_GT] = ACTIONS(1492), - [anon_sym_out_GT] = ACTIONS(1492), - [anon_sym_e_GT] = ACTIONS(1492), - [anon_sym_o_GT] = ACTIONS(1492), - [anon_sym_err_PLUSout_GT] = ACTIONS(1492), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1492), - [anon_sym_o_PLUSe_GT] = ACTIONS(1492), - [anon_sym_e_PLUSo_GT] = ACTIONS(1492), - [aux_sym_unquoted_token1] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(2529), + [988] = { + [sym_comment] = STATE(988), + [anon_sym_SEMI] = ACTIONS(1650), + [anon_sym_LF] = ACTIONS(1652), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1650), + [anon_sym_RPAREN] = ACTIONS(1650), + [anon_sym_PIPE] = ACTIONS(1650), + [anon_sym_DOLLAR] = ACTIONS(1650), + [anon_sym_GT] = ACTIONS(1650), + [anon_sym_DASH] = ACTIONS(1650), + [anon_sym_in] = ACTIONS(1650), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_RBRACE] = ACTIONS(1650), + [anon_sym_DOT] = ACTIONS(1650), + [anon_sym_STAR] = ACTIONS(1650), + [anon_sym_STAR_STAR] = ACTIONS(1650), + [anon_sym_PLUS_PLUS] = ACTIONS(1650), + [anon_sym_SLASH] = ACTIONS(1650), + [anon_sym_mod] = ACTIONS(1650), + [anon_sym_SLASH_SLASH] = ACTIONS(1650), + [anon_sym_PLUS] = ACTIONS(1650), + [anon_sym_bit_DASHshl] = ACTIONS(1650), + [anon_sym_bit_DASHshr] = ACTIONS(1650), + [anon_sym_EQ_EQ] = ACTIONS(1650), + [anon_sym_BANG_EQ] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1650), + [anon_sym_LT_EQ] = ACTIONS(1650), + [anon_sym_GT_EQ] = ACTIONS(1650), + [anon_sym_not_DASHin] = ACTIONS(1650), + [anon_sym_starts_DASHwith] = ACTIONS(1650), + [anon_sym_ends_DASHwith] = ACTIONS(1650), + [anon_sym_EQ_TILDE] = ACTIONS(1650), + [anon_sym_BANG_TILDE] = ACTIONS(1650), + [anon_sym_bit_DASHand] = ACTIONS(1650), + [anon_sym_bit_DASHxor] = ACTIONS(1650), + [anon_sym_bit_DASHor] = ACTIONS(1650), + [anon_sym_and] = ACTIONS(1650), + [anon_sym_xor] = ACTIONS(1650), + [anon_sym_or] = ACTIONS(1650), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1650), + [anon_sym_false] = ACTIONS(1650), + [aux_sym__val_number_decimal_token1] = ACTIONS(1650), + [aux_sym__val_number_token1] = ACTIONS(1650), + [aux_sym__val_number_token2] = ACTIONS(1650), + [aux_sym__val_number_token3] = ACTIONS(1650), + [aux_sym__val_number_token4] = ACTIONS(1650), + [aux_sym__val_number_token5] = ACTIONS(1650), + [aux_sym__val_number_token6] = ACTIONS(1650), + [anon_sym_0b] = ACTIONS(1650), + [anon_sym_0o] = ACTIONS(1650), + [anon_sym_0x] = ACTIONS(1650), + [sym_val_date] = ACTIONS(1650), + [anon_sym_DQUOTE] = ACTIONS(1650), + [sym__str_single_quotes] = ACTIONS(1650), + [sym__str_back_ticks] = ACTIONS(1650), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1650), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1650), + [anon_sym_err_GT] = ACTIONS(1650), + [anon_sym_out_GT] = ACTIONS(1650), + [anon_sym_e_GT] = ACTIONS(1650), + [anon_sym_o_GT] = ACTIONS(1650), + [anon_sym_err_PLUSout_GT] = ACTIONS(1650), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1650), + [anon_sym_o_PLUSe_GT] = ACTIONS(1650), + [anon_sym_e_PLUSo_GT] = ACTIONS(1650), + [aux_sym_unquoted_token1] = ACTIONS(1650), [anon_sym_POUND] = ACTIONS(105), }, - [927] = { - [sym_expr_parenthesized] = STATE(2520), - [sym_val_range] = STATE(2580), - [sym__value] = STATE(2580), - [sym_val_bool] = STATE(2624), - [sym_val_variable] = STATE(2517), - [sym__var] = STATE(2342), - [sym_val_number] = STATE(290), - [sym__val_number_decimal] = STATE(268), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2624), - [sym_val_filesize] = STATE(2624), - [sym_val_binary] = STATE(2624), - [sym_val_string] = STATE(2624), - [sym__str_double_quotes] = STATE(2640), - [sym_val_interpolated] = STATE(2624), - [sym__inter_single_quotes] = STATE(2611), - [sym__inter_double_quotes] = STATE(2604), - [sym_val_list] = STATE(2624), - [sym_val_record] = STATE(2624), - [sym_val_table] = STATE(2624), - [sym_val_closure] = STATE(2624), - [sym__cmd_arg] = STATE(2581), - [sym_redirection] = STATE(2582), - [sym__flag] = STATE(2583), - [sym_short_flag] = STATE(2584), - [sym_long_flag] = STATE(2584), - [sym_unquoted] = STATE(2587), - [sym_comment] = STATE(927), - [aux_sym_command_repeat1] = STATE(927), - [ts_builtin_sym_end] = ACTIONS(2158), - [anon_sym_SEMI] = ACTIONS(2156), - [anon_sym_LF] = ACTIONS(2158), - [anon_sym_LBRACK] = ACTIONS(2531), - [anon_sym_LPAREN] = ACTIONS(2534), - [anon_sym_PIPE] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2537), - [anon_sym_DASH] = ACTIONS(2540), - [anon_sym_LBRACE] = ACTIONS(2543), - [anon_sym_DOT] = ACTIONS(2546), - [anon_sym_PLUS] = ACTIONS(2549), - [sym_val_nothing] = ACTIONS(2552), - [anon_sym_true] = ACTIONS(2555), - [anon_sym_false] = ACTIONS(2555), - [aux_sym__val_number_decimal_token1] = ACTIONS(2558), - [aux_sym__val_number_token1] = ACTIONS(2561), - [aux_sym__val_number_token2] = ACTIONS(2561), - [aux_sym__val_number_token3] = ACTIONS(2561), - [aux_sym__val_number_token4] = ACTIONS(2564), - [aux_sym__val_number_token5] = ACTIONS(2564), - [aux_sym__val_number_token6] = ACTIONS(2564), - [anon_sym_0b] = ACTIONS(2567), - [anon_sym_0o] = ACTIONS(2567), - [anon_sym_0x] = ACTIONS(2567), - [sym_val_date] = ACTIONS(2552), - [anon_sym_DQUOTE] = ACTIONS(2570), - [sym__str_single_quotes] = ACTIONS(2573), - [sym__str_back_ticks] = ACTIONS(2573), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2576), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2579), - [anon_sym_err_GT] = ACTIONS(2582), - [anon_sym_out_GT] = ACTIONS(2582), - [anon_sym_e_GT] = ACTIONS(2582), - [anon_sym_o_GT] = ACTIONS(2582), - [anon_sym_err_PLUSout_GT] = ACTIONS(2582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2582), - [anon_sym_o_PLUSe_GT] = ACTIONS(2582), - [anon_sym_e_PLUSo_GT] = ACTIONS(2582), - [aux_sym_unquoted_token1] = ACTIONS(2585), + [989] = { + [sym_comment] = STATE(989), + [anon_sym_SEMI] = ACTIONS(1616), + [anon_sym_LF] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1616), + [anon_sym_RPAREN] = ACTIONS(1616), + [anon_sym_PIPE] = ACTIONS(1616), + [anon_sym_DOLLAR] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_in] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1616), + [anon_sym_RBRACE] = ACTIONS(1616), + [anon_sym_DOT] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1616), + [anon_sym_STAR_STAR] = ACTIONS(1616), + [anon_sym_PLUS_PLUS] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_mod] = ACTIONS(1616), + [anon_sym_SLASH_SLASH] = ACTIONS(1616), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_bit_DASHshl] = ACTIONS(1616), + [anon_sym_bit_DASHshr] = ACTIONS(1616), + [anon_sym_EQ_EQ] = ACTIONS(1616), + [anon_sym_BANG_EQ] = ACTIONS(1616), + [anon_sym_LT2] = ACTIONS(1616), + [anon_sym_LT_EQ] = ACTIONS(1616), + [anon_sym_GT_EQ] = ACTIONS(1616), + [anon_sym_not_DASHin] = ACTIONS(1616), + [anon_sym_starts_DASHwith] = ACTIONS(1616), + [anon_sym_ends_DASHwith] = ACTIONS(1616), + [anon_sym_EQ_TILDE] = ACTIONS(1616), + [anon_sym_BANG_TILDE] = ACTIONS(1616), + [anon_sym_bit_DASHand] = ACTIONS(1616), + [anon_sym_bit_DASHxor] = ACTIONS(1616), + [anon_sym_bit_DASHor] = ACTIONS(1616), + [anon_sym_and] = ACTIONS(1616), + [anon_sym_xor] = ACTIONS(1616), + [anon_sym_or] = ACTIONS(1616), + [anon_sym_null] = ACTIONS(1616), + [anon_sym_true] = ACTIONS(1616), + [anon_sym_false] = ACTIONS(1616), + [aux_sym__val_number_decimal_token1] = ACTIONS(1616), + [aux_sym__val_number_token1] = ACTIONS(1616), + [aux_sym__val_number_token2] = ACTIONS(1616), + [aux_sym__val_number_token3] = ACTIONS(1616), + [aux_sym__val_number_token4] = ACTIONS(1616), + [aux_sym__val_number_token5] = ACTIONS(1616), + [aux_sym__val_number_token6] = ACTIONS(1616), + [anon_sym_0b] = ACTIONS(1616), + [anon_sym_0o] = ACTIONS(1616), + [anon_sym_0x] = ACTIONS(1616), + [sym_val_date] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1616), + [sym__str_single_quotes] = ACTIONS(1616), + [sym__str_back_ticks] = ACTIONS(1616), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1616), + [anon_sym_err_GT] = ACTIONS(1616), + [anon_sym_out_GT] = ACTIONS(1616), + [anon_sym_e_GT] = ACTIONS(1616), + [anon_sym_o_GT] = ACTIONS(1616), + [anon_sym_err_PLUSout_GT] = ACTIONS(1616), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1616), + [anon_sym_o_PLUSe_GT] = ACTIONS(1616), + [anon_sym_e_PLUSo_GT] = ACTIONS(1616), + [aux_sym_unquoted_token1] = ACTIONS(1616), [anon_sym_POUND] = ACTIONS(105), }, - [928] = { - [sym_comment] = STATE(928), - [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(1433), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_QMARK2] = ACTIONS(2525), - [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), - [sym_val_nothing] = 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), + [990] = { + [sym_comment] = STATE(990), + [anon_sym_SEMI] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_err_GT] = ACTIONS(1495), + [anon_sym_out_GT] = ACTIONS(1495), + [anon_sym_e_GT] = ACTIONS(1495), + [anon_sym_o_GT] = ACTIONS(1495), + [anon_sym_err_PLUSout_GT] = ACTIONS(1495), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1495), + [anon_sym_o_PLUSe_GT] = ACTIONS(1495), + [anon_sym_e_PLUSo_GT] = ACTIONS(1495), + [aux_sym_unquoted_token1] = ACTIONS(1495), [anon_sym_POUND] = ACTIONS(105), }, - [929] = { - [sym__flag] = STATE(1208), - [sym_short_flag] = STATE(1155), - [sym_long_flag] = STATE(1155), - [sym_comment] = STATE(929), - [aux_sym_overlay_use_repeat1] = STATE(911), - [anon_sym_export] = ACTIONS(2588), - [anon_sym_alias] = ACTIONS(2588), - [anon_sym_let] = ACTIONS(2588), - [anon_sym_let_DASHenv] = ACTIONS(2588), - [anon_sym_mut] = ACTIONS(2588), - [anon_sym_const] = ACTIONS(2588), - [anon_sym_SEMI] = ACTIONS(2588), - [sym_cmd_identifier] = ACTIONS(2588), - [anon_sym_LF] = ACTIONS(2590), - [anon_sym_def] = ACTIONS(2588), - [anon_sym_export_DASHenv] = ACTIONS(2588), - [anon_sym_extern] = ACTIONS(2588), - [anon_sym_module] = ACTIONS(2588), - [anon_sym_use] = ACTIONS(2588), - [anon_sym_LBRACK] = ACTIONS(2588), - [anon_sym_LPAREN] = ACTIONS(2588), - [anon_sym_RPAREN] = ACTIONS(2588), - [anon_sym_DOLLAR] = ACTIONS(2588), - [anon_sym_error] = ACTIONS(2588), - [anon_sym_DASH] = ACTIONS(2353), - [anon_sym_break] = ACTIONS(2588), - [anon_sym_continue] = ACTIONS(2588), - [anon_sym_for] = ACTIONS(2588), - [anon_sym_loop] = ACTIONS(2588), - [anon_sym_while] = ACTIONS(2588), - [anon_sym_do] = ACTIONS(2588), - [anon_sym_if] = ACTIONS(2588), - [anon_sym_match] = ACTIONS(2588), - [anon_sym_LBRACE] = ACTIONS(2588), - [anon_sym_RBRACE] = ACTIONS(2588), - [anon_sym_DOT] = ACTIONS(2588), - [anon_sym_try] = ACTIONS(2588), - [anon_sym_return] = ACTIONS(2588), - [anon_sym_source] = ACTIONS(2588), - [anon_sym_source_DASHenv] = ACTIONS(2588), - [anon_sym_register] = ACTIONS(2588), - [anon_sym_hide] = ACTIONS(2588), - [anon_sym_hide_DASHenv] = ACTIONS(2588), - [anon_sym_overlay] = ACTIONS(2588), - [anon_sym_as] = ACTIONS(2592), - [anon_sym_where] = ACTIONS(2588), - [anon_sym_PLUS] = ACTIONS(2588), - [anon_sym_not] = ACTIONS(2588), - [sym_val_nothing] = ACTIONS(2588), - [anon_sym_true] = ACTIONS(2588), - [anon_sym_false] = ACTIONS(2588), - [aux_sym__val_number_decimal_token1] = ACTIONS(2588), - [aux_sym__val_number_token1] = ACTIONS(2588), - [aux_sym__val_number_token2] = ACTIONS(2588), - [aux_sym__val_number_token3] = ACTIONS(2588), - [aux_sym__val_number_token4] = ACTIONS(2588), - [aux_sym__val_number_token5] = ACTIONS(2588), - [aux_sym__val_number_token6] = ACTIONS(2588), - [anon_sym_0b] = ACTIONS(2588), - [anon_sym_0o] = ACTIONS(2588), - [anon_sym_0x] = ACTIONS(2588), - [sym_val_date] = ACTIONS(2588), - [anon_sym_DQUOTE] = ACTIONS(2588), - [sym__str_single_quotes] = ACTIONS(2588), - [sym__str_back_ticks] = ACTIONS(2588), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2588), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2588), - [anon_sym_CARET] = ACTIONS(2588), + [991] = { + [sym_comment] = STATE(991), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_LF] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1600), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1600), + [anon_sym_BANG_EQ] = ACTIONS(1600), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1600), + [anon_sym_GT_EQ] = ACTIONS(1600), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1600), + [anon_sym_BANG_TILDE] = ACTIONS(1600), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), + [anon_sym_true] = ACTIONS(1600), + [anon_sym_false] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [aux_sym__val_number_token1] = ACTIONS(1600), + [aux_sym__val_number_token2] = ACTIONS(1600), + [aux_sym__val_number_token3] = ACTIONS(1600), + [aux_sym__val_number_token4] = ACTIONS(1600), + [aux_sym__val_number_token5] = ACTIONS(1600), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_0b] = ACTIONS(1600), + [anon_sym_0o] = ACTIONS(1600), + [anon_sym_0x] = ACTIONS(1600), + [sym_val_date] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [sym__str_single_quotes] = ACTIONS(1600), + [sym__str_back_ticks] = ACTIONS(1600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1600), + [anon_sym_err_GT] = ACTIONS(1600), + [anon_sym_out_GT] = ACTIONS(1600), + [anon_sym_e_GT] = ACTIONS(1600), + [anon_sym_o_GT] = ACTIONS(1600), + [anon_sym_err_PLUSout_GT] = ACTIONS(1600), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1600), + [anon_sym_o_PLUSe_GT] = ACTIONS(1600), + [anon_sym_e_PLUSo_GT] = ACTIONS(1600), + [aux_sym_unquoted_token1] = ACTIONS(1600), [anon_sym_POUND] = ACTIONS(105), }, - [930] = { - [sym_comment] = STATE(930), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_RPAREN] = ACTIONS(1484), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_DOT2] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_err_GT] = ACTIONS(1484), - [anon_sym_out_GT] = ACTIONS(1484), - [anon_sym_e_GT] = ACTIONS(1484), - [anon_sym_o_GT] = ACTIONS(1484), - [anon_sym_err_PLUSout_GT] = ACTIONS(1484), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1484), - [anon_sym_o_PLUSe_GT] = ACTIONS(1484), - [anon_sym_e_PLUSo_GT] = ACTIONS(1484), - [aux_sym_unquoted_token1] = ACTIONS(1484), + [992] = { + [sym_comment] = STATE(992), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_LF] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_RPAREN] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_RBRACE] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1600), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1600), + [anon_sym_BANG_EQ] = ACTIONS(1600), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1600), + [anon_sym_GT_EQ] = ACTIONS(1600), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1600), + [anon_sym_BANG_TILDE] = ACTIONS(1600), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), + [anon_sym_true] = ACTIONS(1600), + [anon_sym_false] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [aux_sym__val_number_token1] = ACTIONS(1600), + [aux_sym__val_number_token2] = ACTIONS(1600), + [aux_sym__val_number_token3] = ACTIONS(1600), + [aux_sym__val_number_token4] = ACTIONS(1600), + [aux_sym__val_number_token5] = ACTIONS(1600), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_0b] = ACTIONS(1600), + [anon_sym_0o] = ACTIONS(1600), + [anon_sym_0x] = ACTIONS(1600), + [sym_val_date] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [sym__str_single_quotes] = ACTIONS(1600), + [sym__str_back_ticks] = ACTIONS(1600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1600), + [anon_sym_err_GT] = ACTIONS(1600), + [anon_sym_out_GT] = ACTIONS(1600), + [anon_sym_e_GT] = ACTIONS(1600), + [anon_sym_o_GT] = ACTIONS(1600), + [anon_sym_err_PLUSout_GT] = ACTIONS(1600), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1600), + [anon_sym_o_PLUSe_GT] = ACTIONS(1600), + [anon_sym_e_PLUSo_GT] = ACTIONS(1600), + [aux_sym_unquoted_token1] = ACTIONS(1600), [anon_sym_POUND] = ACTIONS(105), }, - [931] = { - [sym_expr_parenthesized] = STATE(2520), - [sym_val_range] = STATE(2580), - [sym__value] = STATE(2580), - [sym_val_bool] = STATE(2624), - [sym_val_variable] = STATE(2517), - [sym__var] = STATE(2342), - [sym_val_number] = STATE(290), - [sym__val_number_decimal] = STATE(268), - [sym__val_number] = STATE(295), - [sym_val_duration] = STATE(2624), - [sym_val_filesize] = STATE(2624), - [sym_val_binary] = STATE(2624), - [sym_val_string] = STATE(2624), - [sym__str_double_quotes] = STATE(2640), - [sym_val_interpolated] = STATE(2624), - [sym__inter_single_quotes] = STATE(2611), - [sym__inter_double_quotes] = STATE(2604), - [sym_val_list] = STATE(2624), - [sym_val_record] = STATE(2624), - [sym_val_table] = STATE(2624), - [sym_val_closure] = STATE(2624), - [sym__cmd_arg] = STATE(2581), - [sym_redirection] = STATE(2582), - [sym__flag] = STATE(2583), - [sym_short_flag] = STATE(2584), - [sym_long_flag] = STATE(2584), - [sym_unquoted] = STATE(2587), - [sym_comment] = STATE(931), - [aux_sym_command_repeat1] = STATE(918), - [ts_builtin_sym_end] = ACTIONS(2230), - [anon_sym_SEMI] = ACTIONS(2228), - [anon_sym_LF] = ACTIONS(2230), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_LPAREN] = ACTIONS(2363), - [anon_sym_PIPE] = ACTIONS(2228), - [anon_sym_DOLLAR] = ACTIONS(2365), - [anon_sym_DASH] = ACTIONS(2367), - [anon_sym_LBRACE] = ACTIONS(2369), - [anon_sym_DOT] = ACTIONS(2371), - [anon_sym_PLUS] = ACTIONS(2373), - [sym_val_nothing] = ACTIONS(2375), - [anon_sym_true] = ACTIONS(2377), - [anon_sym_false] = ACTIONS(2377), - [aux_sym__val_number_decimal_token1] = ACTIONS(2379), - [aux_sym__val_number_token1] = ACTIONS(2381), - [aux_sym__val_number_token2] = ACTIONS(2381), - [aux_sym__val_number_token3] = ACTIONS(2381), - [aux_sym__val_number_token4] = ACTIONS(2383), - [aux_sym__val_number_token5] = ACTIONS(2383), - [aux_sym__val_number_token6] = ACTIONS(2383), - [anon_sym_0b] = ACTIONS(2385), - [anon_sym_0o] = ACTIONS(2385), - [anon_sym_0x] = ACTIONS(2385), - [sym_val_date] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(2387), - [sym__str_single_quotes] = ACTIONS(2389), - [sym__str_back_ticks] = ACTIONS(2389), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2391), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2393), - [anon_sym_err_GT] = ACTIONS(2395), - [anon_sym_out_GT] = ACTIONS(2395), - [anon_sym_e_GT] = ACTIONS(2395), - [anon_sym_o_GT] = ACTIONS(2395), - [anon_sym_err_PLUSout_GT] = ACTIONS(2395), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2395), - [anon_sym_o_PLUSe_GT] = ACTIONS(2395), - [anon_sym_e_PLUSo_GT] = ACTIONS(2395), - [aux_sym_unquoted_token1] = ACTIONS(2397), + [993] = { + [sym_comment] = STATE(993), + [anon_sym_SEMI] = ACTIONS(1580), + [anon_sym_LF] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1580), + [anon_sym_RPAREN] = ACTIONS(1580), + [anon_sym_PIPE] = ACTIONS(1580), + [anon_sym_DOLLAR] = ACTIONS(1580), + [anon_sym_GT] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_in] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1580), + [anon_sym_RBRACE] = ACTIONS(1580), + [anon_sym_DOT] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1580), + [anon_sym_STAR_STAR] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_mod] = ACTIONS(1580), + [anon_sym_SLASH_SLASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_bit_DASHshl] = ACTIONS(1580), + [anon_sym_bit_DASHshr] = ACTIONS(1580), + [anon_sym_EQ_EQ] = ACTIONS(1580), + [anon_sym_BANG_EQ] = ACTIONS(1580), + [anon_sym_LT2] = ACTIONS(1580), + [anon_sym_LT_EQ] = ACTIONS(1580), + [anon_sym_GT_EQ] = ACTIONS(1580), + [anon_sym_not_DASHin] = ACTIONS(1580), + [anon_sym_starts_DASHwith] = ACTIONS(1580), + [anon_sym_ends_DASHwith] = ACTIONS(1580), + [anon_sym_EQ_TILDE] = ACTIONS(1580), + [anon_sym_BANG_TILDE] = ACTIONS(1580), + [anon_sym_bit_DASHand] = ACTIONS(1580), + [anon_sym_bit_DASHxor] = ACTIONS(1580), + [anon_sym_bit_DASHor] = ACTIONS(1580), + [anon_sym_and] = ACTIONS(1580), + [anon_sym_xor] = ACTIONS(1580), + [anon_sym_or] = ACTIONS(1580), + [anon_sym_null] = ACTIONS(1580), + [anon_sym_true] = ACTIONS(1580), + [anon_sym_false] = ACTIONS(1580), + [aux_sym__val_number_decimal_token1] = ACTIONS(1580), + [aux_sym__val_number_token1] = ACTIONS(1580), + [aux_sym__val_number_token2] = ACTIONS(1580), + [aux_sym__val_number_token3] = ACTIONS(1580), + [aux_sym__val_number_token4] = ACTIONS(1580), + [aux_sym__val_number_token5] = ACTIONS(1580), + [aux_sym__val_number_token6] = ACTIONS(1580), + [anon_sym_0b] = ACTIONS(1580), + [anon_sym_0o] = ACTIONS(1580), + [anon_sym_0x] = ACTIONS(1580), + [sym_val_date] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1580), + [sym__str_single_quotes] = ACTIONS(1580), + [sym__str_back_ticks] = ACTIONS(1580), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1580), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1580), + [anon_sym_err_GT] = ACTIONS(1580), + [anon_sym_out_GT] = ACTIONS(1580), + [anon_sym_e_GT] = ACTIONS(1580), + [anon_sym_o_GT] = ACTIONS(1580), + [anon_sym_err_PLUSout_GT] = ACTIONS(1580), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1580), + [anon_sym_o_PLUSe_GT] = ACTIONS(1580), + [anon_sym_e_PLUSo_GT] = ACTIONS(1580), + [aux_sym_unquoted_token1] = ACTIONS(1580), [anon_sym_POUND] = ACTIONS(105), }, - [932] = { - [sym_comment] = STATE(932), + [994] = { + [sym_comment] = STATE(994), [anon_sym_SEMI] = ACTIONS(213), [anon_sym_LF] = ACTIONS(215), [anon_sym_LBRACK] = ACTIONS(213), @@ -174003,7 +179884,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_RBRACE] = ACTIONS(213), [anon_sym_DOT] = ACTIONS(213), - [anon_sym_DOT2] = ACTIONS(2471), [anon_sym_STAR] = ACTIONS(213), [anon_sym_STAR_STAR] = ACTIONS(213), [anon_sym_PLUS_PLUS] = ACTIONS(213), @@ -174029,7 +179909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(213), [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -174059,4360 +179939,6689 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(213), [anon_sym_POUND] = ACTIONS(105), }, - [933] = { - [sym_comment] = STATE(933), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [995] = { + [sym_comment] = STATE(995), + [anon_sym_SEMI] = ACTIONS(1658), + [anon_sym_LF] = ACTIONS(1660), + [anon_sym_LBRACK] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(1658), + [anon_sym_RPAREN] = ACTIONS(1658), + [anon_sym_PIPE] = ACTIONS(1658), + [anon_sym_DOLLAR] = ACTIONS(1658), + [anon_sym_GT] = ACTIONS(1658), + [anon_sym_DASH] = ACTIONS(1658), + [anon_sym_in] = ACTIONS(1658), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(1658), + [anon_sym_DOT] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_STAR_STAR] = ACTIONS(1658), + [anon_sym_PLUS_PLUS] = ACTIONS(1658), + [anon_sym_SLASH] = ACTIONS(1658), + [anon_sym_mod] = ACTIONS(1658), + [anon_sym_SLASH_SLASH] = ACTIONS(1658), + [anon_sym_PLUS] = ACTIONS(1658), + [anon_sym_bit_DASHshl] = ACTIONS(1658), + [anon_sym_bit_DASHshr] = ACTIONS(1658), + [anon_sym_EQ_EQ] = ACTIONS(1658), + [anon_sym_BANG_EQ] = ACTIONS(1658), + [anon_sym_LT2] = ACTIONS(1658), + [anon_sym_LT_EQ] = ACTIONS(1658), + [anon_sym_GT_EQ] = ACTIONS(1658), + [anon_sym_not_DASHin] = ACTIONS(1658), + [anon_sym_starts_DASHwith] = ACTIONS(1658), + [anon_sym_ends_DASHwith] = ACTIONS(1658), + [anon_sym_EQ_TILDE] = ACTIONS(1658), + [anon_sym_BANG_TILDE] = ACTIONS(1658), + [anon_sym_bit_DASHand] = ACTIONS(1658), + [anon_sym_bit_DASHxor] = ACTIONS(1658), + [anon_sym_bit_DASHor] = ACTIONS(1658), + [anon_sym_and] = ACTIONS(1658), + [anon_sym_xor] = ACTIONS(1658), + [anon_sym_or] = ACTIONS(1658), + [anon_sym_null] = ACTIONS(1658), + [anon_sym_true] = ACTIONS(1658), + [anon_sym_false] = ACTIONS(1658), + [aux_sym__val_number_decimal_token1] = ACTIONS(1658), + [aux_sym__val_number_token1] = ACTIONS(1658), + [aux_sym__val_number_token2] = ACTIONS(1658), + [aux_sym__val_number_token3] = ACTIONS(1658), + [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(1658), + [anon_sym_0o] = ACTIONS(1658), + [anon_sym_0x] = ACTIONS(1658), + [sym_val_date] = ACTIONS(1658), + [anon_sym_DQUOTE] = ACTIONS(1658), + [sym__str_single_quotes] = ACTIONS(1658), + [sym__str_back_ticks] = ACTIONS(1658), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1658), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1658), + [anon_sym_err_GT] = ACTIONS(1658), + [anon_sym_out_GT] = ACTIONS(1658), + [anon_sym_e_GT] = ACTIONS(1658), + [anon_sym_o_GT] = ACTIONS(1658), + [anon_sym_err_PLUSout_GT] = ACTIONS(1658), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1658), + [anon_sym_o_PLUSe_GT] = ACTIONS(1658), + [anon_sym_e_PLUSo_GT] = ACTIONS(1658), + [aux_sym_unquoted_token1] = ACTIONS(1658), [anon_sym_POUND] = ACTIONS(105), }, - [934] = { - [sym_comment] = STATE(934), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [996] = { + [sym_comment] = STATE(996), + [anon_sym_SEMI] = ACTIONS(1576), + [anon_sym_LF] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_LPAREN] = ACTIONS(1576), + [anon_sym_RPAREN] = ACTIONS(1576), + [anon_sym_PIPE] = ACTIONS(1576), + [anon_sym_DOLLAR] = ACTIONS(1576), + [anon_sym_GT] = ACTIONS(1576), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_in] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1576), + [anon_sym_RBRACE] = ACTIONS(1576), + [anon_sym_DOT] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1576), + [anon_sym_STAR_STAR] = ACTIONS(1576), + [anon_sym_PLUS_PLUS] = ACTIONS(1576), + [anon_sym_SLASH] = ACTIONS(1576), + [anon_sym_mod] = ACTIONS(1576), + [anon_sym_SLASH_SLASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_bit_DASHshl] = ACTIONS(1576), + [anon_sym_bit_DASHshr] = ACTIONS(1576), + [anon_sym_EQ_EQ] = ACTIONS(1576), + [anon_sym_BANG_EQ] = ACTIONS(1576), + [anon_sym_LT2] = ACTIONS(1576), + [anon_sym_LT_EQ] = ACTIONS(1576), + [anon_sym_GT_EQ] = ACTIONS(1576), + [anon_sym_not_DASHin] = ACTIONS(1576), + [anon_sym_starts_DASHwith] = ACTIONS(1576), + [anon_sym_ends_DASHwith] = ACTIONS(1576), + [anon_sym_EQ_TILDE] = ACTIONS(1576), + [anon_sym_BANG_TILDE] = ACTIONS(1576), + [anon_sym_bit_DASHand] = ACTIONS(1576), + [anon_sym_bit_DASHxor] = ACTIONS(1576), + [anon_sym_bit_DASHor] = ACTIONS(1576), + [anon_sym_and] = ACTIONS(1576), + [anon_sym_xor] = ACTIONS(1576), + [anon_sym_or] = ACTIONS(1576), + [anon_sym_null] = ACTIONS(1576), + [anon_sym_true] = ACTIONS(1576), + [anon_sym_false] = ACTIONS(1576), + [aux_sym__val_number_decimal_token1] = ACTIONS(1576), + [aux_sym__val_number_token1] = ACTIONS(1576), + [aux_sym__val_number_token2] = ACTIONS(1576), + [aux_sym__val_number_token3] = ACTIONS(1576), + [aux_sym__val_number_token4] = ACTIONS(1576), + [aux_sym__val_number_token5] = ACTIONS(1576), + [aux_sym__val_number_token6] = ACTIONS(1576), + [anon_sym_0b] = ACTIONS(1576), + [anon_sym_0o] = ACTIONS(1576), + [anon_sym_0x] = ACTIONS(1576), + [sym_val_date] = ACTIONS(1576), + [anon_sym_DQUOTE] = ACTIONS(1576), + [sym__str_single_quotes] = ACTIONS(1576), + [sym__str_back_ticks] = ACTIONS(1576), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1576), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1576), + [anon_sym_err_GT] = ACTIONS(1576), + [anon_sym_out_GT] = ACTIONS(1576), + [anon_sym_e_GT] = ACTIONS(1576), + [anon_sym_o_GT] = ACTIONS(1576), + [anon_sym_err_PLUSout_GT] = ACTIONS(1576), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1576), + [anon_sym_o_PLUSe_GT] = ACTIONS(1576), + [anon_sym_e_PLUSo_GT] = ACTIONS(1576), + [aux_sym_unquoted_token1] = ACTIONS(1576), [anon_sym_POUND] = ACTIONS(105), }, - [935] = { - [sym_comment] = STATE(935), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [997] = { + [sym_comment] = STATE(997), + [anon_sym_SEMI] = ACTIONS(1612), + [anon_sym_LF] = ACTIONS(1614), + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_RPAREN] = ACTIONS(1612), + [anon_sym_PIPE] = ACTIONS(1612), + [anon_sym_DOLLAR] = ACTIONS(1612), + [anon_sym_GT] = ACTIONS(1612), + [anon_sym_DASH] = ACTIONS(1612), + [anon_sym_in] = ACTIONS(1612), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(1612), + [anon_sym_DOT] = ACTIONS(1612), + [anon_sym_STAR] = ACTIONS(1612), + [anon_sym_STAR_STAR] = ACTIONS(1612), + [anon_sym_PLUS_PLUS] = ACTIONS(1612), + [anon_sym_SLASH] = ACTIONS(1612), + [anon_sym_mod] = ACTIONS(1612), + [anon_sym_SLASH_SLASH] = ACTIONS(1612), + [anon_sym_PLUS] = ACTIONS(1612), + [anon_sym_bit_DASHshl] = ACTIONS(1612), + [anon_sym_bit_DASHshr] = ACTIONS(1612), + [anon_sym_EQ_EQ] = ACTIONS(1612), + [anon_sym_BANG_EQ] = ACTIONS(1612), + [anon_sym_LT2] = ACTIONS(1612), + [anon_sym_LT_EQ] = ACTIONS(1612), + [anon_sym_GT_EQ] = ACTIONS(1612), + [anon_sym_not_DASHin] = ACTIONS(1612), + [anon_sym_starts_DASHwith] = ACTIONS(1612), + [anon_sym_ends_DASHwith] = ACTIONS(1612), + [anon_sym_EQ_TILDE] = ACTIONS(1612), + [anon_sym_BANG_TILDE] = ACTIONS(1612), + [anon_sym_bit_DASHand] = ACTIONS(1612), + [anon_sym_bit_DASHxor] = ACTIONS(1612), + [anon_sym_bit_DASHor] = ACTIONS(1612), + [anon_sym_and] = ACTIONS(1612), + [anon_sym_xor] = ACTIONS(1612), + [anon_sym_or] = ACTIONS(1612), + [anon_sym_null] = ACTIONS(1612), + [anon_sym_true] = ACTIONS(1612), + [anon_sym_false] = ACTIONS(1612), + [aux_sym__val_number_decimal_token1] = ACTIONS(1612), + [aux_sym__val_number_token1] = ACTIONS(1612), + [aux_sym__val_number_token2] = ACTIONS(1612), + [aux_sym__val_number_token3] = ACTIONS(1612), + [aux_sym__val_number_token4] = ACTIONS(1612), + [aux_sym__val_number_token5] = ACTIONS(1612), + [aux_sym__val_number_token6] = ACTIONS(1612), + [anon_sym_0b] = ACTIONS(1612), + [anon_sym_0o] = ACTIONS(1612), + [anon_sym_0x] = ACTIONS(1612), + [sym_val_date] = ACTIONS(1612), + [anon_sym_DQUOTE] = ACTIONS(1612), + [sym__str_single_quotes] = ACTIONS(1612), + [sym__str_back_ticks] = ACTIONS(1612), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1612), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1612), + [anon_sym_err_GT] = ACTIONS(1612), + [anon_sym_out_GT] = ACTIONS(1612), + [anon_sym_e_GT] = ACTIONS(1612), + [anon_sym_o_GT] = ACTIONS(1612), + [anon_sym_err_PLUSout_GT] = ACTIONS(1612), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1612), + [anon_sym_o_PLUSe_GT] = ACTIONS(1612), + [anon_sym_e_PLUSo_GT] = ACTIONS(1612), + [aux_sym_unquoted_token1] = ACTIONS(1612), + [anon_sym_POUND] = ACTIONS(105), + }, + [998] = { + [sym_comment] = STATE(998), + [anon_sym_SEMI] = ACTIONS(1568), + [anon_sym_LF] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_LPAREN] = ACTIONS(1568), + [anon_sym_RPAREN] = ACTIONS(1568), + [anon_sym_PIPE] = ACTIONS(1568), + [anon_sym_DOLLAR] = ACTIONS(1568), + [anon_sym_GT] = ACTIONS(1568), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_in] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1568), + [anon_sym_RBRACE] = ACTIONS(1568), + [anon_sym_DOT] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_STAR_STAR] = ACTIONS(1568), + [anon_sym_PLUS_PLUS] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(1568), + [anon_sym_mod] = ACTIONS(1568), + [anon_sym_SLASH_SLASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_bit_DASHshl] = ACTIONS(1568), + [anon_sym_bit_DASHshr] = ACTIONS(1568), + [anon_sym_EQ_EQ] = ACTIONS(1568), + [anon_sym_BANG_EQ] = ACTIONS(1568), + [anon_sym_LT2] = ACTIONS(1568), + [anon_sym_LT_EQ] = ACTIONS(1568), + [anon_sym_GT_EQ] = ACTIONS(1568), + [anon_sym_not_DASHin] = ACTIONS(1568), + [anon_sym_starts_DASHwith] = ACTIONS(1568), + [anon_sym_ends_DASHwith] = ACTIONS(1568), + [anon_sym_EQ_TILDE] = ACTIONS(1568), + [anon_sym_BANG_TILDE] = ACTIONS(1568), + [anon_sym_bit_DASHand] = ACTIONS(1568), + [anon_sym_bit_DASHxor] = ACTIONS(1568), + [anon_sym_bit_DASHor] = ACTIONS(1568), + [anon_sym_and] = ACTIONS(1568), + [anon_sym_xor] = ACTIONS(1568), + [anon_sym_or] = ACTIONS(1568), + [anon_sym_null] = ACTIONS(1568), + [anon_sym_true] = ACTIONS(1568), + [anon_sym_false] = ACTIONS(1568), + [aux_sym__val_number_decimal_token1] = ACTIONS(1568), + [aux_sym__val_number_token1] = ACTIONS(1568), + [aux_sym__val_number_token2] = ACTIONS(1568), + [aux_sym__val_number_token3] = ACTIONS(1568), + [aux_sym__val_number_token4] = ACTIONS(1568), + [aux_sym__val_number_token5] = ACTIONS(1568), + [aux_sym__val_number_token6] = ACTIONS(1568), + [anon_sym_0b] = ACTIONS(1568), + [anon_sym_0o] = ACTIONS(1568), + [anon_sym_0x] = ACTIONS(1568), + [sym_val_date] = ACTIONS(1568), + [anon_sym_DQUOTE] = ACTIONS(1568), + [sym__str_single_quotes] = ACTIONS(1568), + [sym__str_back_ticks] = ACTIONS(1568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1568), + [anon_sym_err_GT] = ACTIONS(1568), + [anon_sym_out_GT] = ACTIONS(1568), + [anon_sym_e_GT] = ACTIONS(1568), + [anon_sym_o_GT] = ACTIONS(1568), + [anon_sym_err_PLUSout_GT] = ACTIONS(1568), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1568), + [anon_sym_o_PLUSe_GT] = ACTIONS(1568), + [anon_sym_e_PLUSo_GT] = ACTIONS(1568), + [aux_sym_unquoted_token1] = ACTIONS(1568), + [anon_sym_POUND] = ACTIONS(105), + }, + [999] = { + [sym_comment] = STATE(999), + [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_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), + }, + [1000] = { + [sym_comment] = STATE(1000), + [anon_sym_SEMI] = ACTIONS(1664), + [anon_sym_LF] = ACTIONS(1666), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_RPAREN] = ACTIONS(1664), + [anon_sym_PIPE] = ACTIONS(1664), + [anon_sym_DOLLAR] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(1664), + [anon_sym_DASH] = ACTIONS(1664), + [anon_sym_in] = ACTIONS(1664), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_RBRACE] = ACTIONS(1664), + [anon_sym_DOT] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1664), + [anon_sym_STAR_STAR] = ACTIONS(1664), + [anon_sym_PLUS_PLUS] = ACTIONS(1664), + [anon_sym_SLASH] = ACTIONS(1664), + [anon_sym_mod] = ACTIONS(1664), + [anon_sym_SLASH_SLASH] = ACTIONS(1664), + [anon_sym_PLUS] = ACTIONS(1664), + [anon_sym_bit_DASHshl] = ACTIONS(1664), + [anon_sym_bit_DASHshr] = ACTIONS(1664), + [anon_sym_EQ_EQ] = ACTIONS(1664), + [anon_sym_BANG_EQ] = ACTIONS(1664), + [anon_sym_LT2] = ACTIONS(1664), + [anon_sym_LT_EQ] = ACTIONS(1664), + [anon_sym_GT_EQ] = ACTIONS(1664), + [anon_sym_not_DASHin] = ACTIONS(1664), + [anon_sym_starts_DASHwith] = ACTIONS(1664), + [anon_sym_ends_DASHwith] = ACTIONS(1664), + [anon_sym_EQ_TILDE] = ACTIONS(1664), + [anon_sym_BANG_TILDE] = ACTIONS(1664), + [anon_sym_bit_DASHand] = ACTIONS(1664), + [anon_sym_bit_DASHxor] = ACTIONS(1664), + [anon_sym_bit_DASHor] = ACTIONS(1664), + [anon_sym_and] = ACTIONS(1664), + [anon_sym_xor] = ACTIONS(1664), + [anon_sym_or] = ACTIONS(1664), + [anon_sym_null] = ACTIONS(1664), + [anon_sym_true] = ACTIONS(1664), + [anon_sym_false] = ACTIONS(1664), + [aux_sym__val_number_decimal_token1] = ACTIONS(1664), + [aux_sym__val_number_token1] = ACTIONS(1664), + [aux_sym__val_number_token2] = ACTIONS(1664), + [aux_sym__val_number_token3] = ACTIONS(1664), + [aux_sym__val_number_token4] = ACTIONS(1664), + [aux_sym__val_number_token5] = ACTIONS(1664), + [aux_sym__val_number_token6] = ACTIONS(1664), + [anon_sym_0b] = ACTIONS(1664), + [anon_sym_0o] = ACTIONS(1664), + [anon_sym_0x] = ACTIONS(1664), + [sym_val_date] = ACTIONS(1664), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1664), + [sym__str_back_ticks] = ACTIONS(1664), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1664), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1664), + [anon_sym_err_GT] = ACTIONS(1664), + [anon_sym_out_GT] = ACTIONS(1664), + [anon_sym_e_GT] = ACTIONS(1664), + [anon_sym_o_GT] = ACTIONS(1664), + [anon_sym_err_PLUSout_GT] = ACTIONS(1664), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1664), + [anon_sym_o_PLUSe_GT] = ACTIONS(1664), + [anon_sym_e_PLUSo_GT] = ACTIONS(1664), + [aux_sym_unquoted_token1] = ACTIONS(1664), + [anon_sym_POUND] = ACTIONS(105), + }, + [1001] = { + [sym_comment] = STATE(1001), + [anon_sym_SEMI] = ACTIONS(1584), + [anon_sym_LF] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1584), + [anon_sym_RPAREN] = ACTIONS(1584), + [anon_sym_PIPE] = ACTIONS(1584), + [anon_sym_DOLLAR] = ACTIONS(1584), + [anon_sym_GT] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_in] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1584), + [anon_sym_DOT] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1584), + [anon_sym_STAR_STAR] = ACTIONS(1584), + [anon_sym_PLUS_PLUS] = ACTIONS(1584), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_mod] = ACTIONS(1584), + [anon_sym_SLASH_SLASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_bit_DASHshl] = ACTIONS(1584), + [anon_sym_bit_DASHshr] = ACTIONS(1584), + [anon_sym_EQ_EQ] = ACTIONS(1584), + [anon_sym_BANG_EQ] = ACTIONS(1584), + [anon_sym_LT2] = ACTIONS(1584), + [anon_sym_LT_EQ] = ACTIONS(1584), + [anon_sym_GT_EQ] = ACTIONS(1584), + [anon_sym_not_DASHin] = ACTIONS(1584), + [anon_sym_starts_DASHwith] = ACTIONS(1584), + [anon_sym_ends_DASHwith] = ACTIONS(1584), + [anon_sym_EQ_TILDE] = ACTIONS(1584), + [anon_sym_BANG_TILDE] = ACTIONS(1584), + [anon_sym_bit_DASHand] = ACTIONS(1584), + [anon_sym_bit_DASHxor] = ACTIONS(1584), + [anon_sym_bit_DASHor] = ACTIONS(1584), + [anon_sym_and] = ACTIONS(1584), + [anon_sym_xor] = ACTIONS(1584), + [anon_sym_or] = ACTIONS(1584), + [anon_sym_null] = ACTIONS(1584), + [anon_sym_true] = ACTIONS(1584), + [anon_sym_false] = ACTIONS(1584), + [aux_sym__val_number_decimal_token1] = ACTIONS(1584), + [aux_sym__val_number_token1] = ACTIONS(1584), + [aux_sym__val_number_token2] = ACTIONS(1584), + [aux_sym__val_number_token3] = ACTIONS(1584), + [aux_sym__val_number_token4] = ACTIONS(1584), + [aux_sym__val_number_token5] = ACTIONS(1584), + [aux_sym__val_number_token6] = ACTIONS(1584), + [anon_sym_0b] = ACTIONS(1584), + [anon_sym_0o] = ACTIONS(1584), + [anon_sym_0x] = ACTIONS(1584), + [sym_val_date] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1584), + [sym__str_single_quotes] = ACTIONS(1584), + [sym__str_back_ticks] = ACTIONS(1584), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1584), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1584), + [anon_sym_err_GT] = ACTIONS(1584), + [anon_sym_out_GT] = ACTIONS(1584), + [anon_sym_e_GT] = ACTIONS(1584), + [anon_sym_o_GT] = ACTIONS(1584), + [anon_sym_err_PLUSout_GT] = ACTIONS(1584), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1584), + [anon_sym_o_PLUSe_GT] = ACTIONS(1584), + [anon_sym_e_PLUSo_GT] = ACTIONS(1584), + [aux_sym_unquoted_token1] = ACTIONS(1584), + [anon_sym_POUND] = ACTIONS(105), + }, + [1002] = { + [sym_comment] = STATE(1002), + [ts_builtin_sym_end] = ACTIONS(1497), + [anon_sym_SEMI] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_err_GT] = ACTIONS(1495), + [anon_sym_out_GT] = ACTIONS(1495), + [anon_sym_e_GT] = ACTIONS(1495), + [anon_sym_o_GT] = ACTIONS(1495), + [anon_sym_err_PLUSout_GT] = ACTIONS(1495), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1495), + [anon_sym_o_PLUSe_GT] = ACTIONS(1495), + [anon_sym_e_PLUSo_GT] = ACTIONS(1495), + [aux_sym_unquoted_token1] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(2736), + [anon_sym_POUND] = ACTIONS(105), + }, + [1003] = { + [sym_comment] = STATE(1003), + [anon_sym_SEMI] = ACTIONS(1608), + [anon_sym_LF] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1608), + [anon_sym_LPAREN] = ACTIONS(1608), + [anon_sym_RPAREN] = ACTIONS(1608), + [anon_sym_PIPE] = ACTIONS(1608), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1608), + [anon_sym_RBRACE] = ACTIONS(1608), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [anon_sym_STAR_STAR] = ACTIONS(1608), + [anon_sym_PLUS_PLUS] = ACTIONS(1608), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_mod] = ACTIONS(1608), + [anon_sym_SLASH_SLASH] = ACTIONS(1608), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_bit_DASHshl] = ACTIONS(1608), + [anon_sym_bit_DASHshr] = ACTIONS(1608), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_LT2] = ACTIONS(1608), + [anon_sym_LT_EQ] = ACTIONS(1608), + [anon_sym_GT_EQ] = ACTIONS(1608), + [anon_sym_not_DASHin] = ACTIONS(1608), + [anon_sym_starts_DASHwith] = ACTIONS(1608), + [anon_sym_ends_DASHwith] = ACTIONS(1608), + [anon_sym_EQ_TILDE] = ACTIONS(1608), + [anon_sym_BANG_TILDE] = ACTIONS(1608), + [anon_sym_bit_DASHand] = ACTIONS(1608), + [anon_sym_bit_DASHxor] = ACTIONS(1608), + [anon_sym_bit_DASHor] = ACTIONS(1608), + [anon_sym_and] = ACTIONS(1608), + [anon_sym_xor] = ACTIONS(1608), + [anon_sym_or] = ACTIONS(1608), + [anon_sym_null] = ACTIONS(1608), + [anon_sym_true] = ACTIONS(1608), + [anon_sym_false] = ACTIONS(1608), + [aux_sym__val_number_decimal_token1] = ACTIONS(1608), + [aux_sym__val_number_token1] = ACTIONS(1608), + [aux_sym__val_number_token2] = ACTIONS(1608), + [aux_sym__val_number_token3] = ACTIONS(1608), + [aux_sym__val_number_token4] = ACTIONS(1608), + [aux_sym__val_number_token5] = ACTIONS(1608), + [aux_sym__val_number_token6] = ACTIONS(1608), + [anon_sym_0b] = ACTIONS(1608), + [anon_sym_0o] = ACTIONS(1608), + [anon_sym_0x] = ACTIONS(1608), + [sym_val_date] = ACTIONS(1608), + [anon_sym_DQUOTE] = ACTIONS(1608), + [sym__str_single_quotes] = ACTIONS(1608), + [sym__str_back_ticks] = ACTIONS(1608), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1608), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1608), + [anon_sym_err_GT] = ACTIONS(1608), + [anon_sym_out_GT] = ACTIONS(1608), + [anon_sym_e_GT] = ACTIONS(1608), + [anon_sym_o_GT] = ACTIONS(1608), + [anon_sym_err_PLUSout_GT] = ACTIONS(1608), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1608), + [anon_sym_o_PLUSe_GT] = ACTIONS(1608), + [anon_sym_e_PLUSo_GT] = ACTIONS(1608), + [aux_sym_unquoted_token1] = ACTIONS(1608), + [anon_sym_POUND] = ACTIONS(105), + }, + [1004] = { + [sym_comment] = STATE(1004), + [anon_sym_SEMI] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_RPAREN] = ACTIONS(1491), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_err_GT] = ACTIONS(1491), + [anon_sym_out_GT] = ACTIONS(1491), + [anon_sym_e_GT] = ACTIONS(1491), + [anon_sym_o_GT] = ACTIONS(1491), + [anon_sym_err_PLUSout_GT] = ACTIONS(1491), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1491), + [anon_sym_o_PLUSe_GT] = ACTIONS(1491), + [anon_sym_e_PLUSo_GT] = ACTIONS(1491), + [aux_sym_unquoted_token1] = ACTIONS(1491), + [anon_sym_POUND] = ACTIONS(105), + }, + [1005] = { + [sym_comment] = STATE(1005), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_RPAREN] = ACTIONS(1454), + [anon_sym_PIPE] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_err_GT] = ACTIONS(1454), + [anon_sym_out_GT] = ACTIONS(1454), + [anon_sym_e_GT] = ACTIONS(1454), + [anon_sym_o_GT] = ACTIONS(1454), + [anon_sym_err_PLUSout_GT] = ACTIONS(1454), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1454), + [anon_sym_o_PLUSe_GT] = ACTIONS(1454), + [anon_sym_e_PLUSo_GT] = ACTIONS(1454), + [aux_sym_unquoted_token1] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(105), + }, + [1006] = { + [sym_comment] = STATE(1006), + [anon_sym_SEMI] = ACTIONS(1668), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_in] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_STAR_STAR] = ACTIONS(1668), + [anon_sym_PLUS_PLUS] = ACTIONS(1668), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_mod] = ACTIONS(1668), + [anon_sym_SLASH_SLASH] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_bit_DASHshl] = ACTIONS(1668), + [anon_sym_bit_DASHshr] = ACTIONS(1668), + [anon_sym_EQ_EQ] = ACTIONS(1668), + [anon_sym_BANG_EQ] = ACTIONS(1668), + [anon_sym_LT2] = ACTIONS(1668), + [anon_sym_LT_EQ] = ACTIONS(1668), + [anon_sym_GT_EQ] = ACTIONS(1668), + [anon_sym_not_DASHin] = ACTIONS(1668), + [anon_sym_starts_DASHwith] = ACTIONS(1668), + [anon_sym_ends_DASHwith] = ACTIONS(1668), + [anon_sym_EQ_TILDE] = ACTIONS(1668), + [anon_sym_BANG_TILDE] = ACTIONS(1668), + [anon_sym_bit_DASHand] = ACTIONS(1668), + [anon_sym_bit_DASHxor] = ACTIONS(1668), + [anon_sym_bit_DASHor] = ACTIONS(1668), + [anon_sym_and] = ACTIONS(1668), + [anon_sym_xor] = ACTIONS(1668), + [anon_sym_or] = ACTIONS(1668), + [anon_sym_null] = ACTIONS(1668), + [anon_sym_true] = ACTIONS(1668), + [anon_sym_false] = ACTIONS(1668), + [aux_sym__val_number_decimal_token1] = ACTIONS(1668), + [aux_sym__val_number_token1] = ACTIONS(1668), + [aux_sym__val_number_token2] = ACTIONS(1668), + [aux_sym__val_number_token3] = ACTIONS(1668), + [aux_sym__val_number_token4] = ACTIONS(1668), + [aux_sym__val_number_token5] = ACTIONS(1668), + [aux_sym__val_number_token6] = ACTIONS(1668), + [anon_sym_0b] = ACTIONS(1668), + [anon_sym_0o] = ACTIONS(1668), + [anon_sym_0x] = ACTIONS(1668), + [sym_val_date] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym__str_single_quotes] = ACTIONS(1668), + [sym__str_back_ticks] = ACTIONS(1668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), + [anon_sym_err_GT] = ACTIONS(1668), + [anon_sym_out_GT] = ACTIONS(1668), + [anon_sym_e_GT] = ACTIONS(1668), + [anon_sym_o_GT] = ACTIONS(1668), + [anon_sym_err_PLUSout_GT] = ACTIONS(1668), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1668), + [anon_sym_o_PLUSe_GT] = ACTIONS(1668), + [anon_sym_e_PLUSo_GT] = ACTIONS(1668), + [aux_sym_unquoted_token1] = ACTIONS(1668), + [anon_sym_POUND] = ACTIONS(105), + }, + [1007] = { + [sym_comment] = STATE(1007), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym_LF] = ACTIONS(1644), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LPAREN] = ACTIONS(1519), + [anon_sym_RPAREN] = ACTIONS(1519), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_DOLLAR] = ACTIONS(1519), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_RBRACE] = ACTIONS(1519), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1519), + [aux_sym__val_number_token1] = ACTIONS(1519), + [aux_sym__val_number_token2] = ACTIONS(1519), + [aux_sym__val_number_token3] = ACTIONS(1519), + [aux_sym__val_number_token4] = ACTIONS(1519), + [aux_sym__val_number_token5] = ACTIONS(1519), + [aux_sym__val_number_token6] = ACTIONS(1519), + [anon_sym_0b] = ACTIONS(1519), + [anon_sym_0o] = ACTIONS(1519), + [anon_sym_0x] = ACTIONS(1519), + [sym_val_date] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(1519), + [sym__str_single_quotes] = ACTIONS(1519), + [sym__str_back_ticks] = ACTIONS(1519), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1519), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1519), + [anon_sym_err_GT] = ACTIONS(1519), + [anon_sym_out_GT] = ACTIONS(1519), + [anon_sym_e_GT] = ACTIONS(1519), + [anon_sym_o_GT] = ACTIONS(1519), + [anon_sym_err_PLUSout_GT] = ACTIONS(1519), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1519), + [anon_sym_o_PLUSe_GT] = ACTIONS(1519), + [anon_sym_e_PLUSo_GT] = ACTIONS(1519), + [aux_sym_unquoted_token1] = ACTIONS(1519), + [anon_sym_POUND] = ACTIONS(105), + }, + [1008] = { + [sym__flag] = STATE(1439), + [sym_short_flag] = STATE(1441), + [sym_long_flag] = STATE(1441), + [sym_comment] = STATE(1008), + [aux_sym_overlay_use_repeat1] = STATE(973), + [ts_builtin_sym_end] = ACTIONS(2602), + [anon_sym_export] = ACTIONS(2600), + [anon_sym_alias] = ACTIONS(2600), + [anon_sym_let] = ACTIONS(2600), + [anon_sym_let_DASHenv] = ACTIONS(2600), + [anon_sym_mut] = ACTIONS(2600), + [anon_sym_const] = ACTIONS(2600), + [anon_sym_SEMI] = ACTIONS(2600), + [sym_cmd_identifier] = ACTIONS(2600), + [anon_sym_LF] = ACTIONS(2602), + [anon_sym_def] = ACTIONS(2600), + [anon_sym_export_DASHenv] = ACTIONS(2600), + [anon_sym_extern] = ACTIONS(2600), + [anon_sym_module] = ACTIONS(2600), + [anon_sym_use] = ACTIONS(2600), + [anon_sym_LBRACK] = ACTIONS(2600), + [anon_sym_LPAREN] = ACTIONS(2600), + [anon_sym_DOLLAR] = ACTIONS(2600), + [anon_sym_error] = ACTIONS(2600), + [anon_sym_DASH] = ACTIONS(2600), + [anon_sym_break] = ACTIONS(2600), + [anon_sym_continue] = ACTIONS(2600), + [anon_sym_for] = ACTIONS(2600), + [anon_sym_loop] = ACTIONS(2600), + [anon_sym_while] = ACTIONS(2600), + [anon_sym_do] = ACTIONS(2600), + [anon_sym_if] = ACTIONS(2600), + [anon_sym_match] = ACTIONS(2600), + [anon_sym_LBRACE] = ACTIONS(2600), + [anon_sym_DOT] = ACTIONS(2600), + [anon_sym_try] = ACTIONS(2600), + [anon_sym_return] = ACTIONS(2600), + [anon_sym_source] = ACTIONS(2600), + [anon_sym_source_DASHenv] = ACTIONS(2600), + [anon_sym_register] = ACTIONS(2600), + [anon_sym_hide] = ACTIONS(2600), + [anon_sym_hide_DASHenv] = ACTIONS(2600), + [anon_sym_overlay] = ACTIONS(2600), + [anon_sym_as] = ACTIONS(2738), + [anon_sym_where] = ACTIONS(2600), + [anon_sym_PLUS] = ACTIONS(2600), + [anon_sym_not] = ACTIONS(2600), + [anon_sym_null] = ACTIONS(2600), + [anon_sym_true] = ACTIONS(2600), + [anon_sym_false] = ACTIONS(2600), + [aux_sym__val_number_decimal_token1] = ACTIONS(2600), + [aux_sym__val_number_token1] = ACTIONS(2600), + [aux_sym__val_number_token2] = ACTIONS(2600), + [aux_sym__val_number_token3] = ACTIONS(2600), + [aux_sym__val_number_token4] = ACTIONS(2600), + [aux_sym__val_number_token5] = ACTIONS(2600), + [aux_sym__val_number_token6] = ACTIONS(2600), + [anon_sym_0b] = ACTIONS(2600), + [anon_sym_0o] = ACTIONS(2600), + [anon_sym_0x] = ACTIONS(2600), + [sym_val_date] = ACTIONS(2600), + [anon_sym_DQUOTE] = ACTIONS(2600), + [sym__str_single_quotes] = ACTIONS(2600), + [sym__str_back_ticks] = ACTIONS(2600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2600), + [anon_sym_CARET] = ACTIONS(2600), + [anon_sym_POUND] = ACTIONS(105), + }, + [1009] = { + [sym_comment] = STATE(1009), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1010] = { + [sym_comment] = STATE(1010), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1011] = { + [sym_comment] = STATE(1011), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_RPAREN] = ACTIONS(1515), + [anon_sym_PIPE] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_err_GT] = ACTIONS(1515), + [anon_sym_out_GT] = ACTIONS(1515), + [anon_sym_e_GT] = ACTIONS(1515), + [anon_sym_o_GT] = ACTIONS(1515), + [anon_sym_err_PLUSout_GT] = ACTIONS(1515), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1515), + [anon_sym_o_PLUSe_GT] = ACTIONS(1515), + [anon_sym_e_PLUSo_GT] = ACTIONS(1515), + [aux_sym_unquoted_token1] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(105), + }, + [1012] = { + [sym_comment] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1371), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_LT] = ACTIONS(2740), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_DOT2] = ACTIONS(2671), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_EQ2] = ACTIONS(2740), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token4] = ACTIONS(2673), + [aux_sym_unquoted_token6] = ACTIONS(2675), + [anon_sym_POUND] = ACTIONS(105), + }, + [1013] = { + [sym_comment] = STATE(1013), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1014] = { + [sym_comment] = STATE(1014), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1015] = { + [sym_comment] = STATE(1015), + [anon_sym_SEMI] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_LPAREN] = ACTIONS(1632), + [anon_sym_RPAREN] = ACTIONS(1632), + [anon_sym_PIPE] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1632), + [anon_sym_GT] = ACTIONS(1632), + [anon_sym_DASH] = ACTIONS(1632), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_LBRACE] = ACTIONS(1632), + [anon_sym_RBRACE] = ACTIONS(1632), + [anon_sym_DOT] = ACTIONS(1632), + [anon_sym_STAR] = ACTIONS(1632), + [anon_sym_STAR_STAR] = ACTIONS(1632), + [anon_sym_PLUS_PLUS] = ACTIONS(1632), + [anon_sym_SLASH] = ACTIONS(1632), + [anon_sym_mod] = ACTIONS(1632), + [anon_sym_SLASH_SLASH] = ACTIONS(1632), + [anon_sym_PLUS] = ACTIONS(1632), + [anon_sym_bit_DASHshl] = ACTIONS(1632), + [anon_sym_bit_DASHshr] = ACTIONS(1632), + [anon_sym_EQ_EQ] = ACTIONS(1632), + [anon_sym_BANG_EQ] = ACTIONS(1632), + [anon_sym_LT2] = ACTIONS(1632), + [anon_sym_LT_EQ] = ACTIONS(1632), + [anon_sym_GT_EQ] = ACTIONS(1632), + [anon_sym_not_DASHin] = ACTIONS(1632), + [anon_sym_starts_DASHwith] = ACTIONS(1632), + [anon_sym_ends_DASHwith] = ACTIONS(1632), + [anon_sym_EQ_TILDE] = ACTIONS(1632), + [anon_sym_BANG_TILDE] = ACTIONS(1632), + [anon_sym_bit_DASHand] = ACTIONS(1632), + [anon_sym_bit_DASHxor] = ACTIONS(1632), + [anon_sym_bit_DASHor] = ACTIONS(1632), + [anon_sym_and] = ACTIONS(1632), + [anon_sym_xor] = ACTIONS(1632), + [anon_sym_or] = ACTIONS(1632), + [anon_sym_null] = ACTIONS(1632), + [anon_sym_true] = ACTIONS(1632), + [anon_sym_false] = ACTIONS(1632), + [aux_sym__val_number_decimal_token1] = ACTIONS(1632), + [aux_sym__val_number_token1] = ACTIONS(1632), + [aux_sym__val_number_token2] = ACTIONS(1632), + [aux_sym__val_number_token3] = ACTIONS(1632), + [aux_sym__val_number_token4] = ACTIONS(1632), + [aux_sym__val_number_token5] = ACTIONS(1632), + [aux_sym__val_number_token6] = ACTIONS(1632), + [anon_sym_0b] = ACTIONS(1632), + [anon_sym_0o] = ACTIONS(1632), + [anon_sym_0x] = ACTIONS(1632), + [sym_val_date] = ACTIONS(1632), + [anon_sym_DQUOTE] = ACTIONS(1632), + [sym__str_single_quotes] = ACTIONS(1632), + [sym__str_back_ticks] = ACTIONS(1632), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1632), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1632), + [anon_sym_err_GT] = ACTIONS(1632), + [anon_sym_out_GT] = ACTIONS(1632), + [anon_sym_e_GT] = ACTIONS(1632), + [anon_sym_o_GT] = ACTIONS(1632), + [anon_sym_err_PLUSout_GT] = ACTIONS(1632), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1632), + [anon_sym_o_PLUSe_GT] = ACTIONS(1632), + [anon_sym_e_PLUSo_GT] = ACTIONS(1632), + [aux_sym_unquoted_token1] = ACTIONS(1632), + [anon_sym_POUND] = ACTIONS(105), + }, + [1016] = { + [sym_comment] = STATE(1016), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1017] = { + [sym_comment] = STATE(1017), + [ts_builtin_sym_end] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_PIPE] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_DOT2] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_err_GT] = ACTIONS(1515), + [anon_sym_out_GT] = ACTIONS(1515), + [anon_sym_e_GT] = ACTIONS(1515), + [anon_sym_o_GT] = ACTIONS(1515), + [anon_sym_err_PLUSout_GT] = ACTIONS(1515), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1515), + [anon_sym_o_PLUSe_GT] = ACTIONS(1515), + [anon_sym_e_PLUSo_GT] = ACTIONS(1515), + [aux_sym_unquoted_token1] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(105), + }, + [1018] = { + [sym_comment] = STATE(1018), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1019] = { + [sym__flag] = STATE(1439), + [sym_short_flag] = STATE(1441), + [sym_long_flag] = STATE(1441), + [sym_comment] = STATE(1019), + [aux_sym_overlay_use_repeat1] = STATE(971), + [ts_builtin_sym_end] = ACTIONS(2633), + [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_DOLLAR] = ACTIONS(2631), + [anon_sym_error] = ACTIONS(2631), + [anon_sym_DASH] = ACTIONS(2723), + [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_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_as] = ACTIONS(2742), + [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), + }, + [1020] = { + [sym_comment] = STATE(1020), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1021] = { + [sym_comment] = STATE(1021), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1022] = { + [sym_comment] = STATE(1022), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_mod] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(1528), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1023] = { + [sym_comment] = STATE(1023), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1024] = { + [sym_comment] = STATE(1024), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1025] = { + [sym_comment] = STATE(1025), + [anon_sym_SEMI] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_err_GT] = ACTIONS(1475), + [anon_sym_out_GT] = ACTIONS(1475), + [anon_sym_e_GT] = ACTIONS(1475), + [anon_sym_o_GT] = ACTIONS(1475), + [anon_sym_err_PLUSout_GT] = ACTIONS(1475), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1475), + [anon_sym_o_PLUSe_GT] = ACTIONS(1475), + [anon_sym_e_PLUSo_GT] = ACTIONS(1475), + [aux_sym_unquoted_token1] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [1026] = { + [sym_comment] = STATE(1026), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1027] = { + [sym_comment] = STATE(1027), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), + [anon_sym_POUND] = ACTIONS(105), + }, + [1028] = { + [sym_comment] = STATE(1028), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(2744), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1029] = { + [sym_comment] = STATE(1029), + [ts_builtin_sym_end] = ACTIONS(1509), + [anon_sym_SEMI] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_PIPE] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_DOT2] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_err_GT] = ACTIONS(1507), + [anon_sym_out_GT] = ACTIONS(1507), + [anon_sym_e_GT] = ACTIONS(1507), + [anon_sym_o_GT] = ACTIONS(1507), + [anon_sym_err_PLUSout_GT] = ACTIONS(1507), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1507), + [anon_sym_o_PLUSe_GT] = ACTIONS(1507), + [anon_sym_e_PLUSo_GT] = ACTIONS(1507), + [aux_sym_unquoted_token1] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(105), + }, + [1030] = { + [sym_comment] = STATE(1030), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [936] = { - [sym_comment] = STATE(936), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_RPAREN] = ACTIONS(1538), - [anon_sym_PIPE] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_err_GT] = ACTIONS(1538), - [anon_sym_out_GT] = ACTIONS(1538), - [anon_sym_e_GT] = ACTIONS(1538), - [anon_sym_o_GT] = ACTIONS(1538), - [anon_sym_err_PLUSout_GT] = ACTIONS(1538), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1538), - [anon_sym_o_PLUSe_GT] = ACTIONS(1538), - [anon_sym_e_PLUSo_GT] = ACTIONS(1538), - [aux_sym_unquoted_token1] = ACTIONS(1538), + [1031] = { + [sym_comment] = STATE(1031), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(2744), + [anon_sym_bit_DASHxor] = ACTIONS(2746), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [937] = { - [sym_comment] = STATE(937), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_RPAREN] = ACTIONS(1538), - [anon_sym_PIPE] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_err_GT] = ACTIONS(1538), - [anon_sym_out_GT] = ACTIONS(1538), - [anon_sym_e_GT] = ACTIONS(1538), - [anon_sym_o_GT] = ACTIONS(1538), - [anon_sym_err_PLUSout_GT] = ACTIONS(1538), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1538), - [anon_sym_o_PLUSe_GT] = ACTIONS(1538), - [anon_sym_e_PLUSo_GT] = ACTIONS(1538), - [aux_sym_unquoted_token1] = ACTIONS(1538), + [1032] = { + [sym_comment] = STATE(1032), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [938] = { - [sym__flag] = STATE(1376), - [sym_short_flag] = STATE(1369), - [sym_long_flag] = STATE(1369), - [sym_comment] = STATE(938), - [aux_sym_overlay_use_repeat1] = STATE(939), - [ts_builtin_sym_end] = ACTIONS(2351), - [anon_sym_export] = ACTIONS(2349), - [anon_sym_alias] = ACTIONS(2349), - [anon_sym_let] = ACTIONS(2349), - [anon_sym_let_DASHenv] = ACTIONS(2349), - [anon_sym_mut] = ACTIONS(2349), - [anon_sym_const] = ACTIONS(2349), - [anon_sym_SEMI] = ACTIONS(2349), - [sym_cmd_identifier] = ACTIONS(2349), - [anon_sym_LF] = ACTIONS(2351), - [anon_sym_def] = ACTIONS(2349), - [anon_sym_export_DASHenv] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(2349), - [anon_sym_module] = ACTIONS(2349), - [anon_sym_use] = ACTIONS(2349), - [anon_sym_LBRACK] = ACTIONS(2349), - [anon_sym_LPAREN] = ACTIONS(2349), - [anon_sym_DOLLAR] = ACTIONS(2349), - [anon_sym_error] = ACTIONS(2349), - [anon_sym_DASH] = ACTIONS(2600), - [anon_sym_break] = ACTIONS(2349), - [anon_sym_continue] = ACTIONS(2349), - [anon_sym_for] = ACTIONS(2349), - [anon_sym_loop] = ACTIONS(2349), - [anon_sym_while] = ACTIONS(2349), - [anon_sym_do] = ACTIONS(2349), - [anon_sym_if] = ACTIONS(2349), - [anon_sym_match] = ACTIONS(2349), - [anon_sym_LBRACE] = ACTIONS(2349), - [anon_sym_DOT] = ACTIONS(2349), - [anon_sym_try] = ACTIONS(2349), - [anon_sym_return] = ACTIONS(2349), - [anon_sym_source] = ACTIONS(2349), - [anon_sym_source_DASHenv] = ACTIONS(2349), - [anon_sym_register] = ACTIONS(2349), - [anon_sym_hide] = ACTIONS(2349), - [anon_sym_hide_DASHenv] = ACTIONS(2349), - [anon_sym_overlay] = ACTIONS(2349), - [anon_sym_as] = ACTIONS(2602), - [anon_sym_where] = ACTIONS(2349), - [anon_sym_PLUS] = ACTIONS(2349), - [anon_sym_not] = ACTIONS(2349), - [sym_val_nothing] = ACTIONS(2349), - [anon_sym_true] = ACTIONS(2349), - [anon_sym_false] = ACTIONS(2349), - [aux_sym__val_number_decimal_token1] = ACTIONS(2349), - [aux_sym__val_number_token1] = ACTIONS(2349), - [aux_sym__val_number_token2] = ACTIONS(2349), - [aux_sym__val_number_token3] = ACTIONS(2349), - [aux_sym__val_number_token4] = ACTIONS(2349), - [aux_sym__val_number_token5] = ACTIONS(2349), - [aux_sym__val_number_token6] = ACTIONS(2349), - [anon_sym_0b] = ACTIONS(2349), - [anon_sym_0o] = ACTIONS(2349), - [anon_sym_0x] = ACTIONS(2349), - [sym_val_date] = ACTIONS(2349), - [anon_sym_DQUOTE] = ACTIONS(2349), - [sym__str_single_quotes] = ACTIONS(2349), - [sym__str_back_ticks] = ACTIONS(2349), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2349), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2349), - [anon_sym_CARET] = ACTIONS(2349), + [1033] = { + [sym_comment] = STATE(1033), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(2744), + [anon_sym_bit_DASHxor] = ACTIONS(2746), + [anon_sym_bit_DASHor] = ACTIONS(2748), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [939] = { - [sym__flag] = STATE(1376), - [sym_short_flag] = STATE(1369), - [sym_long_flag] = STATE(1369), - [sym_comment] = STATE(939), - [aux_sym_overlay_use_repeat1] = STATE(1010), - [ts_builtin_sym_end] = ACTIONS(2345), - [anon_sym_export] = ACTIONS(2343), - [anon_sym_alias] = ACTIONS(2343), - [anon_sym_let] = ACTIONS(2343), - [anon_sym_let_DASHenv] = ACTIONS(2343), - [anon_sym_mut] = ACTIONS(2343), - [anon_sym_const] = ACTIONS(2343), - [anon_sym_SEMI] = ACTIONS(2343), - [sym_cmd_identifier] = ACTIONS(2343), - [anon_sym_LF] = ACTIONS(2345), - [anon_sym_def] = ACTIONS(2343), - [anon_sym_export_DASHenv] = ACTIONS(2343), - [anon_sym_extern] = ACTIONS(2343), - [anon_sym_module] = ACTIONS(2343), - [anon_sym_use] = ACTIONS(2343), - [anon_sym_LBRACK] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2343), - [anon_sym_DOLLAR] = ACTIONS(2343), - [anon_sym_error] = ACTIONS(2343), - [anon_sym_DASH] = ACTIONS(2343), - [anon_sym_break] = ACTIONS(2343), - [anon_sym_continue] = ACTIONS(2343), - [anon_sym_for] = ACTIONS(2343), - [anon_sym_loop] = ACTIONS(2343), - [anon_sym_while] = ACTIONS(2343), - [anon_sym_do] = ACTIONS(2343), - [anon_sym_if] = ACTIONS(2343), - [anon_sym_match] = ACTIONS(2343), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_DOT] = ACTIONS(2343), - [anon_sym_try] = ACTIONS(2343), - [anon_sym_return] = ACTIONS(2343), - [anon_sym_source] = ACTIONS(2343), - [anon_sym_source_DASHenv] = ACTIONS(2343), - [anon_sym_register] = ACTIONS(2343), - [anon_sym_hide] = ACTIONS(2343), - [anon_sym_hide_DASHenv] = ACTIONS(2343), - [anon_sym_overlay] = ACTIONS(2343), - [anon_sym_as] = ACTIONS(2604), - [anon_sym_where] = ACTIONS(2343), - [anon_sym_PLUS] = ACTIONS(2343), - [anon_sym_not] = ACTIONS(2343), - [sym_val_nothing] = ACTIONS(2343), - [anon_sym_true] = ACTIONS(2343), - [anon_sym_false] = ACTIONS(2343), - [aux_sym__val_number_decimal_token1] = ACTIONS(2343), - [aux_sym__val_number_token1] = ACTIONS(2343), - [aux_sym__val_number_token2] = ACTIONS(2343), - [aux_sym__val_number_token3] = ACTIONS(2343), - [aux_sym__val_number_token4] = ACTIONS(2343), - [aux_sym__val_number_token5] = ACTIONS(2343), - [aux_sym__val_number_token6] = ACTIONS(2343), - [anon_sym_0b] = ACTIONS(2343), - [anon_sym_0o] = ACTIONS(2343), - [anon_sym_0x] = ACTIONS(2343), - [sym_val_date] = ACTIONS(2343), - [anon_sym_DQUOTE] = ACTIONS(2343), - [sym__str_single_quotes] = ACTIONS(2343), - [sym__str_back_ticks] = ACTIONS(2343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2343), - [anon_sym_CARET] = ACTIONS(2343), + [1034] = { + [sym_comment] = STATE(1034), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [940] = { - [sym__flag] = STATE(1376), - [sym_short_flag] = STATE(1369), - [sym_long_flag] = STATE(1369), - [sym_comment] = STATE(940), - [aux_sym_overlay_use_repeat1] = STATE(958), - [ts_builtin_sym_end] = ACTIONS(2590), - [anon_sym_export] = ACTIONS(2588), - [anon_sym_alias] = ACTIONS(2588), - [anon_sym_let] = ACTIONS(2588), - [anon_sym_let_DASHenv] = ACTIONS(2588), - [anon_sym_mut] = ACTIONS(2588), - [anon_sym_const] = ACTIONS(2588), - [anon_sym_SEMI] = ACTIONS(2588), - [sym_cmd_identifier] = ACTIONS(2588), - [anon_sym_LF] = ACTIONS(2590), - [anon_sym_def] = ACTIONS(2588), - [anon_sym_export_DASHenv] = ACTIONS(2588), - [anon_sym_extern] = ACTIONS(2588), - [anon_sym_module] = ACTIONS(2588), - [anon_sym_use] = ACTIONS(2588), - [anon_sym_LBRACK] = ACTIONS(2588), - [anon_sym_LPAREN] = ACTIONS(2588), - [anon_sym_DOLLAR] = ACTIONS(2588), - [anon_sym_error] = ACTIONS(2588), - [anon_sym_DASH] = ACTIONS(2600), - [anon_sym_break] = ACTIONS(2588), - [anon_sym_continue] = ACTIONS(2588), - [anon_sym_for] = ACTIONS(2588), - [anon_sym_loop] = ACTIONS(2588), - [anon_sym_while] = ACTIONS(2588), - [anon_sym_do] = ACTIONS(2588), - [anon_sym_if] = ACTIONS(2588), - [anon_sym_match] = ACTIONS(2588), - [anon_sym_LBRACE] = ACTIONS(2588), - [anon_sym_DOT] = ACTIONS(2588), - [anon_sym_try] = ACTIONS(2588), - [anon_sym_return] = ACTIONS(2588), - [anon_sym_source] = ACTIONS(2588), - [anon_sym_source_DASHenv] = ACTIONS(2588), - [anon_sym_register] = ACTIONS(2588), - [anon_sym_hide] = ACTIONS(2588), - [anon_sym_hide_DASHenv] = ACTIONS(2588), - [anon_sym_overlay] = ACTIONS(2588), - [anon_sym_as] = ACTIONS(2606), - [anon_sym_where] = ACTIONS(2588), - [anon_sym_PLUS] = ACTIONS(2588), - [anon_sym_not] = ACTIONS(2588), - [sym_val_nothing] = ACTIONS(2588), - [anon_sym_true] = ACTIONS(2588), - [anon_sym_false] = ACTIONS(2588), - [aux_sym__val_number_decimal_token1] = ACTIONS(2588), - [aux_sym__val_number_token1] = ACTIONS(2588), - [aux_sym__val_number_token2] = ACTIONS(2588), - [aux_sym__val_number_token3] = ACTIONS(2588), - [aux_sym__val_number_token4] = ACTIONS(2588), - [aux_sym__val_number_token5] = ACTIONS(2588), - [aux_sym__val_number_token6] = ACTIONS(2588), - [anon_sym_0b] = ACTIONS(2588), - [anon_sym_0o] = ACTIONS(2588), - [anon_sym_0x] = ACTIONS(2588), - [sym_val_date] = ACTIONS(2588), - [anon_sym_DQUOTE] = ACTIONS(2588), - [sym__str_single_quotes] = ACTIONS(2588), - [sym__str_back_ticks] = ACTIONS(2588), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2588), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2588), - [anon_sym_CARET] = ACTIONS(2588), + [1035] = { + [sym_comment] = STATE(1035), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(2744), + [anon_sym_bit_DASHxor] = ACTIONS(2746), + [anon_sym_bit_DASHor] = ACTIONS(2748), + [anon_sym_and] = ACTIONS(2750), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [941] = { - [sym_comment] = STATE(941), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_RPAREN] = ACTIONS(1446), - [anon_sym_PIPE] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_err_GT] = ACTIONS(1446), - [anon_sym_out_GT] = ACTIONS(1446), - [anon_sym_e_GT] = ACTIONS(1446), - [anon_sym_o_GT] = ACTIONS(1446), - [anon_sym_err_PLUSout_GT] = ACTIONS(1446), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1446), - [anon_sym_o_PLUSe_GT] = ACTIONS(1446), - [anon_sym_e_PLUSo_GT] = ACTIONS(1446), - [aux_sym_unquoted_token1] = ACTIONS(1446), + [1036] = { + [sym_comment] = STATE(1036), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [942] = { - [sym_comment] = STATE(942), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_LF] = ACTIONS(1598), - [anon_sym_LBRACK] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(1596), - [anon_sym_RPAREN] = ACTIONS(1596), - [anon_sym_PIPE] = ACTIONS(1596), - [anon_sym_DOLLAR] = ACTIONS(1596), - [anon_sym_GT] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1596), - [anon_sym_in] = ACTIONS(1596), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1596), - [anon_sym_DOT] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_STAR_STAR] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_SLASH] = ACTIONS(1596), - [anon_sym_mod] = ACTIONS(1596), - [anon_sym_SLASH_SLASH] = ACTIONS(1596), - [anon_sym_PLUS] = ACTIONS(1596), - [anon_sym_bit_DASHshl] = ACTIONS(1596), - [anon_sym_bit_DASHshr] = ACTIONS(1596), - [anon_sym_EQ_EQ] = ACTIONS(1596), - [anon_sym_BANG_EQ] = ACTIONS(1596), - [anon_sym_LT2] = ACTIONS(1596), - [anon_sym_LT_EQ] = ACTIONS(1596), - [anon_sym_GT_EQ] = ACTIONS(1596), - [anon_sym_not_DASHin] = ACTIONS(1596), - [anon_sym_starts_DASHwith] = ACTIONS(1596), - [anon_sym_ends_DASHwith] = ACTIONS(1596), - [anon_sym_EQ_TILDE] = ACTIONS(1596), - [anon_sym_BANG_TILDE] = ACTIONS(1596), - [anon_sym_bit_DASHand] = ACTIONS(1596), - [anon_sym_bit_DASHxor] = ACTIONS(1596), - [anon_sym_bit_DASHor] = ACTIONS(1596), - [anon_sym_and] = ACTIONS(1596), - [anon_sym_xor] = ACTIONS(1596), - [anon_sym_or] = ACTIONS(1596), - [sym_val_nothing] = ACTIONS(1596), - [anon_sym_true] = ACTIONS(1596), - [anon_sym_false] = ACTIONS(1596), - [aux_sym__val_number_decimal_token1] = ACTIONS(1596), - [aux_sym__val_number_token1] = ACTIONS(1596), - [aux_sym__val_number_token2] = ACTIONS(1596), - [aux_sym__val_number_token3] = ACTIONS(1596), - [aux_sym__val_number_token4] = ACTIONS(1596), - [aux_sym__val_number_token5] = ACTIONS(1596), - [aux_sym__val_number_token6] = ACTIONS(1596), - [anon_sym_0b] = ACTIONS(1596), - [anon_sym_0o] = ACTIONS(1596), - [anon_sym_0x] = ACTIONS(1596), - [sym_val_date] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym__str_single_quotes] = ACTIONS(1596), - [sym__str_back_ticks] = ACTIONS(1596), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1596), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1596), - [anon_sym_err_GT] = ACTIONS(1596), - [anon_sym_out_GT] = ACTIONS(1596), - [anon_sym_e_GT] = ACTIONS(1596), - [anon_sym_o_GT] = ACTIONS(1596), - [anon_sym_err_PLUSout_GT] = ACTIONS(1596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1596), - [anon_sym_o_PLUSe_GT] = ACTIONS(1596), - [anon_sym_e_PLUSo_GT] = ACTIONS(1596), - [aux_sym_unquoted_token1] = ACTIONS(1596), + [1037] = { + [sym_comment] = STATE(1037), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(2744), + [anon_sym_bit_DASHxor] = ACTIONS(2746), + [anon_sym_bit_DASHor] = ACTIONS(2748), + [anon_sym_and] = ACTIONS(2750), + [anon_sym_xor] = ACTIONS(2752), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [943] = { - [sym_comment] = STATE(943), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_PIPE] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_GT] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_in] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_STAR_STAR] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_SLASH] = ACTIONS(1343), - [anon_sym_mod] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_bit_DASHshl] = ACTIONS(1343), - [anon_sym_bit_DASHshr] = ACTIONS(1343), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT2] = ACTIONS(1343), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_not_DASHin] = ACTIONS(1343), - [anon_sym_starts_DASHwith] = ACTIONS(1343), - [anon_sym_ends_DASHwith] = ACTIONS(1343), - [anon_sym_EQ_TILDE] = ACTIONS(1343), - [anon_sym_BANG_TILDE] = ACTIONS(1343), - [anon_sym_bit_DASHand] = ACTIONS(1343), - [anon_sym_bit_DASHxor] = ACTIONS(1343), - [anon_sym_bit_DASHor] = ACTIONS(1343), - [anon_sym_and] = ACTIONS(1343), - [anon_sym_xor] = ACTIONS(1343), - [anon_sym_or] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_err_GT] = ACTIONS(1343), - [anon_sym_out_GT] = ACTIONS(1343), - [anon_sym_e_GT] = ACTIONS(1343), - [anon_sym_o_GT] = ACTIONS(1343), - [anon_sym_err_PLUSout_GT] = ACTIONS(1343), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1343), - [anon_sym_o_PLUSe_GT] = ACTIONS(1343), - [anon_sym_e_PLUSo_GT] = ACTIONS(1343), - [aux_sym_unquoted_token1] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(2077), + [1038] = { + [sym_comment] = STATE(1038), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [944] = { - [sym_comment] = STATE(944), - [anon_sym_SEMI] = ACTIONS(1590), - [anon_sym_LF] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_LPAREN] = ACTIONS(1590), - [anon_sym_RPAREN] = ACTIONS(1590), - [anon_sym_PIPE] = ACTIONS(1590), - [anon_sym_DOLLAR] = ACTIONS(1590), - [anon_sym_GT] = ACTIONS(1590), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_in] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1590), - [anon_sym_RBRACE] = ACTIONS(1590), - [anon_sym_DOT] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1590), - [anon_sym_STAR_STAR] = ACTIONS(1590), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_SLASH] = ACTIONS(1590), - [anon_sym_mod] = ACTIONS(1590), - [anon_sym_SLASH_SLASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_bit_DASHshl] = ACTIONS(1590), - [anon_sym_bit_DASHshr] = ACTIONS(1590), - [anon_sym_EQ_EQ] = ACTIONS(1590), - [anon_sym_BANG_EQ] = ACTIONS(1590), - [anon_sym_LT2] = ACTIONS(1590), - [anon_sym_LT_EQ] = ACTIONS(1590), - [anon_sym_GT_EQ] = ACTIONS(1590), - [anon_sym_not_DASHin] = ACTIONS(1590), - [anon_sym_starts_DASHwith] = ACTIONS(1590), - [anon_sym_ends_DASHwith] = ACTIONS(1590), - [anon_sym_EQ_TILDE] = ACTIONS(1590), - [anon_sym_BANG_TILDE] = ACTIONS(1590), - [anon_sym_bit_DASHand] = ACTIONS(1590), - [anon_sym_bit_DASHxor] = ACTIONS(1590), - [anon_sym_bit_DASHor] = ACTIONS(1590), - [anon_sym_and] = ACTIONS(1590), - [anon_sym_xor] = ACTIONS(1590), - [anon_sym_or] = ACTIONS(1590), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1590), - [anon_sym_out_GT] = ACTIONS(1590), - [anon_sym_e_GT] = ACTIONS(1590), - [anon_sym_o_GT] = ACTIONS(1590), - [anon_sym_err_PLUSout_GT] = ACTIONS(1590), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1590), - [anon_sym_o_PLUSe_GT] = ACTIONS(1590), - [anon_sym_e_PLUSo_GT] = ACTIONS(1590), - [aux_sym_unquoted_token1] = ACTIONS(1590), + [1039] = { + [sym_comment] = STATE(1039), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_RPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [945] = { - [sym_comment] = STATE(945), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DOT2] = ACTIONS(2519), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [anon_sym_EQ2] = ACTIONS(2608), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token4] = ACTIONS(2521), - [aux_sym_unquoted_token6] = ACTIONS(2523), + [1040] = { + [sym_comment] = STATE(1040), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_RPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_in] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_RBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2691), + [anon_sym_mod] = ACTIONS(2691), + [anon_sym_SLASH_SLASH] = ACTIONS(2691), + [anon_sym_PLUS] = ACTIONS(2687), + [anon_sym_bit_DASHshl] = ACTIONS(2695), + [anon_sym_bit_DASHshr] = ACTIONS(2695), + [anon_sym_EQ_EQ] = ACTIONS(2685), + [anon_sym_BANG_EQ] = ACTIONS(2685), + [anon_sym_LT2] = ACTIONS(2685), + [anon_sym_LT_EQ] = ACTIONS(2685), + [anon_sym_GT_EQ] = ACTIONS(2685), + [anon_sym_not_DASHin] = ACTIONS(2689), + [anon_sym_starts_DASHwith] = ACTIONS(2689), + [anon_sym_ends_DASHwith] = ACTIONS(2689), + [anon_sym_EQ_TILDE] = ACTIONS(2697), + [anon_sym_BANG_TILDE] = ACTIONS(2697), + [anon_sym_bit_DASHand] = ACTIONS(2744), + [anon_sym_bit_DASHxor] = ACTIONS(2746), + [anon_sym_bit_DASHor] = ACTIONS(2748), + [anon_sym_and] = ACTIONS(2750), + [anon_sym_xor] = ACTIONS(2752), + [anon_sym_or] = ACTIONS(2754), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [946] = { - [sym_comment] = STATE(946), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_LF] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_RPAREN] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_in] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1612), - [anon_sym_STAR_STAR] = ACTIONS(1612), - [anon_sym_PLUS_PLUS] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_mod] = ACTIONS(1612), - [anon_sym_SLASH_SLASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_bit_DASHshl] = ACTIONS(1612), - [anon_sym_bit_DASHshr] = ACTIONS(1612), - [anon_sym_EQ_EQ] = ACTIONS(1612), - [anon_sym_BANG_EQ] = ACTIONS(1612), - [anon_sym_LT2] = ACTIONS(1612), - [anon_sym_LT_EQ] = ACTIONS(1612), - [anon_sym_GT_EQ] = ACTIONS(1612), - [anon_sym_not_DASHin] = ACTIONS(1612), - [anon_sym_starts_DASHwith] = ACTIONS(1612), - [anon_sym_ends_DASHwith] = ACTIONS(1612), - [anon_sym_EQ_TILDE] = ACTIONS(1612), - [anon_sym_BANG_TILDE] = ACTIONS(1612), - [anon_sym_bit_DASHand] = ACTIONS(1612), - [anon_sym_bit_DASHxor] = ACTIONS(1612), - [anon_sym_bit_DASHor] = ACTIONS(1612), - [anon_sym_and] = ACTIONS(1612), - [anon_sym_xor] = ACTIONS(1612), - [anon_sym_or] = ACTIONS(1612), - [sym_val_nothing] = ACTIONS(1612), - [anon_sym_true] = ACTIONS(1612), - [anon_sym_false] = ACTIONS(1612), - [aux_sym__val_number_decimal_token1] = ACTIONS(1612), - [aux_sym__val_number_token1] = ACTIONS(1612), - [aux_sym__val_number_token2] = ACTIONS(1612), - [aux_sym__val_number_token3] = ACTIONS(1612), - [aux_sym__val_number_token4] = ACTIONS(1612), - [aux_sym__val_number_token5] = ACTIONS(1612), - [aux_sym__val_number_token6] = ACTIONS(1612), - [anon_sym_0b] = ACTIONS(1612), - [anon_sym_0o] = ACTIONS(1612), - [anon_sym_0x] = ACTIONS(1612), - [sym_val_date] = ACTIONS(1612), - [anon_sym_DQUOTE] = ACTIONS(1612), - [sym__str_single_quotes] = ACTIONS(1612), - [sym__str_back_ticks] = ACTIONS(1612), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1612), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1612), - [anon_sym_err_GT] = ACTIONS(1612), - [anon_sym_out_GT] = ACTIONS(1612), - [anon_sym_e_GT] = ACTIONS(1612), - [anon_sym_o_GT] = ACTIONS(1612), - [anon_sym_err_PLUSout_GT] = ACTIONS(1612), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1612), - [anon_sym_o_PLUSe_GT] = ACTIONS(1612), - [anon_sym_e_PLUSo_GT] = ACTIONS(1612), - [aux_sym_unquoted_token1] = ACTIONS(1612), + [1041] = { + [sym_cell_path] = STATE(1419), + [sym_path] = STATE(1082), + [sym_comment] = STATE(1041), + [anon_sym_export] = ACTIONS(1422), + [anon_sym_alias] = ACTIONS(1422), + [anon_sym_let] = ACTIONS(1422), + [anon_sym_let_DASHenv] = ACTIONS(1422), + [anon_sym_mut] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1422), + [sym_cmd_identifier] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_def] = ACTIONS(1422), + [anon_sym_export_DASHenv] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym_module] = ACTIONS(1422), + [anon_sym_use] = ACTIONS(1422), + [anon_sym_LBRACK] = ACTIONS(1422), + [anon_sym_LPAREN] = ACTIONS(1422), + [anon_sym_RPAREN] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1422), + [anon_sym_error] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_loop] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1422), + [anon_sym_RBRACE] = ACTIONS(1422), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_source] = ACTIONS(1422), + [anon_sym_source_DASHenv] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_hide] = ACTIONS(1422), + [anon_sym_hide_DASHenv] = ACTIONS(1422), + [anon_sym_overlay] = ACTIONS(1422), + [anon_sym_where] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_not] = ACTIONS(1422), + [anon_sym_null] = ACTIONS(1422), + [anon_sym_true] = ACTIONS(1422), + [anon_sym_false] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1422), + [aux_sym__val_number_token2] = ACTIONS(1422), + [aux_sym__val_number_token3] = ACTIONS(1422), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1422), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_0b] = ACTIONS(1422), + [anon_sym_0o] = ACTIONS(1422), + [anon_sym_0x] = ACTIONS(1422), + [sym_val_date] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1422), + [sym__str_single_quotes] = ACTIONS(1422), + [sym__str_back_ticks] = ACTIONS(1422), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1422), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1422), + [anon_sym_CARET] = ACTIONS(1422), [anon_sym_POUND] = ACTIONS(105), }, - [947] = { - [sym_comment] = STATE(947), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1042] = { + [sym_comment] = STATE(1042), + [ts_builtin_sym_end] = ACTIONS(1578), + [anon_sym_SEMI] = ACTIONS(1576), + [anon_sym_LF] = ACTIONS(1578), + [anon_sym_LBRACK] = ACTIONS(1576), + [anon_sym_LPAREN] = ACTIONS(1576), + [anon_sym_PIPE] = ACTIONS(1576), + [anon_sym_DOLLAR] = ACTIONS(1576), + [anon_sym_GT] = ACTIONS(1576), + [anon_sym_DASH] = ACTIONS(1576), + [anon_sym_in] = ACTIONS(1576), + [anon_sym_LBRACE] = ACTIONS(1576), + [anon_sym_DOT] = ACTIONS(1576), + [anon_sym_STAR] = ACTIONS(1576), + [anon_sym_STAR_STAR] = ACTIONS(1576), + [anon_sym_PLUS_PLUS] = ACTIONS(1576), + [anon_sym_SLASH] = ACTIONS(1576), + [anon_sym_mod] = ACTIONS(1576), + [anon_sym_SLASH_SLASH] = ACTIONS(1576), + [anon_sym_PLUS] = ACTIONS(1576), + [anon_sym_bit_DASHshl] = ACTIONS(1576), + [anon_sym_bit_DASHshr] = ACTIONS(1576), + [anon_sym_EQ_EQ] = ACTIONS(1576), + [anon_sym_BANG_EQ] = ACTIONS(1576), + [anon_sym_LT2] = ACTIONS(1576), + [anon_sym_LT_EQ] = ACTIONS(1576), + [anon_sym_GT_EQ] = ACTIONS(1576), + [anon_sym_not_DASHin] = ACTIONS(1576), + [anon_sym_starts_DASHwith] = ACTIONS(1576), + [anon_sym_ends_DASHwith] = ACTIONS(1576), + [anon_sym_EQ_TILDE] = ACTIONS(1576), + [anon_sym_BANG_TILDE] = ACTIONS(1576), + [anon_sym_bit_DASHand] = ACTIONS(1576), + [anon_sym_bit_DASHxor] = ACTIONS(1576), + [anon_sym_bit_DASHor] = ACTIONS(1576), + [anon_sym_and] = ACTIONS(1576), + [anon_sym_xor] = ACTIONS(1576), + [anon_sym_or] = ACTIONS(1576), + [anon_sym_null] = ACTIONS(1576), + [anon_sym_true] = ACTIONS(1576), + [anon_sym_false] = ACTIONS(1576), + [aux_sym__val_number_decimal_token1] = ACTIONS(1576), + [aux_sym__val_number_token1] = ACTIONS(1576), + [aux_sym__val_number_token2] = ACTIONS(1576), + [aux_sym__val_number_token3] = ACTIONS(1576), + [aux_sym__val_number_token4] = ACTIONS(1576), + [aux_sym__val_number_token5] = ACTIONS(1576), + [aux_sym__val_number_token6] = ACTIONS(1576), + [anon_sym_0b] = ACTIONS(1576), + [anon_sym_0o] = ACTIONS(1576), + [anon_sym_0x] = ACTIONS(1576), + [sym_val_date] = ACTIONS(1576), + [anon_sym_DQUOTE] = ACTIONS(1576), + [sym__str_single_quotes] = ACTIONS(1576), + [sym__str_back_ticks] = ACTIONS(1576), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1576), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1576), + [anon_sym_err_GT] = ACTIONS(1576), + [anon_sym_out_GT] = ACTIONS(1576), + [anon_sym_e_GT] = ACTIONS(1576), + [anon_sym_o_GT] = ACTIONS(1576), + [anon_sym_err_PLUSout_GT] = ACTIONS(1576), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1576), + [anon_sym_o_PLUSe_GT] = ACTIONS(1576), + [anon_sym_e_PLUSo_GT] = ACTIONS(1576), + [aux_sym_unquoted_token1] = ACTIONS(1576), [anon_sym_POUND] = ACTIONS(105), }, - [948] = { - [sym_comment] = STATE(948), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_LF] = ACTIONS(1628), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_LPAREN] = ACTIONS(1626), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1626), - [anon_sym_DOLLAR] = ACTIONS(1626), - [anon_sym_GT] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1626), - [anon_sym_in] = ACTIONS(1626), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_DOT] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_STAR_STAR] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_SLASH] = ACTIONS(1626), - [anon_sym_mod] = ACTIONS(1626), - [anon_sym_SLASH_SLASH] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(1626), - [anon_sym_bit_DASHshl] = ACTIONS(1626), - [anon_sym_bit_DASHshr] = ACTIONS(1626), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT2] = ACTIONS(1626), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_not_DASHin] = ACTIONS(1626), - [anon_sym_starts_DASHwith] = ACTIONS(1626), - [anon_sym_ends_DASHwith] = ACTIONS(1626), - [anon_sym_EQ_TILDE] = ACTIONS(1626), - [anon_sym_BANG_TILDE] = ACTIONS(1626), - [anon_sym_bit_DASHand] = ACTIONS(1626), - [anon_sym_bit_DASHxor] = ACTIONS(1626), - [anon_sym_bit_DASHor] = ACTIONS(1626), - [anon_sym_and] = ACTIONS(1626), - [anon_sym_xor] = ACTIONS(1626), - [anon_sym_or] = ACTIONS(1626), - [sym_val_nothing] = ACTIONS(1626), - [anon_sym_true] = ACTIONS(1626), - [anon_sym_false] = ACTIONS(1626), - [aux_sym__val_number_decimal_token1] = ACTIONS(1626), - [aux_sym__val_number_token1] = ACTIONS(1626), - [aux_sym__val_number_token2] = ACTIONS(1626), - [aux_sym__val_number_token3] = ACTIONS(1626), - [aux_sym__val_number_token4] = ACTIONS(1626), - [aux_sym__val_number_token5] = ACTIONS(1626), - [aux_sym__val_number_token6] = ACTIONS(1626), - [anon_sym_0b] = ACTIONS(1626), - [anon_sym_0o] = ACTIONS(1626), - [anon_sym_0x] = ACTIONS(1626), - [sym_val_date] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym__str_single_quotes] = ACTIONS(1626), - [sym__str_back_ticks] = ACTIONS(1626), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1626), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1626), - [anon_sym_err_GT] = ACTIONS(1626), - [anon_sym_out_GT] = ACTIONS(1626), - [anon_sym_e_GT] = ACTIONS(1626), - [anon_sym_o_GT] = ACTIONS(1626), - [anon_sym_err_PLUSout_GT] = ACTIONS(1626), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1626), - [anon_sym_o_PLUSe_GT] = ACTIONS(1626), - [anon_sym_e_PLUSo_GT] = ACTIONS(1626), - [aux_sym_unquoted_token1] = ACTIONS(1626), + [1043] = { + [sym_cell_path] = STATE(1433), + [sym_path] = STATE(1082), + [sym_comment] = STATE(1043), + [anon_sym_export] = ACTIONS(1403), + [anon_sym_alias] = ACTIONS(1403), + [anon_sym_let] = ACTIONS(1403), + [anon_sym_let_DASHenv] = ACTIONS(1403), + [anon_sym_mut] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1403), + [sym_cmd_identifier] = ACTIONS(1403), + [anon_sym_LF] = ACTIONS(1405), + [anon_sym_def] = ACTIONS(1403), + [anon_sym_export_DASHenv] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym_module] = ACTIONS(1403), + [anon_sym_use] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_RPAREN] = ACTIONS(1403), + [anon_sym_DOLLAR] = ACTIONS(1403), + [anon_sym_error] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_loop] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_match] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_source] = ACTIONS(1403), + [anon_sym_source_DASHenv] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_hide] = ACTIONS(1403), + [anon_sym_hide_DASHenv] = ACTIONS(1403), + [anon_sym_overlay] = ACTIONS(1403), + [anon_sym_where] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_not] = ACTIONS(1403), + [anon_sym_null] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1403), + [anon_sym_false] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1403), + [aux_sym__val_number_token2] = ACTIONS(1403), + [aux_sym__val_number_token3] = ACTIONS(1403), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1403), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_0b] = ACTIONS(1403), + [anon_sym_0o] = ACTIONS(1403), + [anon_sym_0x] = ACTIONS(1403), + [sym_val_date] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1403), + [sym__str_single_quotes] = ACTIONS(1403), + [sym__str_back_ticks] = ACTIONS(1403), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1403), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1403), + [anon_sym_CARET] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(105), }, - [949] = { - [sym_comment] = STATE(949), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_err_GT] = ACTIONS(1363), - [anon_sym_out_GT] = ACTIONS(1363), - [anon_sym_e_GT] = ACTIONS(1363), - [anon_sym_o_GT] = ACTIONS(1363), - [anon_sym_err_PLUSout_GT] = ACTIONS(1363), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1363), - [anon_sym_o_PLUSe_GT] = ACTIONS(1363), - [anon_sym_e_PLUSo_GT] = ACTIONS(1363), - [aux_sym_unquoted_token1] = ACTIONS(1363), + [1044] = { + [sym_comment] = STATE(1044), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [950] = { - [sym_comment] = STATE(950), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_LF] = ACTIONS(1632), - [anon_sym_LBRACK] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1630), - [anon_sym_GT] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_in] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_STAR_STAR] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1630), - [anon_sym_mod] = ACTIONS(1630), - [anon_sym_SLASH_SLASH] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_bit_DASHshl] = ACTIONS(1630), - [anon_sym_bit_DASHshr] = ACTIONS(1630), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT2] = ACTIONS(1630), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_not_DASHin] = ACTIONS(1630), - [anon_sym_starts_DASHwith] = ACTIONS(1630), - [anon_sym_ends_DASHwith] = ACTIONS(1630), - [anon_sym_EQ_TILDE] = ACTIONS(1630), - [anon_sym_BANG_TILDE] = ACTIONS(1630), - [anon_sym_bit_DASHand] = ACTIONS(1630), - [anon_sym_bit_DASHxor] = ACTIONS(1630), - [anon_sym_bit_DASHor] = ACTIONS(1630), - [anon_sym_and] = ACTIONS(1630), - [anon_sym_xor] = ACTIONS(1630), - [anon_sym_or] = ACTIONS(1630), - [sym_val_nothing] = ACTIONS(1630), - [anon_sym_true] = ACTIONS(1630), - [anon_sym_false] = ACTIONS(1630), - [aux_sym__val_number_decimal_token1] = ACTIONS(1630), - [aux_sym__val_number_token1] = ACTIONS(1630), - [aux_sym__val_number_token2] = ACTIONS(1630), - [aux_sym__val_number_token3] = ACTIONS(1630), - [aux_sym__val_number_token4] = ACTIONS(1630), - [aux_sym__val_number_token5] = ACTIONS(1630), - [aux_sym__val_number_token6] = ACTIONS(1630), - [anon_sym_0b] = ACTIONS(1630), - [anon_sym_0o] = ACTIONS(1630), - [anon_sym_0x] = ACTIONS(1630), - [sym_val_date] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym__str_single_quotes] = ACTIONS(1630), - [sym__str_back_ticks] = ACTIONS(1630), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1630), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1630), - [anon_sym_err_GT] = ACTIONS(1630), - [anon_sym_out_GT] = ACTIONS(1630), - [anon_sym_e_GT] = ACTIONS(1630), - [anon_sym_o_GT] = ACTIONS(1630), - [anon_sym_err_PLUSout_GT] = ACTIONS(1630), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1630), - [anon_sym_o_PLUSe_GT] = ACTIONS(1630), - [anon_sym_e_PLUSo_GT] = ACTIONS(1630), - [aux_sym_unquoted_token1] = ACTIONS(1630), + [1045] = { + [sym_comment] = STATE(1045), + [ts_builtin_sym_end] = ACTIONS(1586), + [anon_sym_SEMI] = ACTIONS(1584), + [anon_sym_LF] = ACTIONS(1586), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1584), + [anon_sym_PIPE] = ACTIONS(1584), + [anon_sym_DOLLAR] = ACTIONS(1584), + [anon_sym_GT] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_in] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1584), + [anon_sym_DOT] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1584), + [anon_sym_STAR_STAR] = ACTIONS(1584), + [anon_sym_PLUS_PLUS] = ACTIONS(1584), + [anon_sym_SLASH] = ACTIONS(1584), + [anon_sym_mod] = ACTIONS(1584), + [anon_sym_SLASH_SLASH] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_bit_DASHshl] = ACTIONS(1584), + [anon_sym_bit_DASHshr] = ACTIONS(1584), + [anon_sym_EQ_EQ] = ACTIONS(1584), + [anon_sym_BANG_EQ] = ACTIONS(1584), + [anon_sym_LT2] = ACTIONS(1584), + [anon_sym_LT_EQ] = ACTIONS(1584), + [anon_sym_GT_EQ] = ACTIONS(1584), + [anon_sym_not_DASHin] = ACTIONS(1584), + [anon_sym_starts_DASHwith] = ACTIONS(1584), + [anon_sym_ends_DASHwith] = ACTIONS(1584), + [anon_sym_EQ_TILDE] = ACTIONS(1584), + [anon_sym_BANG_TILDE] = ACTIONS(1584), + [anon_sym_bit_DASHand] = ACTIONS(1584), + [anon_sym_bit_DASHxor] = ACTIONS(1584), + [anon_sym_bit_DASHor] = ACTIONS(1584), + [anon_sym_and] = ACTIONS(1584), + [anon_sym_xor] = ACTIONS(1584), + [anon_sym_or] = ACTIONS(1584), + [anon_sym_null] = ACTIONS(1584), + [anon_sym_true] = ACTIONS(1584), + [anon_sym_false] = ACTIONS(1584), + [aux_sym__val_number_decimal_token1] = ACTIONS(1584), + [aux_sym__val_number_token1] = ACTIONS(1584), + [aux_sym__val_number_token2] = ACTIONS(1584), + [aux_sym__val_number_token3] = ACTIONS(1584), + [aux_sym__val_number_token4] = ACTIONS(1584), + [aux_sym__val_number_token5] = ACTIONS(1584), + [aux_sym__val_number_token6] = ACTIONS(1584), + [anon_sym_0b] = ACTIONS(1584), + [anon_sym_0o] = ACTIONS(1584), + [anon_sym_0x] = ACTIONS(1584), + [sym_val_date] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1584), + [sym__str_single_quotes] = ACTIONS(1584), + [sym__str_back_ticks] = ACTIONS(1584), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1584), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1584), + [anon_sym_err_GT] = ACTIONS(1584), + [anon_sym_out_GT] = ACTIONS(1584), + [anon_sym_e_GT] = ACTIONS(1584), + [anon_sym_o_GT] = ACTIONS(1584), + [anon_sym_err_PLUSout_GT] = ACTIONS(1584), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1584), + [anon_sym_o_PLUSe_GT] = ACTIONS(1584), + [anon_sym_e_PLUSo_GT] = ACTIONS(1584), + [aux_sym_unquoted_token1] = ACTIONS(1584), [anon_sym_POUND] = ACTIONS(105), }, - [951] = { - [sym_comment] = STATE(951), - [ts_builtin_sym_end] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_err_GT] = ACTIONS(1492), - [anon_sym_out_GT] = ACTIONS(1492), - [anon_sym_e_GT] = ACTIONS(1492), - [anon_sym_o_GT] = ACTIONS(1492), - [anon_sym_err_PLUSout_GT] = ACTIONS(1492), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1492), - [anon_sym_o_PLUSe_GT] = ACTIONS(1492), - [anon_sym_e_PLUSo_GT] = ACTIONS(1492), - [aux_sym_unquoted_token1] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(2610), + [1046] = { + [sym_comment] = STATE(1046), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(2772), + [anon_sym_bit_DASHxor] = ACTIONS(2774), + [anon_sym_bit_DASHor] = ACTIONS(2776), + [anon_sym_and] = ACTIONS(2778), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [952] = { - [sym_comment] = STATE(952), - [ts_builtin_sym_end] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_DOT2] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_err_GT] = ACTIONS(1484), - [anon_sym_out_GT] = ACTIONS(1484), - [anon_sym_e_GT] = ACTIONS(1484), - [anon_sym_o_GT] = ACTIONS(1484), - [anon_sym_err_PLUSout_GT] = ACTIONS(1484), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1484), - [anon_sym_o_PLUSe_GT] = ACTIONS(1484), - [anon_sym_e_PLUSo_GT] = ACTIONS(1484), - [aux_sym_unquoted_token1] = ACTIONS(1484), + [1047] = { + [sym_comment] = STATE(1047), + [ts_builtin_sym_end] = ACTIONS(1566), + [anon_sym_SEMI] = ACTIONS(1564), + [anon_sym_LF] = ACTIONS(1566), + [anon_sym_LBRACK] = ACTIONS(1564), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym_PIPE] = ACTIONS(1564), + [anon_sym_DOLLAR] = ACTIONS(1564), + [anon_sym_GT] = ACTIONS(1564), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_in] = ACTIONS(1564), + [anon_sym_LBRACE] = ACTIONS(1564), + [anon_sym_DOT] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1564), + [anon_sym_STAR_STAR] = ACTIONS(1564), + [anon_sym_PLUS_PLUS] = ACTIONS(1564), + [anon_sym_SLASH] = ACTIONS(1564), + [anon_sym_mod] = ACTIONS(1564), + [anon_sym_SLASH_SLASH] = ACTIONS(1564), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_bit_DASHshl] = ACTIONS(1564), + [anon_sym_bit_DASHshr] = ACTIONS(1564), + [anon_sym_EQ_EQ] = ACTIONS(1564), + [anon_sym_BANG_EQ] = ACTIONS(1564), + [anon_sym_LT2] = ACTIONS(1564), + [anon_sym_LT_EQ] = ACTIONS(1564), + [anon_sym_GT_EQ] = ACTIONS(1564), + [anon_sym_not_DASHin] = ACTIONS(1564), + [anon_sym_starts_DASHwith] = ACTIONS(1564), + [anon_sym_ends_DASHwith] = ACTIONS(1564), + [anon_sym_EQ_TILDE] = ACTIONS(1564), + [anon_sym_BANG_TILDE] = ACTIONS(1564), + [anon_sym_bit_DASHand] = ACTIONS(1564), + [anon_sym_bit_DASHxor] = ACTIONS(1564), + [anon_sym_bit_DASHor] = ACTIONS(1564), + [anon_sym_and] = ACTIONS(1564), + [anon_sym_xor] = ACTIONS(1564), + [anon_sym_or] = ACTIONS(1564), + [anon_sym_null] = ACTIONS(1564), + [anon_sym_true] = ACTIONS(1564), + [anon_sym_false] = ACTIONS(1564), + [aux_sym__val_number_decimal_token1] = ACTIONS(1564), + [aux_sym__val_number_token1] = ACTIONS(1564), + [aux_sym__val_number_token2] = ACTIONS(1564), + [aux_sym__val_number_token3] = ACTIONS(1564), + [aux_sym__val_number_token4] = ACTIONS(1564), + [aux_sym__val_number_token5] = ACTIONS(1564), + [aux_sym__val_number_token6] = ACTIONS(1564), + [anon_sym_0b] = ACTIONS(1564), + [anon_sym_0o] = ACTIONS(1564), + [anon_sym_0x] = ACTIONS(1564), + [sym_val_date] = ACTIONS(1564), + [anon_sym_DQUOTE] = ACTIONS(1564), + [sym__str_single_quotes] = ACTIONS(1564), + [sym__str_back_ticks] = ACTIONS(1564), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1564), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1564), + [anon_sym_err_GT] = ACTIONS(1564), + [anon_sym_out_GT] = ACTIONS(1564), + [anon_sym_e_GT] = ACTIONS(1564), + [anon_sym_o_GT] = ACTIONS(1564), + [anon_sym_err_PLUSout_GT] = ACTIONS(1564), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1564), + [anon_sym_o_PLUSe_GT] = ACTIONS(1564), + [anon_sym_e_PLUSo_GT] = ACTIONS(1564), + [aux_sym_unquoted_token1] = ACTIONS(1564), [anon_sym_POUND] = ACTIONS(105), }, - [953] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2678), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), - [sym_comment] = STATE(953), - [anon_sym_SEMI] = ACTIONS(2612), - [anon_sym_LF] = ACTIONS(2614), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2612), - [anon_sym_PIPE] = ACTIONS(2612), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [1048] = { + [sym_comment] = STATE(1048), + [ts_builtin_sym_end] = ACTIONS(1428), + [anon_sym_SEMI] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_PIPE] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_GT] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_in] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_STAR_STAR] = ACTIONS(1426), + [anon_sym_PLUS_PLUS] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1426), + [anon_sym_mod] = ACTIONS(1426), + [anon_sym_SLASH_SLASH] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_bit_DASHshl] = ACTIONS(1426), + [anon_sym_bit_DASHshr] = ACTIONS(1426), + [anon_sym_EQ_EQ] = ACTIONS(1426), + [anon_sym_BANG_EQ] = ACTIONS(1426), + [anon_sym_LT2] = ACTIONS(1426), + [anon_sym_LT_EQ] = ACTIONS(1426), + [anon_sym_GT_EQ] = ACTIONS(1426), + [anon_sym_not_DASHin] = ACTIONS(1426), + [anon_sym_starts_DASHwith] = ACTIONS(1426), + [anon_sym_ends_DASHwith] = ACTIONS(1426), + [anon_sym_EQ_TILDE] = ACTIONS(1426), + [anon_sym_BANG_TILDE] = ACTIONS(1426), + [anon_sym_bit_DASHand] = ACTIONS(1426), + [anon_sym_bit_DASHxor] = ACTIONS(1426), + [anon_sym_bit_DASHor] = ACTIONS(1426), + [anon_sym_and] = ACTIONS(1426), + [anon_sym_xor] = ACTIONS(1426), + [anon_sym_or] = ACTIONS(1426), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_err_GT] = ACTIONS(1426), + [anon_sym_out_GT] = ACTIONS(1426), + [anon_sym_e_GT] = ACTIONS(1426), + [anon_sym_o_GT] = ACTIONS(1426), + [anon_sym_err_PLUSout_GT] = ACTIONS(1426), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1426), + [anon_sym_o_PLUSe_GT] = ACTIONS(1426), + [anon_sym_e_PLUSo_GT] = ACTIONS(1426), + [aux_sym_unquoted_token1] = ACTIONS(1426), [anon_sym_POUND] = ACTIONS(105), }, - [954] = { - [sym_comment] = STATE(954), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_RPAREN] = ACTIONS(1484), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_err_GT] = ACTIONS(1484), - [anon_sym_out_GT] = ACTIONS(1484), - [anon_sym_e_GT] = ACTIONS(1484), - [anon_sym_o_GT] = ACTIONS(1484), - [anon_sym_err_PLUSout_GT] = ACTIONS(1484), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1484), - [anon_sym_o_PLUSe_GT] = ACTIONS(1484), - [anon_sym_e_PLUSo_GT] = ACTIONS(1484), - [aux_sym_unquoted_token1] = ACTIONS(1484), + [1049] = { + [sym_comment] = STATE(1049), + [ts_builtin_sym_end] = ACTIONS(1590), + [anon_sym_SEMI] = ACTIONS(1588), + [anon_sym_LF] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1588), + [anon_sym_LPAREN] = ACTIONS(1588), + [anon_sym_PIPE] = ACTIONS(1588), + [anon_sym_DOLLAR] = ACTIONS(1588), + [anon_sym_GT] = ACTIONS(1588), + [anon_sym_DASH] = ACTIONS(1588), + [anon_sym_in] = ACTIONS(1588), + [anon_sym_LBRACE] = ACTIONS(1588), + [anon_sym_DOT] = ACTIONS(1588), + [anon_sym_STAR] = ACTIONS(1588), + [anon_sym_STAR_STAR] = ACTIONS(1588), + [anon_sym_PLUS_PLUS] = ACTIONS(1588), + [anon_sym_SLASH] = ACTIONS(1588), + [anon_sym_mod] = ACTIONS(1588), + [anon_sym_SLASH_SLASH] = ACTIONS(1588), + [anon_sym_PLUS] = ACTIONS(1588), + [anon_sym_bit_DASHshl] = ACTIONS(1588), + [anon_sym_bit_DASHshr] = ACTIONS(1588), + [anon_sym_EQ_EQ] = ACTIONS(1588), + [anon_sym_BANG_EQ] = ACTIONS(1588), + [anon_sym_LT2] = ACTIONS(1588), + [anon_sym_LT_EQ] = ACTIONS(1588), + [anon_sym_GT_EQ] = ACTIONS(1588), + [anon_sym_not_DASHin] = ACTIONS(1588), + [anon_sym_starts_DASHwith] = ACTIONS(1588), + [anon_sym_ends_DASHwith] = ACTIONS(1588), + [anon_sym_EQ_TILDE] = ACTIONS(1588), + [anon_sym_BANG_TILDE] = ACTIONS(1588), + [anon_sym_bit_DASHand] = ACTIONS(1588), + [anon_sym_bit_DASHxor] = ACTIONS(1588), + [anon_sym_bit_DASHor] = ACTIONS(1588), + [anon_sym_and] = ACTIONS(1588), + [anon_sym_xor] = ACTIONS(1588), + [anon_sym_or] = ACTIONS(1588), + [anon_sym_null] = ACTIONS(1588), + [anon_sym_true] = ACTIONS(1588), + [anon_sym_false] = ACTIONS(1588), + [aux_sym__val_number_decimal_token1] = ACTIONS(1588), + [aux_sym__val_number_token1] = ACTIONS(1588), + [aux_sym__val_number_token2] = ACTIONS(1588), + [aux_sym__val_number_token3] = ACTIONS(1588), + [aux_sym__val_number_token4] = ACTIONS(1588), + [aux_sym__val_number_token5] = ACTIONS(1588), + [aux_sym__val_number_token6] = ACTIONS(1588), + [anon_sym_0b] = ACTIONS(1588), + [anon_sym_0o] = ACTIONS(1588), + [anon_sym_0x] = ACTIONS(1588), + [sym_val_date] = ACTIONS(1588), + [anon_sym_DQUOTE] = ACTIONS(1588), + [sym__str_single_quotes] = ACTIONS(1588), + [sym__str_back_ticks] = ACTIONS(1588), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1588), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1588), + [anon_sym_err_GT] = ACTIONS(1588), + [anon_sym_out_GT] = ACTIONS(1588), + [anon_sym_e_GT] = ACTIONS(1588), + [anon_sym_o_GT] = ACTIONS(1588), + [anon_sym_err_PLUSout_GT] = ACTIONS(1588), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1588), + [anon_sym_o_PLUSe_GT] = ACTIONS(1588), + [anon_sym_e_PLUSo_GT] = ACTIONS(1588), + [aux_sym_unquoted_token1] = ACTIONS(1588), [anon_sym_POUND] = ACTIONS(105), }, - [955] = { - [sym_comment] = STATE(955), - [ts_builtin_sym_end] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_LF] = ACTIONS(1490), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1488), - [anon_sym_PIPE] = ACTIONS(1488), - [anon_sym_DOLLAR] = ACTIONS(1488), - [anon_sym_GT] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_in] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_DOT] = ACTIONS(1488), - [anon_sym_DOT2] = ACTIONS(1490), - [anon_sym_STAR] = ACTIONS(1488), - [anon_sym_STAR_STAR] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [anon_sym_SLASH] = ACTIONS(1488), - [anon_sym_mod] = ACTIONS(1488), - [anon_sym_SLASH_SLASH] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_bit_DASHshl] = ACTIONS(1488), - [anon_sym_bit_DASHshr] = ACTIONS(1488), - [anon_sym_EQ_EQ] = ACTIONS(1488), - [anon_sym_BANG_EQ] = ACTIONS(1488), - [anon_sym_LT2] = ACTIONS(1488), - [anon_sym_LT_EQ] = ACTIONS(1488), - [anon_sym_GT_EQ] = ACTIONS(1488), - [anon_sym_not_DASHin] = ACTIONS(1488), - [anon_sym_starts_DASHwith] = ACTIONS(1488), - [anon_sym_ends_DASHwith] = ACTIONS(1488), - [anon_sym_EQ_TILDE] = ACTIONS(1488), - [anon_sym_BANG_TILDE] = ACTIONS(1488), - [anon_sym_bit_DASHand] = ACTIONS(1488), - [anon_sym_bit_DASHxor] = ACTIONS(1488), - [anon_sym_bit_DASHor] = ACTIONS(1488), - [anon_sym_and] = ACTIONS(1488), - [anon_sym_xor] = ACTIONS(1488), - [anon_sym_or] = ACTIONS(1488), - [sym_val_nothing] = ACTIONS(1488), - [anon_sym_true] = ACTIONS(1488), - [anon_sym_false] = ACTIONS(1488), - [aux_sym__val_number_decimal_token1] = ACTIONS(1488), - [aux_sym__val_number_token1] = ACTIONS(1488), - [aux_sym__val_number_token2] = ACTIONS(1488), - [aux_sym__val_number_token3] = ACTIONS(1488), - [aux_sym__val_number_token4] = ACTIONS(1488), - [aux_sym__val_number_token5] = ACTIONS(1488), - [aux_sym__val_number_token6] = ACTIONS(1488), - [anon_sym_0b] = ACTIONS(1488), - [anon_sym_0o] = ACTIONS(1488), - [anon_sym_0x] = ACTIONS(1488), - [sym_val_date] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym__str_single_quotes] = ACTIONS(1488), - [sym__str_back_ticks] = ACTIONS(1488), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1488), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1488), - [anon_sym_err_GT] = ACTIONS(1488), - [anon_sym_out_GT] = ACTIONS(1488), - [anon_sym_e_GT] = ACTIONS(1488), - [anon_sym_o_GT] = ACTIONS(1488), - [anon_sym_err_PLUSout_GT] = ACTIONS(1488), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1488), - [anon_sym_o_PLUSe_GT] = ACTIONS(1488), - [anon_sym_e_PLUSo_GT] = ACTIONS(1488), - [aux_sym_unquoted_token1] = ACTIONS(1488), + [1050] = { + [sym_comment] = STATE(1050), + [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_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), }, - [956] = { - [sym_comment] = STATE(956), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_LF] = ACTIONS(1544), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_RPAREN] = ACTIONS(1542), - [anon_sym_PIPE] = ACTIONS(1542), - [anon_sym_DOLLAR] = ACTIONS(1542), - [anon_sym_GT] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_DOT] = ACTIONS(1542), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_STAR_STAR] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_SLASH] = ACTIONS(1542), - [anon_sym_mod] = ACTIONS(1542), - [anon_sym_SLASH_SLASH] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1542), - [anon_sym_bit_DASHshr] = ACTIONS(1542), - [anon_sym_EQ_EQ] = ACTIONS(1542), - [anon_sym_BANG_EQ] = ACTIONS(1542), - [anon_sym_LT2] = ACTIONS(1542), - [anon_sym_LT_EQ] = ACTIONS(1542), - [anon_sym_GT_EQ] = ACTIONS(1542), - [anon_sym_not_DASHin] = ACTIONS(1542), - [anon_sym_starts_DASHwith] = ACTIONS(1542), - [anon_sym_ends_DASHwith] = ACTIONS(1542), - [anon_sym_EQ_TILDE] = ACTIONS(1542), - [anon_sym_BANG_TILDE] = ACTIONS(1542), - [anon_sym_bit_DASHand] = ACTIONS(1542), - [anon_sym_bit_DASHxor] = ACTIONS(1542), - [anon_sym_bit_DASHor] = ACTIONS(1542), - [anon_sym_and] = ACTIONS(1542), - [anon_sym_xor] = ACTIONS(1542), - [anon_sym_or] = ACTIONS(1542), - [sym_val_nothing] = ACTIONS(1542), - [anon_sym_true] = ACTIONS(1542), - [anon_sym_false] = ACTIONS(1542), - [aux_sym__val_number_decimal_token1] = ACTIONS(1542), - [aux_sym__val_number_token1] = ACTIONS(1542), - [aux_sym__val_number_token2] = ACTIONS(1542), - [aux_sym__val_number_token3] = ACTIONS(1542), - [aux_sym__val_number_token4] = ACTIONS(1542), - [aux_sym__val_number_token5] = ACTIONS(1542), - [aux_sym__val_number_token6] = ACTIONS(1542), - [anon_sym_0b] = ACTIONS(1542), - [anon_sym_0o] = ACTIONS(1542), - [anon_sym_0x] = ACTIONS(1542), - [sym_val_date] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym__str_single_quotes] = ACTIONS(1542), - [sym__str_back_ticks] = ACTIONS(1542), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1542), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1542), - [anon_sym_err_GT] = ACTIONS(1542), - [anon_sym_out_GT] = ACTIONS(1542), - [anon_sym_e_GT] = ACTIONS(1542), - [anon_sym_o_GT] = ACTIONS(1542), - [anon_sym_err_PLUSout_GT] = ACTIONS(1542), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1542), - [anon_sym_o_PLUSe_GT] = ACTIONS(1542), - [anon_sym_e_PLUSo_GT] = ACTIONS(1542), - [aux_sym_unquoted_token1] = ACTIONS(1542), + [1051] = { + [sym_comment] = STATE(1051), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(2772), + [anon_sym_bit_DASHxor] = ACTIONS(2774), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [957] = { - [sym_comment] = STATE(957), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_err_GT] = ACTIONS(1492), - [anon_sym_out_GT] = ACTIONS(1492), - [anon_sym_e_GT] = ACTIONS(1492), - [anon_sym_o_GT] = ACTIONS(1492), - [anon_sym_err_PLUSout_GT] = ACTIONS(1492), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1492), - [anon_sym_o_PLUSe_GT] = ACTIONS(1492), - [anon_sym_e_PLUSo_GT] = ACTIONS(1492), - [aux_sym_unquoted_token1] = ACTIONS(1492), + [1052] = { + [sym_comment] = STATE(1052), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(2772), + [anon_sym_bit_DASHxor] = ACTIONS(2774), + [anon_sym_bit_DASHor] = ACTIONS(2776), + [anon_sym_and] = ACTIONS(2778), + [anon_sym_xor] = ACTIONS(2780), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [958] = { - [sym__flag] = STATE(1376), - [sym_short_flag] = STATE(1369), - [sym_long_flag] = STATE(1369), - [sym_comment] = STATE(958), - [aux_sym_overlay_use_repeat1] = STATE(1010), - [ts_builtin_sym_end] = ACTIONS(2463), - [anon_sym_export] = ACTIONS(2461), - [anon_sym_alias] = ACTIONS(2461), - [anon_sym_let] = ACTIONS(2461), - [anon_sym_let_DASHenv] = ACTIONS(2461), - [anon_sym_mut] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [anon_sym_SEMI] = ACTIONS(2461), - [sym_cmd_identifier] = ACTIONS(2461), - [anon_sym_LF] = ACTIONS(2463), - [anon_sym_def] = ACTIONS(2461), - [anon_sym_export_DASHenv] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym_module] = ACTIONS(2461), - [anon_sym_use] = ACTIONS(2461), - [anon_sym_LBRACK] = ACTIONS(2461), - [anon_sym_LPAREN] = ACTIONS(2461), - [anon_sym_DOLLAR] = ACTIONS(2461), - [anon_sym_error] = ACTIONS(2461), - [anon_sym_DASH] = ACTIONS(2461), - [anon_sym_break] = ACTIONS(2461), - [anon_sym_continue] = ACTIONS(2461), - [anon_sym_for] = ACTIONS(2461), - [anon_sym_loop] = ACTIONS(2461), - [anon_sym_while] = ACTIONS(2461), - [anon_sym_do] = ACTIONS(2461), - [anon_sym_if] = ACTIONS(2461), - [anon_sym_match] = ACTIONS(2461), - [anon_sym_LBRACE] = ACTIONS(2461), - [anon_sym_DOT] = ACTIONS(2461), - [anon_sym_try] = ACTIONS(2461), - [anon_sym_return] = ACTIONS(2461), - [anon_sym_source] = ACTIONS(2461), - [anon_sym_source_DASHenv] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_hide] = ACTIONS(2461), - [anon_sym_hide_DASHenv] = ACTIONS(2461), - [anon_sym_overlay] = ACTIONS(2461), - [anon_sym_as] = ACTIONS(2616), - [anon_sym_where] = ACTIONS(2461), - [anon_sym_PLUS] = ACTIONS(2461), - [anon_sym_not] = ACTIONS(2461), - [sym_val_nothing] = ACTIONS(2461), - [anon_sym_true] = ACTIONS(2461), - [anon_sym_false] = ACTIONS(2461), - [aux_sym__val_number_decimal_token1] = ACTIONS(2461), - [aux_sym__val_number_token1] = ACTIONS(2461), - [aux_sym__val_number_token2] = ACTIONS(2461), - [aux_sym__val_number_token3] = ACTIONS(2461), - [aux_sym__val_number_token4] = ACTIONS(2461), - [aux_sym__val_number_token5] = ACTIONS(2461), - [aux_sym__val_number_token6] = ACTIONS(2461), - [anon_sym_0b] = ACTIONS(2461), - [anon_sym_0o] = ACTIONS(2461), - [anon_sym_0x] = ACTIONS(2461), - [sym_val_date] = ACTIONS(2461), - [anon_sym_DQUOTE] = ACTIONS(2461), - [sym__str_single_quotes] = ACTIONS(2461), - [sym__str_back_ticks] = ACTIONS(2461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2461), - [anon_sym_CARET] = ACTIONS(2461), + [1053] = { + [sym_comment] = STATE(1053), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [959] = { - [sym_comment] = STATE(959), - [anon_sym_SEMI] = ACTIONS(1570), - [anon_sym_LF] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1570), - [anon_sym_RPAREN] = ACTIONS(1570), - [anon_sym_PIPE] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1570), - [anon_sym_GT] = ACTIONS(1570), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_in] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1570), - [anon_sym_RBRACE] = ACTIONS(1570), - [anon_sym_DOT] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1570), - [anon_sym_STAR_STAR] = ACTIONS(1570), - [anon_sym_PLUS_PLUS] = ACTIONS(1570), - [anon_sym_SLASH] = ACTIONS(1570), - [anon_sym_mod] = ACTIONS(1570), - [anon_sym_SLASH_SLASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_bit_DASHshl] = ACTIONS(1570), - [anon_sym_bit_DASHshr] = ACTIONS(1570), - [anon_sym_EQ_EQ] = ACTIONS(1570), - [anon_sym_BANG_EQ] = ACTIONS(1570), - [anon_sym_LT2] = ACTIONS(1570), - [anon_sym_LT_EQ] = ACTIONS(1570), - [anon_sym_GT_EQ] = ACTIONS(1570), - [anon_sym_not_DASHin] = ACTIONS(1570), - [anon_sym_starts_DASHwith] = ACTIONS(1570), - [anon_sym_ends_DASHwith] = ACTIONS(1570), - [anon_sym_EQ_TILDE] = ACTIONS(1570), - [anon_sym_BANG_TILDE] = ACTIONS(1570), - [anon_sym_bit_DASHand] = ACTIONS(1570), - [anon_sym_bit_DASHxor] = ACTIONS(1570), - [anon_sym_bit_DASHor] = ACTIONS(1570), - [anon_sym_and] = ACTIONS(1570), - [anon_sym_xor] = ACTIONS(1570), - [anon_sym_or] = ACTIONS(1570), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1570), - [anon_sym_out_GT] = ACTIONS(1570), - [anon_sym_e_GT] = ACTIONS(1570), - [anon_sym_o_GT] = ACTIONS(1570), - [anon_sym_err_PLUSout_GT] = ACTIONS(1570), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1570), - [anon_sym_o_PLUSe_GT] = ACTIONS(1570), - [anon_sym_e_PLUSo_GT] = ACTIONS(1570), - [aux_sym_unquoted_token1] = ACTIONS(1570), + [1054] = { + [sym_comment] = STATE(1054), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(2772), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [960] = { - [sym_comment] = STATE(960), - [anon_sym_SEMI] = ACTIONS(1550), - [anon_sym_LF] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1550), - [anon_sym_RPAREN] = ACTIONS(1550), - [anon_sym_PIPE] = ACTIONS(1550), - [anon_sym_DOLLAR] = ACTIONS(1550), - [anon_sym_GT] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_RBRACE] = ACTIONS(1550), - [anon_sym_DOT] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_STAR_STAR] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_SLASH] = ACTIONS(1550), - [anon_sym_mod] = ACTIONS(1550), - [anon_sym_SLASH_SLASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_bit_DASHshl] = ACTIONS(1550), - [anon_sym_bit_DASHshr] = ACTIONS(1550), - [anon_sym_EQ_EQ] = ACTIONS(1550), - [anon_sym_BANG_EQ] = ACTIONS(1550), - [anon_sym_LT2] = ACTIONS(1550), - [anon_sym_LT_EQ] = ACTIONS(1550), - [anon_sym_GT_EQ] = ACTIONS(1550), - [anon_sym_not_DASHin] = ACTIONS(1550), - [anon_sym_starts_DASHwith] = ACTIONS(1550), - [anon_sym_ends_DASHwith] = ACTIONS(1550), - [anon_sym_EQ_TILDE] = ACTIONS(1550), - [anon_sym_BANG_TILDE] = ACTIONS(1550), - [anon_sym_bit_DASHand] = ACTIONS(1550), - [anon_sym_bit_DASHxor] = ACTIONS(1550), - [anon_sym_bit_DASHor] = ACTIONS(1550), - [anon_sym_and] = ACTIONS(1550), - [anon_sym_xor] = ACTIONS(1550), - [anon_sym_or] = ACTIONS(1550), - [sym_val_nothing] = ACTIONS(1550), - [anon_sym_true] = ACTIONS(1550), - [anon_sym_false] = ACTIONS(1550), - [aux_sym__val_number_decimal_token1] = ACTIONS(1550), - [aux_sym__val_number_token1] = ACTIONS(1550), - [aux_sym__val_number_token2] = ACTIONS(1550), - [aux_sym__val_number_token3] = ACTIONS(1550), - [aux_sym__val_number_token4] = ACTIONS(1550), - [aux_sym__val_number_token5] = ACTIONS(1550), - [aux_sym__val_number_token6] = ACTIONS(1550), - [anon_sym_0b] = ACTIONS(1550), - [anon_sym_0o] = ACTIONS(1550), - [anon_sym_0x] = ACTIONS(1550), - [sym_val_date] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym__str_single_quotes] = ACTIONS(1550), - [sym__str_back_ticks] = ACTIONS(1550), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1550), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1550), - [anon_sym_err_GT] = ACTIONS(1550), - [anon_sym_out_GT] = ACTIONS(1550), - [anon_sym_e_GT] = ACTIONS(1550), - [anon_sym_o_GT] = ACTIONS(1550), - [anon_sym_err_PLUSout_GT] = ACTIONS(1550), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1550), - [anon_sym_o_PLUSe_GT] = ACTIONS(1550), - [anon_sym_e_PLUSo_GT] = ACTIONS(1550), - [aux_sym_unquoted_token1] = ACTIONS(1550), + [1055] = { + [sym_comment] = STATE(1055), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_RPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_RBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_DOT2] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token1] = ACTIONS(2786), + [aux_sym__immediate_decimal_token2] = ACTIONS(2788), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), [anon_sym_POUND] = ACTIONS(105), }, - [961] = { - [sym_comment] = STATE(961), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_LF] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1600), - [anon_sym_LPAREN] = ACTIONS(1600), - [anon_sym_RPAREN] = ACTIONS(1600), - [anon_sym_PIPE] = ACTIONS(1600), - [anon_sym_DOLLAR] = ACTIONS(1600), - [anon_sym_GT] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1600), - [anon_sym_in] = ACTIONS(1600), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_DOT] = ACTIONS(1600), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_STAR_STAR] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_SLASH] = ACTIONS(1600), - [anon_sym_mod] = ACTIONS(1600), - [anon_sym_SLASH_SLASH] = ACTIONS(1600), - [anon_sym_PLUS] = ACTIONS(1600), - [anon_sym_bit_DASHshl] = ACTIONS(1600), - [anon_sym_bit_DASHshr] = ACTIONS(1600), - [anon_sym_EQ_EQ] = ACTIONS(1600), - [anon_sym_BANG_EQ] = ACTIONS(1600), - [anon_sym_LT2] = ACTIONS(1600), - [anon_sym_LT_EQ] = ACTIONS(1600), - [anon_sym_GT_EQ] = ACTIONS(1600), - [anon_sym_not_DASHin] = ACTIONS(1600), - [anon_sym_starts_DASHwith] = ACTIONS(1600), - [anon_sym_ends_DASHwith] = ACTIONS(1600), - [anon_sym_EQ_TILDE] = ACTIONS(1600), - [anon_sym_BANG_TILDE] = ACTIONS(1600), - [anon_sym_bit_DASHand] = ACTIONS(1600), - [anon_sym_bit_DASHxor] = ACTIONS(1600), - [anon_sym_bit_DASHor] = ACTIONS(1600), - [anon_sym_and] = ACTIONS(1600), - [anon_sym_xor] = ACTIONS(1600), - [anon_sym_or] = ACTIONS(1600), - [sym_val_nothing] = ACTIONS(1600), - [anon_sym_true] = ACTIONS(1600), - [anon_sym_false] = ACTIONS(1600), - [aux_sym__val_number_decimal_token1] = ACTIONS(1600), - [aux_sym__val_number_token1] = ACTIONS(1600), - [aux_sym__val_number_token2] = ACTIONS(1600), - [aux_sym__val_number_token3] = ACTIONS(1600), - [aux_sym__val_number_token4] = ACTIONS(1600), - [aux_sym__val_number_token5] = ACTIONS(1600), - [aux_sym__val_number_token6] = ACTIONS(1600), - [anon_sym_0b] = ACTIONS(1600), - [anon_sym_0o] = ACTIONS(1600), - [anon_sym_0x] = ACTIONS(1600), - [sym_val_date] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [sym__str_single_quotes] = ACTIONS(1600), - [sym__str_back_ticks] = ACTIONS(1600), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1600), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1600), - [anon_sym_err_GT] = ACTIONS(1600), - [anon_sym_out_GT] = ACTIONS(1600), - [anon_sym_e_GT] = ACTIONS(1600), - [anon_sym_o_GT] = ACTIONS(1600), - [anon_sym_err_PLUSout_GT] = ACTIONS(1600), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1600), - [anon_sym_o_PLUSe_GT] = ACTIONS(1600), - [anon_sym_e_PLUSo_GT] = ACTIONS(1600), - [aux_sym_unquoted_token1] = ACTIONS(1600), + [1056] = { + [sym_comment] = STATE(1056), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [962] = { - [sym_ctrl_do] = STATE(4594), - [sym_ctrl_if] = STATE(4594), - [sym_ctrl_match] = STATE(4594), - [sym_ctrl_try] = STATE(4594), - [sym__expression] = STATE(4594), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_comment] = STATE(962), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_LF] = ACTIONS(2620), - [anon_sym_LBRACK] = ACTIONS(2622), - [anon_sym_LPAREN] = ACTIONS(2624), - [anon_sym_RPAREN] = ACTIONS(2618), - [anon_sym_PIPE] = ACTIONS(2618), - [anon_sym_DOLLAR] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(2626), - [anon_sym_RBRACE] = ACTIONS(2618), - [anon_sym_DOT] = ACTIONS(2628), - [anon_sym_try] = ACTIONS(513), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(355), - [anon_sym_DQUOTE] = ACTIONS(2632), - [sym__str_single_quotes] = ACTIONS(2634), - [sym__str_back_ticks] = ACTIONS(2634), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2636), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2638), + [1057] = { + [sym_comment] = STATE(1057), + [ts_builtin_sym_end] = ACTIONS(1509), + [anon_sym_SEMI] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_PIPE] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_in] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_STAR] = ACTIONS(1507), + [anon_sym_STAR_STAR] = ACTIONS(1507), + [anon_sym_PLUS_PLUS] = ACTIONS(1507), + [anon_sym_SLASH] = ACTIONS(1507), + [anon_sym_mod] = ACTIONS(1507), + [anon_sym_SLASH_SLASH] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_bit_DASHshl] = ACTIONS(1507), + [anon_sym_bit_DASHshr] = ACTIONS(1507), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT2] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_not_DASHin] = ACTIONS(1507), + [anon_sym_starts_DASHwith] = ACTIONS(1507), + [anon_sym_ends_DASHwith] = ACTIONS(1507), + [anon_sym_EQ_TILDE] = ACTIONS(1507), + [anon_sym_BANG_TILDE] = ACTIONS(1507), + [anon_sym_bit_DASHand] = ACTIONS(1507), + [anon_sym_bit_DASHxor] = ACTIONS(1507), + [anon_sym_bit_DASHor] = ACTIONS(1507), + [anon_sym_and] = ACTIONS(1507), + [anon_sym_xor] = ACTIONS(1507), + [anon_sym_or] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_err_GT] = ACTIONS(1507), + [anon_sym_out_GT] = ACTIONS(1507), + [anon_sym_e_GT] = ACTIONS(1507), + [anon_sym_o_GT] = ACTIONS(1507), + [anon_sym_err_PLUSout_GT] = ACTIONS(1507), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1507), + [anon_sym_o_PLUSe_GT] = ACTIONS(1507), + [anon_sym_e_PLUSo_GT] = ACTIONS(1507), + [aux_sym_unquoted_token1] = ACTIONS(1507), [anon_sym_POUND] = ACTIONS(105), }, - [963] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2678), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), - [sym_comment] = STATE(963), - [anon_sym_SEMI] = ACTIONS(2640), - [anon_sym_LF] = ACTIONS(2642), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2640), - [anon_sym_PIPE] = ACTIONS(2640), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [1058] = { + [sym_comment] = STATE(1058), + [ts_builtin_sym_end] = ACTIONS(1582), + [anon_sym_SEMI] = ACTIONS(1580), + [anon_sym_LF] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1580), + [anon_sym_LPAREN] = ACTIONS(1580), + [anon_sym_PIPE] = ACTIONS(1580), + [anon_sym_DOLLAR] = ACTIONS(1580), + [anon_sym_GT] = ACTIONS(1580), + [anon_sym_DASH] = ACTIONS(1580), + [anon_sym_in] = ACTIONS(1580), + [anon_sym_LBRACE] = ACTIONS(1580), + [anon_sym_DOT] = ACTIONS(1580), + [anon_sym_STAR] = ACTIONS(1580), + [anon_sym_STAR_STAR] = ACTIONS(1580), + [anon_sym_PLUS_PLUS] = ACTIONS(1580), + [anon_sym_SLASH] = ACTIONS(1580), + [anon_sym_mod] = ACTIONS(1580), + [anon_sym_SLASH_SLASH] = ACTIONS(1580), + [anon_sym_PLUS] = ACTIONS(1580), + [anon_sym_bit_DASHshl] = ACTIONS(1580), + [anon_sym_bit_DASHshr] = ACTIONS(1580), + [anon_sym_EQ_EQ] = ACTIONS(1580), + [anon_sym_BANG_EQ] = ACTIONS(1580), + [anon_sym_LT2] = ACTIONS(1580), + [anon_sym_LT_EQ] = ACTIONS(1580), + [anon_sym_GT_EQ] = ACTIONS(1580), + [anon_sym_not_DASHin] = ACTIONS(1580), + [anon_sym_starts_DASHwith] = ACTIONS(1580), + [anon_sym_ends_DASHwith] = ACTIONS(1580), + [anon_sym_EQ_TILDE] = ACTIONS(1580), + [anon_sym_BANG_TILDE] = ACTIONS(1580), + [anon_sym_bit_DASHand] = ACTIONS(1580), + [anon_sym_bit_DASHxor] = ACTIONS(1580), + [anon_sym_bit_DASHor] = ACTIONS(1580), + [anon_sym_and] = ACTIONS(1580), + [anon_sym_xor] = ACTIONS(1580), + [anon_sym_or] = ACTIONS(1580), + [anon_sym_null] = ACTIONS(1580), + [anon_sym_true] = ACTIONS(1580), + [anon_sym_false] = ACTIONS(1580), + [aux_sym__val_number_decimal_token1] = ACTIONS(1580), + [aux_sym__val_number_token1] = ACTIONS(1580), + [aux_sym__val_number_token2] = ACTIONS(1580), + [aux_sym__val_number_token3] = ACTIONS(1580), + [aux_sym__val_number_token4] = ACTIONS(1580), + [aux_sym__val_number_token5] = ACTIONS(1580), + [aux_sym__val_number_token6] = ACTIONS(1580), + [anon_sym_0b] = ACTIONS(1580), + [anon_sym_0o] = ACTIONS(1580), + [anon_sym_0x] = ACTIONS(1580), + [sym_val_date] = ACTIONS(1580), + [anon_sym_DQUOTE] = ACTIONS(1580), + [sym__str_single_quotes] = ACTIONS(1580), + [sym__str_back_ticks] = ACTIONS(1580), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1580), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1580), + [anon_sym_err_GT] = ACTIONS(1580), + [anon_sym_out_GT] = ACTIONS(1580), + [anon_sym_e_GT] = ACTIONS(1580), + [anon_sym_o_GT] = ACTIONS(1580), + [anon_sym_err_PLUSout_GT] = ACTIONS(1580), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1580), + [anon_sym_o_PLUSe_GT] = ACTIONS(1580), + [anon_sym_e_PLUSo_GT] = ACTIONS(1580), + [aux_sym_unquoted_token1] = ACTIONS(1580), [anon_sym_POUND] = ACTIONS(105), }, - [964] = { - [sym_comment] = STATE(964), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1059] = { + [sym_comment] = STATE(1059), + [ts_builtin_sym_end] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_LF] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_PIPE] = ACTIONS(1515), + [anon_sym_DOLLAR] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1515), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1521), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1515), + [anon_sym_false] = ACTIONS(1515), + [aux_sym__val_number_decimal_token1] = ACTIONS(1515), + [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(1515), + [aux_sym__val_number_token5] = ACTIONS(1515), + [aux_sym__val_number_token6] = ACTIONS(1515), + [anon_sym_0b] = ACTIONS(1515), + [anon_sym_0o] = ACTIONS(1515), + [anon_sym_0x] = ACTIONS(1515), + [sym_val_date] = ACTIONS(1515), + [anon_sym_DQUOTE] = ACTIONS(1515), + [sym__str_single_quotes] = ACTIONS(1515), + [sym__str_back_ticks] = ACTIONS(1515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1515), + [anon_sym_err_GT] = ACTIONS(1515), + [anon_sym_out_GT] = ACTIONS(1515), + [anon_sym_e_GT] = ACTIONS(1515), + [anon_sym_o_GT] = ACTIONS(1515), + [anon_sym_err_PLUSout_GT] = ACTIONS(1515), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1515), + [anon_sym_o_PLUSe_GT] = ACTIONS(1515), + [anon_sym_e_PLUSo_GT] = ACTIONS(1515), + [aux_sym_unquoted_token1] = ACTIONS(1515), [anon_sym_POUND] = ACTIONS(105), }, - [965] = { - [sym_comment] = STATE(965), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(2652), - [anon_sym_bit_DASHxor] = ACTIONS(2654), - [anon_sym_bit_DASHor] = ACTIONS(2656), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1060] = { + [sym_comment] = STATE(1060), + [ts_builtin_sym_end] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_PIPE] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_in] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_STAR_STAR] = ACTIONS(1454), + [anon_sym_PLUS_PLUS] = ACTIONS(1454), + [anon_sym_SLASH] = ACTIONS(1454), + [anon_sym_mod] = ACTIONS(1454), + [anon_sym_SLASH_SLASH] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_bit_DASHshl] = ACTIONS(1454), + [anon_sym_bit_DASHshr] = ACTIONS(1454), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_LT2] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_not_DASHin] = ACTIONS(1454), + [anon_sym_starts_DASHwith] = ACTIONS(1454), + [anon_sym_ends_DASHwith] = ACTIONS(1454), + [anon_sym_EQ_TILDE] = ACTIONS(1454), + [anon_sym_BANG_TILDE] = ACTIONS(1454), + [anon_sym_bit_DASHand] = ACTIONS(1454), + [anon_sym_bit_DASHxor] = ACTIONS(1454), + [anon_sym_bit_DASHor] = ACTIONS(1454), + [anon_sym_and] = ACTIONS(1454), + [anon_sym_xor] = ACTIONS(1454), + [anon_sym_or] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_err_GT] = ACTIONS(1454), + [anon_sym_out_GT] = ACTIONS(1454), + [anon_sym_e_GT] = ACTIONS(1454), + [anon_sym_o_GT] = ACTIONS(1454), + [anon_sym_err_PLUSout_GT] = ACTIONS(1454), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1454), + [anon_sym_o_PLUSe_GT] = ACTIONS(1454), + [anon_sym_e_PLUSo_GT] = ACTIONS(1454), + [aux_sym_unquoted_token1] = ACTIONS(1454), [anon_sym_POUND] = ACTIONS(105), }, - [966] = { - [sym_comment] = STATE(966), - [anon_sym_SEMI] = ACTIONS(1469), - [anon_sym_LF] = ACTIONS(1562), - [anon_sym_LBRACK] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_RPAREN] = ACTIONS(1469), - [anon_sym_PIPE] = ACTIONS(1469), - [anon_sym_DOLLAR] = ACTIONS(1469), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_RBRACE] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1469), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1469), - [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(1469), - [aux_sym__val_number_token5] = ACTIONS(1469), - [aux_sym__val_number_token6] = ACTIONS(1469), - [anon_sym_0b] = ACTIONS(1469), - [anon_sym_0o] = ACTIONS(1469), - [anon_sym_0x] = ACTIONS(1469), - [sym_val_date] = ACTIONS(1469), - [anon_sym_DQUOTE] = ACTIONS(1469), - [sym__str_single_quotes] = ACTIONS(1469), - [sym__str_back_ticks] = ACTIONS(1469), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1469), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1469), - [anon_sym_err_GT] = ACTIONS(1469), - [anon_sym_out_GT] = ACTIONS(1469), - [anon_sym_e_GT] = ACTIONS(1469), - [anon_sym_o_GT] = ACTIONS(1469), - [anon_sym_err_PLUSout_GT] = ACTIONS(1469), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1469), - [anon_sym_o_PLUSe_GT] = ACTIONS(1469), - [anon_sym_e_PLUSo_GT] = ACTIONS(1469), - [aux_sym_unquoted_token1] = ACTIONS(1469), + [1061] = { + [sym_comment] = STATE(1061), + [ts_builtin_sym_end] = ACTIONS(1477), + [anon_sym_SEMI] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_in] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_STAR_STAR] = ACTIONS(1475), + [anon_sym_PLUS_PLUS] = ACTIONS(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_bit_DASHshl] = ACTIONS(1475), + [anon_sym_bit_DASHshr] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1475), + [anon_sym_BANG_EQ] = ACTIONS(1475), + [anon_sym_LT2] = ACTIONS(1475), + [anon_sym_LT_EQ] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1475), + [anon_sym_not_DASHin] = ACTIONS(1475), + [anon_sym_starts_DASHwith] = ACTIONS(1475), + [anon_sym_ends_DASHwith] = ACTIONS(1475), + [anon_sym_EQ_TILDE] = ACTIONS(1475), + [anon_sym_BANG_TILDE] = ACTIONS(1475), + [anon_sym_bit_DASHand] = ACTIONS(1475), + [anon_sym_bit_DASHxor] = ACTIONS(1475), + [anon_sym_bit_DASHor] = ACTIONS(1475), + [anon_sym_and] = ACTIONS(1475), + [anon_sym_xor] = ACTIONS(1475), + [anon_sym_or] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_err_GT] = ACTIONS(1475), + [anon_sym_out_GT] = ACTIONS(1475), + [anon_sym_e_GT] = ACTIONS(1475), + [anon_sym_o_GT] = ACTIONS(1475), + [anon_sym_err_PLUSout_GT] = ACTIONS(1475), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1475), + [anon_sym_o_PLUSe_GT] = ACTIONS(1475), + [anon_sym_e_PLUSo_GT] = ACTIONS(1475), + [aux_sym_unquoted_token1] = ACTIONS(1475), [anon_sym_POUND] = ACTIONS(105), }, - [967] = { - [sym_comment] = STATE(967), - [anon_sym_SEMI] = ACTIONS(1498), - [anon_sym_LF] = ACTIONS(1500), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1498), - [anon_sym_RPAREN] = ACTIONS(1498), - [anon_sym_PIPE] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1498), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_STAR_STAR] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_mod] = ACTIONS(1498), - [anon_sym_SLASH_SLASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_bit_DASHshl] = ACTIONS(1498), - [anon_sym_bit_DASHshr] = ACTIONS(1498), - [anon_sym_EQ_EQ] = ACTIONS(1498), - [anon_sym_BANG_EQ] = ACTIONS(1498), - [anon_sym_LT2] = ACTIONS(1498), - [anon_sym_LT_EQ] = ACTIONS(1498), - [anon_sym_GT_EQ] = ACTIONS(1498), - [anon_sym_not_DASHin] = ACTIONS(1498), - [anon_sym_starts_DASHwith] = ACTIONS(1498), - [anon_sym_ends_DASHwith] = ACTIONS(1498), - [anon_sym_EQ_TILDE] = ACTIONS(1498), - [anon_sym_BANG_TILDE] = ACTIONS(1498), - [anon_sym_bit_DASHand] = ACTIONS(1498), - [anon_sym_bit_DASHxor] = ACTIONS(1498), - [anon_sym_bit_DASHor] = ACTIONS(1498), - [anon_sym_and] = ACTIONS(1498), - [anon_sym_xor] = ACTIONS(1498), - [anon_sym_or] = ACTIONS(1498), - [sym_val_nothing] = ACTIONS(1498), - [anon_sym_true] = ACTIONS(1498), - [anon_sym_false] = ACTIONS(1498), - [aux_sym__val_number_decimal_token1] = ACTIONS(1498), - [aux_sym__val_number_token1] = ACTIONS(1498), - [aux_sym__val_number_token2] = ACTIONS(1498), - [aux_sym__val_number_token3] = ACTIONS(1498), - [aux_sym__val_number_token4] = ACTIONS(1498), - [aux_sym__val_number_token5] = ACTIONS(1498), - [aux_sym__val_number_token6] = ACTIONS(1498), - [anon_sym_0b] = ACTIONS(1498), - [anon_sym_0o] = ACTIONS(1498), - [anon_sym_0x] = ACTIONS(1498), - [sym_val_date] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [sym__str_single_quotes] = ACTIONS(1498), - [sym__str_back_ticks] = ACTIONS(1498), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1498), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1498), - [anon_sym_err_GT] = ACTIONS(1498), - [anon_sym_out_GT] = ACTIONS(1498), - [anon_sym_e_GT] = ACTIONS(1498), - [anon_sym_o_GT] = ACTIONS(1498), - [anon_sym_err_PLUSout_GT] = ACTIONS(1498), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1498), - [anon_sym_o_PLUSe_GT] = ACTIONS(1498), - [anon_sym_e_PLUSo_GT] = ACTIONS(1498), - [aux_sym_unquoted_token1] = ACTIONS(1498), + [1062] = { + [sym_comment] = STATE(1062), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [968] = { - [sym_comment] = STATE(968), - [anon_sym_SEMI] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_RPAREN] = ACTIONS(1461), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_err_GT] = ACTIONS(1461), - [anon_sym_out_GT] = ACTIONS(1461), - [anon_sym_e_GT] = ACTIONS(1461), - [anon_sym_o_GT] = ACTIONS(1461), - [anon_sym_err_PLUSout_GT] = ACTIONS(1461), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1461), - [anon_sym_o_PLUSe_GT] = ACTIONS(1461), - [anon_sym_e_PLUSo_GT] = ACTIONS(1461), - [aux_sym_unquoted_token1] = ACTIONS(1461), + [1063] = { + [sym_path] = STATE(1191), + [sym_comment] = STATE(1063), + [aux_sym_cell_path_repeat1] = STATE(1118), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), [anon_sym_POUND] = ACTIONS(105), }, - [969] = { - [sym_comment] = STATE(969), - [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), - [sym_val_nothing] = 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), + [1064] = { + [sym_comment] = STATE(1064), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [970] = { - [sym_comment] = STATE(970), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1065] = { + [sym_comment] = STATE(1065), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [971] = { - [sym_comment] = STATE(971), - [ts_builtin_sym_end] = ACTIONS(1463), - [anon_sym_SEMI] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT2] = ACTIONS(1463), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_err_GT] = ACTIONS(1461), - [anon_sym_out_GT] = ACTIONS(1461), - [anon_sym_e_GT] = ACTIONS(1461), - [anon_sym_o_GT] = ACTIONS(1461), - [anon_sym_err_PLUSout_GT] = ACTIONS(1461), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1461), - [anon_sym_o_PLUSe_GT] = ACTIONS(1461), - [anon_sym_e_PLUSo_GT] = ACTIONS(1461), - [aux_sym_unquoted_token1] = ACTIONS(1461), + [1066] = { + [sym_comment] = STATE(1066), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [972] = { - [sym_comment] = STATE(972), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1067] = { + [sym_comment] = STATE(1067), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [973] = { - [sym_comment] = STATE(973), - [anon_sym_SEMI] = ACTIONS(1554), - [anon_sym_LF] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_LPAREN] = ACTIONS(1554), - [anon_sym_RPAREN] = ACTIONS(1554), - [anon_sym_PIPE] = ACTIONS(1554), - [anon_sym_DOLLAR] = ACTIONS(1554), - [anon_sym_GT] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_RBRACE] = ACTIONS(1554), - [anon_sym_DOT] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_STAR_STAR] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_SLASH] = ACTIONS(1554), - [anon_sym_mod] = ACTIONS(1554), - [anon_sym_SLASH_SLASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_bit_DASHshl] = ACTIONS(1554), - [anon_sym_bit_DASHshr] = ACTIONS(1554), - [anon_sym_EQ_EQ] = ACTIONS(1554), - [anon_sym_BANG_EQ] = ACTIONS(1554), - [anon_sym_LT2] = ACTIONS(1554), - [anon_sym_LT_EQ] = ACTIONS(1554), - [anon_sym_GT_EQ] = ACTIONS(1554), - [anon_sym_not_DASHin] = ACTIONS(1554), - [anon_sym_starts_DASHwith] = ACTIONS(1554), - [anon_sym_ends_DASHwith] = ACTIONS(1554), - [anon_sym_EQ_TILDE] = ACTIONS(1554), - [anon_sym_BANG_TILDE] = ACTIONS(1554), - [anon_sym_bit_DASHand] = ACTIONS(1554), - [anon_sym_bit_DASHxor] = ACTIONS(1554), - [anon_sym_bit_DASHor] = ACTIONS(1554), - [anon_sym_and] = ACTIONS(1554), - [anon_sym_xor] = ACTIONS(1554), - [anon_sym_or] = ACTIONS(1554), - [sym_val_nothing] = ACTIONS(1554), - [anon_sym_true] = ACTIONS(1554), - [anon_sym_false] = ACTIONS(1554), - [aux_sym__val_number_decimal_token1] = ACTIONS(1554), - [aux_sym__val_number_token1] = ACTIONS(1554), - [aux_sym__val_number_token2] = ACTIONS(1554), - [aux_sym__val_number_token3] = ACTIONS(1554), - [aux_sym__val_number_token4] = ACTIONS(1554), - [aux_sym__val_number_token5] = ACTIONS(1554), - [aux_sym__val_number_token6] = ACTIONS(1554), - [anon_sym_0b] = ACTIONS(1554), - [anon_sym_0o] = ACTIONS(1554), - [anon_sym_0x] = ACTIONS(1554), - [sym_val_date] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym__str_single_quotes] = ACTIONS(1554), - [sym__str_back_ticks] = ACTIONS(1554), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1554), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1554), - [anon_sym_err_GT] = ACTIONS(1554), - [anon_sym_out_GT] = ACTIONS(1554), - [anon_sym_e_GT] = ACTIONS(1554), - [anon_sym_o_GT] = ACTIONS(1554), - [anon_sym_err_PLUSout_GT] = ACTIONS(1554), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1554), - [anon_sym_o_PLUSe_GT] = ACTIONS(1554), - [anon_sym_e_PLUSo_GT] = ACTIONS(1554), - [aux_sym_unquoted_token1] = ACTIONS(1554), + [1068] = { + [sym_comment] = STATE(1068), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [974] = { - [sym_comment] = STATE(974), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(2652), - [anon_sym_bit_DASHxor] = ACTIONS(2654), - [anon_sym_bit_DASHor] = ACTIONS(2656), - [anon_sym_and] = ACTIONS(2658), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1069] = { + [sym_comment] = STATE(1069), + [ts_builtin_sym_end] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1568), + [anon_sym_LF] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1568), + [anon_sym_LPAREN] = ACTIONS(1568), + [anon_sym_PIPE] = ACTIONS(1568), + [anon_sym_DOLLAR] = ACTIONS(1568), + [anon_sym_GT] = ACTIONS(1568), + [anon_sym_DASH] = ACTIONS(1568), + [anon_sym_in] = ACTIONS(1568), + [anon_sym_LBRACE] = ACTIONS(1568), + [anon_sym_DOT] = ACTIONS(1568), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_STAR_STAR] = ACTIONS(1568), + [anon_sym_PLUS_PLUS] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(1568), + [anon_sym_mod] = ACTIONS(1568), + [anon_sym_SLASH_SLASH] = ACTIONS(1568), + [anon_sym_PLUS] = ACTIONS(1568), + [anon_sym_bit_DASHshl] = ACTIONS(1568), + [anon_sym_bit_DASHshr] = ACTIONS(1568), + [anon_sym_EQ_EQ] = ACTIONS(1568), + [anon_sym_BANG_EQ] = ACTIONS(1568), + [anon_sym_LT2] = ACTIONS(1568), + [anon_sym_LT_EQ] = ACTIONS(1568), + [anon_sym_GT_EQ] = ACTIONS(1568), + [anon_sym_not_DASHin] = ACTIONS(1568), + [anon_sym_starts_DASHwith] = ACTIONS(1568), + [anon_sym_ends_DASHwith] = ACTIONS(1568), + [anon_sym_EQ_TILDE] = ACTIONS(1568), + [anon_sym_BANG_TILDE] = ACTIONS(1568), + [anon_sym_bit_DASHand] = ACTIONS(1568), + [anon_sym_bit_DASHxor] = ACTIONS(1568), + [anon_sym_bit_DASHor] = ACTIONS(1568), + [anon_sym_and] = ACTIONS(1568), + [anon_sym_xor] = ACTIONS(1568), + [anon_sym_or] = ACTIONS(1568), + [anon_sym_null] = ACTIONS(1568), + [anon_sym_true] = ACTIONS(1568), + [anon_sym_false] = ACTIONS(1568), + [aux_sym__val_number_decimal_token1] = ACTIONS(1568), + [aux_sym__val_number_token1] = ACTIONS(1568), + [aux_sym__val_number_token2] = ACTIONS(1568), + [aux_sym__val_number_token3] = ACTIONS(1568), + [aux_sym__val_number_token4] = ACTIONS(1568), + [aux_sym__val_number_token5] = ACTIONS(1568), + [aux_sym__val_number_token6] = ACTIONS(1568), + [anon_sym_0b] = ACTIONS(1568), + [anon_sym_0o] = ACTIONS(1568), + [anon_sym_0x] = ACTIONS(1568), + [sym_val_date] = ACTIONS(1568), + [anon_sym_DQUOTE] = ACTIONS(1568), + [sym__str_single_quotes] = ACTIONS(1568), + [sym__str_back_ticks] = ACTIONS(1568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1568), + [anon_sym_err_GT] = ACTIONS(1568), + [anon_sym_out_GT] = ACTIONS(1568), + [anon_sym_e_GT] = ACTIONS(1568), + [anon_sym_o_GT] = ACTIONS(1568), + [anon_sym_err_PLUSout_GT] = ACTIONS(1568), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1568), + [anon_sym_o_PLUSe_GT] = ACTIONS(1568), + [anon_sym_e_PLUSo_GT] = ACTIONS(1568), + [aux_sym_unquoted_token1] = ACTIONS(1568), [anon_sym_POUND] = ACTIONS(105), }, - [975] = { - [sym_comment] = STATE(975), - [anon_sym_SEMI] = ACTIONS(1574), - [anon_sym_LF] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_LPAREN] = ACTIONS(1574), - [anon_sym_RPAREN] = ACTIONS(1574), - [anon_sym_PIPE] = ACTIONS(1574), - [anon_sym_DOLLAR] = ACTIONS(1574), - [anon_sym_GT] = ACTIONS(1574), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_in] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1574), - [anon_sym_RBRACE] = ACTIONS(1574), - [anon_sym_DOT] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1574), - [anon_sym_STAR_STAR] = ACTIONS(1574), - [anon_sym_PLUS_PLUS] = ACTIONS(1574), - [anon_sym_SLASH] = ACTIONS(1574), - [anon_sym_mod] = ACTIONS(1574), - [anon_sym_SLASH_SLASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_bit_DASHshl] = ACTIONS(1574), - [anon_sym_bit_DASHshr] = ACTIONS(1574), - [anon_sym_EQ_EQ] = ACTIONS(1574), - [anon_sym_BANG_EQ] = ACTIONS(1574), - [anon_sym_LT2] = ACTIONS(1574), - [anon_sym_LT_EQ] = ACTIONS(1574), - [anon_sym_GT_EQ] = ACTIONS(1574), - [anon_sym_not_DASHin] = ACTIONS(1574), - [anon_sym_starts_DASHwith] = ACTIONS(1574), - [anon_sym_ends_DASHwith] = ACTIONS(1574), - [anon_sym_EQ_TILDE] = ACTIONS(1574), - [anon_sym_BANG_TILDE] = ACTIONS(1574), - [anon_sym_bit_DASHand] = ACTIONS(1574), - [anon_sym_bit_DASHxor] = ACTIONS(1574), - [anon_sym_bit_DASHor] = ACTIONS(1574), - [anon_sym_and] = ACTIONS(1574), - [anon_sym_xor] = ACTIONS(1574), - [anon_sym_or] = ACTIONS(1574), - [sym_val_nothing] = ACTIONS(1574), - [anon_sym_true] = ACTIONS(1574), - [anon_sym_false] = ACTIONS(1574), - [aux_sym__val_number_decimal_token1] = ACTIONS(1574), - [aux_sym__val_number_token1] = ACTIONS(1574), - [aux_sym__val_number_token2] = ACTIONS(1574), - [aux_sym__val_number_token3] = ACTIONS(1574), - [aux_sym__val_number_token4] = ACTIONS(1574), - [aux_sym__val_number_token5] = ACTIONS(1574), - [aux_sym__val_number_token6] = ACTIONS(1574), - [anon_sym_0b] = ACTIONS(1574), - [anon_sym_0o] = ACTIONS(1574), - [anon_sym_0x] = ACTIONS(1574), - [sym_val_date] = ACTIONS(1574), - [anon_sym_DQUOTE] = ACTIONS(1574), - [sym__str_single_quotes] = ACTIONS(1574), - [sym__str_back_ticks] = ACTIONS(1574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1574), - [anon_sym_err_GT] = ACTIONS(1574), - [anon_sym_out_GT] = ACTIONS(1574), - [anon_sym_e_GT] = ACTIONS(1574), - [anon_sym_o_GT] = ACTIONS(1574), - [anon_sym_err_PLUSout_GT] = ACTIONS(1574), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1574), - [anon_sym_o_PLUSe_GT] = ACTIONS(1574), - [anon_sym_e_PLUSo_GT] = ACTIONS(1574), - [aux_sym_unquoted_token1] = ACTIONS(1574), + [1070] = { + [sym_comment] = STATE(1070), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [976] = { - [sym_comment] = STATE(976), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1071] = { + [sym_comment] = STATE(1071), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(2772), + [anon_sym_bit_DASHxor] = ACTIONS(2774), + [anon_sym_bit_DASHor] = ACTIONS(2776), + [anon_sym_and] = ACTIONS(2778), + [anon_sym_xor] = ACTIONS(2780), + [anon_sym_or] = ACTIONS(2790), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [977] = { - [sym_comment] = STATE(977), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(2652), - [anon_sym_bit_DASHxor] = ACTIONS(2654), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1072] = { + [sym_comment] = STATE(1072), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [978] = { - [sym_comment] = STATE(978), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1073] = { + [sym_comment] = STATE(1073), + [ts_builtin_sym_end] = ACTIONS(1614), + [anon_sym_SEMI] = ACTIONS(1612), + [anon_sym_LF] = ACTIONS(1614), + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_PIPE] = ACTIONS(1612), + [anon_sym_DOLLAR] = ACTIONS(1612), + [anon_sym_GT] = ACTIONS(1612), + [anon_sym_DASH] = ACTIONS(1612), + [anon_sym_in] = ACTIONS(1612), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_DOT] = ACTIONS(1612), + [anon_sym_STAR] = ACTIONS(1612), + [anon_sym_STAR_STAR] = ACTIONS(1612), + [anon_sym_PLUS_PLUS] = ACTIONS(1612), + [anon_sym_SLASH] = ACTIONS(1612), + [anon_sym_mod] = ACTIONS(1612), + [anon_sym_SLASH_SLASH] = ACTIONS(1612), + [anon_sym_PLUS] = ACTIONS(1612), + [anon_sym_bit_DASHshl] = ACTIONS(1612), + [anon_sym_bit_DASHshr] = ACTIONS(1612), + [anon_sym_EQ_EQ] = ACTIONS(1612), + [anon_sym_BANG_EQ] = ACTIONS(1612), + [anon_sym_LT2] = ACTIONS(1612), + [anon_sym_LT_EQ] = ACTIONS(1612), + [anon_sym_GT_EQ] = ACTIONS(1612), + [anon_sym_not_DASHin] = ACTIONS(1612), + [anon_sym_starts_DASHwith] = ACTIONS(1612), + [anon_sym_ends_DASHwith] = ACTIONS(1612), + [anon_sym_EQ_TILDE] = ACTIONS(1612), + [anon_sym_BANG_TILDE] = ACTIONS(1612), + [anon_sym_bit_DASHand] = ACTIONS(1612), + [anon_sym_bit_DASHxor] = ACTIONS(1612), + [anon_sym_bit_DASHor] = ACTIONS(1612), + [anon_sym_and] = ACTIONS(1612), + [anon_sym_xor] = ACTIONS(1612), + [anon_sym_or] = ACTIONS(1612), + [anon_sym_null] = ACTIONS(1612), + [anon_sym_true] = ACTIONS(1612), + [anon_sym_false] = ACTIONS(1612), + [aux_sym__val_number_decimal_token1] = ACTIONS(1612), + [aux_sym__val_number_token1] = ACTIONS(1612), + [aux_sym__val_number_token2] = ACTIONS(1612), + [aux_sym__val_number_token3] = ACTIONS(1612), + [aux_sym__val_number_token4] = ACTIONS(1612), + [aux_sym__val_number_token5] = ACTIONS(1612), + [aux_sym__val_number_token6] = ACTIONS(1612), + [anon_sym_0b] = ACTIONS(1612), + [anon_sym_0o] = ACTIONS(1612), + [anon_sym_0x] = ACTIONS(1612), + [sym_val_date] = ACTIONS(1612), + [anon_sym_DQUOTE] = ACTIONS(1612), + [sym__str_single_quotes] = ACTIONS(1612), + [sym__str_back_ticks] = ACTIONS(1612), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1612), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1612), + [anon_sym_err_GT] = ACTIONS(1612), + [anon_sym_out_GT] = ACTIONS(1612), + [anon_sym_e_GT] = ACTIONS(1612), + [anon_sym_o_GT] = ACTIONS(1612), + [anon_sym_err_PLUSout_GT] = ACTIONS(1612), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1612), + [anon_sym_o_PLUSe_GT] = ACTIONS(1612), + [anon_sym_e_PLUSo_GT] = ACTIONS(1612), + [aux_sym_unquoted_token1] = ACTIONS(1612), [anon_sym_POUND] = ACTIONS(105), }, - [979] = { - [sym_comment] = STATE(979), - [anon_sym_SEMI] = ACTIONS(1578), - [anon_sym_LF] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1578), - [anon_sym_RPAREN] = ACTIONS(1578), - [anon_sym_PIPE] = ACTIONS(1578), - [anon_sym_DOLLAR] = ACTIONS(1578), - [anon_sym_GT] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_in] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1578), - [anon_sym_RBRACE] = ACTIONS(1578), - [anon_sym_DOT] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1578), - [anon_sym_STAR_STAR] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1578), - [anon_sym_SLASH] = ACTIONS(1578), - [anon_sym_mod] = ACTIONS(1578), - [anon_sym_SLASH_SLASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_bit_DASHshl] = ACTIONS(1578), - [anon_sym_bit_DASHshr] = ACTIONS(1578), - [anon_sym_EQ_EQ] = ACTIONS(1578), - [anon_sym_BANG_EQ] = ACTIONS(1578), - [anon_sym_LT2] = ACTIONS(1578), - [anon_sym_LT_EQ] = ACTIONS(1578), - [anon_sym_GT_EQ] = ACTIONS(1578), - [anon_sym_not_DASHin] = ACTIONS(1578), - [anon_sym_starts_DASHwith] = ACTIONS(1578), - [anon_sym_ends_DASHwith] = ACTIONS(1578), - [anon_sym_EQ_TILDE] = ACTIONS(1578), - [anon_sym_BANG_TILDE] = ACTIONS(1578), - [anon_sym_bit_DASHand] = ACTIONS(1578), - [anon_sym_bit_DASHxor] = ACTIONS(1578), - [anon_sym_bit_DASHor] = ACTIONS(1578), - [anon_sym_and] = ACTIONS(1578), - [anon_sym_xor] = ACTIONS(1578), - [anon_sym_or] = ACTIONS(1578), - [sym_val_nothing] = ACTIONS(1578), - [anon_sym_true] = ACTIONS(1578), - [anon_sym_false] = ACTIONS(1578), - [aux_sym__val_number_decimal_token1] = ACTIONS(1578), - [aux_sym__val_number_token1] = ACTIONS(1578), - [aux_sym__val_number_token2] = ACTIONS(1578), - [aux_sym__val_number_token3] = ACTIONS(1578), - [aux_sym__val_number_token4] = ACTIONS(1578), - [aux_sym__val_number_token5] = ACTIONS(1578), - [aux_sym__val_number_token6] = ACTIONS(1578), - [anon_sym_0b] = ACTIONS(1578), - [anon_sym_0o] = ACTIONS(1578), - [anon_sym_0x] = ACTIONS(1578), - [sym_val_date] = ACTIONS(1578), - [anon_sym_DQUOTE] = ACTIONS(1578), - [sym__str_single_quotes] = ACTIONS(1578), - [sym__str_back_ticks] = ACTIONS(1578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1578), - [anon_sym_err_GT] = ACTIONS(1578), - [anon_sym_out_GT] = ACTIONS(1578), - [anon_sym_e_GT] = ACTIONS(1578), - [anon_sym_o_GT] = ACTIONS(1578), - [anon_sym_err_PLUSout_GT] = ACTIONS(1578), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1578), - [anon_sym_o_PLUSe_GT] = ACTIONS(1578), - [anon_sym_e_PLUSo_GT] = ACTIONS(1578), - [aux_sym_unquoted_token1] = ACTIONS(1578), + [1074] = { + [sym_comment] = STATE(1074), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [980] = { - [sym_comment] = STATE(980), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(2660), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(2662), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(2664), + [1075] = { + [sym_comment] = STATE(1075), + [ts_builtin_sym_end] = ACTIONS(1648), + [anon_sym_SEMI] = ACTIONS(1646), + [anon_sym_LF] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(1646), + [anon_sym_PIPE] = ACTIONS(1646), + [anon_sym_DOLLAR] = ACTIONS(1646), + [anon_sym_GT] = ACTIONS(1646), + [anon_sym_DASH] = ACTIONS(1646), + [anon_sym_in] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_DOT] = ACTIONS(1646), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_STAR_STAR] = ACTIONS(1646), + [anon_sym_PLUS_PLUS] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_mod] = ACTIONS(1646), + [anon_sym_SLASH_SLASH] = ACTIONS(1646), + [anon_sym_PLUS] = ACTIONS(1646), + [anon_sym_bit_DASHshl] = ACTIONS(1646), + [anon_sym_bit_DASHshr] = ACTIONS(1646), + [anon_sym_EQ_EQ] = ACTIONS(1646), + [anon_sym_BANG_EQ] = ACTIONS(1646), + [anon_sym_LT2] = ACTIONS(1646), + [anon_sym_LT_EQ] = ACTIONS(1646), + [anon_sym_GT_EQ] = ACTIONS(1646), + [anon_sym_not_DASHin] = ACTIONS(1646), + [anon_sym_starts_DASHwith] = ACTIONS(1646), + [anon_sym_ends_DASHwith] = ACTIONS(1646), + [anon_sym_EQ_TILDE] = ACTIONS(1646), + [anon_sym_BANG_TILDE] = ACTIONS(1646), + [anon_sym_bit_DASHand] = ACTIONS(1646), + [anon_sym_bit_DASHxor] = ACTIONS(1646), + [anon_sym_bit_DASHor] = ACTIONS(1646), + [anon_sym_and] = ACTIONS(1646), + [anon_sym_xor] = ACTIONS(1646), + [anon_sym_or] = ACTIONS(1646), + [anon_sym_null] = ACTIONS(1646), + [anon_sym_true] = ACTIONS(1646), + [anon_sym_false] = ACTIONS(1646), + [aux_sym__val_number_decimal_token1] = ACTIONS(1646), + [aux_sym__val_number_token1] = ACTIONS(1646), + [aux_sym__val_number_token2] = ACTIONS(1646), + [aux_sym__val_number_token3] = ACTIONS(1646), + [aux_sym__val_number_token4] = ACTIONS(1646), + [aux_sym__val_number_token5] = ACTIONS(1646), + [aux_sym__val_number_token6] = ACTIONS(1646), + [anon_sym_0b] = ACTIONS(1646), + [anon_sym_0o] = ACTIONS(1646), + [anon_sym_0x] = ACTIONS(1646), + [sym_val_date] = ACTIONS(1646), + [anon_sym_DQUOTE] = ACTIONS(1646), + [sym__str_single_quotes] = ACTIONS(1646), + [sym__str_back_ticks] = ACTIONS(1646), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1646), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1646), + [anon_sym_err_GT] = ACTIONS(1646), + [anon_sym_out_GT] = ACTIONS(1646), + [anon_sym_e_GT] = ACTIONS(1646), + [anon_sym_o_GT] = ACTIONS(1646), + [anon_sym_err_PLUSout_GT] = ACTIONS(1646), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1646), + [anon_sym_o_PLUSe_GT] = ACTIONS(1646), + [anon_sym_e_PLUSo_GT] = ACTIONS(1646), + [aux_sym_unquoted_token1] = ACTIONS(1646), [anon_sym_POUND] = ACTIONS(105), }, - [981] = { - [sym_comment] = STATE(981), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1076] = { + [sym_cell_path] = STATE(1238), + [sym_path] = STATE(1077), + [sym_comment] = STATE(1076), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2792), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(105), }, - [982] = { - [sym_comment] = STATE(982), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_LF] = ACTIONS(1610), - [anon_sym_LBRACK] = ACTIONS(1608), - [anon_sym_LPAREN] = ACTIONS(1608), - [anon_sym_RPAREN] = ACTIONS(1608), - [anon_sym_PIPE] = ACTIONS(1608), - [anon_sym_DOLLAR] = ACTIONS(1608), - [anon_sym_GT] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1608), - [anon_sym_in] = ACTIONS(1608), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_RBRACE] = ACTIONS(1608), - [anon_sym_DOT] = ACTIONS(1608), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_STAR_STAR] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_SLASH] = ACTIONS(1608), - [anon_sym_mod] = ACTIONS(1608), - [anon_sym_SLASH_SLASH] = ACTIONS(1608), - [anon_sym_PLUS] = ACTIONS(1608), - [anon_sym_bit_DASHshl] = ACTIONS(1608), - [anon_sym_bit_DASHshr] = ACTIONS(1608), - [anon_sym_EQ_EQ] = ACTIONS(1608), - [anon_sym_BANG_EQ] = ACTIONS(1608), - [anon_sym_LT2] = ACTIONS(1608), - [anon_sym_LT_EQ] = ACTIONS(1608), - [anon_sym_GT_EQ] = ACTIONS(1608), - [anon_sym_not_DASHin] = ACTIONS(1608), - [anon_sym_starts_DASHwith] = ACTIONS(1608), - [anon_sym_ends_DASHwith] = ACTIONS(1608), - [anon_sym_EQ_TILDE] = ACTIONS(1608), - [anon_sym_BANG_TILDE] = ACTIONS(1608), - [anon_sym_bit_DASHand] = ACTIONS(1608), - [anon_sym_bit_DASHxor] = ACTIONS(1608), - [anon_sym_bit_DASHor] = ACTIONS(1608), - [anon_sym_and] = ACTIONS(1608), - [anon_sym_xor] = ACTIONS(1608), - [anon_sym_or] = ACTIONS(1608), - [sym_val_nothing] = ACTIONS(1608), - [anon_sym_true] = ACTIONS(1608), - [anon_sym_false] = ACTIONS(1608), - [aux_sym__val_number_decimal_token1] = ACTIONS(1608), - [aux_sym__val_number_token1] = ACTIONS(1608), - [aux_sym__val_number_token2] = ACTIONS(1608), - [aux_sym__val_number_token3] = ACTIONS(1608), - [aux_sym__val_number_token4] = ACTIONS(1608), - [aux_sym__val_number_token5] = ACTIONS(1608), - [aux_sym__val_number_token6] = ACTIONS(1608), - [anon_sym_0b] = ACTIONS(1608), - [anon_sym_0o] = ACTIONS(1608), - [anon_sym_0x] = ACTIONS(1608), - [sym_val_date] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [sym__str_single_quotes] = ACTIONS(1608), - [sym__str_back_ticks] = ACTIONS(1608), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1608), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1608), - [anon_sym_err_GT] = ACTIONS(1608), - [anon_sym_out_GT] = ACTIONS(1608), - [anon_sym_e_GT] = ACTIONS(1608), - [anon_sym_o_GT] = ACTIONS(1608), - [anon_sym_err_PLUSout_GT] = ACTIONS(1608), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1608), - [anon_sym_o_PLUSe_GT] = ACTIONS(1608), - [anon_sym_e_PLUSo_GT] = ACTIONS(1608), - [aux_sym_unquoted_token1] = ACTIONS(1608), + [1077] = { + [sym_path] = STATE(1191), + [sym_comment] = STATE(1077), + [aux_sym_cell_path_repeat1] = STATE(1063), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, - [983] = { - [sym_comment] = STATE(983), - [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), - [sym_val_nothing] = 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), + [1078] = { + [sym_comment] = STATE(1078), + [ts_builtin_sym_end] = ACTIONS(1652), + [anon_sym_SEMI] = ACTIONS(1650), + [anon_sym_LF] = ACTIONS(1652), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LPAREN] = ACTIONS(1650), + [anon_sym_PIPE] = ACTIONS(1650), + [anon_sym_DOLLAR] = ACTIONS(1650), + [anon_sym_GT] = ACTIONS(1650), + [anon_sym_DASH] = ACTIONS(1650), + [anon_sym_in] = ACTIONS(1650), + [anon_sym_LBRACE] = ACTIONS(1650), + [anon_sym_DOT] = ACTIONS(1650), + [anon_sym_STAR] = ACTIONS(1650), + [anon_sym_STAR_STAR] = ACTIONS(1650), + [anon_sym_PLUS_PLUS] = ACTIONS(1650), + [anon_sym_SLASH] = ACTIONS(1650), + [anon_sym_mod] = ACTIONS(1650), + [anon_sym_SLASH_SLASH] = ACTIONS(1650), + [anon_sym_PLUS] = ACTIONS(1650), + [anon_sym_bit_DASHshl] = ACTIONS(1650), + [anon_sym_bit_DASHshr] = ACTIONS(1650), + [anon_sym_EQ_EQ] = ACTIONS(1650), + [anon_sym_BANG_EQ] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1650), + [anon_sym_LT_EQ] = ACTIONS(1650), + [anon_sym_GT_EQ] = ACTIONS(1650), + [anon_sym_not_DASHin] = ACTIONS(1650), + [anon_sym_starts_DASHwith] = ACTIONS(1650), + [anon_sym_ends_DASHwith] = ACTIONS(1650), + [anon_sym_EQ_TILDE] = ACTIONS(1650), + [anon_sym_BANG_TILDE] = ACTIONS(1650), + [anon_sym_bit_DASHand] = ACTIONS(1650), + [anon_sym_bit_DASHxor] = ACTIONS(1650), + [anon_sym_bit_DASHor] = ACTIONS(1650), + [anon_sym_and] = ACTIONS(1650), + [anon_sym_xor] = ACTIONS(1650), + [anon_sym_or] = ACTIONS(1650), + [anon_sym_null] = ACTIONS(1650), + [anon_sym_true] = ACTIONS(1650), + [anon_sym_false] = ACTIONS(1650), + [aux_sym__val_number_decimal_token1] = ACTIONS(1650), + [aux_sym__val_number_token1] = ACTIONS(1650), + [aux_sym__val_number_token2] = ACTIONS(1650), + [aux_sym__val_number_token3] = ACTIONS(1650), + [aux_sym__val_number_token4] = ACTIONS(1650), + [aux_sym__val_number_token5] = ACTIONS(1650), + [aux_sym__val_number_token6] = ACTIONS(1650), + [anon_sym_0b] = ACTIONS(1650), + [anon_sym_0o] = ACTIONS(1650), + [anon_sym_0x] = ACTIONS(1650), + [sym_val_date] = ACTIONS(1650), + [anon_sym_DQUOTE] = ACTIONS(1650), + [sym__str_single_quotes] = ACTIONS(1650), + [sym__str_back_ticks] = ACTIONS(1650), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1650), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1650), + [anon_sym_err_GT] = ACTIONS(1650), + [anon_sym_out_GT] = ACTIONS(1650), + [anon_sym_e_GT] = ACTIONS(1650), + [anon_sym_o_GT] = ACTIONS(1650), + [anon_sym_err_PLUSout_GT] = ACTIONS(1650), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1650), + [anon_sym_o_PLUSe_GT] = ACTIONS(1650), + [anon_sym_e_PLUSo_GT] = ACTIONS(1650), + [aux_sym_unquoted_token1] = ACTIONS(1650), [anon_sym_POUND] = ACTIONS(105), }, - [984] = { - [sym_comment] = STATE(984), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(2652), - [anon_sym_bit_DASHxor] = ACTIONS(2654), - [anon_sym_bit_DASHor] = ACTIONS(2656), - [anon_sym_and] = ACTIONS(2658), - [anon_sym_xor] = ACTIONS(2666), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1079] = { + [sym_comment] = STATE(1079), + [ts_builtin_sym_end] = ACTIONS(1428), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(2795), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(2732), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(2797), [anon_sym_POUND] = ACTIONS(105), }, - [985] = { - [sym_comment] = STATE(985), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1080] = { + [sym_comment] = STATE(1080), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [986] = { - [sym_comment] = STATE(986), - [anon_sym_SEMI] = ACTIONS(1526), - [anon_sym_LF] = ACTIONS(1528), - [anon_sym_LBRACK] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1526), - [anon_sym_RPAREN] = ACTIONS(1526), - [anon_sym_PIPE] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1526), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1526), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_RBRACE] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_STAR_STAR] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_mod] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_bit_DASHshl] = ACTIONS(1526), - [anon_sym_bit_DASHshr] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1526), - [anon_sym_BANG_EQ] = ACTIONS(1526), - [anon_sym_LT2] = ACTIONS(1526), - [anon_sym_LT_EQ] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1526), - [anon_sym_not_DASHin] = ACTIONS(1526), - [anon_sym_starts_DASHwith] = ACTIONS(1526), - [anon_sym_ends_DASHwith] = ACTIONS(1526), - [anon_sym_EQ_TILDE] = ACTIONS(1526), - [anon_sym_BANG_TILDE] = ACTIONS(1526), - [anon_sym_bit_DASHand] = ACTIONS(1526), - [anon_sym_bit_DASHxor] = ACTIONS(1526), - [anon_sym_bit_DASHor] = ACTIONS(1526), - [anon_sym_and] = ACTIONS(1526), - [anon_sym_xor] = ACTIONS(1526), - [anon_sym_or] = ACTIONS(1526), - [sym_val_nothing] = ACTIONS(1526), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [aux_sym__val_number_decimal_token1] = ACTIONS(1526), - [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(1526), - [aux_sym__val_number_token5] = ACTIONS(1526), - [aux_sym__val_number_token6] = ACTIONS(1526), - [anon_sym_0b] = ACTIONS(1526), - [anon_sym_0o] = ACTIONS(1526), - [anon_sym_0x] = ACTIONS(1526), - [sym_val_date] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym__str_single_quotes] = ACTIONS(1526), - [sym__str_back_ticks] = ACTIONS(1526), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1526), - [anon_sym_err_GT] = ACTIONS(1526), - [anon_sym_out_GT] = ACTIONS(1526), - [anon_sym_e_GT] = ACTIONS(1526), - [anon_sym_o_GT] = ACTIONS(1526), - [anon_sym_err_PLUSout_GT] = ACTIONS(1526), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1526), - [anon_sym_o_PLUSe_GT] = ACTIONS(1526), - [anon_sym_e_PLUSo_GT] = ACTIONS(1526), - [aux_sym_unquoted_token1] = ACTIONS(1526), + [1081] = { + [sym_comment] = STATE(1081), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [987] = { - [sym_comment] = STATE(987), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1082] = { + [sym_path] = STATE(1191), + [sym_comment] = STATE(1082), + [aux_sym_cell_path_repeat1] = STATE(1090), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_RPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_RBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, - [988] = { - [sym_comment] = STATE(988), - [ts_builtin_sym_end] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT2] = ACTIONS(2668), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_err_GT] = ACTIONS(1465), - [anon_sym_out_GT] = ACTIONS(1465), - [anon_sym_e_GT] = ACTIONS(1465), - [anon_sym_o_GT] = ACTIONS(1465), - [anon_sym_err_PLUSout_GT] = ACTIONS(1465), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1465), - [anon_sym_o_PLUSe_GT] = ACTIONS(1465), - [anon_sym_e_PLUSo_GT] = ACTIONS(1465), - [aux_sym_unquoted_token1] = ACTIONS(1465), + [1083] = { + [sym_cell_path] = STATE(1306), + [sym_path] = STATE(1082), + [sym_comment] = STATE(1083), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, - [989] = { - [sym_comment] = STATE(989), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1084] = { + [sym_cell_path] = STATE(1203), + [sym_path] = STATE(1077), + [sym_comment] = STATE(1084), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2799), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, - [990] = { - [sym_comment] = STATE(990), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_LF] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_PIPE] = ACTIONS(1582), - [anon_sym_DOLLAR] = ACTIONS(1582), - [anon_sym_GT] = ACTIONS(1582), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_DOT] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1582), - [anon_sym_STAR_STAR] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_SLASH] = ACTIONS(1582), - [anon_sym_mod] = ACTIONS(1582), - [anon_sym_SLASH_SLASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_bit_DASHshl] = ACTIONS(1582), - [anon_sym_bit_DASHshr] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1582), - [anon_sym_LT2] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_not_DASHin] = ACTIONS(1582), - [anon_sym_starts_DASHwith] = ACTIONS(1582), - [anon_sym_ends_DASHwith] = ACTIONS(1582), - [anon_sym_EQ_TILDE] = ACTIONS(1582), - [anon_sym_BANG_TILDE] = ACTIONS(1582), - [anon_sym_bit_DASHand] = ACTIONS(1582), - [anon_sym_bit_DASHxor] = ACTIONS(1582), - [anon_sym_bit_DASHor] = ACTIONS(1582), - [anon_sym_and] = ACTIONS(1582), - [anon_sym_xor] = ACTIONS(1582), - [anon_sym_or] = ACTIONS(1582), - [sym_val_nothing] = ACTIONS(1582), - [anon_sym_true] = ACTIONS(1582), - [anon_sym_false] = ACTIONS(1582), - [aux_sym__val_number_decimal_token1] = ACTIONS(1582), - [aux_sym__val_number_token1] = ACTIONS(1582), - [aux_sym__val_number_token2] = ACTIONS(1582), - [aux_sym__val_number_token3] = ACTIONS(1582), - [aux_sym__val_number_token4] = ACTIONS(1582), - [aux_sym__val_number_token5] = ACTIONS(1582), - [aux_sym__val_number_token6] = ACTIONS(1582), - [anon_sym_0b] = ACTIONS(1582), - [anon_sym_0o] = ACTIONS(1582), - [anon_sym_0x] = ACTIONS(1582), - [sym_val_date] = ACTIONS(1582), - [anon_sym_DQUOTE] = ACTIONS(1582), - [sym__str_single_quotes] = ACTIONS(1582), - [sym__str_back_ticks] = ACTIONS(1582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1582), - [anon_sym_err_GT] = ACTIONS(1582), - [anon_sym_out_GT] = ACTIONS(1582), - [anon_sym_e_GT] = ACTIONS(1582), - [anon_sym_o_GT] = ACTIONS(1582), - [anon_sym_err_PLUSout_GT] = ACTIONS(1582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1582), - [anon_sym_o_PLUSe_GT] = ACTIONS(1582), - [anon_sym_e_PLUSo_GT] = ACTIONS(1582), - [aux_sym_unquoted_token1] = ACTIONS(1582), + [1085] = { + [sym_comment] = STATE(1085), + [ts_builtin_sym_end] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1560), + [anon_sym_LF] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1560), + [anon_sym_LPAREN] = ACTIONS(1560), + [anon_sym_PIPE] = ACTIONS(1560), + [anon_sym_DOLLAR] = ACTIONS(1560), + [anon_sym_GT] = ACTIONS(1560), + [anon_sym_DASH] = ACTIONS(1560), + [anon_sym_in] = ACTIONS(1560), + [anon_sym_LBRACE] = ACTIONS(1560), + [anon_sym_DOT] = ACTIONS(1560), + [anon_sym_STAR] = ACTIONS(1560), + [anon_sym_STAR_STAR] = ACTIONS(1560), + [anon_sym_PLUS_PLUS] = ACTIONS(1560), + [anon_sym_SLASH] = ACTIONS(1560), + [anon_sym_mod] = ACTIONS(1560), + [anon_sym_SLASH_SLASH] = ACTIONS(1560), + [anon_sym_PLUS] = ACTIONS(1560), + [anon_sym_bit_DASHshl] = ACTIONS(1560), + [anon_sym_bit_DASHshr] = ACTIONS(1560), + [anon_sym_EQ_EQ] = ACTIONS(1560), + [anon_sym_BANG_EQ] = ACTIONS(1560), + [anon_sym_LT2] = ACTIONS(1560), + [anon_sym_LT_EQ] = ACTIONS(1560), + [anon_sym_GT_EQ] = ACTIONS(1560), + [anon_sym_not_DASHin] = ACTIONS(1560), + [anon_sym_starts_DASHwith] = ACTIONS(1560), + [anon_sym_ends_DASHwith] = ACTIONS(1560), + [anon_sym_EQ_TILDE] = ACTIONS(1560), + [anon_sym_BANG_TILDE] = ACTIONS(1560), + [anon_sym_bit_DASHand] = ACTIONS(1560), + [anon_sym_bit_DASHxor] = ACTIONS(1560), + [anon_sym_bit_DASHor] = ACTIONS(1560), + [anon_sym_and] = ACTIONS(1560), + [anon_sym_xor] = ACTIONS(1560), + [anon_sym_or] = ACTIONS(1560), + [anon_sym_null] = ACTIONS(1560), + [anon_sym_true] = ACTIONS(1560), + [anon_sym_false] = ACTIONS(1560), + [aux_sym__val_number_decimal_token1] = ACTIONS(1560), + [aux_sym__val_number_token1] = ACTIONS(1560), + [aux_sym__val_number_token2] = ACTIONS(1560), + [aux_sym__val_number_token3] = ACTIONS(1560), + [aux_sym__val_number_token4] = ACTIONS(1560), + [aux_sym__val_number_token5] = ACTIONS(1560), + [aux_sym__val_number_token6] = ACTIONS(1560), + [anon_sym_0b] = ACTIONS(1560), + [anon_sym_0o] = ACTIONS(1560), + [anon_sym_0x] = ACTIONS(1560), + [sym_val_date] = ACTIONS(1560), + [anon_sym_DQUOTE] = ACTIONS(1560), + [sym__str_single_quotes] = ACTIONS(1560), + [sym__str_back_ticks] = ACTIONS(1560), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1560), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1560), + [anon_sym_err_GT] = ACTIONS(1560), + [anon_sym_out_GT] = ACTIONS(1560), + [anon_sym_e_GT] = ACTIONS(1560), + [anon_sym_o_GT] = ACTIONS(1560), + [anon_sym_err_PLUSout_GT] = ACTIONS(1560), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1560), + [anon_sym_o_PLUSe_GT] = ACTIONS(1560), + [anon_sym_e_PLUSo_GT] = ACTIONS(1560), + [aux_sym_unquoted_token1] = ACTIONS(1560), [anon_sym_POUND] = ACTIONS(105), }, - [991] = { - [sym_comment] = STATE(991), - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym_LF] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1502), - [anon_sym_RPAREN] = ACTIONS(1502), - [anon_sym_PIPE] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1502), - [anon_sym_DOT] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_STAR_STAR] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_SLASH_SLASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_bit_DASHshl] = ACTIONS(1502), - [anon_sym_bit_DASHshr] = ACTIONS(1502), - [anon_sym_EQ_EQ] = ACTIONS(1502), - [anon_sym_BANG_EQ] = ACTIONS(1502), - [anon_sym_LT2] = ACTIONS(1502), - [anon_sym_LT_EQ] = ACTIONS(1502), - [anon_sym_GT_EQ] = ACTIONS(1502), - [anon_sym_not_DASHin] = ACTIONS(1502), - [anon_sym_starts_DASHwith] = ACTIONS(1502), - [anon_sym_ends_DASHwith] = ACTIONS(1502), - [anon_sym_EQ_TILDE] = ACTIONS(1502), - [anon_sym_BANG_TILDE] = ACTIONS(1502), - [anon_sym_bit_DASHand] = ACTIONS(1502), - [anon_sym_bit_DASHxor] = ACTIONS(1502), - [anon_sym_bit_DASHor] = ACTIONS(1502), - [anon_sym_and] = ACTIONS(1502), - [anon_sym_xor] = ACTIONS(1502), - [anon_sym_or] = ACTIONS(1502), - [sym_val_nothing] = ACTIONS(1502), - [anon_sym_true] = ACTIONS(1502), - [anon_sym_false] = ACTIONS(1502), - [aux_sym__val_number_decimal_token1] = ACTIONS(1502), - [aux_sym__val_number_token1] = ACTIONS(1502), - [aux_sym__val_number_token2] = ACTIONS(1502), - [aux_sym__val_number_token3] = ACTIONS(1502), - [aux_sym__val_number_token4] = ACTIONS(1502), - [aux_sym__val_number_token5] = ACTIONS(1502), - [aux_sym__val_number_token6] = ACTIONS(1502), - [anon_sym_0b] = ACTIONS(1502), - [anon_sym_0o] = ACTIONS(1502), - [anon_sym_0x] = ACTIONS(1502), - [sym_val_date] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym__str_single_quotes] = ACTIONS(1502), - [sym__str_back_ticks] = ACTIONS(1502), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1502), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1502), - [anon_sym_err_GT] = ACTIONS(1502), - [anon_sym_out_GT] = ACTIONS(1502), - [anon_sym_e_GT] = ACTIONS(1502), - [anon_sym_o_GT] = ACTIONS(1502), - [anon_sym_err_PLUSout_GT] = ACTIONS(1502), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1502), - [anon_sym_o_PLUSe_GT] = ACTIONS(1502), - [anon_sym_e_PLUSo_GT] = ACTIONS(1502), - [aux_sym_unquoted_token1] = ACTIONS(1502), + [1086] = { + [sym_comment] = STATE(1086), + [ts_builtin_sym_end] = ACTIONS(1630), + [anon_sym_SEMI] = ACTIONS(1628), + [anon_sym_LF] = ACTIONS(1630), + [anon_sym_LBRACK] = ACTIONS(1628), + [anon_sym_LPAREN] = ACTIONS(1628), + [anon_sym_PIPE] = ACTIONS(1628), + [anon_sym_DOLLAR] = ACTIONS(1628), + [anon_sym_GT] = ACTIONS(1628), + [anon_sym_DASH] = ACTIONS(1628), + [anon_sym_in] = ACTIONS(1628), + [anon_sym_LBRACE] = ACTIONS(1628), + [anon_sym_DOT] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(1628), + [anon_sym_STAR_STAR] = ACTIONS(1628), + [anon_sym_PLUS_PLUS] = ACTIONS(1628), + [anon_sym_SLASH] = ACTIONS(1628), + [anon_sym_mod] = ACTIONS(1628), + [anon_sym_SLASH_SLASH] = ACTIONS(1628), + [anon_sym_PLUS] = ACTIONS(1628), + [anon_sym_bit_DASHshl] = ACTIONS(1628), + [anon_sym_bit_DASHshr] = ACTIONS(1628), + [anon_sym_EQ_EQ] = ACTIONS(1628), + [anon_sym_BANG_EQ] = ACTIONS(1628), + [anon_sym_LT2] = ACTIONS(1628), + [anon_sym_LT_EQ] = ACTIONS(1628), + [anon_sym_GT_EQ] = ACTIONS(1628), + [anon_sym_not_DASHin] = ACTIONS(1628), + [anon_sym_starts_DASHwith] = ACTIONS(1628), + [anon_sym_ends_DASHwith] = ACTIONS(1628), + [anon_sym_EQ_TILDE] = ACTIONS(1628), + [anon_sym_BANG_TILDE] = ACTIONS(1628), + [anon_sym_bit_DASHand] = ACTIONS(1628), + [anon_sym_bit_DASHxor] = ACTIONS(1628), + [anon_sym_bit_DASHor] = ACTIONS(1628), + [anon_sym_and] = ACTIONS(1628), + [anon_sym_xor] = ACTIONS(1628), + [anon_sym_or] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_true] = ACTIONS(1628), + [anon_sym_false] = ACTIONS(1628), + [aux_sym__val_number_decimal_token1] = ACTIONS(1628), + [aux_sym__val_number_token1] = ACTIONS(1628), + [aux_sym__val_number_token2] = ACTIONS(1628), + [aux_sym__val_number_token3] = ACTIONS(1628), + [aux_sym__val_number_token4] = ACTIONS(1628), + [aux_sym__val_number_token5] = ACTIONS(1628), + [aux_sym__val_number_token6] = ACTIONS(1628), + [anon_sym_0b] = ACTIONS(1628), + [anon_sym_0o] = ACTIONS(1628), + [anon_sym_0x] = ACTIONS(1628), + [sym_val_date] = ACTIONS(1628), + [anon_sym_DQUOTE] = ACTIONS(1628), + [sym__str_single_quotes] = ACTIONS(1628), + [sym__str_back_ticks] = ACTIONS(1628), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1628), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1628), + [anon_sym_err_GT] = ACTIONS(1628), + [anon_sym_out_GT] = ACTIONS(1628), + [anon_sym_e_GT] = ACTIONS(1628), + [anon_sym_o_GT] = ACTIONS(1628), + [anon_sym_err_PLUSout_GT] = ACTIONS(1628), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1628), + [anon_sym_o_PLUSe_GT] = ACTIONS(1628), + [anon_sym_e_PLUSo_GT] = ACTIONS(1628), + [aux_sym_unquoted_token1] = ACTIONS(1628), [anon_sym_POUND] = ACTIONS(105), }, - [992] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2678), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), - [sym_comment] = STATE(992), - [anon_sym_SEMI] = ACTIONS(2670), - [anon_sym_LF] = ACTIONS(2672), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2670), - [anon_sym_PIPE] = ACTIONS(2670), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), + [1087] = { + [sym_comment] = STATE(1087), + [ts_builtin_sym_end] = ACTIONS(1574), + [anon_sym_SEMI] = ACTIONS(1572), + [anon_sym_LF] = ACTIONS(1574), + [anon_sym_LBRACK] = ACTIONS(1572), + [anon_sym_LPAREN] = ACTIONS(1572), + [anon_sym_PIPE] = ACTIONS(1572), + [anon_sym_DOLLAR] = ACTIONS(1572), + [anon_sym_GT] = ACTIONS(1572), + [anon_sym_DASH] = ACTIONS(1572), + [anon_sym_in] = ACTIONS(1572), + [anon_sym_LBRACE] = ACTIONS(1572), + [anon_sym_DOT] = ACTIONS(1572), + [anon_sym_STAR] = ACTIONS(1572), + [anon_sym_STAR_STAR] = ACTIONS(1572), + [anon_sym_PLUS_PLUS] = ACTIONS(1572), + [anon_sym_SLASH] = ACTIONS(1572), + [anon_sym_mod] = ACTIONS(1572), + [anon_sym_SLASH_SLASH] = ACTIONS(1572), + [anon_sym_PLUS] = ACTIONS(1572), + [anon_sym_bit_DASHshl] = ACTIONS(1572), + [anon_sym_bit_DASHshr] = ACTIONS(1572), + [anon_sym_EQ_EQ] = ACTIONS(1572), + [anon_sym_BANG_EQ] = ACTIONS(1572), + [anon_sym_LT2] = ACTIONS(1572), + [anon_sym_LT_EQ] = ACTIONS(1572), + [anon_sym_GT_EQ] = ACTIONS(1572), + [anon_sym_not_DASHin] = ACTIONS(1572), + [anon_sym_starts_DASHwith] = ACTIONS(1572), + [anon_sym_ends_DASHwith] = ACTIONS(1572), + [anon_sym_EQ_TILDE] = ACTIONS(1572), + [anon_sym_BANG_TILDE] = ACTIONS(1572), + [anon_sym_bit_DASHand] = ACTIONS(1572), + [anon_sym_bit_DASHxor] = ACTIONS(1572), + [anon_sym_bit_DASHor] = ACTIONS(1572), + [anon_sym_and] = ACTIONS(1572), + [anon_sym_xor] = ACTIONS(1572), + [anon_sym_or] = ACTIONS(1572), + [anon_sym_null] = ACTIONS(1572), + [anon_sym_true] = ACTIONS(1572), + [anon_sym_false] = ACTIONS(1572), + [aux_sym__val_number_decimal_token1] = ACTIONS(1572), + [aux_sym__val_number_token1] = ACTIONS(1572), + [aux_sym__val_number_token2] = ACTIONS(1572), + [aux_sym__val_number_token3] = ACTIONS(1572), + [aux_sym__val_number_token4] = ACTIONS(1572), + [aux_sym__val_number_token5] = ACTIONS(1572), + [aux_sym__val_number_token6] = ACTIONS(1572), + [anon_sym_0b] = ACTIONS(1572), + [anon_sym_0o] = ACTIONS(1572), + [anon_sym_0x] = ACTIONS(1572), + [sym_val_date] = ACTIONS(1572), + [anon_sym_DQUOTE] = ACTIONS(1572), + [sym__str_single_quotes] = ACTIONS(1572), + [sym__str_back_ticks] = ACTIONS(1572), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1572), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1572), + [anon_sym_err_GT] = ACTIONS(1572), + [anon_sym_out_GT] = ACTIONS(1572), + [anon_sym_e_GT] = ACTIONS(1572), + [anon_sym_o_GT] = ACTIONS(1572), + [anon_sym_err_PLUSout_GT] = ACTIONS(1572), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1572), + [anon_sym_o_PLUSe_GT] = ACTIONS(1572), + [anon_sym_e_PLUSo_GT] = ACTIONS(1572), + [aux_sym_unquoted_token1] = ACTIONS(1572), [anon_sym_POUND] = ACTIONS(105), }, - [993] = { - [sym_comment] = STATE(993), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_mod] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1088] = { + [sym_comment] = STATE(1088), + [ts_builtin_sym_end] = ACTIONS(1642), + [anon_sym_SEMI] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1642), + [anon_sym_LBRACK] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym_PIPE] = ACTIONS(1640), + [anon_sym_DOLLAR] = ACTIONS(1640), + [anon_sym_GT] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_in] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_STAR_STAR] = ACTIONS(1640), + [anon_sym_PLUS_PLUS] = ACTIONS(1640), + [anon_sym_SLASH] = ACTIONS(1640), + [anon_sym_mod] = ACTIONS(1640), + [anon_sym_SLASH_SLASH] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_bit_DASHshl] = ACTIONS(1640), + [anon_sym_bit_DASHshr] = ACTIONS(1640), + [anon_sym_EQ_EQ] = ACTIONS(1640), + [anon_sym_BANG_EQ] = ACTIONS(1640), + [anon_sym_LT2] = ACTIONS(1640), + [anon_sym_LT_EQ] = ACTIONS(1640), + [anon_sym_GT_EQ] = ACTIONS(1640), + [anon_sym_not_DASHin] = ACTIONS(1640), + [anon_sym_starts_DASHwith] = ACTIONS(1640), + [anon_sym_ends_DASHwith] = ACTIONS(1640), + [anon_sym_EQ_TILDE] = ACTIONS(1640), + [anon_sym_BANG_TILDE] = ACTIONS(1640), + [anon_sym_bit_DASHand] = ACTIONS(1640), + [anon_sym_bit_DASHxor] = ACTIONS(1640), + [anon_sym_bit_DASHor] = ACTIONS(1640), + [anon_sym_and] = ACTIONS(1640), + [anon_sym_xor] = ACTIONS(1640), + [anon_sym_or] = ACTIONS(1640), + [anon_sym_null] = ACTIONS(1640), + [anon_sym_true] = ACTIONS(1640), + [anon_sym_false] = ACTIONS(1640), + [aux_sym__val_number_decimal_token1] = ACTIONS(1640), + [aux_sym__val_number_token1] = ACTIONS(1640), + [aux_sym__val_number_token2] = ACTIONS(1640), + [aux_sym__val_number_token3] = ACTIONS(1640), + [aux_sym__val_number_token4] = ACTIONS(1640), + [aux_sym__val_number_token5] = ACTIONS(1640), + [aux_sym__val_number_token6] = ACTIONS(1640), + [anon_sym_0b] = ACTIONS(1640), + [anon_sym_0o] = ACTIONS(1640), + [anon_sym_0x] = ACTIONS(1640), + [sym_val_date] = ACTIONS(1640), + [anon_sym_DQUOTE] = ACTIONS(1640), + [sym__str_single_quotes] = ACTIONS(1640), + [sym__str_back_ticks] = ACTIONS(1640), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1640), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1640), + [anon_sym_err_GT] = ACTIONS(1640), + [anon_sym_out_GT] = ACTIONS(1640), + [anon_sym_e_GT] = ACTIONS(1640), + [anon_sym_o_GT] = ACTIONS(1640), + [anon_sym_err_PLUSout_GT] = ACTIONS(1640), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1640), + [anon_sym_o_PLUSe_GT] = ACTIONS(1640), + [anon_sym_e_PLUSo_GT] = ACTIONS(1640), + [aux_sym_unquoted_token1] = ACTIONS(1640), [anon_sym_POUND] = ACTIONS(105), }, - [994] = { - [sym_comment] = STATE(994), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1089] = { + [sym_comment] = STATE(1089), + [ts_builtin_sym_end] = ACTIONS(1626), + [anon_sym_SEMI] = ACTIONS(1624), + [anon_sym_LF] = ACTIONS(1626), + [anon_sym_LBRACK] = ACTIONS(1624), + [anon_sym_LPAREN] = ACTIONS(1624), + [anon_sym_PIPE] = ACTIONS(1624), + [anon_sym_DOLLAR] = ACTIONS(1624), + [anon_sym_GT] = ACTIONS(1624), + [anon_sym_DASH] = ACTIONS(1624), + [anon_sym_in] = ACTIONS(1624), + [anon_sym_LBRACE] = ACTIONS(1624), + [anon_sym_DOT] = ACTIONS(1624), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_STAR_STAR] = ACTIONS(1624), + [anon_sym_PLUS_PLUS] = ACTIONS(1624), + [anon_sym_SLASH] = ACTIONS(1624), + [anon_sym_mod] = ACTIONS(1624), + [anon_sym_SLASH_SLASH] = ACTIONS(1624), + [anon_sym_PLUS] = ACTIONS(1624), + [anon_sym_bit_DASHshl] = ACTIONS(1624), + [anon_sym_bit_DASHshr] = ACTIONS(1624), + [anon_sym_EQ_EQ] = ACTIONS(1624), + [anon_sym_BANG_EQ] = ACTIONS(1624), + [anon_sym_LT2] = ACTIONS(1624), + [anon_sym_LT_EQ] = ACTIONS(1624), + [anon_sym_GT_EQ] = ACTIONS(1624), + [anon_sym_not_DASHin] = ACTIONS(1624), + [anon_sym_starts_DASHwith] = ACTIONS(1624), + [anon_sym_ends_DASHwith] = ACTIONS(1624), + [anon_sym_EQ_TILDE] = ACTIONS(1624), + [anon_sym_BANG_TILDE] = ACTIONS(1624), + [anon_sym_bit_DASHand] = ACTIONS(1624), + [anon_sym_bit_DASHxor] = ACTIONS(1624), + [anon_sym_bit_DASHor] = ACTIONS(1624), + [anon_sym_and] = ACTIONS(1624), + [anon_sym_xor] = ACTIONS(1624), + [anon_sym_or] = ACTIONS(1624), + [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_err_GT] = ACTIONS(1624), + [anon_sym_out_GT] = ACTIONS(1624), + [anon_sym_e_GT] = ACTIONS(1624), + [anon_sym_o_GT] = ACTIONS(1624), + [anon_sym_err_PLUSout_GT] = ACTIONS(1624), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1624), + [anon_sym_o_PLUSe_GT] = ACTIONS(1624), + [anon_sym_e_PLUSo_GT] = ACTIONS(1624), + [aux_sym_unquoted_token1] = ACTIONS(1624), [anon_sym_POUND] = ACTIONS(105), }, - [995] = { - [sym_comment] = STATE(995), + [1090] = { + [sym_path] = STATE(1191), + [sym_comment] = STATE(1090), + [aux_sym_cell_path_repeat1] = STATE(1118), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_RPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_RBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), + [anon_sym_POUND] = ACTIONS(105), + }, + [1091] = { + [sym_comment] = STATE(1091), + [ts_builtin_sym_end] = ACTIONS(1622), [anon_sym_SEMI] = ACTIONS(1620), [anon_sym_LF] = ACTIONS(1622), [anon_sym_LBRACK] = ACTIONS(1620), [anon_sym_LPAREN] = ACTIONS(1620), - [anon_sym_RPAREN] = ACTIONS(1620), [anon_sym_PIPE] = ACTIONS(1620), [anon_sym_DOLLAR] = ACTIONS(1620), [anon_sym_GT] = ACTIONS(1620), [anon_sym_DASH] = ACTIONS(1620), [anon_sym_in] = ACTIONS(1620), [anon_sym_LBRACE] = ACTIONS(1620), - [anon_sym_RBRACE] = ACTIONS(1620), [anon_sym_DOT] = ACTIONS(1620), [anon_sym_STAR] = ACTIONS(1620), [anon_sym_STAR_STAR] = ACTIONS(1620), @@ -178439,7 +186648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(1620), [anon_sym_xor] = ACTIONS(1620), [anon_sym_or] = ACTIONS(1620), - [sym_val_nothing] = ACTIONS(1620), + [anon_sym_null] = ACTIONS(1620), [anon_sym_true] = ACTIONS(1620), [anon_sym_false] = ACTIONS(1620), [aux_sym__val_number_decimal_token1] = ACTIONS(1620), @@ -178469,650 +186678,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(1620), [anon_sym_POUND] = ACTIONS(105), }, - [996] = { - [sym_expr_parenthesized] = STATE(2378), - [sym_val_range] = STATE(2475), - [sym__value] = STATE(2475), - [sym_val_bool] = STATE(2444), - [sym_val_variable] = STATE(2374), - [sym__var] = STATE(2306), - [sym_val_number] = STATE(274), - [sym__val_number_decimal] = STATE(265), - [sym__val_number] = STATE(279), - [sym_val_duration] = STATE(2444), - [sym_val_filesize] = STATE(2444), - [sym_val_binary] = STATE(2444), - [sym_val_string] = STATE(2444), - [sym__str_double_quotes] = STATE(2539), - [sym_val_interpolated] = STATE(2444), - [sym__inter_single_quotes] = STATE(2451), - [sym__inter_double_quotes] = STATE(2455), - [sym_val_list] = STATE(2444), - [sym_val_record] = STATE(2444), - [sym_val_table] = STATE(2444), - [sym_val_closure] = STATE(2444), - [sym__cmd_arg] = STATE(2678), - [sym_redirection] = STATE(2507), - [sym__flag] = STATE(2511), - [sym_short_flag] = STATE(2434), - [sym_long_flag] = STATE(2434), - [sym_unquoted] = STATE(2555), - [sym_comment] = STATE(996), - [anon_sym_SEMI] = ACTIONS(2674), - [anon_sym_LF] = ACTIONS(2676), - [anon_sym_LBRACK] = ACTIONS(2232), - [anon_sym_LPAREN] = ACTIONS(2234), - [anon_sym_RPAREN] = ACTIONS(2674), - [anon_sym_PIPE] = ACTIONS(2674), - [anon_sym_DOLLAR] = ACTIONS(2236), - [anon_sym_DASH] = ACTIONS(2238), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_DOT] = ACTIONS(2242), - [anon_sym_PLUS] = ACTIONS(2244), - [sym_val_nothing] = ACTIONS(2246), - [anon_sym_true] = ACTIONS(2248), - [anon_sym_false] = ACTIONS(2248), - [aux_sym__val_number_decimal_token1] = ACTIONS(2250), - [aux_sym__val_number_token1] = ACTIONS(2252), - [aux_sym__val_number_token2] = ACTIONS(2252), - [aux_sym__val_number_token3] = ACTIONS(2252), - [aux_sym__val_number_token4] = ACTIONS(2254), - [aux_sym__val_number_token5] = ACTIONS(2254), - [aux_sym__val_number_token6] = ACTIONS(2254), - [anon_sym_0b] = ACTIONS(2256), - [anon_sym_0o] = ACTIONS(2256), - [anon_sym_0x] = ACTIONS(2256), - [sym_val_date] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2258), - [sym__str_single_quotes] = ACTIONS(2260), - [sym__str_back_ticks] = ACTIONS(2260), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2262), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2264), - [anon_sym_err_GT] = ACTIONS(2266), - [anon_sym_out_GT] = ACTIONS(2266), - [anon_sym_e_GT] = ACTIONS(2266), - [anon_sym_o_GT] = ACTIONS(2266), - [anon_sym_err_PLUSout_GT] = ACTIONS(2266), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2266), - [anon_sym_o_PLUSe_GT] = ACTIONS(2266), - [anon_sym_e_PLUSo_GT] = ACTIONS(2266), - [aux_sym_unquoted_token1] = ACTIONS(2268), - [anon_sym_POUND] = ACTIONS(105), - }, - [997] = { - [sym_ctrl_do] = STATE(4594), - [sym_ctrl_if] = STATE(4594), - [sym_ctrl_match] = STATE(4594), - [sym_ctrl_try] = STATE(4594), - [sym__expression] = STATE(4594), - [sym_expr_unary] = STATE(2967), - [sym__expr_unary_minus] = STATE(2966), - [sym_expr_binary] = STATE(2967), - [sym__expr_binary_expression] = STATE(3452), - [sym_expr_parenthesized] = STATE(2951), - [sym_val_range] = STATE(2419), - [sym__value] = STATE(2967), - [sym_val_bool] = STATE(3041), - [sym_val_variable] = STATE(2911), - [sym__var] = STATE(2806), - [sym_val_number] = STATE(425), - [sym__val_number_decimal] = STATE(354), - [sym__val_number] = STATE(359), - [sym_val_duration] = STATE(3041), - [sym_val_filesize] = STATE(3041), - [sym_val_binary] = STATE(3041), - [sym_val_string] = STATE(3041), - [sym__str_double_quotes] = STATE(2933), - [sym_val_interpolated] = STATE(3041), - [sym__inter_single_quotes] = STATE(2960), - [sym__inter_double_quotes] = STATE(3038), - [sym_val_list] = STATE(3041), - [sym_val_record] = STATE(3041), - [sym_val_table] = STATE(3041), - [sym_val_closure] = STATE(3041), - [sym_comment] = STATE(997), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_LF] = ACTIONS(2620), - [anon_sym_COLON] = ACTIONS(2286), - [anon_sym_LBRACK] = ACTIONS(2622), - [anon_sym_LPAREN] = ACTIONS(2624), - [anon_sym_PIPE] = ACTIONS(2618), - [anon_sym_DOLLAR] = ACTIONS(1745), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_do] = ACTIONS(505), - [anon_sym_if] = ACTIONS(507), - [anon_sym_match] = ACTIONS(509), - [anon_sym_LBRACE] = ACTIONS(2626), - [anon_sym_RBRACE] = ACTIONS(2618), - [anon_sym_DOT] = ACTIONS(2628), - [anon_sym_try] = ACTIONS(513), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(353), - [sym_val_nothing] = 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(355), - [anon_sym_DQUOTE] = ACTIONS(2632), - [sym__str_single_quotes] = ACTIONS(2634), - [sym__str_back_ticks] = ACTIONS(2634), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2636), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2638), - [anon_sym_POUND] = ACTIONS(105), - }, - [998] = { - [sym_comment] = STATE(998), - [anon_sym_SEMI] = ACTIONS(1558), - [anon_sym_LF] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_LPAREN] = ACTIONS(1558), - [anon_sym_RPAREN] = ACTIONS(1558), - [anon_sym_PIPE] = ACTIONS(1558), - [anon_sym_DOLLAR] = ACTIONS(1558), - [anon_sym_GT] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1558), - [anon_sym_RBRACE] = ACTIONS(1558), - [anon_sym_DOT] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_STAR_STAR] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_mod] = ACTIONS(1558), - [anon_sym_SLASH_SLASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_bit_DASHshl] = ACTIONS(1558), - [anon_sym_bit_DASHshr] = ACTIONS(1558), - [anon_sym_EQ_EQ] = ACTIONS(1558), - [anon_sym_BANG_EQ] = ACTIONS(1558), - [anon_sym_LT2] = ACTIONS(1558), - [anon_sym_LT_EQ] = ACTIONS(1558), - [anon_sym_GT_EQ] = ACTIONS(1558), - [anon_sym_not_DASHin] = ACTIONS(1558), - [anon_sym_starts_DASHwith] = ACTIONS(1558), - [anon_sym_ends_DASHwith] = ACTIONS(1558), - [anon_sym_EQ_TILDE] = ACTIONS(1558), - [anon_sym_BANG_TILDE] = ACTIONS(1558), - [anon_sym_bit_DASHand] = ACTIONS(1558), - [anon_sym_bit_DASHxor] = ACTIONS(1558), - [anon_sym_bit_DASHor] = ACTIONS(1558), - [anon_sym_and] = ACTIONS(1558), - [anon_sym_xor] = ACTIONS(1558), - [anon_sym_or] = ACTIONS(1558), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1558), - [anon_sym_out_GT] = ACTIONS(1558), - [anon_sym_e_GT] = ACTIONS(1558), - [anon_sym_o_GT] = ACTIONS(1558), - [anon_sym_err_PLUSout_GT] = ACTIONS(1558), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1558), - [anon_sym_o_PLUSe_GT] = ACTIONS(1558), - [anon_sym_e_PLUSo_GT] = ACTIONS(1558), - [aux_sym_unquoted_token1] = ACTIONS(1558), - [anon_sym_POUND] = ACTIONS(105), - }, - [999] = { - [sym_comment] = STATE(999), - [anon_sym_SEMI] = ACTIONS(1566), - [anon_sym_LF] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_LPAREN] = ACTIONS(1566), - [anon_sym_RPAREN] = ACTIONS(1566), - [anon_sym_PIPE] = ACTIONS(1566), - [anon_sym_DOLLAR] = ACTIONS(1566), - [anon_sym_GT] = ACTIONS(1566), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_in] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1566), - [anon_sym_RBRACE] = ACTIONS(1566), - [anon_sym_DOT] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1566), - [anon_sym_STAR_STAR] = ACTIONS(1566), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), - [anon_sym_SLASH] = ACTIONS(1566), - [anon_sym_mod] = ACTIONS(1566), - [anon_sym_SLASH_SLASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_bit_DASHshl] = ACTIONS(1566), - [anon_sym_bit_DASHshr] = ACTIONS(1566), - [anon_sym_EQ_EQ] = ACTIONS(1566), - [anon_sym_BANG_EQ] = ACTIONS(1566), - [anon_sym_LT2] = ACTIONS(1566), - [anon_sym_LT_EQ] = ACTIONS(1566), - [anon_sym_GT_EQ] = ACTIONS(1566), - [anon_sym_not_DASHin] = ACTIONS(1566), - [anon_sym_starts_DASHwith] = ACTIONS(1566), - [anon_sym_ends_DASHwith] = ACTIONS(1566), - [anon_sym_EQ_TILDE] = ACTIONS(1566), - [anon_sym_BANG_TILDE] = ACTIONS(1566), - [anon_sym_bit_DASHand] = ACTIONS(1566), - [anon_sym_bit_DASHxor] = ACTIONS(1566), - [anon_sym_bit_DASHor] = ACTIONS(1566), - [anon_sym_and] = ACTIONS(1566), - [anon_sym_xor] = ACTIONS(1566), - [anon_sym_or] = ACTIONS(1566), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1566), - [anon_sym_out_GT] = ACTIONS(1566), - [anon_sym_e_GT] = ACTIONS(1566), - [anon_sym_o_GT] = ACTIONS(1566), - [anon_sym_err_PLUSout_GT] = ACTIONS(1566), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1566), - [anon_sym_o_PLUSe_GT] = ACTIONS(1566), - [anon_sym_e_PLUSo_GT] = ACTIONS(1566), - [aux_sym_unquoted_token1] = ACTIONS(1566), - [anon_sym_POUND] = ACTIONS(105), - }, - [1000] = { - [sym_comment] = STATE(1000), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1001] = { - [sym_comment] = STATE(1001), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1002] = { - [sym_comment] = STATE(1002), - [anon_sym_SEMI] = ACTIONS(1586), - [anon_sym_LF] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(1586), - [anon_sym_RPAREN] = ACTIONS(1586), - [anon_sym_PIPE] = ACTIONS(1586), - [anon_sym_DOLLAR] = ACTIONS(1586), - [anon_sym_GT] = ACTIONS(1586), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_in] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1586), - [anon_sym_DOT] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1586), - [anon_sym_STAR_STAR] = ACTIONS(1586), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_SLASH] = ACTIONS(1586), - [anon_sym_mod] = ACTIONS(1586), - [anon_sym_SLASH_SLASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_bit_DASHshl] = ACTIONS(1586), - [anon_sym_bit_DASHshr] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1586), - [anon_sym_BANG_EQ] = ACTIONS(1586), - [anon_sym_LT2] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1586), - [anon_sym_GT_EQ] = ACTIONS(1586), - [anon_sym_not_DASHin] = ACTIONS(1586), - [anon_sym_starts_DASHwith] = ACTIONS(1586), - [anon_sym_ends_DASHwith] = ACTIONS(1586), - [anon_sym_EQ_TILDE] = ACTIONS(1586), - [anon_sym_BANG_TILDE] = ACTIONS(1586), - [anon_sym_bit_DASHand] = ACTIONS(1586), - [anon_sym_bit_DASHxor] = ACTIONS(1586), - [anon_sym_bit_DASHor] = ACTIONS(1586), - [anon_sym_and] = ACTIONS(1586), - [anon_sym_xor] = ACTIONS(1586), - [anon_sym_or] = ACTIONS(1586), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1586), - [anon_sym_out_GT] = ACTIONS(1586), - [anon_sym_e_GT] = ACTIONS(1586), - [anon_sym_o_GT] = ACTIONS(1586), - [anon_sym_err_PLUSout_GT] = ACTIONS(1586), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1586), - [anon_sym_o_PLUSe_GT] = ACTIONS(1586), - [anon_sym_e_PLUSo_GT] = ACTIONS(1586), - [aux_sym_unquoted_token1] = ACTIONS(1586), - [anon_sym_POUND] = ACTIONS(105), - }, - [1003] = { - [sym_comment] = STATE(1003), - [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(1480), - [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), - [sym_val_nothing] = 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_POUND] = ACTIONS(105), - }, - [1004] = { - [sym_comment] = STATE(1004), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(2652), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1005] = { - [sym_comment] = STATE(1005), + [1092] = { + [sym_comment] = STATE(1092), + [ts_builtin_sym_end] = ACTIONS(1606), [anon_sym_SEMI] = ACTIONS(1604), [anon_sym_LF] = ACTIONS(1606), [anon_sym_LBRACK] = ACTIONS(1604), [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym_RPAREN] = ACTIONS(1604), [anon_sym_PIPE] = ACTIONS(1604), [anon_sym_DOLLAR] = ACTIONS(1604), [anon_sym_GT] = ACTIONS(1604), [anon_sym_DASH] = ACTIONS(1604), [anon_sym_in] = ACTIONS(1604), [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), [anon_sym_DOT] = ACTIONS(1604), [anon_sym_STAR] = ACTIONS(1604), [anon_sym_STAR_STAR] = ACTIONS(1604), @@ -179139,7 +186717,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(1604), [anon_sym_xor] = ACTIONS(1604), [anon_sym_or] = ACTIONS(1604), - [sym_val_nothing] = ACTIONS(1604), + [anon_sym_null] = ACTIONS(1604), [anon_sym_true] = ACTIONS(1604), [anon_sym_false] = ACTIONS(1604), [aux_sym__val_number_decimal_token1] = ACTIONS(1604), @@ -179169,984 +186747,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(1604), [anon_sym_POUND] = ACTIONS(105), }, - [1006] = { - [sym_comment] = STATE(1006), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1007] = { - [sym_comment] = STATE(1007), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_RPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1008] = { - [sym_comment] = STATE(1008), - [anon_sym_SEMI] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_RPAREN] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_err_GT] = ACTIONS(1465), - [anon_sym_out_GT] = ACTIONS(1465), - [anon_sym_e_GT] = ACTIONS(1465), - [anon_sym_o_GT] = ACTIONS(1465), - [anon_sym_err_PLUSout_GT] = ACTIONS(1465), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1465), - [anon_sym_o_PLUSe_GT] = ACTIONS(1465), - [anon_sym_e_PLUSo_GT] = ACTIONS(1465), - [aux_sym_unquoted_token1] = ACTIONS(1465), - [anon_sym_POUND] = ACTIONS(105), - }, - [1009] = { - [sym_comment] = STATE(1009), - [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(1476), - [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), - [sym_val_nothing] = 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), - [anon_sym_POUND] = ACTIONS(105), - }, - [1010] = { - [sym__flag] = STATE(1376), - [sym_short_flag] = STATE(1369), - [sym_long_flag] = STATE(1369), - [sym_comment] = STATE(1010), - [aux_sym_overlay_use_repeat1] = STATE(1010), - [ts_builtin_sym_end] = ACTIONS(2338), - [anon_sym_export] = ACTIONS(2336), - [anon_sym_alias] = ACTIONS(2336), - [anon_sym_let] = ACTIONS(2336), - [anon_sym_let_DASHenv] = ACTIONS(2336), - [anon_sym_mut] = ACTIONS(2336), - [anon_sym_const] = ACTIONS(2336), - [anon_sym_SEMI] = ACTIONS(2336), - [sym_cmd_identifier] = ACTIONS(2336), - [anon_sym_LF] = ACTIONS(2338), - [anon_sym_def] = ACTIONS(2336), - [anon_sym_export_DASHenv] = ACTIONS(2336), - [anon_sym_extern] = ACTIONS(2336), - [anon_sym_module] = ACTIONS(2336), - [anon_sym_use] = ACTIONS(2336), - [anon_sym_LBRACK] = ACTIONS(2336), - [anon_sym_LPAREN] = ACTIONS(2336), - [anon_sym_DOLLAR] = ACTIONS(2336), - [anon_sym_error] = ACTIONS(2336), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_break] = ACTIONS(2336), - [anon_sym_continue] = ACTIONS(2336), - [anon_sym_for] = ACTIONS(2336), - [anon_sym_loop] = ACTIONS(2336), - [anon_sym_while] = ACTIONS(2336), - [anon_sym_do] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2336), - [anon_sym_match] = ACTIONS(2336), - [anon_sym_LBRACE] = ACTIONS(2336), - [anon_sym_DOT] = ACTIONS(2336), - [anon_sym_try] = ACTIONS(2336), - [anon_sym_return] = ACTIONS(2336), - [anon_sym_source] = ACTIONS(2336), - [anon_sym_source_DASHenv] = ACTIONS(2336), - [anon_sym_register] = ACTIONS(2336), - [anon_sym_hide] = ACTIONS(2336), - [anon_sym_hide_DASHenv] = ACTIONS(2336), - [anon_sym_overlay] = ACTIONS(2336), - [anon_sym_as] = ACTIONS(2336), - [anon_sym_where] = ACTIONS(2336), - [anon_sym_PLUS] = ACTIONS(2336), - [anon_sym_not] = ACTIONS(2336), - [sym_val_nothing] = ACTIONS(2336), - [anon_sym_true] = ACTIONS(2336), - [anon_sym_false] = ACTIONS(2336), - [aux_sym__val_number_decimal_token1] = ACTIONS(2336), - [aux_sym__val_number_token1] = ACTIONS(2336), - [aux_sym__val_number_token2] = ACTIONS(2336), - [aux_sym__val_number_token3] = ACTIONS(2336), - [aux_sym__val_number_token4] = ACTIONS(2336), - [aux_sym__val_number_token5] = ACTIONS(2336), - [aux_sym__val_number_token6] = ACTIONS(2336), - [anon_sym_0b] = ACTIONS(2336), - [anon_sym_0o] = ACTIONS(2336), - [anon_sym_0x] = ACTIONS(2336), - [sym_val_date] = ACTIONS(2336), - [anon_sym_DQUOTE] = ACTIONS(2336), - [sym__str_single_quotes] = ACTIONS(2336), - [sym__str_back_ticks] = ACTIONS(2336), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2336), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2336), - [anon_sym_CARET] = ACTIONS(2336), - [anon_sym_POUND] = ACTIONS(105), - }, - [1011] = { - [sym_comment] = STATE(1011), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_LF] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(1634), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_RPAREN] = ACTIONS(1634), - [anon_sym_PIPE] = ACTIONS(1634), - [anon_sym_DOLLAR] = ACTIONS(1634), - [anon_sym_GT] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1634), - [anon_sym_in] = ACTIONS(1634), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_RBRACE] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_STAR_STAR] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_SLASH] = ACTIONS(1634), - [anon_sym_mod] = ACTIONS(1634), - [anon_sym_SLASH_SLASH] = ACTIONS(1634), - [anon_sym_PLUS] = ACTIONS(1634), - [anon_sym_bit_DASHshl] = ACTIONS(1634), - [anon_sym_bit_DASHshr] = ACTIONS(1634), - [anon_sym_EQ_EQ] = ACTIONS(1634), - [anon_sym_BANG_EQ] = ACTIONS(1634), - [anon_sym_LT2] = ACTIONS(1634), - [anon_sym_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_EQ] = ACTIONS(1634), - [anon_sym_not_DASHin] = ACTIONS(1634), - [anon_sym_starts_DASHwith] = ACTIONS(1634), - [anon_sym_ends_DASHwith] = ACTIONS(1634), - [anon_sym_EQ_TILDE] = ACTIONS(1634), - [anon_sym_BANG_TILDE] = ACTIONS(1634), - [anon_sym_bit_DASHand] = ACTIONS(1634), - [anon_sym_bit_DASHxor] = ACTIONS(1634), - [anon_sym_bit_DASHor] = ACTIONS(1634), - [anon_sym_and] = ACTIONS(1634), - [anon_sym_xor] = ACTIONS(1634), - [anon_sym_or] = ACTIONS(1634), - [sym_val_nothing] = ACTIONS(1634), - [anon_sym_true] = ACTIONS(1634), - [anon_sym_false] = ACTIONS(1634), - [aux_sym__val_number_decimal_token1] = ACTIONS(1634), - [aux_sym__val_number_token1] = ACTIONS(1634), - [aux_sym__val_number_token2] = ACTIONS(1634), - [aux_sym__val_number_token3] = ACTIONS(1634), - [aux_sym__val_number_token4] = ACTIONS(1634), - [aux_sym__val_number_token5] = ACTIONS(1634), - [aux_sym__val_number_token6] = ACTIONS(1634), - [anon_sym_0b] = ACTIONS(1634), - [anon_sym_0o] = ACTIONS(1634), - [anon_sym_0x] = ACTIONS(1634), - [sym_val_date] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym__str_single_quotes] = ACTIONS(1634), - [sym__str_back_ticks] = ACTIONS(1634), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1634), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1634), - [anon_sym_err_GT] = ACTIONS(1634), - [anon_sym_out_GT] = ACTIONS(1634), - [anon_sym_e_GT] = ACTIONS(1634), - [anon_sym_o_GT] = ACTIONS(1634), - [anon_sym_err_PLUSout_GT] = ACTIONS(1634), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1634), - [anon_sym_o_PLUSe_GT] = ACTIONS(1634), - [anon_sym_e_PLUSo_GT] = ACTIONS(1634), - [aux_sym_unquoted_token1] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(105), - }, - [1012] = { - [sym_comment] = STATE(1012), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(2652), - [anon_sym_bit_DASHxor] = ACTIONS(2654), - [anon_sym_bit_DASHor] = ACTIONS(2656), - [anon_sym_and] = ACTIONS(2658), - [anon_sym_xor] = ACTIONS(2666), - [anon_sym_or] = ACTIONS(2681), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1013] = { - [sym_comment] = STATE(1013), - [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(2668), - [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), - [sym_val_nothing] = 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), - }, - [1014] = { - [sym_comment] = STATE(1014), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_RPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2644), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_in] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_RBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_STAR_STAR] = ACTIONS(2598), - [anon_sym_PLUS_PLUS] = ACTIONS(2598), - [anon_sym_SLASH] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_bit_DASHshl] = ACTIONS(2648), - [anon_sym_bit_DASHshr] = ACTIONS(2648), - [anon_sym_EQ_EQ] = ACTIONS(2644), - [anon_sym_BANG_EQ] = ACTIONS(2644), - [anon_sym_LT2] = ACTIONS(2644), - [anon_sym_LT_EQ] = ACTIONS(2644), - [anon_sym_GT_EQ] = ACTIONS(2644), - [anon_sym_not_DASHin] = ACTIONS(2646), - [anon_sym_starts_DASHwith] = ACTIONS(2646), - [anon_sym_ends_DASHwith] = ACTIONS(2646), - [anon_sym_EQ_TILDE] = ACTIONS(2650), - [anon_sym_BANG_TILDE] = ACTIONS(2650), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1015] = { - [sym_comment] = STATE(1015), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_LF] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_RPAREN] = ACTIONS(1546), - [anon_sym_PIPE] = ACTIONS(1546), - [anon_sym_DOLLAR] = ACTIONS(1546), - [anon_sym_GT] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_RBRACE] = ACTIONS(1546), - [anon_sym_DOT] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_STAR_STAR] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_SLASH] = ACTIONS(1546), - [anon_sym_mod] = ACTIONS(1546), - [anon_sym_SLASH_SLASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_bit_DASHshl] = ACTIONS(1546), - [anon_sym_bit_DASHshr] = ACTIONS(1546), - [anon_sym_EQ_EQ] = ACTIONS(1546), - [anon_sym_BANG_EQ] = ACTIONS(1546), - [anon_sym_LT2] = ACTIONS(1546), - [anon_sym_LT_EQ] = ACTIONS(1546), - [anon_sym_GT_EQ] = ACTIONS(1546), - [anon_sym_not_DASHin] = ACTIONS(1546), - [anon_sym_starts_DASHwith] = ACTIONS(1546), - [anon_sym_ends_DASHwith] = ACTIONS(1546), - [anon_sym_EQ_TILDE] = ACTIONS(1546), - [anon_sym_BANG_TILDE] = ACTIONS(1546), - [anon_sym_bit_DASHand] = ACTIONS(1546), - [anon_sym_bit_DASHxor] = ACTIONS(1546), - [anon_sym_bit_DASHor] = ACTIONS(1546), - [anon_sym_and] = ACTIONS(1546), - [anon_sym_xor] = ACTIONS(1546), - [anon_sym_or] = ACTIONS(1546), - [sym_val_nothing] = ACTIONS(1546), - [anon_sym_true] = ACTIONS(1546), - [anon_sym_false] = ACTIONS(1546), - [aux_sym__val_number_decimal_token1] = ACTIONS(1546), - [aux_sym__val_number_token1] = ACTIONS(1546), - [aux_sym__val_number_token2] = ACTIONS(1546), - [aux_sym__val_number_token3] = ACTIONS(1546), - [aux_sym__val_number_token4] = ACTIONS(1546), - [aux_sym__val_number_token5] = ACTIONS(1546), - [aux_sym__val_number_token6] = ACTIONS(1546), - [anon_sym_0b] = ACTIONS(1546), - [anon_sym_0o] = ACTIONS(1546), - [anon_sym_0x] = ACTIONS(1546), - [sym_val_date] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym__str_single_quotes] = ACTIONS(1546), - [sym__str_back_ticks] = ACTIONS(1546), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1546), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1546), - [anon_sym_err_GT] = ACTIONS(1546), - [anon_sym_out_GT] = ACTIONS(1546), - [anon_sym_e_GT] = ACTIONS(1546), - [anon_sym_o_GT] = ACTIONS(1546), - [anon_sym_err_PLUSout_GT] = ACTIONS(1546), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1546), - [anon_sym_o_PLUSe_GT] = ACTIONS(1546), - [anon_sym_e_PLUSo_GT] = ACTIONS(1546), - [aux_sym_unquoted_token1] = ACTIONS(1546), - [anon_sym_POUND] = ACTIONS(105), - }, - [1016] = { - [sym_comment] = STATE(1016), - [ts_builtin_sym_end] = ACTIONS(1632), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_LF] = ACTIONS(1632), - [anon_sym_LBRACK] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1630), - [anon_sym_GT] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_in] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_STAR_STAR] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1630), - [anon_sym_mod] = ACTIONS(1630), - [anon_sym_SLASH_SLASH] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_bit_DASHshl] = ACTIONS(1630), - [anon_sym_bit_DASHshr] = ACTIONS(1630), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT2] = ACTIONS(1630), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_not_DASHin] = ACTIONS(1630), - [anon_sym_starts_DASHwith] = ACTIONS(1630), - [anon_sym_ends_DASHwith] = ACTIONS(1630), - [anon_sym_EQ_TILDE] = ACTIONS(1630), - [anon_sym_BANG_TILDE] = ACTIONS(1630), - [anon_sym_bit_DASHand] = ACTIONS(1630), - [anon_sym_bit_DASHxor] = ACTIONS(1630), - [anon_sym_bit_DASHor] = ACTIONS(1630), - [anon_sym_and] = ACTIONS(1630), - [anon_sym_xor] = ACTIONS(1630), - [anon_sym_or] = ACTIONS(1630), - [sym_val_nothing] = ACTIONS(1630), - [anon_sym_true] = ACTIONS(1630), - [anon_sym_false] = ACTIONS(1630), - [aux_sym__val_number_decimal_token1] = ACTIONS(1630), - [aux_sym__val_number_token1] = ACTIONS(1630), - [aux_sym__val_number_token2] = ACTIONS(1630), - [aux_sym__val_number_token3] = ACTIONS(1630), - [aux_sym__val_number_token4] = ACTIONS(1630), - [aux_sym__val_number_token5] = ACTIONS(1630), - [aux_sym__val_number_token6] = ACTIONS(1630), - [anon_sym_0b] = ACTIONS(1630), - [anon_sym_0o] = ACTIONS(1630), - [anon_sym_0x] = ACTIONS(1630), - [sym_val_date] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym__str_single_quotes] = ACTIONS(1630), - [sym__str_back_ticks] = ACTIONS(1630), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1630), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1630), - [anon_sym_err_GT] = ACTIONS(1630), - [anon_sym_out_GT] = ACTIONS(1630), - [anon_sym_e_GT] = ACTIONS(1630), - [anon_sym_o_GT] = ACTIONS(1630), - [anon_sym_err_PLUSout_GT] = ACTIONS(1630), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1630), - [anon_sym_o_PLUSe_GT] = ACTIONS(1630), - [anon_sym_e_PLUSo_GT] = ACTIONS(1630), - [aux_sym_unquoted_token1] = ACTIONS(1630), - [anon_sym_POUND] = ACTIONS(105), - }, - [1017] = { - [sym_comment] = STATE(1017), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_in] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_STAR_STAR] = ACTIONS(1363), - [anon_sym_PLUS_PLUS] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_bit_DASHshl] = ACTIONS(1363), - [anon_sym_bit_DASHshr] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_LT2] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_not_DASHin] = ACTIONS(1363), - [anon_sym_starts_DASHwith] = ACTIONS(1363), - [anon_sym_ends_DASHwith] = ACTIONS(1363), - [anon_sym_EQ_TILDE] = ACTIONS(1363), - [anon_sym_BANG_TILDE] = ACTIONS(1363), - [anon_sym_bit_DASHand] = ACTIONS(1363), - [anon_sym_bit_DASHxor] = ACTIONS(1363), - [anon_sym_bit_DASHor] = ACTIONS(1363), - [anon_sym_and] = ACTIONS(1363), - [anon_sym_xor] = ACTIONS(1363), - [anon_sym_or] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_err_GT] = ACTIONS(1363), - [anon_sym_out_GT] = ACTIONS(1363), - [anon_sym_e_GT] = ACTIONS(1363), - [anon_sym_o_GT] = ACTIONS(1363), - [anon_sym_err_PLUSout_GT] = ACTIONS(1363), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1363), - [anon_sym_o_PLUSe_GT] = ACTIONS(1363), - [anon_sym_e_PLUSo_GT] = ACTIONS(1363), - [aux_sym_unquoted_token1] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(105), - }, - [1018] = { - [sym_comment] = STATE(1018), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1019] = { - [sym_comment] = STATE(1019), - [ts_builtin_sym_end] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_LF] = ACTIONS(1606), - [anon_sym_LBRACK] = ACTIONS(1604), - [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1604), - [anon_sym_DOLLAR] = ACTIONS(1604), - [anon_sym_GT] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1604), - [anon_sym_in] = ACTIONS(1604), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_DOT] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_STAR_STAR] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_mod] = ACTIONS(1604), - [anon_sym_SLASH_SLASH] = ACTIONS(1604), - [anon_sym_PLUS] = ACTIONS(1604), - [anon_sym_bit_DASHshl] = ACTIONS(1604), - [anon_sym_bit_DASHshr] = ACTIONS(1604), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT2] = ACTIONS(1604), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_not_DASHin] = ACTIONS(1604), - [anon_sym_starts_DASHwith] = ACTIONS(1604), - [anon_sym_ends_DASHwith] = ACTIONS(1604), - [anon_sym_EQ_TILDE] = ACTIONS(1604), - [anon_sym_BANG_TILDE] = ACTIONS(1604), - [anon_sym_bit_DASHand] = ACTIONS(1604), - [anon_sym_bit_DASHxor] = ACTIONS(1604), - [anon_sym_bit_DASHor] = ACTIONS(1604), - [anon_sym_and] = ACTIONS(1604), - [anon_sym_xor] = ACTIONS(1604), - [anon_sym_or] = ACTIONS(1604), - [sym_val_nothing] = ACTIONS(1604), - [anon_sym_true] = ACTIONS(1604), - [anon_sym_false] = ACTIONS(1604), - [aux_sym__val_number_decimal_token1] = ACTIONS(1604), - [aux_sym__val_number_token1] = ACTIONS(1604), - [aux_sym__val_number_token2] = ACTIONS(1604), - [aux_sym__val_number_token3] = ACTIONS(1604), - [aux_sym__val_number_token4] = ACTIONS(1604), - [aux_sym__val_number_token5] = ACTIONS(1604), - [aux_sym__val_number_token6] = ACTIONS(1604), - [anon_sym_0b] = ACTIONS(1604), - [anon_sym_0o] = ACTIONS(1604), - [anon_sym_0x] = ACTIONS(1604), - [sym_val_date] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym__str_single_quotes] = ACTIONS(1604), - [sym__str_back_ticks] = ACTIONS(1604), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1604), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1604), - [anon_sym_err_GT] = ACTIONS(1604), - [anon_sym_out_GT] = ACTIONS(1604), - [anon_sym_e_GT] = ACTIONS(1604), - [anon_sym_o_GT] = ACTIONS(1604), - [anon_sym_err_PLUSout_GT] = ACTIONS(1604), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1604), - [anon_sym_o_PLUSe_GT] = ACTIONS(1604), - [anon_sym_e_PLUSo_GT] = ACTIONS(1604), - [aux_sym_unquoted_token1] = ACTIONS(1604), + [1093] = { + [sym_comment] = STATE(1093), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [1020] = { - [sym_comment] = STATE(1020), + [1094] = { + [sym_comment] = STATE(1094), [ts_builtin_sym_end] = ACTIONS(1610), [anon_sym_SEMI] = ACTIONS(1608), [anon_sym_LF] = ACTIONS(1610), @@ -180184,7 +186855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(1608), [anon_sym_xor] = ACTIONS(1608), [anon_sym_or] = ACTIONS(1608), - [sym_val_nothing] = ACTIONS(1608), + [anon_sym_null] = ACTIONS(1608), [anon_sym_true] = ACTIONS(1608), [anon_sym_false] = ACTIONS(1608), [aux_sym__val_number_decimal_token1] = ACTIONS(1608), @@ -180214,767 +186885,1112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(1608), [anon_sym_POUND] = ACTIONS(105), }, - [1021] = { - [sym_comment] = STATE(1021), - [ts_builtin_sym_end] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1612), - [anon_sym_LF] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1612), - [anon_sym_PIPE] = ACTIONS(1612), - [anon_sym_DOLLAR] = ACTIONS(1612), - [anon_sym_GT] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_in] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_DOT] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1612), - [anon_sym_STAR_STAR] = ACTIONS(1612), - [anon_sym_PLUS_PLUS] = ACTIONS(1612), - [anon_sym_SLASH] = ACTIONS(1612), - [anon_sym_mod] = ACTIONS(1612), - [anon_sym_SLASH_SLASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_bit_DASHshl] = ACTIONS(1612), - [anon_sym_bit_DASHshr] = ACTIONS(1612), - [anon_sym_EQ_EQ] = ACTIONS(1612), - [anon_sym_BANG_EQ] = ACTIONS(1612), - [anon_sym_LT2] = ACTIONS(1612), - [anon_sym_LT_EQ] = ACTIONS(1612), - [anon_sym_GT_EQ] = ACTIONS(1612), - [anon_sym_not_DASHin] = ACTIONS(1612), - [anon_sym_starts_DASHwith] = ACTIONS(1612), - [anon_sym_ends_DASHwith] = ACTIONS(1612), - [anon_sym_EQ_TILDE] = ACTIONS(1612), - [anon_sym_BANG_TILDE] = ACTIONS(1612), - [anon_sym_bit_DASHand] = ACTIONS(1612), - [anon_sym_bit_DASHxor] = ACTIONS(1612), - [anon_sym_bit_DASHor] = ACTIONS(1612), - [anon_sym_and] = ACTIONS(1612), - [anon_sym_xor] = ACTIONS(1612), - [anon_sym_or] = ACTIONS(1612), - [sym_val_nothing] = ACTIONS(1612), - [anon_sym_true] = ACTIONS(1612), - [anon_sym_false] = ACTIONS(1612), - [aux_sym__val_number_decimal_token1] = ACTIONS(1612), - [aux_sym__val_number_token1] = ACTIONS(1612), - [aux_sym__val_number_token2] = ACTIONS(1612), - [aux_sym__val_number_token3] = ACTIONS(1612), - [aux_sym__val_number_token4] = ACTIONS(1612), - [aux_sym__val_number_token5] = ACTIONS(1612), - [aux_sym__val_number_token6] = ACTIONS(1612), - [anon_sym_0b] = ACTIONS(1612), - [anon_sym_0o] = ACTIONS(1612), - [anon_sym_0x] = ACTIONS(1612), - [sym_val_date] = ACTIONS(1612), - [anon_sym_DQUOTE] = ACTIONS(1612), - [sym__str_single_quotes] = ACTIONS(1612), - [sym__str_back_ticks] = ACTIONS(1612), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1612), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1612), - [anon_sym_err_GT] = ACTIONS(1612), - [anon_sym_out_GT] = ACTIONS(1612), - [anon_sym_e_GT] = ACTIONS(1612), - [anon_sym_o_GT] = ACTIONS(1612), - [anon_sym_err_PLUSout_GT] = ACTIONS(1612), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1612), - [anon_sym_o_PLUSe_GT] = ACTIONS(1612), - [anon_sym_e_PLUSo_GT] = ACTIONS(1612), - [aux_sym_unquoted_token1] = ACTIONS(1612), + [1095] = { + [sym_comment] = STATE(1095), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [1022] = { - [sym_comment] = STATE(1022), - [ts_builtin_sym_end] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_LF] = ACTIONS(1628), - [anon_sym_LBRACK] = ACTIONS(1626), - [anon_sym_LPAREN] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1626), - [anon_sym_DOLLAR] = ACTIONS(1626), - [anon_sym_GT] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1626), - [anon_sym_in] = ACTIONS(1626), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_DOT] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_STAR_STAR] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_SLASH] = ACTIONS(1626), - [anon_sym_mod] = ACTIONS(1626), - [anon_sym_SLASH_SLASH] = ACTIONS(1626), - [anon_sym_PLUS] = ACTIONS(1626), - [anon_sym_bit_DASHshl] = ACTIONS(1626), - [anon_sym_bit_DASHshr] = ACTIONS(1626), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT2] = ACTIONS(1626), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_not_DASHin] = ACTIONS(1626), - [anon_sym_starts_DASHwith] = ACTIONS(1626), - [anon_sym_ends_DASHwith] = ACTIONS(1626), - [anon_sym_EQ_TILDE] = ACTIONS(1626), - [anon_sym_BANG_TILDE] = ACTIONS(1626), - [anon_sym_bit_DASHand] = ACTIONS(1626), - [anon_sym_bit_DASHxor] = ACTIONS(1626), - [anon_sym_bit_DASHor] = ACTIONS(1626), - [anon_sym_and] = ACTIONS(1626), - [anon_sym_xor] = ACTIONS(1626), - [anon_sym_or] = ACTIONS(1626), - [sym_val_nothing] = ACTIONS(1626), - [anon_sym_true] = ACTIONS(1626), - [anon_sym_false] = ACTIONS(1626), - [aux_sym__val_number_decimal_token1] = ACTIONS(1626), - [aux_sym__val_number_token1] = ACTIONS(1626), - [aux_sym__val_number_token2] = ACTIONS(1626), - [aux_sym__val_number_token3] = ACTIONS(1626), - [aux_sym__val_number_token4] = ACTIONS(1626), - [aux_sym__val_number_token5] = ACTIONS(1626), - [aux_sym__val_number_token6] = ACTIONS(1626), - [anon_sym_0b] = ACTIONS(1626), - [anon_sym_0o] = ACTIONS(1626), - [anon_sym_0x] = ACTIONS(1626), - [sym_val_date] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym__str_single_quotes] = ACTIONS(1626), - [sym__str_back_ticks] = ACTIONS(1626), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1626), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1626), - [anon_sym_err_GT] = ACTIONS(1626), - [anon_sym_out_GT] = ACTIONS(1626), - [anon_sym_e_GT] = ACTIONS(1626), - [anon_sym_o_GT] = ACTIONS(1626), - [anon_sym_err_PLUSout_GT] = ACTIONS(1626), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1626), - [anon_sym_o_PLUSe_GT] = ACTIONS(1626), - [anon_sym_e_PLUSo_GT] = ACTIONS(1626), - [aux_sym_unquoted_token1] = ACTIONS(1626), + [1096] = { + [sym_comment] = STATE(1096), + [ts_builtin_sym_end] = ACTIONS(1638), + [anon_sym_SEMI] = ACTIONS(1636), + [anon_sym_LF] = ACTIONS(1638), + [anon_sym_LBRACK] = ACTIONS(1636), + [anon_sym_LPAREN] = ACTIONS(1636), + [anon_sym_PIPE] = ACTIONS(1636), + [anon_sym_DOLLAR] = ACTIONS(1636), + [anon_sym_GT] = ACTIONS(1636), + [anon_sym_DASH] = ACTIONS(1636), + [anon_sym_in] = ACTIONS(1636), + [anon_sym_LBRACE] = ACTIONS(1636), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_STAR] = ACTIONS(1636), + [anon_sym_STAR_STAR] = ACTIONS(1636), + [anon_sym_PLUS_PLUS] = ACTIONS(1636), + [anon_sym_SLASH] = ACTIONS(1636), + [anon_sym_mod] = ACTIONS(1636), + [anon_sym_SLASH_SLASH] = ACTIONS(1636), + [anon_sym_PLUS] = ACTIONS(1636), + [anon_sym_bit_DASHshl] = ACTIONS(1636), + [anon_sym_bit_DASHshr] = ACTIONS(1636), + [anon_sym_EQ_EQ] = ACTIONS(1636), + [anon_sym_BANG_EQ] = ACTIONS(1636), + [anon_sym_LT2] = ACTIONS(1636), + [anon_sym_LT_EQ] = ACTIONS(1636), + [anon_sym_GT_EQ] = ACTIONS(1636), + [anon_sym_not_DASHin] = ACTIONS(1636), + [anon_sym_starts_DASHwith] = ACTIONS(1636), + [anon_sym_ends_DASHwith] = ACTIONS(1636), + [anon_sym_EQ_TILDE] = ACTIONS(1636), + [anon_sym_BANG_TILDE] = ACTIONS(1636), + [anon_sym_bit_DASHand] = ACTIONS(1636), + [anon_sym_bit_DASHxor] = ACTIONS(1636), + [anon_sym_bit_DASHor] = ACTIONS(1636), + [anon_sym_and] = ACTIONS(1636), + [anon_sym_xor] = ACTIONS(1636), + [anon_sym_or] = ACTIONS(1636), + [anon_sym_null] = ACTIONS(1636), + [anon_sym_true] = ACTIONS(1636), + [anon_sym_false] = ACTIONS(1636), + [aux_sym__val_number_decimal_token1] = ACTIONS(1636), + [aux_sym__val_number_token1] = ACTIONS(1636), + [aux_sym__val_number_token2] = ACTIONS(1636), + [aux_sym__val_number_token3] = ACTIONS(1636), + [aux_sym__val_number_token4] = ACTIONS(1636), + [aux_sym__val_number_token5] = ACTIONS(1636), + [aux_sym__val_number_token6] = ACTIONS(1636), + [anon_sym_0b] = ACTIONS(1636), + [anon_sym_0o] = ACTIONS(1636), + [anon_sym_0x] = ACTIONS(1636), + [sym_val_date] = ACTIONS(1636), + [anon_sym_DQUOTE] = ACTIONS(1636), + [sym__str_single_quotes] = ACTIONS(1636), + [sym__str_back_ticks] = ACTIONS(1636), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1636), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1636), + [anon_sym_err_GT] = ACTIONS(1636), + [anon_sym_out_GT] = ACTIONS(1636), + [anon_sym_e_GT] = ACTIONS(1636), + [anon_sym_o_GT] = ACTIONS(1636), + [anon_sym_err_PLUSout_GT] = ACTIONS(1636), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1636), + [anon_sym_o_PLUSe_GT] = ACTIONS(1636), + [anon_sym_e_PLUSo_GT] = ACTIONS(1636), + [aux_sym_unquoted_token1] = ACTIONS(1636), + [anon_sym_POUND] = ACTIONS(105), + }, + [1097] = { + [sym_comment] = STATE(1097), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(2802), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(2732), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(2804), + [anon_sym_POUND] = ACTIONS(105), + }, + [1098] = { + [sym_comment] = STATE(1098), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1099] = { + [sym_comment] = STATE(1099), + [ts_builtin_sym_end] = ACTIONS(1598), + [anon_sym_SEMI] = ACTIONS(1596), + [anon_sym_LF] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1596), + [anon_sym_LPAREN] = ACTIONS(1596), + [anon_sym_PIPE] = ACTIONS(1596), + [anon_sym_DOLLAR] = ACTIONS(1596), + [anon_sym_GT] = ACTIONS(1596), + [anon_sym_DASH] = ACTIONS(1596), + [anon_sym_in] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_DOT] = ACTIONS(1596), + [anon_sym_STAR] = ACTIONS(1596), + [anon_sym_STAR_STAR] = ACTIONS(1596), + [anon_sym_PLUS_PLUS] = ACTIONS(1596), + [anon_sym_SLASH] = ACTIONS(1596), + [anon_sym_mod] = ACTIONS(1596), + [anon_sym_SLASH_SLASH] = ACTIONS(1596), + [anon_sym_PLUS] = ACTIONS(1596), + [anon_sym_bit_DASHshl] = ACTIONS(1596), + [anon_sym_bit_DASHshr] = ACTIONS(1596), + [anon_sym_EQ_EQ] = ACTIONS(1596), + [anon_sym_BANG_EQ] = ACTIONS(1596), + [anon_sym_LT2] = ACTIONS(1596), + [anon_sym_LT_EQ] = ACTIONS(1596), + [anon_sym_GT_EQ] = ACTIONS(1596), + [anon_sym_not_DASHin] = ACTIONS(1596), + [anon_sym_starts_DASHwith] = ACTIONS(1596), + [anon_sym_ends_DASHwith] = ACTIONS(1596), + [anon_sym_EQ_TILDE] = ACTIONS(1596), + [anon_sym_BANG_TILDE] = ACTIONS(1596), + [anon_sym_bit_DASHand] = ACTIONS(1596), + [anon_sym_bit_DASHxor] = ACTIONS(1596), + [anon_sym_bit_DASHor] = ACTIONS(1596), + [anon_sym_and] = ACTIONS(1596), + [anon_sym_xor] = ACTIONS(1596), + [anon_sym_or] = ACTIONS(1596), + [anon_sym_null] = ACTIONS(1596), + [anon_sym_true] = ACTIONS(1596), + [anon_sym_false] = ACTIONS(1596), + [aux_sym__val_number_decimal_token1] = ACTIONS(1596), + [aux_sym__val_number_token1] = ACTIONS(1596), + [aux_sym__val_number_token2] = ACTIONS(1596), + [aux_sym__val_number_token3] = ACTIONS(1596), + [aux_sym__val_number_token4] = ACTIONS(1596), + [aux_sym__val_number_token5] = ACTIONS(1596), + [aux_sym__val_number_token6] = ACTIONS(1596), + [anon_sym_0b] = ACTIONS(1596), + [anon_sym_0o] = ACTIONS(1596), + [anon_sym_0x] = ACTIONS(1596), + [sym_val_date] = ACTIONS(1596), + [anon_sym_DQUOTE] = ACTIONS(1596), + [sym__str_single_quotes] = ACTIONS(1596), + [sym__str_back_ticks] = ACTIONS(1596), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1596), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1596), + [anon_sym_err_GT] = ACTIONS(1596), + [anon_sym_out_GT] = ACTIONS(1596), + [anon_sym_e_GT] = ACTIONS(1596), + [anon_sym_o_GT] = ACTIONS(1596), + [anon_sym_err_PLUSout_GT] = ACTIONS(1596), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1596), + [anon_sym_o_PLUSe_GT] = ACTIONS(1596), + [anon_sym_e_PLUSo_GT] = ACTIONS(1596), + [aux_sym_unquoted_token1] = ACTIONS(1596), [anon_sym_POUND] = ACTIONS(105), }, - [1023] = { - [sym_comment] = STATE(1023), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1100] = { + [sym_comment] = STATE(1100), + [ts_builtin_sym_end] = ACTIONS(1666), + [anon_sym_SEMI] = ACTIONS(1664), + [anon_sym_LF] = ACTIONS(1666), + [anon_sym_LBRACK] = ACTIONS(1664), + [anon_sym_LPAREN] = ACTIONS(1664), + [anon_sym_PIPE] = ACTIONS(1664), + [anon_sym_DOLLAR] = ACTIONS(1664), + [anon_sym_GT] = ACTIONS(1664), + [anon_sym_DASH] = ACTIONS(1664), + [anon_sym_in] = ACTIONS(1664), + [anon_sym_LBRACE] = ACTIONS(1664), + [anon_sym_DOT] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1664), + [anon_sym_STAR_STAR] = ACTIONS(1664), + [anon_sym_PLUS_PLUS] = ACTIONS(1664), + [anon_sym_SLASH] = ACTIONS(1664), + [anon_sym_mod] = ACTIONS(1664), + [anon_sym_SLASH_SLASH] = ACTIONS(1664), + [anon_sym_PLUS] = ACTIONS(1664), + [anon_sym_bit_DASHshl] = ACTIONS(1664), + [anon_sym_bit_DASHshr] = ACTIONS(1664), + [anon_sym_EQ_EQ] = ACTIONS(1664), + [anon_sym_BANG_EQ] = ACTIONS(1664), + [anon_sym_LT2] = ACTIONS(1664), + [anon_sym_LT_EQ] = ACTIONS(1664), + [anon_sym_GT_EQ] = ACTIONS(1664), + [anon_sym_not_DASHin] = ACTIONS(1664), + [anon_sym_starts_DASHwith] = ACTIONS(1664), + [anon_sym_ends_DASHwith] = ACTIONS(1664), + [anon_sym_EQ_TILDE] = ACTIONS(1664), + [anon_sym_BANG_TILDE] = ACTIONS(1664), + [anon_sym_bit_DASHand] = ACTIONS(1664), + [anon_sym_bit_DASHxor] = ACTIONS(1664), + [anon_sym_bit_DASHor] = ACTIONS(1664), + [anon_sym_and] = ACTIONS(1664), + [anon_sym_xor] = ACTIONS(1664), + [anon_sym_or] = ACTIONS(1664), + [anon_sym_null] = ACTIONS(1664), + [anon_sym_true] = ACTIONS(1664), + [anon_sym_false] = ACTIONS(1664), + [aux_sym__val_number_decimal_token1] = ACTIONS(1664), + [aux_sym__val_number_token1] = ACTIONS(1664), + [aux_sym__val_number_token2] = ACTIONS(1664), + [aux_sym__val_number_token3] = ACTIONS(1664), + [aux_sym__val_number_token4] = ACTIONS(1664), + [aux_sym__val_number_token5] = ACTIONS(1664), + [aux_sym__val_number_token6] = ACTIONS(1664), + [anon_sym_0b] = ACTIONS(1664), + [anon_sym_0o] = ACTIONS(1664), + [anon_sym_0x] = ACTIONS(1664), + [sym_val_date] = ACTIONS(1664), + [anon_sym_DQUOTE] = ACTIONS(1664), + [sym__str_single_quotes] = ACTIONS(1664), + [sym__str_back_ticks] = ACTIONS(1664), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1664), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1664), + [anon_sym_err_GT] = ACTIONS(1664), + [anon_sym_out_GT] = ACTIONS(1664), + [anon_sym_e_GT] = ACTIONS(1664), + [anon_sym_o_GT] = ACTIONS(1664), + [anon_sym_err_PLUSout_GT] = ACTIONS(1664), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1664), + [anon_sym_o_PLUSe_GT] = ACTIONS(1664), + [anon_sym_e_PLUSo_GT] = ACTIONS(1664), + [aux_sym_unquoted_token1] = ACTIONS(1664), [anon_sym_POUND] = ACTIONS(105), }, - [1024] = { - [sym_comment] = STATE(1024), - [ts_builtin_sym_end] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1566), - [anon_sym_LF] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_LPAREN] = ACTIONS(1566), - [anon_sym_PIPE] = ACTIONS(1566), - [anon_sym_DOLLAR] = ACTIONS(1566), - [anon_sym_GT] = ACTIONS(1566), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_in] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1566), - [anon_sym_DOT] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1566), - [anon_sym_STAR_STAR] = ACTIONS(1566), - [anon_sym_PLUS_PLUS] = ACTIONS(1566), - [anon_sym_SLASH] = ACTIONS(1566), - [anon_sym_mod] = ACTIONS(1566), - [anon_sym_SLASH_SLASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_bit_DASHshl] = ACTIONS(1566), - [anon_sym_bit_DASHshr] = ACTIONS(1566), - [anon_sym_EQ_EQ] = ACTIONS(1566), - [anon_sym_BANG_EQ] = ACTIONS(1566), - [anon_sym_LT2] = ACTIONS(1566), - [anon_sym_LT_EQ] = ACTIONS(1566), - [anon_sym_GT_EQ] = ACTIONS(1566), - [anon_sym_not_DASHin] = ACTIONS(1566), - [anon_sym_starts_DASHwith] = ACTIONS(1566), - [anon_sym_ends_DASHwith] = ACTIONS(1566), - [anon_sym_EQ_TILDE] = ACTIONS(1566), - [anon_sym_BANG_TILDE] = ACTIONS(1566), - [anon_sym_bit_DASHand] = ACTIONS(1566), - [anon_sym_bit_DASHxor] = ACTIONS(1566), - [anon_sym_bit_DASHor] = ACTIONS(1566), - [anon_sym_and] = ACTIONS(1566), - [anon_sym_xor] = ACTIONS(1566), - [anon_sym_or] = ACTIONS(1566), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1566), - [anon_sym_out_GT] = ACTIONS(1566), - [anon_sym_e_GT] = ACTIONS(1566), - [anon_sym_o_GT] = ACTIONS(1566), - [anon_sym_err_PLUSout_GT] = ACTIONS(1566), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1566), - [anon_sym_o_PLUSe_GT] = ACTIONS(1566), - [anon_sym_e_PLUSo_GT] = ACTIONS(1566), - [aux_sym_unquoted_token1] = ACTIONS(1566), + [1101] = { + [sym_comment] = STATE(1101), + [ts_builtin_sym_end] = ACTIONS(1618), + [anon_sym_SEMI] = ACTIONS(1616), + [anon_sym_LF] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1616), + [anon_sym_LPAREN] = ACTIONS(1616), + [anon_sym_PIPE] = ACTIONS(1616), + [anon_sym_DOLLAR] = ACTIONS(1616), + [anon_sym_GT] = ACTIONS(1616), + [anon_sym_DASH] = ACTIONS(1616), + [anon_sym_in] = ACTIONS(1616), + [anon_sym_LBRACE] = ACTIONS(1616), + [anon_sym_DOT] = ACTIONS(1616), + [anon_sym_STAR] = ACTIONS(1616), + [anon_sym_STAR_STAR] = ACTIONS(1616), + [anon_sym_PLUS_PLUS] = ACTIONS(1616), + [anon_sym_SLASH] = ACTIONS(1616), + [anon_sym_mod] = ACTIONS(1616), + [anon_sym_SLASH_SLASH] = ACTIONS(1616), + [anon_sym_PLUS] = ACTIONS(1616), + [anon_sym_bit_DASHshl] = ACTIONS(1616), + [anon_sym_bit_DASHshr] = ACTIONS(1616), + [anon_sym_EQ_EQ] = ACTIONS(1616), + [anon_sym_BANG_EQ] = ACTIONS(1616), + [anon_sym_LT2] = ACTIONS(1616), + [anon_sym_LT_EQ] = ACTIONS(1616), + [anon_sym_GT_EQ] = ACTIONS(1616), + [anon_sym_not_DASHin] = ACTIONS(1616), + [anon_sym_starts_DASHwith] = ACTIONS(1616), + [anon_sym_ends_DASHwith] = ACTIONS(1616), + [anon_sym_EQ_TILDE] = ACTIONS(1616), + [anon_sym_BANG_TILDE] = ACTIONS(1616), + [anon_sym_bit_DASHand] = ACTIONS(1616), + [anon_sym_bit_DASHxor] = ACTIONS(1616), + [anon_sym_bit_DASHor] = ACTIONS(1616), + [anon_sym_and] = ACTIONS(1616), + [anon_sym_xor] = ACTIONS(1616), + [anon_sym_or] = ACTIONS(1616), + [anon_sym_null] = ACTIONS(1616), + [anon_sym_true] = ACTIONS(1616), + [anon_sym_false] = ACTIONS(1616), + [aux_sym__val_number_decimal_token1] = ACTIONS(1616), + [aux_sym__val_number_token1] = ACTIONS(1616), + [aux_sym__val_number_token2] = ACTIONS(1616), + [aux_sym__val_number_token3] = ACTIONS(1616), + [aux_sym__val_number_token4] = ACTIONS(1616), + [aux_sym__val_number_token5] = ACTIONS(1616), + [aux_sym__val_number_token6] = ACTIONS(1616), + [anon_sym_0b] = ACTIONS(1616), + [anon_sym_0o] = ACTIONS(1616), + [anon_sym_0x] = ACTIONS(1616), + [sym_val_date] = ACTIONS(1616), + [anon_sym_DQUOTE] = ACTIONS(1616), + [sym__str_single_quotes] = ACTIONS(1616), + [sym__str_back_ticks] = ACTIONS(1616), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1616), + [anon_sym_err_GT] = ACTIONS(1616), + [anon_sym_out_GT] = ACTIONS(1616), + [anon_sym_e_GT] = ACTIONS(1616), + [anon_sym_o_GT] = ACTIONS(1616), + [anon_sym_err_PLUSout_GT] = ACTIONS(1616), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1616), + [anon_sym_o_PLUSe_GT] = ACTIONS(1616), + [anon_sym_e_PLUSo_GT] = ACTIONS(1616), + [aux_sym_unquoted_token1] = ACTIONS(1616), [anon_sym_POUND] = ACTIONS(105), }, - [1025] = { - [sym_comment] = STATE(1025), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1102] = { + [sym_comment] = STATE(1102), + [ts_builtin_sym_end] = ACTIONS(1493), + [anon_sym_SEMI] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_PIPE] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_GT] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_in] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_STAR] = ACTIONS(1491), + [anon_sym_STAR_STAR] = ACTIONS(1491), + [anon_sym_PLUS_PLUS] = ACTIONS(1491), + [anon_sym_SLASH] = ACTIONS(1491), + [anon_sym_mod] = ACTIONS(1491), + [anon_sym_SLASH_SLASH] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_bit_DASHshl] = ACTIONS(1491), + [anon_sym_bit_DASHshr] = ACTIONS(1491), + [anon_sym_EQ_EQ] = ACTIONS(1491), + [anon_sym_BANG_EQ] = ACTIONS(1491), + [anon_sym_LT2] = ACTIONS(1491), + [anon_sym_LT_EQ] = ACTIONS(1491), + [anon_sym_GT_EQ] = ACTIONS(1491), + [anon_sym_not_DASHin] = ACTIONS(1491), + [anon_sym_starts_DASHwith] = ACTIONS(1491), + [anon_sym_ends_DASHwith] = ACTIONS(1491), + [anon_sym_EQ_TILDE] = ACTIONS(1491), + [anon_sym_BANG_TILDE] = ACTIONS(1491), + [anon_sym_bit_DASHand] = ACTIONS(1491), + [anon_sym_bit_DASHxor] = ACTIONS(1491), + [anon_sym_bit_DASHor] = ACTIONS(1491), + [anon_sym_and] = ACTIONS(1491), + [anon_sym_xor] = ACTIONS(1491), + [anon_sym_or] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_err_GT] = ACTIONS(1491), + [anon_sym_out_GT] = ACTIONS(1491), + [anon_sym_e_GT] = ACTIONS(1491), + [anon_sym_o_GT] = ACTIONS(1491), + [anon_sym_err_PLUSout_GT] = ACTIONS(1491), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1491), + [anon_sym_o_PLUSe_GT] = ACTIONS(1491), + [anon_sym_e_PLUSo_GT] = ACTIONS(1491), + [aux_sym_unquoted_token1] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(105), }, - [1026] = { - [sym_cell_path] = STATE(1200), - [sym_path] = STATE(1075), - [sym_comment] = STATE(1026), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2691), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), + [1103] = { + [sym_comment] = STATE(1103), + [ts_builtin_sym_end] = ACTIONS(1644), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym_LF] = ACTIONS(1644), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LPAREN] = ACTIONS(1519), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_DOLLAR] = ACTIONS(1519), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_in] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_STAR_STAR] = ACTIONS(1519), + [anon_sym_PLUS_PLUS] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_bit_DASHshl] = ACTIONS(1519), + [anon_sym_bit_DASHshr] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1519), + [anon_sym_BANG_EQ] = ACTIONS(1519), + [anon_sym_LT2] = ACTIONS(1519), + [anon_sym_LT_EQ] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1519), + [anon_sym_not_DASHin] = ACTIONS(1519), + [anon_sym_starts_DASHwith] = ACTIONS(1519), + [anon_sym_ends_DASHwith] = ACTIONS(1519), + [anon_sym_EQ_TILDE] = ACTIONS(1519), + [anon_sym_BANG_TILDE] = ACTIONS(1519), + [anon_sym_bit_DASHand] = ACTIONS(1519), + [anon_sym_bit_DASHxor] = ACTIONS(1519), + [anon_sym_bit_DASHor] = ACTIONS(1519), + [anon_sym_and] = ACTIONS(1519), + [anon_sym_xor] = ACTIONS(1519), + [anon_sym_or] = ACTIONS(1519), + [anon_sym_null] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1519), + [aux_sym__val_number_token1] = ACTIONS(1519), + [aux_sym__val_number_token2] = ACTIONS(1519), + [aux_sym__val_number_token3] = ACTIONS(1519), + [aux_sym__val_number_token4] = ACTIONS(1519), + [aux_sym__val_number_token5] = ACTIONS(1519), + [aux_sym__val_number_token6] = ACTIONS(1519), + [anon_sym_0b] = ACTIONS(1519), + [anon_sym_0o] = ACTIONS(1519), + [anon_sym_0x] = ACTIONS(1519), + [sym_val_date] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(1519), + [sym__str_single_quotes] = ACTIONS(1519), + [sym__str_back_ticks] = ACTIONS(1519), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1519), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1519), + [anon_sym_err_GT] = ACTIONS(1519), + [anon_sym_out_GT] = ACTIONS(1519), + [anon_sym_e_GT] = ACTIONS(1519), + [anon_sym_o_GT] = ACTIONS(1519), + [anon_sym_err_PLUSout_GT] = ACTIONS(1519), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1519), + [anon_sym_o_PLUSe_GT] = ACTIONS(1519), + [anon_sym_e_PLUSo_GT] = ACTIONS(1519), + [aux_sym_unquoted_token1] = ACTIONS(1519), [anon_sym_POUND] = ACTIONS(105), }, - [1027] = { - [sym_comment] = STATE(1027), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1104] = { + [sym_comment] = STATE(1104), + [ts_builtin_sym_end] = ACTIONS(1634), + [anon_sym_SEMI] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_LPAREN] = ACTIONS(1632), + [anon_sym_PIPE] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1632), + [anon_sym_GT] = ACTIONS(1632), + [anon_sym_DASH] = ACTIONS(1632), + [anon_sym_in] = ACTIONS(1632), + [anon_sym_LBRACE] = ACTIONS(1632), + [anon_sym_DOT] = ACTIONS(1632), + [anon_sym_STAR] = ACTIONS(1632), + [anon_sym_STAR_STAR] = ACTIONS(1632), + [anon_sym_PLUS_PLUS] = ACTIONS(1632), + [anon_sym_SLASH] = ACTIONS(1632), + [anon_sym_mod] = ACTIONS(1632), + [anon_sym_SLASH_SLASH] = ACTIONS(1632), + [anon_sym_PLUS] = ACTIONS(1632), + [anon_sym_bit_DASHshl] = ACTIONS(1632), + [anon_sym_bit_DASHshr] = ACTIONS(1632), + [anon_sym_EQ_EQ] = ACTIONS(1632), + [anon_sym_BANG_EQ] = ACTIONS(1632), + [anon_sym_LT2] = ACTIONS(1632), + [anon_sym_LT_EQ] = ACTIONS(1632), + [anon_sym_GT_EQ] = ACTIONS(1632), + [anon_sym_not_DASHin] = ACTIONS(1632), + [anon_sym_starts_DASHwith] = ACTIONS(1632), + [anon_sym_ends_DASHwith] = ACTIONS(1632), + [anon_sym_EQ_TILDE] = ACTIONS(1632), + [anon_sym_BANG_TILDE] = ACTIONS(1632), + [anon_sym_bit_DASHand] = ACTIONS(1632), + [anon_sym_bit_DASHxor] = ACTIONS(1632), + [anon_sym_bit_DASHor] = ACTIONS(1632), + [anon_sym_and] = ACTIONS(1632), + [anon_sym_xor] = ACTIONS(1632), + [anon_sym_or] = ACTIONS(1632), + [anon_sym_null] = ACTIONS(1632), + [anon_sym_true] = ACTIONS(1632), + [anon_sym_false] = ACTIONS(1632), + [aux_sym__val_number_decimal_token1] = ACTIONS(1632), + [aux_sym__val_number_token1] = ACTIONS(1632), + [aux_sym__val_number_token2] = ACTIONS(1632), + [aux_sym__val_number_token3] = ACTIONS(1632), + [aux_sym__val_number_token4] = ACTIONS(1632), + [aux_sym__val_number_token5] = ACTIONS(1632), + [aux_sym__val_number_token6] = ACTIONS(1632), + [anon_sym_0b] = ACTIONS(1632), + [anon_sym_0o] = ACTIONS(1632), + [anon_sym_0x] = ACTIONS(1632), + [sym_val_date] = ACTIONS(1632), + [anon_sym_DQUOTE] = ACTIONS(1632), + [sym__str_single_quotes] = ACTIONS(1632), + [sym__str_back_ticks] = ACTIONS(1632), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1632), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1632), + [anon_sym_err_GT] = ACTIONS(1632), + [anon_sym_out_GT] = ACTIONS(1632), + [anon_sym_e_GT] = ACTIONS(1632), + [anon_sym_o_GT] = ACTIONS(1632), + [anon_sym_err_PLUSout_GT] = ACTIONS(1632), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1632), + [anon_sym_o_PLUSe_GT] = ACTIONS(1632), + [anon_sym_e_PLUSo_GT] = ACTIONS(1632), + [aux_sym_unquoted_token1] = ACTIONS(1632), [anon_sym_POUND] = ACTIONS(105), }, - [1028] = { - [sym_comment] = STATE(1028), - [ts_builtin_sym_end] = ACTIONS(1544), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_LF] = ACTIONS(1544), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_PIPE] = ACTIONS(1542), - [anon_sym_DOLLAR] = ACTIONS(1542), - [anon_sym_GT] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1542), - [anon_sym_in] = ACTIONS(1542), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_DOT] = ACTIONS(1542), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_STAR_STAR] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_SLASH] = ACTIONS(1542), - [anon_sym_mod] = ACTIONS(1542), - [anon_sym_SLASH_SLASH] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1542), - [anon_sym_bit_DASHshl] = ACTIONS(1542), - [anon_sym_bit_DASHshr] = ACTIONS(1542), - [anon_sym_EQ_EQ] = ACTIONS(1542), - [anon_sym_BANG_EQ] = ACTIONS(1542), - [anon_sym_LT2] = ACTIONS(1542), - [anon_sym_LT_EQ] = ACTIONS(1542), - [anon_sym_GT_EQ] = ACTIONS(1542), - [anon_sym_not_DASHin] = ACTIONS(1542), - [anon_sym_starts_DASHwith] = ACTIONS(1542), - [anon_sym_ends_DASHwith] = ACTIONS(1542), - [anon_sym_EQ_TILDE] = ACTIONS(1542), - [anon_sym_BANG_TILDE] = ACTIONS(1542), - [anon_sym_bit_DASHand] = ACTIONS(1542), - [anon_sym_bit_DASHxor] = ACTIONS(1542), - [anon_sym_bit_DASHor] = ACTIONS(1542), - [anon_sym_and] = ACTIONS(1542), - [anon_sym_xor] = ACTIONS(1542), - [anon_sym_or] = ACTIONS(1542), - [sym_val_nothing] = ACTIONS(1542), - [anon_sym_true] = ACTIONS(1542), - [anon_sym_false] = ACTIONS(1542), - [aux_sym__val_number_decimal_token1] = ACTIONS(1542), - [aux_sym__val_number_token1] = ACTIONS(1542), - [aux_sym__val_number_token2] = ACTIONS(1542), - [aux_sym__val_number_token3] = ACTIONS(1542), - [aux_sym__val_number_token4] = ACTIONS(1542), - [aux_sym__val_number_token5] = ACTIONS(1542), - [aux_sym__val_number_token6] = ACTIONS(1542), - [anon_sym_0b] = ACTIONS(1542), - [anon_sym_0o] = ACTIONS(1542), - [anon_sym_0x] = ACTIONS(1542), - [sym_val_date] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym__str_single_quotes] = ACTIONS(1542), - [sym__str_back_ticks] = ACTIONS(1542), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1542), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1542), - [anon_sym_err_GT] = ACTIONS(1542), - [anon_sym_out_GT] = ACTIONS(1542), - [anon_sym_e_GT] = ACTIONS(1542), - [anon_sym_o_GT] = ACTIONS(1542), - [anon_sym_err_PLUSout_GT] = ACTIONS(1542), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1542), - [anon_sym_o_PLUSe_GT] = ACTIONS(1542), - [anon_sym_e_PLUSo_GT] = ACTIONS(1542), - [aux_sym_unquoted_token1] = ACTIONS(1542), + [1105] = { + [sym_comment] = STATE(1105), + [ts_builtin_sym_end] = ACTIONS(1558), + [anon_sym_SEMI] = ACTIONS(1556), + [anon_sym_LF] = ACTIONS(1558), + [anon_sym_LBRACK] = ACTIONS(1556), + [anon_sym_LPAREN] = ACTIONS(1556), + [anon_sym_PIPE] = ACTIONS(1556), + [anon_sym_DOLLAR] = ACTIONS(1556), + [anon_sym_GT] = ACTIONS(1556), + [anon_sym_DASH] = ACTIONS(1556), + [anon_sym_in] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1556), + [anon_sym_DOT] = ACTIONS(1556), + [anon_sym_STAR] = ACTIONS(1556), + [anon_sym_STAR_STAR] = ACTIONS(1556), + [anon_sym_PLUS_PLUS] = ACTIONS(1556), + [anon_sym_SLASH] = ACTIONS(1556), + [anon_sym_mod] = ACTIONS(1556), + [anon_sym_SLASH_SLASH] = ACTIONS(1556), + [anon_sym_PLUS] = ACTIONS(1556), + [anon_sym_bit_DASHshl] = ACTIONS(1556), + [anon_sym_bit_DASHshr] = ACTIONS(1556), + [anon_sym_EQ_EQ] = ACTIONS(1556), + [anon_sym_BANG_EQ] = ACTIONS(1556), + [anon_sym_LT2] = ACTIONS(1556), + [anon_sym_LT_EQ] = ACTIONS(1556), + [anon_sym_GT_EQ] = ACTIONS(1556), + [anon_sym_not_DASHin] = ACTIONS(1556), + [anon_sym_starts_DASHwith] = ACTIONS(1556), + [anon_sym_ends_DASHwith] = ACTIONS(1556), + [anon_sym_EQ_TILDE] = ACTIONS(1556), + [anon_sym_BANG_TILDE] = ACTIONS(1556), + [anon_sym_bit_DASHand] = ACTIONS(1556), + [anon_sym_bit_DASHxor] = ACTIONS(1556), + [anon_sym_bit_DASHor] = ACTIONS(1556), + [anon_sym_and] = ACTIONS(1556), + [anon_sym_xor] = ACTIONS(1556), + [anon_sym_or] = ACTIONS(1556), + [anon_sym_null] = ACTIONS(1556), + [anon_sym_true] = ACTIONS(1556), + [anon_sym_false] = ACTIONS(1556), + [aux_sym__val_number_decimal_token1] = ACTIONS(1556), + [aux_sym__val_number_token1] = ACTIONS(1556), + [aux_sym__val_number_token2] = ACTIONS(1556), + [aux_sym__val_number_token3] = ACTIONS(1556), + [aux_sym__val_number_token4] = ACTIONS(1556), + [aux_sym__val_number_token5] = ACTIONS(1556), + [aux_sym__val_number_token6] = ACTIONS(1556), + [anon_sym_0b] = ACTIONS(1556), + [anon_sym_0o] = ACTIONS(1556), + [anon_sym_0x] = ACTIONS(1556), + [sym_val_date] = ACTIONS(1556), + [anon_sym_DQUOTE] = ACTIONS(1556), + [sym__str_single_quotes] = ACTIONS(1556), + [sym__str_back_ticks] = ACTIONS(1556), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1556), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1556), + [anon_sym_err_GT] = ACTIONS(1556), + [anon_sym_out_GT] = ACTIONS(1556), + [anon_sym_e_GT] = ACTIONS(1556), + [anon_sym_o_GT] = ACTIONS(1556), + [anon_sym_err_PLUSout_GT] = ACTIONS(1556), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1556), + [anon_sym_o_PLUSe_GT] = ACTIONS(1556), + [anon_sym_e_PLUSo_GT] = ACTIONS(1556), + [aux_sym_unquoted_token1] = ACTIONS(1556), [anon_sym_POUND] = ACTIONS(105), }, - [1029] = { - [sym_comment] = STATE(1029), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1106] = { + [sym_comment] = STATE(1106), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(2770), + [anon_sym_BANG_TILDE] = ACTIONS(2770), + [anon_sym_bit_DASHand] = ACTIONS(2772), + [anon_sym_bit_DASHxor] = ACTIONS(2774), + [anon_sym_bit_DASHor] = ACTIONS(2776), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [1030] = { - [sym_comment] = STATE(1030), - [ts_builtin_sym_end] = ACTIONS(1572), - [anon_sym_SEMI] = ACTIONS(1570), - [anon_sym_LF] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1570), - [anon_sym_PIPE] = ACTIONS(1570), - [anon_sym_DOLLAR] = ACTIONS(1570), - [anon_sym_GT] = ACTIONS(1570), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_in] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1570), - [anon_sym_DOT] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1570), - [anon_sym_STAR_STAR] = ACTIONS(1570), - [anon_sym_PLUS_PLUS] = ACTIONS(1570), - [anon_sym_SLASH] = ACTIONS(1570), - [anon_sym_mod] = ACTIONS(1570), - [anon_sym_SLASH_SLASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_bit_DASHshl] = ACTIONS(1570), - [anon_sym_bit_DASHshr] = ACTIONS(1570), - [anon_sym_EQ_EQ] = ACTIONS(1570), - [anon_sym_BANG_EQ] = ACTIONS(1570), - [anon_sym_LT2] = ACTIONS(1570), - [anon_sym_LT_EQ] = ACTIONS(1570), - [anon_sym_GT_EQ] = ACTIONS(1570), - [anon_sym_not_DASHin] = ACTIONS(1570), - [anon_sym_starts_DASHwith] = ACTIONS(1570), - [anon_sym_ends_DASHwith] = ACTIONS(1570), - [anon_sym_EQ_TILDE] = ACTIONS(1570), - [anon_sym_BANG_TILDE] = ACTIONS(1570), - [anon_sym_bit_DASHand] = ACTIONS(1570), - [anon_sym_bit_DASHxor] = ACTIONS(1570), - [anon_sym_bit_DASHor] = ACTIONS(1570), - [anon_sym_and] = ACTIONS(1570), - [anon_sym_xor] = ACTIONS(1570), - [anon_sym_or] = ACTIONS(1570), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1570), - [anon_sym_out_GT] = ACTIONS(1570), - [anon_sym_e_GT] = ACTIONS(1570), - [anon_sym_o_GT] = ACTIONS(1570), - [anon_sym_err_PLUSout_GT] = ACTIONS(1570), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1570), - [anon_sym_o_PLUSe_GT] = ACTIONS(1570), - [anon_sym_e_PLUSo_GT] = ACTIONS(1570), - [aux_sym_unquoted_token1] = ACTIONS(1570), + [1107] = { + [sym_comment] = STATE(1107), + [ts_builtin_sym_end] = ACTIONS(1497), + [anon_sym_SEMI] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_in] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_STAR_STAR] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_bit_DASHshl] = ACTIONS(1495), + [anon_sym_bit_DASHshr] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1495), + [anon_sym_BANG_EQ] = ACTIONS(1495), + [anon_sym_LT2] = ACTIONS(1495), + [anon_sym_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1495), + [anon_sym_not_DASHin] = ACTIONS(1495), + [anon_sym_starts_DASHwith] = ACTIONS(1495), + [anon_sym_ends_DASHwith] = ACTIONS(1495), + [anon_sym_EQ_TILDE] = ACTIONS(1495), + [anon_sym_BANG_TILDE] = ACTIONS(1495), + [anon_sym_bit_DASHand] = ACTIONS(1495), + [anon_sym_bit_DASHxor] = ACTIONS(1495), + [anon_sym_bit_DASHor] = ACTIONS(1495), + [anon_sym_and] = ACTIONS(1495), + [anon_sym_xor] = ACTIONS(1495), + [anon_sym_or] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_err_GT] = ACTIONS(1495), + [anon_sym_out_GT] = ACTIONS(1495), + [anon_sym_e_GT] = ACTIONS(1495), + [anon_sym_o_GT] = ACTIONS(1495), + [anon_sym_err_PLUSout_GT] = ACTIONS(1495), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1495), + [anon_sym_o_PLUSe_GT] = ACTIONS(1495), + [anon_sym_e_PLUSo_GT] = ACTIONS(1495), + [aux_sym_unquoted_token1] = ACTIONS(1495), [anon_sym_POUND] = ACTIONS(105), }, - [1031] = { - [sym_comment] = STATE(1031), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(2700), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), + [1108] = { + [sym_comment] = STATE(1108), + [ts_builtin_sym_end] = ACTIONS(1670), + [anon_sym_SEMI] = ACTIONS(1668), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_PIPE] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_GT] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_in] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_STAR_STAR] = ACTIONS(1668), + [anon_sym_PLUS_PLUS] = ACTIONS(1668), + [anon_sym_SLASH] = ACTIONS(1668), + [anon_sym_mod] = ACTIONS(1668), + [anon_sym_SLASH_SLASH] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_bit_DASHshl] = ACTIONS(1668), + [anon_sym_bit_DASHshr] = ACTIONS(1668), + [anon_sym_EQ_EQ] = ACTIONS(1668), + [anon_sym_BANG_EQ] = ACTIONS(1668), + [anon_sym_LT2] = ACTIONS(1668), + [anon_sym_LT_EQ] = ACTIONS(1668), + [anon_sym_GT_EQ] = ACTIONS(1668), + [anon_sym_not_DASHin] = ACTIONS(1668), + [anon_sym_starts_DASHwith] = ACTIONS(1668), + [anon_sym_ends_DASHwith] = ACTIONS(1668), + [anon_sym_EQ_TILDE] = ACTIONS(1668), + [anon_sym_BANG_TILDE] = ACTIONS(1668), + [anon_sym_bit_DASHand] = ACTIONS(1668), + [anon_sym_bit_DASHxor] = ACTIONS(1668), + [anon_sym_bit_DASHor] = ACTIONS(1668), + [anon_sym_and] = ACTIONS(1668), + [anon_sym_xor] = ACTIONS(1668), + [anon_sym_or] = ACTIONS(1668), + [anon_sym_null] = ACTIONS(1668), + [anon_sym_true] = ACTIONS(1668), + [anon_sym_false] = ACTIONS(1668), + [aux_sym__val_number_decimal_token1] = ACTIONS(1668), + [aux_sym__val_number_token1] = ACTIONS(1668), + [aux_sym__val_number_token2] = ACTIONS(1668), + [aux_sym__val_number_token3] = ACTIONS(1668), + [aux_sym__val_number_token4] = ACTIONS(1668), + [aux_sym__val_number_token5] = ACTIONS(1668), + [aux_sym__val_number_token6] = ACTIONS(1668), + [anon_sym_0b] = ACTIONS(1668), + [anon_sym_0o] = ACTIONS(1668), + [anon_sym_0x] = ACTIONS(1668), + [sym_val_date] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym__str_single_quotes] = ACTIONS(1668), + [sym__str_back_ticks] = ACTIONS(1668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), + [anon_sym_err_GT] = ACTIONS(1668), + [anon_sym_out_GT] = ACTIONS(1668), + [anon_sym_e_GT] = ACTIONS(1668), + [anon_sym_o_GT] = ACTIONS(1668), + [anon_sym_err_PLUSout_GT] = ACTIONS(1668), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1668), + [anon_sym_o_PLUSe_GT] = ACTIONS(1668), + [anon_sym_e_PLUSo_GT] = ACTIONS(1668), + [aux_sym_unquoted_token1] = ACTIONS(1668), [anon_sym_POUND] = ACTIONS(105), }, - [1032] = { - [sym_comment] = STATE(1032), + [1109] = { + [sym_comment] = STATE(1109), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_in] = ACTIONS(1528), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_mod] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(1528), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_bit_DASHshl] = ACTIONS(1528), + [anon_sym_bit_DASHshr] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1528), + [anon_sym_BANG_EQ] = ACTIONS(1528), + [anon_sym_LT2] = ACTIONS(1528), + [anon_sym_LT_EQ] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1528), + [anon_sym_not_DASHin] = ACTIONS(1528), + [anon_sym_starts_DASHwith] = ACTIONS(1528), + [anon_sym_ends_DASHwith] = ACTIONS(1528), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), + [anon_sym_POUND] = ACTIONS(105), + }, + [1110] = { + [sym_cell_path] = STATE(1346), + [sym_path] = STATE(1082), + [sym_comment] = STATE(1110), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_RBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2756), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(105), + }, + [1111] = { + [sym_comment] = STATE(1111), [ts_builtin_sym_end] = ACTIONS(1602), [anon_sym_SEMI] = ACTIONS(1600), [anon_sym_LF] = ACTIONS(1602), @@ -181012,7 +188028,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(1600), [anon_sym_xor] = ACTIONS(1600), [anon_sym_or] = ACTIONS(1600), - [sym_val_nothing] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), [anon_sym_true] = ACTIONS(1600), [anon_sym_false] = ACTIONS(1600), [aux_sym__val_number_decimal_token1] = ACTIONS(1600), @@ -181042,698 +188058,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(1600), [anon_sym_POUND] = ACTIONS(105), }, - [1033] = { - [sym_comment] = STATE(1033), - [ts_builtin_sym_end] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_LF] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_PIPE] = ACTIONS(1582), - [anon_sym_DOLLAR] = ACTIONS(1582), - [anon_sym_GT] = ACTIONS(1582), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_DOT] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1582), - [anon_sym_STAR_STAR] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_SLASH] = ACTIONS(1582), - [anon_sym_mod] = ACTIONS(1582), - [anon_sym_SLASH_SLASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_bit_DASHshl] = ACTIONS(1582), - [anon_sym_bit_DASHshr] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1582), - [anon_sym_LT2] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_not_DASHin] = ACTIONS(1582), - [anon_sym_starts_DASHwith] = ACTIONS(1582), - [anon_sym_ends_DASHwith] = ACTIONS(1582), - [anon_sym_EQ_TILDE] = ACTIONS(1582), - [anon_sym_BANG_TILDE] = ACTIONS(1582), - [anon_sym_bit_DASHand] = ACTIONS(1582), - [anon_sym_bit_DASHxor] = ACTIONS(1582), - [anon_sym_bit_DASHor] = ACTIONS(1582), - [anon_sym_and] = ACTIONS(1582), - [anon_sym_xor] = ACTIONS(1582), - [anon_sym_or] = ACTIONS(1582), - [sym_val_nothing] = ACTIONS(1582), - [anon_sym_true] = ACTIONS(1582), - [anon_sym_false] = ACTIONS(1582), - [aux_sym__val_number_decimal_token1] = ACTIONS(1582), - [aux_sym__val_number_token1] = ACTIONS(1582), - [aux_sym__val_number_token2] = ACTIONS(1582), - [aux_sym__val_number_token3] = ACTIONS(1582), - [aux_sym__val_number_token4] = ACTIONS(1582), - [aux_sym__val_number_token5] = ACTIONS(1582), - [aux_sym__val_number_token6] = ACTIONS(1582), - [anon_sym_0b] = ACTIONS(1582), - [anon_sym_0o] = ACTIONS(1582), - [anon_sym_0x] = ACTIONS(1582), - [sym_val_date] = ACTIONS(1582), - [anon_sym_DQUOTE] = ACTIONS(1582), - [sym__str_single_quotes] = ACTIONS(1582), - [sym__str_back_ticks] = ACTIONS(1582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1582), - [anon_sym_err_GT] = ACTIONS(1582), - [anon_sym_out_GT] = ACTIONS(1582), - [anon_sym_e_GT] = ACTIONS(1582), - [anon_sym_o_GT] = ACTIONS(1582), - [anon_sym_err_PLUSout_GT] = ACTIONS(1582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1582), - [anon_sym_o_PLUSe_GT] = ACTIONS(1582), - [anon_sym_e_PLUSo_GT] = ACTIONS(1582), - [aux_sym_unquoted_token1] = ACTIONS(1582), - [anon_sym_POUND] = ACTIONS(105), - }, - [1034] = { - [sym_comment] = STATE(1034), - [ts_builtin_sym_end] = ACTIONS(1504), - [anon_sym_SEMI] = ACTIONS(1502), - [anon_sym_LF] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1502), - [anon_sym_PIPE] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [anon_sym_GT] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_in] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_DOT] = ACTIONS(1502), - [anon_sym_STAR] = ACTIONS(1502), - [anon_sym_STAR_STAR] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [anon_sym_SLASH] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_SLASH_SLASH] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_bit_DASHshl] = ACTIONS(1502), - [anon_sym_bit_DASHshr] = ACTIONS(1502), - [anon_sym_EQ_EQ] = ACTIONS(1502), - [anon_sym_BANG_EQ] = ACTIONS(1502), - [anon_sym_LT2] = ACTIONS(1502), - [anon_sym_LT_EQ] = ACTIONS(1502), - [anon_sym_GT_EQ] = ACTIONS(1502), - [anon_sym_not_DASHin] = ACTIONS(1502), - [anon_sym_starts_DASHwith] = ACTIONS(1502), - [anon_sym_ends_DASHwith] = ACTIONS(1502), - [anon_sym_EQ_TILDE] = ACTIONS(1502), - [anon_sym_BANG_TILDE] = ACTIONS(1502), - [anon_sym_bit_DASHand] = ACTIONS(1502), - [anon_sym_bit_DASHxor] = ACTIONS(1502), - [anon_sym_bit_DASHor] = ACTIONS(1502), - [anon_sym_and] = ACTIONS(1502), - [anon_sym_xor] = ACTIONS(1502), - [anon_sym_or] = ACTIONS(1502), - [sym_val_nothing] = ACTIONS(1502), - [anon_sym_true] = ACTIONS(1502), - [anon_sym_false] = ACTIONS(1502), - [aux_sym__val_number_decimal_token1] = ACTIONS(1502), - [aux_sym__val_number_token1] = ACTIONS(1502), - [aux_sym__val_number_token2] = ACTIONS(1502), - [aux_sym__val_number_token3] = ACTIONS(1502), - [aux_sym__val_number_token4] = ACTIONS(1502), - [aux_sym__val_number_token5] = ACTIONS(1502), - [aux_sym__val_number_token6] = ACTIONS(1502), - [anon_sym_0b] = ACTIONS(1502), - [anon_sym_0o] = ACTIONS(1502), - [anon_sym_0x] = ACTIONS(1502), - [sym_val_date] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [sym__str_single_quotes] = ACTIONS(1502), - [sym__str_back_ticks] = ACTIONS(1502), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1502), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1502), - [anon_sym_err_GT] = ACTIONS(1502), - [anon_sym_out_GT] = ACTIONS(1502), - [anon_sym_e_GT] = ACTIONS(1502), - [anon_sym_o_GT] = ACTIONS(1502), - [anon_sym_err_PLUSout_GT] = ACTIONS(1502), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1502), - [anon_sym_o_PLUSe_GT] = ACTIONS(1502), - [anon_sym_e_PLUSo_GT] = ACTIONS(1502), - [aux_sym_unquoted_token1] = ACTIONS(1502), - [anon_sym_POUND] = ACTIONS(105), - }, - [1035] = { - [sym_cell_path] = STATE(1343), - [sym_path] = STATE(1066), - [sym_comment] = STATE(1035), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), - [anon_sym_POUND] = ACTIONS(105), - }, - [1036] = { - [sym_comment] = STATE(1036), - [ts_builtin_sym_end] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_PIPE] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_err_GT] = ACTIONS(1538), - [anon_sym_out_GT] = ACTIONS(1538), - [anon_sym_e_GT] = ACTIONS(1538), - [anon_sym_o_GT] = ACTIONS(1538), - [anon_sym_err_PLUSout_GT] = ACTIONS(1538), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1538), - [anon_sym_o_PLUSe_GT] = ACTIONS(1538), - [anon_sym_e_PLUSo_GT] = ACTIONS(1538), - [aux_sym_unquoted_token1] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(105), - }, - [1037] = { - [sym_comment] = STATE(1037), - [ts_builtin_sym_end] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_LF] = ACTIONS(1540), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_PIPE] = ACTIONS(1538), - [anon_sym_DOLLAR] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_in] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [anon_sym_PLUS_PLUS] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_mod] = ACTIONS(1538), - [anon_sym_SLASH_SLASH] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_bit_DASHshl] = ACTIONS(1538), - [anon_sym_bit_DASHshr] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT2] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_not_DASHin] = ACTIONS(1538), - [anon_sym_starts_DASHwith] = ACTIONS(1538), - [anon_sym_ends_DASHwith] = ACTIONS(1538), - [anon_sym_EQ_TILDE] = ACTIONS(1538), - [anon_sym_BANG_TILDE] = ACTIONS(1538), - [anon_sym_bit_DASHand] = ACTIONS(1538), - [anon_sym_bit_DASHxor] = ACTIONS(1538), - [anon_sym_bit_DASHor] = ACTIONS(1538), - [anon_sym_and] = ACTIONS(1538), - [anon_sym_xor] = ACTIONS(1538), - [anon_sym_or] = ACTIONS(1538), - [sym_val_nothing] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1538), - [anon_sym_false] = ACTIONS(1538), - [aux_sym__val_number_decimal_token1] = ACTIONS(1538), - [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(1538), - [aux_sym__val_number_token5] = ACTIONS(1538), - [aux_sym__val_number_token6] = ACTIONS(1538), - [anon_sym_0b] = ACTIONS(1538), - [anon_sym_0o] = ACTIONS(1538), - [anon_sym_0x] = ACTIONS(1538), - [sym_val_date] = ACTIONS(1538), - [anon_sym_DQUOTE] = ACTIONS(1538), - [sym__str_single_quotes] = ACTIONS(1538), - [sym__str_back_ticks] = ACTIONS(1538), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1538), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1538), - [anon_sym_err_GT] = ACTIONS(1538), - [anon_sym_out_GT] = ACTIONS(1538), - [anon_sym_e_GT] = ACTIONS(1538), - [anon_sym_o_GT] = ACTIONS(1538), - [anon_sym_err_PLUSout_GT] = ACTIONS(1538), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1538), - [anon_sym_o_PLUSe_GT] = ACTIONS(1538), - [anon_sym_e_PLUSo_GT] = ACTIONS(1538), - [aux_sym_unquoted_token1] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(105), - }, - [1038] = { - [sym_comment] = STATE(1038), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1039] = { - [sym_comment] = STATE(1039), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1040] = { - [sym_comment] = STATE(1040), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1041] = { - [sym_comment] = STATE(1041), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), + [1112] = { + [sym_comment] = STATE(1112), + [ts_builtin_sym_end] = ACTIONS(1602), + [anon_sym_SEMI] = ACTIONS(1600), + [anon_sym_LF] = ACTIONS(1602), + [anon_sym_LBRACK] = ACTIONS(1600), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_PIPE] = ACTIONS(1600), + [anon_sym_DOLLAR] = ACTIONS(1600), + [anon_sym_GT] = ACTIONS(1600), + [anon_sym_DASH] = ACTIONS(1600), + [anon_sym_in] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_DOT] = ACTIONS(1600), + [anon_sym_STAR] = ACTIONS(1600), + [anon_sym_STAR_STAR] = ACTIONS(1600), + [anon_sym_PLUS_PLUS] = ACTIONS(1600), + [anon_sym_SLASH] = ACTIONS(1600), + [anon_sym_mod] = ACTIONS(1600), + [anon_sym_SLASH_SLASH] = ACTIONS(1600), + [anon_sym_PLUS] = ACTIONS(1600), + [anon_sym_bit_DASHshl] = ACTIONS(1600), + [anon_sym_bit_DASHshr] = ACTIONS(1600), + [anon_sym_EQ_EQ] = ACTIONS(1600), + [anon_sym_BANG_EQ] = ACTIONS(1600), + [anon_sym_LT2] = ACTIONS(1600), + [anon_sym_LT_EQ] = ACTIONS(1600), + [anon_sym_GT_EQ] = ACTIONS(1600), + [anon_sym_not_DASHin] = ACTIONS(1600), + [anon_sym_starts_DASHwith] = ACTIONS(1600), + [anon_sym_ends_DASHwith] = ACTIONS(1600), + [anon_sym_EQ_TILDE] = ACTIONS(1600), + [anon_sym_BANG_TILDE] = ACTIONS(1600), + [anon_sym_bit_DASHand] = ACTIONS(1600), + [anon_sym_bit_DASHxor] = ACTIONS(1600), + [anon_sym_bit_DASHor] = ACTIONS(1600), + [anon_sym_and] = ACTIONS(1600), + [anon_sym_xor] = ACTIONS(1600), + [anon_sym_or] = ACTIONS(1600), + [anon_sym_null] = ACTIONS(1600), + [anon_sym_true] = ACTIONS(1600), + [anon_sym_false] = ACTIONS(1600), + [aux_sym__val_number_decimal_token1] = ACTIONS(1600), + [aux_sym__val_number_token1] = ACTIONS(1600), + [aux_sym__val_number_token2] = ACTIONS(1600), + [aux_sym__val_number_token3] = ACTIONS(1600), + [aux_sym__val_number_token4] = ACTIONS(1600), + [aux_sym__val_number_token5] = ACTIONS(1600), + [aux_sym__val_number_token6] = ACTIONS(1600), + [anon_sym_0b] = ACTIONS(1600), + [anon_sym_0o] = ACTIONS(1600), + [anon_sym_0x] = ACTIONS(1600), + [sym_val_date] = ACTIONS(1600), + [anon_sym_DQUOTE] = ACTIONS(1600), + [sym__str_single_quotes] = ACTIONS(1600), + [sym__str_back_ticks] = ACTIONS(1600), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1600), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1600), + [anon_sym_err_GT] = ACTIONS(1600), + [anon_sym_out_GT] = ACTIONS(1600), + [anon_sym_e_GT] = ACTIONS(1600), + [anon_sym_o_GT] = ACTIONS(1600), + [anon_sym_err_PLUSout_GT] = ACTIONS(1600), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1600), + [anon_sym_o_PLUSe_GT] = ACTIONS(1600), + [anon_sym_e_PLUSo_GT] = ACTIONS(1600), + [aux_sym_unquoted_token1] = ACTIONS(1600), [anon_sym_POUND] = ACTIONS(105), }, - [1042] = { - [sym_comment] = STATE(1042), - [ts_builtin_sym_end] = ACTIONS(1500), - [anon_sym_SEMI] = ACTIONS(1498), - [anon_sym_LF] = ACTIONS(1500), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1498), - [anon_sym_PIPE] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [anon_sym_GT] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_in] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_STAR] = ACTIONS(1498), - [anon_sym_STAR_STAR] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [anon_sym_SLASH] = ACTIONS(1498), - [anon_sym_mod] = ACTIONS(1498), - [anon_sym_SLASH_SLASH] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_bit_DASHshl] = ACTIONS(1498), - [anon_sym_bit_DASHshr] = ACTIONS(1498), - [anon_sym_EQ_EQ] = ACTIONS(1498), - [anon_sym_BANG_EQ] = ACTIONS(1498), - [anon_sym_LT2] = ACTIONS(1498), - [anon_sym_LT_EQ] = ACTIONS(1498), - [anon_sym_GT_EQ] = ACTIONS(1498), - [anon_sym_not_DASHin] = ACTIONS(1498), - [anon_sym_starts_DASHwith] = ACTIONS(1498), - [anon_sym_ends_DASHwith] = ACTIONS(1498), - [anon_sym_EQ_TILDE] = ACTIONS(1498), - [anon_sym_BANG_TILDE] = ACTIONS(1498), - [anon_sym_bit_DASHand] = ACTIONS(1498), - [anon_sym_bit_DASHxor] = ACTIONS(1498), - [anon_sym_bit_DASHor] = ACTIONS(1498), - [anon_sym_and] = ACTIONS(1498), - [anon_sym_xor] = ACTIONS(1498), - [anon_sym_or] = ACTIONS(1498), - [sym_val_nothing] = ACTIONS(1498), - [anon_sym_true] = ACTIONS(1498), - [anon_sym_false] = ACTIONS(1498), - [aux_sym__val_number_decimal_token1] = ACTIONS(1498), - [aux_sym__val_number_token1] = ACTIONS(1498), - [aux_sym__val_number_token2] = ACTIONS(1498), - [aux_sym__val_number_token3] = ACTIONS(1498), - [aux_sym__val_number_token4] = ACTIONS(1498), - [aux_sym__val_number_token5] = ACTIONS(1498), - [aux_sym__val_number_token6] = ACTIONS(1498), - [anon_sym_0b] = ACTIONS(1498), - [anon_sym_0o] = ACTIONS(1498), - [anon_sym_0x] = ACTIONS(1498), - [sym_val_date] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [sym__str_single_quotes] = ACTIONS(1498), - [sym__str_back_ticks] = ACTIONS(1498), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1498), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1498), - [anon_sym_err_GT] = ACTIONS(1498), - [anon_sym_out_GT] = ACTIONS(1498), - [anon_sym_e_GT] = ACTIONS(1498), - [anon_sym_o_GT] = ACTIONS(1498), - [anon_sym_err_PLUSout_GT] = ACTIONS(1498), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1498), - [anon_sym_o_PLUSe_GT] = ACTIONS(1498), - [anon_sym_e_PLUSo_GT] = ACTIONS(1498), - [aux_sym_unquoted_token1] = ACTIONS(1498), + [1113] = { + [sym_comment] = STATE(1113), + [ts_builtin_sym_end] = ACTIONS(1530), + [anon_sym_SEMI] = ACTIONS(1528), + [anon_sym_LF] = ACTIONS(1530), + [anon_sym_LBRACK] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_DOLLAR] = ACTIONS(1528), + [anon_sym_GT] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_in] = ACTIONS(2762), + [anon_sym_LBRACE] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_STAR_STAR] = ACTIONS(2766), + [anon_sym_PLUS_PLUS] = ACTIONS(2766), + [anon_sym_SLASH] = ACTIONS(2764), + [anon_sym_mod] = ACTIONS(2764), + [anon_sym_SLASH_SLASH] = ACTIONS(2764), + [anon_sym_PLUS] = ACTIONS(2760), + [anon_sym_bit_DASHshl] = ACTIONS(2768), + [anon_sym_bit_DASHshr] = ACTIONS(2768), + [anon_sym_EQ_EQ] = ACTIONS(2758), + [anon_sym_BANG_EQ] = ACTIONS(2758), + [anon_sym_LT2] = ACTIONS(2758), + [anon_sym_LT_EQ] = ACTIONS(2758), + [anon_sym_GT_EQ] = ACTIONS(2758), + [anon_sym_not_DASHin] = ACTIONS(2762), + [anon_sym_starts_DASHwith] = ACTIONS(2762), + [anon_sym_ends_DASHwith] = ACTIONS(2762), + [anon_sym_EQ_TILDE] = ACTIONS(1528), + [anon_sym_BANG_TILDE] = ACTIONS(1528), + [anon_sym_bit_DASHand] = ACTIONS(1528), + [anon_sym_bit_DASHxor] = ACTIONS(1528), + [anon_sym_bit_DASHor] = ACTIONS(1528), + [anon_sym_and] = ACTIONS(1528), + [anon_sym_xor] = ACTIONS(1528), + [anon_sym_or] = ACTIONS(1528), + [anon_sym_null] = ACTIONS(1528), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [aux_sym__val_number_decimal_token1] = ACTIONS(1528), + [aux_sym__val_number_token1] = ACTIONS(1528), + [aux_sym__val_number_token2] = ACTIONS(1528), + [aux_sym__val_number_token3] = ACTIONS(1528), + [aux_sym__val_number_token4] = ACTIONS(1528), + [aux_sym__val_number_token5] = ACTIONS(1528), + [aux_sym__val_number_token6] = ACTIONS(1528), + [anon_sym_0b] = ACTIONS(1528), + [anon_sym_0o] = ACTIONS(1528), + [anon_sym_0x] = ACTIONS(1528), + [sym_val_date] = ACTIONS(1528), + [anon_sym_DQUOTE] = ACTIONS(1528), + [sym__str_single_quotes] = ACTIONS(1528), + [sym__str_back_ticks] = ACTIONS(1528), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1528), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1528), + [anon_sym_out_GT] = ACTIONS(1528), + [anon_sym_e_GT] = ACTIONS(1528), + [anon_sym_o_GT] = ACTIONS(1528), + [anon_sym_err_PLUSout_GT] = ACTIONS(1528), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1528), + [anon_sym_o_PLUSe_GT] = ACTIONS(1528), + [anon_sym_e_PLUSo_GT] = ACTIONS(1528), + [aux_sym_unquoted_token1] = ACTIONS(1528), [anon_sym_POUND] = ACTIONS(105), }, - [1043] = { - [sym_comment] = STATE(1043), + [1114] = { + [sym_comment] = STATE(1114), [ts_builtin_sym_end] = ACTIONS(215), [anon_sym_SEMI] = ACTIONS(213), [anon_sym_LF] = ACTIONS(215), @@ -181771,7 +188235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(213), [anon_sym_xor] = ACTIONS(213), [anon_sym_or] = ACTIONS(213), - [sym_val_nothing] = 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), @@ -181801,3536 +188265,363 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(213), [anon_sym_POUND] = ACTIONS(105), }, - [1044] = { - [sym_comment] = STATE(1044), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1045] = { - [sym_comment] = STATE(1045), - [ts_builtin_sym_end] = ACTIONS(1588), - [anon_sym_SEMI] = ACTIONS(1586), - [anon_sym_LF] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(1586), - [anon_sym_PIPE] = ACTIONS(1586), - [anon_sym_DOLLAR] = ACTIONS(1586), - [anon_sym_GT] = ACTIONS(1586), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_in] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_DOT] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1586), - [anon_sym_STAR_STAR] = ACTIONS(1586), - [anon_sym_PLUS_PLUS] = ACTIONS(1586), - [anon_sym_SLASH] = ACTIONS(1586), - [anon_sym_mod] = ACTIONS(1586), - [anon_sym_SLASH_SLASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_bit_DASHshl] = ACTIONS(1586), - [anon_sym_bit_DASHshr] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1586), - [anon_sym_BANG_EQ] = ACTIONS(1586), - [anon_sym_LT2] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1586), - [anon_sym_GT_EQ] = ACTIONS(1586), - [anon_sym_not_DASHin] = ACTIONS(1586), - [anon_sym_starts_DASHwith] = ACTIONS(1586), - [anon_sym_ends_DASHwith] = ACTIONS(1586), - [anon_sym_EQ_TILDE] = ACTIONS(1586), - [anon_sym_BANG_TILDE] = ACTIONS(1586), - [anon_sym_bit_DASHand] = ACTIONS(1586), - [anon_sym_bit_DASHxor] = ACTIONS(1586), - [anon_sym_bit_DASHor] = ACTIONS(1586), - [anon_sym_and] = ACTIONS(1586), - [anon_sym_xor] = ACTIONS(1586), - [anon_sym_or] = ACTIONS(1586), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1586), - [anon_sym_out_GT] = ACTIONS(1586), - [anon_sym_e_GT] = ACTIONS(1586), - [anon_sym_o_GT] = ACTIONS(1586), - [anon_sym_err_PLUSout_GT] = ACTIONS(1586), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1586), - [anon_sym_o_PLUSe_GT] = ACTIONS(1586), - [anon_sym_e_PLUSo_GT] = ACTIONS(1586), - [aux_sym_unquoted_token1] = ACTIONS(1586), - [anon_sym_POUND] = ACTIONS(105), - }, - [1046] = { - [sym_comment] = STATE(1046), - [ts_builtin_sym_end] = ACTIONS(1528), - [anon_sym_SEMI] = ACTIONS(1526), - [anon_sym_LF] = ACTIONS(1528), - [anon_sym_LBRACK] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1526), - [anon_sym_PIPE] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1526), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_in] = ACTIONS(1526), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_STAR_STAR] = ACTIONS(1526), - [anon_sym_PLUS_PLUS] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_mod] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_bit_DASHshl] = ACTIONS(1526), - [anon_sym_bit_DASHshr] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1526), - [anon_sym_BANG_EQ] = ACTIONS(1526), - [anon_sym_LT2] = ACTIONS(1526), - [anon_sym_LT_EQ] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1526), - [anon_sym_not_DASHin] = ACTIONS(1526), - [anon_sym_starts_DASHwith] = ACTIONS(1526), - [anon_sym_ends_DASHwith] = ACTIONS(1526), - [anon_sym_EQ_TILDE] = ACTIONS(1526), - [anon_sym_BANG_TILDE] = ACTIONS(1526), - [anon_sym_bit_DASHand] = ACTIONS(1526), - [anon_sym_bit_DASHxor] = ACTIONS(1526), - [anon_sym_bit_DASHor] = ACTIONS(1526), - [anon_sym_and] = ACTIONS(1526), - [anon_sym_xor] = ACTIONS(1526), - [anon_sym_or] = ACTIONS(1526), - [sym_val_nothing] = ACTIONS(1526), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [aux_sym__val_number_decimal_token1] = ACTIONS(1526), - [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(1526), - [aux_sym__val_number_token5] = ACTIONS(1526), - [aux_sym__val_number_token6] = ACTIONS(1526), - [anon_sym_0b] = ACTIONS(1526), - [anon_sym_0o] = ACTIONS(1526), - [anon_sym_0x] = ACTIONS(1526), - [sym_val_date] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym__str_single_quotes] = ACTIONS(1526), - [sym__str_back_ticks] = ACTIONS(1526), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1526), - [anon_sym_err_GT] = ACTIONS(1526), - [anon_sym_out_GT] = ACTIONS(1526), - [anon_sym_e_GT] = ACTIONS(1526), - [anon_sym_o_GT] = ACTIONS(1526), - [anon_sym_err_PLUSout_GT] = ACTIONS(1526), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1526), - [anon_sym_o_PLUSe_GT] = ACTIONS(1526), - [anon_sym_e_PLUSo_GT] = ACTIONS(1526), - [aux_sym_unquoted_token1] = ACTIONS(1526), - [anon_sym_POUND] = ACTIONS(105), - }, - [1047] = { - [sym_comment] = STATE(1047), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(2700), - [anon_sym_bit_DASHxor] = ACTIONS(2704), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1048] = { - [sym_comment] = STATE(1048), - [ts_builtin_sym_end] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1550), - [anon_sym_LF] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1550), - [anon_sym_PIPE] = ACTIONS(1550), - [anon_sym_DOLLAR] = ACTIONS(1550), - [anon_sym_GT] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_in] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_DOT] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_STAR_STAR] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_SLASH] = ACTIONS(1550), - [anon_sym_mod] = ACTIONS(1550), - [anon_sym_SLASH_SLASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_bit_DASHshl] = ACTIONS(1550), - [anon_sym_bit_DASHshr] = ACTIONS(1550), - [anon_sym_EQ_EQ] = ACTIONS(1550), - [anon_sym_BANG_EQ] = ACTIONS(1550), - [anon_sym_LT2] = ACTIONS(1550), - [anon_sym_LT_EQ] = ACTIONS(1550), - [anon_sym_GT_EQ] = ACTIONS(1550), - [anon_sym_not_DASHin] = ACTIONS(1550), - [anon_sym_starts_DASHwith] = ACTIONS(1550), - [anon_sym_ends_DASHwith] = ACTIONS(1550), - [anon_sym_EQ_TILDE] = ACTIONS(1550), - [anon_sym_BANG_TILDE] = ACTIONS(1550), - [anon_sym_bit_DASHand] = ACTIONS(1550), - [anon_sym_bit_DASHxor] = ACTIONS(1550), - [anon_sym_bit_DASHor] = ACTIONS(1550), - [anon_sym_and] = ACTIONS(1550), - [anon_sym_xor] = ACTIONS(1550), - [anon_sym_or] = ACTIONS(1550), - [sym_val_nothing] = ACTIONS(1550), - [anon_sym_true] = ACTIONS(1550), - [anon_sym_false] = ACTIONS(1550), - [aux_sym__val_number_decimal_token1] = ACTIONS(1550), - [aux_sym__val_number_token1] = ACTIONS(1550), - [aux_sym__val_number_token2] = ACTIONS(1550), - [aux_sym__val_number_token3] = ACTIONS(1550), - [aux_sym__val_number_token4] = ACTIONS(1550), - [aux_sym__val_number_token5] = ACTIONS(1550), - [aux_sym__val_number_token6] = ACTIONS(1550), - [anon_sym_0b] = ACTIONS(1550), - [anon_sym_0o] = ACTIONS(1550), - [anon_sym_0x] = ACTIONS(1550), - [sym_val_date] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym__str_single_quotes] = ACTIONS(1550), - [sym__str_back_ticks] = ACTIONS(1550), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1550), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1550), - [anon_sym_err_GT] = ACTIONS(1550), - [anon_sym_out_GT] = ACTIONS(1550), - [anon_sym_e_GT] = ACTIONS(1550), - [anon_sym_o_GT] = ACTIONS(1550), - [anon_sym_err_PLUSout_GT] = ACTIONS(1550), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1550), - [anon_sym_o_PLUSe_GT] = ACTIONS(1550), - [anon_sym_e_PLUSo_GT] = ACTIONS(1550), - [aux_sym_unquoted_token1] = ACTIONS(1550), - [anon_sym_POUND] = ACTIONS(105), - }, - [1049] = { - [sym_comment] = STATE(1049), - [ts_builtin_sym_end] = ACTIONS(1598), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_LF] = ACTIONS(1598), - [anon_sym_LBRACK] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(1596), - [anon_sym_PIPE] = ACTIONS(1596), - [anon_sym_DOLLAR] = ACTIONS(1596), - [anon_sym_GT] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1596), - [anon_sym_in] = ACTIONS(1596), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_DOT] = ACTIONS(1596), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_STAR_STAR] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_SLASH] = ACTIONS(1596), - [anon_sym_mod] = ACTIONS(1596), - [anon_sym_SLASH_SLASH] = ACTIONS(1596), - [anon_sym_PLUS] = ACTIONS(1596), - [anon_sym_bit_DASHshl] = ACTIONS(1596), - [anon_sym_bit_DASHshr] = ACTIONS(1596), - [anon_sym_EQ_EQ] = ACTIONS(1596), - [anon_sym_BANG_EQ] = ACTIONS(1596), - [anon_sym_LT2] = ACTIONS(1596), - [anon_sym_LT_EQ] = ACTIONS(1596), - [anon_sym_GT_EQ] = ACTIONS(1596), - [anon_sym_not_DASHin] = ACTIONS(1596), - [anon_sym_starts_DASHwith] = ACTIONS(1596), - [anon_sym_ends_DASHwith] = ACTIONS(1596), - [anon_sym_EQ_TILDE] = ACTIONS(1596), - [anon_sym_BANG_TILDE] = ACTIONS(1596), - [anon_sym_bit_DASHand] = ACTIONS(1596), - [anon_sym_bit_DASHxor] = ACTIONS(1596), - [anon_sym_bit_DASHor] = ACTIONS(1596), - [anon_sym_and] = ACTIONS(1596), - [anon_sym_xor] = ACTIONS(1596), - [anon_sym_or] = ACTIONS(1596), - [sym_val_nothing] = ACTIONS(1596), - [anon_sym_true] = ACTIONS(1596), - [anon_sym_false] = ACTIONS(1596), - [aux_sym__val_number_decimal_token1] = ACTIONS(1596), - [aux_sym__val_number_token1] = ACTIONS(1596), - [aux_sym__val_number_token2] = ACTIONS(1596), - [aux_sym__val_number_token3] = ACTIONS(1596), - [aux_sym__val_number_token4] = ACTIONS(1596), - [aux_sym__val_number_token5] = ACTIONS(1596), - [aux_sym__val_number_token6] = ACTIONS(1596), - [anon_sym_0b] = ACTIONS(1596), - [anon_sym_0o] = ACTIONS(1596), - [anon_sym_0x] = ACTIONS(1596), - [sym_val_date] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym__str_single_quotes] = ACTIONS(1596), - [sym__str_back_ticks] = ACTIONS(1596), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1596), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1596), - [anon_sym_err_GT] = ACTIONS(1596), - [anon_sym_out_GT] = ACTIONS(1596), - [anon_sym_e_GT] = ACTIONS(1596), - [anon_sym_o_GT] = ACTIONS(1596), - [anon_sym_err_PLUSout_GT] = ACTIONS(1596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1596), - [anon_sym_o_PLUSe_GT] = ACTIONS(1596), - [anon_sym_e_PLUSo_GT] = ACTIONS(1596), - [aux_sym_unquoted_token1] = ACTIONS(1596), - [anon_sym_POUND] = ACTIONS(105), - }, - [1050] = { - [sym_ctrl_do] = STATE(5177), - [sym_ctrl_if] = STATE(5177), - [sym_ctrl_match] = STATE(5177), - [sym_ctrl_try] = STATE(5177), - [sym__expression] = STATE(5177), - [sym_expr_unary] = STATE(3137), - [sym__expr_unary_minus] = STATE(3138), - [sym_expr_binary] = STATE(3137), - [sym__expr_binary_expression] = STATE(3418), - [sym_expr_parenthesized] = STATE(2995), - [sym_val_range] = STATE(2576), - [sym__value] = STATE(3137), - [sym_val_bool] = STATE(3122), - [sym_val_variable] = STATE(3048), - [sym__var] = STATE(2898), - [sym_val_number] = STATE(443), - [sym__val_number_decimal] = STATE(412), - [sym__val_number] = STATE(411), - [sym_val_duration] = STATE(3122), - [sym_val_filesize] = STATE(3122), - [sym_val_binary] = STATE(3122), - [sym_val_string] = STATE(3122), - [sym__str_double_quotes] = STATE(3124), - [sym_val_interpolated] = STATE(3122), - [sym__inter_single_quotes] = STATE(3148), - [sym__inter_double_quotes] = STATE(3150), - [sym_val_list] = STATE(3122), - [sym_val_record] = STATE(3122), - [sym_val_table] = STATE(3122), - [sym_val_closure] = STATE(3122), - [sym_comment] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2620), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_LF] = ACTIONS(2620), - [anon_sym_LBRACK] = ACTIONS(2706), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2618), - [anon_sym_DOLLAR] = ACTIONS(1747), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(2710), - [anon_sym_DOT] = ACTIONS(2712), - [anon_sym_try] = ACTIONS(61), - [anon_sym_PLUS] = ACTIONS(2714), - [anon_sym_not] = ACTIONS(79), - [sym_val_nothing] = 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(81), - [anon_sym_DQUOTE] = ACTIONS(2716), - [sym__str_single_quotes] = ACTIONS(2718), - [sym__str_back_ticks] = ACTIONS(2718), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2720), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2722), - [anon_sym_POUND] = ACTIONS(105), - }, - [1051] = { - [sym_comment] = STATE(1051), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_mod] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1052] = { - [sym_comment] = STATE(1052), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1053] = { - [sym_comment] = STATE(1053), - [ts_builtin_sym_end] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1620), - [anon_sym_LF] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_LPAREN] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1620), - [anon_sym_DOLLAR] = ACTIONS(1620), - [anon_sym_GT] = ACTIONS(1620), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_in] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1620), - [anon_sym_DOT] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1620), - [anon_sym_STAR_STAR] = ACTIONS(1620), - [anon_sym_PLUS_PLUS] = ACTIONS(1620), - [anon_sym_SLASH] = ACTIONS(1620), - [anon_sym_mod] = ACTIONS(1620), - [anon_sym_SLASH_SLASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_bit_DASHshl] = ACTIONS(1620), - [anon_sym_bit_DASHshr] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1620), - [anon_sym_BANG_EQ] = ACTIONS(1620), - [anon_sym_LT2] = ACTIONS(1620), - [anon_sym_LT_EQ] = ACTIONS(1620), - [anon_sym_GT_EQ] = ACTIONS(1620), - [anon_sym_not_DASHin] = ACTIONS(1620), - [anon_sym_starts_DASHwith] = ACTIONS(1620), - [anon_sym_ends_DASHwith] = ACTIONS(1620), - [anon_sym_EQ_TILDE] = ACTIONS(1620), - [anon_sym_BANG_TILDE] = ACTIONS(1620), - [anon_sym_bit_DASHand] = ACTIONS(1620), - [anon_sym_bit_DASHxor] = ACTIONS(1620), - [anon_sym_bit_DASHor] = ACTIONS(1620), - [anon_sym_and] = ACTIONS(1620), - [anon_sym_xor] = ACTIONS(1620), - [anon_sym_or] = ACTIONS(1620), - [sym_val_nothing] = ACTIONS(1620), - [anon_sym_true] = ACTIONS(1620), - [anon_sym_false] = ACTIONS(1620), - [aux_sym__val_number_decimal_token1] = ACTIONS(1620), - [aux_sym__val_number_token1] = ACTIONS(1620), - [aux_sym__val_number_token2] = ACTIONS(1620), - [aux_sym__val_number_token3] = ACTIONS(1620), - [aux_sym__val_number_token4] = ACTIONS(1620), - [aux_sym__val_number_token5] = ACTIONS(1620), - [aux_sym__val_number_token6] = ACTIONS(1620), - [anon_sym_0b] = ACTIONS(1620), - [anon_sym_0o] = ACTIONS(1620), - [anon_sym_0x] = ACTIONS(1620), - [sym_val_date] = ACTIONS(1620), - [anon_sym_DQUOTE] = ACTIONS(1620), - [sym__str_single_quotes] = ACTIONS(1620), - [sym__str_back_ticks] = ACTIONS(1620), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1620), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1620), - [anon_sym_err_GT] = ACTIONS(1620), - [anon_sym_out_GT] = ACTIONS(1620), - [anon_sym_e_GT] = ACTIONS(1620), - [anon_sym_o_GT] = ACTIONS(1620), - [anon_sym_err_PLUSout_GT] = ACTIONS(1620), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1620), - [anon_sym_o_PLUSe_GT] = ACTIONS(1620), - [anon_sym_e_PLUSo_GT] = ACTIONS(1620), - [aux_sym_unquoted_token1] = ACTIONS(1620), - [anon_sym_POUND] = ACTIONS(105), - }, - [1054] = { - [sym_comment] = STATE(1054), - [ts_builtin_sym_end] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1469), - [anon_sym_LF] = ACTIONS(1562), - [anon_sym_LBRACK] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1469), - [anon_sym_PIPE] = ACTIONS(1469), - [anon_sym_DOLLAR] = ACTIONS(1469), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1469), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [aux_sym__val_number_decimal_token1] = ACTIONS(1469), - [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(1469), - [aux_sym__val_number_token5] = ACTIONS(1469), - [aux_sym__val_number_token6] = ACTIONS(1469), - [anon_sym_0b] = ACTIONS(1469), - [anon_sym_0o] = ACTIONS(1469), - [anon_sym_0x] = ACTIONS(1469), - [sym_val_date] = ACTIONS(1469), - [anon_sym_DQUOTE] = ACTIONS(1469), - [sym__str_single_quotes] = ACTIONS(1469), - [sym__str_back_ticks] = ACTIONS(1469), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1469), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1469), - [anon_sym_err_GT] = ACTIONS(1469), - [anon_sym_out_GT] = ACTIONS(1469), - [anon_sym_e_GT] = ACTIONS(1469), - [anon_sym_o_GT] = ACTIONS(1469), - [anon_sym_err_PLUSout_GT] = ACTIONS(1469), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1469), - [anon_sym_o_PLUSe_GT] = ACTIONS(1469), - [anon_sym_e_PLUSo_GT] = ACTIONS(1469), - [aux_sym_unquoted_token1] = ACTIONS(1469), - [anon_sym_POUND] = ACTIONS(105), - }, - [1055] = { - [sym_comment] = STATE(1055), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_in] = ACTIONS(1510), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_bit_DASHshl] = ACTIONS(1510), - [anon_sym_bit_DASHshr] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1510), - [anon_sym_BANG_EQ] = ACTIONS(1510), - [anon_sym_LT2] = ACTIONS(1510), - [anon_sym_LT_EQ] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1510), - [anon_sym_not_DASHin] = ACTIONS(1510), - [anon_sym_starts_DASHwith] = ACTIONS(1510), - [anon_sym_ends_DASHwith] = ACTIONS(1510), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1056] = { - [sym_comment] = STATE(1056), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1057] = { - [sym_comment] = STATE(1057), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(1510), - [anon_sym_BANG_TILDE] = ACTIONS(1510), - [anon_sym_bit_DASHand] = ACTIONS(1510), - [anon_sym_bit_DASHxor] = ACTIONS(1510), - [anon_sym_bit_DASHor] = ACTIONS(1510), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1058] = { - [sym_comment] = STATE(1058), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1059] = { - [sym_comment] = STATE(1059), - [ts_builtin_sym_end] = ACTIONS(1463), - [anon_sym_SEMI] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_in] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_STAR_STAR] = ACTIONS(1461), - [anon_sym_PLUS_PLUS] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_bit_DASHshl] = ACTIONS(1461), - [anon_sym_bit_DASHshr] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1461), - [anon_sym_BANG_EQ] = ACTIONS(1461), - [anon_sym_LT2] = ACTIONS(1461), - [anon_sym_LT_EQ] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1461), - [anon_sym_not_DASHin] = ACTIONS(1461), - [anon_sym_starts_DASHwith] = ACTIONS(1461), - [anon_sym_ends_DASHwith] = ACTIONS(1461), - [anon_sym_EQ_TILDE] = ACTIONS(1461), - [anon_sym_BANG_TILDE] = ACTIONS(1461), - [anon_sym_bit_DASHand] = ACTIONS(1461), - [anon_sym_bit_DASHxor] = ACTIONS(1461), - [anon_sym_bit_DASHor] = ACTIONS(1461), - [anon_sym_and] = ACTIONS(1461), - [anon_sym_xor] = ACTIONS(1461), - [anon_sym_or] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_err_GT] = ACTIONS(1461), - [anon_sym_out_GT] = ACTIONS(1461), - [anon_sym_e_GT] = ACTIONS(1461), - [anon_sym_o_GT] = ACTIONS(1461), - [anon_sym_err_PLUSout_GT] = ACTIONS(1461), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1461), - [anon_sym_o_PLUSe_GT] = ACTIONS(1461), - [anon_sym_e_PLUSo_GT] = ACTIONS(1461), - [aux_sym_unquoted_token1] = ACTIONS(1461), - [anon_sym_POUND] = ACTIONS(105), - }, - [1060] = { - [sym_comment] = STATE(1060), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1061] = { - [sym_comment] = STATE(1061), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_RPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_RBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_DOT2] = ACTIONS(2726), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token1] = ACTIONS(2728), - [aux_sym__immediate_decimal_token2] = ACTIONS(2730), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), - [anon_sym_POUND] = ACTIONS(105), - }, - [1062] = { - [sym_comment] = STATE(1062), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(2700), - [anon_sym_bit_DASHxor] = ACTIONS(2704), - [anon_sym_bit_DASHor] = ACTIONS(2732), - [anon_sym_and] = ACTIONS(1510), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1063] = { - [sym_comment] = STATE(1063), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token1] = ACTIONS(2738), - [aux_sym__immediate_decimal_token2] = ACTIONS(2740), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1064] = { - [sym_comment] = STATE(1064), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1065] = { - [sym_comment] = STATE(1065), - [ts_builtin_sym_end] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_LF] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_PIPE] = ACTIONS(1546), - [anon_sym_DOLLAR] = ACTIONS(1546), - [anon_sym_GT] = ACTIONS(1546), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_in] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_DOT] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1546), - [anon_sym_STAR_STAR] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_SLASH] = ACTIONS(1546), - [anon_sym_mod] = ACTIONS(1546), - [anon_sym_SLASH_SLASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_bit_DASHshl] = ACTIONS(1546), - [anon_sym_bit_DASHshr] = ACTIONS(1546), - [anon_sym_EQ_EQ] = ACTIONS(1546), - [anon_sym_BANG_EQ] = ACTIONS(1546), - [anon_sym_LT2] = ACTIONS(1546), - [anon_sym_LT_EQ] = ACTIONS(1546), - [anon_sym_GT_EQ] = ACTIONS(1546), - [anon_sym_not_DASHin] = ACTIONS(1546), - [anon_sym_starts_DASHwith] = ACTIONS(1546), - [anon_sym_ends_DASHwith] = ACTIONS(1546), - [anon_sym_EQ_TILDE] = ACTIONS(1546), - [anon_sym_BANG_TILDE] = ACTIONS(1546), - [anon_sym_bit_DASHand] = ACTIONS(1546), - [anon_sym_bit_DASHxor] = ACTIONS(1546), - [anon_sym_bit_DASHor] = ACTIONS(1546), - [anon_sym_and] = ACTIONS(1546), - [anon_sym_xor] = ACTIONS(1546), - [anon_sym_or] = ACTIONS(1546), - [sym_val_nothing] = ACTIONS(1546), - [anon_sym_true] = ACTIONS(1546), - [anon_sym_false] = ACTIONS(1546), - [aux_sym__val_number_decimal_token1] = ACTIONS(1546), - [aux_sym__val_number_token1] = ACTIONS(1546), - [aux_sym__val_number_token2] = ACTIONS(1546), - [aux_sym__val_number_token3] = ACTIONS(1546), - [aux_sym__val_number_token4] = ACTIONS(1546), - [aux_sym__val_number_token5] = ACTIONS(1546), - [aux_sym__val_number_token6] = ACTIONS(1546), - [anon_sym_0b] = ACTIONS(1546), - [anon_sym_0o] = ACTIONS(1546), - [anon_sym_0x] = ACTIONS(1546), - [sym_val_date] = ACTIONS(1546), - [anon_sym_DQUOTE] = ACTIONS(1546), - [sym__str_single_quotes] = ACTIONS(1546), - [sym__str_back_ticks] = ACTIONS(1546), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1546), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1546), - [anon_sym_err_GT] = ACTIONS(1546), - [anon_sym_out_GT] = ACTIONS(1546), - [anon_sym_e_GT] = ACTIONS(1546), - [anon_sym_o_GT] = ACTIONS(1546), - [anon_sym_err_PLUSout_GT] = ACTIONS(1546), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1546), - [anon_sym_o_PLUSe_GT] = ACTIONS(1546), - [anon_sym_e_PLUSo_GT] = ACTIONS(1546), - [aux_sym_unquoted_token1] = ACTIONS(1546), - [anon_sym_POUND] = ACTIONS(105), - }, - [1066] = { - [sym_path] = STATE(1157), - [sym_comment] = STATE(1066), - [aux_sym_cell_path_repeat1] = STATE(1070), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_RPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), - [anon_sym_POUND] = ACTIONS(105), - }, - [1067] = { - [sym_comment] = STATE(1067), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(2700), - [anon_sym_bit_DASHxor] = ACTIONS(2704), - [anon_sym_bit_DASHor] = ACTIONS(2732), - [anon_sym_and] = ACTIONS(2742), - [anon_sym_xor] = ACTIONS(1510), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1068] = { - [sym_comment] = STATE(1068), - [ts_builtin_sym_end] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_PIPE] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_in] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_STAR] = ACTIONS(1492), - [anon_sym_STAR_STAR] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [anon_sym_SLASH] = ACTIONS(1492), - [anon_sym_mod] = ACTIONS(1492), - [anon_sym_SLASH_SLASH] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_bit_DASHshl] = ACTIONS(1492), - [anon_sym_bit_DASHshr] = ACTIONS(1492), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_LT2] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_not_DASHin] = ACTIONS(1492), - [anon_sym_starts_DASHwith] = ACTIONS(1492), - [anon_sym_ends_DASHwith] = ACTIONS(1492), - [anon_sym_EQ_TILDE] = ACTIONS(1492), - [anon_sym_BANG_TILDE] = ACTIONS(1492), - [anon_sym_bit_DASHand] = ACTIONS(1492), - [anon_sym_bit_DASHxor] = ACTIONS(1492), - [anon_sym_bit_DASHor] = ACTIONS(1492), - [anon_sym_and] = ACTIONS(1492), - [anon_sym_xor] = ACTIONS(1492), - [anon_sym_or] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_err_GT] = ACTIONS(1492), - [anon_sym_out_GT] = ACTIONS(1492), - [anon_sym_e_GT] = ACTIONS(1492), - [anon_sym_o_GT] = ACTIONS(1492), - [anon_sym_err_PLUSout_GT] = ACTIONS(1492), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1492), - [anon_sym_o_PLUSe_GT] = ACTIONS(1492), - [anon_sym_e_PLUSo_GT] = ACTIONS(1492), - [aux_sym_unquoted_token1] = ACTIONS(1492), - [anon_sym_POUND] = ACTIONS(105), - }, - [1069] = { - [sym_comment] = STATE(1069), - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_PIPE] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_GT] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_in] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_STAR_STAR] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [anon_sym_SLASH] = ACTIONS(1446), - [anon_sym_mod] = ACTIONS(1446), - [anon_sym_SLASH_SLASH] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_bit_DASHshl] = ACTIONS(1446), - [anon_sym_bit_DASHshr] = ACTIONS(1446), - [anon_sym_EQ_EQ] = ACTIONS(1446), - [anon_sym_BANG_EQ] = ACTIONS(1446), - [anon_sym_LT2] = ACTIONS(1446), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_not_DASHin] = ACTIONS(1446), - [anon_sym_starts_DASHwith] = ACTIONS(1446), - [anon_sym_ends_DASHwith] = ACTIONS(1446), - [anon_sym_EQ_TILDE] = ACTIONS(1446), - [anon_sym_BANG_TILDE] = ACTIONS(1446), - [anon_sym_bit_DASHand] = ACTIONS(1446), - [anon_sym_bit_DASHxor] = ACTIONS(1446), - [anon_sym_bit_DASHor] = ACTIONS(1446), - [anon_sym_and] = ACTIONS(1446), - [anon_sym_xor] = ACTIONS(1446), - [anon_sym_or] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_err_GT] = ACTIONS(1446), - [anon_sym_out_GT] = ACTIONS(1446), - [anon_sym_e_GT] = ACTIONS(1446), - [anon_sym_o_GT] = ACTIONS(1446), - [anon_sym_err_PLUSout_GT] = ACTIONS(1446), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1446), - [anon_sym_o_PLUSe_GT] = ACTIONS(1446), - [anon_sym_e_PLUSo_GT] = ACTIONS(1446), - [aux_sym_unquoted_token1] = ACTIONS(1446), - [anon_sym_POUND] = ACTIONS(105), - }, - [1070] = { - [sym_path] = STATE(1157), - [sym_comment] = STATE(1070), - [aux_sym_cell_path_repeat1] = STATE(1090), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_RPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, - [1071] = { - [sym_comment] = STATE(1071), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(2700), - [anon_sym_bit_DASHxor] = ACTIONS(2704), - [anon_sym_bit_DASHor] = ACTIONS(2732), - [anon_sym_and] = ACTIONS(2742), - [anon_sym_xor] = ACTIONS(2744), - [anon_sym_or] = ACTIONS(1510), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1072] = { - [sym_comment] = STATE(1072), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1073] = { - [sym_comment] = STATE(1073), - [ts_builtin_sym_end] = ACTIONS(1512), - [anon_sym_SEMI] = ACTIONS(1510), - [anon_sym_LF] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1510), - [anon_sym_GT] = ACTIONS(2694), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_in] = ACTIONS(2696), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2687), - [anon_sym_PLUS_PLUS] = ACTIONS(2687), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_mod] = ACTIONS(2685), - [anon_sym_SLASH_SLASH] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_bit_DASHshl] = ACTIONS(2689), - [anon_sym_bit_DASHshr] = ACTIONS(2689), - [anon_sym_EQ_EQ] = ACTIONS(2694), - [anon_sym_BANG_EQ] = ACTIONS(2694), - [anon_sym_LT2] = ACTIONS(2694), - [anon_sym_LT_EQ] = ACTIONS(2694), - [anon_sym_GT_EQ] = ACTIONS(2694), - [anon_sym_not_DASHin] = ACTIONS(2696), - [anon_sym_starts_DASHwith] = ACTIONS(2696), - [anon_sym_ends_DASHwith] = ACTIONS(2696), - [anon_sym_EQ_TILDE] = ACTIONS(2698), - [anon_sym_BANG_TILDE] = ACTIONS(2698), - [anon_sym_bit_DASHand] = ACTIONS(2700), - [anon_sym_bit_DASHxor] = ACTIONS(2704), - [anon_sym_bit_DASHor] = ACTIONS(2732), - [anon_sym_and] = ACTIONS(2742), - [anon_sym_xor] = ACTIONS(2744), - [anon_sym_or] = ACTIONS(2746), - [sym_val_nothing] = ACTIONS(1510), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [aux_sym__val_number_decimal_token1] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1510), - [aux_sym__val_number_token5] = ACTIONS(1510), - [aux_sym__val_number_token6] = ACTIONS(1510), - [anon_sym_0b] = ACTIONS(1510), - [anon_sym_0o] = ACTIONS(1510), - [anon_sym_0x] = ACTIONS(1510), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [anon_sym_err_GT] = ACTIONS(1510), - [anon_sym_out_GT] = ACTIONS(1510), - [anon_sym_e_GT] = ACTIONS(1510), - [anon_sym_o_GT] = ACTIONS(1510), - [anon_sym_err_PLUSout_GT] = ACTIONS(1510), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1510), - [anon_sym_o_PLUSe_GT] = ACTIONS(1510), - [anon_sym_e_PLUSo_GT] = ACTIONS(1510), - [aux_sym_unquoted_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(105), - }, - [1074] = { - [sym_comment] = STATE(1074), - [ts_builtin_sym_end] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_LF] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_in] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_STAR_STAR] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_mod] = ACTIONS(1506), - [anon_sym_SLASH_SLASH] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_bit_DASHshl] = ACTIONS(1506), - [anon_sym_bit_DASHshr] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1506), - [anon_sym_BANG_EQ] = ACTIONS(1506), - [anon_sym_LT2] = ACTIONS(1506), - [anon_sym_LT_EQ] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1506), - [anon_sym_not_DASHin] = ACTIONS(1506), - [anon_sym_starts_DASHwith] = ACTIONS(1506), - [anon_sym_ends_DASHwith] = ACTIONS(1506), - [anon_sym_EQ_TILDE] = ACTIONS(1506), - [anon_sym_BANG_TILDE] = ACTIONS(1506), - [anon_sym_bit_DASHand] = ACTIONS(1506), - [anon_sym_bit_DASHxor] = ACTIONS(1506), - [anon_sym_bit_DASHor] = ACTIONS(1506), - [anon_sym_and] = ACTIONS(1506), - [anon_sym_xor] = ACTIONS(1506), - [anon_sym_or] = ACTIONS(1506), - [sym_val_nothing] = ACTIONS(1506), - [anon_sym_true] = ACTIONS(1506), - [anon_sym_false] = ACTIONS(1506), - [aux_sym__val_number_decimal_token1] = ACTIONS(1506), - [aux_sym__val_number_token1] = ACTIONS(1506), - [aux_sym__val_number_token2] = ACTIONS(1506), - [aux_sym__val_number_token3] = ACTIONS(1506), - [aux_sym__val_number_token4] = ACTIONS(1506), - [aux_sym__val_number_token5] = ACTIONS(1506), - [aux_sym__val_number_token6] = ACTIONS(1506), - [anon_sym_0b] = ACTIONS(1506), - [anon_sym_0o] = ACTIONS(1506), - [anon_sym_0x] = ACTIONS(1506), - [sym_val_date] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [sym__str_single_quotes] = ACTIONS(1506), - [sym__str_back_ticks] = ACTIONS(1506), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1506), - [anon_sym_err_GT] = ACTIONS(1506), - [anon_sym_out_GT] = ACTIONS(1506), - [anon_sym_e_GT] = ACTIONS(1506), - [anon_sym_o_GT] = ACTIONS(1506), - [anon_sym_err_PLUSout_GT] = ACTIONS(1506), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1506), - [anon_sym_o_PLUSe_GT] = ACTIONS(1506), - [anon_sym_e_PLUSo_GT] = ACTIONS(1506), - [aux_sym_unquoted_token1] = ACTIONS(1506), - [anon_sym_POUND] = ACTIONS(105), - }, - [1075] = { - [sym_path] = STATE(1157), - [sym_comment] = STATE(1075), - [aux_sym_cell_path_repeat1] = STATE(1087), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_RPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), - [anon_sym_POUND] = ACTIONS(105), - }, - [1076] = { - [sym_comment] = STATE(1076), - [ts_builtin_sym_end] = ACTIONS(1592), - [anon_sym_SEMI] = ACTIONS(1590), - [anon_sym_LF] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_LPAREN] = ACTIONS(1590), - [anon_sym_PIPE] = ACTIONS(1590), - [anon_sym_DOLLAR] = ACTIONS(1590), - [anon_sym_GT] = ACTIONS(1590), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_in] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1590), - [anon_sym_DOT] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1590), - [anon_sym_STAR_STAR] = ACTIONS(1590), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_SLASH] = ACTIONS(1590), - [anon_sym_mod] = ACTIONS(1590), - [anon_sym_SLASH_SLASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_bit_DASHshl] = ACTIONS(1590), - [anon_sym_bit_DASHshr] = ACTIONS(1590), - [anon_sym_EQ_EQ] = ACTIONS(1590), - [anon_sym_BANG_EQ] = ACTIONS(1590), - [anon_sym_LT2] = ACTIONS(1590), - [anon_sym_LT_EQ] = ACTIONS(1590), - [anon_sym_GT_EQ] = ACTIONS(1590), - [anon_sym_not_DASHin] = ACTIONS(1590), - [anon_sym_starts_DASHwith] = ACTIONS(1590), - [anon_sym_ends_DASHwith] = ACTIONS(1590), - [anon_sym_EQ_TILDE] = ACTIONS(1590), - [anon_sym_BANG_TILDE] = ACTIONS(1590), - [anon_sym_bit_DASHand] = ACTIONS(1590), - [anon_sym_bit_DASHxor] = ACTIONS(1590), - [anon_sym_bit_DASHor] = ACTIONS(1590), - [anon_sym_and] = ACTIONS(1590), - [anon_sym_xor] = ACTIONS(1590), - [anon_sym_or] = ACTIONS(1590), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1590), - [anon_sym_out_GT] = ACTIONS(1590), - [anon_sym_e_GT] = ACTIONS(1590), - [anon_sym_o_GT] = ACTIONS(1590), - [anon_sym_err_PLUSout_GT] = ACTIONS(1590), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1590), - [anon_sym_o_PLUSe_GT] = ACTIONS(1590), - [anon_sym_e_PLUSo_GT] = ACTIONS(1590), - [aux_sym_unquoted_token1] = ACTIONS(1590), - [anon_sym_POUND] = ACTIONS(105), - }, - [1077] = { - [sym_comment] = STATE(1077), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(2748), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(2662), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(2750), - [anon_sym_POUND] = ACTIONS(105), - }, - [1078] = { - [sym_comment] = STATE(1078), - [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), - [sym_val_nothing] = 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), - }, - [1079] = { - [sym_comment] = STATE(1079), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(2752), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(2662), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(2754), - [anon_sym_POUND] = ACTIONS(105), - }, - [1080] = { - [sym_cell_path] = STATE(1302), - [sym_path] = STATE(1066), - [sym_comment] = STATE(1080), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), - [anon_sym_POUND] = ACTIONS(105), - }, - [1081] = { - [sym_comment] = STATE(1081), - [ts_builtin_sym_end] = ACTIONS(1580), - [anon_sym_SEMI] = ACTIONS(1578), - [anon_sym_LF] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_LPAREN] = ACTIONS(1578), - [anon_sym_PIPE] = ACTIONS(1578), - [anon_sym_DOLLAR] = ACTIONS(1578), - [anon_sym_GT] = ACTIONS(1578), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_in] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1578), - [anon_sym_DOT] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1578), - [anon_sym_STAR_STAR] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1578), - [anon_sym_SLASH] = ACTIONS(1578), - [anon_sym_mod] = ACTIONS(1578), - [anon_sym_SLASH_SLASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_bit_DASHshl] = ACTIONS(1578), - [anon_sym_bit_DASHshr] = ACTIONS(1578), - [anon_sym_EQ_EQ] = ACTIONS(1578), - [anon_sym_BANG_EQ] = ACTIONS(1578), - [anon_sym_LT2] = ACTIONS(1578), - [anon_sym_LT_EQ] = ACTIONS(1578), - [anon_sym_GT_EQ] = ACTIONS(1578), - [anon_sym_not_DASHin] = ACTIONS(1578), - [anon_sym_starts_DASHwith] = ACTIONS(1578), - [anon_sym_ends_DASHwith] = ACTIONS(1578), - [anon_sym_EQ_TILDE] = ACTIONS(1578), - [anon_sym_BANG_TILDE] = ACTIONS(1578), - [anon_sym_bit_DASHand] = ACTIONS(1578), - [anon_sym_bit_DASHxor] = ACTIONS(1578), - [anon_sym_bit_DASHor] = ACTIONS(1578), - [anon_sym_and] = ACTIONS(1578), - [anon_sym_xor] = ACTIONS(1578), - [anon_sym_or] = ACTIONS(1578), - [sym_val_nothing] = ACTIONS(1578), - [anon_sym_true] = ACTIONS(1578), - [anon_sym_false] = ACTIONS(1578), - [aux_sym__val_number_decimal_token1] = ACTIONS(1578), - [aux_sym__val_number_token1] = ACTIONS(1578), - [aux_sym__val_number_token2] = ACTIONS(1578), - [aux_sym__val_number_token3] = ACTIONS(1578), - [aux_sym__val_number_token4] = ACTIONS(1578), - [aux_sym__val_number_token5] = ACTIONS(1578), - [aux_sym__val_number_token6] = ACTIONS(1578), - [anon_sym_0b] = ACTIONS(1578), - [anon_sym_0o] = ACTIONS(1578), - [anon_sym_0x] = ACTIONS(1578), - [sym_val_date] = ACTIONS(1578), - [anon_sym_DQUOTE] = ACTIONS(1578), - [sym__str_single_quotes] = ACTIONS(1578), - [sym__str_back_ticks] = ACTIONS(1578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1578), - [anon_sym_err_GT] = ACTIONS(1578), - [anon_sym_out_GT] = ACTIONS(1578), - [anon_sym_e_GT] = ACTIONS(1578), - [anon_sym_o_GT] = ACTIONS(1578), - [anon_sym_err_PLUSout_GT] = ACTIONS(1578), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1578), - [anon_sym_o_PLUSe_GT] = ACTIONS(1578), - [anon_sym_e_PLUSo_GT] = ACTIONS(1578), - [aux_sym_unquoted_token1] = ACTIONS(1578), - [anon_sym_POUND] = ACTIONS(105), - }, - [1082] = { - [sym_cell_path] = STATE(1165), - [sym_path] = STATE(1075), - [sym_comment] = STATE(1082), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_RPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_RBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2756), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), - [anon_sym_POUND] = ACTIONS(105), - }, - [1083] = { - [sym_cell_path] = STATE(1363), - [sym_path] = STATE(1066), - [sym_comment] = STATE(1083), - [anon_sym_export] = ACTIONS(1406), - [anon_sym_alias] = ACTIONS(1406), - [anon_sym_let] = ACTIONS(1406), - [anon_sym_let_DASHenv] = ACTIONS(1406), - [anon_sym_mut] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1406), - [sym_cmd_identifier] = ACTIONS(1406), - [anon_sym_LF] = ACTIONS(1408), - [anon_sym_def] = ACTIONS(1406), - [anon_sym_export_DASHenv] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym_module] = ACTIONS(1406), - [anon_sym_use] = ACTIONS(1406), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1406), - [anon_sym_RPAREN] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [anon_sym_error] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_loop] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_match] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1406), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_source] = ACTIONS(1406), - [anon_sym_source_DASHenv] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_hide] = ACTIONS(1406), - [anon_sym_hide_DASHenv] = ACTIONS(1406), - [anon_sym_overlay] = ACTIONS(1406), - [anon_sym_where] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_not] = ACTIONS(1406), - [sym_val_nothing] = ACTIONS(1406), - [anon_sym_true] = ACTIONS(1406), - [anon_sym_false] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1406), - [aux_sym__val_number_token2] = ACTIONS(1406), - [aux_sym__val_number_token3] = ACTIONS(1406), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1406), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_0b] = ACTIONS(1406), - [anon_sym_0o] = ACTIONS(1406), - [anon_sym_0x] = ACTIONS(1406), - [sym_val_date] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [sym__str_single_quotes] = ACTIONS(1406), - [sym__str_back_ticks] = ACTIONS(1406), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1406), - [anon_sym_CARET] = ACTIONS(1406), - [anon_sym_POUND] = ACTIONS(105), - }, - [1084] = { - [sym_comment] = STATE(1084), - [ts_builtin_sym_end] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_PIPE] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_in] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_STAR] = ACTIONS(1484), - [anon_sym_STAR_STAR] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [anon_sym_SLASH] = ACTIONS(1484), - [anon_sym_mod] = ACTIONS(1484), - [anon_sym_SLASH_SLASH] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_bit_DASHshl] = ACTIONS(1484), - [anon_sym_bit_DASHshr] = ACTIONS(1484), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_LT2] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_not_DASHin] = ACTIONS(1484), - [anon_sym_starts_DASHwith] = ACTIONS(1484), - [anon_sym_ends_DASHwith] = ACTIONS(1484), - [anon_sym_EQ_TILDE] = ACTIONS(1484), - [anon_sym_BANG_TILDE] = ACTIONS(1484), - [anon_sym_bit_DASHand] = ACTIONS(1484), - [anon_sym_bit_DASHxor] = ACTIONS(1484), - [anon_sym_bit_DASHor] = ACTIONS(1484), - [anon_sym_and] = ACTIONS(1484), - [anon_sym_xor] = ACTIONS(1484), - [anon_sym_or] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_err_GT] = ACTIONS(1484), - [anon_sym_out_GT] = ACTIONS(1484), - [anon_sym_e_GT] = ACTIONS(1484), - [anon_sym_o_GT] = ACTIONS(1484), - [anon_sym_err_PLUSout_GT] = ACTIONS(1484), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1484), - [anon_sym_o_PLUSe_GT] = ACTIONS(1484), - [anon_sym_e_PLUSo_GT] = ACTIONS(1484), - [aux_sym_unquoted_token1] = ACTIONS(1484), - [anon_sym_POUND] = ACTIONS(105), - }, - [1085] = { - [sym_comment] = STATE(1085), - [ts_builtin_sym_end] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_LF] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(1634), - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_PIPE] = ACTIONS(1634), - [anon_sym_DOLLAR] = ACTIONS(1634), - [anon_sym_GT] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1634), - [anon_sym_in] = ACTIONS(1634), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_STAR_STAR] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_SLASH] = ACTIONS(1634), - [anon_sym_mod] = ACTIONS(1634), - [anon_sym_SLASH_SLASH] = ACTIONS(1634), - [anon_sym_PLUS] = ACTIONS(1634), - [anon_sym_bit_DASHshl] = ACTIONS(1634), - [anon_sym_bit_DASHshr] = ACTIONS(1634), - [anon_sym_EQ_EQ] = ACTIONS(1634), - [anon_sym_BANG_EQ] = ACTIONS(1634), - [anon_sym_LT2] = ACTIONS(1634), - [anon_sym_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_EQ] = ACTIONS(1634), - [anon_sym_not_DASHin] = ACTIONS(1634), - [anon_sym_starts_DASHwith] = ACTIONS(1634), - [anon_sym_ends_DASHwith] = ACTIONS(1634), - [anon_sym_EQ_TILDE] = ACTIONS(1634), - [anon_sym_BANG_TILDE] = ACTIONS(1634), - [anon_sym_bit_DASHand] = ACTIONS(1634), - [anon_sym_bit_DASHxor] = ACTIONS(1634), - [anon_sym_bit_DASHor] = ACTIONS(1634), - [anon_sym_and] = ACTIONS(1634), - [anon_sym_xor] = ACTIONS(1634), - [anon_sym_or] = ACTIONS(1634), - [sym_val_nothing] = ACTIONS(1634), - [anon_sym_true] = ACTIONS(1634), - [anon_sym_false] = ACTIONS(1634), - [aux_sym__val_number_decimal_token1] = ACTIONS(1634), - [aux_sym__val_number_token1] = ACTIONS(1634), - [aux_sym__val_number_token2] = ACTIONS(1634), - [aux_sym__val_number_token3] = ACTIONS(1634), - [aux_sym__val_number_token4] = ACTIONS(1634), - [aux_sym__val_number_token5] = ACTIONS(1634), - [aux_sym__val_number_token6] = ACTIONS(1634), - [anon_sym_0b] = ACTIONS(1634), - [anon_sym_0o] = ACTIONS(1634), - [anon_sym_0x] = ACTIONS(1634), - [sym_val_date] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym__str_single_quotes] = ACTIONS(1634), - [sym__str_back_ticks] = ACTIONS(1634), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1634), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1634), - [anon_sym_err_GT] = ACTIONS(1634), - [anon_sym_out_GT] = ACTIONS(1634), - [anon_sym_e_GT] = ACTIONS(1634), - [anon_sym_o_GT] = ACTIONS(1634), - [anon_sym_err_PLUSout_GT] = ACTIONS(1634), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1634), - [anon_sym_o_PLUSe_GT] = ACTIONS(1634), - [anon_sym_e_PLUSo_GT] = ACTIONS(1634), - [aux_sym_unquoted_token1] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(105), - }, - [1086] = { - [sym_comment] = STATE(1086), - [ts_builtin_sym_end] = ACTIONS(1576), - [anon_sym_SEMI] = ACTIONS(1574), - [anon_sym_LF] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_LPAREN] = ACTIONS(1574), - [anon_sym_PIPE] = ACTIONS(1574), - [anon_sym_DOLLAR] = ACTIONS(1574), - [anon_sym_GT] = ACTIONS(1574), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_in] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1574), - [anon_sym_DOT] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1574), - [anon_sym_STAR_STAR] = ACTIONS(1574), - [anon_sym_PLUS_PLUS] = ACTIONS(1574), - [anon_sym_SLASH] = ACTIONS(1574), - [anon_sym_mod] = ACTIONS(1574), - [anon_sym_SLASH_SLASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_bit_DASHshl] = ACTIONS(1574), - [anon_sym_bit_DASHshr] = ACTIONS(1574), - [anon_sym_EQ_EQ] = ACTIONS(1574), - [anon_sym_BANG_EQ] = ACTIONS(1574), - [anon_sym_LT2] = ACTIONS(1574), - [anon_sym_LT_EQ] = ACTIONS(1574), - [anon_sym_GT_EQ] = ACTIONS(1574), - [anon_sym_not_DASHin] = ACTIONS(1574), - [anon_sym_starts_DASHwith] = ACTIONS(1574), - [anon_sym_ends_DASHwith] = ACTIONS(1574), - [anon_sym_EQ_TILDE] = ACTIONS(1574), - [anon_sym_BANG_TILDE] = ACTIONS(1574), - [anon_sym_bit_DASHand] = ACTIONS(1574), - [anon_sym_bit_DASHxor] = ACTIONS(1574), - [anon_sym_bit_DASHor] = ACTIONS(1574), - [anon_sym_and] = ACTIONS(1574), - [anon_sym_xor] = ACTIONS(1574), - [anon_sym_or] = ACTIONS(1574), - [sym_val_nothing] = ACTIONS(1574), - [anon_sym_true] = ACTIONS(1574), - [anon_sym_false] = ACTIONS(1574), - [aux_sym__val_number_decimal_token1] = ACTIONS(1574), - [aux_sym__val_number_token1] = ACTIONS(1574), - [aux_sym__val_number_token2] = ACTIONS(1574), - [aux_sym__val_number_token3] = ACTIONS(1574), - [aux_sym__val_number_token4] = ACTIONS(1574), - [aux_sym__val_number_token5] = ACTIONS(1574), - [aux_sym__val_number_token6] = ACTIONS(1574), - [anon_sym_0b] = ACTIONS(1574), - [anon_sym_0o] = ACTIONS(1574), - [anon_sym_0x] = ACTIONS(1574), - [sym_val_date] = ACTIONS(1574), - [anon_sym_DQUOTE] = ACTIONS(1574), - [sym__str_single_quotes] = ACTIONS(1574), - [sym__str_back_ticks] = ACTIONS(1574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1574), - [anon_sym_err_GT] = ACTIONS(1574), - [anon_sym_out_GT] = ACTIONS(1574), - [anon_sym_e_GT] = ACTIONS(1574), - [anon_sym_o_GT] = ACTIONS(1574), - [anon_sym_err_PLUSout_GT] = ACTIONS(1574), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1574), - [anon_sym_o_PLUSe_GT] = ACTIONS(1574), - [anon_sym_e_PLUSo_GT] = ACTIONS(1574), - [aux_sym_unquoted_token1] = ACTIONS(1574), - [anon_sym_POUND] = ACTIONS(105), - }, - [1087] = { - [sym_path] = STATE(1157), - [sym_comment] = STATE(1087), - [aux_sym_cell_path_repeat1] = STATE(1090), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_RPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, - [1088] = { - [sym_comment] = STATE(1088), - [ts_builtin_sym_end] = ACTIONS(1467), - [anon_sym_SEMI] = ACTIONS(1465), - [anon_sym_LF] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_DOLLAR] = ACTIONS(1465), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1471), - [anon_sym_in] = ACTIONS(1469), - [anon_sym_LBRACE] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_STAR_STAR] = ACTIONS(1469), - [anon_sym_PLUS_PLUS] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(1469), - [anon_sym_PLUS] = ACTIONS(1471), - [anon_sym_bit_DASHshl] = ACTIONS(1469), - [anon_sym_bit_DASHshr] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1469), - [anon_sym_BANG_EQ] = ACTIONS(1469), - [anon_sym_LT2] = ACTIONS(1469), - [anon_sym_LT_EQ] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1469), - [anon_sym_not_DASHin] = ACTIONS(1469), - [anon_sym_starts_DASHwith] = ACTIONS(1469), - [anon_sym_ends_DASHwith] = ACTIONS(1469), - [anon_sym_EQ_TILDE] = ACTIONS(1469), - [anon_sym_BANG_TILDE] = ACTIONS(1469), - [anon_sym_bit_DASHand] = ACTIONS(1469), - [anon_sym_bit_DASHxor] = ACTIONS(1469), - [anon_sym_bit_DASHor] = ACTIONS(1469), - [anon_sym_and] = ACTIONS(1469), - [anon_sym_xor] = ACTIONS(1469), - [anon_sym_or] = ACTIONS(1469), - [sym_val_nothing] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [aux_sym__val_number_decimal_token1] = ACTIONS(1465), - [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(1465), - [aux_sym__val_number_token5] = ACTIONS(1465), - [aux_sym__val_number_token6] = ACTIONS(1465), - [anon_sym_0b] = ACTIONS(1465), - [anon_sym_0o] = ACTIONS(1465), - [anon_sym_0x] = ACTIONS(1465), - [sym_val_date] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(1465), - [sym__str_single_quotes] = ACTIONS(1465), - [sym__str_back_ticks] = ACTIONS(1465), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1465), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1465), - [anon_sym_err_GT] = ACTIONS(1465), - [anon_sym_out_GT] = ACTIONS(1465), - [anon_sym_e_GT] = ACTIONS(1465), - [anon_sym_o_GT] = ACTIONS(1465), - [anon_sym_err_PLUSout_GT] = ACTIONS(1465), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1465), - [anon_sym_o_PLUSe_GT] = ACTIONS(1465), - [anon_sym_e_PLUSo_GT] = ACTIONS(1465), - [aux_sym_unquoted_token1] = ACTIONS(1465), - [anon_sym_POUND] = ACTIONS(105), - }, - [1089] = { - [sym_comment] = STATE(1089), - [ts_builtin_sym_end] = ACTIONS(1560), - [anon_sym_SEMI] = ACTIONS(1558), - [anon_sym_LF] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_LPAREN] = ACTIONS(1558), - [anon_sym_PIPE] = ACTIONS(1558), - [anon_sym_DOLLAR] = ACTIONS(1558), - [anon_sym_GT] = ACTIONS(1558), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_in] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1558), - [anon_sym_DOT] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1558), - [anon_sym_STAR_STAR] = ACTIONS(1558), - [anon_sym_PLUS_PLUS] = ACTIONS(1558), - [anon_sym_SLASH] = ACTIONS(1558), - [anon_sym_mod] = ACTIONS(1558), - [anon_sym_SLASH_SLASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_bit_DASHshl] = ACTIONS(1558), - [anon_sym_bit_DASHshr] = ACTIONS(1558), - [anon_sym_EQ_EQ] = ACTIONS(1558), - [anon_sym_BANG_EQ] = ACTIONS(1558), - [anon_sym_LT2] = ACTIONS(1558), - [anon_sym_LT_EQ] = ACTIONS(1558), - [anon_sym_GT_EQ] = ACTIONS(1558), - [anon_sym_not_DASHin] = ACTIONS(1558), - [anon_sym_starts_DASHwith] = ACTIONS(1558), - [anon_sym_ends_DASHwith] = ACTIONS(1558), - [anon_sym_EQ_TILDE] = ACTIONS(1558), - [anon_sym_BANG_TILDE] = ACTIONS(1558), - [anon_sym_bit_DASHand] = ACTIONS(1558), - [anon_sym_bit_DASHxor] = ACTIONS(1558), - [anon_sym_bit_DASHor] = ACTIONS(1558), - [anon_sym_and] = ACTIONS(1558), - [anon_sym_xor] = ACTIONS(1558), - [anon_sym_or] = ACTIONS(1558), - [sym_val_nothing] = 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_err_GT] = ACTIONS(1558), - [anon_sym_out_GT] = ACTIONS(1558), - [anon_sym_e_GT] = ACTIONS(1558), - [anon_sym_o_GT] = ACTIONS(1558), - [anon_sym_err_PLUSout_GT] = ACTIONS(1558), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1558), - [anon_sym_o_PLUSe_GT] = ACTIONS(1558), - [anon_sym_e_PLUSo_GT] = ACTIONS(1558), - [aux_sym_unquoted_token1] = ACTIONS(1558), - [anon_sym_POUND] = ACTIONS(105), - }, - [1090] = { - [sym_path] = STATE(1157), - [sym_comment] = STATE(1090), - [aux_sym_cell_path_repeat1] = STATE(1090), - [anon_sym_export] = ACTIONS(1414), - [anon_sym_alias] = ACTIONS(1414), - [anon_sym_let] = ACTIONS(1414), - [anon_sym_let_DASHenv] = ACTIONS(1414), - [anon_sym_mut] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [sym_cmd_identifier] = ACTIONS(1414), - [anon_sym_LF] = ACTIONS(1416), - [anon_sym_def] = ACTIONS(1414), - [anon_sym_export_DASHenv] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym_module] = ACTIONS(1414), - [anon_sym_use] = ACTIONS(1414), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_RPAREN] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [anon_sym_error] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_loop] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_match] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_RBRACE] = ACTIONS(1414), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(2759), - [anon_sym_try] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_source] = ACTIONS(1414), - [anon_sym_source_DASHenv] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_hide] = ACTIONS(1414), - [anon_sym_hide_DASHenv] = ACTIONS(1414), - [anon_sym_overlay] = ACTIONS(1414), - [anon_sym_where] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_not] = ACTIONS(1414), - [sym_val_nothing] = ACTIONS(1414), - [anon_sym_true] = ACTIONS(1414), - [anon_sym_false] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [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(1414), - [aux_sym__val_number_token5] = ACTIONS(1414), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_0b] = ACTIONS(1414), - [anon_sym_0o] = ACTIONS(1414), - [anon_sym_0x] = ACTIONS(1414), - [sym_val_date] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym__str_single_quotes] = ACTIONS(1414), - [sym__str_back_ticks] = ACTIONS(1414), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), - [anon_sym_CARET] = ACTIONS(1414), + [1115] = { + [sym_comment] = STATE(1115), + [ts_builtin_sym_end] = ACTIONS(1660), + [anon_sym_SEMI] = ACTIONS(1658), + [anon_sym_LF] = ACTIONS(1660), + [anon_sym_LBRACK] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(1658), + [anon_sym_PIPE] = ACTIONS(1658), + [anon_sym_DOLLAR] = ACTIONS(1658), + [anon_sym_GT] = ACTIONS(1658), + [anon_sym_DASH] = ACTIONS(1658), + [anon_sym_in] = ACTIONS(1658), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_DOT] = ACTIONS(1658), + [anon_sym_STAR] = ACTIONS(1658), + [anon_sym_STAR_STAR] = ACTIONS(1658), + [anon_sym_PLUS_PLUS] = ACTIONS(1658), + [anon_sym_SLASH] = ACTIONS(1658), + [anon_sym_mod] = ACTIONS(1658), + [anon_sym_SLASH_SLASH] = ACTIONS(1658), + [anon_sym_PLUS] = ACTIONS(1658), + [anon_sym_bit_DASHshl] = ACTIONS(1658), + [anon_sym_bit_DASHshr] = ACTIONS(1658), + [anon_sym_EQ_EQ] = ACTIONS(1658), + [anon_sym_BANG_EQ] = ACTIONS(1658), + [anon_sym_LT2] = ACTIONS(1658), + [anon_sym_LT_EQ] = ACTIONS(1658), + [anon_sym_GT_EQ] = ACTIONS(1658), + [anon_sym_not_DASHin] = ACTIONS(1658), + [anon_sym_starts_DASHwith] = ACTIONS(1658), + [anon_sym_ends_DASHwith] = ACTIONS(1658), + [anon_sym_EQ_TILDE] = ACTIONS(1658), + [anon_sym_BANG_TILDE] = ACTIONS(1658), + [anon_sym_bit_DASHand] = ACTIONS(1658), + [anon_sym_bit_DASHxor] = ACTIONS(1658), + [anon_sym_bit_DASHor] = ACTIONS(1658), + [anon_sym_and] = ACTIONS(1658), + [anon_sym_xor] = ACTIONS(1658), + [anon_sym_or] = ACTIONS(1658), + [anon_sym_null] = ACTIONS(1658), + [anon_sym_true] = ACTIONS(1658), + [anon_sym_false] = ACTIONS(1658), + [aux_sym__val_number_decimal_token1] = ACTIONS(1658), + [aux_sym__val_number_token1] = ACTIONS(1658), + [aux_sym__val_number_token2] = ACTIONS(1658), + [aux_sym__val_number_token3] = ACTIONS(1658), + [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(1658), + [anon_sym_0o] = ACTIONS(1658), + [anon_sym_0x] = ACTIONS(1658), + [sym_val_date] = ACTIONS(1658), + [anon_sym_DQUOTE] = ACTIONS(1658), + [sym__str_single_quotes] = ACTIONS(1658), + [sym__str_back_ticks] = ACTIONS(1658), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1658), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1658), + [anon_sym_err_GT] = ACTIONS(1658), + [anon_sym_out_GT] = ACTIONS(1658), + [anon_sym_e_GT] = ACTIONS(1658), + [anon_sym_o_GT] = ACTIONS(1658), + [anon_sym_err_PLUSout_GT] = ACTIONS(1658), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1658), + [anon_sym_o_PLUSe_GT] = ACTIONS(1658), + [anon_sym_e_PLUSo_GT] = ACTIONS(1658), + [aux_sym_unquoted_token1] = ACTIONS(1658), [anon_sym_POUND] = ACTIONS(105), }, - [1091] = { - [sym_cell_path] = STATE(1371), - [sym_path] = STATE(1066), - [sym_comment] = STATE(1091), - [anon_sym_export] = ACTIONS(1410), - [anon_sym_alias] = ACTIONS(1410), - [anon_sym_let] = ACTIONS(1410), - [anon_sym_let_DASHenv] = ACTIONS(1410), - [anon_sym_mut] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [sym_cmd_identifier] = ACTIONS(1410), - [anon_sym_LF] = ACTIONS(1412), - [anon_sym_def] = ACTIONS(1410), - [anon_sym_export_DASHenv] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym_module] = ACTIONS(1410), - [anon_sym_use] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_RPAREN] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [anon_sym_error] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_loop] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_match] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(2702), - [anon_sym_try] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_source] = ACTIONS(1410), - [anon_sym_source_DASHenv] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_hide] = ACTIONS(1410), - [anon_sym_hide_DASHenv] = ACTIONS(1410), - [anon_sym_overlay] = ACTIONS(1410), - [anon_sym_where] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_not] = ACTIONS(1410), - [sym_val_nothing] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1410), - [anon_sym_false] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [aux_sym__val_number_token1] = ACTIONS(1410), - [aux_sym__val_number_token2] = ACTIONS(1410), - [aux_sym__val_number_token3] = ACTIONS(1410), - [aux_sym__val_number_token4] = ACTIONS(1410), - [aux_sym__val_number_token5] = ACTIONS(1410), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_0b] = ACTIONS(1410), - [anon_sym_0o] = ACTIONS(1410), - [anon_sym_0x] = ACTIONS(1410), - [sym_val_date] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym__str_single_quotes] = ACTIONS(1410), - [sym__str_back_ticks] = ACTIONS(1410), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1410), - [anon_sym_CARET] = ACTIONS(1410), + [1116] = { + [sym_comment] = STATE(1116), + [ts_builtin_sym_end] = ACTIONS(1656), + [anon_sym_SEMI] = ACTIONS(1654), + [anon_sym_LF] = ACTIONS(1656), + [anon_sym_LBRACK] = ACTIONS(1654), + [anon_sym_LPAREN] = ACTIONS(1654), + [anon_sym_PIPE] = ACTIONS(1654), + [anon_sym_DOLLAR] = ACTIONS(1654), + [anon_sym_GT] = ACTIONS(1654), + [anon_sym_DASH] = ACTIONS(1654), + [anon_sym_in] = ACTIONS(1654), + [anon_sym_LBRACE] = ACTIONS(1654), + [anon_sym_DOT] = ACTIONS(1654), + [anon_sym_STAR] = ACTIONS(1654), + [anon_sym_STAR_STAR] = ACTIONS(1654), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_SLASH] = ACTIONS(1654), + [anon_sym_mod] = ACTIONS(1654), + [anon_sym_SLASH_SLASH] = ACTIONS(1654), + [anon_sym_PLUS] = ACTIONS(1654), + [anon_sym_bit_DASHshl] = ACTIONS(1654), + [anon_sym_bit_DASHshr] = ACTIONS(1654), + [anon_sym_EQ_EQ] = ACTIONS(1654), + [anon_sym_BANG_EQ] = ACTIONS(1654), + [anon_sym_LT2] = ACTIONS(1654), + [anon_sym_LT_EQ] = ACTIONS(1654), + [anon_sym_GT_EQ] = ACTIONS(1654), + [anon_sym_not_DASHin] = ACTIONS(1654), + [anon_sym_starts_DASHwith] = ACTIONS(1654), + [anon_sym_ends_DASHwith] = ACTIONS(1654), + [anon_sym_EQ_TILDE] = ACTIONS(1654), + [anon_sym_BANG_TILDE] = ACTIONS(1654), + [anon_sym_bit_DASHand] = ACTIONS(1654), + [anon_sym_bit_DASHxor] = ACTIONS(1654), + [anon_sym_bit_DASHor] = ACTIONS(1654), + [anon_sym_and] = ACTIONS(1654), + [anon_sym_xor] = ACTIONS(1654), + [anon_sym_or] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_true] = ACTIONS(1654), + [anon_sym_false] = ACTIONS(1654), + [aux_sym__val_number_decimal_token1] = ACTIONS(1654), + [aux_sym__val_number_token1] = ACTIONS(1654), + [aux_sym__val_number_token2] = ACTIONS(1654), + [aux_sym__val_number_token3] = ACTIONS(1654), + [aux_sym__val_number_token4] = ACTIONS(1654), + [aux_sym__val_number_token5] = ACTIONS(1654), + [aux_sym__val_number_token6] = ACTIONS(1654), + [anon_sym_0b] = ACTIONS(1654), + [anon_sym_0o] = ACTIONS(1654), + [anon_sym_0x] = ACTIONS(1654), + [sym_val_date] = ACTIONS(1654), + [anon_sym_DQUOTE] = ACTIONS(1654), + [sym__str_single_quotes] = ACTIONS(1654), + [sym__str_back_ticks] = ACTIONS(1654), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1654), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1654), + [anon_sym_err_GT] = ACTIONS(1654), + [anon_sym_out_GT] = ACTIONS(1654), + [anon_sym_e_GT] = ACTIONS(1654), + [anon_sym_o_GT] = ACTIONS(1654), + [anon_sym_err_PLUSout_GT] = ACTIONS(1654), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1654), + [anon_sym_o_PLUSe_GT] = ACTIONS(1654), + [anon_sym_e_PLUSo_GT] = ACTIONS(1654), + [aux_sym_unquoted_token1] = ACTIONS(1654), [anon_sym_POUND] = ACTIONS(105), }, - [1092] = { - [sym_comment] = STATE(1092), - [ts_builtin_sym_end] = ACTIONS(1556), - [anon_sym_SEMI] = ACTIONS(1554), - [anon_sym_LF] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_LPAREN] = ACTIONS(1554), - [anon_sym_PIPE] = ACTIONS(1554), - [anon_sym_DOLLAR] = ACTIONS(1554), - [anon_sym_GT] = ACTIONS(1554), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_in] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1554), - [anon_sym_DOT] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1554), - [anon_sym_STAR_STAR] = ACTIONS(1554), - [anon_sym_PLUS_PLUS] = ACTIONS(1554), - [anon_sym_SLASH] = ACTIONS(1554), - [anon_sym_mod] = ACTIONS(1554), - [anon_sym_SLASH_SLASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_bit_DASHshl] = ACTIONS(1554), - [anon_sym_bit_DASHshr] = ACTIONS(1554), - [anon_sym_EQ_EQ] = ACTIONS(1554), - [anon_sym_BANG_EQ] = ACTIONS(1554), - [anon_sym_LT2] = ACTIONS(1554), - [anon_sym_LT_EQ] = ACTIONS(1554), - [anon_sym_GT_EQ] = ACTIONS(1554), - [anon_sym_not_DASHin] = ACTIONS(1554), - [anon_sym_starts_DASHwith] = ACTIONS(1554), - [anon_sym_ends_DASHwith] = ACTIONS(1554), - [anon_sym_EQ_TILDE] = ACTIONS(1554), - [anon_sym_BANG_TILDE] = ACTIONS(1554), - [anon_sym_bit_DASHand] = ACTIONS(1554), - [anon_sym_bit_DASHxor] = ACTIONS(1554), - [anon_sym_bit_DASHor] = ACTIONS(1554), - [anon_sym_and] = ACTIONS(1554), - [anon_sym_xor] = ACTIONS(1554), - [anon_sym_or] = ACTIONS(1554), - [sym_val_nothing] = ACTIONS(1554), - [anon_sym_true] = ACTIONS(1554), - [anon_sym_false] = ACTIONS(1554), - [aux_sym__val_number_decimal_token1] = ACTIONS(1554), - [aux_sym__val_number_token1] = ACTIONS(1554), - [aux_sym__val_number_token2] = ACTIONS(1554), - [aux_sym__val_number_token3] = ACTIONS(1554), - [aux_sym__val_number_token4] = ACTIONS(1554), - [aux_sym__val_number_token5] = ACTIONS(1554), - [aux_sym__val_number_token6] = ACTIONS(1554), - [anon_sym_0b] = ACTIONS(1554), - [anon_sym_0o] = ACTIONS(1554), - [anon_sym_0x] = ACTIONS(1554), - [sym_val_date] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1554), - [sym__str_single_quotes] = ACTIONS(1554), - [sym__str_back_ticks] = ACTIONS(1554), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1554), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1554), - [anon_sym_err_GT] = ACTIONS(1554), - [anon_sym_out_GT] = ACTIONS(1554), - [anon_sym_e_GT] = ACTIONS(1554), - [anon_sym_o_GT] = ACTIONS(1554), - [anon_sym_err_PLUSout_GT] = ACTIONS(1554), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1554), - [anon_sym_o_PLUSe_GT] = ACTIONS(1554), - [anon_sym_e_PLUSo_GT] = ACTIONS(1554), - [aux_sym_unquoted_token1] = ACTIONS(1554), + [1117] = { + [sym_comment] = STATE(1117), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token1] = ACTIONS(2810), + [aux_sym__immediate_decimal_token2] = ACTIONS(2812), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), [anon_sym_POUND] = ACTIONS(105), }, - [1093] = { - [sym_comment] = STATE(1093), - [anon_sym_export] = ACTIONS(2762), - [anon_sym_alias] = ACTIONS(2762), - [anon_sym_let] = ACTIONS(2762), - [anon_sym_let_DASHenv] = ACTIONS(2762), - [anon_sym_mut] = ACTIONS(2762), - [anon_sym_const] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2762), - [sym_cmd_identifier] = ACTIONS(2762), - [sym__long_flag_identifier] = ACTIONS(2764), - [anon_sym_LF] = ACTIONS(2766), - [anon_sym_def] = ACTIONS(2762), - [anon_sym_export_DASHenv] = ACTIONS(2762), - [anon_sym_extern] = ACTIONS(2762), - [anon_sym_module] = ACTIONS(2762), - [anon_sym_use] = ACTIONS(2762), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_LPAREN] = ACTIONS(2762), - [anon_sym_RPAREN] = ACTIONS(2762), - [anon_sym_DOLLAR] = ACTIONS(2762), - [anon_sym_error] = ACTIONS(2762), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_break] = ACTIONS(2762), - [anon_sym_continue] = ACTIONS(2762), - [anon_sym_for] = ACTIONS(2762), - [anon_sym_loop] = ACTIONS(2762), - [anon_sym_while] = ACTIONS(2762), - [anon_sym_do] = ACTIONS(2762), - [anon_sym_if] = ACTIONS(2762), - [anon_sym_match] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2762), - [anon_sym_RBRACE] = ACTIONS(2762), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_try] = ACTIONS(2762), - [anon_sym_return] = ACTIONS(2762), - [anon_sym_source] = ACTIONS(2762), - [anon_sym_source_DASHenv] = ACTIONS(2762), - [anon_sym_register] = ACTIONS(2762), - [anon_sym_hide] = ACTIONS(2762), - [anon_sym_hide_DASHenv] = ACTIONS(2762), - [anon_sym_overlay] = ACTIONS(2762), - [anon_sym_as] = ACTIONS(2762), - [anon_sym_where] = ACTIONS(2762), - [anon_sym_PLUS] = ACTIONS(2762), - [anon_sym_not] = ACTIONS(2762), - [sym_val_nothing] = ACTIONS(2762), - [anon_sym_true] = ACTIONS(2762), - [anon_sym_false] = ACTIONS(2762), - [aux_sym__val_number_decimal_token1] = ACTIONS(2762), - [aux_sym__val_number_token1] = ACTIONS(2762), - [aux_sym__val_number_token2] = ACTIONS(2762), - [aux_sym__val_number_token3] = ACTIONS(2762), - [aux_sym__val_number_token4] = ACTIONS(2762), - [aux_sym__val_number_token5] = ACTIONS(2762), - [aux_sym__val_number_token6] = ACTIONS(2762), - [anon_sym_0b] = ACTIONS(2762), - [anon_sym_0o] = ACTIONS(2762), - [anon_sym_0x] = ACTIONS(2762), - [sym_val_date] = ACTIONS(2762), - [anon_sym_DQUOTE] = ACTIONS(2762), - [sym__str_single_quotes] = ACTIONS(2762), - [sym__str_back_ticks] = ACTIONS(2762), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2762), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2762), + [1118] = { + [sym_path] = STATE(1191), + [sym_comment] = STATE(1118), + [aux_sym_cell_path_repeat1] = STATE(1118), + [anon_sym_export] = ACTIONS(1411), + [anon_sym_alias] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_let_DASHenv] = ACTIONS(1411), + [anon_sym_mut] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1411), + [sym_cmd_identifier] = ACTIONS(1411), + [anon_sym_LF] = ACTIONS(1413), + [anon_sym_def] = ACTIONS(1411), + [anon_sym_export_DASHenv] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_module] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_RPAREN] = ACTIONS(1411), + [anon_sym_DOLLAR] = ACTIONS(1411), + [anon_sym_error] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_RBRACE] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(2814), + [anon_sym_try] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_source] = ACTIONS(1411), + [anon_sym_source_DASHenv] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_hide] = ACTIONS(1411), + [anon_sym_hide_DASHenv] = ACTIONS(1411), + [anon_sym_overlay] = ACTIONS(1411), + [anon_sym_where] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_not] = ACTIONS(1411), + [anon_sym_null] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1411), + [aux_sym__val_number_token2] = ACTIONS(1411), + [aux_sym__val_number_token3] = ACTIONS(1411), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1411), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_0b] = ACTIONS(1411), + [anon_sym_0o] = ACTIONS(1411), + [anon_sym_0x] = ACTIONS(1411), + [sym_val_date] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1411), + [sym__str_single_quotes] = ACTIONS(1411), + [sym__str_back_ticks] = ACTIONS(1411), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1411), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), [anon_sym_POUND] = ACTIONS(105), }, - [1094] = { - [sym_comment] = STATE(1094), - [anon_sym_export] = ACTIONS(2768), - [anon_sym_alias] = ACTIONS(2768), - [anon_sym_let] = ACTIONS(2768), - [anon_sym_let_DASHenv] = ACTIONS(2768), - [anon_sym_mut] = ACTIONS(2768), - [anon_sym_const] = ACTIONS(2768), - [anon_sym_SEMI] = ACTIONS(2768), - [sym_cmd_identifier] = ACTIONS(2768), - [anon_sym_LF] = ACTIONS(2770), - [anon_sym_def] = ACTIONS(2768), - [anon_sym_export_DASHenv] = ACTIONS(2768), - [anon_sym_extern] = ACTIONS(2768), - [anon_sym_module] = ACTIONS(2768), - [anon_sym_use] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_LPAREN] = ACTIONS(2768), - [anon_sym_RPAREN] = ACTIONS(2768), - [anon_sym_DOLLAR] = ACTIONS(2768), - [anon_sym_error] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2768), - [anon_sym_break] = ACTIONS(2768), - [anon_sym_continue] = ACTIONS(2768), - [anon_sym_for] = ACTIONS(2768), - [anon_sym_loop] = ACTIONS(2768), - [anon_sym_while] = ACTIONS(2768), - [anon_sym_do] = ACTIONS(2768), - [anon_sym_if] = ACTIONS(2768), - [anon_sym_match] = ACTIONS(2768), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_RBRACE] = ACTIONS(2768), - [anon_sym_DOT] = ACTIONS(2768), - [anon_sym_DOT2] = ACTIONS(2772), - [anon_sym_try] = ACTIONS(2768), - [anon_sym_return] = ACTIONS(2768), - [anon_sym_source] = ACTIONS(2768), - [anon_sym_source_DASHenv] = ACTIONS(2768), - [anon_sym_register] = ACTIONS(2768), - [anon_sym_hide] = ACTIONS(2768), - [anon_sym_hide_DASHenv] = ACTIONS(2768), - [anon_sym_overlay] = ACTIONS(2768), - [anon_sym_where] = ACTIONS(2768), - [anon_sym_PLUS] = ACTIONS(2768), - [anon_sym_not] = ACTIONS(2768), - [aux_sym__immediate_decimal_token2] = ACTIONS(2774), - [sym_val_nothing] = ACTIONS(2768), - [anon_sym_true] = ACTIONS(2768), - [anon_sym_false] = ACTIONS(2768), - [aux_sym__val_number_decimal_token1] = ACTIONS(2768), - [aux_sym__val_number_token1] = ACTIONS(2768), - [aux_sym__val_number_token2] = ACTIONS(2768), - [aux_sym__val_number_token3] = ACTIONS(2768), - [aux_sym__val_number_token4] = ACTIONS(2768), - [aux_sym__val_number_token5] = ACTIONS(2768), - [aux_sym__val_number_token6] = ACTIONS(2768), - [anon_sym_0b] = ACTIONS(2768), - [anon_sym_0o] = ACTIONS(2768), - [anon_sym_0x] = ACTIONS(2768), - [sym_val_date] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym__str_single_quotes] = ACTIONS(2768), - [sym__str_back_ticks] = ACTIONS(2768), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2768), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2768), - [anon_sym_CARET] = ACTIONS(2768), + [1119] = { + [sym_comment] = STATE(1119), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_RPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_RBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_DOT2] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token2] = ACTIONS(2788), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), [anon_sym_POUND] = ACTIONS(105), }, - [1095] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1095), - [aux_sym_val_record_repeat1] = STATE(1096), + [1120] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1120), + [aux_sym_val_record_repeat1] = STATE(1142), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185343,11 +188634,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185359,8 +188650,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2782), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185372,101 +188663,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1096] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1096), - [aux_sym_val_record_repeat1] = STATE(1096), - [anon_sym_export] = ACTIONS(2798), - [anon_sym_alias] = ACTIONS(2798), - [anon_sym_let] = ACTIONS(2798), - [anon_sym_let_DASHenv] = ACTIONS(2798), - [anon_sym_mut] = ACTIONS(2798), - [anon_sym_const] = ACTIONS(2798), - [sym_cmd_identifier] = ACTIONS(2798), - [anon_sym_def] = ACTIONS(2798), - [anon_sym_export_DASHenv] = ACTIONS(2798), - [anon_sym_extern] = ACTIONS(2798), - [anon_sym_module] = ACTIONS(2798), - [anon_sym_use] = ACTIONS(2798), - [anon_sym_LPAREN] = ACTIONS(2801), - [anon_sym_DOLLAR] = ACTIONS(2804), - [anon_sym_error] = ACTIONS(2798), - [anon_sym_list] = ACTIONS(2798), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2798), - [anon_sym_continue] = ACTIONS(2798), - [anon_sym_for] = ACTIONS(2798), - [anon_sym_in] = ACTIONS(2798), - [anon_sym_loop] = ACTIONS(2798), - [anon_sym_make] = ACTIONS(2798), - [anon_sym_while] = ACTIONS(2798), - [anon_sym_do] = ACTIONS(2798), - [anon_sym_if] = ACTIONS(2798), - [anon_sym_else] = ACTIONS(2798), - [anon_sym_match] = ACTIONS(2798), - [anon_sym_RBRACE] = ACTIONS(2810), - [anon_sym_DOT] = ACTIONS(2812), - [anon_sym_try] = ACTIONS(2798), - [anon_sym_catch] = ACTIONS(2798), - [anon_sym_return] = ACTIONS(2798), - [anon_sym_source] = ACTIONS(2798), - [anon_sym_source_DASHenv] = ACTIONS(2798), - [anon_sym_register] = ACTIONS(2798), - [anon_sym_hide] = ACTIONS(2798), - [anon_sym_hide_DASHenv] = ACTIONS(2798), - [anon_sym_overlay] = ACTIONS(2798), - [anon_sym_new] = ACTIONS(2798), - [anon_sym_as] = ACTIONS(2798), - [anon_sym_PLUS] = ACTIONS(2815), - [aux_sym__val_number_decimal_token1] = ACTIONS(2818), - [aux_sym__val_number_token1] = ACTIONS(2821), - [aux_sym__val_number_token2] = ACTIONS(2821), - [aux_sym__val_number_token3] = ACTIONS(2821), - [aux_sym__val_number_token4] = ACTIONS(2824), - [aux_sym__val_number_token5] = ACTIONS(2821), - [aux_sym__val_number_token6] = ACTIONS(2824), - [anon_sym_DQUOTE] = ACTIONS(2827), - [sym__str_single_quotes] = ACTIONS(2830), - [sym__str_back_ticks] = ACTIONS(2830), - [aux_sym__record_key_token2] = ACTIONS(2833), - [anon_sym_POUND] = ACTIONS(3), - }, - [1097] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1097), - [aux_sym_val_record_repeat1] = STATE(1096), + [1121] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1121), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185479,11 +188702,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185495,8 +188718,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2836), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2837), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185508,33 +188731,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1098] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1098), - [aux_sym_val_record_repeat1] = STATE(1096), + [1122] = { + [sym_expr_parenthesized] = STATE(1902), + [sym__immediate_decimal] = STATE(1901), + [sym_val_variable] = STATE(1902), + [sym__var] = STATE(1659), + [sym_comment] = STATE(1122), + [anon_sym_export] = ACTIONS(1977), + [anon_sym_alias] = ACTIONS(1977), + [anon_sym_let] = ACTIONS(1977), + [anon_sym_let_DASHenv] = ACTIONS(1977), + [anon_sym_mut] = ACTIONS(1977), + [anon_sym_const] = ACTIONS(1977), + [sym_cmd_identifier] = ACTIONS(1977), + [anon_sym_def] = ACTIONS(1977), + [anon_sym_export_DASHenv] = ACTIONS(1977), + [anon_sym_extern] = ACTIONS(1977), + [anon_sym_module] = ACTIONS(1977), + [anon_sym_use] = ACTIONS(1977), + [anon_sym_COMMA] = ACTIONS(1979), + [anon_sym_LPAREN] = ACTIONS(2839), + [anon_sym_DOLLAR] = ACTIONS(2841), + [anon_sym_error] = ACTIONS(1977), + [anon_sym_list] = ACTIONS(1977), + [anon_sym_LT] = ACTIONS(2843), + [anon_sym_DASH] = ACTIONS(1977), + [anon_sym_break] = ACTIONS(1977), + [anon_sym_continue] = ACTIONS(1977), + [anon_sym_for] = ACTIONS(1977), + [anon_sym_in] = ACTIONS(1977), + [anon_sym_loop] = ACTIONS(1977), + [anon_sym_make] = ACTIONS(1977), + [anon_sym_while] = ACTIONS(1977), + [anon_sym_do] = ACTIONS(1977), + [anon_sym_if] = ACTIONS(1977), + [anon_sym_else] = ACTIONS(1977), + [anon_sym_match] = ACTIONS(1977), + [anon_sym_RBRACE] = ACTIONS(1979), + [anon_sym_DOT] = ACTIONS(1977), + [anon_sym_DOT2] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(1977), + [anon_sym_catch] = ACTIONS(1977), + [anon_sym_return] = ACTIONS(1977), + [anon_sym_source] = ACTIONS(1977), + [anon_sym_source_DASHenv] = ACTIONS(1977), + [anon_sym_register] = ACTIONS(1977), + [anon_sym_hide] = ACTIONS(1977), + [anon_sym_hide_DASHenv] = ACTIONS(1977), + [anon_sym_overlay] = ACTIONS(1977), + [anon_sym_new] = ACTIONS(1977), + [anon_sym_as] = ACTIONS(1977), + [anon_sym_PLUS] = ACTIONS(1977), + [anon_sym_EQ2] = ACTIONS(2847), + [aux_sym__immediate_decimal_token1] = ACTIONS(2849), + [anon_sym_DASH2] = ACTIONS(2851), + [anon_sym_PLUS2] = ACTIONS(2853), + [aux_sym__val_number_decimal_token1] = ACTIONS(1977), + [aux_sym__val_number_token1] = ACTIONS(1979), + [aux_sym__val_number_token2] = ACTIONS(1979), + [aux_sym__val_number_token3] = ACTIONS(1979), + [aux_sym__val_number_token4] = ACTIONS(1977), + [aux_sym__val_number_token5] = ACTIONS(1979), + [aux_sym__val_number_token6] = ACTIONS(1977), + [anon_sym_DQUOTE] = ACTIONS(1979), + [sym__str_single_quotes] = ACTIONS(1979), + [sym__str_back_ticks] = ACTIONS(1979), + [aux_sym__record_key_token2] = ACTIONS(1977), + [anon_sym_POUND] = ACTIONS(3), + }, + [1123] = { + [sym_comment] = STATE(1123), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(2812), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), + [anon_sym_POUND] = ACTIONS(105), + }, + [1124] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1124), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185547,11 +188906,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185563,8 +188922,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2838), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2855), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185576,33 +188935,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1099] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1099), - [aux_sym_val_record_repeat1] = STATE(1096), + [1125] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1125), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185615,11 +188974,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185631,8 +188990,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2840), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2857), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185644,33 +189003,849 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1100] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1100), - [aux_sym_val_record_repeat1] = STATE(1096), + [1126] = { + [sym_comment] = STATE(1126), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(2859), + [anon_sym_POUND] = ACTIONS(105), + }, + [1127] = { + [sym_comment] = STATE(1127), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2861), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(2812), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), + [anon_sym_POUND] = ACTIONS(105), + }, + [1128] = { + [sym__terminator] = STATE(1400), + [sym_comment] = STATE(1128), + [aux_sym__block_body_repeat1] = STATE(1128), + [anon_sym_export] = ACTIONS(2864), + [anon_sym_alias] = ACTIONS(2864), + [anon_sym_let] = ACTIONS(2864), + [anon_sym_let_DASHenv] = ACTIONS(2864), + [anon_sym_mut] = ACTIONS(2864), + [anon_sym_const] = ACTIONS(2864), + [anon_sym_SEMI] = ACTIONS(2866), + [sym_cmd_identifier] = ACTIONS(2864), + [anon_sym_LF] = ACTIONS(2869), + [anon_sym_def] = ACTIONS(2864), + [anon_sym_export_DASHenv] = ACTIONS(2864), + [anon_sym_extern] = ACTIONS(2864), + [anon_sym_module] = ACTIONS(2864), + [anon_sym_use] = ACTIONS(2864), + [anon_sym_LBRACK] = ACTIONS(2864), + [anon_sym_LPAREN] = ACTIONS(2864), + [anon_sym_RPAREN] = ACTIONS(2864), + [anon_sym_DOLLAR] = ACTIONS(2864), + [anon_sym_error] = ACTIONS(2864), + [anon_sym_DASH] = ACTIONS(2864), + [anon_sym_break] = ACTIONS(2864), + [anon_sym_continue] = ACTIONS(2864), + [anon_sym_for] = ACTIONS(2864), + [anon_sym_loop] = ACTIONS(2864), + [anon_sym_while] = ACTIONS(2864), + [anon_sym_do] = ACTIONS(2864), + [anon_sym_if] = ACTIONS(2864), + [anon_sym_match] = ACTIONS(2864), + [anon_sym_LBRACE] = ACTIONS(2864), + [anon_sym_RBRACE] = ACTIONS(2864), + [anon_sym_DOT] = ACTIONS(2864), + [anon_sym_try] = ACTIONS(2864), + [anon_sym_return] = ACTIONS(2864), + [anon_sym_source] = ACTIONS(2864), + [anon_sym_source_DASHenv] = ACTIONS(2864), + [anon_sym_register] = ACTIONS(2864), + [anon_sym_hide] = ACTIONS(2864), + [anon_sym_hide_DASHenv] = ACTIONS(2864), + [anon_sym_overlay] = ACTIONS(2864), + [anon_sym_where] = ACTIONS(2864), + [anon_sym_PLUS] = ACTIONS(2864), + [anon_sym_not] = ACTIONS(2864), + [anon_sym_null] = ACTIONS(2864), + [anon_sym_true] = ACTIONS(2864), + [anon_sym_false] = ACTIONS(2864), + [aux_sym__val_number_decimal_token1] = ACTIONS(2864), + [aux_sym__val_number_token1] = ACTIONS(2864), + [aux_sym__val_number_token2] = ACTIONS(2864), + [aux_sym__val_number_token3] = ACTIONS(2864), + [aux_sym__val_number_token4] = ACTIONS(2864), + [aux_sym__val_number_token5] = ACTIONS(2864), + [aux_sym__val_number_token6] = ACTIONS(2864), + [anon_sym_0b] = ACTIONS(2864), + [anon_sym_0o] = ACTIONS(2864), + [anon_sym_0x] = ACTIONS(2864), + [sym_val_date] = ACTIONS(2864), + [anon_sym_DQUOTE] = ACTIONS(2864), + [sym__str_single_quotes] = ACTIONS(2864), + [sym__str_back_ticks] = ACTIONS(2864), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2864), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2864), + [anon_sym_CARET] = ACTIONS(2864), + [anon_sym_POUND] = ACTIONS(105), + }, + [1129] = { + [sym_cell_path] = STATE(1542), + [sym_path] = STATE(1169), + [sym_comment] = STATE(1129), + [ts_builtin_sym_end] = ACTIONS(1397), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(105), + }, + [1130] = { + [sym_comment] = STATE(1130), + [anon_sym_export] = ACTIONS(2874), + [anon_sym_alias] = ACTIONS(2874), + [anon_sym_let] = ACTIONS(2874), + [anon_sym_let_DASHenv] = ACTIONS(2874), + [anon_sym_mut] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_SEMI] = ACTIONS(2874), + [sym_cmd_identifier] = ACTIONS(2874), + [anon_sym_LF] = ACTIONS(2876), + [anon_sym_def] = ACTIONS(2874), + [anon_sym_export_DASHenv] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym_module] = ACTIONS(2874), + [anon_sym_use] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_LPAREN] = ACTIONS(2874), + [anon_sym_RPAREN] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2874), + [anon_sym_error] = ACTIONS(2874), + [anon_sym_DASH] = ACTIONS(2874), + [anon_sym_break] = ACTIONS(2874), + [anon_sym_continue] = ACTIONS(2874), + [anon_sym_for] = ACTIONS(2874), + [anon_sym_loop] = ACTIONS(2874), + [anon_sym_while] = ACTIONS(2874), + [anon_sym_do] = ACTIONS(2874), + [anon_sym_if] = ACTIONS(2874), + [anon_sym_match] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [anon_sym_RBRACE] = ACTIONS(2874), + [anon_sym_DOT] = ACTIONS(2874), + [anon_sym_DOT2] = ACTIONS(2876), + [anon_sym_try] = ACTIONS(2874), + [anon_sym_return] = ACTIONS(2874), + [anon_sym_source] = ACTIONS(2874), + [anon_sym_source_DASHenv] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_hide] = ACTIONS(2874), + [anon_sym_hide_DASHenv] = ACTIONS(2874), + [anon_sym_overlay] = ACTIONS(2874), + [anon_sym_where] = ACTIONS(2874), + [anon_sym_PLUS] = ACTIONS(2874), + [anon_sym_not] = ACTIONS(2874), + [aux_sym__immediate_decimal_token2] = ACTIONS(2878), + [anon_sym_null] = ACTIONS(2874), + [anon_sym_true] = ACTIONS(2874), + [anon_sym_false] = ACTIONS(2874), + [aux_sym__val_number_decimal_token1] = ACTIONS(2874), + [aux_sym__val_number_token1] = ACTIONS(2874), + [aux_sym__val_number_token2] = ACTIONS(2874), + [aux_sym__val_number_token3] = ACTIONS(2874), + [aux_sym__val_number_token4] = ACTIONS(2874), + [aux_sym__val_number_token5] = ACTIONS(2874), + [aux_sym__val_number_token6] = ACTIONS(2874), + [anon_sym_0b] = ACTIONS(2874), + [anon_sym_0o] = ACTIONS(2874), + [anon_sym_0x] = ACTIONS(2874), + [sym_val_date] = ACTIONS(2874), + [anon_sym_DQUOTE] = ACTIONS(2874), + [sym__str_single_quotes] = ACTIONS(2874), + [sym__str_back_ticks] = ACTIONS(2874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2874), + [anon_sym_CARET] = ACTIONS(2874), + [anon_sym_POUND] = ACTIONS(105), + }, + [1131] = { + [sym_expr_parenthesized] = STATE(2126), + [sym__immediate_decimal] = STATE(2125), + [sym_val_variable] = STATE(2126), + [sym__var] = STATE(1667), + [sym_comment] = STATE(1131), + [anon_sym_export] = ACTIONS(2019), + [anon_sym_alias] = ACTIONS(2019), + [anon_sym_let] = ACTIONS(2019), + [anon_sym_let_DASHenv] = ACTIONS(2019), + [anon_sym_mut] = ACTIONS(2019), + [anon_sym_const] = ACTIONS(2019), + [sym_cmd_identifier] = ACTIONS(2019), + [anon_sym_def] = ACTIONS(2019), + [anon_sym_export_DASHenv] = ACTIONS(2019), + [anon_sym_extern] = ACTIONS(2019), + [anon_sym_module] = ACTIONS(2019), + [anon_sym_use] = ACTIONS(2019), + [anon_sym_COMMA] = ACTIONS(2021), + [anon_sym_LPAREN] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2841), + [anon_sym_error] = ACTIONS(2019), + [anon_sym_list] = ACTIONS(2019), + [anon_sym_LT] = ACTIONS(2882), + [anon_sym_DASH] = ACTIONS(2019), + [anon_sym_break] = ACTIONS(2019), + [anon_sym_continue] = ACTIONS(2019), + [anon_sym_for] = ACTIONS(2019), + [anon_sym_in] = ACTIONS(2019), + [anon_sym_loop] = ACTIONS(2019), + [anon_sym_make] = ACTIONS(2019), + [anon_sym_while] = ACTIONS(2019), + [anon_sym_do] = ACTIONS(2019), + [anon_sym_if] = ACTIONS(2019), + [anon_sym_else] = ACTIONS(2019), + [anon_sym_match] = ACTIONS(2019), + [anon_sym_RBRACE] = ACTIONS(2021), + [anon_sym_DOT] = ACTIONS(2019), + [anon_sym_DOT2] = ACTIONS(2884), + [anon_sym_try] = ACTIONS(2019), + [anon_sym_catch] = ACTIONS(2019), + [anon_sym_return] = ACTIONS(2019), + [anon_sym_source] = ACTIONS(2019), + [anon_sym_source_DASHenv] = ACTIONS(2019), + [anon_sym_register] = ACTIONS(2019), + [anon_sym_hide] = ACTIONS(2019), + [anon_sym_hide_DASHenv] = ACTIONS(2019), + [anon_sym_overlay] = ACTIONS(2019), + [anon_sym_new] = ACTIONS(2019), + [anon_sym_as] = ACTIONS(2019), + [anon_sym_PLUS] = ACTIONS(2019), + [anon_sym_EQ2] = ACTIONS(2886), + [aux_sym__immediate_decimal_token1] = ACTIONS(2888), + [anon_sym_DASH2] = ACTIONS(2890), + [anon_sym_PLUS2] = ACTIONS(2892), + [aux_sym__val_number_decimal_token1] = ACTIONS(2019), + [aux_sym__val_number_token1] = ACTIONS(2021), + [aux_sym__val_number_token2] = ACTIONS(2021), + [aux_sym__val_number_token3] = ACTIONS(2021), + [aux_sym__val_number_token4] = ACTIONS(2019), + [aux_sym__val_number_token5] = ACTIONS(2021), + [aux_sym__val_number_token6] = ACTIONS(2019), + [anon_sym_DQUOTE] = ACTIONS(2021), + [sym__str_single_quotes] = ACTIONS(2021), + [sym__str_back_ticks] = ACTIONS(2021), + [aux_sym__record_key_token2] = ACTIONS(2019), + [anon_sym_POUND] = ACTIONS(3), + }, + [1132] = { + [sym_comment] = STATE(1132), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(2894), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), + [anon_sym_POUND] = ACTIONS(105), + }, + [1133] = { + [sym_comment] = STATE(1133), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_RBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(2894), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), + [anon_sym_POUND] = ACTIONS(105), + }, + [1134] = { + [sym_path] = STATE(1413), + [sym_comment] = STATE(1134), + [aux_sym_cell_path_repeat1] = STATE(1174), + [ts_builtin_sym_end] = ACTIONS(1438), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), + [anon_sym_POUND] = ACTIONS(105), + }, + [1135] = { + [sym_comment] = STATE(1135), + [ts_builtin_sym_end] = ACTIONS(2784), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_DOT2] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token1] = ACTIONS(2896), + [aux_sym__immediate_decimal_token2] = ACTIONS(2898), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), + [anon_sym_POUND] = ACTIONS(105), + }, + [1136] = { + [sym_expr_parenthesized] = STATE(1905), + [sym__immediate_decimal] = STATE(1903), + [sym_val_variable] = STATE(1905), + [sym__var] = STATE(1659), + [sym_comment] = STATE(1136), + [anon_sym_export] = ACTIONS(2003), + [anon_sym_alias] = ACTIONS(2003), + [anon_sym_let] = ACTIONS(2003), + [anon_sym_let_DASHenv] = ACTIONS(2003), + [anon_sym_mut] = ACTIONS(2003), + [anon_sym_const] = ACTIONS(2003), + [sym_cmd_identifier] = ACTIONS(2003), + [anon_sym_def] = ACTIONS(2003), + [anon_sym_export_DASHenv] = ACTIONS(2003), + [anon_sym_extern] = ACTIONS(2003), + [anon_sym_module] = ACTIONS(2003), + [anon_sym_use] = ACTIONS(2003), + [anon_sym_COMMA] = ACTIONS(2005), + [anon_sym_LPAREN] = ACTIONS(2839), + [anon_sym_DOLLAR] = ACTIONS(2841), + [anon_sym_error] = ACTIONS(2003), + [anon_sym_list] = ACTIONS(2003), + [anon_sym_LT] = ACTIONS(2900), + [anon_sym_DASH] = ACTIONS(2003), + [anon_sym_break] = ACTIONS(2003), + [anon_sym_continue] = ACTIONS(2003), + [anon_sym_for] = ACTIONS(2003), + [anon_sym_in] = ACTIONS(2003), + [anon_sym_loop] = ACTIONS(2003), + [anon_sym_make] = ACTIONS(2003), + [anon_sym_while] = ACTIONS(2003), + [anon_sym_do] = ACTIONS(2003), + [anon_sym_if] = ACTIONS(2003), + [anon_sym_else] = ACTIONS(2003), + [anon_sym_match] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(2005), + [anon_sym_DOT] = ACTIONS(2003), + [anon_sym_DOT2] = ACTIONS(2845), + [anon_sym_try] = ACTIONS(2003), + [anon_sym_catch] = ACTIONS(2003), + [anon_sym_return] = ACTIONS(2003), + [anon_sym_source] = ACTIONS(2003), + [anon_sym_source_DASHenv] = ACTIONS(2003), + [anon_sym_register] = ACTIONS(2003), + [anon_sym_hide] = ACTIONS(2003), + [anon_sym_hide_DASHenv] = ACTIONS(2003), + [anon_sym_overlay] = ACTIONS(2003), + [anon_sym_new] = ACTIONS(2003), + [anon_sym_as] = ACTIONS(2003), + [anon_sym_PLUS] = ACTIONS(2003), + [anon_sym_EQ2] = ACTIONS(2902), + [aux_sym__immediate_decimal_token1] = ACTIONS(2849), + [anon_sym_DASH2] = ACTIONS(2851), + [anon_sym_PLUS2] = ACTIONS(2853), + [aux_sym__val_number_decimal_token1] = ACTIONS(2003), + [aux_sym__val_number_token1] = ACTIONS(2005), + [aux_sym__val_number_token2] = ACTIONS(2005), + [aux_sym__val_number_token3] = ACTIONS(2005), + [aux_sym__val_number_token4] = ACTIONS(2003), + [aux_sym__val_number_token5] = ACTIONS(2005), + [aux_sym__val_number_token6] = ACTIONS(2003), + [anon_sym_DQUOTE] = ACTIONS(2005), + [sym__str_single_quotes] = ACTIONS(2005), + [sym__str_back_ticks] = ACTIONS(2005), + [aux_sym__record_key_token2] = ACTIONS(2003), + [anon_sym_POUND] = ACTIONS(3), + }, + [1137] = { + [sym_comment] = STATE(1137), + [anon_sym_export] = ACTIONS(2904), + [anon_sym_alias] = ACTIONS(2904), + [anon_sym_let] = ACTIONS(2904), + [anon_sym_let_DASHenv] = ACTIONS(2904), + [anon_sym_mut] = ACTIONS(2904), + [anon_sym_const] = ACTIONS(2904), + [anon_sym_SEMI] = ACTIONS(2904), + [sym_cmd_identifier] = ACTIONS(2904), + [anon_sym_LF] = ACTIONS(2906), + [anon_sym_def] = ACTIONS(2904), + [anon_sym_export_DASHenv] = ACTIONS(2904), + [anon_sym_extern] = ACTIONS(2904), + [anon_sym_module] = ACTIONS(2904), + [anon_sym_use] = ACTIONS(2904), + [anon_sym_LBRACK] = ACTIONS(2904), + [anon_sym_LPAREN] = ACTIONS(2904), + [anon_sym_RPAREN] = ACTIONS(2904), + [anon_sym_DOLLAR] = ACTIONS(2904), + [anon_sym_error] = ACTIONS(2904), + [anon_sym_DASH] = ACTIONS(2904), + [anon_sym_break] = ACTIONS(2904), + [anon_sym_continue] = ACTIONS(2904), + [anon_sym_for] = ACTIONS(2904), + [anon_sym_loop] = ACTIONS(2904), + [anon_sym_while] = ACTIONS(2904), + [anon_sym_do] = ACTIONS(2904), + [anon_sym_if] = ACTIONS(2904), + [anon_sym_match] = ACTIONS(2904), + [anon_sym_LBRACE] = ACTIONS(2904), + [anon_sym_RBRACE] = ACTIONS(2904), + [anon_sym_DOT] = ACTIONS(2904), + [anon_sym_DOT2] = ACTIONS(2908), + [anon_sym_try] = ACTIONS(2904), + [anon_sym_return] = ACTIONS(2904), + [anon_sym_source] = ACTIONS(2904), + [anon_sym_source_DASHenv] = ACTIONS(2904), + [anon_sym_register] = ACTIONS(2904), + [anon_sym_hide] = ACTIONS(2904), + [anon_sym_hide_DASHenv] = ACTIONS(2904), + [anon_sym_overlay] = ACTIONS(2904), + [anon_sym_where] = ACTIONS(2904), + [anon_sym_PLUS] = ACTIONS(2904), + [anon_sym_not] = ACTIONS(2904), + [aux_sym__immediate_decimal_token2] = ACTIONS(2911), + [anon_sym_null] = ACTIONS(2904), + [anon_sym_true] = ACTIONS(2904), + [anon_sym_false] = ACTIONS(2904), + [aux_sym__val_number_decimal_token1] = ACTIONS(2904), + [aux_sym__val_number_token1] = ACTIONS(2904), + [aux_sym__val_number_token2] = ACTIONS(2904), + [aux_sym__val_number_token3] = ACTIONS(2904), + [aux_sym__val_number_token4] = ACTIONS(2904), + [aux_sym__val_number_token5] = ACTIONS(2904), + [aux_sym__val_number_token6] = ACTIONS(2904), + [anon_sym_0b] = ACTIONS(2904), + [anon_sym_0o] = ACTIONS(2904), + [anon_sym_0x] = ACTIONS(2904), + [sym_val_date] = ACTIONS(2904), + [anon_sym_DQUOTE] = ACTIONS(2904), + [sym__str_single_quotes] = ACTIONS(2904), + [sym__str_back_ticks] = ACTIONS(2904), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2904), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2904), + [anon_sym_CARET] = ACTIONS(2904), + [anon_sym_POUND] = ACTIONS(105), + }, + [1138] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1138), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185683,11 +189858,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185699,8 +189874,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2842), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2913), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185712,101 +189887,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1101] = { - [sym_comment] = STATE(1101), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2844), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(2740), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), + [1139] = { + [sym_expr_parenthesized] = STATE(2122), + [sym__immediate_decimal] = STATE(2121), + [sym_val_variable] = STATE(2122), + [sym__var] = STATE(1667), + [sym_comment] = STATE(1139), + [anon_sym_export] = ACTIONS(2011), + [anon_sym_alias] = ACTIONS(2011), + [anon_sym_let] = ACTIONS(2011), + [anon_sym_let_DASHenv] = ACTIONS(2011), + [anon_sym_mut] = ACTIONS(2011), + [anon_sym_const] = ACTIONS(2011), + [sym_cmd_identifier] = ACTIONS(2011), + [anon_sym_def] = ACTIONS(2011), + [anon_sym_export_DASHenv] = ACTIONS(2011), + [anon_sym_extern] = ACTIONS(2011), + [anon_sym_module] = ACTIONS(2011), + [anon_sym_use] = ACTIONS(2011), + [anon_sym_COMMA] = ACTIONS(2013), + [anon_sym_LPAREN] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2841), + [anon_sym_error] = ACTIONS(2011), + [anon_sym_list] = ACTIONS(2011), + [anon_sym_LT] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2011), + [anon_sym_break] = ACTIONS(2011), + [anon_sym_continue] = ACTIONS(2011), + [anon_sym_for] = ACTIONS(2011), + [anon_sym_in] = ACTIONS(2011), + [anon_sym_loop] = ACTIONS(2011), + [anon_sym_make] = ACTIONS(2011), + [anon_sym_while] = ACTIONS(2011), + [anon_sym_do] = ACTIONS(2011), + [anon_sym_if] = ACTIONS(2011), + [anon_sym_else] = ACTIONS(2011), + [anon_sym_match] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2013), + [anon_sym_DOT] = ACTIONS(2011), + [anon_sym_DOT2] = ACTIONS(2884), + [anon_sym_try] = ACTIONS(2011), + [anon_sym_catch] = ACTIONS(2011), + [anon_sym_return] = ACTIONS(2011), + [anon_sym_source] = ACTIONS(2011), + [anon_sym_source_DASHenv] = ACTIONS(2011), + [anon_sym_register] = ACTIONS(2011), + [anon_sym_hide] = ACTIONS(2011), + [anon_sym_hide_DASHenv] = ACTIONS(2011), + [anon_sym_overlay] = ACTIONS(2011), + [anon_sym_new] = ACTIONS(2011), + [anon_sym_as] = ACTIONS(2011), + [anon_sym_PLUS] = ACTIONS(2011), + [anon_sym_EQ2] = ACTIONS(2917), + [aux_sym__immediate_decimal_token1] = ACTIONS(2888), + [anon_sym_DASH2] = ACTIONS(2890), + [anon_sym_PLUS2] = ACTIONS(2892), + [aux_sym__val_number_decimal_token1] = ACTIONS(2011), + [aux_sym__val_number_token1] = ACTIONS(2013), + [aux_sym__val_number_token2] = ACTIONS(2013), + [aux_sym__val_number_token3] = ACTIONS(2013), + [aux_sym__val_number_token4] = ACTIONS(2011), + [aux_sym__val_number_token5] = ACTIONS(2013), + [aux_sym__val_number_token6] = ACTIONS(2011), + [anon_sym_DQUOTE] = ACTIONS(2013), + [sym__str_single_quotes] = ACTIONS(2013), + [sym__str_back_ticks] = ACTIONS(2013), + [aux_sym__record_key_token2] = ACTIONS(2011), + [anon_sym_POUND] = ACTIONS(3), }, - [1102] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1102), - [aux_sym_val_record_repeat1] = STATE(1100), + [1140] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1140), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185819,11 +189994,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185835,8 +190010,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2847), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2919), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185848,33 +190023,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1103] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1103), - [aux_sym_val_record_repeat1] = STATE(1108), + [1141] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1141), + [aux_sym_val_record_repeat1] = STATE(1138), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185887,11 +190062,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185903,8 +190078,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2849), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(403), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185916,33 +190091,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1104] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1104), - [aux_sym_val_record_repeat1] = STATE(1096), + [1142] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1142), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -185955,11 +190130,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -185971,8 +190146,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2851), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2921), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -185984,33 +190159,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1105] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1105), - [aux_sym_val_record_repeat1] = STATE(1096), + [1143] = { + [sym_cell_path] = STATE(1351), + [sym_path] = STATE(1154), + [sym_comment] = STATE(1143), + [ts_builtin_sym_end] = ACTIONS(1397), + [anon_sym_export] = ACTIONS(1395), + [anon_sym_alias] = ACTIONS(1395), + [anon_sym_let] = ACTIONS(1395), + [anon_sym_let_DASHenv] = ACTIONS(1395), + [anon_sym_mut] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_SEMI] = ACTIONS(1395), + [sym_cmd_identifier] = ACTIONS(1395), + [anon_sym_LF] = ACTIONS(1397), + [anon_sym_def] = ACTIONS(1395), + [anon_sym_export_DASHenv] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_module] = ACTIONS(1395), + [anon_sym_use] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1395), + [anon_sym_DOLLAR] = ACTIONS(1395), + [anon_sym_error] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_loop] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1395), + [anon_sym_DOT2] = ACTIONS(2923), + [anon_sym_try] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_source] = ACTIONS(1395), + [anon_sym_source_DASHenv] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_hide] = ACTIONS(1395), + [anon_sym_hide_DASHenv] = ACTIONS(1395), + [anon_sym_overlay] = ACTIONS(1395), + [anon_sym_where] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_not] = ACTIONS(1395), + [anon_sym_null] = ACTIONS(1395), + [anon_sym_true] = ACTIONS(1395), + [anon_sym_false] = ACTIONS(1395), + [aux_sym__val_number_decimal_token1] = ACTIONS(1395), + [aux_sym__val_number_token1] = ACTIONS(1395), + [aux_sym__val_number_token2] = ACTIONS(1395), + [aux_sym__val_number_token3] = ACTIONS(1395), + [aux_sym__val_number_token4] = ACTIONS(1395), + [aux_sym__val_number_token5] = ACTIONS(1395), + [aux_sym__val_number_token6] = ACTIONS(1395), + [anon_sym_0b] = ACTIONS(1395), + [anon_sym_0o] = ACTIONS(1395), + [anon_sym_0x] = ACTIONS(1395), + [sym_val_date] = ACTIONS(1395), + [anon_sym_DQUOTE] = ACTIONS(1395), + [sym__str_single_quotes] = ACTIONS(1395), + [sym__str_back_ticks] = ACTIONS(1395), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1395), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1395), + [anon_sym_CARET] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(105), + }, + [1144] = { + [sym_cell_path] = STATE(1481), + [sym_path] = STATE(1169), + [sym_comment] = STATE(1144), + [ts_builtin_sym_end] = ACTIONS(1424), + [anon_sym_export] = ACTIONS(1422), + [anon_sym_alias] = ACTIONS(1422), + [anon_sym_let] = ACTIONS(1422), + [anon_sym_let_DASHenv] = ACTIONS(1422), + [anon_sym_mut] = ACTIONS(1422), + [anon_sym_const] = ACTIONS(1422), + [anon_sym_SEMI] = ACTIONS(1422), + [sym_cmd_identifier] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_def] = ACTIONS(1422), + [anon_sym_export_DASHenv] = ACTIONS(1422), + [anon_sym_extern] = ACTIONS(1422), + [anon_sym_module] = ACTIONS(1422), + [anon_sym_use] = ACTIONS(1422), + [anon_sym_LBRACK] = ACTIONS(1422), + [anon_sym_LPAREN] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1422), + [anon_sym_error] = ACTIONS(1422), + [anon_sym_DASH] = ACTIONS(1422), + [anon_sym_break] = ACTIONS(1422), + [anon_sym_continue] = ACTIONS(1422), + [anon_sym_for] = ACTIONS(1422), + [anon_sym_loop] = ACTIONS(1422), + [anon_sym_while] = ACTIONS(1422), + [anon_sym_do] = ACTIONS(1422), + [anon_sym_if] = ACTIONS(1422), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_LBRACE] = ACTIONS(1422), + [anon_sym_DOT] = ACTIONS(1422), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(1422), + [anon_sym_source] = ACTIONS(1422), + [anon_sym_source_DASHenv] = ACTIONS(1422), + [anon_sym_register] = ACTIONS(1422), + [anon_sym_hide] = ACTIONS(1422), + [anon_sym_hide_DASHenv] = ACTIONS(1422), + [anon_sym_overlay] = ACTIONS(1422), + [anon_sym_where] = ACTIONS(1422), + [anon_sym_PLUS] = ACTIONS(1422), + [anon_sym_not] = ACTIONS(1422), + [anon_sym_null] = ACTIONS(1422), + [anon_sym_true] = ACTIONS(1422), + [anon_sym_false] = ACTIONS(1422), + [aux_sym__val_number_decimal_token1] = ACTIONS(1422), + [aux_sym__val_number_token1] = ACTIONS(1422), + [aux_sym__val_number_token2] = ACTIONS(1422), + [aux_sym__val_number_token3] = ACTIONS(1422), + [aux_sym__val_number_token4] = ACTIONS(1422), + [aux_sym__val_number_token5] = ACTIONS(1422), + [aux_sym__val_number_token6] = ACTIONS(1422), + [anon_sym_0b] = ACTIONS(1422), + [anon_sym_0o] = ACTIONS(1422), + [anon_sym_0x] = ACTIONS(1422), + [sym_val_date] = ACTIONS(1422), + [anon_sym_DQUOTE] = ACTIONS(1422), + [sym__str_single_quotes] = ACTIONS(1422), + [sym__str_back_ticks] = ACTIONS(1422), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1422), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1422), + [anon_sym_CARET] = ACTIONS(1422), + [anon_sym_POUND] = ACTIONS(105), + }, + [1145] = { + [sym_cell_path] = STATE(1598), + [sym_path] = STATE(1169), + [sym_comment] = STATE(1145), + [ts_builtin_sym_end] = ACTIONS(1401), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), + [anon_sym_POUND] = ACTIONS(105), + }, + [1146] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1146), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -186023,11 +190402,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -186039,8 +190418,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2853), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2926), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -186052,169 +190431,577 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1106] = { - [sym_path] = STATE(1301), - [sym_comment] = STATE(1106), - [aux_sym_cell_path_repeat1] = STATE(1106), - [ts_builtin_sym_end] = ACTIONS(1416), - [anon_sym_export] = ACTIONS(1414), - [anon_sym_alias] = ACTIONS(1414), - [anon_sym_let] = ACTIONS(1414), - [anon_sym_let_DASHenv] = ACTIONS(1414), - [anon_sym_mut] = ACTIONS(1414), - [anon_sym_const] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [sym_cmd_identifier] = ACTIONS(1414), - [anon_sym_LF] = ACTIONS(1416), - [anon_sym_def] = ACTIONS(1414), - [anon_sym_export_DASHenv] = ACTIONS(1414), - [anon_sym_extern] = ACTIONS(1414), - [anon_sym_module] = ACTIONS(1414), - [anon_sym_use] = ACTIONS(1414), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [anon_sym_error] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_break] = ACTIONS(1414), - [anon_sym_continue] = ACTIONS(1414), - [anon_sym_for] = ACTIONS(1414), - [anon_sym_loop] = ACTIONS(1414), - [anon_sym_while] = ACTIONS(1414), - [anon_sym_do] = ACTIONS(1414), - [anon_sym_if] = ACTIONS(1414), - [anon_sym_match] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_DOT] = ACTIONS(1414), - [anon_sym_DOT2] = ACTIONS(2855), - [anon_sym_try] = ACTIONS(1414), - [anon_sym_return] = ACTIONS(1414), - [anon_sym_source] = ACTIONS(1414), - [anon_sym_source_DASHenv] = ACTIONS(1414), - [anon_sym_register] = ACTIONS(1414), - [anon_sym_hide] = ACTIONS(1414), - [anon_sym_hide_DASHenv] = ACTIONS(1414), - [anon_sym_overlay] = ACTIONS(1414), - [anon_sym_where] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_not] = ACTIONS(1414), - [sym_val_nothing] = ACTIONS(1414), - [anon_sym_true] = ACTIONS(1414), - [anon_sym_false] = ACTIONS(1414), - [aux_sym__val_number_decimal_token1] = ACTIONS(1414), - [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(1414), - [aux_sym__val_number_token5] = ACTIONS(1414), - [aux_sym__val_number_token6] = ACTIONS(1414), - [anon_sym_0b] = ACTIONS(1414), - [anon_sym_0o] = ACTIONS(1414), - [anon_sym_0x] = ACTIONS(1414), - [sym_val_date] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [sym__str_single_quotes] = ACTIONS(1414), - [sym__str_back_ticks] = ACTIONS(1414), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), - [anon_sym_CARET] = ACTIONS(1414), + [1147] = { + [sym_expr_parenthesized] = STATE(2117), + [sym__immediate_decimal] = STATE(2116), + [sym_val_variable] = STATE(2117), + [sym__var] = STATE(1667), + [sym_comment] = STATE(1147), + [anon_sym_export] = ACTIONS(1957), + [anon_sym_alias] = ACTIONS(1957), + [anon_sym_let] = ACTIONS(1957), + [anon_sym_let_DASHenv] = ACTIONS(1957), + [anon_sym_mut] = ACTIONS(1957), + [anon_sym_const] = ACTIONS(1957), + [sym_cmd_identifier] = ACTIONS(1957), + [anon_sym_def] = ACTIONS(1957), + [anon_sym_export_DASHenv] = ACTIONS(1957), + [anon_sym_extern] = ACTIONS(1957), + [anon_sym_module] = ACTIONS(1957), + [anon_sym_use] = ACTIONS(1957), + [anon_sym_COMMA] = ACTIONS(1959), + [anon_sym_LPAREN] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2841), + [anon_sym_error] = ACTIONS(1957), + [anon_sym_list] = ACTIONS(1957), + [anon_sym_LT] = ACTIONS(2928), + [anon_sym_DASH] = ACTIONS(1957), + [anon_sym_break] = ACTIONS(1957), + [anon_sym_continue] = ACTIONS(1957), + [anon_sym_for] = ACTIONS(1957), + [anon_sym_in] = ACTIONS(1957), + [anon_sym_loop] = ACTIONS(1957), + [anon_sym_make] = ACTIONS(1957), + [anon_sym_while] = ACTIONS(1957), + [anon_sym_do] = ACTIONS(1957), + [anon_sym_if] = ACTIONS(1957), + [anon_sym_else] = ACTIONS(1957), + [anon_sym_match] = ACTIONS(1957), + [anon_sym_RBRACE] = ACTIONS(1959), + [anon_sym_DOT] = ACTIONS(1957), + [anon_sym_DOT2] = ACTIONS(2884), + [anon_sym_try] = ACTIONS(1957), + [anon_sym_catch] = ACTIONS(1957), + [anon_sym_return] = ACTIONS(1957), + [anon_sym_source] = ACTIONS(1957), + [anon_sym_source_DASHenv] = ACTIONS(1957), + [anon_sym_register] = ACTIONS(1957), + [anon_sym_hide] = ACTIONS(1957), + [anon_sym_hide_DASHenv] = ACTIONS(1957), + [anon_sym_overlay] = ACTIONS(1957), + [anon_sym_new] = ACTIONS(1957), + [anon_sym_as] = ACTIONS(1957), + [anon_sym_PLUS] = ACTIONS(1957), + [anon_sym_EQ2] = ACTIONS(2930), + [aux_sym__immediate_decimal_token1] = ACTIONS(2888), + [anon_sym_DASH2] = ACTIONS(2890), + [anon_sym_PLUS2] = ACTIONS(2892), + [aux_sym__val_number_decimal_token1] = ACTIONS(1957), + [aux_sym__val_number_token1] = ACTIONS(1959), + [aux_sym__val_number_token2] = ACTIONS(1959), + [aux_sym__val_number_token3] = ACTIONS(1959), + [aux_sym__val_number_token4] = ACTIONS(1957), + [aux_sym__val_number_token5] = ACTIONS(1959), + [aux_sym__val_number_token6] = ACTIONS(1957), + [anon_sym_DQUOTE] = ACTIONS(1959), + [sym__str_single_quotes] = ACTIONS(1959), + [sym__str_back_ticks] = ACTIONS(1959), + [aux_sym__record_key_token2] = ACTIONS(1957), + [anon_sym_POUND] = ACTIONS(3), + }, + [1148] = { + [sym_comment] = STATE(1148), + [anon_sym_export] = ACTIONS(2904), + [anon_sym_alias] = ACTIONS(2904), + [anon_sym_let] = ACTIONS(2904), + [anon_sym_let_DASHenv] = ACTIONS(2904), + [anon_sym_mut] = ACTIONS(2904), + [anon_sym_const] = ACTIONS(2904), + [anon_sym_SEMI] = ACTIONS(2904), + [sym_cmd_identifier] = ACTIONS(2904), + [anon_sym_LF] = ACTIONS(2906), + [anon_sym_def] = ACTIONS(2904), + [anon_sym_export_DASHenv] = ACTIONS(2904), + [anon_sym_extern] = ACTIONS(2904), + [anon_sym_module] = ACTIONS(2904), + [anon_sym_use] = ACTIONS(2904), + [anon_sym_LBRACK] = ACTIONS(2904), + [anon_sym_LPAREN] = ACTIONS(2904), + [anon_sym_RPAREN] = ACTIONS(2904), + [anon_sym_DOLLAR] = ACTIONS(2904), + [anon_sym_error] = ACTIONS(2904), + [anon_sym_DASH] = ACTIONS(2904), + [anon_sym_break] = ACTIONS(2904), + [anon_sym_continue] = ACTIONS(2904), + [anon_sym_for] = ACTIONS(2904), + [anon_sym_loop] = ACTIONS(2904), + [anon_sym_while] = ACTIONS(2904), + [anon_sym_do] = ACTIONS(2904), + [anon_sym_if] = ACTIONS(2904), + [anon_sym_match] = ACTIONS(2904), + [anon_sym_LBRACE] = ACTIONS(2904), + [anon_sym_RBRACE] = ACTIONS(2904), + [anon_sym_DOT] = ACTIONS(2904), + [anon_sym_DOT2] = ACTIONS(2932), + [anon_sym_try] = ACTIONS(2904), + [anon_sym_return] = ACTIONS(2904), + [anon_sym_source] = ACTIONS(2904), + [anon_sym_source_DASHenv] = ACTIONS(2904), + [anon_sym_register] = ACTIONS(2904), + [anon_sym_hide] = ACTIONS(2904), + [anon_sym_hide_DASHenv] = ACTIONS(2904), + [anon_sym_overlay] = ACTIONS(2904), + [anon_sym_where] = ACTIONS(2904), + [anon_sym_PLUS] = ACTIONS(2904), + [anon_sym_not] = ACTIONS(2904), + [aux_sym__immediate_decimal_token2] = ACTIONS(2934), + [anon_sym_null] = ACTIONS(2904), + [anon_sym_true] = ACTIONS(2904), + [anon_sym_false] = ACTIONS(2904), + [aux_sym__val_number_decimal_token1] = ACTIONS(2904), + [aux_sym__val_number_token1] = ACTIONS(2904), + [aux_sym__val_number_token2] = ACTIONS(2904), + [aux_sym__val_number_token3] = ACTIONS(2904), + [aux_sym__val_number_token4] = ACTIONS(2904), + [aux_sym__val_number_token5] = ACTIONS(2904), + [aux_sym__val_number_token6] = ACTIONS(2904), + [anon_sym_0b] = ACTIONS(2904), + [anon_sym_0o] = ACTIONS(2904), + [anon_sym_0x] = ACTIONS(2904), + [sym_val_date] = ACTIONS(2904), + [anon_sym_DQUOTE] = ACTIONS(2904), + [sym__str_single_quotes] = ACTIONS(2904), + [sym__str_back_ticks] = ACTIONS(2904), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2904), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2904), + [anon_sym_CARET] = ACTIONS(2904), [anon_sym_POUND] = ACTIONS(105), }, - [1107] = { - [sym_comment] = STATE(1107), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_RPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [1149] = { + [sym_expr_parenthesized] = STATE(2111), + [sym__immediate_decimal] = STATE(2107), + [sym_val_variable] = STATE(2111), + [sym__var] = STATE(1667), + [sym_comment] = STATE(1149), + [anon_sym_export] = ACTIONS(1995), + [anon_sym_alias] = ACTIONS(1995), + [anon_sym_let] = ACTIONS(1995), + [anon_sym_let_DASHenv] = ACTIONS(1995), + [anon_sym_mut] = ACTIONS(1995), + [anon_sym_const] = ACTIONS(1995), + [sym_cmd_identifier] = ACTIONS(1995), + [anon_sym_def] = ACTIONS(1995), + [anon_sym_export_DASHenv] = ACTIONS(1995), + [anon_sym_extern] = ACTIONS(1995), + [anon_sym_module] = ACTIONS(1995), + [anon_sym_use] = ACTIONS(1995), + [anon_sym_COMMA] = ACTIONS(1997), + [anon_sym_LPAREN] = ACTIONS(2880), + [anon_sym_DOLLAR] = ACTIONS(2841), + [anon_sym_error] = ACTIONS(1995), + [anon_sym_list] = ACTIONS(1995), + [anon_sym_LT] = ACTIONS(2936), + [anon_sym_DASH] = ACTIONS(1995), + [anon_sym_break] = ACTIONS(1995), + [anon_sym_continue] = ACTIONS(1995), + [anon_sym_for] = ACTIONS(1995), + [anon_sym_in] = ACTIONS(1995), + [anon_sym_loop] = ACTIONS(1995), + [anon_sym_make] = ACTIONS(1995), + [anon_sym_while] = ACTIONS(1995), + [anon_sym_do] = ACTIONS(1995), + [anon_sym_if] = ACTIONS(1995), + [anon_sym_else] = ACTIONS(1995), + [anon_sym_match] = ACTIONS(1995), + [anon_sym_RBRACE] = ACTIONS(1997), + [anon_sym_DOT] = ACTIONS(1995), + [anon_sym_DOT2] = ACTIONS(2884), + [anon_sym_try] = ACTIONS(1995), + [anon_sym_catch] = ACTIONS(1995), + [anon_sym_return] = ACTIONS(1995), + [anon_sym_source] = ACTIONS(1995), + [anon_sym_source_DASHenv] = ACTIONS(1995), + [anon_sym_register] = ACTIONS(1995), + [anon_sym_hide] = ACTIONS(1995), + [anon_sym_hide_DASHenv] = ACTIONS(1995), + [anon_sym_overlay] = ACTIONS(1995), + [anon_sym_new] = ACTIONS(1995), + [anon_sym_as] = ACTIONS(1995), + [anon_sym_PLUS] = ACTIONS(1995), + [anon_sym_EQ2] = ACTIONS(2938), + [aux_sym__immediate_decimal_token1] = ACTIONS(2888), + [anon_sym_DASH2] = ACTIONS(2890), + [anon_sym_PLUS2] = ACTIONS(2892), + [aux_sym__val_number_decimal_token1] = ACTIONS(1995), + [aux_sym__val_number_token1] = ACTIONS(1997), + [aux_sym__val_number_token2] = ACTIONS(1997), + [aux_sym__val_number_token3] = ACTIONS(1997), + [aux_sym__val_number_token4] = ACTIONS(1995), + [aux_sym__val_number_token5] = ACTIONS(1997), + [aux_sym__val_number_token6] = ACTIONS(1995), + [anon_sym_DQUOTE] = ACTIONS(1997), + [sym__str_single_quotes] = ACTIONS(1997), + [sym__str_back_ticks] = ACTIONS(1997), + [aux_sym__record_key_token2] = ACTIONS(1995), + [anon_sym_POUND] = ACTIONS(3), + }, + [1150] = { + [sym_comment] = STATE(1150), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token1] = ACTIONS(2940), + [aux_sym__immediate_decimal_token2] = ACTIONS(2942), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), [anon_sym_POUND] = ACTIONS(105), }, - [1108] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1108), - [aux_sym_val_record_repeat1] = STATE(1096), + [1151] = { + [sym_path] = STATE(1413), + [sym_comment] = STATE(1151), + [aux_sym_cell_path_repeat1] = STATE(1174), + [ts_builtin_sym_end] = ACTIONS(1438), + [anon_sym_export] = ACTIONS(1436), + [anon_sym_alias] = ACTIONS(1436), + [anon_sym_let] = ACTIONS(1436), + [anon_sym_let_DASHenv] = ACTIONS(1436), + [anon_sym_mut] = ACTIONS(1436), + [anon_sym_const] = ACTIONS(1436), + [anon_sym_SEMI] = ACTIONS(1436), + [sym_cmd_identifier] = ACTIONS(1436), + [anon_sym_LF] = ACTIONS(1438), + [anon_sym_def] = ACTIONS(1436), + [anon_sym_export_DASHenv] = ACTIONS(1436), + [anon_sym_extern] = ACTIONS(1436), + [anon_sym_module] = ACTIONS(1436), + [anon_sym_use] = ACTIONS(1436), + [anon_sym_LBRACK] = ACTIONS(1436), + [anon_sym_LPAREN] = ACTIONS(1436), + [anon_sym_DOLLAR] = ACTIONS(1436), + [anon_sym_error] = ACTIONS(1436), + [anon_sym_DASH] = ACTIONS(1436), + [anon_sym_break] = ACTIONS(1436), + [anon_sym_continue] = ACTIONS(1436), + [anon_sym_for] = ACTIONS(1436), + [anon_sym_loop] = ACTIONS(1436), + [anon_sym_while] = ACTIONS(1436), + [anon_sym_do] = ACTIONS(1436), + [anon_sym_if] = ACTIONS(1436), + [anon_sym_match] = ACTIONS(1436), + [anon_sym_LBRACE] = ACTIONS(1436), + [anon_sym_DOT] = ACTIONS(1436), + [anon_sym_DOT2] = ACTIONS(1438), + [anon_sym_try] = ACTIONS(1436), + [anon_sym_return] = ACTIONS(1436), + [anon_sym_source] = ACTIONS(1436), + [anon_sym_source_DASHenv] = ACTIONS(1436), + [anon_sym_register] = ACTIONS(1436), + [anon_sym_hide] = ACTIONS(1436), + [anon_sym_hide_DASHenv] = ACTIONS(1436), + [anon_sym_overlay] = ACTIONS(1436), + [anon_sym_where] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1436), + [anon_sym_not] = ACTIONS(1436), + [anon_sym_null] = ACTIONS(1436), + [anon_sym_true] = ACTIONS(1436), + [anon_sym_false] = ACTIONS(1436), + [aux_sym__val_number_decimal_token1] = ACTIONS(1436), + [aux_sym__val_number_token1] = ACTIONS(1436), + [aux_sym__val_number_token2] = ACTIONS(1436), + [aux_sym__val_number_token3] = ACTIONS(1436), + [aux_sym__val_number_token4] = ACTIONS(1436), + [aux_sym__val_number_token5] = ACTIONS(1436), + [aux_sym__val_number_token6] = ACTIONS(1436), + [anon_sym_0b] = ACTIONS(1436), + [anon_sym_0o] = ACTIONS(1436), + [anon_sym_0x] = ACTIONS(1436), + [sym_val_date] = ACTIONS(1436), + [anon_sym_DQUOTE] = ACTIONS(1436), + [sym__str_single_quotes] = ACTIONS(1436), + [sym__str_back_ticks] = ACTIONS(1436), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1436), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1436), + [anon_sym_CARET] = ACTIONS(1436), + [anon_sym_POUND] = ACTIONS(105), + }, + [1152] = { + [sym_comment] = STATE(1152), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2944), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(2942), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), + [anon_sym_POUND] = ACTIONS(105), + }, + [1153] = { + [sym_comment] = STATE(1153), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_RPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_RBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token1] = ACTIONS(2946), + [aux_sym__immediate_decimal_token2] = ACTIONS(2948), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), + [anon_sym_POUND] = ACTIONS(105), + }, + [1154] = { + [sym_path] = STATE(1413), + [sym_comment] = STATE(1154), + [aux_sym_cell_path_repeat1] = STATE(1151), + [ts_builtin_sym_end] = ACTIONS(1442), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), + [anon_sym_POUND] = ACTIONS(105), + }, + [1155] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1155), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -186227,11 +191014,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -186243,8 +191030,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2858), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2950), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -186256,169 +191043,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1109] = { - [sym__terminator] = STATE(1306), - [sym_comment] = STATE(1109), - [aux_sym__block_body_repeat1] = STATE(1109), - [anon_sym_export] = ACTIONS(2860), - [anon_sym_alias] = ACTIONS(2860), - [anon_sym_let] = ACTIONS(2860), - [anon_sym_let_DASHenv] = ACTIONS(2860), - [anon_sym_mut] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_SEMI] = ACTIONS(2862), - [sym_cmd_identifier] = ACTIONS(2860), - [anon_sym_LF] = ACTIONS(2865), - [anon_sym_def] = ACTIONS(2860), - [anon_sym_export_DASHenv] = ACTIONS(2860), - [anon_sym_extern] = ACTIONS(2860), - [anon_sym_module] = ACTIONS(2860), - [anon_sym_use] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2860), - [anon_sym_LPAREN] = ACTIONS(2860), - [anon_sym_RPAREN] = ACTIONS(2860), - [anon_sym_DOLLAR] = ACTIONS(2860), - [anon_sym_error] = ACTIONS(2860), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_loop] = ACTIONS(2860), - [anon_sym_while] = ACTIONS(2860), - [anon_sym_do] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_match] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2860), - [anon_sym_RBRACE] = ACTIONS(2860), - [anon_sym_DOT] = ACTIONS(2860), - [anon_sym_try] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_source] = ACTIONS(2860), - [anon_sym_source_DASHenv] = ACTIONS(2860), - [anon_sym_register] = ACTIONS(2860), - [anon_sym_hide] = ACTIONS(2860), - [anon_sym_hide_DASHenv] = ACTIONS(2860), - [anon_sym_overlay] = ACTIONS(2860), - [anon_sym_where] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_not] = ACTIONS(2860), - [sym_val_nothing] = ACTIONS(2860), - [anon_sym_true] = ACTIONS(2860), - [anon_sym_false] = ACTIONS(2860), - [aux_sym__val_number_decimal_token1] = ACTIONS(2860), - [aux_sym__val_number_token1] = ACTIONS(2860), - [aux_sym__val_number_token2] = ACTIONS(2860), - [aux_sym__val_number_token3] = ACTIONS(2860), - [aux_sym__val_number_token4] = ACTIONS(2860), - [aux_sym__val_number_token5] = ACTIONS(2860), - [aux_sym__val_number_token6] = ACTIONS(2860), - [anon_sym_0b] = ACTIONS(2860), - [anon_sym_0o] = ACTIONS(2860), - [anon_sym_0x] = ACTIONS(2860), - [sym_val_date] = ACTIONS(2860), - [anon_sym_DQUOTE] = ACTIONS(2860), - [sym__str_single_quotes] = ACTIONS(2860), - [sym__str_back_ticks] = ACTIONS(2860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2860), - [anon_sym_CARET] = ACTIONS(2860), - [anon_sym_POUND] = ACTIONS(105), - }, - [1110] = { - [sym_expr_parenthesized] = STATE(1847), - [sym__immediate_decimal] = STATE(1846), - [sym_val_variable] = STATE(1847), - [sym__var] = STATE(1640), - [sym_comment] = STATE(1110), - [anon_sym_export] = ACTIONS(1969), - [anon_sym_alias] = ACTIONS(1969), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_let_DASHenv] = ACTIONS(1969), - [anon_sym_mut] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1969), - [sym_cmd_identifier] = ACTIONS(1969), - [anon_sym_def] = ACTIONS(1969), - [anon_sym_export_DASHenv] = ACTIONS(1969), - [anon_sym_extern] = ACTIONS(1969), - [anon_sym_module] = ACTIONS(1969), - [anon_sym_use] = ACTIONS(1969), - [anon_sym_COMMA] = ACTIONS(1971), - [anon_sym_LPAREN] = ACTIONS(2868), - [anon_sym_DOLLAR] = ACTIONS(2870), - [anon_sym_error] = ACTIONS(1969), - [anon_sym_list] = ACTIONS(1969), - [anon_sym_LT] = ACTIONS(2872), - [anon_sym_DASH] = ACTIONS(1969), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1969), - [anon_sym_for] = ACTIONS(1969), - [anon_sym_in] = ACTIONS(1969), - [anon_sym_loop] = ACTIONS(1969), - [anon_sym_make] = ACTIONS(1969), - [anon_sym_while] = ACTIONS(1969), - [anon_sym_do] = ACTIONS(1969), - [anon_sym_if] = ACTIONS(1969), - [anon_sym_else] = ACTIONS(1969), - [anon_sym_match] = ACTIONS(1969), - [anon_sym_RBRACE] = ACTIONS(1971), - [anon_sym_DOT] = ACTIONS(1969), - [anon_sym_DOT2] = ACTIONS(2874), - [anon_sym_try] = ACTIONS(1969), - [anon_sym_catch] = ACTIONS(1969), - [anon_sym_return] = ACTIONS(1969), - [anon_sym_source] = ACTIONS(1969), - [anon_sym_source_DASHenv] = ACTIONS(1969), - [anon_sym_register] = ACTIONS(1969), - [anon_sym_hide] = ACTIONS(1969), - [anon_sym_hide_DASHenv] = ACTIONS(1969), - [anon_sym_overlay] = ACTIONS(1969), - [anon_sym_new] = ACTIONS(1969), - [anon_sym_as] = ACTIONS(1969), - [anon_sym_PLUS] = ACTIONS(1969), - [anon_sym_EQ2] = ACTIONS(2876), - [aux_sym__immediate_decimal_token1] = ACTIONS(2878), - [anon_sym_DASH2] = ACTIONS(2880), - [anon_sym_PLUS2] = ACTIONS(2882), - [aux_sym__val_number_decimal_token1] = ACTIONS(1969), - [aux_sym__val_number_token1] = ACTIONS(1971), - [aux_sym__val_number_token2] = ACTIONS(1971), - [aux_sym__val_number_token3] = ACTIONS(1971), - [aux_sym__val_number_token4] = ACTIONS(1969), - [aux_sym__val_number_token5] = ACTIONS(1971), - [aux_sym__val_number_token6] = ACTIONS(1969), - [anon_sym_DQUOTE] = ACTIONS(1971), - [sym__str_single_quotes] = ACTIONS(1971), - [sym__str_back_ticks] = ACTIONS(1971), - [aux_sym__record_key_token2] = ACTIONS(1969), - [anon_sym_POUND] = ACTIONS(3), - }, - [1111] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1111), - [aux_sym_val_record_repeat1] = STATE(1137), + [1156] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1156), + [aux_sym_val_record_repeat1] = STATE(1155), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -186431,11 +191082,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -186447,8 +191098,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(405), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2952), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -186460,101 +191111,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), - [aux_sym__record_key_token2] = ACTIONS(377), - [anon_sym_POUND] = ACTIONS(3), - }, - [1112] = { - [sym_comment] = STATE(1112), - [ts_builtin_sym_end] = ACTIONS(2726), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_DOT2] = ACTIONS(2726), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token1] = ACTIONS(2884), - [aux_sym__immediate_decimal_token2] = ACTIONS(2886), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), - [anon_sym_POUND] = ACTIONS(105), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), + [aux_sym__record_key_token2] = ACTIONS(377), + [anon_sym_POUND] = ACTIONS(3), }, - [1113] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1113), - [aux_sym_val_record_repeat1] = STATE(1096), + [1157] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1157), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -186567,11 +191150,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -186583,8 +191166,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2888), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2954), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -186596,237 +191179,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1114] = { - [sym_cell_path] = STATE(1370), - [sym_path] = STATE(1125), - [sym_comment] = STATE(1114), - [ts_builtin_sym_end] = ACTIONS(1375), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2890), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), + [1158] = { + [sym_comment] = STATE(1158), + [ts_builtin_sym_end] = ACTIONS(1428), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_DOT2] = ACTIONS(2956), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [aux_sym__immediate_decimal_token1] = ACTIONS(2732), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), + [aux_sym_unquoted_token2] = ACTIONS(2958), [anon_sym_POUND] = ACTIONS(105), }, - [1115] = { - [sym_comment] = STATE(1115), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(2223), + [1159] = { + [sym_comment] = STATE(1159), + [anon_sym_export] = ACTIONS(2960), + [anon_sym_alias] = ACTIONS(2960), + [anon_sym_let] = ACTIONS(2960), + [anon_sym_let_DASHenv] = ACTIONS(2960), + [anon_sym_mut] = ACTIONS(2960), + [anon_sym_const] = ACTIONS(2960), + [anon_sym_SEMI] = ACTIONS(2960), + [sym_cmd_identifier] = ACTIONS(2960), + [sym__long_flag_identifier] = ACTIONS(2962), + [anon_sym_LF] = ACTIONS(2964), + [anon_sym_def] = ACTIONS(2960), + [anon_sym_export_DASHenv] = ACTIONS(2960), + [anon_sym_extern] = ACTIONS(2960), + [anon_sym_module] = ACTIONS(2960), + [anon_sym_use] = ACTIONS(2960), + [anon_sym_LBRACK] = ACTIONS(2960), + [anon_sym_LPAREN] = ACTIONS(2960), + [anon_sym_RPAREN] = ACTIONS(2960), + [anon_sym_DOLLAR] = ACTIONS(2960), + [anon_sym_error] = ACTIONS(2960), + [anon_sym_DASH] = ACTIONS(2960), + [anon_sym_break] = ACTIONS(2960), + [anon_sym_continue] = ACTIONS(2960), + [anon_sym_for] = ACTIONS(2960), + [anon_sym_loop] = ACTIONS(2960), + [anon_sym_while] = ACTIONS(2960), + [anon_sym_do] = ACTIONS(2960), + [anon_sym_if] = ACTIONS(2960), + [anon_sym_match] = ACTIONS(2960), + [anon_sym_LBRACE] = ACTIONS(2960), + [anon_sym_RBRACE] = ACTIONS(2960), + [anon_sym_DOT] = ACTIONS(2960), + [anon_sym_try] = ACTIONS(2960), + [anon_sym_return] = ACTIONS(2960), + [anon_sym_source] = ACTIONS(2960), + [anon_sym_source_DASHenv] = ACTIONS(2960), + [anon_sym_register] = ACTIONS(2960), + [anon_sym_hide] = ACTIONS(2960), + [anon_sym_hide_DASHenv] = ACTIONS(2960), + [anon_sym_overlay] = ACTIONS(2960), + [anon_sym_as] = ACTIONS(2960), + [anon_sym_where] = ACTIONS(2960), + [anon_sym_PLUS] = ACTIONS(2960), + [anon_sym_not] = ACTIONS(2960), + [anon_sym_null] = ACTIONS(2960), + [anon_sym_true] = ACTIONS(2960), + [anon_sym_false] = ACTIONS(2960), + [aux_sym__val_number_decimal_token1] = ACTIONS(2960), + [aux_sym__val_number_token1] = ACTIONS(2960), + [aux_sym__val_number_token2] = ACTIONS(2960), + [aux_sym__val_number_token3] = ACTIONS(2960), + [aux_sym__val_number_token4] = ACTIONS(2960), + [aux_sym__val_number_token5] = ACTIONS(2960), + [aux_sym__val_number_token6] = ACTIONS(2960), + [anon_sym_0b] = ACTIONS(2960), + [anon_sym_0o] = ACTIONS(2960), + [anon_sym_0x] = ACTIONS(2960), + [sym_val_date] = ACTIONS(2960), + [anon_sym_DQUOTE] = ACTIONS(2960), + [sym__str_single_quotes] = ACTIONS(2960), + [sym__str_back_ticks] = ACTIONS(2960), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2960), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2960), + [anon_sym_CARET] = ACTIONS(2960), [anon_sym_POUND] = ACTIONS(105), }, - [1116] = { - [sym_expr_parenthesized] = STATE(1933), - [sym__immediate_decimal] = STATE(1934), - [sym_val_variable] = STATE(1933), - [sym__var] = STATE(1636), - [sym_comment] = STATE(1116), - [anon_sym_export] = ACTIONS(1985), - [anon_sym_alias] = ACTIONS(1985), - [anon_sym_let] = ACTIONS(1985), - [anon_sym_let_DASHenv] = ACTIONS(1985), - [anon_sym_mut] = ACTIONS(1985), - [anon_sym_const] = ACTIONS(1985), - [sym_cmd_identifier] = ACTIONS(1985), - [anon_sym_def] = ACTIONS(1985), - [anon_sym_export_DASHenv] = ACTIONS(1985), - [anon_sym_extern] = ACTIONS(1985), - [anon_sym_module] = ACTIONS(1985), - [anon_sym_use] = ACTIONS(1985), - [anon_sym_COMMA] = ACTIONS(1987), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_DOLLAR] = ACTIONS(2870), - [anon_sym_error] = ACTIONS(1985), - [anon_sym_list] = ACTIONS(1985), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(1985), - [anon_sym_break] = ACTIONS(1985), - [anon_sym_continue] = ACTIONS(1985), - [anon_sym_for] = ACTIONS(1985), - [anon_sym_in] = ACTIONS(1985), - [anon_sym_loop] = ACTIONS(1985), - [anon_sym_make] = ACTIONS(1985), - [anon_sym_while] = ACTIONS(1985), - [anon_sym_do] = ACTIONS(1985), - [anon_sym_if] = ACTIONS(1985), - [anon_sym_else] = ACTIONS(1985), - [anon_sym_match] = ACTIONS(1985), - [anon_sym_RBRACE] = ACTIONS(1987), - [anon_sym_DOT] = ACTIONS(1985), - [anon_sym_DOT2] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(1985), - [anon_sym_catch] = ACTIONS(1985), - [anon_sym_return] = ACTIONS(1985), - [anon_sym_source] = ACTIONS(1985), - [anon_sym_source_DASHenv] = ACTIONS(1985), - [anon_sym_register] = ACTIONS(1985), - [anon_sym_hide] = ACTIONS(1985), - [anon_sym_hide_DASHenv] = ACTIONS(1985), - [anon_sym_overlay] = ACTIONS(1985), - [anon_sym_new] = ACTIONS(1985), - [anon_sym_as] = ACTIONS(1985), - [anon_sym_PLUS] = ACTIONS(1985), - [anon_sym_EQ2] = ACTIONS(2899), - [aux_sym__immediate_decimal_token1] = ACTIONS(2901), - [anon_sym_DASH2] = ACTIONS(2903), - [anon_sym_PLUS2] = ACTIONS(2905), - [aux_sym__val_number_decimal_token1] = ACTIONS(1985), - [aux_sym__val_number_token1] = ACTIONS(1987), - [aux_sym__val_number_token2] = ACTIONS(1987), - [aux_sym__val_number_token3] = ACTIONS(1987), - [aux_sym__val_number_token4] = ACTIONS(1985), - [aux_sym__val_number_token5] = ACTIONS(1987), - [aux_sym__val_number_token6] = ACTIONS(1985), - [anon_sym_DQUOTE] = ACTIONS(1987), - [sym__str_single_quotes] = ACTIONS(1987), - [sym__str_back_ticks] = ACTIONS(1987), - [aux_sym__record_key_token2] = ACTIONS(1985), - [anon_sym_POUND] = ACTIONS(3), + [1160] = { + [sym_comment] = STATE(1160), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), }, - [1117] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1117), - [aux_sym_val_record_repeat1] = STATE(1096), + [1161] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1161), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -186839,11 +191422,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -186855,8 +191438,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2907), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2966), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -186868,917 +191451,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1118] = { - [sym_comment] = STATE(1118), - [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), - [sym_val_nothing] = 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), - }, - [1119] = { - [sym_comment] = STATE(1119), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_RPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_RBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token1] = ACTIONS(2909), - [aux_sym__immediate_decimal_token2] = ACTIONS(2911), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), - [anon_sym_POUND] = ACTIONS(105), - }, - [1120] = { - [sym_expr_parenthesized] = STATE(1931), - [sym__immediate_decimal] = STATE(1932), - [sym_val_variable] = STATE(1931), - [sym__var] = STATE(1636), - [sym_comment] = STATE(1120), - [anon_sym_export] = ACTIONS(1977), - [anon_sym_alias] = ACTIONS(1977), - [anon_sym_let] = ACTIONS(1977), - [anon_sym_let_DASHenv] = ACTIONS(1977), - [anon_sym_mut] = ACTIONS(1977), - [anon_sym_const] = ACTIONS(1977), - [sym_cmd_identifier] = ACTIONS(1977), - [anon_sym_def] = ACTIONS(1977), - [anon_sym_export_DASHenv] = ACTIONS(1977), - [anon_sym_extern] = ACTIONS(1977), - [anon_sym_module] = ACTIONS(1977), - [anon_sym_use] = ACTIONS(1977), - [anon_sym_COMMA] = ACTIONS(1979), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_DOLLAR] = ACTIONS(2870), - [anon_sym_error] = ACTIONS(1977), - [anon_sym_list] = ACTIONS(1977), - [anon_sym_LT] = ACTIONS(2913), - [anon_sym_DASH] = ACTIONS(1977), - [anon_sym_break] = ACTIONS(1977), - [anon_sym_continue] = ACTIONS(1977), - [anon_sym_for] = ACTIONS(1977), - [anon_sym_in] = ACTIONS(1977), - [anon_sym_loop] = ACTIONS(1977), - [anon_sym_make] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1977), - [anon_sym_do] = ACTIONS(1977), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_else] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1977), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_DOT] = ACTIONS(1977), - [anon_sym_DOT2] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(1977), - [anon_sym_catch] = ACTIONS(1977), - [anon_sym_return] = ACTIONS(1977), - [anon_sym_source] = ACTIONS(1977), - [anon_sym_source_DASHenv] = ACTIONS(1977), - [anon_sym_register] = ACTIONS(1977), - [anon_sym_hide] = ACTIONS(1977), - [anon_sym_hide_DASHenv] = ACTIONS(1977), - [anon_sym_overlay] = ACTIONS(1977), - [anon_sym_new] = ACTIONS(1977), - [anon_sym_as] = ACTIONS(1977), - [anon_sym_PLUS] = ACTIONS(1977), - [anon_sym_EQ2] = ACTIONS(2915), - [aux_sym__immediate_decimal_token1] = ACTIONS(2901), - [anon_sym_DASH2] = ACTIONS(2903), - [anon_sym_PLUS2] = ACTIONS(2905), - [aux_sym__val_number_decimal_token1] = ACTIONS(1977), - [aux_sym__val_number_token1] = ACTIONS(1979), - [aux_sym__val_number_token2] = ACTIONS(1979), - [aux_sym__val_number_token3] = ACTIONS(1979), - [aux_sym__val_number_token4] = ACTIONS(1977), - [aux_sym__val_number_token5] = ACTIONS(1979), - [aux_sym__val_number_token6] = ACTIONS(1977), - [anon_sym_DQUOTE] = ACTIONS(1979), - [sym__str_single_quotes] = ACTIONS(1979), - [sym__str_back_ticks] = ACTIONS(1979), - [aux_sym__record_key_token2] = ACTIONS(1977), - [anon_sym_POUND] = ACTIONS(3), - }, - [1121] = { - [sym_cell_path] = STATE(1464), - [sym_path] = STATE(1126), - [sym_comment] = STATE(1121), - [ts_builtin_sym_end] = ACTIONS(1423), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), - [anon_sym_POUND] = ACTIONS(105), - }, - [1122] = { - [sym_expr_parenthesized] = STATE(1929), - [sym__immediate_decimal] = STATE(1930), - [sym_val_variable] = STATE(1929), - [sym__var] = STATE(1636), - [sym_comment] = STATE(1122), - [anon_sym_export] = ACTIONS(1923), - [anon_sym_alias] = ACTIONS(1923), - [anon_sym_let] = ACTIONS(1923), - [anon_sym_let_DASHenv] = ACTIONS(1923), - [anon_sym_mut] = ACTIONS(1923), - [anon_sym_const] = ACTIONS(1923), - [sym_cmd_identifier] = ACTIONS(1923), - [anon_sym_def] = ACTIONS(1923), - [anon_sym_export_DASHenv] = ACTIONS(1923), - [anon_sym_extern] = ACTIONS(1923), - [anon_sym_module] = ACTIONS(1923), - [anon_sym_use] = ACTIONS(1923), - [anon_sym_COMMA] = ACTIONS(1925), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_DOLLAR] = ACTIONS(2870), - [anon_sym_error] = ACTIONS(1923), - [anon_sym_list] = ACTIONS(1923), - [anon_sym_LT] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(1923), - [anon_sym_break] = ACTIONS(1923), - [anon_sym_continue] = ACTIONS(1923), - [anon_sym_for] = ACTIONS(1923), - [anon_sym_in] = ACTIONS(1923), - [anon_sym_loop] = ACTIONS(1923), - [anon_sym_make] = ACTIONS(1923), - [anon_sym_while] = ACTIONS(1923), - [anon_sym_do] = ACTIONS(1923), - [anon_sym_if] = ACTIONS(1923), - [anon_sym_else] = ACTIONS(1923), - [anon_sym_match] = ACTIONS(1923), - [anon_sym_RBRACE] = ACTIONS(1925), - [anon_sym_DOT] = ACTIONS(1923), - [anon_sym_DOT2] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(1923), - [anon_sym_catch] = ACTIONS(1923), - [anon_sym_return] = ACTIONS(1923), - [anon_sym_source] = ACTIONS(1923), - [anon_sym_source_DASHenv] = ACTIONS(1923), - [anon_sym_register] = ACTIONS(1923), - [anon_sym_hide] = ACTIONS(1923), - [anon_sym_hide_DASHenv] = ACTIONS(1923), - [anon_sym_overlay] = ACTIONS(1923), - [anon_sym_new] = ACTIONS(1923), - [anon_sym_as] = ACTIONS(1923), - [anon_sym_PLUS] = ACTIONS(1923), - [anon_sym_EQ2] = ACTIONS(2921), - [aux_sym__immediate_decimal_token1] = ACTIONS(2901), - [anon_sym_DASH2] = ACTIONS(2903), - [anon_sym_PLUS2] = ACTIONS(2905), - [aux_sym__val_number_decimal_token1] = ACTIONS(1923), - [aux_sym__val_number_token1] = ACTIONS(1925), - [aux_sym__val_number_token2] = ACTIONS(1925), - [aux_sym__val_number_token3] = ACTIONS(1925), - [aux_sym__val_number_token4] = ACTIONS(1923), - [aux_sym__val_number_token5] = ACTIONS(1925), - [aux_sym__val_number_token6] = ACTIONS(1923), - [anon_sym_DQUOTE] = ACTIONS(1925), - [sym__str_single_quotes] = ACTIONS(1925), - [sym__str_back_ticks] = ACTIONS(1925), - [aux_sym__record_key_token2] = ACTIONS(1923), - [anon_sym_POUND] = ACTIONS(3), - }, - [1123] = { - [sym_comment] = STATE(1123), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(2923), - [anon_sym_POUND] = ACTIONS(105), - }, - [1124] = { - [sym_path] = STATE(1301), - [sym_comment] = STATE(1124), - [aux_sym_cell_path_repeat1] = STATE(1106), - [ts_builtin_sym_end] = ACTIONS(1388), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(1388), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, - [1125] = { - [sym_path] = STATE(1301), - [sym_comment] = STATE(1125), - [aux_sym_cell_path_repeat1] = STATE(1124), - [ts_builtin_sym_end] = ACTIONS(1404), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), - [anon_sym_POUND] = ACTIONS(105), - }, - [1126] = { - [sym_path] = STATE(1301), - [sym_comment] = STATE(1126), - [aux_sym_cell_path_repeat1] = STATE(1135), - [ts_builtin_sym_end] = ACTIONS(1404), - [anon_sym_export] = ACTIONS(1402), - [anon_sym_alias] = ACTIONS(1402), - [anon_sym_let] = ACTIONS(1402), - [anon_sym_let_DASHenv] = ACTIONS(1402), - [anon_sym_mut] = ACTIONS(1402), - [anon_sym_const] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [sym_cmd_identifier] = ACTIONS(1402), - [anon_sym_LF] = ACTIONS(1404), - [anon_sym_def] = ACTIONS(1402), - [anon_sym_export_DASHenv] = ACTIONS(1402), - [anon_sym_extern] = ACTIONS(1402), - [anon_sym_module] = ACTIONS(1402), - [anon_sym_use] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [anon_sym_error] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_break] = ACTIONS(1402), - [anon_sym_continue] = ACTIONS(1402), - [anon_sym_for] = ACTIONS(1402), - [anon_sym_loop] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1402), - [anon_sym_do] = ACTIONS(1402), - [anon_sym_if] = ACTIONS(1402), - [anon_sym_match] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_DOT] = ACTIONS(1402), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1402), - [anon_sym_return] = ACTIONS(1402), - [anon_sym_source] = ACTIONS(1402), - [anon_sym_source_DASHenv] = ACTIONS(1402), - [anon_sym_register] = ACTIONS(1402), - [anon_sym_hide] = ACTIONS(1402), - [anon_sym_hide_DASHenv] = ACTIONS(1402), - [anon_sym_overlay] = ACTIONS(1402), - [anon_sym_where] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_not] = ACTIONS(1402), - [sym_val_nothing] = ACTIONS(1402), - [anon_sym_true] = ACTIONS(1402), - [anon_sym_false] = ACTIONS(1402), - [aux_sym__val_number_decimal_token1] = ACTIONS(1402), - [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(1402), - [aux_sym__val_number_token5] = ACTIONS(1402), - [aux_sym__val_number_token6] = ACTIONS(1402), - [anon_sym_0b] = ACTIONS(1402), - [anon_sym_0o] = ACTIONS(1402), - [anon_sym_0x] = ACTIONS(1402), - [sym_val_date] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [sym__str_single_quotes] = ACTIONS(1402), - [sym__str_back_ticks] = ACTIONS(1402), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), - [anon_sym_CARET] = ACTIONS(1402), - [anon_sym_POUND] = ACTIONS(105), - }, - [1127] = { - [sym_comment] = STATE(1127), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2925), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(2927), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1128] = { - [sym_expr_parenthesized] = STATE(1927), - [sym__immediate_decimal] = STATE(1928), - [sym_val_variable] = STATE(1927), - [sym__var] = STATE(1636), - [sym_comment] = STATE(1128), - [anon_sym_export] = ACTIONS(1961), - [anon_sym_alias] = ACTIONS(1961), - [anon_sym_let] = ACTIONS(1961), - [anon_sym_let_DASHenv] = ACTIONS(1961), - [anon_sym_mut] = ACTIONS(1961), - [anon_sym_const] = ACTIONS(1961), - [sym_cmd_identifier] = ACTIONS(1961), - [anon_sym_def] = ACTIONS(1961), - [anon_sym_export_DASHenv] = ACTIONS(1961), - [anon_sym_extern] = ACTIONS(1961), - [anon_sym_module] = ACTIONS(1961), - [anon_sym_use] = ACTIONS(1961), - [anon_sym_COMMA] = ACTIONS(1963), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_DOLLAR] = ACTIONS(2870), - [anon_sym_error] = ACTIONS(1961), - [anon_sym_list] = ACTIONS(1961), - [anon_sym_LT] = ACTIONS(2929), - [anon_sym_DASH] = ACTIONS(1961), - [anon_sym_break] = ACTIONS(1961), - [anon_sym_continue] = ACTIONS(1961), - [anon_sym_for] = ACTIONS(1961), - [anon_sym_in] = ACTIONS(1961), - [anon_sym_loop] = ACTIONS(1961), - [anon_sym_make] = ACTIONS(1961), - [anon_sym_while] = ACTIONS(1961), - [anon_sym_do] = ACTIONS(1961), - [anon_sym_if] = ACTIONS(1961), - [anon_sym_else] = ACTIONS(1961), - [anon_sym_match] = ACTIONS(1961), - [anon_sym_RBRACE] = ACTIONS(1963), - [anon_sym_DOT] = ACTIONS(1961), - [anon_sym_DOT2] = ACTIONS(2897), - [anon_sym_try] = ACTIONS(1961), - [anon_sym_catch] = ACTIONS(1961), - [anon_sym_return] = ACTIONS(1961), - [anon_sym_source] = ACTIONS(1961), - [anon_sym_source_DASHenv] = ACTIONS(1961), - [anon_sym_register] = ACTIONS(1961), - [anon_sym_hide] = ACTIONS(1961), - [anon_sym_hide_DASHenv] = ACTIONS(1961), - [anon_sym_overlay] = ACTIONS(1961), - [anon_sym_new] = ACTIONS(1961), - [anon_sym_as] = ACTIONS(1961), - [anon_sym_PLUS] = ACTIONS(1961), - [anon_sym_EQ2] = ACTIONS(2931), - [aux_sym__immediate_decimal_token1] = ACTIONS(2901), - [anon_sym_DASH2] = ACTIONS(2903), - [anon_sym_PLUS2] = ACTIONS(2905), - [aux_sym__val_number_decimal_token1] = ACTIONS(1961), - [aux_sym__val_number_token1] = ACTIONS(1963), - [aux_sym__val_number_token2] = ACTIONS(1963), - [aux_sym__val_number_token3] = ACTIONS(1963), - [aux_sym__val_number_token4] = ACTIONS(1961), - [aux_sym__val_number_token5] = ACTIONS(1963), - [aux_sym__val_number_token6] = ACTIONS(1961), - [anon_sym_DQUOTE] = ACTIONS(1963), - [sym__str_single_quotes] = ACTIONS(1963), - [sym__str_back_ticks] = ACTIONS(1963), - [aux_sym__record_key_token2] = ACTIONS(1961), - [anon_sym_POUND] = ACTIONS(3), - }, - [1129] = { - [sym_cell_path] = STATE(1517), - [sym_path] = STATE(1126), - [sym_comment] = STATE(1129), - [ts_builtin_sym_end] = ACTIONS(1412), - [anon_sym_export] = ACTIONS(1410), - [anon_sym_alias] = ACTIONS(1410), - [anon_sym_let] = ACTIONS(1410), - [anon_sym_let_DASHenv] = ACTIONS(1410), - [anon_sym_mut] = ACTIONS(1410), - [anon_sym_const] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [sym_cmd_identifier] = ACTIONS(1410), - [anon_sym_LF] = ACTIONS(1412), - [anon_sym_def] = ACTIONS(1410), - [anon_sym_export_DASHenv] = ACTIONS(1410), - [anon_sym_extern] = ACTIONS(1410), - [anon_sym_module] = ACTIONS(1410), - [anon_sym_use] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [anon_sym_error] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_break] = ACTIONS(1410), - [anon_sym_continue] = ACTIONS(1410), - [anon_sym_for] = ACTIONS(1410), - [anon_sym_loop] = ACTIONS(1410), - [anon_sym_while] = ACTIONS(1410), - [anon_sym_do] = ACTIONS(1410), - [anon_sym_if] = ACTIONS(1410), - [anon_sym_match] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1410), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1410), - [anon_sym_return] = ACTIONS(1410), - [anon_sym_source] = ACTIONS(1410), - [anon_sym_source_DASHenv] = ACTIONS(1410), - [anon_sym_register] = ACTIONS(1410), - [anon_sym_hide] = ACTIONS(1410), - [anon_sym_hide_DASHenv] = ACTIONS(1410), - [anon_sym_overlay] = ACTIONS(1410), - [anon_sym_where] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_not] = ACTIONS(1410), - [sym_val_nothing] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1410), - [anon_sym_false] = ACTIONS(1410), - [aux_sym__val_number_decimal_token1] = ACTIONS(1410), - [aux_sym__val_number_token1] = ACTIONS(1410), - [aux_sym__val_number_token2] = ACTIONS(1410), - [aux_sym__val_number_token3] = ACTIONS(1410), - [aux_sym__val_number_token4] = ACTIONS(1410), - [aux_sym__val_number_token5] = ACTIONS(1410), - [aux_sym__val_number_token6] = ACTIONS(1410), - [anon_sym_0b] = ACTIONS(1410), - [anon_sym_0o] = ACTIONS(1410), - [anon_sym_0x] = ACTIONS(1410), - [sym_val_date] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [sym__str_single_quotes] = ACTIONS(1410), - [sym__str_back_ticks] = ACTIONS(1410), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1410), - [anon_sym_CARET] = ACTIONS(1410), - [anon_sym_POUND] = ACTIONS(105), - }, - [1130] = { - [sym_comment] = STATE(1130), - [anon_sym_export] = ACTIONS(2933), - [anon_sym_alias] = ACTIONS(2933), - [anon_sym_let] = ACTIONS(2933), - [anon_sym_let_DASHenv] = ACTIONS(2933), - [anon_sym_mut] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2933), - [sym_cmd_identifier] = ACTIONS(2933), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_def] = ACTIONS(2933), - [anon_sym_export_DASHenv] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym_module] = ACTIONS(2933), - [anon_sym_use] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_LPAREN] = ACTIONS(2933), - [anon_sym_RPAREN] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2933), - [anon_sym_error] = ACTIONS(2933), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_loop] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_match] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [anon_sym_RBRACE] = ACTIONS(2933), - [anon_sym_DOT] = ACTIONS(2933), - [anon_sym_DOT2] = ACTIONS(2935), - [anon_sym_try] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_source] = ACTIONS(2933), - [anon_sym_source_DASHenv] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_hide] = ACTIONS(2933), - [anon_sym_hide_DASHenv] = ACTIONS(2933), - [anon_sym_overlay] = ACTIONS(2933), - [anon_sym_where] = ACTIONS(2933), - [anon_sym_PLUS] = ACTIONS(2933), - [anon_sym_not] = ACTIONS(2933), - [aux_sym__immediate_decimal_token2] = ACTIONS(2937), - [sym_val_nothing] = ACTIONS(2933), - [anon_sym_true] = ACTIONS(2933), - [anon_sym_false] = ACTIONS(2933), - [aux_sym__val_number_decimal_token1] = ACTIONS(2933), - [aux_sym__val_number_token1] = ACTIONS(2933), - [aux_sym__val_number_token2] = ACTIONS(2933), - [aux_sym__val_number_token3] = ACTIONS(2933), - [aux_sym__val_number_token4] = ACTIONS(2933), - [aux_sym__val_number_token5] = ACTIONS(2933), - [aux_sym__val_number_token6] = ACTIONS(2933), - [anon_sym_0b] = ACTIONS(2933), - [anon_sym_0o] = ACTIONS(2933), - [anon_sym_0x] = ACTIONS(2933), - [sym_val_date] = ACTIONS(2933), - [anon_sym_DQUOTE] = ACTIONS(2933), - [sym__str_single_quotes] = ACTIONS(2933), - [sym__str_back_ticks] = ACTIONS(2933), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2933), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2933), - [anon_sym_CARET] = ACTIONS(2933), - [anon_sym_POUND] = ACTIONS(105), - }, - [1131] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1131), - [aux_sym_val_record_repeat1] = STATE(1096), + [1162] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1162), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -187791,11 +191490,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -187807,8 +191506,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2939), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2968), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -187820,169 +191519,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1132] = { - [sym_comment] = STATE(1132), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token1] = ACTIONS(2941), - [aux_sym__immediate_decimal_token2] = ACTIONS(2927), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1133] = { - [sym_comment] = STATE(1133), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT2] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [aux_sym__immediate_decimal_token1] = ACTIONS(2662), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [aux_sym_unquoted_token2] = ACTIONS(2945), + [1163] = { + [sym_comment] = STATE(1163), + [ts_builtin_sym_end] = ACTIONS(2808), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token1] = ACTIONS(2970), + [aux_sym__immediate_decimal_token2] = ACTIONS(2972), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), [anon_sym_POUND] = ACTIONS(105), }, - [1134] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1134), - [aux_sym_val_record_repeat1] = STATE(1098), + [1164] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1164), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -187995,11 +191626,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -188011,8 +191642,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(395), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2974), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -188024,169 +191655,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1135] = { - [sym_path] = STATE(1301), - [sym_comment] = STATE(1135), - [aux_sym_cell_path_repeat1] = STATE(1106), - [ts_builtin_sym_end] = ACTIONS(1388), - [anon_sym_export] = ACTIONS(1386), - [anon_sym_alias] = ACTIONS(1386), - [anon_sym_let] = ACTIONS(1386), - [anon_sym_let_DASHenv] = ACTIONS(1386), - [anon_sym_mut] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [sym_cmd_identifier] = ACTIONS(1386), - [anon_sym_LF] = ACTIONS(1388), - [anon_sym_def] = ACTIONS(1386), - [anon_sym_export_DASHenv] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_module] = ACTIONS(1386), - [anon_sym_use] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [anon_sym_error] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_break] = ACTIONS(1386), - [anon_sym_continue] = ACTIONS(1386), - [anon_sym_for] = ACTIONS(1386), - [anon_sym_loop] = ACTIONS(1386), - [anon_sym_while] = ACTIONS(1386), - [anon_sym_do] = ACTIONS(1386), - [anon_sym_if] = ACTIONS(1386), - [anon_sym_match] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_DOT] = ACTIONS(1386), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1386), - [anon_sym_return] = ACTIONS(1386), - [anon_sym_source] = ACTIONS(1386), - [anon_sym_source_DASHenv] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_hide] = ACTIONS(1386), - [anon_sym_hide_DASHenv] = ACTIONS(1386), - [anon_sym_overlay] = ACTIONS(1386), - [anon_sym_where] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_not] = ACTIONS(1386), - [sym_val_nothing] = ACTIONS(1386), - [anon_sym_true] = ACTIONS(1386), - [anon_sym_false] = ACTIONS(1386), - [aux_sym__val_number_decimal_token1] = ACTIONS(1386), - [aux_sym__val_number_token1] = ACTIONS(1386), - [aux_sym__val_number_token2] = ACTIONS(1386), - [aux_sym__val_number_token3] = ACTIONS(1386), - [aux_sym__val_number_token4] = ACTIONS(1386), - [aux_sym__val_number_token5] = ACTIONS(1386), - [aux_sym__val_number_token6] = ACTIONS(1386), - [anon_sym_0b] = ACTIONS(1386), - [anon_sym_0o] = ACTIONS(1386), - [anon_sym_0x] = ACTIONS(1386), - [sym_val_date] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [sym__str_single_quotes] = ACTIONS(1386), - [sym__str_back_ticks] = ACTIONS(1386), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1386), - [anon_sym_CARET] = ACTIONS(1386), - [anon_sym_POUND] = ACTIONS(105), - }, - [1136] = { - [sym_comment] = STATE(1136), - [ts_builtin_sym_end] = ACTIONS(2736), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token1] = ACTIONS(2947), - [aux_sym__immediate_decimal_token2] = ACTIONS(2949), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1137] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1137), - [aux_sym_val_record_repeat1] = STATE(1096), + [1165] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1165), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -188199,11 +191694,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -188215,8 +191710,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2951), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2976), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -188228,101 +191723,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1138] = { - [sym_comment] = STATE(1138), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_RPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_RBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_DOT2] = ACTIONS(2726), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token2] = ACTIONS(2730), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), - [anon_sym_POUND] = ACTIONS(105), - }, - [1139] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1139), - [aux_sym_val_record_repeat1] = STATE(1096), + [1166] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1166), + [aux_sym_val_record_repeat1] = STATE(1146), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -188335,11 +191762,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -188351,8 +191778,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2953), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2978), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -188364,509 +191791,373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1140] = { - [sym_comment] = STATE(1140), - [anon_sym_export] = ACTIONS(2768), - [anon_sym_alias] = ACTIONS(2768), - [anon_sym_let] = ACTIONS(2768), - [anon_sym_let_DASHenv] = ACTIONS(2768), - [anon_sym_mut] = ACTIONS(2768), - [anon_sym_const] = ACTIONS(2768), - [anon_sym_SEMI] = ACTIONS(2768), - [sym_cmd_identifier] = ACTIONS(2768), - [anon_sym_LF] = ACTIONS(2770), - [anon_sym_def] = ACTIONS(2768), - [anon_sym_export_DASHenv] = ACTIONS(2768), - [anon_sym_extern] = ACTIONS(2768), - [anon_sym_module] = ACTIONS(2768), - [anon_sym_use] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_LPAREN] = ACTIONS(2768), - [anon_sym_RPAREN] = ACTIONS(2768), - [anon_sym_DOLLAR] = ACTIONS(2768), - [anon_sym_error] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2768), - [anon_sym_break] = ACTIONS(2768), - [anon_sym_continue] = ACTIONS(2768), - [anon_sym_for] = ACTIONS(2768), - [anon_sym_loop] = ACTIONS(2768), - [anon_sym_while] = ACTIONS(2768), - [anon_sym_do] = ACTIONS(2768), - [anon_sym_if] = ACTIONS(2768), - [anon_sym_match] = ACTIONS(2768), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_RBRACE] = ACTIONS(2768), - [anon_sym_DOT] = ACTIONS(2768), - [anon_sym_DOT2] = ACTIONS(2955), - [anon_sym_try] = ACTIONS(2768), - [anon_sym_return] = ACTIONS(2768), - [anon_sym_source] = ACTIONS(2768), - [anon_sym_source_DASHenv] = ACTIONS(2768), - [anon_sym_register] = ACTIONS(2768), - [anon_sym_hide] = ACTIONS(2768), - [anon_sym_hide_DASHenv] = ACTIONS(2768), - [anon_sym_overlay] = ACTIONS(2768), - [anon_sym_where] = ACTIONS(2768), - [anon_sym_PLUS] = ACTIONS(2768), - [anon_sym_not] = ACTIONS(2768), - [aux_sym__immediate_decimal_token2] = ACTIONS(2958), - [sym_val_nothing] = ACTIONS(2768), - [anon_sym_true] = ACTIONS(2768), - [anon_sym_false] = ACTIONS(2768), - [aux_sym__val_number_decimal_token1] = ACTIONS(2768), - [aux_sym__val_number_token1] = ACTIONS(2768), - [aux_sym__val_number_token2] = ACTIONS(2768), - [aux_sym__val_number_token3] = ACTIONS(2768), - [aux_sym__val_number_token4] = ACTIONS(2768), - [aux_sym__val_number_token5] = ACTIONS(2768), - [aux_sym__val_number_token6] = ACTIONS(2768), - [anon_sym_0b] = ACTIONS(2768), - [anon_sym_0o] = ACTIONS(2768), - [anon_sym_0x] = ACTIONS(2768), - [sym_val_date] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym__str_single_quotes] = ACTIONS(2768), - [sym__str_back_ticks] = ACTIONS(2768), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2768), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2768), - [anon_sym_CARET] = ACTIONS(2768), - [anon_sym_POUND] = ACTIONS(105), - }, - [1141] = { - [sym_expr_parenthesized] = STATE(1849), - [sym__immediate_decimal] = STATE(1848), - [sym_val_variable] = STATE(1849), - [sym__var] = STATE(1640), - [sym_comment] = STATE(1141), - [anon_sym_export] = ACTIONS(1943), - [anon_sym_alias] = ACTIONS(1943), - [anon_sym_let] = ACTIONS(1943), - [anon_sym_let_DASHenv] = ACTIONS(1943), - [anon_sym_mut] = ACTIONS(1943), - [anon_sym_const] = ACTIONS(1943), - [sym_cmd_identifier] = ACTIONS(1943), - [anon_sym_def] = ACTIONS(1943), - [anon_sym_export_DASHenv] = ACTIONS(1943), - [anon_sym_extern] = ACTIONS(1943), - [anon_sym_module] = ACTIONS(1943), - [anon_sym_use] = ACTIONS(1943), - [anon_sym_COMMA] = ACTIONS(1945), - [anon_sym_LPAREN] = ACTIONS(2868), - [anon_sym_DOLLAR] = ACTIONS(2870), - [anon_sym_error] = ACTIONS(1943), - [anon_sym_list] = ACTIONS(1943), - [anon_sym_LT] = ACTIONS(2960), - [anon_sym_DASH] = ACTIONS(1943), - [anon_sym_break] = ACTIONS(1943), - [anon_sym_continue] = ACTIONS(1943), - [anon_sym_for] = ACTIONS(1943), - [anon_sym_in] = ACTIONS(1943), - [anon_sym_loop] = ACTIONS(1943), - [anon_sym_make] = ACTIONS(1943), - [anon_sym_while] = ACTIONS(1943), - [anon_sym_do] = ACTIONS(1943), - [anon_sym_if] = ACTIONS(1943), - [anon_sym_else] = ACTIONS(1943), - [anon_sym_match] = ACTIONS(1943), - [anon_sym_RBRACE] = ACTIONS(1945), - [anon_sym_DOT] = ACTIONS(1943), - [anon_sym_DOT2] = ACTIONS(2874), - [anon_sym_try] = ACTIONS(1943), - [anon_sym_catch] = ACTIONS(1943), - [anon_sym_return] = ACTIONS(1943), - [anon_sym_source] = ACTIONS(1943), - [anon_sym_source_DASHenv] = ACTIONS(1943), - [anon_sym_register] = ACTIONS(1943), - [anon_sym_hide] = ACTIONS(1943), - [anon_sym_hide_DASHenv] = ACTIONS(1943), - [anon_sym_overlay] = ACTIONS(1943), - [anon_sym_new] = ACTIONS(1943), - [anon_sym_as] = ACTIONS(1943), - [anon_sym_PLUS] = ACTIONS(1943), - [anon_sym_EQ2] = ACTIONS(2962), - [aux_sym__immediate_decimal_token1] = ACTIONS(2878), - [anon_sym_DASH2] = ACTIONS(2880), - [anon_sym_PLUS2] = ACTIONS(2882), - [aux_sym__val_number_decimal_token1] = ACTIONS(1943), - [aux_sym__val_number_token1] = ACTIONS(1945), - [aux_sym__val_number_token2] = ACTIONS(1945), - [aux_sym__val_number_token3] = ACTIONS(1945), - [aux_sym__val_number_token4] = ACTIONS(1943), - [aux_sym__val_number_token5] = ACTIONS(1945), - [aux_sym__val_number_token6] = ACTIONS(1943), - [anon_sym_DQUOTE] = ACTIONS(1945), - [sym__str_single_quotes] = ACTIONS(1945), - [sym__str_back_ticks] = ACTIONS(1945), - [aux_sym__record_key_token2] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(3), - }, - [1142] = { - [sym_comment] = STATE(1142), - [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(1433), - [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_QMARK2] = ACTIONS(2964), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [sym_val_nothing] = 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), + [1167] = { + [sym_cell_path] = STATE(1414), + [sym_path] = STATE(1154), + [sym_comment] = STATE(1167), + [ts_builtin_sym_end] = ACTIONS(1401), + [anon_sym_export] = ACTIONS(1399), + [anon_sym_alias] = ACTIONS(1399), + [anon_sym_let] = ACTIONS(1399), + [anon_sym_let_DASHenv] = ACTIONS(1399), + [anon_sym_mut] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1399), + [sym_cmd_identifier] = ACTIONS(1399), + [anon_sym_LF] = ACTIONS(1401), + [anon_sym_def] = ACTIONS(1399), + [anon_sym_export_DASHenv] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym_module] = ACTIONS(1399), + [anon_sym_use] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_DOLLAR] = ACTIONS(1399), + [anon_sym_error] = ACTIONS(1399), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_loop] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_match] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1399), + [anon_sym_DOT2] = ACTIONS(2980), + [anon_sym_try] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_source] = ACTIONS(1399), + [anon_sym_source_DASHenv] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_hide] = ACTIONS(1399), + [anon_sym_hide_DASHenv] = ACTIONS(1399), + [anon_sym_overlay] = ACTIONS(1399), + [anon_sym_where] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_not] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1399), + [anon_sym_false] = ACTIONS(1399), + [aux_sym__val_number_decimal_token1] = ACTIONS(1399), + [aux_sym__val_number_token1] = ACTIONS(1399), + [aux_sym__val_number_token2] = ACTIONS(1399), + [aux_sym__val_number_token3] = ACTIONS(1399), + [aux_sym__val_number_token4] = ACTIONS(1399), + [aux_sym__val_number_token5] = ACTIONS(1399), + [aux_sym__val_number_token6] = ACTIONS(1399), + [anon_sym_0b] = ACTIONS(1399), + [anon_sym_0o] = ACTIONS(1399), + [anon_sym_0x] = ACTIONS(1399), + [sym_val_date] = ACTIONS(1399), + [anon_sym_DQUOTE] = ACTIONS(1399), + [sym__str_single_quotes] = ACTIONS(1399), + [sym__str_back_ticks] = ACTIONS(1399), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1399), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1399), + [anon_sym_CARET] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(105), }, - [1143] = { - [sym_comment] = STATE(1143), - [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(1433), - [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_QMARK2] = ACTIONS(2964), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [sym_val_nothing] = 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), + [1168] = { + [sym_comment] = STATE(1168), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(2532), [anon_sym_POUND] = ACTIONS(105), }, - [1144] = { - [sym_cell_path] = STATE(1452), - [sym_path] = STATE(1126), - [sym_comment] = STATE(1144), - [ts_builtin_sym_end] = ACTIONS(1408), - [anon_sym_export] = ACTIONS(1406), - [anon_sym_alias] = ACTIONS(1406), - [anon_sym_let] = ACTIONS(1406), - [anon_sym_let_DASHenv] = ACTIONS(1406), - [anon_sym_mut] = ACTIONS(1406), - [anon_sym_const] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1406), - [sym_cmd_identifier] = ACTIONS(1406), - [anon_sym_LF] = ACTIONS(1408), - [anon_sym_def] = ACTIONS(1406), - [anon_sym_export_DASHenv] = ACTIONS(1406), - [anon_sym_extern] = ACTIONS(1406), - [anon_sym_module] = ACTIONS(1406), - [anon_sym_use] = ACTIONS(1406), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [anon_sym_error] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_break] = ACTIONS(1406), - [anon_sym_continue] = ACTIONS(1406), - [anon_sym_for] = ACTIONS(1406), - [anon_sym_loop] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [anon_sym_do] = ACTIONS(1406), - [anon_sym_if] = ACTIONS(1406), - [anon_sym_match] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_DOT] = ACTIONS(1406), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1406), - [anon_sym_return] = ACTIONS(1406), - [anon_sym_source] = ACTIONS(1406), - [anon_sym_source_DASHenv] = ACTIONS(1406), - [anon_sym_register] = ACTIONS(1406), - [anon_sym_hide] = ACTIONS(1406), - [anon_sym_hide_DASHenv] = ACTIONS(1406), - [anon_sym_overlay] = ACTIONS(1406), - [anon_sym_where] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_not] = ACTIONS(1406), - [sym_val_nothing] = ACTIONS(1406), - [anon_sym_true] = ACTIONS(1406), - [anon_sym_false] = ACTIONS(1406), - [aux_sym__val_number_decimal_token1] = ACTIONS(1406), - [aux_sym__val_number_token1] = ACTIONS(1406), - [aux_sym__val_number_token2] = ACTIONS(1406), - [aux_sym__val_number_token3] = ACTIONS(1406), - [aux_sym__val_number_token4] = ACTIONS(1406), - [aux_sym__val_number_token5] = ACTIONS(1406), - [aux_sym__val_number_token6] = ACTIONS(1406), - [anon_sym_0b] = ACTIONS(1406), - [anon_sym_0o] = ACTIONS(1406), - [anon_sym_0x] = ACTIONS(1406), - [sym_val_date] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [sym__str_single_quotes] = ACTIONS(1406), - [sym__str_back_ticks] = ACTIONS(1406), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1406), - [anon_sym_CARET] = ACTIONS(1406), + [1169] = { + [sym_path] = STATE(1413), + [sym_comment] = STATE(1169), + [aux_sym_cell_path_repeat1] = STATE(1134), + [ts_builtin_sym_end] = ACTIONS(1442), + [anon_sym_export] = ACTIONS(1440), + [anon_sym_alias] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_let_DASHenv] = ACTIONS(1440), + [anon_sym_mut] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1440), + [sym_cmd_identifier] = ACTIONS(1440), + [anon_sym_LF] = ACTIONS(1442), + [anon_sym_def] = ACTIONS(1440), + [anon_sym_export_DASHenv] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_module] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_LBRACK] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_DOLLAR] = ACTIONS(1440), + [anon_sym_error] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_do] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_LBRACE] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_source] = ACTIONS(1440), + [anon_sym_source_DASHenv] = ACTIONS(1440), + [anon_sym_register] = ACTIONS(1440), + [anon_sym_hide] = ACTIONS(1440), + [anon_sym_hide_DASHenv] = ACTIONS(1440), + [anon_sym_overlay] = ACTIONS(1440), + [anon_sym_where] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_not] = ACTIONS(1440), + [anon_sym_null] = ACTIONS(1440), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [aux_sym__val_number_decimal_token1] = ACTIONS(1440), + [aux_sym__val_number_token1] = ACTIONS(1440), + [aux_sym__val_number_token2] = ACTIONS(1440), + [aux_sym__val_number_token3] = ACTIONS(1440), + [aux_sym__val_number_token4] = ACTIONS(1440), + [aux_sym__val_number_token5] = ACTIONS(1440), + [aux_sym__val_number_token6] = ACTIONS(1440), + [anon_sym_0b] = ACTIONS(1440), + [anon_sym_0o] = ACTIONS(1440), + [anon_sym_0x] = ACTIONS(1440), + [sym_val_date] = ACTIONS(1440), + [anon_sym_DQUOTE] = ACTIONS(1440), + [sym__str_single_quotes] = ACTIONS(1440), + [sym__str_back_ticks] = ACTIONS(1440), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1440), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), [anon_sym_POUND] = ACTIONS(105), }, - [1145] = { - [sym_cell_path] = STATE(1519), - [sym_path] = STATE(1126), - [sym_comment] = STATE(1145), - [ts_builtin_sym_end] = ACTIONS(1375), - [anon_sym_export] = ACTIONS(1373), - [anon_sym_alias] = ACTIONS(1373), - [anon_sym_let] = ACTIONS(1373), - [anon_sym_let_DASHenv] = ACTIONS(1373), - [anon_sym_mut] = ACTIONS(1373), - [anon_sym_const] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [sym_cmd_identifier] = ACTIONS(1373), - [anon_sym_LF] = ACTIONS(1375), - [anon_sym_def] = ACTIONS(1373), - [anon_sym_export_DASHenv] = ACTIONS(1373), - [anon_sym_extern] = ACTIONS(1373), - [anon_sym_module] = ACTIONS(1373), - [anon_sym_use] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_DOLLAR] = ACTIONS(1373), - [anon_sym_error] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1373), - [anon_sym_break] = ACTIONS(1373), - [anon_sym_continue] = ACTIONS(1373), - [anon_sym_for] = ACTIONS(1373), - [anon_sym_loop] = ACTIONS(1373), - [anon_sym_while] = ACTIONS(1373), - [anon_sym_do] = ACTIONS(1373), - [anon_sym_if] = ACTIONS(1373), - [anon_sym_match] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_DOT] = ACTIONS(1373), - [anon_sym_DOT2] = ACTIONS(2917), - [anon_sym_try] = ACTIONS(1373), - [anon_sym_return] = ACTIONS(1373), - [anon_sym_source] = ACTIONS(1373), - [anon_sym_source_DASHenv] = ACTIONS(1373), - [anon_sym_register] = ACTIONS(1373), - [anon_sym_hide] = ACTIONS(1373), - [anon_sym_hide_DASHenv] = ACTIONS(1373), - [anon_sym_overlay] = ACTIONS(1373), - [anon_sym_where] = ACTIONS(1373), - [anon_sym_PLUS] = ACTIONS(1373), - [anon_sym_not] = ACTIONS(1373), - [sym_val_nothing] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1373), - [anon_sym_false] = ACTIONS(1373), - [aux_sym__val_number_decimal_token1] = ACTIONS(1373), - [aux_sym__val_number_token1] = ACTIONS(1373), - [aux_sym__val_number_token2] = ACTIONS(1373), - [aux_sym__val_number_token3] = ACTIONS(1373), - [aux_sym__val_number_token4] = ACTIONS(1373), - [aux_sym__val_number_token5] = ACTIONS(1373), - [aux_sym__val_number_token6] = ACTIONS(1373), - [anon_sym_0b] = ACTIONS(1373), - [anon_sym_0o] = ACTIONS(1373), - [anon_sym_0x] = ACTIONS(1373), - [sym_val_date] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym__str_single_quotes] = ACTIONS(1373), - [sym__str_back_ticks] = ACTIONS(1373), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1373), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1373), - [anon_sym_CARET] = ACTIONS(1373), + [1170] = { + [sym_comment] = STATE(1170), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_RPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), [anon_sym_POUND] = ACTIONS(105), }, - [1146] = { - [sym_cell_path] = STATE(1268), - [sym_path] = STATE(1125), - [sym_comment] = STATE(1146), - [ts_builtin_sym_end] = ACTIONS(1423), - [anon_sym_export] = ACTIONS(1421), - [anon_sym_alias] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_let_DASHenv] = ACTIONS(1421), - [anon_sym_mut] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1421), - [sym_cmd_identifier] = ACTIONS(1421), - [anon_sym_LF] = ACTIONS(1423), - [anon_sym_def] = ACTIONS(1421), - [anon_sym_export_DASHenv] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_module] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_LBRACK] = ACTIONS(1421), - [anon_sym_LPAREN] = ACTIONS(1421), - [anon_sym_DOLLAR] = ACTIONS(1421), - [anon_sym_error] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1421), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT2] = ACTIONS(2966), - [anon_sym_try] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_source] = ACTIONS(1421), - [anon_sym_source_DASHenv] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_hide] = ACTIONS(1421), - [anon_sym_hide_DASHenv] = ACTIONS(1421), - [anon_sym_overlay] = ACTIONS(1421), - [anon_sym_where] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_not] = ACTIONS(1421), - [sym_val_nothing] = ACTIONS(1421), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [aux_sym__val_number_decimal_token1] = ACTIONS(1421), - [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(1421), - [aux_sym__val_number_token5] = ACTIONS(1421), - [aux_sym__val_number_token6] = ACTIONS(1421), - [anon_sym_0b] = ACTIONS(1421), - [anon_sym_0o] = ACTIONS(1421), - [anon_sym_0x] = ACTIONS(1421), - [sym_val_date] = ACTIONS(1421), - [anon_sym_DQUOTE] = ACTIONS(1421), - [sym__str_single_quotes] = ACTIONS(1421), - [sym__str_back_ticks] = ACTIONS(1421), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), - [anon_sym_POUND] = ACTIONS(105), + [1171] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1171), + [aux_sym_val_record_repeat1] = STATE(1171), + [anon_sym_export] = ACTIONS(2983), + [anon_sym_alias] = ACTIONS(2983), + [anon_sym_let] = ACTIONS(2983), + [anon_sym_let_DASHenv] = ACTIONS(2983), + [anon_sym_mut] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [sym_cmd_identifier] = ACTIONS(2983), + [anon_sym_def] = ACTIONS(2983), + [anon_sym_export_DASHenv] = ACTIONS(2983), + [anon_sym_extern] = ACTIONS(2983), + [anon_sym_module] = ACTIONS(2983), + [anon_sym_use] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2986), + [anon_sym_DOLLAR] = ACTIONS(2989), + [anon_sym_error] = ACTIONS(2983), + [anon_sym_list] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_in] = ACTIONS(2983), + [anon_sym_loop] = ACTIONS(2983), + [anon_sym_make] = ACTIONS(2983), + [anon_sym_while] = ACTIONS(2983), + [anon_sym_do] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_else] = ACTIONS(2983), + [anon_sym_match] = ACTIONS(2983), + [anon_sym_RBRACE] = ACTIONS(2995), + [anon_sym_DOT] = ACTIONS(2997), + [anon_sym_try] = ACTIONS(2983), + [anon_sym_catch] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_source] = ACTIONS(2983), + [anon_sym_source_DASHenv] = ACTIONS(2983), + [anon_sym_register] = ACTIONS(2983), + [anon_sym_hide] = ACTIONS(2983), + [anon_sym_hide_DASHenv] = ACTIONS(2983), + [anon_sym_overlay] = ACTIONS(2983), + [anon_sym_new] = ACTIONS(2983), + [anon_sym_as] = ACTIONS(2983), + [anon_sym_PLUS] = ACTIONS(3000), + [aux_sym__val_number_decimal_token1] = ACTIONS(3003), + [aux_sym__val_number_token1] = ACTIONS(3006), + [aux_sym__val_number_token2] = ACTIONS(3006), + [aux_sym__val_number_token3] = ACTIONS(3006), + [aux_sym__val_number_token4] = ACTIONS(3009), + [aux_sym__val_number_token5] = ACTIONS(3006), + [aux_sym__val_number_token6] = ACTIONS(3009), + [anon_sym_DQUOTE] = ACTIONS(3012), + [sym__str_single_quotes] = ACTIONS(3015), + [sym__str_back_ticks] = ACTIONS(3015), + [aux_sym__record_key_token2] = ACTIONS(3018), + [anon_sym_POUND] = ACTIONS(3), }, - [1147] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1147), - [aux_sym_val_record_repeat1] = STATE(1096), + [1172] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1172), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -188879,11 +192170,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -188895,8 +192186,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2969), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -188908,101 +192199,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1148] = { - [sym_comment] = STATE(1148), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(2740), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), + [1173] = { + [sym_cell_path] = STATE(1551), + [sym_path] = STATE(1169), + [sym_comment] = STATE(1173), + [ts_builtin_sym_end] = ACTIONS(1405), + [anon_sym_export] = ACTIONS(1403), + [anon_sym_alias] = ACTIONS(1403), + [anon_sym_let] = ACTIONS(1403), + [anon_sym_let_DASHenv] = ACTIONS(1403), + [anon_sym_mut] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_SEMI] = ACTIONS(1403), + [sym_cmd_identifier] = ACTIONS(1403), + [anon_sym_LF] = ACTIONS(1405), + [anon_sym_def] = ACTIONS(1403), + [anon_sym_export_DASHenv] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym_module] = ACTIONS(1403), + [anon_sym_use] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_DOLLAR] = ACTIONS(1403), + [anon_sym_error] = ACTIONS(1403), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_loop] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_match] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_DOT] = ACTIONS(1403), + [anon_sym_DOT2] = ACTIONS(2872), + [anon_sym_try] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_source] = ACTIONS(1403), + [anon_sym_source_DASHenv] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_hide] = ACTIONS(1403), + [anon_sym_hide_DASHenv] = ACTIONS(1403), + [anon_sym_overlay] = ACTIONS(1403), + [anon_sym_where] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_not] = ACTIONS(1403), + [anon_sym_null] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1403), + [anon_sym_false] = ACTIONS(1403), + [aux_sym__val_number_decimal_token1] = ACTIONS(1403), + [aux_sym__val_number_token1] = ACTIONS(1403), + [aux_sym__val_number_token2] = ACTIONS(1403), + [aux_sym__val_number_token3] = ACTIONS(1403), + [aux_sym__val_number_token4] = ACTIONS(1403), + [aux_sym__val_number_token5] = ACTIONS(1403), + [aux_sym__val_number_token6] = ACTIONS(1403), + [anon_sym_0b] = ACTIONS(1403), + [anon_sym_0o] = ACTIONS(1403), + [anon_sym_0x] = ACTIONS(1403), + [sym_val_date] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1403), + [sym__str_single_quotes] = ACTIONS(1403), + [sym__str_back_ticks] = ACTIONS(1403), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1403), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1403), + [anon_sym_CARET] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(105), }, - [1149] = { - [sym_expr_parenthesized] = STATE(5653), - [sym_val_variable] = STATE(5653), - [sym__var] = STATE(2614), - [sym_val_number] = STATE(5653), - [sym__val_number_decimal] = STATE(429), - [sym__val_number] = STATE(418), - [sym_val_string] = STATE(5653), - [sym__str_double_quotes] = STATE(2693), - [sym_record_entry] = STATE(1977), - [sym__record_key] = STATE(5759), - [sym_comment] = STATE(1149), - [aux_sym_val_record_repeat1] = STATE(1096), + [1174] = { + [sym_path] = STATE(1413), + [sym_comment] = STATE(1174), + [aux_sym_cell_path_repeat1] = STATE(1174), + [ts_builtin_sym_end] = ACTIONS(1413), + [anon_sym_export] = ACTIONS(1411), + [anon_sym_alias] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_let_DASHenv] = ACTIONS(1411), + [anon_sym_mut] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1411), + [sym_cmd_identifier] = ACTIONS(1411), + [anon_sym_LF] = ACTIONS(1413), + [anon_sym_def] = ACTIONS(1411), + [anon_sym_export_DASHenv] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_module] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1411), + [anon_sym_DOLLAR] = ACTIONS(1411), + [anon_sym_error] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_do] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_LBRACE] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT2] = ACTIONS(3023), + [anon_sym_try] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_source] = ACTIONS(1411), + [anon_sym_source_DASHenv] = ACTIONS(1411), + [anon_sym_register] = ACTIONS(1411), + [anon_sym_hide] = ACTIONS(1411), + [anon_sym_hide_DASHenv] = ACTIONS(1411), + [anon_sym_overlay] = ACTIONS(1411), + [anon_sym_where] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_not] = ACTIONS(1411), + [anon_sym_null] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [aux_sym__val_number_decimal_token1] = ACTIONS(1411), + [aux_sym__val_number_token1] = ACTIONS(1411), + [aux_sym__val_number_token2] = ACTIONS(1411), + [aux_sym__val_number_token3] = ACTIONS(1411), + [aux_sym__val_number_token4] = ACTIONS(1411), + [aux_sym__val_number_token5] = ACTIONS(1411), + [aux_sym__val_number_token6] = ACTIONS(1411), + [anon_sym_0b] = ACTIONS(1411), + [anon_sym_0o] = ACTIONS(1411), + [anon_sym_0x] = ACTIONS(1411), + [sym_val_date] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(1411), + [sym__str_single_quotes] = ACTIONS(1411), + [sym__str_back_ticks] = ACTIONS(1411), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1411), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_POUND] = ACTIONS(105), + }, + [1175] = { + [sym_expr_parenthesized] = STATE(5858), + [sym_val_variable] = STATE(5858), + [sym__var] = STATE(2682), + [sym_val_number] = STATE(5858), + [sym__val_number_decimal] = STATE(437), + [sym__val_number] = STATE(434), + [sym_val_string] = STATE(5858), + [sym__str_double_quotes] = STATE(2728), + [sym_record_entry] = STATE(2262), + [sym__record_key] = STATE(5797), + [sym_comment] = STATE(1175), + [aux_sym_val_record_repeat1] = STATE(1171), [anon_sym_export] = ACTIONS(309), [anon_sym_alias] = ACTIONS(309), [anon_sym_let] = ACTIONS(309), @@ -189015,11 +192374,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(309), [anon_sym_module] = ACTIONS(309), [anon_sym_use] = ACTIONS(309), - [anon_sym_LPAREN] = ACTIONS(2776), - [anon_sym_DOLLAR] = ACTIONS(2778), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_error] = ACTIONS(309), [anon_sym_list] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_DASH] = ACTIONS(2821), [anon_sym_break] = ACTIONS(309), [anon_sym_continue] = ACTIONS(309), [anon_sym_for] = ACTIONS(309), @@ -189031,8 +192390,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(309), [anon_sym_else] = ACTIONS(309), [anon_sym_match] = ACTIONS(309), - [anon_sym_RBRACE] = ACTIONS(2971), - [anon_sym_DOT] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(3026), + [anon_sym_DOT] = ACTIONS(2823), [anon_sym_try] = ACTIONS(309), [anon_sym_catch] = ACTIONS(309), [anon_sym_return] = ACTIONS(309), @@ -189044,3640 +192403,1496 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(309), [anon_sym_new] = ACTIONS(309), [anon_sym_as] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(2786), - [aux_sym__val_number_decimal_token1] = ACTIONS(2788), - [aux_sym__val_number_token1] = ACTIONS(2790), - [aux_sym__val_number_token2] = ACTIONS(2790), - [aux_sym__val_number_token3] = ACTIONS(2790), - [aux_sym__val_number_token4] = ACTIONS(2792), - [aux_sym__val_number_token5] = ACTIONS(2790), - [aux_sym__val_number_token6] = ACTIONS(2792), - [anon_sym_DQUOTE] = ACTIONS(2794), - [sym__str_single_quotes] = ACTIONS(2796), - [sym__str_back_ticks] = ACTIONS(2796), + [anon_sym_PLUS] = ACTIONS(2825), + [aux_sym__val_number_decimal_token1] = ACTIONS(2827), + [aux_sym__val_number_token1] = ACTIONS(2829), + [aux_sym__val_number_token2] = ACTIONS(2829), + [aux_sym__val_number_token3] = ACTIONS(2829), + [aux_sym__val_number_token4] = ACTIONS(2831), + [aux_sym__val_number_token5] = ACTIONS(2829), + [aux_sym__val_number_token6] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [sym__str_single_quotes] = ACTIONS(2835), + [sym__str_back_ticks] = ACTIONS(2835), [aux_sym__record_key_token2] = ACTIONS(377), [anon_sym_POUND] = ACTIONS(3), }, - [1150] = { - [sym_comment] = STATE(1150), - [anon_sym_export] = ACTIONS(2973), - [anon_sym_alias] = ACTIONS(2973), - [anon_sym_let] = ACTIONS(2973), - [anon_sym_let_DASHenv] = ACTIONS(2973), - [anon_sym_mut] = ACTIONS(2973), - [anon_sym_const] = ACTIONS(2973), - [anon_sym_SEMI] = ACTIONS(2973), - [sym_cmd_identifier] = ACTIONS(2973), - [anon_sym_LF] = ACTIONS(2975), - [anon_sym_def] = ACTIONS(2973), - [anon_sym_export_DASHenv] = ACTIONS(2973), - [anon_sym_extern] = ACTIONS(2973), - [anon_sym_module] = ACTIONS(2973), - [anon_sym_use] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym_RPAREN] = ACTIONS(2973), - [anon_sym_DOLLAR] = ACTIONS(2973), - [anon_sym_error] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_break] = ACTIONS(2973), - [anon_sym_continue] = ACTIONS(2973), - [anon_sym_for] = ACTIONS(2973), - [anon_sym_loop] = ACTIONS(2973), - [anon_sym_while] = ACTIONS(2973), - [anon_sym_do] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [anon_sym_RBRACE] = ACTIONS(2973), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_DOT2] = ACTIONS(2977), - [anon_sym_try] = ACTIONS(2973), - [anon_sym_return] = ACTIONS(2973), - [anon_sym_source] = ACTIONS(2973), - [anon_sym_source_DASHenv] = ACTIONS(2973), - [anon_sym_register] = ACTIONS(2973), - [anon_sym_hide] = ACTIONS(2973), - [anon_sym_hide_DASHenv] = ACTIONS(2973), - [anon_sym_overlay] = ACTIONS(2973), - [anon_sym_where] = ACTIONS(2973), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_not] = ACTIONS(2973), - [sym_val_nothing] = ACTIONS(2973), - [anon_sym_true] = ACTIONS(2973), - [anon_sym_false] = ACTIONS(2973), - [aux_sym__val_number_decimal_token1] = ACTIONS(2973), - [aux_sym__val_number_token1] = ACTIONS(2973), - [aux_sym__val_number_token2] = ACTIONS(2973), - [aux_sym__val_number_token3] = ACTIONS(2973), - [aux_sym__val_number_token4] = ACTIONS(2973), - [aux_sym__val_number_token5] = ACTIONS(2973), - [aux_sym__val_number_token6] = ACTIONS(2973), - [anon_sym_0b] = ACTIONS(2973), - [anon_sym_0o] = ACTIONS(2973), - [anon_sym_0x] = ACTIONS(2973), - [sym_val_date] = ACTIONS(2973), - [anon_sym_DQUOTE] = ACTIONS(2973), - [sym__str_single_quotes] = ACTIONS(2973), - [sym__str_back_ticks] = ACTIONS(2973), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2973), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_POUND] = ACTIONS(105), - }, - [1151] = { - [sym_comment] = STATE(1151), - [anon_sym_export] = ACTIONS(2979), - [anon_sym_alias] = ACTIONS(2979), - [anon_sym_let] = ACTIONS(2979), - [anon_sym_let_DASHenv] = ACTIONS(2979), - [anon_sym_mut] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_SEMI] = ACTIONS(2979), - [sym_cmd_identifier] = ACTIONS(2979), - [anon_sym_LF] = ACTIONS(2981), - [anon_sym_def] = ACTIONS(2979), - [anon_sym_export_DASHenv] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_module] = ACTIONS(2979), - [anon_sym_use] = ACTIONS(2979), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2979), - [anon_sym_RPAREN] = ACTIONS(2979), - [anon_sym_DOLLAR] = ACTIONS(2979), - [anon_sym_error] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_loop] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_do] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_match] = ACTIONS(2979), - [anon_sym_LBRACE] = ACTIONS(2979), - [anon_sym_RBRACE] = ACTIONS(2979), - [anon_sym_DOT] = ACTIONS(2979), - [anon_sym_DOT2] = ACTIONS(2983), - [anon_sym_try] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_source] = ACTIONS(2979), - [anon_sym_source_DASHenv] = ACTIONS(2979), - [anon_sym_register] = ACTIONS(2979), - [anon_sym_hide] = ACTIONS(2979), - [anon_sym_hide_DASHenv] = ACTIONS(2979), - [anon_sym_overlay] = ACTIONS(2979), - [anon_sym_where] = ACTIONS(2979), - [anon_sym_PLUS] = ACTIONS(2979), - [anon_sym_not] = ACTIONS(2979), - [sym_val_nothing] = ACTIONS(2979), - [anon_sym_true] = ACTIONS(2979), - [anon_sym_false] = ACTIONS(2979), - [aux_sym__val_number_decimal_token1] = ACTIONS(2979), - [aux_sym__val_number_token1] = ACTIONS(2979), - [aux_sym__val_number_token2] = ACTIONS(2979), - [aux_sym__val_number_token3] = ACTIONS(2979), - [aux_sym__val_number_token4] = ACTIONS(2979), - [aux_sym__val_number_token5] = ACTIONS(2979), - [aux_sym__val_number_token6] = ACTIONS(2979), - [anon_sym_0b] = ACTIONS(2979), - [anon_sym_0o] = ACTIONS(2979), - [anon_sym_0x] = ACTIONS(2979), - [sym_val_date] = ACTIONS(2979), - [anon_sym_DQUOTE] = ACTIONS(2979), - [sym__str_single_quotes] = ACTIONS(2979), - [sym__str_back_ticks] = ACTIONS(2979), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2979), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2979), - [anon_sym_CARET] = ACTIONS(2979), - [anon_sym_POUND] = ACTIONS(105), - }, - [1152] = { - [sym_comment] = STATE(1152), - [ts_builtin_sym_end] = ACTIONS(2770), - [anon_sym_export] = ACTIONS(2768), - [anon_sym_alias] = ACTIONS(2768), - [anon_sym_let] = ACTIONS(2768), - [anon_sym_let_DASHenv] = ACTIONS(2768), - [anon_sym_mut] = ACTIONS(2768), - [anon_sym_const] = ACTIONS(2768), - [anon_sym_SEMI] = ACTIONS(2768), - [sym_cmd_identifier] = ACTIONS(2768), - [anon_sym_LF] = ACTIONS(2770), - [anon_sym_def] = ACTIONS(2768), - [anon_sym_export_DASHenv] = ACTIONS(2768), - [anon_sym_extern] = ACTIONS(2768), - [anon_sym_module] = ACTIONS(2768), - [anon_sym_use] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_LPAREN] = ACTIONS(2768), - [anon_sym_DOLLAR] = ACTIONS(2768), - [anon_sym_error] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2768), - [anon_sym_break] = ACTIONS(2768), - [anon_sym_continue] = ACTIONS(2768), - [anon_sym_for] = ACTIONS(2768), - [anon_sym_loop] = ACTIONS(2768), - [anon_sym_while] = ACTIONS(2768), - [anon_sym_do] = ACTIONS(2768), - [anon_sym_if] = ACTIONS(2768), - [anon_sym_match] = ACTIONS(2768), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_DOT] = ACTIONS(2768), - [anon_sym_DOT2] = ACTIONS(2985), - [anon_sym_try] = ACTIONS(2768), - [anon_sym_return] = ACTIONS(2768), - [anon_sym_source] = ACTIONS(2768), - [anon_sym_source_DASHenv] = ACTIONS(2768), - [anon_sym_register] = ACTIONS(2768), - [anon_sym_hide] = ACTIONS(2768), - [anon_sym_hide_DASHenv] = ACTIONS(2768), - [anon_sym_overlay] = ACTIONS(2768), - [anon_sym_where] = ACTIONS(2768), - [anon_sym_PLUS] = ACTIONS(2768), - [anon_sym_not] = ACTIONS(2768), - [aux_sym__immediate_decimal_token2] = ACTIONS(2987), - [sym_val_nothing] = ACTIONS(2768), - [anon_sym_true] = ACTIONS(2768), - [anon_sym_false] = ACTIONS(2768), - [aux_sym__val_number_decimal_token1] = ACTIONS(2768), - [aux_sym__val_number_token1] = ACTIONS(2768), - [aux_sym__val_number_token2] = ACTIONS(2768), - [aux_sym__val_number_token3] = ACTIONS(2768), - [aux_sym__val_number_token4] = ACTIONS(2768), - [aux_sym__val_number_token5] = ACTIONS(2768), - [aux_sym__val_number_token6] = ACTIONS(2768), - [anon_sym_0b] = ACTIONS(2768), - [anon_sym_0o] = ACTIONS(2768), - [anon_sym_0x] = ACTIONS(2768), - [sym_val_date] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym__str_single_quotes] = ACTIONS(2768), - [sym__str_back_ticks] = ACTIONS(2768), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2768), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2768), - [anon_sym_CARET] = ACTIONS(2768), - [anon_sym_POUND] = ACTIONS(105), - }, - [1153] = { - [sym_comment] = STATE(1153), - [anon_sym_export] = ACTIONS(1488), - [anon_sym_alias] = ACTIONS(1488), - [anon_sym_let] = ACTIONS(1488), - [anon_sym_let_DASHenv] = ACTIONS(1488), - [anon_sym_mut] = ACTIONS(1488), - [anon_sym_const] = ACTIONS(1488), - [anon_sym_SEMI] = ACTIONS(1488), - [sym_cmd_identifier] = ACTIONS(1488), - [anon_sym_LF] = ACTIONS(1490), - [anon_sym_def] = ACTIONS(1488), - [anon_sym_export_DASHenv] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1488), - [anon_sym_module] = ACTIONS(1488), - [anon_sym_use] = ACTIONS(1488), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1488), - [anon_sym_RPAREN] = ACTIONS(1488), - [anon_sym_DOLLAR] = ACTIONS(1488), - [anon_sym_error] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_break] = ACTIONS(1488), - [anon_sym_continue] = ACTIONS(1488), - [anon_sym_for] = ACTIONS(1488), - [anon_sym_loop] = ACTIONS(1488), - [anon_sym_while] = ACTIONS(1488), - [anon_sym_do] = ACTIONS(1488), - [anon_sym_if] = ACTIONS(1488), - [anon_sym_match] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1488), - [anon_sym_DOT] = ACTIONS(1488), - [anon_sym_DOT2] = ACTIONS(1490), - [anon_sym_try] = ACTIONS(1488), - [anon_sym_return] = ACTIONS(1488), - [anon_sym_source] = ACTIONS(1488), - [anon_sym_source_DASHenv] = ACTIONS(1488), - [anon_sym_register] = ACTIONS(1488), - [anon_sym_hide] = ACTIONS(1488), - [anon_sym_hide_DASHenv] = ACTIONS(1488), - [anon_sym_overlay] = ACTIONS(1488), - [anon_sym_where] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_not] = ACTIONS(1488), - [sym_val_nothing] = ACTIONS(1488), - [anon_sym_true] = ACTIONS(1488), - [anon_sym_false] = ACTIONS(1488), - [aux_sym__val_number_decimal_token1] = ACTIONS(1488), - [aux_sym__val_number_token1] = ACTIONS(1488), - [aux_sym__val_number_token2] = ACTIONS(1488), - [aux_sym__val_number_token3] = ACTIONS(1488), - [aux_sym__val_number_token4] = ACTIONS(1488), - [aux_sym__val_number_token5] = ACTIONS(1488), - [aux_sym__val_number_token6] = ACTIONS(1488), - [anon_sym_0b] = ACTIONS(1488), - [anon_sym_0o] = ACTIONS(1488), - [anon_sym_0x] = ACTIONS(1488), - [sym_val_date] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [sym__str_single_quotes] = ACTIONS(1488), - [sym__str_back_ticks] = ACTIONS(1488), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1488), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1488), - [anon_sym_CARET] = ACTIONS(1488), - [anon_sym_POUND] = ACTIONS(105), - }, - [1154] = { - [sym_comment] = STATE(1154), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), - [anon_sym_POUND] = ACTIONS(105), - }, - [1155] = { - [sym_comment] = STATE(1155), - [anon_sym_export] = ACTIONS(2989), - [anon_sym_alias] = ACTIONS(2989), - [anon_sym_let] = ACTIONS(2989), - [anon_sym_let_DASHenv] = ACTIONS(2989), - [anon_sym_mut] = ACTIONS(2989), - [anon_sym_const] = ACTIONS(2989), - [anon_sym_SEMI] = ACTIONS(2989), - [sym_cmd_identifier] = ACTIONS(2989), - [anon_sym_LF] = ACTIONS(2991), - [anon_sym_def] = ACTIONS(2989), - [anon_sym_export_DASHenv] = ACTIONS(2989), - [anon_sym_extern] = ACTIONS(2989), - [anon_sym_module] = ACTIONS(2989), - [anon_sym_use] = ACTIONS(2989), - [anon_sym_LBRACK] = ACTIONS(2989), - [anon_sym_LPAREN] = ACTIONS(2989), - [anon_sym_RPAREN] = ACTIONS(2989), - [anon_sym_DOLLAR] = ACTIONS(2989), - [anon_sym_error] = ACTIONS(2989), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_break] = ACTIONS(2989), - [anon_sym_continue] = ACTIONS(2989), - [anon_sym_for] = ACTIONS(2989), - [anon_sym_loop] = ACTIONS(2989), - [anon_sym_while] = ACTIONS(2989), - [anon_sym_do] = ACTIONS(2989), - [anon_sym_if] = ACTIONS(2989), - [anon_sym_match] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [anon_sym_RBRACE] = ACTIONS(2989), - [anon_sym_DOT] = ACTIONS(2989), - [anon_sym_try] = ACTIONS(2989), - [anon_sym_return] = ACTIONS(2989), - [anon_sym_source] = ACTIONS(2989), - [anon_sym_source_DASHenv] = ACTIONS(2989), - [anon_sym_register] = ACTIONS(2989), - [anon_sym_hide] = ACTIONS(2989), - [anon_sym_hide_DASHenv] = ACTIONS(2989), - [anon_sym_overlay] = ACTIONS(2989), - [anon_sym_as] = ACTIONS(2989), - [anon_sym_where] = ACTIONS(2989), - [anon_sym_PLUS] = ACTIONS(2989), - [anon_sym_not] = ACTIONS(2989), - [sym_val_nothing] = ACTIONS(2989), - [anon_sym_true] = ACTIONS(2989), - [anon_sym_false] = ACTIONS(2989), - [aux_sym__val_number_decimal_token1] = ACTIONS(2989), - [aux_sym__val_number_token1] = ACTIONS(2989), - [aux_sym__val_number_token2] = ACTIONS(2989), - [aux_sym__val_number_token3] = ACTIONS(2989), - [aux_sym__val_number_token4] = ACTIONS(2989), - [aux_sym__val_number_token5] = ACTIONS(2989), - [aux_sym__val_number_token6] = ACTIONS(2989), - [anon_sym_0b] = ACTIONS(2989), - [anon_sym_0o] = ACTIONS(2989), - [anon_sym_0x] = ACTIONS(2989), - [sym_val_date] = ACTIONS(2989), - [anon_sym_DQUOTE] = ACTIONS(2989), - [sym__str_single_quotes] = ACTIONS(2989), - [sym__str_back_ticks] = ACTIONS(2989), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2989), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2989), - [anon_sym_CARET] = ACTIONS(2989), - [anon_sym_POUND] = ACTIONS(105), - }, - [1156] = { - [sym_comment] = STATE(1156), - [anon_sym_export] = ACTIONS(2993), - [anon_sym_alias] = ACTIONS(2993), - [anon_sym_let] = ACTIONS(2993), - [anon_sym_let_DASHenv] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_SEMI] = ACTIONS(2993), - [sym_cmd_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2995), - [anon_sym_def] = ACTIONS(2993), - [anon_sym_export_DASHenv] = ACTIONS(2993), - [anon_sym_extern] = ACTIONS(2993), - [anon_sym_module] = ACTIONS(2993), - [anon_sym_use] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2993), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_DOLLAR] = ACTIONS(2993), - [anon_sym_error] = ACTIONS(2993), - [anon_sym_DASH] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_loop] = ACTIONS(2993), - [anon_sym_while] = ACTIONS(2993), - [anon_sym_do] = ACTIONS(2993), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_DOT] = ACTIONS(2993), - [anon_sym_try] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_source] = ACTIONS(2993), - [anon_sym_source_DASHenv] = ACTIONS(2993), - [anon_sym_register] = ACTIONS(2993), - [anon_sym_hide] = ACTIONS(2993), - [anon_sym_hide_DASHenv] = ACTIONS(2993), - [anon_sym_overlay] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(2993), - [anon_sym_where] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2993), - [anon_sym_not] = ACTIONS(2993), - [sym_val_nothing] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2993), - [anon_sym_false] = ACTIONS(2993), - [aux_sym__val_number_decimal_token1] = ACTIONS(2993), - [aux_sym__val_number_token1] = ACTIONS(2993), - [aux_sym__val_number_token2] = ACTIONS(2993), - [aux_sym__val_number_token3] = ACTIONS(2993), - [aux_sym__val_number_token4] = ACTIONS(2993), - [aux_sym__val_number_token5] = ACTIONS(2993), - [aux_sym__val_number_token6] = ACTIONS(2993), - [anon_sym_0b] = ACTIONS(2993), - [anon_sym_0o] = ACTIONS(2993), - [anon_sym_0x] = ACTIONS(2993), - [sym_val_date] = ACTIONS(2993), - [anon_sym_DQUOTE] = ACTIONS(2993), - [sym__str_single_quotes] = ACTIONS(2993), - [sym__str_back_ticks] = ACTIONS(2993), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2993), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(105), - }, - [1157] = { - [sym_comment] = STATE(1157), - [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_DASH] = ACTIONS(1478), - [anon_sym_break] = ACTIONS(1478), - [anon_sym_continue] = ACTIONS(1478), - [anon_sym_for] = 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(1480), - [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_where] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_not] = ACTIONS(1478), - [sym_val_nothing] = 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), - }, - [1158] = { - [sym_comment] = STATE(1158), - [ts_builtin_sym_end] = ACTIONS(2770), - [anon_sym_export] = ACTIONS(2768), - [anon_sym_alias] = ACTIONS(2768), - [anon_sym_let] = ACTIONS(2768), - [anon_sym_let_DASHenv] = ACTIONS(2768), - [anon_sym_mut] = ACTIONS(2768), - [anon_sym_const] = ACTIONS(2768), - [anon_sym_SEMI] = ACTIONS(2768), - [sym_cmd_identifier] = ACTIONS(2768), - [anon_sym_LF] = ACTIONS(2770), - [anon_sym_def] = ACTIONS(2768), - [anon_sym_export_DASHenv] = ACTIONS(2768), - [anon_sym_extern] = ACTIONS(2768), - [anon_sym_module] = ACTIONS(2768), - [anon_sym_use] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_LPAREN] = ACTIONS(2768), - [anon_sym_DOLLAR] = ACTIONS(2768), - [anon_sym_error] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2768), - [anon_sym_break] = ACTIONS(2768), - [anon_sym_continue] = ACTIONS(2768), - [anon_sym_for] = ACTIONS(2768), - [anon_sym_loop] = ACTIONS(2768), - [anon_sym_while] = ACTIONS(2768), - [anon_sym_do] = ACTIONS(2768), - [anon_sym_if] = ACTIONS(2768), - [anon_sym_match] = ACTIONS(2768), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_DOT] = ACTIONS(2768), - [anon_sym_DOT2] = ACTIONS(2997), - [anon_sym_try] = ACTIONS(2768), - [anon_sym_return] = ACTIONS(2768), - [anon_sym_source] = ACTIONS(2768), - [anon_sym_source_DASHenv] = ACTIONS(2768), - [anon_sym_register] = ACTIONS(2768), - [anon_sym_hide] = ACTIONS(2768), - [anon_sym_hide_DASHenv] = ACTIONS(2768), - [anon_sym_overlay] = ACTIONS(2768), - [anon_sym_where] = ACTIONS(2768), - [anon_sym_PLUS] = ACTIONS(2768), - [anon_sym_not] = ACTIONS(2768), - [aux_sym__immediate_decimal_token2] = ACTIONS(3000), - [sym_val_nothing] = ACTIONS(2768), - [anon_sym_true] = ACTIONS(2768), - [anon_sym_false] = ACTIONS(2768), - [aux_sym__val_number_decimal_token1] = ACTIONS(2768), - [aux_sym__val_number_token1] = ACTIONS(2768), - [aux_sym__val_number_token2] = ACTIONS(2768), - [aux_sym__val_number_token3] = ACTIONS(2768), - [aux_sym__val_number_token4] = ACTIONS(2768), - [aux_sym__val_number_token5] = ACTIONS(2768), - [aux_sym__val_number_token6] = ACTIONS(2768), - [anon_sym_0b] = ACTIONS(2768), - [anon_sym_0o] = ACTIONS(2768), - [anon_sym_0x] = ACTIONS(2768), - [sym_val_date] = ACTIONS(2768), - [anon_sym_DQUOTE] = ACTIONS(2768), - [sym__str_single_quotes] = ACTIONS(2768), - [sym__str_back_ticks] = ACTIONS(2768), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2768), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2768), - [anon_sym_CARET] = ACTIONS(2768), - [anon_sym_POUND] = ACTIONS(105), - }, - [1159] = { - [sym_comment] = STATE(1159), - [anon_sym_export] = ACTIONS(3002), - [anon_sym_alias] = ACTIONS(3002), - [anon_sym_let] = ACTIONS(3002), - [anon_sym_let_DASHenv] = ACTIONS(3002), - [anon_sym_mut] = ACTIONS(3002), - [anon_sym_const] = ACTIONS(3002), - [anon_sym_SEMI] = ACTIONS(3002), - [sym_cmd_identifier] = ACTIONS(3002), - [anon_sym_LF] = ACTIONS(3004), - [anon_sym_def] = ACTIONS(3002), - [anon_sym_export_DASHenv] = ACTIONS(3002), - [anon_sym_extern] = ACTIONS(3002), - [anon_sym_module] = ACTIONS(3002), - [anon_sym_use] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_LPAREN] = ACTIONS(3002), - [anon_sym_RPAREN] = ACTIONS(3002), - [anon_sym_DOLLAR] = ACTIONS(3002), - [anon_sym_error] = ACTIONS(3002), - [anon_sym_DASH] = ACTIONS(3002), - [anon_sym_break] = ACTIONS(3002), - [anon_sym_continue] = ACTIONS(3002), - [anon_sym_for] = ACTIONS(3002), - [anon_sym_loop] = ACTIONS(3002), - [anon_sym_while] = ACTIONS(3002), - [anon_sym_do] = ACTIONS(3002), - [anon_sym_if] = ACTIONS(3002), - [anon_sym_match] = ACTIONS(3002), - [anon_sym_LBRACE] = ACTIONS(3002), - [anon_sym_RBRACE] = ACTIONS(3002), - [anon_sym_DOT] = ACTIONS(3002), - [anon_sym_DOT2] = ACTIONS(3004), - [anon_sym_try] = ACTIONS(3002), - [anon_sym_return] = ACTIONS(3002), - [anon_sym_source] = ACTIONS(3002), - [anon_sym_source_DASHenv] = ACTIONS(3002), - [anon_sym_register] = ACTIONS(3002), - [anon_sym_hide] = ACTIONS(3002), - [anon_sym_hide_DASHenv] = ACTIONS(3002), - [anon_sym_overlay] = ACTIONS(3002), - [anon_sym_where] = ACTIONS(3002), - [anon_sym_PLUS] = ACTIONS(3002), - [anon_sym_not] = ACTIONS(3002), - [sym_val_nothing] = ACTIONS(3002), - [anon_sym_true] = ACTIONS(3002), - [anon_sym_false] = ACTIONS(3002), - [aux_sym__val_number_decimal_token1] = ACTIONS(3002), - [aux_sym__val_number_token1] = ACTIONS(3002), - [aux_sym__val_number_token2] = ACTIONS(3002), - [aux_sym__val_number_token3] = ACTIONS(3002), - [aux_sym__val_number_token4] = ACTIONS(3002), - [aux_sym__val_number_token5] = ACTIONS(3002), - [aux_sym__val_number_token6] = ACTIONS(3002), - [anon_sym_0b] = ACTIONS(3002), - [anon_sym_0o] = ACTIONS(3002), - [anon_sym_0x] = ACTIONS(3002), - [sym_val_date] = ACTIONS(3002), - [anon_sym_DQUOTE] = ACTIONS(3002), - [sym__str_single_quotes] = ACTIONS(3002), - [sym__str_back_ticks] = ACTIONS(3002), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3002), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3002), - [anon_sym_CARET] = ACTIONS(3002), - [anon_sym_POUND] = ACTIONS(105), - }, - [1160] = { - [sym_comment] = STATE(1160), - [ts_builtin_sym_end] = ACTIONS(1494), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_STAR] = ACTIONS(1492), - [anon_sym_where] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(3006), - [anon_sym_POUND] = ACTIONS(105), - }, - [1161] = { - [sym_comment] = STATE(1161), - [ts_builtin_sym_end] = ACTIONS(2935), - [anon_sym_export] = ACTIONS(2933), - [anon_sym_alias] = ACTIONS(2933), - [anon_sym_let] = ACTIONS(2933), - [anon_sym_let_DASHenv] = ACTIONS(2933), - [anon_sym_mut] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2933), - [sym_cmd_identifier] = ACTIONS(2933), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_def] = ACTIONS(2933), - [anon_sym_export_DASHenv] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym_module] = ACTIONS(2933), - [anon_sym_use] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_LPAREN] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2933), - [anon_sym_error] = ACTIONS(2933), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_loop] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_match] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [anon_sym_DOT] = ACTIONS(2933), - [anon_sym_DOT2] = ACTIONS(2935), - [anon_sym_try] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_source] = ACTIONS(2933), - [anon_sym_source_DASHenv] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_hide] = ACTIONS(2933), - [anon_sym_hide_DASHenv] = ACTIONS(2933), - [anon_sym_overlay] = ACTIONS(2933), - [anon_sym_where] = ACTIONS(2933), - [anon_sym_PLUS] = ACTIONS(2933), - [anon_sym_not] = ACTIONS(2933), - [aux_sym__immediate_decimal_token2] = ACTIONS(3008), - [sym_val_nothing] = ACTIONS(2933), - [anon_sym_true] = ACTIONS(2933), - [anon_sym_false] = ACTIONS(2933), - [aux_sym__val_number_decimal_token1] = ACTIONS(2933), - [aux_sym__val_number_token1] = ACTIONS(2933), - [aux_sym__val_number_token2] = ACTIONS(2933), - [aux_sym__val_number_token3] = ACTIONS(2933), - [aux_sym__val_number_token4] = ACTIONS(2933), - [aux_sym__val_number_token5] = ACTIONS(2933), - [aux_sym__val_number_token6] = ACTIONS(2933), - [anon_sym_0b] = ACTIONS(2933), - [anon_sym_0o] = ACTIONS(2933), - [anon_sym_0x] = ACTIONS(2933), - [sym_val_date] = ACTIONS(2933), - [anon_sym_DQUOTE] = ACTIONS(2933), - [sym__str_single_quotes] = ACTIONS(2933), - [sym__str_back_ticks] = ACTIONS(2933), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2933), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2933), - [anon_sym_CARET] = ACTIONS(2933), - [anon_sym_POUND] = ACTIONS(105), - }, - [1162] = { - [sym_comment] = STATE(1162), - [anon_sym_export] = ACTIONS(3010), - [anon_sym_alias] = ACTIONS(3010), - [anon_sym_let] = ACTIONS(3010), - [anon_sym_let_DASHenv] = ACTIONS(3010), - [anon_sym_mut] = ACTIONS(3010), - [anon_sym_const] = ACTIONS(3010), - [anon_sym_SEMI] = ACTIONS(3010), - [sym_cmd_identifier] = ACTIONS(3010), - [anon_sym_LF] = ACTIONS(3012), - [anon_sym_def] = ACTIONS(3010), - [anon_sym_export_DASHenv] = ACTIONS(3010), - [anon_sym_extern] = ACTIONS(3010), - [anon_sym_module] = ACTIONS(3010), - [anon_sym_use] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_LPAREN] = ACTIONS(3010), - [anon_sym_RPAREN] = ACTIONS(3010), - [anon_sym_DOLLAR] = ACTIONS(3010), - [anon_sym_error] = ACTIONS(3010), - [anon_sym_DASH] = ACTIONS(3010), - [anon_sym_break] = ACTIONS(3010), - [anon_sym_continue] = ACTIONS(3010), - [anon_sym_for] = ACTIONS(3010), - [anon_sym_loop] = ACTIONS(3010), - [anon_sym_while] = ACTIONS(3010), - [anon_sym_do] = ACTIONS(3010), - [anon_sym_if] = ACTIONS(3010), - [anon_sym_match] = ACTIONS(3010), - [anon_sym_LBRACE] = ACTIONS(3010), - [anon_sym_RBRACE] = ACTIONS(3010), - [anon_sym_DOT] = ACTIONS(3010), - [anon_sym_DOT2] = ACTIONS(3014), - [anon_sym_try] = ACTIONS(3010), - [anon_sym_return] = ACTIONS(3010), - [anon_sym_source] = ACTIONS(3010), - [anon_sym_source_DASHenv] = ACTIONS(3010), - [anon_sym_register] = ACTIONS(3010), - [anon_sym_hide] = ACTIONS(3010), - [anon_sym_hide_DASHenv] = ACTIONS(3010), - [anon_sym_overlay] = ACTIONS(3010), - [anon_sym_where] = ACTIONS(3010), - [anon_sym_PLUS] = ACTIONS(3010), - [anon_sym_not] = ACTIONS(3010), - [sym_val_nothing] = ACTIONS(3010), - [anon_sym_true] = ACTIONS(3010), - [anon_sym_false] = ACTIONS(3010), - [aux_sym__val_number_decimal_token1] = ACTIONS(3010), - [aux_sym__val_number_token1] = ACTIONS(3010), - [aux_sym__val_number_token2] = ACTIONS(3010), - [aux_sym__val_number_token3] = ACTIONS(3010), - [aux_sym__val_number_token4] = ACTIONS(3010), - [aux_sym__val_number_token5] = ACTIONS(3010), - [aux_sym__val_number_token6] = ACTIONS(3010), - [anon_sym_0b] = ACTIONS(3010), - [anon_sym_0o] = ACTIONS(3010), - [anon_sym_0x] = ACTIONS(3010), - [sym_val_date] = ACTIONS(3010), - [anon_sym_DQUOTE] = ACTIONS(3010), - [sym__str_single_quotes] = ACTIONS(3010), - [sym__str_back_ticks] = ACTIONS(3010), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3010), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3010), - [anon_sym_CARET] = ACTIONS(3010), - [anon_sym_POUND] = ACTIONS(105), - }, - [1163] = { - [sym_comment] = STATE(1163), - [ts_builtin_sym_end] = ACTIONS(2736), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(2949), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1164] = { - [sym_comment] = STATE(1164), - [ts_builtin_sym_end] = ACTIONS(2736), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(3016), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(2949), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1165] = { - [sym_comment] = STATE(1165), - [anon_sym_export] = ACTIONS(1461), - [anon_sym_alias] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_let_DASHenv] = ACTIONS(1461), - [anon_sym_mut] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1461), - [sym_cmd_identifier] = ACTIONS(1461), - [anon_sym_LF] = ACTIONS(1463), - [anon_sym_def] = ACTIONS(1461), - [anon_sym_export_DASHenv] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_module] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_LBRACK] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1461), - [anon_sym_RPAREN] = ACTIONS(1461), - [anon_sym_DOLLAR] = ACTIONS(1461), - [anon_sym_error] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_LBRACE] = ACTIONS(1461), - [anon_sym_RBRACE] = ACTIONS(1461), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT2] = ACTIONS(1463), - [anon_sym_try] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_source] = ACTIONS(1461), - [anon_sym_source_DASHenv] = ACTIONS(1461), - [anon_sym_register] = ACTIONS(1461), - [anon_sym_hide] = ACTIONS(1461), - [anon_sym_hide_DASHenv] = ACTIONS(1461), - [anon_sym_overlay] = ACTIONS(1461), - [anon_sym_where] = ACTIONS(1461), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_not] = ACTIONS(1461), - [sym_val_nothing] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [aux_sym__val_number_decimal_token1] = ACTIONS(1461), - [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(1461), - [aux_sym__val_number_token5] = ACTIONS(1461), - [aux_sym__val_number_token6] = ACTIONS(1461), - [anon_sym_0b] = ACTIONS(1461), - [anon_sym_0o] = ACTIONS(1461), - [anon_sym_0x] = ACTIONS(1461), - [sym_val_date] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(1461), - [sym__str_single_quotes] = ACTIONS(1461), - [sym__str_back_ticks] = ACTIONS(1461), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1461), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_POUND] = ACTIONS(105), - }, - [1166] = { - [sym_comment] = STATE(1166), - [ts_builtin_sym_end] = ACTIONS(2736), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(3021), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, - [1167] = { - [sym_comment] = STATE(1167), - [anon_sym_export] = ACTIONS(2933), - [anon_sym_alias] = ACTIONS(2933), - [anon_sym_let] = ACTIONS(2933), - [anon_sym_let_DASHenv] = ACTIONS(2933), - [anon_sym_mut] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2933), - [sym_cmd_identifier] = ACTIONS(2933), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_def] = ACTIONS(2933), - [anon_sym_export_DASHenv] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym_module] = ACTIONS(2933), - [anon_sym_use] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_LPAREN] = ACTIONS(2933), - [anon_sym_RPAREN] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2933), - [anon_sym_error] = ACTIONS(2933), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_loop] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_match] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [anon_sym_RBRACE] = ACTIONS(2933), - [anon_sym_DOT] = ACTIONS(2933), - [anon_sym_DOT2] = ACTIONS(2935), - [anon_sym_try] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_source] = ACTIONS(2933), - [anon_sym_source_DASHenv] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_hide] = ACTIONS(2933), - [anon_sym_hide_DASHenv] = ACTIONS(2933), - [anon_sym_overlay] = ACTIONS(2933), - [anon_sym_where] = ACTIONS(2933), - [anon_sym_PLUS] = ACTIONS(2933), - [anon_sym_not] = ACTIONS(2933), - [sym_val_nothing] = ACTIONS(2933), - [anon_sym_true] = ACTIONS(2933), - [anon_sym_false] = ACTIONS(2933), - [aux_sym__val_number_decimal_token1] = ACTIONS(2933), - [aux_sym__val_number_token1] = ACTIONS(2933), - [aux_sym__val_number_token2] = ACTIONS(2933), - [aux_sym__val_number_token3] = ACTIONS(2933), - [aux_sym__val_number_token4] = ACTIONS(2933), - [aux_sym__val_number_token5] = ACTIONS(2933), - [aux_sym__val_number_token6] = ACTIONS(2933), - [anon_sym_0b] = ACTIONS(2933), - [anon_sym_0o] = ACTIONS(2933), - [anon_sym_0x] = ACTIONS(2933), - [sym_val_date] = ACTIONS(2933), - [anon_sym_DQUOTE] = ACTIONS(2933), - [sym__str_single_quotes] = ACTIONS(2933), - [sym__str_back_ticks] = ACTIONS(2933), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2933), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2933), - [anon_sym_CARET] = ACTIONS(2933), - [anon_sym_POUND] = ACTIONS(105), - }, - [1168] = { - [sym_comment] = STATE(1168), - [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(1433), - [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_QMARK2] = ACTIONS(3023), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [sym_val_nothing] = 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), - }, - [1169] = { - [sym_comment] = STATE(1169), - [anon_sym_export] = ACTIONS(3025), - [anon_sym_alias] = ACTIONS(3025), - [anon_sym_let] = ACTIONS(3025), - [anon_sym_let_DASHenv] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_SEMI] = ACTIONS(3025), - [sym_cmd_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3027), - [anon_sym_def] = ACTIONS(3025), - [anon_sym_export_DASHenv] = ACTIONS(3025), - [anon_sym_extern] = ACTIONS(3025), - [anon_sym_module] = ACTIONS(3025), - [anon_sym_use] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_DOLLAR] = ACTIONS(3025), - [anon_sym_error] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_loop] = ACTIONS(3025), - [anon_sym_while] = ACTIONS(3025), - [anon_sym_do] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_DOT2] = ACTIONS(3029), - [anon_sym_try] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_source] = ACTIONS(3025), - [anon_sym_source_DASHenv] = ACTIONS(3025), - [anon_sym_register] = ACTIONS(3025), - [anon_sym_hide] = ACTIONS(3025), - [anon_sym_hide_DASHenv] = ACTIONS(3025), - [anon_sym_overlay] = ACTIONS(3025), - [anon_sym_where] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_not] = ACTIONS(3025), - [sym_val_nothing] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3025), - [anon_sym_false] = ACTIONS(3025), - [aux_sym__val_number_decimal_token1] = ACTIONS(3025), - [aux_sym__val_number_token1] = ACTIONS(3025), - [aux_sym__val_number_token2] = ACTIONS(3025), - [aux_sym__val_number_token3] = ACTIONS(3025), - [aux_sym__val_number_token4] = ACTIONS(3025), - [aux_sym__val_number_token5] = ACTIONS(3025), - [aux_sym__val_number_token6] = ACTIONS(3025), - [anon_sym_0b] = ACTIONS(3025), - [anon_sym_0o] = ACTIONS(3025), - [anon_sym_0x] = ACTIONS(3025), - [sym_val_date] = ACTIONS(3025), - [anon_sym_DQUOTE] = ACTIONS(3025), - [sym__str_single_quotes] = ACTIONS(3025), - [sym__str_back_ticks] = ACTIONS(3025), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3025), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_POUND] = ACTIONS(105), - }, - [1170] = { - [sym_comment] = STATE(1170), - [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(1433), - [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_QMARK2] = ACTIONS(3023), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_not] = ACTIONS(1431), - [sym_val_nothing] = 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), - }, - [1171] = { - [sym_comment] = STATE(1171), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_RPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_RBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_DOT2] = ACTIONS(2726), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), - [anon_sym_POUND] = ACTIONS(105), - }, - [1172] = { - [sym_block] = STATE(1400), - [sym_comment] = STATE(1172), - [anon_sym_export] = ACTIONS(3031), - [anon_sym_alias] = ACTIONS(3031), - [anon_sym_let] = ACTIONS(3031), - [anon_sym_let_DASHenv] = ACTIONS(3031), - [anon_sym_mut] = ACTIONS(3031), - [anon_sym_const] = ACTIONS(3031), - [anon_sym_SEMI] = ACTIONS(3031), - [sym_cmd_identifier] = ACTIONS(3031), - [anon_sym_LF] = ACTIONS(3033), - [anon_sym_def] = ACTIONS(3031), - [anon_sym_export_DASHenv] = ACTIONS(3031), - [anon_sym_extern] = ACTIONS(3031), - [anon_sym_module] = ACTIONS(3031), - [anon_sym_use] = ACTIONS(3031), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_LPAREN] = ACTIONS(3031), - [anon_sym_RPAREN] = ACTIONS(3031), - [anon_sym_DOLLAR] = ACTIONS(3031), - [anon_sym_error] = ACTIONS(3031), - [anon_sym_DASH] = ACTIONS(3031), - [anon_sym_break] = ACTIONS(3031), - [anon_sym_continue] = ACTIONS(3031), - [anon_sym_for] = ACTIONS(3031), - [anon_sym_loop] = ACTIONS(3031), - [anon_sym_while] = ACTIONS(3031), - [anon_sym_do] = ACTIONS(3031), - [anon_sym_if] = ACTIONS(3031), - [anon_sym_match] = ACTIONS(3031), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_RBRACE] = ACTIONS(3031), - [anon_sym_DOT] = ACTIONS(3031), - [anon_sym_try] = ACTIONS(3031), - [anon_sym_return] = ACTIONS(3031), - [anon_sym_source] = ACTIONS(3031), - [anon_sym_source_DASHenv] = ACTIONS(3031), - [anon_sym_register] = ACTIONS(3031), - [anon_sym_hide] = ACTIONS(3031), - [anon_sym_hide_DASHenv] = ACTIONS(3031), - [anon_sym_overlay] = ACTIONS(3031), - [anon_sym_where] = ACTIONS(3031), - [anon_sym_PLUS] = ACTIONS(3031), - [anon_sym_not] = ACTIONS(3031), - [sym_val_nothing] = ACTIONS(3031), - [anon_sym_true] = ACTIONS(3031), - [anon_sym_false] = ACTIONS(3031), - [aux_sym__val_number_decimal_token1] = ACTIONS(3031), - [aux_sym__val_number_token1] = ACTIONS(3031), - [aux_sym__val_number_token2] = ACTIONS(3031), - [aux_sym__val_number_token3] = ACTIONS(3031), - [aux_sym__val_number_token4] = ACTIONS(3031), - [aux_sym__val_number_token5] = ACTIONS(3031), - [aux_sym__val_number_token6] = ACTIONS(3031), - [anon_sym_0b] = ACTIONS(3031), - [anon_sym_0o] = ACTIONS(3031), - [anon_sym_0x] = ACTIONS(3031), - [sym_val_date] = ACTIONS(3031), - [anon_sym_DQUOTE] = ACTIONS(3031), - [sym__str_single_quotes] = ACTIONS(3031), - [sym__str_back_ticks] = ACTIONS(3031), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3031), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3031), - [anon_sym_CARET] = ACTIONS(3031), - [anon_sym_POUND] = ACTIONS(105), - }, - [1173] = { - [sym_block] = STATE(1224), - [sym_comment] = STATE(1173), - [anon_sym_export] = ACTIONS(3038), - [anon_sym_alias] = ACTIONS(3038), - [anon_sym_let] = ACTIONS(3038), - [anon_sym_let_DASHenv] = ACTIONS(3038), - [anon_sym_mut] = ACTIONS(3038), - [anon_sym_const] = ACTIONS(3038), - [anon_sym_SEMI] = ACTIONS(3038), - [sym_cmd_identifier] = ACTIONS(3038), - [anon_sym_LF] = ACTIONS(3040), - [anon_sym_def] = ACTIONS(3038), - [anon_sym_export_DASHenv] = ACTIONS(3038), - [anon_sym_extern] = ACTIONS(3038), - [anon_sym_module] = ACTIONS(3038), - [anon_sym_use] = ACTIONS(3038), - [anon_sym_LBRACK] = ACTIONS(3038), - [anon_sym_LPAREN] = ACTIONS(3038), - [anon_sym_RPAREN] = ACTIONS(3038), - [anon_sym_DOLLAR] = ACTIONS(3038), - [anon_sym_error] = ACTIONS(3038), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_break] = ACTIONS(3038), - [anon_sym_continue] = ACTIONS(3038), - [anon_sym_for] = ACTIONS(3038), - [anon_sym_loop] = ACTIONS(3038), - [anon_sym_while] = ACTIONS(3038), - [anon_sym_do] = ACTIONS(3038), - [anon_sym_if] = ACTIONS(3038), - [anon_sym_match] = ACTIONS(3038), - [anon_sym_LBRACE] = ACTIONS(3042), - [anon_sym_RBRACE] = ACTIONS(3038), - [anon_sym_DOT] = ACTIONS(3038), - [anon_sym_try] = ACTIONS(3038), - [anon_sym_return] = ACTIONS(3038), - [anon_sym_source] = ACTIONS(3038), - [anon_sym_source_DASHenv] = ACTIONS(3038), - [anon_sym_register] = ACTIONS(3038), - [anon_sym_hide] = ACTIONS(3038), - [anon_sym_hide_DASHenv] = ACTIONS(3038), - [anon_sym_overlay] = ACTIONS(3038), - [anon_sym_where] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3038), - [anon_sym_not] = ACTIONS(3038), - [sym_val_nothing] = ACTIONS(3038), - [anon_sym_true] = ACTIONS(3038), - [anon_sym_false] = ACTIONS(3038), - [aux_sym__val_number_decimal_token1] = ACTIONS(3038), - [aux_sym__val_number_token1] = ACTIONS(3038), - [aux_sym__val_number_token2] = ACTIONS(3038), - [aux_sym__val_number_token3] = ACTIONS(3038), - [aux_sym__val_number_token4] = ACTIONS(3038), - [aux_sym__val_number_token5] = ACTIONS(3038), - [aux_sym__val_number_token6] = ACTIONS(3038), - [anon_sym_0b] = ACTIONS(3038), - [anon_sym_0o] = ACTIONS(3038), - [anon_sym_0x] = ACTIONS(3038), - [sym_val_date] = ACTIONS(3038), - [anon_sym_DQUOTE] = ACTIONS(3038), - [sym__str_single_quotes] = ACTIONS(3038), - [sym__str_back_ticks] = ACTIONS(3038), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3038), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3038), - [anon_sym_CARET] = ACTIONS(3038), - [anon_sym_POUND] = ACTIONS(105), - }, - [1174] = { - [sym_block] = STATE(1223), - [sym_comment] = STATE(1174), - [anon_sym_export] = ACTIONS(3038), - [anon_sym_alias] = ACTIONS(3038), - [anon_sym_let] = ACTIONS(3038), - [anon_sym_let_DASHenv] = ACTIONS(3038), - [anon_sym_mut] = ACTIONS(3038), - [anon_sym_const] = ACTIONS(3038), - [anon_sym_SEMI] = ACTIONS(3038), - [sym_cmd_identifier] = ACTIONS(3038), - [anon_sym_LF] = ACTIONS(3040), - [anon_sym_def] = ACTIONS(3038), - [anon_sym_export_DASHenv] = ACTIONS(3038), - [anon_sym_extern] = ACTIONS(3038), - [anon_sym_module] = ACTIONS(3038), - [anon_sym_use] = ACTIONS(3038), - [anon_sym_LBRACK] = ACTIONS(3038), - [anon_sym_LPAREN] = ACTIONS(3038), - [anon_sym_RPAREN] = ACTIONS(3038), - [anon_sym_DOLLAR] = ACTIONS(3038), - [anon_sym_error] = ACTIONS(3038), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_break] = ACTIONS(3038), - [anon_sym_continue] = ACTIONS(3038), - [anon_sym_for] = ACTIONS(3038), - [anon_sym_loop] = ACTIONS(3038), - [anon_sym_while] = ACTIONS(3038), - [anon_sym_do] = ACTIONS(3038), - [anon_sym_if] = ACTIONS(3038), - [anon_sym_match] = ACTIONS(3038), - [anon_sym_LBRACE] = ACTIONS(3042), - [anon_sym_RBRACE] = ACTIONS(3038), - [anon_sym_DOT] = ACTIONS(3038), - [anon_sym_try] = ACTIONS(3038), - [anon_sym_return] = ACTIONS(3038), - [anon_sym_source] = ACTIONS(3038), - [anon_sym_source_DASHenv] = ACTIONS(3038), - [anon_sym_register] = ACTIONS(3038), - [anon_sym_hide] = ACTIONS(3038), - [anon_sym_hide_DASHenv] = ACTIONS(3038), - [anon_sym_overlay] = ACTIONS(3038), - [anon_sym_where] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3038), - [anon_sym_not] = ACTIONS(3038), - [sym_val_nothing] = ACTIONS(3038), - [anon_sym_true] = ACTIONS(3038), - [anon_sym_false] = ACTIONS(3038), - [aux_sym__val_number_decimal_token1] = ACTIONS(3038), - [aux_sym__val_number_token1] = ACTIONS(3038), - [aux_sym__val_number_token2] = ACTIONS(3038), - [aux_sym__val_number_token3] = ACTIONS(3038), - [aux_sym__val_number_token4] = ACTIONS(3038), - [aux_sym__val_number_token5] = ACTIONS(3038), - [aux_sym__val_number_token6] = ACTIONS(3038), - [anon_sym_0b] = ACTIONS(3038), - [anon_sym_0o] = ACTIONS(3038), - [anon_sym_0x] = ACTIONS(3038), - [sym_val_date] = ACTIONS(3038), - [anon_sym_DQUOTE] = ACTIONS(3038), - [sym__str_single_quotes] = ACTIONS(3038), - [sym__str_back_ticks] = ACTIONS(3038), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3038), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3038), - [anon_sym_CARET] = ACTIONS(3038), - [anon_sym_POUND] = ACTIONS(105), - }, - [1175] = { - [sym_comment] = STATE(1175), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_DOT2] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(105), - }, [1176] = { [sym_comment] = STATE(1176), - [anon_sym_export] = ACTIONS(3044), - [anon_sym_alias] = ACTIONS(3044), - [anon_sym_let] = ACTIONS(3044), - [anon_sym_let_DASHenv] = ACTIONS(3044), - [anon_sym_mut] = ACTIONS(3044), - [anon_sym_const] = ACTIONS(3044), - [anon_sym_SEMI] = ACTIONS(3044), - [sym_cmd_identifier] = ACTIONS(3044), - [anon_sym_LF] = ACTIONS(3046), - [anon_sym_def] = ACTIONS(3044), - [anon_sym_export_DASHenv] = ACTIONS(3044), - [anon_sym_extern] = ACTIONS(3044), - [anon_sym_module] = ACTIONS(3044), - [anon_sym_use] = ACTIONS(3044), - [anon_sym_LBRACK] = ACTIONS(3044), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_RPAREN] = ACTIONS(3044), - [anon_sym_DOLLAR] = ACTIONS(3044), - [anon_sym_error] = ACTIONS(3044), - [anon_sym_DASH] = ACTIONS(3044), - [anon_sym_break] = ACTIONS(3044), - [anon_sym_continue] = ACTIONS(3044), - [anon_sym_for] = ACTIONS(3044), - [anon_sym_loop] = ACTIONS(3044), - [anon_sym_while] = ACTIONS(3044), - [anon_sym_do] = ACTIONS(3044), - [anon_sym_if] = ACTIONS(3044), - [anon_sym_match] = ACTIONS(3044), - [anon_sym_LBRACE] = ACTIONS(3044), - [anon_sym_RBRACE] = ACTIONS(3044), - [anon_sym_DOT] = ACTIONS(3044), - [anon_sym_try] = ACTIONS(3044), - [anon_sym_return] = ACTIONS(3044), - [anon_sym_source] = ACTIONS(3044), - [anon_sym_source_DASHenv] = ACTIONS(3044), - [anon_sym_register] = ACTIONS(3044), - [anon_sym_hide] = ACTIONS(3044), - [anon_sym_hide_DASHenv] = ACTIONS(3044), - [anon_sym_overlay] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(3044), - [anon_sym_where] = ACTIONS(3044), - [anon_sym_PLUS] = ACTIONS(3044), - [anon_sym_not] = ACTIONS(3044), - [sym_val_nothing] = ACTIONS(3044), - [anon_sym_true] = ACTIONS(3044), - [anon_sym_false] = ACTIONS(3044), - [aux_sym__val_number_decimal_token1] = ACTIONS(3044), - [aux_sym__val_number_token1] = ACTIONS(3044), - [aux_sym__val_number_token2] = ACTIONS(3044), - [aux_sym__val_number_token3] = ACTIONS(3044), - [aux_sym__val_number_token4] = ACTIONS(3044), - [aux_sym__val_number_token5] = ACTIONS(3044), - [aux_sym__val_number_token6] = ACTIONS(3044), - [anon_sym_0b] = ACTIONS(3044), - [anon_sym_0o] = ACTIONS(3044), - [anon_sym_0x] = ACTIONS(3044), - [sym_val_date] = ACTIONS(3044), - [anon_sym_DQUOTE] = ACTIONS(3044), - [sym__str_single_quotes] = ACTIONS(3044), - [sym__str_back_ticks] = ACTIONS(3044), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3044), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3044), - [anon_sym_CARET] = ACTIONS(3044), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(2942), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), [anon_sym_POUND] = ACTIONS(105), }, [1177] = { [sym_comment] = STATE(1177), - [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(1586), - [anon_sym_RPAREN] = ACTIONS(1586), - [anon_sym_DOLLAR] = ACTIONS(1586), - [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_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_STAR] = ACTIONS(1586), - [anon_sym_where] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_not] = ACTIONS(1586), - [sym_val_nothing] = 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_export] = ACTIONS(3028), + [anon_sym_alias] = ACTIONS(3028), + [anon_sym_let] = ACTIONS(3028), + [anon_sym_let_DASHenv] = ACTIONS(3028), + [anon_sym_mut] = ACTIONS(3028), + [anon_sym_const] = ACTIONS(3028), + [anon_sym_SEMI] = ACTIONS(3028), + [sym_cmd_identifier] = ACTIONS(3028), + [anon_sym_LF] = ACTIONS(3030), + [anon_sym_def] = ACTIONS(3028), + [anon_sym_export_DASHenv] = ACTIONS(3028), + [anon_sym_extern] = ACTIONS(3028), + [anon_sym_module] = ACTIONS(3028), + [anon_sym_use] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(3028), + [anon_sym_LPAREN] = ACTIONS(3028), + [anon_sym_RPAREN] = ACTIONS(3028), + [anon_sym_PIPE] = ACTIONS(3028), + [anon_sym_DOLLAR] = ACTIONS(3028), + [anon_sym_error] = ACTIONS(3028), + [anon_sym_DASH] = ACTIONS(3028), + [anon_sym_break] = ACTIONS(3028), + [anon_sym_continue] = ACTIONS(3028), + [anon_sym_for] = ACTIONS(3028), + [anon_sym_loop] = ACTIONS(3028), + [anon_sym_while] = ACTIONS(3028), + [anon_sym_do] = ACTIONS(3028), + [anon_sym_if] = ACTIONS(3028), + [anon_sym_match] = ACTIONS(3028), + [anon_sym_LBRACE] = ACTIONS(3028), + [anon_sym_RBRACE] = ACTIONS(3028), + [anon_sym_DOT] = ACTIONS(3028), + [anon_sym_try] = ACTIONS(3028), + [anon_sym_return] = ACTIONS(3028), + [anon_sym_source] = ACTIONS(3028), + [anon_sym_source_DASHenv] = ACTIONS(3028), + [anon_sym_register] = ACTIONS(3028), + [anon_sym_hide] = ACTIONS(3028), + [anon_sym_hide_DASHenv] = ACTIONS(3028), + [anon_sym_overlay] = ACTIONS(3028), + [anon_sym_where] = ACTIONS(3028), + [anon_sym_PLUS] = ACTIONS(3028), + [anon_sym_not] = ACTIONS(3028), + [anon_sym_null] = ACTIONS(3028), + [anon_sym_true] = ACTIONS(3028), + [anon_sym_false] = ACTIONS(3028), + [aux_sym__val_number_decimal_token1] = ACTIONS(3028), + [aux_sym__val_number_token1] = ACTIONS(3028), + [aux_sym__val_number_token2] = ACTIONS(3028), + [aux_sym__val_number_token3] = ACTIONS(3028), + [aux_sym__val_number_token4] = ACTIONS(3028), + [aux_sym__val_number_token5] = ACTIONS(3028), + [aux_sym__val_number_token6] = ACTIONS(3028), + [anon_sym_0b] = ACTIONS(3028), + [anon_sym_0o] = ACTIONS(3028), + [anon_sym_0x] = ACTIONS(3028), + [sym_val_date] = ACTIONS(3028), + [anon_sym_DQUOTE] = ACTIONS(3028), + [sym__str_single_quotes] = ACTIONS(3028), + [sym__str_back_ticks] = ACTIONS(3028), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3028), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3028), + [anon_sym_CARET] = ACTIONS(3028), [anon_sym_POUND] = ACTIONS(105), }, [1178] = { [sym_comment] = STATE(1178), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [aux_sym__val_number_decimal_token1] = ACTIONS(1363), - [aux_sym__val_number_token1] = ACTIONS(1363), - [aux_sym__val_number_token2] = ACTIONS(1363), - [aux_sym__val_number_token3] = ACTIONS(1363), - [aux_sym__val_number_token4] = ACTIONS(1363), - [aux_sym__val_number_token5] = ACTIONS(1363), - [aux_sym__val_number_token6] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), + [anon_sym_export] = ACTIONS(1584), + [anon_sym_alias] = ACTIONS(1584), + [anon_sym_let] = ACTIONS(1584), + [anon_sym_let_DASHenv] = ACTIONS(1584), + [anon_sym_mut] = ACTIONS(1584), + [anon_sym_const] = ACTIONS(1584), + [anon_sym_SEMI] = ACTIONS(1584), + [sym_cmd_identifier] = ACTIONS(1584), + [anon_sym_LF] = ACTIONS(1586), + [anon_sym_def] = ACTIONS(1584), + [anon_sym_export_DASHenv] = ACTIONS(1584), + [anon_sym_extern] = ACTIONS(1584), + [anon_sym_module] = ACTIONS(1584), + [anon_sym_use] = ACTIONS(1584), + [anon_sym_LBRACK] = ACTIONS(1584), + [anon_sym_LPAREN] = ACTIONS(1584), + [anon_sym_RPAREN] = ACTIONS(1584), + [anon_sym_DOLLAR] = ACTIONS(1584), + [anon_sym_error] = ACTIONS(1584), + [anon_sym_DASH] = ACTIONS(1584), + [anon_sym_break] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(1584), + [anon_sym_for] = ACTIONS(1584), + [anon_sym_loop] = ACTIONS(1584), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(1584), + [anon_sym_match] = ACTIONS(1584), + [anon_sym_LBRACE] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1584), + [anon_sym_DOT] = ACTIONS(1584), + [anon_sym_try] = ACTIONS(1584), + [anon_sym_return] = ACTIONS(1584), + [anon_sym_source] = ACTIONS(1584), + [anon_sym_source_DASHenv] = ACTIONS(1584), + [anon_sym_register] = ACTIONS(1584), + [anon_sym_hide] = ACTIONS(1584), + [anon_sym_hide_DASHenv] = ACTIONS(1584), + [anon_sym_overlay] = ACTIONS(1584), + [anon_sym_STAR] = ACTIONS(1584), + [anon_sym_where] = ACTIONS(1584), + [anon_sym_PLUS] = ACTIONS(1584), + [anon_sym_not] = ACTIONS(1584), + [anon_sym_null] = ACTIONS(1584), + [anon_sym_true] = ACTIONS(1584), + [anon_sym_false] = ACTIONS(1584), + [aux_sym__val_number_decimal_token1] = ACTIONS(1584), + [aux_sym__val_number_token1] = ACTIONS(1584), + [aux_sym__val_number_token2] = ACTIONS(1584), + [aux_sym__val_number_token3] = ACTIONS(1584), + [aux_sym__val_number_token4] = ACTIONS(1584), + [aux_sym__val_number_token5] = ACTIONS(1584), + [aux_sym__val_number_token6] = ACTIONS(1584), + [anon_sym_0b] = ACTIONS(1584), + [anon_sym_0o] = ACTIONS(1584), + [anon_sym_0x] = ACTIONS(1584), + [sym_val_date] = ACTIONS(1584), + [anon_sym_DQUOTE] = ACTIONS(1584), + [sym__str_single_quotes] = ACTIONS(1584), + [sym__str_back_ticks] = ACTIONS(1584), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1584), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1584), + [anon_sym_CARET] = ACTIONS(1584), [anon_sym_POUND] = ACTIONS(105), }, [1179] = { [sym_comment] = STATE(1179), - [anon_sym_export] = ACTIONS(1492), - [anon_sym_alias] = ACTIONS(1492), - [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(1492), - [sym_cmd_identifier] = ACTIONS(1492), - [anon_sym_LF] = ACTIONS(1494), - [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_LBRACK] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_RPAREN] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [anon_sym_error] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_break] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1492), - [anon_sym_for] = ACTIONS(1492), - [anon_sym_loop] = ACTIONS(1492), - [anon_sym_while] = ACTIONS(1492), - [anon_sym_do] = ACTIONS(1492), - [anon_sym_if] = ACTIONS(1492), - [anon_sym_match] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_DOT] = ACTIONS(1492), - [anon_sym_try] = 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_where] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_not] = ACTIONS(1492), - [sym_val_nothing] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1492), - [anon_sym_false] = ACTIONS(1492), - [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_0b] = ACTIONS(1492), - [anon_sym_0o] = ACTIONS(1492), - [anon_sym_0x] = ACTIONS(1492), - [sym_val_date] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [sym__str_single_quotes] = ACTIONS(1492), - [sym__str_back_ticks] = ACTIONS(1492), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1492), - [anon_sym_CARET] = ACTIONS(1492), - [aux_sym_unquoted_token5] = ACTIONS(2923), + [ts_builtin_sym_end] = ACTIONS(2964), + [anon_sym_export] = ACTIONS(2960), + [anon_sym_alias] = ACTIONS(2960), + [anon_sym_let] = ACTIONS(2960), + [anon_sym_let_DASHenv] = ACTIONS(2960), + [anon_sym_mut] = ACTIONS(2960), + [anon_sym_const] = ACTIONS(2960), + [anon_sym_SEMI] = ACTIONS(2960), + [sym_cmd_identifier] = ACTIONS(2960), + [sym__long_flag_identifier] = ACTIONS(3032), + [anon_sym_LF] = ACTIONS(2964), + [anon_sym_def] = ACTIONS(2960), + [anon_sym_export_DASHenv] = ACTIONS(2960), + [anon_sym_extern] = ACTIONS(2960), + [anon_sym_module] = ACTIONS(2960), + [anon_sym_use] = ACTIONS(2960), + [anon_sym_LBRACK] = ACTIONS(2960), + [anon_sym_LPAREN] = ACTIONS(2960), + [anon_sym_DOLLAR] = ACTIONS(2960), + [anon_sym_error] = ACTIONS(2960), + [anon_sym_DASH] = ACTIONS(2960), + [anon_sym_break] = ACTIONS(2960), + [anon_sym_continue] = ACTIONS(2960), + [anon_sym_for] = ACTIONS(2960), + [anon_sym_loop] = ACTIONS(2960), + [anon_sym_while] = ACTIONS(2960), + [anon_sym_do] = ACTIONS(2960), + [anon_sym_if] = ACTIONS(2960), + [anon_sym_match] = ACTIONS(2960), + [anon_sym_LBRACE] = ACTIONS(2960), + [anon_sym_DOT] = ACTIONS(2960), + [anon_sym_try] = ACTIONS(2960), + [anon_sym_return] = ACTIONS(2960), + [anon_sym_source] = ACTIONS(2960), + [anon_sym_source_DASHenv] = ACTIONS(2960), + [anon_sym_register] = ACTIONS(2960), + [anon_sym_hide] = ACTIONS(2960), + [anon_sym_hide_DASHenv] = ACTIONS(2960), + [anon_sym_overlay] = ACTIONS(2960), + [anon_sym_as] = ACTIONS(2960), + [anon_sym_where] = ACTIONS(2960), + [anon_sym_PLUS] = ACTIONS(2960), + [anon_sym_not] = ACTIONS(2960), + [anon_sym_null] = ACTIONS(2960), + [anon_sym_true] = ACTIONS(2960), + [anon_sym_false] = ACTIONS(2960), + [aux_sym__val_number_decimal_token1] = ACTIONS(2960), + [aux_sym__val_number_token1] = ACTIONS(2960), + [aux_sym__val_number_token2] = ACTIONS(2960), + [aux_sym__val_number_token3] = ACTIONS(2960), + [aux_sym__val_number_token4] = ACTIONS(2960), + [aux_sym__val_number_token5] = ACTIONS(2960), + [aux_sym__val_number_token6] = ACTIONS(2960), + [anon_sym_0b] = ACTIONS(2960), + [anon_sym_0o] = ACTIONS(2960), + [anon_sym_0x] = ACTIONS(2960), + [sym_val_date] = ACTIONS(2960), + [anon_sym_DQUOTE] = ACTIONS(2960), + [sym__str_single_quotes] = ACTIONS(2960), + [sym__str_back_ticks] = ACTIONS(2960), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2960), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2960), + [anon_sym_CARET] = ACTIONS(2960), [anon_sym_POUND] = ACTIONS(105), }, [1180] = { [sym_comment] = STATE(1180), - [anon_sym_export] = ACTIONS(3048), - [anon_sym_alias] = ACTIONS(3048), - [anon_sym_let] = ACTIONS(3048), - [anon_sym_let_DASHenv] = ACTIONS(3048), - [anon_sym_mut] = ACTIONS(3048), - [anon_sym_const] = ACTIONS(3048), - [anon_sym_SEMI] = ACTIONS(3048), - [sym_cmd_identifier] = ACTIONS(3048), - [anon_sym_LF] = ACTIONS(3050), - [anon_sym_def] = ACTIONS(3048), - [anon_sym_export_DASHenv] = ACTIONS(3048), - [anon_sym_extern] = ACTIONS(3048), - [anon_sym_module] = ACTIONS(3048), - [anon_sym_use] = ACTIONS(3048), - [anon_sym_LBRACK] = ACTIONS(3048), - [anon_sym_LPAREN] = ACTIONS(3048), - [anon_sym_RPAREN] = ACTIONS(3048), - [anon_sym_DOLLAR] = ACTIONS(3048), - [anon_sym_error] = ACTIONS(3048), - [anon_sym_DASH] = ACTIONS(3048), - [anon_sym_break] = ACTIONS(3048), - [anon_sym_continue] = ACTIONS(3048), - [anon_sym_for] = ACTIONS(3048), - [anon_sym_loop] = ACTIONS(3048), - [anon_sym_while] = ACTIONS(3048), - [anon_sym_do] = ACTIONS(3048), - [anon_sym_if] = ACTIONS(3048), - [anon_sym_match] = ACTIONS(3048), - [anon_sym_LBRACE] = ACTIONS(3048), - [anon_sym_RBRACE] = ACTIONS(3048), - [anon_sym_DOT] = ACTIONS(3048), - [anon_sym_DOT2] = ACTIONS(3052), - [anon_sym_try] = ACTIONS(3048), - [anon_sym_return] = ACTIONS(3048), - [anon_sym_source] = ACTIONS(3048), - [anon_sym_source_DASHenv] = ACTIONS(3048), - [anon_sym_register] = ACTIONS(3048), - [anon_sym_hide] = ACTIONS(3048), - [anon_sym_hide_DASHenv] = ACTIONS(3048), - [anon_sym_overlay] = ACTIONS(3048), - [anon_sym_where] = ACTIONS(3048), - [anon_sym_PLUS] = ACTIONS(3048), - [anon_sym_not] = ACTIONS(3048), - [sym_val_nothing] = ACTIONS(3048), - [anon_sym_true] = ACTIONS(3048), - [anon_sym_false] = ACTIONS(3048), - [aux_sym__val_number_decimal_token1] = ACTIONS(3048), - [aux_sym__val_number_token1] = ACTIONS(3048), - [aux_sym__val_number_token2] = ACTIONS(3048), - [aux_sym__val_number_token3] = ACTIONS(3048), - [aux_sym__val_number_token4] = ACTIONS(3048), - [aux_sym__val_number_token5] = ACTIONS(3048), - [aux_sym__val_number_token6] = ACTIONS(3048), - [anon_sym_0b] = ACTIONS(3048), - [anon_sym_0o] = ACTIONS(3048), - [anon_sym_0x] = ACTIONS(3048), - [sym_val_date] = ACTIONS(3048), - [anon_sym_DQUOTE] = ACTIONS(3048), - [sym__str_single_quotes] = ACTIONS(3048), - [sym__str_back_ticks] = ACTIONS(3048), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3048), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3048), - [anon_sym_CARET] = ACTIONS(3048), + [anon_sym_export] = ACTIONS(3034), + [anon_sym_alias] = ACTIONS(3034), + [anon_sym_let] = ACTIONS(3034), + [anon_sym_let_DASHenv] = ACTIONS(3034), + [anon_sym_mut] = ACTIONS(3034), + [anon_sym_const] = ACTIONS(3034), + [anon_sym_SEMI] = ACTIONS(3034), + [sym_cmd_identifier] = ACTIONS(3034), + [anon_sym_LF] = ACTIONS(3036), + [anon_sym_def] = ACTIONS(3034), + [anon_sym_export_DASHenv] = ACTIONS(3034), + [anon_sym_extern] = ACTIONS(3034), + [anon_sym_module] = ACTIONS(3034), + [anon_sym_use] = ACTIONS(3034), + [anon_sym_LBRACK] = ACTIONS(3034), + [anon_sym_LPAREN] = ACTIONS(3034), + [anon_sym_RPAREN] = ACTIONS(3034), + [anon_sym_DOLLAR] = ACTIONS(3034), + [anon_sym_error] = ACTIONS(3034), + [anon_sym_DASH] = ACTIONS(3034), + [anon_sym_break] = ACTIONS(3034), + [anon_sym_continue] = ACTIONS(3034), + [anon_sym_for] = ACTIONS(3034), + [anon_sym_loop] = ACTIONS(3034), + [anon_sym_while] = ACTIONS(3034), + [anon_sym_do] = ACTIONS(3034), + [anon_sym_if] = ACTIONS(3034), + [anon_sym_match] = ACTIONS(3034), + [anon_sym_LBRACE] = ACTIONS(3034), + [anon_sym_RBRACE] = ACTIONS(3034), + [anon_sym_DOT] = ACTIONS(3034), + [anon_sym_DOT2] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3034), + [anon_sym_return] = ACTIONS(3034), + [anon_sym_source] = ACTIONS(3034), + [anon_sym_source_DASHenv] = ACTIONS(3034), + [anon_sym_register] = ACTIONS(3034), + [anon_sym_hide] = ACTIONS(3034), + [anon_sym_hide_DASHenv] = ACTIONS(3034), + [anon_sym_overlay] = ACTIONS(3034), + [anon_sym_where] = ACTIONS(3034), + [anon_sym_PLUS] = ACTIONS(3034), + [anon_sym_not] = ACTIONS(3034), + [anon_sym_null] = ACTIONS(3034), + [anon_sym_true] = ACTIONS(3034), + [anon_sym_false] = ACTIONS(3034), + [aux_sym__val_number_decimal_token1] = ACTIONS(3034), + [aux_sym__val_number_token1] = ACTIONS(3034), + [aux_sym__val_number_token2] = ACTIONS(3034), + [aux_sym__val_number_token3] = ACTIONS(3034), + [aux_sym__val_number_token4] = ACTIONS(3034), + [aux_sym__val_number_token5] = ACTIONS(3034), + [aux_sym__val_number_token6] = ACTIONS(3034), + [anon_sym_0b] = ACTIONS(3034), + [anon_sym_0o] = ACTIONS(3034), + [anon_sym_0x] = ACTIONS(3034), + [sym_val_date] = ACTIONS(3034), + [anon_sym_DQUOTE] = ACTIONS(3034), + [sym__str_single_quotes] = ACTIONS(3034), + [sym__str_back_ticks] = ACTIONS(3034), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3034), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3034), + [anon_sym_CARET] = ACTIONS(3034), [anon_sym_POUND] = ACTIONS(105), }, [1181] = { [sym_comment] = STATE(1181), - [anon_sym_export] = ACTIONS(3054), - [anon_sym_alias] = ACTIONS(3054), - [anon_sym_let] = ACTIONS(3054), - [anon_sym_let_DASHenv] = ACTIONS(3054), - [anon_sym_mut] = ACTIONS(3054), - [anon_sym_const] = ACTIONS(3054), - [anon_sym_SEMI] = ACTIONS(3054), - [sym_cmd_identifier] = ACTIONS(3054), - [anon_sym_LF] = ACTIONS(3056), - [anon_sym_def] = ACTIONS(3054), - [anon_sym_export_DASHenv] = ACTIONS(3054), - [anon_sym_extern] = ACTIONS(3054), - [anon_sym_module] = ACTIONS(3054), - [anon_sym_use] = ACTIONS(3054), - [anon_sym_LBRACK] = ACTIONS(3054), - [anon_sym_LPAREN] = ACTIONS(3054), - [anon_sym_RPAREN] = ACTIONS(3054), - [anon_sym_DOLLAR] = ACTIONS(3054), - [anon_sym_error] = ACTIONS(3054), - [anon_sym_DASH] = ACTIONS(3054), - [anon_sym_break] = ACTIONS(3054), - [anon_sym_continue] = ACTIONS(3054), - [anon_sym_for] = ACTIONS(3054), - [anon_sym_loop] = ACTIONS(3054), - [anon_sym_while] = ACTIONS(3054), - [anon_sym_do] = ACTIONS(3054), - [anon_sym_if] = ACTIONS(3054), - [anon_sym_match] = ACTIONS(3054), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_RBRACE] = ACTIONS(3054), - [anon_sym_DOT] = ACTIONS(3054), - [anon_sym_DOT2] = ACTIONS(3058), - [anon_sym_try] = ACTIONS(3054), - [anon_sym_return] = ACTIONS(3054), - [anon_sym_source] = ACTIONS(3054), - [anon_sym_source_DASHenv] = ACTIONS(3054), - [anon_sym_register] = ACTIONS(3054), - [anon_sym_hide] = ACTIONS(3054), - [anon_sym_hide_DASHenv] = ACTIONS(3054), - [anon_sym_overlay] = ACTIONS(3054), - [anon_sym_where] = ACTIONS(3054), - [anon_sym_PLUS] = ACTIONS(3054), - [anon_sym_not] = ACTIONS(3054), - [sym_val_nothing] = ACTIONS(3054), - [anon_sym_true] = ACTIONS(3054), - [anon_sym_false] = ACTIONS(3054), - [aux_sym__val_number_decimal_token1] = ACTIONS(3054), - [aux_sym__val_number_token1] = ACTIONS(3054), - [aux_sym__val_number_token2] = ACTIONS(3054), - [aux_sym__val_number_token3] = ACTIONS(3054), - [aux_sym__val_number_token4] = ACTIONS(3054), - [aux_sym__val_number_token5] = ACTIONS(3054), - [aux_sym__val_number_token6] = ACTIONS(3054), - [anon_sym_0b] = ACTIONS(3054), - [anon_sym_0o] = ACTIONS(3054), - [anon_sym_0x] = ACTIONS(3054), - [sym_val_date] = ACTIONS(3054), - [anon_sym_DQUOTE] = ACTIONS(3054), - [sym__str_single_quotes] = ACTIONS(3054), - [sym__str_back_ticks] = ACTIONS(3054), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3054), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3054), - [anon_sym_CARET] = ACTIONS(3054), + [anon_sym_export] = ACTIONS(2874), + [anon_sym_alias] = ACTIONS(2874), + [anon_sym_let] = ACTIONS(2874), + [anon_sym_let_DASHenv] = ACTIONS(2874), + [anon_sym_mut] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_SEMI] = ACTIONS(2874), + [sym_cmd_identifier] = ACTIONS(2874), + [anon_sym_LF] = ACTIONS(2876), + [anon_sym_def] = ACTIONS(2874), + [anon_sym_export_DASHenv] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym_module] = ACTIONS(2874), + [anon_sym_use] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_LPAREN] = ACTIONS(2874), + [anon_sym_RPAREN] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2874), + [anon_sym_error] = ACTIONS(2874), + [anon_sym_DASH] = ACTIONS(2874), + [anon_sym_break] = ACTIONS(2874), + [anon_sym_continue] = ACTIONS(2874), + [anon_sym_for] = ACTIONS(2874), + [anon_sym_loop] = ACTIONS(2874), + [anon_sym_while] = ACTIONS(2874), + [anon_sym_do] = ACTIONS(2874), + [anon_sym_if] = ACTIONS(2874), + [anon_sym_match] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [anon_sym_RBRACE] = ACTIONS(2874), + [anon_sym_DOT] = ACTIONS(2874), + [anon_sym_DOT2] = ACTIONS(2876), + [anon_sym_try] = ACTIONS(2874), + [anon_sym_return] = ACTIONS(2874), + [anon_sym_source] = ACTIONS(2874), + [anon_sym_source_DASHenv] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_hide] = ACTIONS(2874), + [anon_sym_hide_DASHenv] = ACTIONS(2874), + [anon_sym_overlay] = ACTIONS(2874), + [anon_sym_where] = ACTIONS(2874), + [anon_sym_PLUS] = ACTIONS(2874), + [anon_sym_not] = ACTIONS(2874), + [anon_sym_null] = ACTIONS(2874), + [anon_sym_true] = ACTIONS(2874), + [anon_sym_false] = ACTIONS(2874), + [aux_sym__val_number_decimal_token1] = ACTIONS(2874), + [aux_sym__val_number_token1] = ACTIONS(2874), + [aux_sym__val_number_token2] = ACTIONS(2874), + [aux_sym__val_number_token3] = ACTIONS(2874), + [aux_sym__val_number_token4] = ACTIONS(2874), + [aux_sym__val_number_token5] = ACTIONS(2874), + [aux_sym__val_number_token6] = ACTIONS(2874), + [anon_sym_0b] = ACTIONS(2874), + [anon_sym_0o] = ACTIONS(2874), + [anon_sym_0x] = ACTIONS(2874), + [sym_val_date] = ACTIONS(2874), + [anon_sym_DQUOTE] = ACTIONS(2874), + [sym__str_single_quotes] = ACTIONS(2874), + [sym__str_back_ticks] = ACTIONS(2874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2874), + [anon_sym_CARET] = ACTIONS(2874), [anon_sym_POUND] = ACTIONS(105), }, [1182] = { [sym_comment] = STATE(1182), - [anon_sym_export] = ACTIONS(3060), - [anon_sym_alias] = ACTIONS(3060), - [anon_sym_let] = ACTIONS(3060), - [anon_sym_let_DASHenv] = ACTIONS(3060), - [anon_sym_mut] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3060), - [sym_cmd_identifier] = ACTIONS(3060), - [anon_sym_LF] = ACTIONS(3062), - [anon_sym_def] = ACTIONS(3060), - [anon_sym_export_DASHenv] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym_module] = ACTIONS(3060), - [anon_sym_use] = ACTIONS(3060), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_LPAREN] = ACTIONS(3060), - [anon_sym_RPAREN] = ACTIONS(3060), - [anon_sym_PIPE] = ACTIONS(3060), - [anon_sym_DOLLAR] = ACTIONS(3060), - [anon_sym_error] = ACTIONS(3060), - [anon_sym_DASH] = ACTIONS(3060), - [anon_sym_break] = ACTIONS(3060), - [anon_sym_continue] = ACTIONS(3060), - [anon_sym_for] = ACTIONS(3060), - [anon_sym_loop] = ACTIONS(3060), - [anon_sym_while] = ACTIONS(3060), - [anon_sym_do] = ACTIONS(3060), - [anon_sym_if] = ACTIONS(3060), - [anon_sym_match] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3060), - [anon_sym_RBRACE] = ACTIONS(3060), - [anon_sym_DOT] = ACTIONS(3060), - [anon_sym_try] = ACTIONS(3060), - [anon_sym_return] = ACTIONS(3060), - [anon_sym_source] = ACTIONS(3060), - [anon_sym_source_DASHenv] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_hide] = ACTIONS(3060), - [anon_sym_hide_DASHenv] = ACTIONS(3060), - [anon_sym_overlay] = ACTIONS(3060), - [anon_sym_where] = ACTIONS(3060), - [anon_sym_PLUS] = ACTIONS(3060), - [anon_sym_not] = ACTIONS(3060), - [sym_val_nothing] = ACTIONS(3060), - [anon_sym_true] = ACTIONS(3060), - [anon_sym_false] = ACTIONS(3060), - [aux_sym__val_number_decimal_token1] = ACTIONS(3060), - [aux_sym__val_number_token1] = ACTIONS(3060), - [aux_sym__val_number_token2] = ACTIONS(3060), - [aux_sym__val_number_token3] = ACTIONS(3060), - [aux_sym__val_number_token4] = ACTIONS(3060), - [aux_sym__val_number_token5] = ACTIONS(3060), - [aux_sym__val_number_token6] = ACTIONS(3060), - [anon_sym_0b] = ACTIONS(3060), - [anon_sym_0o] = ACTIONS(3060), - [anon_sym_0x] = ACTIONS(3060), - [sym_val_date] = ACTIONS(3060), - [anon_sym_DQUOTE] = ACTIONS(3060), - [sym__str_single_quotes] = ACTIONS(3060), - [sym__str_back_ticks] = ACTIONS(3060), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3060), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3060), - [anon_sym_CARET] = ACTIONS(3060), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_RPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_RBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_DOT2] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), [anon_sym_POUND] = ACTIONS(105), }, [1183] = { [sym_comment] = STATE(1183), - [anon_sym_export] = ACTIONS(2933), - [anon_sym_alias] = ACTIONS(2933), - [anon_sym_let] = ACTIONS(2933), - [anon_sym_let_DASHenv] = ACTIONS(2933), - [anon_sym_mut] = ACTIONS(2933), - [anon_sym_const] = ACTIONS(2933), - [anon_sym_SEMI] = ACTIONS(2933), - [sym_cmd_identifier] = ACTIONS(2933), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_def] = ACTIONS(2933), - [anon_sym_export_DASHenv] = ACTIONS(2933), - [anon_sym_extern] = ACTIONS(2933), - [anon_sym_module] = ACTIONS(2933), - [anon_sym_use] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_LPAREN] = ACTIONS(2933), - [anon_sym_RPAREN] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2933), - [anon_sym_error] = ACTIONS(2933), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_loop] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_match] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [anon_sym_RBRACE] = ACTIONS(2933), - [anon_sym_DOT] = ACTIONS(2933), - [anon_sym_try] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_source] = ACTIONS(2933), - [anon_sym_source_DASHenv] = ACTIONS(2933), - [anon_sym_register] = ACTIONS(2933), - [anon_sym_hide] = ACTIONS(2933), - [anon_sym_hide_DASHenv] = ACTIONS(2933), - [anon_sym_overlay] = ACTIONS(2933), - [anon_sym_where] = ACTIONS(2933), - [anon_sym_PLUS] = ACTIONS(2933), - [anon_sym_not] = ACTIONS(2933), - [aux_sym__immediate_decimal_token2] = ACTIONS(3064), - [sym_val_nothing] = ACTIONS(2933), - [anon_sym_true] = ACTIONS(2933), - [anon_sym_false] = ACTIONS(2933), - [aux_sym__val_number_decimal_token1] = ACTIONS(2933), - [aux_sym__val_number_token1] = ACTIONS(2933), - [aux_sym__val_number_token2] = ACTIONS(2933), - [aux_sym__val_number_token3] = ACTIONS(2933), - [aux_sym__val_number_token4] = ACTIONS(2933), - [aux_sym__val_number_token5] = ACTIONS(2933), - [aux_sym__val_number_token6] = ACTIONS(2933), - [anon_sym_0b] = ACTIONS(2933), - [anon_sym_0o] = ACTIONS(2933), - [anon_sym_0x] = ACTIONS(2933), - [sym_val_date] = ACTIONS(2933), - [anon_sym_DQUOTE] = ACTIONS(2933), - [sym__str_single_quotes] = ACTIONS(2933), - [sym__str_back_ticks] = ACTIONS(2933), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2933), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2933), - [anon_sym_CARET] = ACTIONS(2933), + [ts_builtin_sym_end] = ACTIONS(2906), + [anon_sym_export] = ACTIONS(2904), + [anon_sym_alias] = ACTIONS(2904), + [anon_sym_let] = ACTIONS(2904), + [anon_sym_let_DASHenv] = ACTIONS(2904), + [anon_sym_mut] = ACTIONS(2904), + [anon_sym_const] = ACTIONS(2904), + [anon_sym_SEMI] = ACTIONS(2904), + [sym_cmd_identifier] = ACTIONS(2904), + [anon_sym_LF] = ACTIONS(2906), + [anon_sym_def] = ACTIONS(2904), + [anon_sym_export_DASHenv] = ACTIONS(2904), + [anon_sym_extern] = ACTIONS(2904), + [anon_sym_module] = ACTIONS(2904), + [anon_sym_use] = ACTIONS(2904), + [anon_sym_LBRACK] = ACTIONS(2904), + [anon_sym_LPAREN] = ACTIONS(2904), + [anon_sym_DOLLAR] = ACTIONS(2904), + [anon_sym_error] = ACTIONS(2904), + [anon_sym_DASH] = ACTIONS(2904), + [anon_sym_break] = ACTIONS(2904), + [anon_sym_continue] = ACTIONS(2904), + [anon_sym_for] = ACTIONS(2904), + [anon_sym_loop] = ACTIONS(2904), + [anon_sym_while] = ACTIONS(2904), + [anon_sym_do] = ACTIONS(2904), + [anon_sym_if] = ACTIONS(2904), + [anon_sym_match] = ACTIONS(2904), + [anon_sym_LBRACE] = ACTIONS(2904), + [anon_sym_DOT] = ACTIONS(2904), + [anon_sym_DOT2] = ACTIONS(3038), + [anon_sym_try] = ACTIONS(2904), + [anon_sym_return] = ACTIONS(2904), + [anon_sym_source] = ACTIONS(2904), + [anon_sym_source_DASHenv] = ACTIONS(2904), + [anon_sym_register] = ACTIONS(2904), + [anon_sym_hide] = ACTIONS(2904), + [anon_sym_hide_DASHenv] = ACTIONS(2904), + [anon_sym_overlay] = ACTIONS(2904), + [anon_sym_where] = ACTIONS(2904), + [anon_sym_PLUS] = ACTIONS(2904), + [anon_sym_not] = ACTIONS(2904), + [aux_sym__immediate_decimal_token2] = ACTIONS(3040), + [anon_sym_null] = ACTIONS(2904), + [anon_sym_true] = ACTIONS(2904), + [anon_sym_false] = ACTIONS(2904), + [aux_sym__val_number_decimal_token1] = ACTIONS(2904), + [aux_sym__val_number_token1] = ACTIONS(2904), + [aux_sym__val_number_token2] = ACTIONS(2904), + [aux_sym__val_number_token3] = ACTIONS(2904), + [aux_sym__val_number_token4] = ACTIONS(2904), + [aux_sym__val_number_token5] = ACTIONS(2904), + [aux_sym__val_number_token6] = ACTIONS(2904), + [anon_sym_0b] = ACTIONS(2904), + [anon_sym_0o] = ACTIONS(2904), + [anon_sym_0x] = ACTIONS(2904), + [sym_val_date] = ACTIONS(2904), + [anon_sym_DQUOTE] = ACTIONS(2904), + [sym__str_single_quotes] = ACTIONS(2904), + [sym__str_back_ticks] = ACTIONS(2904), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2904), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2904), + [anon_sym_CARET] = ACTIONS(2904), [anon_sym_POUND] = ACTIONS(105), }, [1184] = { [sym_comment] = STATE(1184), - [anon_sym_export] = ACTIONS(1630), - [anon_sym_alias] = ACTIONS(1630), - [anon_sym_let] = ACTIONS(1630), - [anon_sym_let_DASHenv] = ACTIONS(1630), - [anon_sym_mut] = ACTIONS(1630), - [anon_sym_const] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [sym_cmd_identifier] = ACTIONS(1630), - [anon_sym_LF] = ACTIONS(1632), - [anon_sym_def] = ACTIONS(1630), - [anon_sym_export_DASHenv] = ACTIONS(1630), - [anon_sym_extern] = ACTIONS(1630), - [anon_sym_module] = ACTIONS(1630), - [anon_sym_use] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1630), - [anon_sym_LPAREN] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_DOLLAR] = ACTIONS(1630), - [anon_sym_error] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_break] = ACTIONS(1630), - [anon_sym_continue] = ACTIONS(1630), - [anon_sym_for] = ACTIONS(1630), - [anon_sym_loop] = ACTIONS(1630), - [anon_sym_while] = ACTIONS(1630), - [anon_sym_do] = ACTIONS(1630), - [anon_sym_if] = ACTIONS(1630), - [anon_sym_match] = ACTIONS(1630), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_DOT] = ACTIONS(1630), - [anon_sym_try] = ACTIONS(1630), - [anon_sym_return] = ACTIONS(1630), - [anon_sym_source] = ACTIONS(1630), - [anon_sym_source_DASHenv] = ACTIONS(1630), - [anon_sym_register] = ACTIONS(1630), - [anon_sym_hide] = ACTIONS(1630), - [anon_sym_hide_DASHenv] = ACTIONS(1630), - [anon_sym_overlay] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_where] = ACTIONS(1630), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_not] = ACTIONS(1630), - [sym_val_nothing] = ACTIONS(1630), - [anon_sym_true] = ACTIONS(1630), - [anon_sym_false] = ACTIONS(1630), - [aux_sym__val_number_decimal_token1] = ACTIONS(1630), - [aux_sym__val_number_token1] = ACTIONS(1630), - [aux_sym__val_number_token2] = ACTIONS(1630), - [aux_sym__val_number_token3] = ACTIONS(1630), - [aux_sym__val_number_token4] = ACTIONS(1630), - [aux_sym__val_number_token5] = ACTIONS(1630), - [aux_sym__val_number_token6] = ACTIONS(1630), - [anon_sym_0b] = ACTIONS(1630), - [anon_sym_0o] = ACTIONS(1630), - [anon_sym_0x] = ACTIONS(1630), - [sym_val_date] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym__str_single_quotes] = ACTIONS(1630), - [sym__str_back_ticks] = ACTIONS(1630), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1630), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1630), - [anon_sym_CARET] = ACTIONS(1630), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_RPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_RBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), [anon_sym_POUND] = ACTIONS(105), }, [1185] = { - [sym_val_record] = STATE(1379), [sym_comment] = STATE(1185), - [anon_sym_export] = ACTIONS(3066), - [anon_sym_alias] = ACTIONS(3066), - [anon_sym_let] = ACTIONS(3066), - [anon_sym_let_DASHenv] = ACTIONS(3066), - [anon_sym_mut] = ACTIONS(3066), - [anon_sym_const] = ACTIONS(3066), - [anon_sym_SEMI] = ACTIONS(3066), - [sym_cmd_identifier] = ACTIONS(3066), - [anon_sym_LF] = ACTIONS(3068), - [anon_sym_def] = ACTIONS(3066), - [anon_sym_export_DASHenv] = ACTIONS(3066), - [anon_sym_extern] = ACTIONS(3066), - [anon_sym_module] = ACTIONS(3066), - [anon_sym_use] = ACTIONS(3066), - [anon_sym_LBRACK] = ACTIONS(3066), - [anon_sym_LPAREN] = ACTIONS(3066), - [anon_sym_RPAREN] = ACTIONS(3066), - [anon_sym_DOLLAR] = ACTIONS(3066), - [anon_sym_error] = ACTIONS(3066), - [anon_sym_DASH] = ACTIONS(3066), - [anon_sym_break] = ACTIONS(3066), - [anon_sym_continue] = ACTIONS(3066), - [anon_sym_for] = ACTIONS(3066), - [anon_sym_loop] = ACTIONS(3066), - [anon_sym_while] = ACTIONS(3066), - [anon_sym_do] = ACTIONS(3066), - [anon_sym_if] = ACTIONS(3066), - [anon_sym_match] = ACTIONS(3066), - [anon_sym_LBRACE] = ACTIONS(3066), - [anon_sym_RBRACE] = ACTIONS(3066), - [anon_sym_DOT] = ACTIONS(3066), - [anon_sym_try] = ACTIONS(3066), - [anon_sym_return] = ACTIONS(3066), - [anon_sym_source] = ACTIONS(3066), - [anon_sym_source_DASHenv] = ACTIONS(3066), - [anon_sym_register] = ACTIONS(3066), - [anon_sym_hide] = ACTIONS(3066), - [anon_sym_hide_DASHenv] = ACTIONS(3066), - [anon_sym_overlay] = ACTIONS(3066), - [anon_sym_where] = ACTIONS(3066), - [anon_sym_PLUS] = ACTIONS(3066), - [anon_sym_not] = ACTIONS(3066), - [sym_val_nothing] = ACTIONS(3066), - [anon_sym_true] = ACTIONS(3066), - [anon_sym_false] = ACTIONS(3066), - [aux_sym__val_number_decimal_token1] = ACTIONS(3066), - [aux_sym__val_number_token1] = ACTIONS(3066), - [aux_sym__val_number_token2] = ACTIONS(3066), - [aux_sym__val_number_token3] = ACTIONS(3066), - [aux_sym__val_number_token4] = ACTIONS(3066), - [aux_sym__val_number_token5] = ACTIONS(3066), - [aux_sym__val_number_token6] = ACTIONS(3066), - [anon_sym_0b] = ACTIONS(3066), - [anon_sym_0o] = ACTIONS(3066), - [anon_sym_0x] = ACTIONS(3066), - [sym_val_date] = ACTIONS(3066), - [anon_sym_DQUOTE] = ACTIONS(3066), - [sym__str_single_quotes] = ACTIONS(3066), - [sym__str_back_ticks] = ACTIONS(3066), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3066), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3066), - [anon_sym_CARET] = ACTIONS(3066), + [anon_sym_export] = ACTIONS(1668), + [anon_sym_alias] = ACTIONS(1668), + [anon_sym_let] = ACTIONS(1668), + [anon_sym_let_DASHenv] = ACTIONS(1668), + [anon_sym_mut] = ACTIONS(1668), + [anon_sym_const] = ACTIONS(1668), + [anon_sym_SEMI] = ACTIONS(1668), + [sym_cmd_identifier] = ACTIONS(1668), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_def] = ACTIONS(1668), + [anon_sym_export_DASHenv] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym_module] = ACTIONS(1668), + [anon_sym_use] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_RPAREN] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_error] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_break] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(1668), + [anon_sym_for] = ACTIONS(1668), + [anon_sym_loop] = ACTIONS(1668), + [anon_sym_while] = ACTIONS(1668), + [anon_sym_do] = ACTIONS(1668), + [anon_sym_if] = ACTIONS(1668), + [anon_sym_match] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_RBRACE] = ACTIONS(1668), + [anon_sym_DOT] = ACTIONS(1668), + [anon_sym_try] = ACTIONS(1668), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_source] = ACTIONS(1668), + [anon_sym_source_DASHenv] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_hide] = ACTIONS(1668), + [anon_sym_hide_DASHenv] = ACTIONS(1668), + [anon_sym_overlay] = ACTIONS(1668), + [anon_sym_STAR] = ACTIONS(1668), + [anon_sym_where] = ACTIONS(1668), + [anon_sym_PLUS] = ACTIONS(1668), + [anon_sym_not] = ACTIONS(1668), + [anon_sym_null] = ACTIONS(1668), + [anon_sym_true] = ACTIONS(1668), + [anon_sym_false] = ACTIONS(1668), + [aux_sym__val_number_decimal_token1] = ACTIONS(1668), + [aux_sym__val_number_token1] = ACTIONS(1668), + [aux_sym__val_number_token2] = ACTIONS(1668), + [aux_sym__val_number_token3] = ACTIONS(1668), + [aux_sym__val_number_token4] = ACTIONS(1668), + [aux_sym__val_number_token5] = ACTIONS(1668), + [aux_sym__val_number_token6] = ACTIONS(1668), + [anon_sym_0b] = ACTIONS(1668), + [anon_sym_0o] = ACTIONS(1668), + [anon_sym_0x] = ACTIONS(1668), + [sym_val_date] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym__str_single_quotes] = ACTIONS(1668), + [sym__str_back_ticks] = ACTIONS(1668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), + [anon_sym_CARET] = ACTIONS(1668), [anon_sym_POUND] = ACTIONS(105), }, [1186] = { - [sym_val_record] = STATE(1378), [sym_comment] = STATE(1186), - [anon_sym_export] = ACTIONS(3070), - [anon_sym_alias] = ACTIONS(3070), - [anon_sym_let] = ACTIONS(3070), - [anon_sym_let_DASHenv] = ACTIONS(3070), - [anon_sym_mut] = ACTIONS(3070), - [anon_sym_const] = ACTIONS(3070), - [anon_sym_SEMI] = ACTIONS(3070), - [sym_cmd_identifier] = ACTIONS(3070), - [anon_sym_LF] = ACTIONS(3072), - [anon_sym_def] = ACTIONS(3070), - [anon_sym_export_DASHenv] = ACTIONS(3070), - [anon_sym_extern] = ACTIONS(3070), - [anon_sym_module] = ACTIONS(3070), - [anon_sym_use] = ACTIONS(3070), - [anon_sym_LBRACK] = ACTIONS(3070), - [anon_sym_LPAREN] = ACTIONS(3070), - [anon_sym_RPAREN] = ACTIONS(3070), - [anon_sym_DOLLAR] = ACTIONS(3070), - [anon_sym_error] = ACTIONS(3070), - [anon_sym_DASH] = ACTIONS(3070), - [anon_sym_break] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(3070), - [anon_sym_for] = ACTIONS(3070), - [anon_sym_loop] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3070), - [anon_sym_do] = ACTIONS(3070), - [anon_sym_if] = ACTIONS(3070), - [anon_sym_match] = ACTIONS(3070), - [anon_sym_LBRACE] = ACTIONS(3070), - [anon_sym_RBRACE] = ACTIONS(3070), - [anon_sym_DOT] = ACTIONS(3070), - [anon_sym_try] = ACTIONS(3070), - [anon_sym_return] = ACTIONS(3070), - [anon_sym_source] = ACTIONS(3070), - [anon_sym_source_DASHenv] = ACTIONS(3070), - [anon_sym_register] = ACTIONS(3070), - [anon_sym_hide] = ACTIONS(3070), - [anon_sym_hide_DASHenv] = ACTIONS(3070), - [anon_sym_overlay] = ACTIONS(3070), - [anon_sym_where] = ACTIONS(3070), - [anon_sym_PLUS] = ACTIONS(3070), - [anon_sym_not] = ACTIONS(3070), - [sym_val_nothing] = ACTIONS(3070), - [anon_sym_true] = ACTIONS(3070), - [anon_sym_false] = ACTIONS(3070), - [aux_sym__val_number_decimal_token1] = ACTIONS(3070), - [aux_sym__val_number_token1] = ACTIONS(3070), - [aux_sym__val_number_token2] = ACTIONS(3070), - [aux_sym__val_number_token3] = ACTIONS(3070), - [aux_sym__val_number_token4] = ACTIONS(3070), - [aux_sym__val_number_token5] = ACTIONS(3070), - [aux_sym__val_number_token6] = ACTIONS(3070), - [anon_sym_0b] = ACTIONS(3070), - [anon_sym_0o] = ACTIONS(3070), - [anon_sym_0x] = ACTIONS(3070), - [sym_val_date] = ACTIONS(3070), - [anon_sym_DQUOTE] = ACTIONS(3070), - [sym__str_single_quotes] = ACTIONS(3070), - [sym__str_back_ticks] = ACTIONS(3070), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3070), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3070), - [anon_sym_CARET] = ACTIONS(3070), + [anon_sym_export] = ACTIONS(1501), + [anon_sym_alias] = ACTIONS(1501), + [anon_sym_let] = ACTIONS(1501), + [anon_sym_let_DASHenv] = ACTIONS(1501), + [anon_sym_mut] = ACTIONS(1501), + [anon_sym_const] = ACTIONS(1501), + [anon_sym_SEMI] = ACTIONS(1501), + [sym_cmd_identifier] = ACTIONS(1501), + [anon_sym_LF] = ACTIONS(1503), + [anon_sym_def] = ACTIONS(1501), + [anon_sym_export_DASHenv] = ACTIONS(1501), + [anon_sym_extern] = ACTIONS(1501), + [anon_sym_module] = ACTIONS(1501), + [anon_sym_use] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1501), + [anon_sym_LPAREN] = ACTIONS(1501), + [anon_sym_RPAREN] = ACTIONS(1501), + [anon_sym_DOLLAR] = ACTIONS(1501), + [anon_sym_error] = ACTIONS(1501), + [anon_sym_DASH] = ACTIONS(1501), + [anon_sym_break] = ACTIONS(1501), + [anon_sym_continue] = ACTIONS(1501), + [anon_sym_for] = ACTIONS(1501), + [anon_sym_loop] = ACTIONS(1501), + [anon_sym_while] = ACTIONS(1501), + [anon_sym_do] = ACTIONS(1501), + [anon_sym_if] = ACTIONS(1501), + [anon_sym_match] = ACTIONS(1501), + [anon_sym_LBRACE] = ACTIONS(1501), + [anon_sym_RBRACE] = ACTIONS(1501), + [anon_sym_DOT] = ACTIONS(1501), + [anon_sym_DOT2] = ACTIONS(1503), + [anon_sym_try] = ACTIONS(1501), + [anon_sym_return] = ACTIONS(1501), + [anon_sym_source] = ACTIONS(1501), + [anon_sym_source_DASHenv] = ACTIONS(1501), + [anon_sym_register] = ACTIONS(1501), + [anon_sym_hide] = ACTIONS(1501), + [anon_sym_hide_DASHenv] = ACTIONS(1501), + [anon_sym_overlay] = ACTIONS(1501), + [anon_sym_where] = ACTIONS(1501), + [anon_sym_PLUS] = ACTIONS(1501), + [anon_sym_not] = ACTIONS(1501), + [anon_sym_null] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(1501), + [anon_sym_false] = ACTIONS(1501), + [aux_sym__val_number_decimal_token1] = ACTIONS(1501), + [aux_sym__val_number_token1] = ACTIONS(1501), + [aux_sym__val_number_token2] = ACTIONS(1501), + [aux_sym__val_number_token3] = ACTIONS(1501), + [aux_sym__val_number_token4] = ACTIONS(1501), + [aux_sym__val_number_token5] = ACTIONS(1501), + [aux_sym__val_number_token6] = ACTIONS(1501), + [anon_sym_0b] = ACTIONS(1501), + [anon_sym_0o] = ACTIONS(1501), + [anon_sym_0x] = ACTIONS(1501), + [sym_val_date] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(1501), + [sym__str_single_quotes] = ACTIONS(1501), + [sym__str_back_ticks] = ACTIONS(1501), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1501), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1501), + [anon_sym_CARET] = ACTIONS(1501), [anon_sym_POUND] = ACTIONS(105), }, [1187] = { [sym_comment] = STATE(1187), - [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), - [sym_val_nothing] = 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(2808), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(3042), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(2972), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), [anon_sym_POUND] = ACTIONS(105), }, [1188] = { + [sym_block] = STATE(1241), [sym_comment] = STATE(1188), - [ts_builtin_sym_end] = ACTIONS(2736), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token1] = ACTIONS(3074), - [aux_sym__immediate_decimal_token2] = ACTIONS(3021), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), + [anon_sym_export] = ACTIONS(3045), + [anon_sym_alias] = ACTIONS(3045), + [anon_sym_let] = ACTIONS(3045), + [anon_sym_let_DASHenv] = ACTIONS(3045), + [anon_sym_mut] = ACTIONS(3045), + [anon_sym_const] = ACTIONS(3045), + [anon_sym_SEMI] = ACTIONS(3045), + [sym_cmd_identifier] = ACTIONS(3045), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_def] = ACTIONS(3045), + [anon_sym_export_DASHenv] = ACTIONS(3045), + [anon_sym_extern] = ACTIONS(3045), + [anon_sym_module] = ACTIONS(3045), + [anon_sym_use] = ACTIONS(3045), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LPAREN] = ACTIONS(3045), + [anon_sym_RPAREN] = ACTIONS(3045), + [anon_sym_DOLLAR] = ACTIONS(3045), + [anon_sym_error] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3045), + [anon_sym_break] = ACTIONS(3045), + [anon_sym_continue] = ACTIONS(3045), + [anon_sym_for] = ACTIONS(3045), + [anon_sym_loop] = ACTIONS(3045), + [anon_sym_while] = ACTIONS(3045), + [anon_sym_do] = ACTIONS(3045), + [anon_sym_if] = ACTIONS(3045), + [anon_sym_match] = ACTIONS(3045), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3045), + [anon_sym_DOT] = ACTIONS(3045), + [anon_sym_try] = ACTIONS(3045), + [anon_sym_return] = ACTIONS(3045), + [anon_sym_source] = ACTIONS(3045), + [anon_sym_source_DASHenv] = ACTIONS(3045), + [anon_sym_register] = ACTIONS(3045), + [anon_sym_hide] = ACTIONS(3045), + [anon_sym_hide_DASHenv] = ACTIONS(3045), + [anon_sym_overlay] = ACTIONS(3045), + [anon_sym_where] = ACTIONS(3045), + [anon_sym_PLUS] = ACTIONS(3045), + [anon_sym_not] = ACTIONS(3045), + [anon_sym_null] = ACTIONS(3045), + [anon_sym_true] = ACTIONS(3045), + [anon_sym_false] = ACTIONS(3045), + [aux_sym__val_number_decimal_token1] = ACTIONS(3045), + [aux_sym__val_number_token1] = ACTIONS(3045), + [aux_sym__val_number_token2] = ACTIONS(3045), + [aux_sym__val_number_token3] = ACTIONS(3045), + [aux_sym__val_number_token4] = ACTIONS(3045), + [aux_sym__val_number_token5] = ACTIONS(3045), + [aux_sym__val_number_token6] = ACTIONS(3045), + [anon_sym_0b] = ACTIONS(3045), + [anon_sym_0o] = ACTIONS(3045), + [anon_sym_0x] = ACTIONS(3045), + [sym_val_date] = ACTIONS(3045), + [anon_sym_DQUOTE] = ACTIONS(3045), + [sym__str_single_quotes] = ACTIONS(3045), + [sym__str_back_ticks] = ACTIONS(3045), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3045), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3045), + [anon_sym_CARET] = ACTIONS(3045), [anon_sym_POUND] = ACTIONS(105), }, [1189] = { + [sym_block] = STATE(1242), [sym_comment] = STATE(1189), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_RPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_RBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token2] = ACTIONS(2911), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), + [anon_sym_export] = ACTIONS(3045), + [anon_sym_alias] = ACTIONS(3045), + [anon_sym_let] = ACTIONS(3045), + [anon_sym_let_DASHenv] = ACTIONS(3045), + [anon_sym_mut] = ACTIONS(3045), + [anon_sym_const] = ACTIONS(3045), + [anon_sym_SEMI] = ACTIONS(3045), + [sym_cmd_identifier] = ACTIONS(3045), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_def] = ACTIONS(3045), + [anon_sym_export_DASHenv] = ACTIONS(3045), + [anon_sym_extern] = ACTIONS(3045), + [anon_sym_module] = ACTIONS(3045), + [anon_sym_use] = ACTIONS(3045), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LPAREN] = ACTIONS(3045), + [anon_sym_RPAREN] = ACTIONS(3045), + [anon_sym_DOLLAR] = ACTIONS(3045), + [anon_sym_error] = ACTIONS(3045), + [anon_sym_DASH] = ACTIONS(3045), + [anon_sym_break] = ACTIONS(3045), + [anon_sym_continue] = ACTIONS(3045), + [anon_sym_for] = ACTIONS(3045), + [anon_sym_loop] = ACTIONS(3045), + [anon_sym_while] = ACTIONS(3045), + [anon_sym_do] = ACTIONS(3045), + [anon_sym_if] = ACTIONS(3045), + [anon_sym_match] = ACTIONS(3045), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3045), + [anon_sym_DOT] = ACTIONS(3045), + [anon_sym_try] = ACTIONS(3045), + [anon_sym_return] = ACTIONS(3045), + [anon_sym_source] = ACTIONS(3045), + [anon_sym_source_DASHenv] = ACTIONS(3045), + [anon_sym_register] = ACTIONS(3045), + [anon_sym_hide] = ACTIONS(3045), + [anon_sym_hide_DASHenv] = ACTIONS(3045), + [anon_sym_overlay] = ACTIONS(3045), + [anon_sym_where] = ACTIONS(3045), + [anon_sym_PLUS] = ACTIONS(3045), + [anon_sym_not] = ACTIONS(3045), + [anon_sym_null] = ACTIONS(3045), + [anon_sym_true] = ACTIONS(3045), + [anon_sym_false] = ACTIONS(3045), + [aux_sym__val_number_decimal_token1] = ACTIONS(3045), + [aux_sym__val_number_token1] = ACTIONS(3045), + [aux_sym__val_number_token2] = ACTIONS(3045), + [aux_sym__val_number_token3] = ACTIONS(3045), + [aux_sym__val_number_token4] = ACTIONS(3045), + [aux_sym__val_number_token5] = ACTIONS(3045), + [aux_sym__val_number_token6] = ACTIONS(3045), + [anon_sym_0b] = ACTIONS(3045), + [anon_sym_0o] = ACTIONS(3045), + [anon_sym_0x] = ACTIONS(3045), + [sym_val_date] = ACTIONS(3045), + [anon_sym_DQUOTE] = ACTIONS(3045), + [sym__str_single_quotes] = ACTIONS(3045), + [sym__str_back_ticks] = ACTIONS(3045), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3045), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3045), + [anon_sym_CARET] = ACTIONS(3045), [anon_sym_POUND] = ACTIONS(105), }, [1190] = { [sym_comment] = STATE(1190), - [anon_sym_export] = ACTIONS(1526), - [anon_sym_alias] = ACTIONS(1526), - [anon_sym_let] = ACTIONS(1526), - [anon_sym_let_DASHenv] = ACTIONS(1526), - [anon_sym_mut] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [anon_sym_SEMI] = ACTIONS(1526), - [sym_cmd_identifier] = ACTIONS(1526), - [anon_sym_LF] = ACTIONS(1528), - [anon_sym_def] = ACTIONS(1526), - [anon_sym_export_DASHenv] = ACTIONS(1526), - [anon_sym_extern] = ACTIONS(1526), - [anon_sym_module] = ACTIONS(1526), - [anon_sym_use] = ACTIONS(1526), - [anon_sym_LBRACK] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1526), - [anon_sym_RPAREN] = ACTIONS(1526), - [anon_sym_DOLLAR] = ACTIONS(1526), - [anon_sym_error] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_break] = ACTIONS(1526), - [anon_sym_continue] = ACTIONS(1526), - [anon_sym_for] = ACTIONS(1526), - [anon_sym_loop] = ACTIONS(1526), - [anon_sym_while] = ACTIONS(1526), - [anon_sym_do] = ACTIONS(1526), - [anon_sym_if] = ACTIONS(1526), - [anon_sym_match] = ACTIONS(1526), - [anon_sym_LBRACE] = ACTIONS(1526), - [anon_sym_RBRACE] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1526), - [anon_sym_return] = ACTIONS(1526), - [anon_sym_source] = ACTIONS(1526), - [anon_sym_source_DASHenv] = ACTIONS(1526), - [anon_sym_register] = ACTIONS(1526), - [anon_sym_hide] = ACTIONS(1526), - [anon_sym_hide_DASHenv] = ACTIONS(1526), - [anon_sym_overlay] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_where] = ACTIONS(1526), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_not] = ACTIONS(1526), - [sym_val_nothing] = ACTIONS(1526), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [aux_sym__val_number_decimal_token1] = ACTIONS(1526), - [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(1526), - [aux_sym__val_number_token5] = ACTIONS(1526), - [aux_sym__val_number_token6] = ACTIONS(1526), - [anon_sym_0b] = ACTIONS(1526), - [anon_sym_0o] = ACTIONS(1526), - [anon_sym_0x] = ACTIONS(1526), - [sym_val_date] = ACTIONS(1526), - [anon_sym_DQUOTE] = ACTIONS(1526), - [sym__str_single_quotes] = ACTIONS(1526), - [sym__str_back_ticks] = ACTIONS(1526), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1526), - [anon_sym_CARET] = ACTIONS(1526), + [anon_sym_export] = ACTIONS(1426), + [anon_sym_alias] = ACTIONS(1426), + [anon_sym_let] = ACTIONS(1426), + [anon_sym_let_DASHenv] = ACTIONS(1426), + [anon_sym_mut] = ACTIONS(1426), + [anon_sym_const] = ACTIONS(1426), + [anon_sym_SEMI] = ACTIONS(1426), + [sym_cmd_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(1428), + [anon_sym_def] = ACTIONS(1426), + [anon_sym_export_DASHenv] = ACTIONS(1426), + [anon_sym_extern] = ACTIONS(1426), + [anon_sym_module] = ACTIONS(1426), + [anon_sym_use] = ACTIONS(1426), + [anon_sym_LBRACK] = ACTIONS(1426), + [anon_sym_LPAREN] = ACTIONS(1426), + [anon_sym_RPAREN] = ACTIONS(1426), + [anon_sym_DOLLAR] = ACTIONS(1426), + [anon_sym_error] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_break] = ACTIONS(1426), + [anon_sym_continue] = ACTIONS(1426), + [anon_sym_for] = ACTIONS(1426), + [anon_sym_loop] = ACTIONS(1426), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_do] = ACTIONS(1426), + [anon_sym_if] = ACTIONS(1426), + [anon_sym_match] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1426), + [anon_sym_RBRACE] = ACTIONS(1426), + [anon_sym_DOT] = ACTIONS(1426), + [anon_sym_try] = ACTIONS(1426), + [anon_sym_return] = ACTIONS(1426), + [anon_sym_source] = ACTIONS(1426), + [anon_sym_source_DASHenv] = ACTIONS(1426), + [anon_sym_register] = ACTIONS(1426), + [anon_sym_hide] = ACTIONS(1426), + [anon_sym_hide_DASHenv] = ACTIONS(1426), + [anon_sym_overlay] = ACTIONS(1426), + [anon_sym_STAR] = ACTIONS(1426), + [anon_sym_where] = ACTIONS(1426), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_not] = ACTIONS(1426), + [anon_sym_null] = ACTIONS(1426), + [anon_sym_true] = ACTIONS(1426), + [anon_sym_false] = ACTIONS(1426), + [aux_sym__val_number_decimal_token1] = ACTIONS(1426), + [aux_sym__val_number_token1] = ACTIONS(1426), + [aux_sym__val_number_token2] = ACTIONS(1426), + [aux_sym__val_number_token3] = ACTIONS(1426), + [aux_sym__val_number_token4] = ACTIONS(1426), + [aux_sym__val_number_token5] = ACTIONS(1426), + [aux_sym__val_number_token6] = ACTIONS(1426), + [anon_sym_0b] = ACTIONS(1426), + [anon_sym_0o] = ACTIONS(1426), + [anon_sym_0x] = ACTIONS(1426), + [sym_val_date] = ACTIONS(1426), + [anon_sym_DQUOTE] = ACTIONS(1426), + [sym__str_single_quotes] = ACTIONS(1426), + [sym__str_back_ticks] = ACTIONS(1426), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1426), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1426), + [anon_sym_CARET] = ACTIONS(1426), [anon_sym_POUND] = ACTIONS(105), }, [1191] = { [sym_comment] = STATE(1191), - [anon_sym_export] = ACTIONS(1550), - [anon_sym_alias] = ACTIONS(1550), - [anon_sym_let] = ACTIONS(1550), - [anon_sym_let_DASHenv] = ACTIONS(1550), - [anon_sym_mut] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1550), - [sym_cmd_identifier] = ACTIONS(1550), - [anon_sym_LF] = ACTIONS(1552), - [anon_sym_def] = ACTIONS(1550), - [anon_sym_export_DASHenv] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym_module] = ACTIONS(1550), - [anon_sym_use] = ACTIONS(1550), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1550), - [anon_sym_RPAREN] = ACTIONS(1550), - [anon_sym_DOLLAR] = ACTIONS(1550), - [anon_sym_error] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_loop] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_match] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_RBRACE] = ACTIONS(1550), - [anon_sym_DOT] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_source] = ACTIONS(1550), - [anon_sym_source_DASHenv] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_hide] = ACTIONS(1550), - [anon_sym_hide_DASHenv] = ACTIONS(1550), - [anon_sym_overlay] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1550), - [anon_sym_where] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_not] = ACTIONS(1550), - [sym_val_nothing] = ACTIONS(1550), - [anon_sym_true] = ACTIONS(1550), - [anon_sym_false] = ACTIONS(1550), - [aux_sym__val_number_decimal_token1] = ACTIONS(1550), - [aux_sym__val_number_token1] = ACTIONS(1550), - [aux_sym__val_number_token2] = ACTIONS(1550), - [aux_sym__val_number_token3] = ACTIONS(1550), - [aux_sym__val_number_token4] = ACTIONS(1550), - [aux_sym__val_number_token5] = ACTIONS(1550), - [aux_sym__val_number_token6] = ACTIONS(1550), - [anon_sym_0b] = ACTIONS(1550), - [anon_sym_0o] = ACTIONS(1550), - [anon_sym_0x] = ACTIONS(1550), - [sym_val_date] = ACTIONS(1550), - [anon_sym_DQUOTE] = ACTIONS(1550), - [sym__str_single_quotes] = ACTIONS(1550), - [sym__str_back_ticks] = ACTIONS(1550), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1550), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1550), - [anon_sym_CARET] = ACTIONS(1550), + [anon_sym_export] = ACTIONS(1485), + [anon_sym_alias] = ACTIONS(1485), + [anon_sym_let] = ACTIONS(1485), + [anon_sym_let_DASHenv] = ACTIONS(1485), + [anon_sym_mut] = ACTIONS(1485), + [anon_sym_const] = ACTIONS(1485), + [anon_sym_SEMI] = ACTIONS(1485), + [sym_cmd_identifier] = ACTIONS(1485), + [anon_sym_LF] = ACTIONS(1487), + [anon_sym_def] = ACTIONS(1485), + [anon_sym_export_DASHenv] = ACTIONS(1485), + [anon_sym_extern] = ACTIONS(1485), + [anon_sym_module] = ACTIONS(1485), + [anon_sym_use] = ACTIONS(1485), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_RPAREN] = ACTIONS(1485), + [anon_sym_DOLLAR] = ACTIONS(1485), + [anon_sym_error] = ACTIONS(1485), + [anon_sym_DASH] = ACTIONS(1485), + [anon_sym_break] = ACTIONS(1485), + [anon_sym_continue] = ACTIONS(1485), + [anon_sym_for] = ACTIONS(1485), + [anon_sym_loop] = ACTIONS(1485), + [anon_sym_while] = ACTIONS(1485), + [anon_sym_do] = ACTIONS(1485), + [anon_sym_if] = ACTIONS(1485), + [anon_sym_match] = ACTIONS(1485), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_RBRACE] = ACTIONS(1485), + [anon_sym_DOT] = ACTIONS(1485), + [anon_sym_DOT2] = ACTIONS(1487), + [anon_sym_try] = ACTIONS(1485), + [anon_sym_return] = ACTIONS(1485), + [anon_sym_source] = ACTIONS(1485), + [anon_sym_source_DASHenv] = ACTIONS(1485), + [anon_sym_register] = ACTIONS(1485), + [anon_sym_hide] = ACTIONS(1485), + [anon_sym_hide_DASHenv] = ACTIONS(1485), + [anon_sym_overlay] = ACTIONS(1485), + [anon_sym_where] = ACTIONS(1485), + [anon_sym_PLUS] = ACTIONS(1485), + [anon_sym_not] = ACTIONS(1485), + [anon_sym_null] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1485), + [anon_sym_false] = ACTIONS(1485), + [aux_sym__val_number_decimal_token1] = ACTIONS(1485), + [aux_sym__val_number_token1] = ACTIONS(1485), + [aux_sym__val_number_token2] = ACTIONS(1485), + [aux_sym__val_number_token3] = ACTIONS(1485), + [aux_sym__val_number_token4] = ACTIONS(1485), + [aux_sym__val_number_token5] = ACTIONS(1485), + [aux_sym__val_number_token6] = ACTIONS(1485), + [anon_sym_0b] = ACTIONS(1485), + [anon_sym_0o] = ACTIONS(1485), + [anon_sym_0x] = ACTIONS(1485), + [sym_val_date] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1485), + [sym__str_single_quotes] = ACTIONS(1485), + [sym__str_back_ticks] = ACTIONS(1485), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1485), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1485), + [anon_sym_CARET] = ACTIONS(1485), [anon_sym_POUND] = ACTIONS(105), }, [1192] = { [sym_comment] = STATE(1192), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_RPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [anon_sym_export] = ACTIONS(3051), + [anon_sym_alias] = ACTIONS(3051), + [anon_sym_let] = ACTIONS(3051), + [anon_sym_let_DASHenv] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_const] = ACTIONS(3051), + [anon_sym_SEMI] = ACTIONS(3051), + [sym_cmd_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3053), + [anon_sym_def] = ACTIONS(3051), + [anon_sym_export_DASHenv] = ACTIONS(3051), + [anon_sym_extern] = ACTIONS(3051), + [anon_sym_module] = ACTIONS(3051), + [anon_sym_use] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_DOLLAR] = ACTIONS(3051), + [anon_sym_error] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_break] = ACTIONS(3051), + [anon_sym_continue] = ACTIONS(3051), + [anon_sym_for] = ACTIONS(3051), + [anon_sym_loop] = ACTIONS(3051), + [anon_sym_while] = ACTIONS(3051), + [anon_sym_do] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_try] = ACTIONS(3051), + [anon_sym_return] = ACTIONS(3051), + [anon_sym_source] = ACTIONS(3051), + [anon_sym_source_DASHenv] = ACTIONS(3051), + [anon_sym_register] = ACTIONS(3051), + [anon_sym_hide] = ACTIONS(3051), + [anon_sym_hide_DASHenv] = ACTIONS(3051), + [anon_sym_overlay] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_where] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_not] = ACTIONS(3051), + [anon_sym_null] = ACTIONS(3051), + [anon_sym_true] = ACTIONS(3051), + [anon_sym_false] = ACTIONS(3051), + [aux_sym__val_number_decimal_token1] = ACTIONS(3051), + [aux_sym__val_number_token1] = ACTIONS(3051), + [aux_sym__val_number_token2] = ACTIONS(3051), + [aux_sym__val_number_token3] = ACTIONS(3051), + [aux_sym__val_number_token4] = ACTIONS(3051), + [aux_sym__val_number_token5] = ACTIONS(3051), + [aux_sym__val_number_token6] = ACTIONS(3051), + [anon_sym_0b] = ACTIONS(3051), + [anon_sym_0o] = ACTIONS(3051), + [anon_sym_0x] = ACTIONS(3051), + [sym_val_date] = ACTIONS(3051), + [anon_sym_DQUOTE] = ACTIONS(3051), + [sym__str_single_quotes] = ACTIONS(3051), + [sym__str_back_ticks] = ACTIONS(3051), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3051), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), [anon_sym_POUND] = ACTIONS(105), }, [1193] = { [sym_comment] = STATE(1193), - [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), - [anon_sym_SEMI] = ACTIONS(1474), - [sym_cmd_identifier] = ACTIONS(1474), - [anon_sym_LF] = ACTIONS(1476), - [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_LBRACK] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1474), - [anon_sym_RPAREN] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), - [anon_sym_error] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_break] = ACTIONS(1474), - [anon_sym_continue] = ACTIONS(1474), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_loop] = ACTIONS(1474), - [anon_sym_while] = ACTIONS(1474), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_if] = ACTIONS(1474), - [anon_sym_match] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_RBRACE] = ACTIONS(1474), - [anon_sym_DOT] = ACTIONS(1474), - [anon_sym_DOT2] = ACTIONS(1476), - [anon_sym_try] = 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_where] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_not] = ACTIONS(1474), - [sym_val_nothing] = 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_CARET] = ACTIONS(1474), + [ts_builtin_sym_end] = ACTIONS(1466), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [1194] = { [sym_comment] = STATE(1194), - [anon_sym_export] = ACTIONS(3076), - [anon_sym_alias] = ACTIONS(3076), - [anon_sym_let] = ACTIONS(3076), - [anon_sym_let_DASHenv] = ACTIONS(3076), - [anon_sym_mut] = ACTIONS(3076), - [anon_sym_const] = ACTIONS(3076), - [anon_sym_SEMI] = ACTIONS(3076), - [sym_cmd_identifier] = ACTIONS(3076), - [anon_sym_LF] = ACTIONS(3078), - [anon_sym_def] = ACTIONS(3076), - [anon_sym_export_DASHenv] = ACTIONS(3076), - [anon_sym_extern] = ACTIONS(3076), - [anon_sym_module] = ACTIONS(3076), - [anon_sym_use] = ACTIONS(3076), - [anon_sym_LBRACK] = ACTIONS(3076), - [anon_sym_LPAREN] = ACTIONS(3076), - [anon_sym_RPAREN] = ACTIONS(3076), - [anon_sym_PIPE] = ACTIONS(3076), - [anon_sym_DOLLAR] = ACTIONS(3076), - [anon_sym_error] = ACTIONS(3076), - [anon_sym_DASH] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_for] = ACTIONS(3076), - [anon_sym_loop] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_do] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_match] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(3076), - [anon_sym_RBRACE] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_source] = ACTIONS(3076), - [anon_sym_source_DASHenv] = ACTIONS(3076), - [anon_sym_register] = ACTIONS(3076), - [anon_sym_hide] = ACTIONS(3076), - [anon_sym_hide_DASHenv] = ACTIONS(3076), - [anon_sym_overlay] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_PLUS] = ACTIONS(3076), - [anon_sym_not] = ACTIONS(3076), - [sym_val_nothing] = ACTIONS(3076), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [aux_sym__val_number_decimal_token1] = ACTIONS(3076), - [aux_sym__val_number_token1] = ACTIONS(3076), - [aux_sym__val_number_token2] = ACTIONS(3076), - [aux_sym__val_number_token3] = ACTIONS(3076), - [aux_sym__val_number_token4] = ACTIONS(3076), - [aux_sym__val_number_token5] = ACTIONS(3076), - [aux_sym__val_number_token6] = ACTIONS(3076), - [anon_sym_0b] = ACTIONS(3076), - [anon_sym_0o] = ACTIONS(3076), - [anon_sym_0x] = ACTIONS(3076), - [sym_val_date] = ACTIONS(3076), - [anon_sym_DQUOTE] = ACTIONS(3076), - [sym__str_single_quotes] = ACTIONS(3076), - [sym__str_back_ticks] = ACTIONS(3076), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3076), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3076), - [anon_sym_CARET] = ACTIONS(3076), + [ts_builtin_sym_end] = ACTIONS(1466), + [anon_sym_export] = ACTIONS(1464), + [anon_sym_alias] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_let_DASHenv] = ACTIONS(1464), + [anon_sym_mut] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [sym_cmd_identifier] = ACTIONS(1464), + [anon_sym_LF] = ACTIONS(1466), + [anon_sym_def] = ACTIONS(1464), + [anon_sym_export_DASHenv] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_module] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_DOLLAR] = ACTIONS(1464), + [anon_sym_error] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_do] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_DOT] = ACTIONS(1464), + [anon_sym_DOT2] = ACTIONS(1466), + [anon_sym_try] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_source] = ACTIONS(1464), + [anon_sym_source_DASHenv] = ACTIONS(1464), + [anon_sym_register] = ACTIONS(1464), + [anon_sym_hide] = ACTIONS(1464), + [anon_sym_hide_DASHenv] = ACTIONS(1464), + [anon_sym_overlay] = ACTIONS(1464), + [anon_sym_where] = ACTIONS(1464), + [anon_sym_QMARK2] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(1464), + [anon_sym_not] = ACTIONS(1464), + [anon_sym_null] = ACTIONS(1464), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [aux_sym__val_number_decimal_token1] = ACTIONS(1464), + [aux_sym__val_number_token1] = ACTIONS(1464), + [aux_sym__val_number_token2] = ACTIONS(1464), + [aux_sym__val_number_token3] = ACTIONS(1464), + [aux_sym__val_number_token4] = ACTIONS(1464), + [aux_sym__val_number_token5] = ACTIONS(1464), + [aux_sym__val_number_token6] = ACTIONS(1464), + [anon_sym_0b] = ACTIONS(1464), + [anon_sym_0o] = ACTIONS(1464), + [anon_sym_0x] = ACTIONS(1464), + [sym_val_date] = ACTIONS(1464), + [anon_sym_DQUOTE] = ACTIONS(1464), + [sym__str_single_quotes] = ACTIONS(1464), + [sym__str_back_ticks] = ACTIONS(1464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1464), + [anon_sym_CARET] = ACTIONS(1464), [anon_sym_POUND] = ACTIONS(105), }, [1195] = { [sym_comment] = STATE(1195), - [ts_builtin_sym_end] = ACTIONS(2726), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_DOT2] = ACTIONS(2726), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token2] = ACTIONS(2886), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_RPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), [anon_sym_POUND] = ACTIONS(105), }, [1196] = { - [sym_block] = STATE(1336), + [sym__match_pattern_expression] = STATE(3520), + [sym__match_pattern_value] = STATE(3524), + [sym__match_pattern_list] = STATE(3522), + [sym__match_pattern_rest] = STATE(5998), + [sym__match_pattern_ignore_rest] = STATE(5998), + [sym__expr_unary_minus] = STATE(3387), + [sym_expr_parenthesized] = STATE(3330), + [sym_val_range] = STATE(3383), + [sym__value] = STATE(3423), + [sym_val_nothing] = STATE(3389), + [sym_val_bool] = STATE(3389), + [sym_val_variable] = STATE(3332), + [sym__var] = STATE(3168), + [sym_val_number] = STATE(505), + [sym__val_number_decimal] = STATE(481), + [sym__val_number] = STATE(508), + [sym_val_duration] = STATE(3389), + [sym_val_filesize] = STATE(3389), + [sym_val_binary] = STATE(3389), + [sym_val_string] = STATE(3389), + [sym__str_double_quotes] = STATE(3419), + [sym_val_interpolated] = STATE(3413), + [sym__inter_single_quotes] = STATE(3417), + [sym__inter_double_quotes] = STATE(3418), + [sym_val_list] = STATE(3266), + [sym__list_item_expression] = STATE(3438), + [sym__list_item_starts_with_sign] = STATE(3380), + [sym_val_record] = STATE(3389), + [sym_val_table] = STATE(3389), + [sym_val_closure] = STATE(3413), + [sym_short_flag] = STATE(3380), + [sym_long_flag] = STATE(3380), + [sym__unquoted_in_list] = STATE(3380), [sym_comment] = STATE(1196), - [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), - [anon_sym_SEMI] = ACTIONS(3080), - [sym_cmd_identifier] = ACTIONS(3080), - [anon_sym_LF] = ACTIONS(3082), - [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_LBRACK] = ACTIONS(3080), - [anon_sym_LPAREN] = ACTIONS(3080), - [anon_sym_RPAREN] = ACTIONS(3080), - [anon_sym_DOLLAR] = ACTIONS(3080), - [anon_sym_error] = ACTIONS(3080), - [anon_sym_DASH] = ACTIONS(3080), - [anon_sym_break] = ACTIONS(3080), - [anon_sym_continue] = ACTIONS(3080), - [anon_sym_for] = ACTIONS(3080), - [anon_sym_loop] = ACTIONS(3080), - [anon_sym_while] = ACTIONS(3080), - [anon_sym_do] = ACTIONS(3080), - [anon_sym_if] = ACTIONS(3080), - [anon_sym_match] = ACTIONS(3080), - [anon_sym_LBRACE] = ACTIONS(3084), - [anon_sym_RBRACE] = ACTIONS(3080), - [anon_sym_DOT] = ACTIONS(3080), - [anon_sym_try] = 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_where] = ACTIONS(3080), - [anon_sym_PLUS] = ACTIONS(3080), - [anon_sym_not] = ACTIONS(3080), - [sym_val_nothing] = ACTIONS(3080), - [anon_sym_true] = ACTIONS(3080), - [anon_sym_false] = ACTIONS(3080), - [aux_sym__val_number_decimal_token1] = ACTIONS(3080), - [aux_sym__val_number_token1] = ACTIONS(3080), - [aux_sym__val_number_token2] = ACTIONS(3080), - [aux_sym__val_number_token3] = ACTIONS(3080), - [aux_sym__val_number_token4] = ACTIONS(3080), - [aux_sym__val_number_token5] = ACTIONS(3080), - [aux_sym__val_number_token6] = ACTIONS(3080), - [anon_sym_0b] = ACTIONS(3080), - [anon_sym_0o] = ACTIONS(3080), - [anon_sym_0x] = ACTIONS(3080), - [sym_val_date] = ACTIONS(3080), - [anon_sym_DQUOTE] = ACTIONS(3080), - [sym__str_single_quotes] = ACTIONS(3080), - [sym__str_back_ticks] = ACTIONS(3080), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3080), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3080), - [anon_sym_CARET] = ACTIONS(3080), - [anon_sym_POUND] = ACTIONS(105), + [aux_sym__match_pattern_list_repeat1] = STATE(2223), + [aux_sym_val_list_repeat1] = STATE(1686), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_RBRACK] = ACTIONS(3059), + [anon_sym_LPAREN] = ACTIONS(3061), + [anon_sym_DOLLAR] = ACTIONS(3063), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3069), + [anon_sym_PLUS] = ACTIONS(3071), + [anon_sym_null] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [aux_sym__val_number_decimal_token1] = ACTIONS(3077), + [aux_sym__val_number_token1] = ACTIONS(3079), + [aux_sym__val_number_token2] = ACTIONS(3079), + [aux_sym__val_number_token3] = ACTIONS(3079), + [aux_sym__val_number_token4] = ACTIONS(3081), + [aux_sym__val_number_token5] = ACTIONS(3081), + [aux_sym__val_number_token6] = ACTIONS(3081), + [anon_sym_0b] = ACTIONS(3083), + [anon_sym_0o] = ACTIONS(3083), + [anon_sym_0x] = ACTIONS(3083), + [sym_val_date] = ACTIONS(3085), + [anon_sym_DQUOTE] = ACTIONS(3087), + [sym__str_single_quotes] = ACTIONS(3089), + [sym__str_back_ticks] = ACTIONS(3089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3091), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3093), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3095), + [anon_sym_POUND] = ACTIONS(3), }, [1197] = { [sym_comment] = STATE(1197), - [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), - [sym_val_nothing] = 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_export] = ACTIONS(1511), + [anon_sym_alias] = ACTIONS(1511), + [anon_sym_let] = ACTIONS(1511), + [anon_sym_let_DASHenv] = ACTIONS(1511), + [anon_sym_mut] = ACTIONS(1511), + [anon_sym_const] = ACTIONS(1511), + [anon_sym_SEMI] = ACTIONS(1511), + [sym_cmd_identifier] = ACTIONS(1511), + [anon_sym_LF] = ACTIONS(1513), + [anon_sym_def] = ACTIONS(1511), + [anon_sym_export_DASHenv] = ACTIONS(1511), + [anon_sym_extern] = ACTIONS(1511), + [anon_sym_module] = ACTIONS(1511), + [anon_sym_use] = ACTIONS(1511), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_RPAREN] = ACTIONS(1511), + [anon_sym_DOLLAR] = ACTIONS(1511), + [anon_sym_error] = ACTIONS(1511), + [anon_sym_DASH] = ACTIONS(1511), + [anon_sym_break] = ACTIONS(1511), + [anon_sym_continue] = ACTIONS(1511), + [anon_sym_for] = ACTIONS(1511), + [anon_sym_loop] = ACTIONS(1511), + [anon_sym_while] = ACTIONS(1511), + [anon_sym_do] = ACTIONS(1511), + [anon_sym_if] = ACTIONS(1511), + [anon_sym_match] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1511), + [anon_sym_DOT2] = ACTIONS(1513), + [anon_sym_try] = ACTIONS(1511), + [anon_sym_return] = ACTIONS(1511), + [anon_sym_source] = ACTIONS(1511), + [anon_sym_source_DASHenv] = ACTIONS(1511), + [anon_sym_register] = ACTIONS(1511), + [anon_sym_hide] = ACTIONS(1511), + [anon_sym_hide_DASHenv] = ACTIONS(1511), + [anon_sym_overlay] = ACTIONS(1511), + [anon_sym_where] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1511), + [anon_sym_not] = ACTIONS(1511), + [anon_sym_null] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1511), + [anon_sym_false] = ACTIONS(1511), + [aux_sym__val_number_decimal_token1] = ACTIONS(1511), + [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(1511), + [aux_sym__val_number_token5] = ACTIONS(1511), + [aux_sym__val_number_token6] = ACTIONS(1511), + [anon_sym_0b] = ACTIONS(1511), + [anon_sym_0o] = ACTIONS(1511), + [anon_sym_0x] = ACTIONS(1511), + [sym_val_date] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1511), + [sym__str_single_quotes] = ACTIONS(1511), + [sym__str_back_ticks] = ACTIONS(1511), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1511), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1511), + [anon_sym_CARET] = ACTIONS(1511), [anon_sym_POUND] = ACTIONS(105), }, [1198] = { [sym_comment] = STATE(1198), - [ts_builtin_sym_end] = ACTIONS(2726), - [anon_sym_export] = ACTIONS(2724), - [anon_sym_alias] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_let_DASHenv] = ACTIONS(2724), - [anon_sym_mut] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2724), - [sym_cmd_identifier] = ACTIONS(2724), - [anon_sym_LF] = ACTIONS(2726), - [anon_sym_def] = ACTIONS(2724), - [anon_sym_export_DASHenv] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_module] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_LBRACK] = ACTIONS(2724), - [anon_sym_LPAREN] = ACTIONS(2724), - [anon_sym_DOLLAR] = ACTIONS(2724), - [anon_sym_error] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_do] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_LBRACE] = ACTIONS(2724), - [anon_sym_DOT] = ACTIONS(2724), - [anon_sym_try] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_source] = ACTIONS(2724), - [anon_sym_source_DASHenv] = ACTIONS(2724), - [anon_sym_register] = ACTIONS(2724), - [anon_sym_hide] = ACTIONS(2724), - [anon_sym_hide_DASHenv] = ACTIONS(2724), - [anon_sym_overlay] = ACTIONS(2724), - [anon_sym_where] = ACTIONS(2724), - [anon_sym_PLUS] = ACTIONS(2724), - [anon_sym_not] = ACTIONS(2724), - [aux_sym__immediate_decimal_token1] = ACTIONS(3087), - [aux_sym__immediate_decimal_token2] = ACTIONS(3089), - [sym_val_nothing] = ACTIONS(2724), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [aux_sym__val_number_decimal_token1] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2724), - [aux_sym__val_number_token2] = ACTIONS(2724), - [aux_sym__val_number_token3] = ACTIONS(2724), - [aux_sym__val_number_token4] = ACTIONS(2724), - [aux_sym__val_number_token5] = ACTIONS(2724), - [aux_sym__val_number_token6] = ACTIONS(2724), - [anon_sym_0b] = ACTIONS(2724), - [anon_sym_0o] = ACTIONS(2724), - [anon_sym_0x] = ACTIONS(2724), - [sym_val_date] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2724), - [sym__str_single_quotes] = ACTIONS(2724), - [sym__str_back_ticks] = ACTIONS(2724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2724), - [anon_sym_CARET] = ACTIONS(2724), - [anon_sym_POUND] = ACTIONS(105), - }, - [1199] = { - [sym_comment] = STATE(1199), - [ts_builtin_sym_end] = ACTIONS(1345), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(2523), - [anon_sym_POUND] = ACTIONS(105), - }, - [1200] = { - [sym_comment] = STATE(1200), - [anon_sym_export] = ACTIONS(1484), - [anon_sym_alias] = ACTIONS(1484), - [anon_sym_let] = ACTIONS(1484), - [anon_sym_let_DASHenv] = ACTIONS(1484), - [anon_sym_mut] = ACTIONS(1484), - [anon_sym_const] = ACTIONS(1484), - [anon_sym_SEMI] = ACTIONS(1484), - [sym_cmd_identifier] = ACTIONS(1484), - [anon_sym_LF] = ACTIONS(1486), - [anon_sym_def] = ACTIONS(1484), - [anon_sym_export_DASHenv] = ACTIONS(1484), - [anon_sym_extern] = ACTIONS(1484), - [anon_sym_module] = ACTIONS(1484), - [anon_sym_use] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_RPAREN] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [anon_sym_error] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_break] = ACTIONS(1484), - [anon_sym_continue] = ACTIONS(1484), - [anon_sym_for] = ACTIONS(1484), - [anon_sym_loop] = ACTIONS(1484), - [anon_sym_while] = ACTIONS(1484), - [anon_sym_do] = ACTIONS(1484), - [anon_sym_if] = ACTIONS(1484), - [anon_sym_match] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_DOT] = ACTIONS(1484), - [anon_sym_DOT2] = ACTIONS(1486), - [anon_sym_try] = ACTIONS(1484), - [anon_sym_return] = ACTIONS(1484), - [anon_sym_source] = ACTIONS(1484), - [anon_sym_source_DASHenv] = ACTIONS(1484), - [anon_sym_register] = ACTIONS(1484), - [anon_sym_hide] = ACTIONS(1484), - [anon_sym_hide_DASHenv] = ACTIONS(1484), - [anon_sym_overlay] = ACTIONS(1484), - [anon_sym_where] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_not] = ACTIONS(1484), - [sym_val_nothing] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1484), - [anon_sym_false] = ACTIONS(1484), - [aux_sym__val_number_decimal_token1] = ACTIONS(1484), - [aux_sym__val_number_token1] = ACTIONS(1484), - [aux_sym__val_number_token2] = ACTIONS(1484), - [aux_sym__val_number_token3] = ACTIONS(1484), - [aux_sym__val_number_token4] = ACTIONS(1484), - [aux_sym__val_number_token5] = ACTIONS(1484), - [aux_sym__val_number_token6] = ACTIONS(1484), - [anon_sym_0b] = ACTIONS(1484), - [anon_sym_0o] = ACTIONS(1484), - [anon_sym_0x] = ACTIONS(1484), - [sym_val_date] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [sym__str_single_quotes] = ACTIONS(1484), - [sym__str_back_ticks] = ACTIONS(1484), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1484), - [anon_sym_CARET] = ACTIONS(1484), - [anon_sym_POUND] = ACTIONS(105), - }, - [1201] = { - [sym_comment] = STATE(1201), - [anon_sym_export] = ACTIONS(1343), - [anon_sym_alias] = ACTIONS(1343), - [anon_sym_let] = ACTIONS(1343), - [anon_sym_let_DASHenv] = ACTIONS(1343), - [anon_sym_mut] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [sym_cmd_identifier] = ACTIONS(1343), - [anon_sym_LF] = ACTIONS(1345), - [anon_sym_def] = ACTIONS(1343), - [anon_sym_export_DASHenv] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym_module] = ACTIONS(1343), - [anon_sym_use] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_DOLLAR] = ACTIONS(1343), - [anon_sym_error] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_loop] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_match] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_try] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_source] = ACTIONS(1343), - [anon_sym_source_DASHenv] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_hide] = ACTIONS(1343), - [anon_sym_hide_DASHenv] = ACTIONS(1343), - [anon_sym_overlay] = ACTIONS(1343), - [anon_sym_where] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_not] = ACTIONS(1343), - [sym_val_nothing] = ACTIONS(1343), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym__val_number_decimal_token1] = ACTIONS(1343), - [aux_sym__val_number_token1] = ACTIONS(1343), - [aux_sym__val_number_token2] = ACTIONS(1343), - [aux_sym__val_number_token3] = ACTIONS(1343), - [aux_sym__val_number_token4] = ACTIONS(1343), - [aux_sym__val_number_token5] = ACTIONS(1343), - [aux_sym__val_number_token6] = ACTIONS(1343), - [anon_sym_0b] = ACTIONS(1343), - [anon_sym_0o] = ACTIONS(1343), - [anon_sym_0x] = ACTIONS(1343), - [sym_val_date] = ACTIONS(1343), - [anon_sym_DQUOTE] = ACTIONS(1343), - [sym__str_single_quotes] = ACTIONS(1343), - [sym__str_back_ticks] = ACTIONS(1343), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1343), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1343), - [anon_sym_CARET] = ACTIONS(1343), - [aux_sym_unquoted_token3] = ACTIONS(2223), - [anon_sym_POUND] = ACTIONS(105), - }, - [1202] = { - [sym_comment] = STATE(1202), - [anon_sym_export] = ACTIONS(3091), - [anon_sym_alias] = ACTIONS(3091), - [anon_sym_let] = ACTIONS(3091), - [anon_sym_let_DASHenv] = ACTIONS(3091), - [anon_sym_mut] = ACTIONS(3091), - [anon_sym_const] = ACTIONS(3091), - [anon_sym_SEMI] = ACTIONS(3091), - [sym_cmd_identifier] = ACTIONS(3091), - [anon_sym_LF] = ACTIONS(3093), - [anon_sym_def] = ACTIONS(3091), - [anon_sym_export_DASHenv] = ACTIONS(3091), - [anon_sym_extern] = ACTIONS(3091), - [anon_sym_module] = ACTIONS(3091), - [anon_sym_use] = ACTIONS(3091), - [anon_sym_LBRACK] = ACTIONS(3091), - [anon_sym_LPAREN] = ACTIONS(3091), - [anon_sym_RPAREN] = ACTIONS(3091), - [anon_sym_DOLLAR] = ACTIONS(3091), - [anon_sym_error] = ACTIONS(3091), - [anon_sym_DASH] = ACTIONS(3091), - [anon_sym_break] = ACTIONS(3091), - [anon_sym_continue] = ACTIONS(3091), - [anon_sym_for] = ACTIONS(3091), - [anon_sym_loop] = ACTIONS(3091), - [anon_sym_while] = ACTIONS(3091), - [anon_sym_do] = ACTIONS(3091), - [anon_sym_if] = ACTIONS(3091), - [anon_sym_match] = ACTIONS(3091), - [anon_sym_LBRACE] = ACTIONS(3091), - [anon_sym_RBRACE] = ACTIONS(3091), - [anon_sym_DOT] = ACTIONS(3091), - [anon_sym_try] = ACTIONS(3091), - [anon_sym_return] = ACTIONS(3091), - [anon_sym_source] = ACTIONS(3091), - [anon_sym_source_DASHenv] = ACTIONS(3091), - [anon_sym_register] = ACTIONS(3091), - [anon_sym_hide] = ACTIONS(3091), - [anon_sym_hide_DASHenv] = ACTIONS(3091), - [anon_sym_overlay] = ACTIONS(3091), - [anon_sym_as] = ACTIONS(3091), - [anon_sym_where] = ACTIONS(3091), - [anon_sym_PLUS] = ACTIONS(3091), - [anon_sym_not] = ACTIONS(3091), - [sym_val_nothing] = ACTIONS(3091), - [anon_sym_true] = ACTIONS(3091), - [anon_sym_false] = ACTIONS(3091), - [aux_sym__val_number_decimal_token1] = ACTIONS(3091), - [aux_sym__val_number_token1] = ACTIONS(3091), - [aux_sym__val_number_token2] = ACTIONS(3091), - [aux_sym__val_number_token3] = ACTIONS(3091), - [aux_sym__val_number_token4] = ACTIONS(3091), - [aux_sym__val_number_token5] = ACTIONS(3091), - [aux_sym__val_number_token6] = ACTIONS(3091), - [anon_sym_0b] = ACTIONS(3091), - [anon_sym_0o] = ACTIONS(3091), - [anon_sym_0x] = ACTIONS(3091), - [sym_val_date] = ACTIONS(3091), - [anon_sym_DQUOTE] = ACTIONS(3091), - [sym__str_single_quotes] = ACTIONS(3091), - [sym__str_back_ticks] = ACTIONS(3091), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3091), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3091), - [anon_sym_CARET] = ACTIONS(3091), - [anon_sym_POUND] = ACTIONS(105), - }, - [1203] = { - [sym_comment] = STATE(1203), - [ts_builtin_sym_end] = ACTIONS(2766), - [anon_sym_export] = ACTIONS(2762), - [anon_sym_alias] = ACTIONS(2762), - [anon_sym_let] = ACTIONS(2762), - [anon_sym_let_DASHenv] = ACTIONS(2762), - [anon_sym_mut] = ACTIONS(2762), - [anon_sym_const] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2762), - [sym_cmd_identifier] = ACTIONS(2762), - [sym__long_flag_identifier] = ACTIONS(3095), - [anon_sym_LF] = ACTIONS(2766), - [anon_sym_def] = ACTIONS(2762), - [anon_sym_export_DASHenv] = ACTIONS(2762), - [anon_sym_extern] = ACTIONS(2762), - [anon_sym_module] = ACTIONS(2762), - [anon_sym_use] = ACTIONS(2762), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_LPAREN] = ACTIONS(2762), - [anon_sym_DOLLAR] = ACTIONS(2762), - [anon_sym_error] = ACTIONS(2762), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_break] = ACTIONS(2762), - [anon_sym_continue] = ACTIONS(2762), - [anon_sym_for] = ACTIONS(2762), - [anon_sym_loop] = ACTIONS(2762), - [anon_sym_while] = ACTIONS(2762), - [anon_sym_do] = ACTIONS(2762), - [anon_sym_if] = ACTIONS(2762), - [anon_sym_match] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2762), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_try] = ACTIONS(2762), - [anon_sym_return] = ACTIONS(2762), - [anon_sym_source] = ACTIONS(2762), - [anon_sym_source_DASHenv] = ACTIONS(2762), - [anon_sym_register] = ACTIONS(2762), - [anon_sym_hide] = ACTIONS(2762), - [anon_sym_hide_DASHenv] = ACTIONS(2762), - [anon_sym_overlay] = ACTIONS(2762), - [anon_sym_as] = ACTIONS(2762), - [anon_sym_where] = ACTIONS(2762), - [anon_sym_PLUS] = ACTIONS(2762), - [anon_sym_not] = ACTIONS(2762), - [sym_val_nothing] = ACTIONS(2762), - [anon_sym_true] = ACTIONS(2762), - [anon_sym_false] = ACTIONS(2762), - [aux_sym__val_number_decimal_token1] = ACTIONS(2762), - [aux_sym__val_number_token1] = ACTIONS(2762), - [aux_sym__val_number_token2] = ACTIONS(2762), - [aux_sym__val_number_token3] = ACTIONS(2762), - [aux_sym__val_number_token4] = ACTIONS(2762), - [aux_sym__val_number_token5] = ACTIONS(2762), - [aux_sym__val_number_token6] = ACTIONS(2762), - [anon_sym_0b] = ACTIONS(2762), - [anon_sym_0o] = ACTIONS(2762), - [anon_sym_0x] = ACTIONS(2762), - [sym_val_date] = ACTIONS(2762), - [anon_sym_DQUOTE] = ACTIONS(2762), - [sym__str_single_quotes] = ACTIONS(2762), - [sym__str_back_ticks] = ACTIONS(2762), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2762), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2762), - [anon_sym_POUND] = ACTIONS(105), - }, - [1204] = { - [sym_comment] = STATE(1204), [anon_sym_export] = ACTIONS(3097), [anon_sym_alias] = ACTIONS(3097), [anon_sym_let] = ACTIONS(3097), @@ -192709,6 +193924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(3097), [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_DOT] = ACTIONS(3097), + [anon_sym_DOT2] = ACTIONS(3101), [anon_sym_try] = ACTIONS(3097), [anon_sym_return] = ACTIONS(3097), [anon_sym_source] = ACTIONS(3097), @@ -192717,11 +193933,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(3097), [anon_sym_hide_DASHenv] = ACTIONS(3097), [anon_sym_overlay] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3097), [anon_sym_where] = ACTIONS(3097), [anon_sym_PLUS] = ACTIONS(3097), [anon_sym_not] = ACTIONS(3097), - [sym_val_nothing] = ACTIONS(3097), + [anon_sym_null] = ACTIONS(3097), [anon_sym_true] = ACTIONS(3097), [anon_sym_false] = ACTIONS(3097), [aux_sym__val_number_decimal_token1] = ACTIONS(3097), @@ -192743,339 +193958,2684 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(3097), [anon_sym_POUND] = ACTIONS(105), }, + [1199] = { + [sym_comment] = STATE(1199), + [anon_sym_export] = ACTIONS(3103), + [anon_sym_alias] = ACTIONS(3103), + [anon_sym_let] = ACTIONS(3103), + [anon_sym_let_DASHenv] = ACTIONS(3103), + [anon_sym_mut] = ACTIONS(3103), + [anon_sym_const] = ACTIONS(3103), + [anon_sym_SEMI] = ACTIONS(3103), + [sym_cmd_identifier] = ACTIONS(3103), + [anon_sym_LF] = ACTIONS(3105), + [anon_sym_def] = ACTIONS(3103), + [anon_sym_export_DASHenv] = ACTIONS(3103), + [anon_sym_extern] = ACTIONS(3103), + [anon_sym_module] = ACTIONS(3103), + [anon_sym_use] = ACTIONS(3103), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3103), + [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_DOLLAR] = ACTIONS(3103), + [anon_sym_error] = ACTIONS(3103), + [anon_sym_DASH] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3103), + [anon_sym_continue] = ACTIONS(3103), + [anon_sym_for] = ACTIONS(3103), + [anon_sym_loop] = ACTIONS(3103), + [anon_sym_while] = ACTIONS(3103), + [anon_sym_do] = ACTIONS(3103), + [anon_sym_if] = ACTIONS(3103), + [anon_sym_match] = ACTIONS(3103), + [anon_sym_LBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_DOT] = ACTIONS(3103), + [anon_sym_DOT2] = ACTIONS(3107), + [anon_sym_try] = ACTIONS(3103), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_source] = ACTIONS(3103), + [anon_sym_source_DASHenv] = ACTIONS(3103), + [anon_sym_register] = ACTIONS(3103), + [anon_sym_hide] = ACTIONS(3103), + [anon_sym_hide_DASHenv] = ACTIONS(3103), + [anon_sym_overlay] = ACTIONS(3103), + [anon_sym_where] = ACTIONS(3103), + [anon_sym_PLUS] = ACTIONS(3103), + [anon_sym_not] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3103), + [anon_sym_false] = ACTIONS(3103), + [aux_sym__val_number_decimal_token1] = ACTIONS(3103), + [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(3103), + [aux_sym__val_number_token5] = ACTIONS(3103), + [aux_sym__val_number_token6] = ACTIONS(3103), + [anon_sym_0b] = ACTIONS(3103), + [anon_sym_0o] = ACTIONS(3103), + [anon_sym_0x] = ACTIONS(3103), + [sym_val_date] = ACTIONS(3103), + [anon_sym_DQUOTE] = ACTIONS(3103), + [sym__str_single_quotes] = ACTIONS(3103), + [sym__str_back_ticks] = ACTIONS(3103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3103), + [anon_sym_CARET] = ACTIONS(3103), + [anon_sym_POUND] = ACTIONS(105), + }, + [1200] = { + [sym_comment] = STATE(1200), + [anon_sym_export] = ACTIONS(3109), + [anon_sym_alias] = ACTIONS(3109), + [anon_sym_let] = ACTIONS(3109), + [anon_sym_let_DASHenv] = ACTIONS(3109), + [anon_sym_mut] = ACTIONS(3109), + [anon_sym_const] = ACTIONS(3109), + [anon_sym_SEMI] = ACTIONS(3109), + [sym_cmd_identifier] = ACTIONS(3109), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_def] = ACTIONS(3109), + [anon_sym_export_DASHenv] = ACTIONS(3109), + [anon_sym_extern] = ACTIONS(3109), + [anon_sym_module] = ACTIONS(3109), + [anon_sym_use] = ACTIONS(3109), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_LPAREN] = ACTIONS(3109), + [anon_sym_RPAREN] = ACTIONS(3109), + [anon_sym_DOLLAR] = ACTIONS(3109), + [anon_sym_error] = ACTIONS(3109), + [anon_sym_DASH] = ACTIONS(3109), + [anon_sym_break] = ACTIONS(3109), + [anon_sym_continue] = ACTIONS(3109), + [anon_sym_for] = ACTIONS(3109), + [anon_sym_loop] = ACTIONS(3109), + [anon_sym_while] = ACTIONS(3109), + [anon_sym_do] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3109), + [anon_sym_match] = ACTIONS(3109), + [anon_sym_LBRACE] = ACTIONS(3109), + [anon_sym_RBRACE] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(3109), + [anon_sym_DOT2] = ACTIONS(3113), + [anon_sym_try] = ACTIONS(3109), + [anon_sym_return] = ACTIONS(3109), + [anon_sym_source] = ACTIONS(3109), + [anon_sym_source_DASHenv] = ACTIONS(3109), + [anon_sym_register] = ACTIONS(3109), + [anon_sym_hide] = ACTIONS(3109), + [anon_sym_hide_DASHenv] = ACTIONS(3109), + [anon_sym_overlay] = ACTIONS(3109), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_PLUS] = ACTIONS(3109), + [anon_sym_not] = ACTIONS(3109), + [anon_sym_null] = ACTIONS(3109), + [anon_sym_true] = ACTIONS(3109), + [anon_sym_false] = ACTIONS(3109), + [aux_sym__val_number_decimal_token1] = ACTIONS(3109), + [aux_sym__val_number_token1] = ACTIONS(3109), + [aux_sym__val_number_token2] = ACTIONS(3109), + [aux_sym__val_number_token3] = ACTIONS(3109), + [aux_sym__val_number_token4] = ACTIONS(3109), + [aux_sym__val_number_token5] = ACTIONS(3109), + [aux_sym__val_number_token6] = ACTIONS(3109), + [anon_sym_0b] = ACTIONS(3109), + [anon_sym_0o] = ACTIONS(3109), + [anon_sym_0x] = ACTIONS(3109), + [sym_val_date] = ACTIONS(3109), + [anon_sym_DQUOTE] = ACTIONS(3109), + [sym__str_single_quotes] = ACTIONS(3109), + [sym__str_back_ticks] = ACTIONS(3109), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3109), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3109), + [anon_sym_CARET] = ACTIONS(3109), + [anon_sym_POUND] = ACTIONS(105), + }, + [1201] = { + [sym_comment] = STATE(1201), + [anon_sym_export] = ACTIONS(3115), + [anon_sym_alias] = ACTIONS(3115), + [anon_sym_let] = ACTIONS(3115), + [anon_sym_let_DASHenv] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3115), + [anon_sym_SEMI] = ACTIONS(3115), + [sym_cmd_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3117), + [anon_sym_def] = ACTIONS(3115), + [anon_sym_export_DASHenv] = ACTIONS(3115), + [anon_sym_extern] = ACTIONS(3115), + [anon_sym_module] = ACTIONS(3115), + [anon_sym_use] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_DOLLAR] = ACTIONS(3115), + [anon_sym_error] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_break] = ACTIONS(3115), + [anon_sym_continue] = ACTIONS(3115), + [anon_sym_for] = ACTIONS(3115), + [anon_sym_loop] = ACTIONS(3115), + [anon_sym_while] = ACTIONS(3115), + [anon_sym_do] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_DOT2] = ACTIONS(3119), + [anon_sym_try] = ACTIONS(3115), + [anon_sym_return] = ACTIONS(3115), + [anon_sym_source] = ACTIONS(3115), + [anon_sym_source_DASHenv] = ACTIONS(3115), + [anon_sym_register] = ACTIONS(3115), + [anon_sym_hide] = ACTIONS(3115), + [anon_sym_hide_DASHenv] = ACTIONS(3115), + [anon_sym_overlay] = ACTIONS(3115), + [anon_sym_where] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_not] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3115), + [anon_sym_true] = ACTIONS(3115), + [anon_sym_false] = ACTIONS(3115), + [aux_sym__val_number_decimal_token1] = ACTIONS(3115), + [aux_sym__val_number_token1] = ACTIONS(3115), + [aux_sym__val_number_token2] = ACTIONS(3115), + [aux_sym__val_number_token3] = ACTIONS(3115), + [aux_sym__val_number_token4] = ACTIONS(3115), + [aux_sym__val_number_token5] = ACTIONS(3115), + [aux_sym__val_number_token6] = ACTIONS(3115), + [anon_sym_0b] = ACTIONS(3115), + [anon_sym_0o] = ACTIONS(3115), + [anon_sym_0x] = ACTIONS(3115), + [sym_val_date] = ACTIONS(3115), + [anon_sym_DQUOTE] = ACTIONS(3115), + [sym__str_single_quotes] = ACTIONS(3115), + [sym__str_back_ticks] = ACTIONS(3115), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3115), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_POUND] = ACTIONS(105), + }, + [1202] = { + [sym_comment] = STATE(1202), + [ts_builtin_sym_end] = ACTIONS(2876), + [anon_sym_export] = ACTIONS(2874), + [anon_sym_alias] = ACTIONS(2874), + [anon_sym_let] = ACTIONS(2874), + [anon_sym_let_DASHenv] = ACTIONS(2874), + [anon_sym_mut] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_SEMI] = ACTIONS(2874), + [sym_cmd_identifier] = ACTIONS(2874), + [anon_sym_LF] = ACTIONS(2876), + [anon_sym_def] = ACTIONS(2874), + [anon_sym_export_DASHenv] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym_module] = ACTIONS(2874), + [anon_sym_use] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_LPAREN] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2874), + [anon_sym_error] = ACTIONS(2874), + [anon_sym_DASH] = ACTIONS(2874), + [anon_sym_break] = ACTIONS(2874), + [anon_sym_continue] = ACTIONS(2874), + [anon_sym_for] = ACTIONS(2874), + [anon_sym_loop] = ACTIONS(2874), + [anon_sym_while] = ACTIONS(2874), + [anon_sym_do] = ACTIONS(2874), + [anon_sym_if] = ACTIONS(2874), + [anon_sym_match] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [anon_sym_DOT] = ACTIONS(2874), + [anon_sym_DOT2] = ACTIONS(2876), + [anon_sym_try] = ACTIONS(2874), + [anon_sym_return] = ACTIONS(2874), + [anon_sym_source] = ACTIONS(2874), + [anon_sym_source_DASHenv] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_hide] = ACTIONS(2874), + [anon_sym_hide_DASHenv] = ACTIONS(2874), + [anon_sym_overlay] = ACTIONS(2874), + [anon_sym_where] = ACTIONS(2874), + [anon_sym_PLUS] = ACTIONS(2874), + [anon_sym_not] = ACTIONS(2874), + [aux_sym__immediate_decimal_token2] = ACTIONS(3121), + [anon_sym_null] = ACTIONS(2874), + [anon_sym_true] = ACTIONS(2874), + [anon_sym_false] = ACTIONS(2874), + [aux_sym__val_number_decimal_token1] = ACTIONS(2874), + [aux_sym__val_number_token1] = ACTIONS(2874), + [aux_sym__val_number_token2] = ACTIONS(2874), + [aux_sym__val_number_token3] = ACTIONS(2874), + [aux_sym__val_number_token4] = ACTIONS(2874), + [aux_sym__val_number_token5] = ACTIONS(2874), + [aux_sym__val_number_token6] = ACTIONS(2874), + [anon_sym_0b] = ACTIONS(2874), + [anon_sym_0o] = ACTIONS(2874), + [anon_sym_0x] = ACTIONS(2874), + [sym_val_date] = ACTIONS(2874), + [anon_sym_DQUOTE] = ACTIONS(2874), + [sym__str_single_quotes] = ACTIONS(2874), + [sym__str_back_ticks] = ACTIONS(2874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2874), + [anon_sym_CARET] = ACTIONS(2874), + [anon_sym_POUND] = ACTIONS(105), + }, + [1203] = { + [sym_comment] = STATE(1203), + [anon_sym_export] = ACTIONS(1507), + [anon_sym_alias] = ACTIONS(1507), + [anon_sym_let] = ACTIONS(1507), + [anon_sym_let_DASHenv] = ACTIONS(1507), + [anon_sym_mut] = ACTIONS(1507), + [anon_sym_const] = ACTIONS(1507), + [anon_sym_SEMI] = ACTIONS(1507), + [sym_cmd_identifier] = ACTIONS(1507), + [anon_sym_LF] = ACTIONS(1509), + [anon_sym_def] = ACTIONS(1507), + [anon_sym_export_DASHenv] = ACTIONS(1507), + [anon_sym_extern] = ACTIONS(1507), + [anon_sym_module] = ACTIONS(1507), + [anon_sym_use] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_RPAREN] = ACTIONS(1507), + [anon_sym_DOLLAR] = ACTIONS(1507), + [anon_sym_error] = ACTIONS(1507), + [anon_sym_DASH] = ACTIONS(1507), + [anon_sym_break] = ACTIONS(1507), + [anon_sym_continue] = ACTIONS(1507), + [anon_sym_for] = ACTIONS(1507), + [anon_sym_loop] = ACTIONS(1507), + [anon_sym_while] = ACTIONS(1507), + [anon_sym_do] = ACTIONS(1507), + [anon_sym_if] = ACTIONS(1507), + [anon_sym_match] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1507), + [anon_sym_DOT2] = ACTIONS(1509), + [anon_sym_try] = ACTIONS(1507), + [anon_sym_return] = ACTIONS(1507), + [anon_sym_source] = ACTIONS(1507), + [anon_sym_source_DASHenv] = ACTIONS(1507), + [anon_sym_register] = ACTIONS(1507), + [anon_sym_hide] = ACTIONS(1507), + [anon_sym_hide_DASHenv] = ACTIONS(1507), + [anon_sym_overlay] = ACTIONS(1507), + [anon_sym_where] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1507), + [anon_sym_not] = ACTIONS(1507), + [anon_sym_null] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1507), + [anon_sym_false] = ACTIONS(1507), + [aux_sym__val_number_decimal_token1] = ACTIONS(1507), + [aux_sym__val_number_token1] = ACTIONS(1507), + [aux_sym__val_number_token2] = ACTIONS(1507), + [aux_sym__val_number_token3] = ACTIONS(1507), + [aux_sym__val_number_token4] = ACTIONS(1507), + [aux_sym__val_number_token5] = ACTIONS(1507), + [aux_sym__val_number_token6] = ACTIONS(1507), + [anon_sym_0b] = ACTIONS(1507), + [anon_sym_0o] = ACTIONS(1507), + [anon_sym_0x] = ACTIONS(1507), + [sym_val_date] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(1507), + [sym__str_single_quotes] = ACTIONS(1507), + [sym__str_back_ticks] = ACTIONS(1507), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1507), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1507), + [anon_sym_CARET] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(105), + }, + [1204] = { + [sym_comment] = STATE(1204), + [anon_sym_export] = ACTIONS(3123), + [anon_sym_alias] = ACTIONS(3123), + [anon_sym_let] = ACTIONS(3123), + [anon_sym_let_DASHenv] = ACTIONS(3123), + [anon_sym_mut] = ACTIONS(3123), + [anon_sym_const] = ACTIONS(3123), + [anon_sym_SEMI] = ACTIONS(3123), + [sym_cmd_identifier] = ACTIONS(3123), + [anon_sym_LF] = ACTIONS(3125), + [anon_sym_def] = ACTIONS(3123), + [anon_sym_export_DASHenv] = ACTIONS(3123), + [anon_sym_extern] = ACTIONS(3123), + [anon_sym_module] = ACTIONS(3123), + [anon_sym_use] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_DOLLAR] = ACTIONS(3123), + [anon_sym_error] = ACTIONS(3123), + [anon_sym_DASH] = ACTIONS(3123), + [anon_sym_break] = ACTIONS(3123), + [anon_sym_continue] = ACTIONS(3123), + [anon_sym_for] = ACTIONS(3123), + [anon_sym_loop] = ACTIONS(3123), + [anon_sym_while] = ACTIONS(3123), + [anon_sym_do] = ACTIONS(3123), + [anon_sym_if] = ACTIONS(3123), + [anon_sym_match] = ACTIONS(3123), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_DOT] = ACTIONS(3123), + [anon_sym_DOT2] = ACTIONS(3127), + [anon_sym_try] = ACTIONS(3123), + [anon_sym_return] = ACTIONS(3123), + [anon_sym_source] = ACTIONS(3123), + [anon_sym_source_DASHenv] = ACTIONS(3123), + [anon_sym_register] = ACTIONS(3123), + [anon_sym_hide] = ACTIONS(3123), + [anon_sym_hide_DASHenv] = ACTIONS(3123), + [anon_sym_overlay] = ACTIONS(3123), + [anon_sym_where] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3123), + [anon_sym_not] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3123), + [anon_sym_false] = ACTIONS(3123), + [aux_sym__val_number_decimal_token1] = ACTIONS(3123), + [aux_sym__val_number_token1] = ACTIONS(3123), + [aux_sym__val_number_token2] = ACTIONS(3123), + [aux_sym__val_number_token3] = ACTIONS(3123), + [aux_sym__val_number_token4] = ACTIONS(3123), + [aux_sym__val_number_token5] = ACTIONS(3123), + [aux_sym__val_number_token6] = ACTIONS(3123), + [anon_sym_0b] = ACTIONS(3123), + [anon_sym_0o] = ACTIONS(3123), + [anon_sym_0x] = ACTIONS(3123), + [sym_val_date] = ACTIONS(3123), + [anon_sym_DQUOTE] = ACTIONS(3123), + [sym__str_single_quotes] = ACTIONS(3123), + [sym__str_back_ticks] = ACTIONS(3123), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3123), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3123), + [anon_sym_CARET] = ACTIONS(3123), + [anon_sym_POUND] = ACTIONS(105), + }, [1205] = { [sym_comment] = STATE(1205), - [anon_sym_export] = ACTIONS(2734), - [anon_sym_alias] = ACTIONS(2734), - [anon_sym_let] = ACTIONS(2734), - [anon_sym_let_DASHenv] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_SEMI] = ACTIONS(2734), - [sym_cmd_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2736), - [anon_sym_def] = ACTIONS(2734), - [anon_sym_export_DASHenv] = ACTIONS(2734), - [anon_sym_extern] = ACTIONS(2734), - [anon_sym_module] = ACTIONS(2734), - [anon_sym_use] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_RPAREN] = ACTIONS(2734), - [anon_sym_DOLLAR] = ACTIONS(2734), - [anon_sym_error] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_loop] = ACTIONS(2734), - [anon_sym_while] = ACTIONS(2734), - [anon_sym_do] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_try] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_source] = ACTIONS(2734), - [anon_sym_source_DASHenv] = ACTIONS(2734), - [anon_sym_register] = ACTIONS(2734), - [anon_sym_hide] = ACTIONS(2734), - [anon_sym_hide_DASHenv] = ACTIONS(2734), - [anon_sym_overlay] = ACTIONS(2734), - [anon_sym_where] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_not] = ACTIONS(2734), - [aux_sym__immediate_decimal_token2] = ACTIONS(2927), - [sym_val_nothing] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2734), - [anon_sym_false] = ACTIONS(2734), - [aux_sym__val_number_decimal_token1] = ACTIONS(2734), - [aux_sym__val_number_token1] = ACTIONS(2734), - [aux_sym__val_number_token2] = ACTIONS(2734), - [aux_sym__val_number_token3] = ACTIONS(2734), - [aux_sym__val_number_token4] = ACTIONS(2734), - [aux_sym__val_number_token5] = ACTIONS(2734), - [aux_sym__val_number_token6] = ACTIONS(2734), - [anon_sym_0b] = ACTIONS(2734), - [anon_sym_0o] = ACTIONS(2734), - [anon_sym_0x] = ACTIONS(2734), - [sym_val_date] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2734), - [sym__str_single_quotes] = ACTIONS(2734), - [sym__str_back_ticks] = ACTIONS(2734), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2734), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), + [anon_sym_export] = ACTIONS(3129), + [anon_sym_alias] = ACTIONS(3129), + [anon_sym_let] = ACTIONS(3129), + [anon_sym_let_DASHenv] = ACTIONS(3129), + [anon_sym_mut] = ACTIONS(3129), + [anon_sym_const] = ACTIONS(3129), + [anon_sym_SEMI] = ACTIONS(3129), + [sym_cmd_identifier] = ACTIONS(3129), + [anon_sym_LF] = ACTIONS(3131), + [anon_sym_def] = ACTIONS(3129), + [anon_sym_export_DASHenv] = ACTIONS(3129), + [anon_sym_extern] = ACTIONS(3129), + [anon_sym_module] = ACTIONS(3129), + [anon_sym_use] = ACTIONS(3129), + [anon_sym_LBRACK] = ACTIONS(3129), + [anon_sym_LPAREN] = ACTIONS(3129), + [anon_sym_RPAREN] = ACTIONS(3129), + [anon_sym_DOLLAR] = ACTIONS(3129), + [anon_sym_error] = ACTIONS(3129), + [anon_sym_DASH] = ACTIONS(3129), + [anon_sym_break] = ACTIONS(3129), + [anon_sym_continue] = ACTIONS(3129), + [anon_sym_for] = ACTIONS(3129), + [anon_sym_loop] = ACTIONS(3129), + [anon_sym_while] = ACTIONS(3129), + [anon_sym_do] = ACTIONS(3129), + [anon_sym_if] = ACTIONS(3129), + [anon_sym_match] = ACTIONS(3129), + [anon_sym_LBRACE] = ACTIONS(3129), + [anon_sym_RBRACE] = ACTIONS(3129), + [anon_sym_DOT] = ACTIONS(3129), + [anon_sym_DOT2] = ACTIONS(3133), + [anon_sym_try] = ACTIONS(3129), + [anon_sym_return] = ACTIONS(3129), + [anon_sym_source] = ACTIONS(3129), + [anon_sym_source_DASHenv] = ACTIONS(3129), + [anon_sym_register] = ACTIONS(3129), + [anon_sym_hide] = ACTIONS(3129), + [anon_sym_hide_DASHenv] = ACTIONS(3129), + [anon_sym_overlay] = ACTIONS(3129), + [anon_sym_where] = ACTIONS(3129), + [anon_sym_PLUS] = ACTIONS(3129), + [anon_sym_not] = ACTIONS(3129), + [anon_sym_null] = ACTIONS(3129), + [anon_sym_true] = ACTIONS(3129), + [anon_sym_false] = ACTIONS(3129), + [aux_sym__val_number_decimal_token1] = ACTIONS(3129), + [aux_sym__val_number_token1] = ACTIONS(3129), + [aux_sym__val_number_token2] = ACTIONS(3129), + [aux_sym__val_number_token3] = ACTIONS(3129), + [aux_sym__val_number_token4] = ACTIONS(3129), + [aux_sym__val_number_token5] = ACTIONS(3129), + [aux_sym__val_number_token6] = ACTIONS(3129), + [anon_sym_0b] = ACTIONS(3129), + [anon_sym_0o] = ACTIONS(3129), + [anon_sym_0x] = ACTIONS(3129), + [sym_val_date] = ACTIONS(3129), + [anon_sym_DQUOTE] = ACTIONS(3129), + [sym__str_single_quotes] = ACTIONS(3129), + [sym__str_back_ticks] = ACTIONS(3129), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3129), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3129), + [anon_sym_CARET] = ACTIONS(3129), [anon_sym_POUND] = ACTIONS(105), }, [1206] = { - [sym_block] = STATE(1325), [sym_comment] = STATE(1206), - [anon_sym_export] = ACTIONS(3101), - [anon_sym_alias] = ACTIONS(3101), - [anon_sym_let] = ACTIONS(3101), - [anon_sym_let_DASHenv] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_const] = ACTIONS(3101), - [anon_sym_SEMI] = ACTIONS(3101), - [sym_cmd_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3103), - [anon_sym_def] = ACTIONS(3101), - [anon_sym_export_DASHenv] = ACTIONS(3101), - [anon_sym_extern] = ACTIONS(3101), - [anon_sym_module] = ACTIONS(3101), - [anon_sym_use] = ACTIONS(3101), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym_RPAREN] = ACTIONS(3101), - [anon_sym_DOLLAR] = ACTIONS(3101), - [anon_sym_error] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_loop] = ACTIONS(3101), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_do] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3042), - [anon_sym_RBRACE] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_source] = ACTIONS(3101), - [anon_sym_source_DASHenv] = ACTIONS(3101), - [anon_sym_register] = ACTIONS(3101), - [anon_sym_hide] = ACTIONS(3101), - [anon_sym_hide_DASHenv] = ACTIONS(3101), - [anon_sym_overlay] = ACTIONS(3101), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_not] = ACTIONS(3101), - [sym_val_nothing] = ACTIONS(3101), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [aux_sym__val_number_decimal_token1] = ACTIONS(3101), - [aux_sym__val_number_token1] = ACTIONS(3101), - [aux_sym__val_number_token2] = ACTIONS(3101), - [aux_sym__val_number_token3] = ACTIONS(3101), - [aux_sym__val_number_token4] = ACTIONS(3101), - [aux_sym__val_number_token5] = ACTIONS(3101), - [aux_sym__val_number_token6] = ACTIONS(3101), - [anon_sym_0b] = ACTIONS(3101), - [anon_sym_0o] = ACTIONS(3101), - [anon_sym_0x] = ACTIONS(3101), - [sym_val_date] = ACTIONS(3101), - [anon_sym_DQUOTE] = ACTIONS(3101), - [sym__str_single_quotes] = ACTIONS(3101), - [sym__str_back_ticks] = ACTIONS(3101), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3101), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), + [ts_builtin_sym_end] = ACTIONS(2784), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_DOT2] = ACTIONS(2784), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token2] = ACTIONS(2898), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), [anon_sym_POUND] = ACTIONS(105), }, [1207] = { [sym_comment] = STATE(1207), - [ts_builtin_sym_end] = ACTIONS(1448), - [anon_sym_export] = ACTIONS(1446), - [anon_sym_alias] = ACTIONS(1446), - [anon_sym_let] = ACTIONS(1446), - [anon_sym_let_DASHenv] = ACTIONS(1446), - [anon_sym_mut] = ACTIONS(1446), - [anon_sym_const] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [sym_cmd_identifier] = ACTIONS(1446), - [anon_sym_LF] = ACTIONS(1448), - [anon_sym_def] = ACTIONS(1446), - [anon_sym_export_DASHenv] = ACTIONS(1446), - [anon_sym_extern] = ACTIONS(1446), - [anon_sym_module] = ACTIONS(1446), - [anon_sym_use] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [anon_sym_error] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1446), - [anon_sym_continue] = ACTIONS(1446), - [anon_sym_for] = ACTIONS(1446), - [anon_sym_loop] = ACTIONS(1446), - [anon_sym_while] = ACTIONS(1446), - [anon_sym_do] = ACTIONS(1446), - [anon_sym_if] = ACTIONS(1446), - [anon_sym_match] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_DOT] = ACTIONS(1446), - [anon_sym_DOT2] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1446), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_source] = ACTIONS(1446), - [anon_sym_source_DASHenv] = ACTIONS(1446), - [anon_sym_register] = ACTIONS(1446), - [anon_sym_hide] = ACTIONS(1446), - [anon_sym_hide_DASHenv] = ACTIONS(1446), - [anon_sym_overlay] = ACTIONS(1446), - [anon_sym_where] = ACTIONS(1446), - [anon_sym_QMARK2] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_not] = ACTIONS(1446), - [sym_val_nothing] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1446), - [anon_sym_false] = ACTIONS(1446), - [aux_sym__val_number_decimal_token1] = ACTIONS(1446), - [aux_sym__val_number_token1] = ACTIONS(1446), - [aux_sym__val_number_token2] = ACTIONS(1446), - [aux_sym__val_number_token3] = ACTIONS(1446), - [aux_sym__val_number_token4] = ACTIONS(1446), - [aux_sym__val_number_token5] = ACTIONS(1446), - [aux_sym__val_number_token6] = ACTIONS(1446), - [anon_sym_0b] = ACTIONS(1446), - [anon_sym_0o] = ACTIONS(1446), - [anon_sym_0x] = ACTIONS(1446), - [sym_val_date] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [sym__str_single_quotes] = ACTIONS(1446), - [sym__str_back_ticks] = ACTIONS(1446), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1446), - [anon_sym_CARET] = ACTIONS(1446), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_RPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_RBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token2] = ACTIONS(2948), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), [anon_sym_POUND] = ACTIONS(105), }, [1208] = { [sym_comment] = STATE(1208), - [anon_sym_export] = ACTIONS(3105), - [anon_sym_alias] = ACTIONS(3105), - [anon_sym_let] = ACTIONS(3105), - [anon_sym_let_DASHenv] = ACTIONS(3105), - [anon_sym_mut] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3105), - [sym_cmd_identifier] = ACTIONS(3105), - [anon_sym_LF] = ACTIONS(3107), - [anon_sym_def] = ACTIONS(3105), - [anon_sym_export_DASHenv] = ACTIONS(3105), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym_module] = ACTIONS(3105), - [anon_sym_use] = ACTIONS(3105), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_LPAREN] = ACTIONS(3105), - [anon_sym_RPAREN] = ACTIONS(3105), - [anon_sym_DOLLAR] = ACTIONS(3105), - [anon_sym_error] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_break] = ACTIONS(3105), - [anon_sym_continue] = ACTIONS(3105), - [anon_sym_for] = ACTIONS(3105), - [anon_sym_loop] = ACTIONS(3105), - [anon_sym_while] = ACTIONS(3105), - [anon_sym_do] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3105), - [anon_sym_match] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3105), - [anon_sym_RBRACE] = ACTIONS(3105), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_try] = ACTIONS(3105), - [anon_sym_return] = ACTIONS(3105), - [anon_sym_source] = ACTIONS(3105), - [anon_sym_source_DASHenv] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_hide] = ACTIONS(3105), - [anon_sym_hide_DASHenv] = ACTIONS(3105), - [anon_sym_overlay] = ACTIONS(3105), - [anon_sym_as] = ACTIONS(3105), - [anon_sym_where] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_not] = ACTIONS(3105), - [sym_val_nothing] = ACTIONS(3105), - [anon_sym_true] = ACTIONS(3105), - [anon_sym_false] = ACTIONS(3105), - [aux_sym__val_number_decimal_token1] = ACTIONS(3105), - [aux_sym__val_number_token1] = ACTIONS(3105), - [aux_sym__val_number_token2] = ACTIONS(3105), - [aux_sym__val_number_token3] = ACTIONS(3105), - [aux_sym__val_number_token4] = ACTIONS(3105), - [aux_sym__val_number_token5] = ACTIONS(3105), - [aux_sym__val_number_token6] = ACTIONS(3105), - [anon_sym_0b] = ACTIONS(3105), - [anon_sym_0o] = ACTIONS(3105), - [anon_sym_0x] = ACTIONS(3105), - [sym_val_date] = ACTIONS(3105), - [anon_sym_DQUOTE] = ACTIONS(3105), - [sym__str_single_quotes] = ACTIONS(3105), - [sym__str_back_ticks] = ACTIONS(3105), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3105), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3105), - [anon_sym_CARET] = ACTIONS(3105), + [ts_builtin_sym_end] = ACTIONS(2906), + [anon_sym_export] = ACTIONS(2904), + [anon_sym_alias] = ACTIONS(2904), + [anon_sym_let] = ACTIONS(2904), + [anon_sym_let_DASHenv] = ACTIONS(2904), + [anon_sym_mut] = ACTIONS(2904), + [anon_sym_const] = ACTIONS(2904), + [anon_sym_SEMI] = ACTIONS(2904), + [sym_cmd_identifier] = ACTIONS(2904), + [anon_sym_LF] = ACTIONS(2906), + [anon_sym_def] = ACTIONS(2904), + [anon_sym_export_DASHenv] = ACTIONS(2904), + [anon_sym_extern] = ACTIONS(2904), + [anon_sym_module] = ACTIONS(2904), + [anon_sym_use] = ACTIONS(2904), + [anon_sym_LBRACK] = ACTIONS(2904), + [anon_sym_LPAREN] = ACTIONS(2904), + [anon_sym_DOLLAR] = ACTIONS(2904), + [anon_sym_error] = ACTIONS(2904), + [anon_sym_DASH] = ACTIONS(2904), + [anon_sym_break] = ACTIONS(2904), + [anon_sym_continue] = ACTIONS(2904), + [anon_sym_for] = ACTIONS(2904), + [anon_sym_loop] = ACTIONS(2904), + [anon_sym_while] = ACTIONS(2904), + [anon_sym_do] = ACTIONS(2904), + [anon_sym_if] = ACTIONS(2904), + [anon_sym_match] = ACTIONS(2904), + [anon_sym_LBRACE] = ACTIONS(2904), + [anon_sym_DOT] = ACTIONS(2904), + [anon_sym_DOT2] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(2904), + [anon_sym_return] = ACTIONS(2904), + [anon_sym_source] = ACTIONS(2904), + [anon_sym_source_DASHenv] = ACTIONS(2904), + [anon_sym_register] = ACTIONS(2904), + [anon_sym_hide] = ACTIONS(2904), + [anon_sym_hide_DASHenv] = ACTIONS(2904), + [anon_sym_overlay] = ACTIONS(2904), + [anon_sym_where] = ACTIONS(2904), + [anon_sym_PLUS] = ACTIONS(2904), + [anon_sym_not] = ACTIONS(2904), + [aux_sym__immediate_decimal_token2] = ACTIONS(3138), + [anon_sym_null] = ACTIONS(2904), + [anon_sym_true] = ACTIONS(2904), + [anon_sym_false] = ACTIONS(2904), + [aux_sym__val_number_decimal_token1] = ACTIONS(2904), + [aux_sym__val_number_token1] = ACTIONS(2904), + [aux_sym__val_number_token2] = ACTIONS(2904), + [aux_sym__val_number_token3] = ACTIONS(2904), + [aux_sym__val_number_token4] = ACTIONS(2904), + [aux_sym__val_number_token5] = ACTIONS(2904), + [aux_sym__val_number_token6] = ACTIONS(2904), + [anon_sym_0b] = ACTIONS(2904), + [anon_sym_0o] = ACTIONS(2904), + [anon_sym_0x] = ACTIONS(2904), + [sym_val_date] = ACTIONS(2904), + [anon_sym_DQUOTE] = ACTIONS(2904), + [sym__str_single_quotes] = ACTIONS(2904), + [sym__str_back_ticks] = ACTIONS(2904), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2904), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2904), + [anon_sym_CARET] = ACTIONS(2904), [anon_sym_POUND] = ACTIONS(105), }, [1209] = { - [sym_block] = STATE(1321), [sym_comment] = STATE(1209), - [anon_sym_export] = ACTIONS(3101), - [anon_sym_alias] = ACTIONS(3101), - [anon_sym_let] = ACTIONS(3101), - [anon_sym_let_DASHenv] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_const] = ACTIONS(3101), - [anon_sym_SEMI] = ACTIONS(3101), - [sym_cmd_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3103), - [anon_sym_def] = ACTIONS(3101), - [anon_sym_export_DASHenv] = ACTIONS(3101), - [anon_sym_extern] = ACTIONS(3101), - [anon_sym_module] = ACTIONS(3101), - [anon_sym_use] = ACTIONS(3101), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym_RPAREN] = ACTIONS(3101), - [anon_sym_DOLLAR] = ACTIONS(3101), - [anon_sym_error] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_loop] = ACTIONS(3101), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_do] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3042), - [anon_sym_RBRACE] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_source] = ACTIONS(3101), - [anon_sym_source_DASHenv] = ACTIONS(3101), - [anon_sym_register] = ACTIONS(3101), - [anon_sym_hide] = ACTIONS(3101), - [anon_sym_hide_DASHenv] = ACTIONS(3101), - [anon_sym_overlay] = ACTIONS(3101), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_not] = ACTIONS(3101), - [sym_val_nothing] = ACTIONS(3101), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [aux_sym__val_number_decimal_token1] = ACTIONS(3101), - [aux_sym__val_number_token1] = ACTIONS(3101), - [aux_sym__val_number_token2] = ACTIONS(3101), - [aux_sym__val_number_token3] = ACTIONS(3101), - [aux_sym__val_number_token4] = ACTIONS(3101), - [aux_sym__val_number_token5] = ACTIONS(3101), - [aux_sym__val_number_token6] = ACTIONS(3101), - [anon_sym_0b] = ACTIONS(3101), - [anon_sym_0o] = ACTIONS(3101), - [anon_sym_0x] = ACTIONS(3101), - [sym_val_date] = ACTIONS(3101), - [anon_sym_DQUOTE] = ACTIONS(3101), - [sym__str_single_quotes] = ACTIONS(3101), - [sym__str_back_ticks] = ACTIONS(3101), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3101), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), + [anon_sym_export] = ACTIONS(2874), + [anon_sym_alias] = ACTIONS(2874), + [anon_sym_let] = ACTIONS(2874), + [anon_sym_let_DASHenv] = ACTIONS(2874), + [anon_sym_mut] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_SEMI] = ACTIONS(2874), + [sym_cmd_identifier] = ACTIONS(2874), + [anon_sym_LF] = ACTIONS(2876), + [anon_sym_def] = ACTIONS(2874), + [anon_sym_export_DASHenv] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym_module] = ACTIONS(2874), + [anon_sym_use] = ACTIONS(2874), + [anon_sym_LBRACK] = ACTIONS(2874), + [anon_sym_LPAREN] = ACTIONS(2874), + [anon_sym_RPAREN] = ACTIONS(2874), + [anon_sym_DOLLAR] = ACTIONS(2874), + [anon_sym_error] = ACTIONS(2874), + [anon_sym_DASH] = ACTIONS(2874), + [anon_sym_break] = ACTIONS(2874), + [anon_sym_continue] = ACTIONS(2874), + [anon_sym_for] = ACTIONS(2874), + [anon_sym_loop] = ACTIONS(2874), + [anon_sym_while] = ACTIONS(2874), + [anon_sym_do] = ACTIONS(2874), + [anon_sym_if] = ACTIONS(2874), + [anon_sym_match] = ACTIONS(2874), + [anon_sym_LBRACE] = ACTIONS(2874), + [anon_sym_RBRACE] = ACTIONS(2874), + [anon_sym_DOT] = ACTIONS(2874), + [anon_sym_try] = ACTIONS(2874), + [anon_sym_return] = ACTIONS(2874), + [anon_sym_source] = ACTIONS(2874), + [anon_sym_source_DASHenv] = ACTIONS(2874), + [anon_sym_register] = ACTIONS(2874), + [anon_sym_hide] = ACTIONS(2874), + [anon_sym_hide_DASHenv] = ACTIONS(2874), + [anon_sym_overlay] = ACTIONS(2874), + [anon_sym_where] = ACTIONS(2874), + [anon_sym_PLUS] = ACTIONS(2874), + [anon_sym_not] = ACTIONS(2874), + [aux_sym__immediate_decimal_token2] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(2874), + [anon_sym_true] = ACTIONS(2874), + [anon_sym_false] = ACTIONS(2874), + [aux_sym__val_number_decimal_token1] = ACTIONS(2874), + [aux_sym__val_number_token1] = ACTIONS(2874), + [aux_sym__val_number_token2] = ACTIONS(2874), + [aux_sym__val_number_token3] = ACTIONS(2874), + [aux_sym__val_number_token4] = ACTIONS(2874), + [aux_sym__val_number_token5] = ACTIONS(2874), + [aux_sym__val_number_token6] = ACTIONS(2874), + [anon_sym_0b] = ACTIONS(2874), + [anon_sym_0o] = ACTIONS(2874), + [anon_sym_0x] = ACTIONS(2874), + [sym_val_date] = ACTIONS(2874), + [anon_sym_DQUOTE] = ACTIONS(2874), + [sym__str_single_quotes] = ACTIONS(2874), + [sym__str_back_ticks] = ACTIONS(2874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2874), + [anon_sym_CARET] = ACTIONS(2874), + [anon_sym_POUND] = ACTIONS(105), + }, + [1210] = { + [sym_block] = STATE(1357), + [sym_comment] = STATE(1210), + [anon_sym_export] = ACTIONS(3142), + [anon_sym_alias] = ACTIONS(3142), + [anon_sym_let] = ACTIONS(3142), + [anon_sym_let_DASHenv] = ACTIONS(3142), + [anon_sym_mut] = ACTIONS(3142), + [anon_sym_const] = ACTIONS(3142), + [anon_sym_SEMI] = ACTIONS(3142), + [sym_cmd_identifier] = ACTIONS(3142), + [anon_sym_LF] = ACTIONS(3144), + [anon_sym_def] = ACTIONS(3142), + [anon_sym_export_DASHenv] = ACTIONS(3142), + [anon_sym_extern] = ACTIONS(3142), + [anon_sym_module] = ACTIONS(3142), + [anon_sym_use] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(3142), + [anon_sym_LPAREN] = ACTIONS(3142), + [anon_sym_RPAREN] = ACTIONS(3142), + [anon_sym_DOLLAR] = ACTIONS(3142), + [anon_sym_error] = ACTIONS(3142), + [anon_sym_DASH] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_for] = ACTIONS(3142), + [anon_sym_loop] = ACTIONS(3142), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_do] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_match] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_source] = ACTIONS(3142), + [anon_sym_source_DASHenv] = ACTIONS(3142), + [anon_sym_register] = ACTIONS(3142), + [anon_sym_hide] = ACTIONS(3142), + [anon_sym_hide_DASHenv] = ACTIONS(3142), + [anon_sym_overlay] = ACTIONS(3142), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_PLUS] = ACTIONS(3142), + [anon_sym_not] = ACTIONS(3142), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [aux_sym__val_number_decimal_token1] = ACTIONS(3142), + [aux_sym__val_number_token1] = ACTIONS(3142), + [aux_sym__val_number_token2] = ACTIONS(3142), + [aux_sym__val_number_token3] = ACTIONS(3142), + [aux_sym__val_number_token4] = ACTIONS(3142), + [aux_sym__val_number_token5] = ACTIONS(3142), + [aux_sym__val_number_token6] = ACTIONS(3142), + [anon_sym_0b] = ACTIONS(3142), + [anon_sym_0o] = ACTIONS(3142), + [anon_sym_0x] = ACTIONS(3142), + [sym_val_date] = ACTIONS(3142), + [anon_sym_DQUOTE] = ACTIONS(3142), + [sym__str_single_quotes] = ACTIONS(3142), + [sym__str_back_ticks] = ACTIONS(3142), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3142), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3142), + [anon_sym_CARET] = ACTIONS(3142), + [anon_sym_POUND] = ACTIONS(105), + }, + [1211] = { + [sym_block] = STATE(1359), + [sym_comment] = STATE(1211), + [anon_sym_export] = ACTIONS(3142), + [anon_sym_alias] = ACTIONS(3142), + [anon_sym_let] = ACTIONS(3142), + [anon_sym_let_DASHenv] = ACTIONS(3142), + [anon_sym_mut] = ACTIONS(3142), + [anon_sym_const] = ACTIONS(3142), + [anon_sym_SEMI] = ACTIONS(3142), + [sym_cmd_identifier] = ACTIONS(3142), + [anon_sym_LF] = ACTIONS(3144), + [anon_sym_def] = ACTIONS(3142), + [anon_sym_export_DASHenv] = ACTIONS(3142), + [anon_sym_extern] = ACTIONS(3142), + [anon_sym_module] = ACTIONS(3142), + [anon_sym_use] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(3142), + [anon_sym_LPAREN] = ACTIONS(3142), + [anon_sym_RPAREN] = ACTIONS(3142), + [anon_sym_DOLLAR] = ACTIONS(3142), + [anon_sym_error] = ACTIONS(3142), + [anon_sym_DASH] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_for] = ACTIONS(3142), + [anon_sym_loop] = ACTIONS(3142), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_do] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_match] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_source] = ACTIONS(3142), + [anon_sym_source_DASHenv] = ACTIONS(3142), + [anon_sym_register] = ACTIONS(3142), + [anon_sym_hide] = ACTIONS(3142), + [anon_sym_hide_DASHenv] = ACTIONS(3142), + [anon_sym_overlay] = ACTIONS(3142), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_PLUS] = ACTIONS(3142), + [anon_sym_not] = ACTIONS(3142), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [aux_sym__val_number_decimal_token1] = ACTIONS(3142), + [aux_sym__val_number_token1] = ACTIONS(3142), + [aux_sym__val_number_token2] = ACTIONS(3142), + [aux_sym__val_number_token3] = ACTIONS(3142), + [aux_sym__val_number_token4] = ACTIONS(3142), + [aux_sym__val_number_token5] = ACTIONS(3142), + [aux_sym__val_number_token6] = ACTIONS(3142), + [anon_sym_0b] = ACTIONS(3142), + [anon_sym_0o] = ACTIONS(3142), + [anon_sym_0x] = ACTIONS(3142), + [sym_val_date] = ACTIONS(3142), + [anon_sym_DQUOTE] = ACTIONS(3142), + [sym__str_single_quotes] = ACTIONS(3142), + [sym__str_back_ticks] = ACTIONS(3142), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3142), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3142), + [anon_sym_CARET] = ACTIONS(3142), + [anon_sym_POUND] = ACTIONS(105), + }, + [1212] = { + [sym_comment] = STATE(1212), + [ts_builtin_sym_end] = ACTIONS(1371), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(2675), + [anon_sym_POUND] = ACTIONS(105), + }, + [1213] = { + [sym_comment] = STATE(1213), + [ts_builtin_sym_end] = ACTIONS(2808), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(2808), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(2972), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), + [anon_sym_POUND] = ACTIONS(105), + }, + [1214] = { + [sym_block] = STATE(1377), + [sym_comment] = STATE(1214), + [anon_sym_export] = ACTIONS(3146), + [anon_sym_alias] = ACTIONS(3146), + [anon_sym_let] = ACTIONS(3146), + [anon_sym_let_DASHenv] = ACTIONS(3146), + [anon_sym_mut] = ACTIONS(3146), + [anon_sym_const] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3146), + [sym_cmd_identifier] = ACTIONS(3146), + [anon_sym_LF] = ACTIONS(3148), + [anon_sym_def] = ACTIONS(3146), + [anon_sym_export_DASHenv] = ACTIONS(3146), + [anon_sym_extern] = ACTIONS(3146), + [anon_sym_module] = ACTIONS(3146), + [anon_sym_use] = ACTIONS(3146), + [anon_sym_LBRACK] = ACTIONS(3146), + [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_RPAREN] = ACTIONS(3146), + [anon_sym_DOLLAR] = ACTIONS(3146), + [anon_sym_error] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_for] = ACTIONS(3146), + [anon_sym_loop] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_do] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_match] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(3150), + [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_source] = ACTIONS(3146), + [anon_sym_source_DASHenv] = ACTIONS(3146), + [anon_sym_register] = ACTIONS(3146), + [anon_sym_hide] = ACTIONS(3146), + [anon_sym_hide_DASHenv] = ACTIONS(3146), + [anon_sym_overlay] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_not] = ACTIONS(3146), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [aux_sym__val_number_decimal_token1] = ACTIONS(3146), + [aux_sym__val_number_token1] = ACTIONS(3146), + [aux_sym__val_number_token2] = ACTIONS(3146), + [aux_sym__val_number_token3] = ACTIONS(3146), + [aux_sym__val_number_token4] = ACTIONS(3146), + [aux_sym__val_number_token5] = ACTIONS(3146), + [aux_sym__val_number_token6] = ACTIONS(3146), + [anon_sym_0b] = ACTIONS(3146), + [anon_sym_0o] = ACTIONS(3146), + [anon_sym_0x] = ACTIONS(3146), + [sym_val_date] = ACTIONS(3146), + [anon_sym_DQUOTE] = ACTIONS(3146), + [sym__str_single_quotes] = ACTIONS(3146), + [sym__str_back_ticks] = ACTIONS(3146), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3146), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3146), + [anon_sym_CARET] = ACTIONS(3146), + [anon_sym_POUND] = ACTIONS(105), + }, + [1215] = { + [sym_comment] = STATE(1215), + [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), + [anon_sym_LF] = ACTIONS(3155), + [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), + }, + [1216] = { + [sym_comment] = STATE(1216), + [ts_builtin_sym_end] = ACTIONS(1456), + [anon_sym_export] = ACTIONS(1454), + [anon_sym_alias] = ACTIONS(1454), + [anon_sym_let] = ACTIONS(1454), + [anon_sym_let_DASHenv] = ACTIONS(1454), + [anon_sym_mut] = ACTIONS(1454), + [anon_sym_const] = ACTIONS(1454), + [anon_sym_SEMI] = ACTIONS(1454), + [sym_cmd_identifier] = ACTIONS(1454), + [anon_sym_LF] = ACTIONS(1456), + [anon_sym_def] = ACTIONS(1454), + [anon_sym_export_DASHenv] = ACTIONS(1454), + [anon_sym_extern] = ACTIONS(1454), + [anon_sym_module] = ACTIONS(1454), + [anon_sym_use] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_DOLLAR] = ACTIONS(1454), + [anon_sym_error] = ACTIONS(1454), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_break] = ACTIONS(1454), + [anon_sym_continue] = ACTIONS(1454), + [anon_sym_for] = ACTIONS(1454), + [anon_sym_loop] = ACTIONS(1454), + [anon_sym_while] = ACTIONS(1454), + [anon_sym_do] = ACTIONS(1454), + [anon_sym_if] = ACTIONS(1454), + [anon_sym_match] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_DOT] = ACTIONS(1454), + [anon_sym_DOT2] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1454), + [anon_sym_return] = ACTIONS(1454), + [anon_sym_source] = ACTIONS(1454), + [anon_sym_source_DASHenv] = ACTIONS(1454), + [anon_sym_register] = ACTIONS(1454), + [anon_sym_hide] = ACTIONS(1454), + [anon_sym_hide_DASHenv] = ACTIONS(1454), + [anon_sym_overlay] = ACTIONS(1454), + [anon_sym_where] = ACTIONS(1454), + [anon_sym_QMARK2] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1454), + [anon_sym_not] = ACTIONS(1454), + [anon_sym_null] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1454), + [anon_sym_false] = ACTIONS(1454), + [aux_sym__val_number_decimal_token1] = ACTIONS(1454), + [aux_sym__val_number_token1] = ACTIONS(1454), + [aux_sym__val_number_token2] = ACTIONS(1454), + [aux_sym__val_number_token3] = ACTIONS(1454), + [aux_sym__val_number_token4] = ACTIONS(1454), + [aux_sym__val_number_token5] = ACTIONS(1454), + [aux_sym__val_number_token6] = ACTIONS(1454), + [anon_sym_0b] = ACTIONS(1454), + [anon_sym_0o] = ACTIONS(1454), + [anon_sym_0x] = ACTIONS(1454), + [sym_val_date] = ACTIONS(1454), + [anon_sym_DQUOTE] = ACTIONS(1454), + [sym__str_single_quotes] = ACTIONS(1454), + [sym__str_back_ticks] = ACTIONS(1454), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1454), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1454), + [anon_sym_CARET] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(105), + }, + [1217] = { + [sym__match_pattern_expression] = STATE(3520), + [sym__match_pattern_value] = STATE(3524), + [sym__match_pattern_list] = STATE(3522), + [sym__match_pattern_rest] = STATE(5998), + [sym__match_pattern_ignore_rest] = STATE(5998), + [sym__expr_unary_minus] = STATE(3387), + [sym_expr_parenthesized] = STATE(3330), + [sym_val_range] = STATE(3383), + [sym__value] = STATE(3423), + [sym_val_nothing] = STATE(3389), + [sym_val_bool] = STATE(3389), + [sym_val_variable] = STATE(3332), + [sym__var] = STATE(3168), + [sym_val_number] = STATE(505), + [sym__val_number_decimal] = STATE(481), + [sym__val_number] = STATE(508), + [sym_val_duration] = STATE(3389), + [sym_val_filesize] = STATE(3389), + [sym_val_binary] = STATE(3389), + [sym_val_string] = STATE(3389), + [sym__str_double_quotes] = STATE(3419), + [sym_val_interpolated] = STATE(3413), + [sym__inter_single_quotes] = STATE(3417), + [sym__inter_double_quotes] = STATE(3418), + [sym_val_list] = STATE(3266), + [sym__list_item_expression] = STATE(3438), + [sym__list_item_starts_with_sign] = STATE(3380), + [sym_val_record] = STATE(3389), + [sym_val_table] = STATE(3389), + [sym_val_closure] = STATE(3413), + [sym_short_flag] = STATE(3380), + [sym_long_flag] = STATE(3380), + [sym__unquoted_in_list] = STATE(3380), + [sym_comment] = STATE(1217), + [aux_sym__match_pattern_list_repeat1] = STATE(2223), + [aux_sym_val_list_repeat1] = STATE(1666), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_RBRACK] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(3061), + [anon_sym_DOLLAR] = ACTIONS(3063), + [anon_sym_DASH] = ACTIONS(3065), + [anon_sym_LBRACE] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3069), + [anon_sym_PLUS] = ACTIONS(3071), + [anon_sym_null] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [aux_sym__val_number_decimal_token1] = ACTIONS(3077), + [aux_sym__val_number_token1] = ACTIONS(3079), + [aux_sym__val_number_token2] = ACTIONS(3079), + [aux_sym__val_number_token3] = ACTIONS(3079), + [aux_sym__val_number_token4] = ACTIONS(3081), + [aux_sym__val_number_token5] = ACTIONS(3081), + [aux_sym__val_number_token6] = ACTIONS(3081), + [anon_sym_0b] = ACTIONS(3083), + [anon_sym_0o] = ACTIONS(3083), + [anon_sym_0x] = ACTIONS(3083), + [sym_val_date] = ACTIONS(3085), + [anon_sym_DQUOTE] = ACTIONS(3087), + [sym__str_single_quotes] = ACTIONS(3089), + [sym__str_back_ticks] = ACTIONS(3089), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3091), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3093), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3095), + [anon_sym_POUND] = ACTIONS(3), + }, + [1218] = { + [sym_comment] = STATE(1218), + [anon_sym_export] = ACTIONS(3159), + [anon_sym_alias] = ACTIONS(3159), + [anon_sym_let] = ACTIONS(3159), + [anon_sym_let_DASHenv] = ACTIONS(3159), + [anon_sym_mut] = ACTIONS(3159), + [anon_sym_const] = ACTIONS(3159), + [anon_sym_SEMI] = ACTIONS(3159), + [sym_cmd_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3161), + [anon_sym_def] = ACTIONS(3159), + [anon_sym_export_DASHenv] = ACTIONS(3159), + [anon_sym_extern] = ACTIONS(3159), + [anon_sym_module] = ACTIONS(3159), + [anon_sym_use] = ACTIONS(3159), + [anon_sym_LBRACK] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym_RPAREN] = ACTIONS(3159), + [anon_sym_DOLLAR] = ACTIONS(3159), + [anon_sym_error] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_break] = ACTIONS(3159), + [anon_sym_continue] = ACTIONS(3159), + [anon_sym_for] = ACTIONS(3159), + [anon_sym_loop] = ACTIONS(3159), + [anon_sym_while] = ACTIONS(3159), + [anon_sym_do] = ACTIONS(3159), + [anon_sym_if] = ACTIONS(3159), + [anon_sym_match] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_RBRACE] = ACTIONS(3159), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_try] = ACTIONS(3159), + [anon_sym_return] = ACTIONS(3159), + [anon_sym_source] = ACTIONS(3159), + [anon_sym_source_DASHenv] = ACTIONS(3159), + [anon_sym_register] = ACTIONS(3159), + [anon_sym_hide] = ACTIONS(3159), + [anon_sym_hide_DASHenv] = ACTIONS(3159), + [anon_sym_overlay] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_where] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_not] = ACTIONS(3159), + [anon_sym_null] = ACTIONS(3159), + [anon_sym_true] = ACTIONS(3159), + [anon_sym_false] = ACTIONS(3159), + [aux_sym__val_number_decimal_token1] = ACTIONS(3159), + [aux_sym__val_number_token1] = ACTIONS(3159), + [aux_sym__val_number_token2] = ACTIONS(3159), + [aux_sym__val_number_token3] = ACTIONS(3159), + [aux_sym__val_number_token4] = ACTIONS(3159), + [aux_sym__val_number_token5] = ACTIONS(3159), + [aux_sym__val_number_token6] = ACTIONS(3159), + [anon_sym_0b] = ACTIONS(3159), + [anon_sym_0o] = ACTIONS(3159), + [anon_sym_0x] = ACTIONS(3159), + [sym_val_date] = ACTIONS(3159), + [anon_sym_DQUOTE] = ACTIONS(3159), + [sym__str_single_quotes] = ACTIONS(3159), + [sym__str_back_ticks] = ACTIONS(3159), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3159), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_POUND] = ACTIONS(105), + }, + [1219] = { + [sym_val_record] = STATE(1280), + [sym_comment] = STATE(1219), + [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_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), + }, + [1220] = { + [sym_val_record] = STATE(1243), + [sym_comment] = STATE(1220), + [anon_sym_export] = ACTIONS(3167), + [anon_sym_alias] = ACTIONS(3167), + [anon_sym_let] = ACTIONS(3167), + [anon_sym_let_DASHenv] = ACTIONS(3167), + [anon_sym_mut] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3167), + [sym_cmd_identifier] = ACTIONS(3167), + [anon_sym_LF] = ACTIONS(3169), + [anon_sym_def] = ACTIONS(3167), + [anon_sym_export_DASHenv] = ACTIONS(3167), + [anon_sym_extern] = ACTIONS(3167), + [anon_sym_module] = ACTIONS(3167), + [anon_sym_use] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3167), + [anon_sym_RPAREN] = ACTIONS(3167), + [anon_sym_DOLLAR] = ACTIONS(3167), + [anon_sym_error] = ACTIONS(3167), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_loop] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3167), + [anon_sym_do] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_match] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3167), + [anon_sym_RBRACE] = ACTIONS(3167), + [anon_sym_DOT] = ACTIONS(3167), + [anon_sym_try] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_source] = ACTIONS(3167), + [anon_sym_source_DASHenv] = ACTIONS(3167), + [anon_sym_register] = ACTIONS(3167), + [anon_sym_hide] = ACTIONS(3167), + [anon_sym_hide_DASHenv] = ACTIONS(3167), + [anon_sym_overlay] = ACTIONS(3167), + [anon_sym_where] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_not] = ACTIONS(3167), + [anon_sym_null] = ACTIONS(3167), + [anon_sym_true] = ACTIONS(3167), + [anon_sym_false] = ACTIONS(3167), + [aux_sym__val_number_decimal_token1] = ACTIONS(3167), + [aux_sym__val_number_token1] = ACTIONS(3167), + [aux_sym__val_number_token2] = ACTIONS(3167), + [aux_sym__val_number_token3] = ACTIONS(3167), + [aux_sym__val_number_token4] = ACTIONS(3167), + [aux_sym__val_number_token5] = ACTIONS(3167), + [aux_sym__val_number_token6] = ACTIONS(3167), + [anon_sym_0b] = ACTIONS(3167), + [anon_sym_0o] = ACTIONS(3167), + [anon_sym_0x] = ACTIONS(3167), + [sym_val_date] = ACTIONS(3167), + [anon_sym_DQUOTE] = ACTIONS(3167), + [sym__str_single_quotes] = ACTIONS(3167), + [sym__str_back_ticks] = ACTIONS(3167), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3167), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3167), + [anon_sym_CARET] = ACTIONS(3167), + [anon_sym_POUND] = ACTIONS(105), + }, + [1221] = { + [sym_comment] = STATE(1221), + [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_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_as] = 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), + }, + [1222] = { + [sym_comment] = STATE(1222), + [ts_builtin_sym_end] = ACTIONS(1477), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT2] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_QMARK2] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [1223] = { + [sym_block] = STATE(1443), + [sym_comment] = STATE(1223), + [anon_sym_export] = ACTIONS(3175), + [anon_sym_alias] = ACTIONS(3175), + [anon_sym_let] = ACTIONS(3175), + [anon_sym_let_DASHenv] = ACTIONS(3175), + [anon_sym_mut] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3175), + [sym_cmd_identifier] = ACTIONS(3175), + [anon_sym_LF] = ACTIONS(3177), + [anon_sym_def] = ACTIONS(3175), + [anon_sym_export_DASHenv] = ACTIONS(3175), + [anon_sym_extern] = ACTIONS(3175), + [anon_sym_module] = ACTIONS(3175), + [anon_sym_use] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3175), + [anon_sym_LPAREN] = ACTIONS(3175), + [anon_sym_RPAREN] = ACTIONS(3175), + [anon_sym_DOLLAR] = ACTIONS(3175), + [anon_sym_error] = ACTIONS(3175), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_loop] = ACTIONS(3175), + [anon_sym_while] = ACTIONS(3175), + [anon_sym_do] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_match] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_RBRACE] = ACTIONS(3175), + [anon_sym_DOT] = ACTIONS(3175), + [anon_sym_try] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_source] = ACTIONS(3175), + [anon_sym_source_DASHenv] = ACTIONS(3175), + [anon_sym_register] = ACTIONS(3175), + [anon_sym_hide] = ACTIONS(3175), + [anon_sym_hide_DASHenv] = ACTIONS(3175), + [anon_sym_overlay] = ACTIONS(3175), + [anon_sym_where] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_not] = ACTIONS(3175), + [anon_sym_null] = ACTIONS(3175), + [anon_sym_true] = ACTIONS(3175), + [anon_sym_false] = ACTIONS(3175), + [aux_sym__val_number_decimal_token1] = ACTIONS(3175), + [aux_sym__val_number_token1] = ACTIONS(3175), + [aux_sym__val_number_token2] = ACTIONS(3175), + [aux_sym__val_number_token3] = ACTIONS(3175), + [aux_sym__val_number_token4] = ACTIONS(3175), + [aux_sym__val_number_token5] = ACTIONS(3175), + [aux_sym__val_number_token6] = ACTIONS(3175), + [anon_sym_0b] = ACTIONS(3175), + [anon_sym_0o] = ACTIONS(3175), + [anon_sym_0x] = ACTIONS(3175), + [sym_val_date] = ACTIONS(3175), + [anon_sym_DQUOTE] = ACTIONS(3175), + [sym__str_single_quotes] = ACTIONS(3175), + [sym__str_back_ticks] = ACTIONS(3175), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3175), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3175), + [anon_sym_CARET] = ACTIONS(3175), + [anon_sym_POUND] = ACTIONS(105), + }, + [1224] = { + [sym_expr_parenthesized] = STATE(2401), + [sym_val_range] = STATE(2465), + [sym__value] = STATE(2465), + [sym_val_nothing] = STATE(2535), + [sym_val_bool] = STATE(2535), + [sym_val_variable] = STATE(2407), + [sym__var] = STATE(2327), + [sym_val_number] = STATE(295), + [sym__val_number_decimal] = STATE(277), + [sym__val_number] = STATE(290), + [sym_val_duration] = STATE(2535), + [sym_val_filesize] = STATE(2535), + [sym_val_binary] = STATE(2535), + [sym_val_string] = STATE(2535), + [sym__str_double_quotes] = STATE(2453), + [sym_val_interpolated] = STATE(2535), + [sym__inter_single_quotes] = STATE(2530), + [sym__inter_double_quotes] = STATE(2525), + [sym_val_list] = STATE(2535), + [sym_val_record] = STATE(2535), + [sym_val_table] = STATE(2535), + [sym_val_closure] = STATE(2535), + [sym__cmd_arg] = STATE(2656), + [sym_redirection] = STATE(2461), + [sym__flag] = STATE(2460), + [sym_short_flag] = STATE(2531), + [sym_long_flag] = STATE(2531), + [sym_unquoted] = STATE(2457), + [sym_comment] = STATE(1224), + [anon_sym_LBRACK] = ACTIONS(3182), + [anon_sym_LPAREN] = ACTIONS(3184), + [anon_sym_DOLLAR] = ACTIONS(2153), + [anon_sym_DASH] = ACTIONS(2155), + [anon_sym_LBRACE] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3188), + [anon_sym_PLUS] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3192), + [anon_sym_true] = ACTIONS(3194), + [anon_sym_false] = ACTIONS(3194), + [aux_sym__val_number_decimal_token1] = ACTIONS(2167), + [aux_sym__val_number_token1] = ACTIONS(3196), + [aux_sym__val_number_token2] = ACTIONS(3196), + [aux_sym__val_number_token3] = ACTIONS(3196), + [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(2173), + [anon_sym_0o] = ACTIONS(2173), + [anon_sym_0x] = ACTIONS(2173), + [sym_val_date] = ACTIONS(3200), + [anon_sym_DQUOTE] = ACTIONS(3202), + [sym__str_single_quotes] = ACTIONS(3204), + [sym__str_back_ticks] = ACTIONS(3204), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3206), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3208), + [anon_sym_err_GT] = ACTIONS(3210), + [anon_sym_out_GT] = ACTIONS(3210), + [anon_sym_e_GT] = ACTIONS(3210), + [anon_sym_o_GT] = ACTIONS(3210), + [anon_sym_err_PLUSout_GT] = ACTIONS(3210), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3210), + [anon_sym_o_PLUSe_GT] = ACTIONS(3210), + [anon_sym_e_PLUSo_GT] = ACTIONS(3210), + [aux_sym_unquoted_token1] = ACTIONS(2187), + [anon_sym_POUND] = ACTIONS(3), + }, + [1225] = { + [sym_comment] = STATE(1225), + [anon_sym_export] = ACTIONS(1369), + [anon_sym_alias] = ACTIONS(1369), + [anon_sym_let] = ACTIONS(1369), + [anon_sym_let_DASHenv] = ACTIONS(1369), + [anon_sym_mut] = ACTIONS(1369), + [anon_sym_const] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [sym_cmd_identifier] = ACTIONS(1369), + [anon_sym_LF] = ACTIONS(1371), + [anon_sym_def] = ACTIONS(1369), + [anon_sym_export_DASHenv] = ACTIONS(1369), + [anon_sym_extern] = ACTIONS(1369), + [anon_sym_module] = ACTIONS(1369), + [anon_sym_use] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1369), + [anon_sym_LPAREN] = ACTIONS(1369), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_DOLLAR] = ACTIONS(1369), + [anon_sym_error] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1369), + [anon_sym_break] = ACTIONS(1369), + [anon_sym_continue] = ACTIONS(1369), + [anon_sym_for] = ACTIONS(1369), + [anon_sym_loop] = ACTIONS(1369), + [anon_sym_while] = ACTIONS(1369), + [anon_sym_do] = ACTIONS(1369), + [anon_sym_if] = ACTIONS(1369), + [anon_sym_match] = ACTIONS(1369), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_DOT] = ACTIONS(1369), + [anon_sym_try] = ACTIONS(1369), + [anon_sym_return] = ACTIONS(1369), + [anon_sym_source] = ACTIONS(1369), + [anon_sym_source_DASHenv] = ACTIONS(1369), + [anon_sym_register] = ACTIONS(1369), + [anon_sym_hide] = ACTIONS(1369), + [anon_sym_hide_DASHenv] = ACTIONS(1369), + [anon_sym_overlay] = ACTIONS(1369), + [anon_sym_where] = ACTIONS(1369), + [anon_sym_PLUS] = ACTIONS(1369), + [anon_sym_not] = ACTIONS(1369), + [anon_sym_null] = ACTIONS(1369), + [anon_sym_true] = ACTIONS(1369), + [anon_sym_false] = ACTIONS(1369), + [aux_sym__val_number_decimal_token1] = ACTIONS(1369), + [aux_sym__val_number_token1] = ACTIONS(1369), + [aux_sym__val_number_token2] = ACTIONS(1369), + [aux_sym__val_number_token3] = ACTIONS(1369), + [aux_sym__val_number_token4] = ACTIONS(1369), + [aux_sym__val_number_token5] = ACTIONS(1369), + [aux_sym__val_number_token6] = ACTIONS(1369), + [anon_sym_0b] = ACTIONS(1369), + [anon_sym_0o] = ACTIONS(1369), + [anon_sym_0x] = ACTIONS(1369), + [sym_val_date] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1369), + [sym__str_back_ticks] = ACTIONS(1369), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1369), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1369), + [anon_sym_CARET] = ACTIONS(1369), + [aux_sym_unquoted_token3] = ACTIONS(2532), + [anon_sym_POUND] = ACTIONS(105), + }, + [1226] = { + [sym_comment] = STATE(1226), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [anon_sym_POUND] = ACTIONS(105), + }, + [1227] = { + [sym_comment] = STATE(1227), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_RPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_RBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(2859), + [anon_sym_POUND] = ACTIONS(105), + }, + [1228] = { + [sym_comment] = STATE(1228), + [ts_builtin_sym_end] = ACTIONS(2784), + [anon_sym_export] = ACTIONS(2782), + [anon_sym_alias] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_let_DASHenv] = ACTIONS(2782), + [anon_sym_mut] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2782), + [sym_cmd_identifier] = ACTIONS(2782), + [anon_sym_LF] = ACTIONS(2784), + [anon_sym_def] = ACTIONS(2782), + [anon_sym_export_DASHenv] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_module] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_LBRACK] = ACTIONS(2782), + [anon_sym_LPAREN] = ACTIONS(2782), + [anon_sym_DOLLAR] = ACTIONS(2782), + [anon_sym_error] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_do] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_LBRACE] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2782), + [anon_sym_try] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_source] = ACTIONS(2782), + [anon_sym_source_DASHenv] = ACTIONS(2782), + [anon_sym_register] = ACTIONS(2782), + [anon_sym_hide] = ACTIONS(2782), + [anon_sym_hide_DASHenv] = ACTIONS(2782), + [anon_sym_overlay] = ACTIONS(2782), + [anon_sym_where] = ACTIONS(2782), + [anon_sym_PLUS] = ACTIONS(2782), + [anon_sym_not] = ACTIONS(2782), + [aux_sym__immediate_decimal_token1] = ACTIONS(3212), + [aux_sym__immediate_decimal_token2] = ACTIONS(3214), + [anon_sym_null] = ACTIONS(2782), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [aux_sym__val_number_decimal_token1] = ACTIONS(2782), + [aux_sym__val_number_token1] = ACTIONS(2782), + [aux_sym__val_number_token2] = ACTIONS(2782), + [aux_sym__val_number_token3] = ACTIONS(2782), + [aux_sym__val_number_token4] = ACTIONS(2782), + [aux_sym__val_number_token5] = ACTIONS(2782), + [aux_sym__val_number_token6] = ACTIONS(2782), + [anon_sym_0b] = ACTIONS(2782), + [anon_sym_0o] = ACTIONS(2782), + [anon_sym_0x] = ACTIONS(2782), + [sym_val_date] = ACTIONS(2782), + [anon_sym_DQUOTE] = ACTIONS(2782), + [sym__str_single_quotes] = ACTIONS(2782), + [sym__str_back_ticks] = ACTIONS(2782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2782), + [anon_sym_CARET] = ACTIONS(2782), + [anon_sym_POUND] = ACTIONS(105), + }, + [1229] = { + [sym_comment] = STATE(1229), + [ts_builtin_sym_end] = ACTIONS(2808), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token1] = ACTIONS(3216), + [aux_sym__immediate_decimal_token2] = ACTIONS(3218), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), + [anon_sym_POUND] = ACTIONS(105), + }, + [1230] = { + [sym_comment] = STATE(1230), + [anon_sym_export] = ACTIONS(3220), + [anon_sym_alias] = ACTIONS(3220), + [anon_sym_let] = ACTIONS(3220), + [anon_sym_let_DASHenv] = ACTIONS(3220), + [anon_sym_mut] = ACTIONS(3220), + [anon_sym_const] = ACTIONS(3220), + [anon_sym_SEMI] = ACTIONS(3220), + [sym_cmd_identifier] = ACTIONS(3220), + [anon_sym_LF] = ACTIONS(3222), + [anon_sym_def] = ACTIONS(3220), + [anon_sym_export_DASHenv] = ACTIONS(3220), + [anon_sym_extern] = ACTIONS(3220), + [anon_sym_module] = ACTIONS(3220), + [anon_sym_use] = ACTIONS(3220), + [anon_sym_LBRACK] = ACTIONS(3220), + [anon_sym_LPAREN] = ACTIONS(3220), + [anon_sym_RPAREN] = ACTIONS(3220), + [anon_sym_DOLLAR] = ACTIONS(3220), + [anon_sym_error] = ACTIONS(3220), + [anon_sym_DASH] = ACTIONS(3220), + [anon_sym_break] = ACTIONS(3220), + [anon_sym_continue] = ACTIONS(3220), + [anon_sym_for] = ACTIONS(3220), + [anon_sym_loop] = ACTIONS(3220), + [anon_sym_while] = ACTIONS(3220), + [anon_sym_do] = ACTIONS(3220), + [anon_sym_if] = ACTIONS(3220), + [anon_sym_match] = ACTIONS(3220), + [anon_sym_LBRACE] = ACTIONS(3220), + [anon_sym_RBRACE] = ACTIONS(3220), + [anon_sym_DOT] = ACTIONS(3220), + [anon_sym_try] = ACTIONS(3220), + [anon_sym_return] = ACTIONS(3220), + [anon_sym_source] = ACTIONS(3220), + [anon_sym_source_DASHenv] = ACTIONS(3220), + [anon_sym_register] = ACTIONS(3220), + [anon_sym_hide] = ACTIONS(3220), + [anon_sym_hide_DASHenv] = ACTIONS(3220), + [anon_sym_overlay] = ACTIONS(3220), + [anon_sym_STAR] = ACTIONS(3220), + [anon_sym_where] = ACTIONS(3220), + [anon_sym_PLUS] = ACTIONS(3220), + [anon_sym_not] = ACTIONS(3220), + [anon_sym_null] = ACTIONS(3220), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3220), + [aux_sym__val_number_token1] = ACTIONS(3220), + [aux_sym__val_number_token2] = ACTIONS(3220), + [aux_sym__val_number_token3] = ACTIONS(3220), + [aux_sym__val_number_token4] = ACTIONS(3220), + [aux_sym__val_number_token5] = ACTIONS(3220), + [aux_sym__val_number_token6] = ACTIONS(3220), + [anon_sym_0b] = ACTIONS(3220), + [anon_sym_0o] = ACTIONS(3220), + [anon_sym_0x] = ACTIONS(3220), + [sym_val_date] = ACTIONS(3220), + [anon_sym_DQUOTE] = ACTIONS(3220), + [sym__str_single_quotes] = ACTIONS(3220), + [sym__str_back_ticks] = ACTIONS(3220), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3220), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3220), + [anon_sym_CARET] = ACTIONS(3220), + [anon_sym_POUND] = ACTIONS(105), + }, + [1231] = { + [sym_comment] = STATE(1231), + [ts_builtin_sym_end] = ACTIONS(2808), + [anon_sym_export] = ACTIONS(2806), + [anon_sym_alias] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_let_DASHenv] = ACTIONS(2806), + [anon_sym_mut] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2806), + [sym_cmd_identifier] = ACTIONS(2806), + [anon_sym_LF] = ACTIONS(2808), + [anon_sym_def] = ACTIONS(2806), + [anon_sym_export_DASHenv] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_module] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_LBRACK] = ACTIONS(2806), + [anon_sym_LPAREN] = ACTIONS(2806), + [anon_sym_DOLLAR] = ACTIONS(2806), + [anon_sym_error] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_do] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_LBRACE] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2806), + [anon_sym_DOT2] = ACTIONS(3224), + [anon_sym_try] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_source] = ACTIONS(2806), + [anon_sym_source_DASHenv] = ACTIONS(2806), + [anon_sym_register] = ACTIONS(2806), + [anon_sym_hide] = ACTIONS(2806), + [anon_sym_hide_DASHenv] = ACTIONS(2806), + [anon_sym_overlay] = ACTIONS(2806), + [anon_sym_where] = ACTIONS(2806), + [anon_sym_PLUS] = ACTIONS(2806), + [anon_sym_not] = ACTIONS(2806), + [aux_sym__immediate_decimal_token2] = ACTIONS(3218), + [anon_sym_null] = ACTIONS(2806), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [aux_sym__val_number_decimal_token1] = ACTIONS(2806), + [aux_sym__val_number_token1] = ACTIONS(2806), + [aux_sym__val_number_token2] = ACTIONS(2806), + [aux_sym__val_number_token3] = ACTIONS(2806), + [aux_sym__val_number_token4] = ACTIONS(2806), + [aux_sym__val_number_token5] = ACTIONS(2806), + [aux_sym__val_number_token6] = ACTIONS(2806), + [anon_sym_0b] = ACTIONS(2806), + [anon_sym_0o] = ACTIONS(2806), + [anon_sym_0x] = ACTIONS(2806), + [sym_val_date] = ACTIONS(2806), + [anon_sym_DQUOTE] = ACTIONS(2806), + [sym__str_single_quotes] = ACTIONS(2806), + [sym__str_back_ticks] = ACTIONS(2806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2806), + [anon_sym_CARET] = ACTIONS(2806), + [anon_sym_POUND] = ACTIONS(105), + }, + [1232] = { + [sym_comment] = STATE(1232), + [anon_sym_export] = ACTIONS(3226), + [anon_sym_alias] = ACTIONS(3226), + [anon_sym_let] = ACTIONS(3226), + [anon_sym_let_DASHenv] = ACTIONS(3226), + [anon_sym_mut] = ACTIONS(3226), + [anon_sym_const] = ACTIONS(3226), + [anon_sym_SEMI] = ACTIONS(3226), + [sym_cmd_identifier] = ACTIONS(3226), + [anon_sym_LF] = ACTIONS(3228), + [anon_sym_def] = ACTIONS(3226), + [anon_sym_export_DASHenv] = ACTIONS(3226), + [anon_sym_extern] = ACTIONS(3226), + [anon_sym_module] = ACTIONS(3226), + [anon_sym_use] = ACTIONS(3226), + [anon_sym_LBRACK] = ACTIONS(3226), + [anon_sym_LPAREN] = ACTIONS(3226), + [anon_sym_RPAREN] = ACTIONS(3226), + [anon_sym_DOLLAR] = ACTIONS(3226), + [anon_sym_error] = ACTIONS(3226), + [anon_sym_DASH] = ACTIONS(3226), + [anon_sym_break] = ACTIONS(3226), + [anon_sym_continue] = ACTIONS(3226), + [anon_sym_for] = ACTIONS(3226), + [anon_sym_loop] = ACTIONS(3226), + [anon_sym_while] = ACTIONS(3226), + [anon_sym_do] = ACTIONS(3226), + [anon_sym_if] = ACTIONS(3226), + [anon_sym_match] = ACTIONS(3226), + [anon_sym_LBRACE] = ACTIONS(3226), + [anon_sym_RBRACE] = ACTIONS(3226), + [anon_sym_DOT] = ACTIONS(3226), + [anon_sym_try] = ACTIONS(3226), + [anon_sym_return] = ACTIONS(3226), + [anon_sym_source] = ACTIONS(3226), + [anon_sym_source_DASHenv] = ACTIONS(3226), + [anon_sym_register] = ACTIONS(3226), + [anon_sym_hide] = ACTIONS(3226), + [anon_sym_hide_DASHenv] = ACTIONS(3226), + [anon_sym_overlay] = ACTIONS(3226), + [anon_sym_STAR] = ACTIONS(3226), + [anon_sym_where] = ACTIONS(3226), + [anon_sym_PLUS] = ACTIONS(3226), + [anon_sym_not] = ACTIONS(3226), + [anon_sym_null] = ACTIONS(3226), + [anon_sym_true] = ACTIONS(3226), + [anon_sym_false] = ACTIONS(3226), + [aux_sym__val_number_decimal_token1] = ACTIONS(3226), + [aux_sym__val_number_token1] = ACTIONS(3226), + [aux_sym__val_number_token2] = ACTIONS(3226), + [aux_sym__val_number_token3] = ACTIONS(3226), + [aux_sym__val_number_token4] = ACTIONS(3226), + [aux_sym__val_number_token5] = ACTIONS(3226), + [aux_sym__val_number_token6] = ACTIONS(3226), + [anon_sym_0b] = ACTIONS(3226), + [anon_sym_0o] = ACTIONS(3226), + [anon_sym_0x] = ACTIONS(3226), + [sym_val_date] = ACTIONS(3226), + [anon_sym_DQUOTE] = ACTIONS(3226), + [sym__str_single_quotes] = ACTIONS(3226), + [sym__str_back_ticks] = ACTIONS(3226), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3226), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3226), + [anon_sym_CARET] = ACTIONS(3226), + [anon_sym_POUND] = ACTIONS(105), + }, + [1233] = { + [sym_comment] = STATE(1233), + [anon_sym_export] = ACTIONS(1632), + [anon_sym_alias] = ACTIONS(1632), + [anon_sym_let] = ACTIONS(1632), + [anon_sym_let_DASHenv] = ACTIONS(1632), + [anon_sym_mut] = ACTIONS(1632), + [anon_sym_const] = ACTIONS(1632), + [anon_sym_SEMI] = ACTIONS(1632), + [sym_cmd_identifier] = ACTIONS(1632), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_def] = ACTIONS(1632), + [anon_sym_export_DASHenv] = ACTIONS(1632), + [anon_sym_extern] = ACTIONS(1632), + [anon_sym_module] = ACTIONS(1632), + [anon_sym_use] = ACTIONS(1632), + [anon_sym_LBRACK] = ACTIONS(1632), + [anon_sym_LPAREN] = ACTIONS(1632), + [anon_sym_RPAREN] = ACTIONS(1632), + [anon_sym_DOLLAR] = ACTIONS(1632), + [anon_sym_error] = ACTIONS(1632), + [anon_sym_DASH] = ACTIONS(1632), + [anon_sym_break] = ACTIONS(1632), + [anon_sym_continue] = ACTIONS(1632), + [anon_sym_for] = ACTIONS(1632), + [anon_sym_loop] = ACTIONS(1632), + [anon_sym_while] = ACTIONS(1632), + [anon_sym_do] = ACTIONS(1632), + [anon_sym_if] = ACTIONS(1632), + [anon_sym_match] = ACTIONS(1632), + [anon_sym_LBRACE] = ACTIONS(1632), + [anon_sym_RBRACE] = ACTIONS(1632), + [anon_sym_DOT] = ACTIONS(1632), + [anon_sym_try] = ACTIONS(1632), + [anon_sym_return] = ACTIONS(1632), + [anon_sym_source] = ACTIONS(1632), + [anon_sym_source_DASHenv] = ACTIONS(1632), + [anon_sym_register] = ACTIONS(1632), + [anon_sym_hide] = ACTIONS(1632), + [anon_sym_hide_DASHenv] = ACTIONS(1632), + [anon_sym_overlay] = ACTIONS(1632), + [anon_sym_STAR] = ACTIONS(1632), + [anon_sym_where] = ACTIONS(1632), + [anon_sym_PLUS] = ACTIONS(1632), + [anon_sym_not] = ACTIONS(1632), + [anon_sym_null] = ACTIONS(1632), + [anon_sym_true] = ACTIONS(1632), + [anon_sym_false] = ACTIONS(1632), + [aux_sym__val_number_decimal_token1] = ACTIONS(1632), + [aux_sym__val_number_token1] = ACTIONS(1632), + [aux_sym__val_number_token2] = ACTIONS(1632), + [aux_sym__val_number_token3] = ACTIONS(1632), + [aux_sym__val_number_token4] = ACTIONS(1632), + [aux_sym__val_number_token5] = ACTIONS(1632), + [aux_sym__val_number_token6] = ACTIONS(1632), + [anon_sym_0b] = ACTIONS(1632), + [anon_sym_0o] = ACTIONS(1632), + [anon_sym_0x] = ACTIONS(1632), + [sym_val_date] = ACTIONS(1632), + [anon_sym_DQUOTE] = ACTIONS(1632), + [sym__str_single_quotes] = ACTIONS(1632), + [sym__str_back_ticks] = ACTIONS(1632), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1632), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1632), + [anon_sym_CARET] = ACTIONS(1632), + [anon_sym_POUND] = ACTIONS(105), + }, + [1234] = { + [sym_comment] = STATE(1234), + [anon_sym_export] = ACTIONS(1475), + [anon_sym_alias] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_let_DASHenv] = ACTIONS(1475), + [anon_sym_mut] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1475), + [sym_cmd_identifier] = ACTIONS(1475), + [anon_sym_LF] = ACTIONS(1477), + [anon_sym_def] = ACTIONS(1475), + [anon_sym_export_DASHenv] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_module] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_LBRACK] = ACTIONS(1475), + [anon_sym_LPAREN] = ACTIONS(1475), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_DOLLAR] = ACTIONS(1475), + [anon_sym_error] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_do] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_LBRACE] = ACTIONS(1475), + [anon_sym_RBRACE] = ACTIONS(1475), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_source] = ACTIONS(1475), + [anon_sym_source_DASHenv] = ACTIONS(1475), + [anon_sym_register] = ACTIONS(1475), + [anon_sym_hide] = ACTIONS(1475), + [anon_sym_hide_DASHenv] = ACTIONS(1475), + [anon_sym_overlay] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_where] = ACTIONS(1475), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_not] = ACTIONS(1475), + [anon_sym_null] = ACTIONS(1475), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [aux_sym__val_number_decimal_token1] = ACTIONS(1475), + [aux_sym__val_number_token1] = ACTIONS(1475), + [aux_sym__val_number_token2] = ACTIONS(1475), + [aux_sym__val_number_token3] = ACTIONS(1475), + [aux_sym__val_number_token4] = ACTIONS(1475), + [aux_sym__val_number_token5] = ACTIONS(1475), + [aux_sym__val_number_token6] = ACTIONS(1475), + [anon_sym_0b] = ACTIONS(1475), + [anon_sym_0o] = ACTIONS(1475), + [anon_sym_0x] = ACTIONS(1475), + [sym_val_date] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1475), + [sym__str_single_quotes] = ACTIONS(1475), + [sym__str_back_ticks] = ACTIONS(1475), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1475), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_POUND] = ACTIONS(105), + }, + [1235] = { + [sym_comment] = STATE(1235), + [anon_sym_export] = ACTIONS(3230), + [anon_sym_alias] = ACTIONS(3230), + [anon_sym_let] = ACTIONS(3230), + [anon_sym_let_DASHenv] = ACTIONS(3230), + [anon_sym_mut] = ACTIONS(3230), + [anon_sym_const] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3230), + [sym_cmd_identifier] = ACTIONS(3230), + [anon_sym_LF] = ACTIONS(3232), + [anon_sym_def] = ACTIONS(3230), + [anon_sym_export_DASHenv] = ACTIONS(3230), + [anon_sym_extern] = ACTIONS(3230), + [anon_sym_module] = ACTIONS(3230), + [anon_sym_use] = ACTIONS(3230), + [anon_sym_LBRACK] = ACTIONS(3230), + [anon_sym_LPAREN] = ACTIONS(3230), + [anon_sym_RPAREN] = ACTIONS(3230), + [anon_sym_PIPE] = ACTIONS(3230), + [anon_sym_DOLLAR] = ACTIONS(3230), + [anon_sym_error] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_for] = ACTIONS(3230), + [anon_sym_loop] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_do] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_match] = ACTIONS(3230), + [anon_sym_LBRACE] = ACTIONS(3230), + [anon_sym_RBRACE] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_source] = ACTIONS(3230), + [anon_sym_source_DASHenv] = ACTIONS(3230), + [anon_sym_register] = ACTIONS(3230), + [anon_sym_hide] = ACTIONS(3230), + [anon_sym_hide_DASHenv] = ACTIONS(3230), + [anon_sym_overlay] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3230), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_not] = ACTIONS(3230), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [aux_sym__val_number_decimal_token1] = ACTIONS(3230), + [aux_sym__val_number_token1] = ACTIONS(3230), + [aux_sym__val_number_token2] = ACTIONS(3230), + [aux_sym__val_number_token3] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), + [anon_sym_0b] = ACTIONS(3230), + [anon_sym_0o] = ACTIONS(3230), + [anon_sym_0x] = ACTIONS(3230), + [sym_val_date] = ACTIONS(3230), + [anon_sym_DQUOTE] = ACTIONS(3230), + [sym__str_single_quotes] = ACTIONS(3230), + [sym__str_back_ticks] = ACTIONS(3230), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3230), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3230), + [anon_sym_CARET] = ACTIONS(3230), + [anon_sym_POUND] = ACTIONS(105), + }, + [1236] = { + [sym_comment] = STATE(1236), + [ts_builtin_sym_end] = ACTIONS(1497), + [anon_sym_export] = ACTIONS(1495), + [anon_sym_alias] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_let_DASHenv] = ACTIONS(1495), + [anon_sym_mut] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1495), + [sym_cmd_identifier] = ACTIONS(1495), + [anon_sym_LF] = ACTIONS(1497), + [anon_sym_def] = ACTIONS(1495), + [anon_sym_export_DASHenv] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_module] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_LBRACK] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1495), + [anon_sym_DOLLAR] = ACTIONS(1495), + [anon_sym_error] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_do] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_LBRACE] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_source] = ACTIONS(1495), + [anon_sym_source_DASHenv] = ACTIONS(1495), + [anon_sym_register] = ACTIONS(1495), + [anon_sym_hide] = ACTIONS(1495), + [anon_sym_hide_DASHenv] = ACTIONS(1495), + [anon_sym_overlay] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_where] = ACTIONS(1495), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(1495), + [anon_sym_null] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [aux_sym__val_number_decimal_token1] = ACTIONS(1495), + [aux_sym__val_number_token1] = ACTIONS(1495), + [aux_sym__val_number_token2] = ACTIONS(1495), + [aux_sym__val_number_token3] = ACTIONS(1495), + [aux_sym__val_number_token4] = ACTIONS(1495), + [aux_sym__val_number_token5] = ACTIONS(1495), + [aux_sym__val_number_token6] = ACTIONS(1495), + [anon_sym_0b] = ACTIONS(1495), + [anon_sym_0o] = ACTIONS(1495), + [anon_sym_0x] = ACTIONS(1495), + [sym_val_date] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(1495), + [sym__str_single_quotes] = ACTIONS(1495), + [sym__str_back_ticks] = ACTIONS(1495), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1495), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [aux_sym_unquoted_token5] = ACTIONS(3234), + [anon_sym_POUND] = ACTIONS(105), + }, + [1237] = { + [sym_comment] = STATE(1237), + [anon_sym_export] = ACTIONS(1612), + [anon_sym_alias] = ACTIONS(1612), + [anon_sym_let] = ACTIONS(1612), + [anon_sym_let_DASHenv] = ACTIONS(1612), + [anon_sym_mut] = ACTIONS(1612), + [anon_sym_const] = ACTIONS(1612), + [anon_sym_SEMI] = ACTIONS(1612), + [sym_cmd_identifier] = ACTIONS(1612), + [anon_sym_LF] = ACTIONS(1614), + [anon_sym_def] = ACTIONS(1612), + [anon_sym_export_DASHenv] = ACTIONS(1612), + [anon_sym_extern] = ACTIONS(1612), + [anon_sym_module] = ACTIONS(1612), + [anon_sym_use] = ACTIONS(1612), + [anon_sym_LBRACK] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(1612), + [anon_sym_RPAREN] = ACTIONS(1612), + [anon_sym_DOLLAR] = ACTIONS(1612), + [anon_sym_error] = ACTIONS(1612), + [anon_sym_DASH] = ACTIONS(1612), + [anon_sym_break] = ACTIONS(1612), + [anon_sym_continue] = ACTIONS(1612), + [anon_sym_for] = ACTIONS(1612), + [anon_sym_loop] = ACTIONS(1612), + [anon_sym_while] = ACTIONS(1612), + [anon_sym_do] = ACTIONS(1612), + [anon_sym_if] = ACTIONS(1612), + [anon_sym_match] = ACTIONS(1612), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(1612), + [anon_sym_DOT] = ACTIONS(1612), + [anon_sym_try] = ACTIONS(1612), + [anon_sym_return] = ACTIONS(1612), + [anon_sym_source] = ACTIONS(1612), + [anon_sym_source_DASHenv] = ACTIONS(1612), + [anon_sym_register] = ACTIONS(1612), + [anon_sym_hide] = ACTIONS(1612), + [anon_sym_hide_DASHenv] = ACTIONS(1612), + [anon_sym_overlay] = ACTIONS(1612), + [anon_sym_STAR] = ACTIONS(1612), + [anon_sym_where] = ACTIONS(1612), + [anon_sym_PLUS] = ACTIONS(1612), + [anon_sym_not] = ACTIONS(1612), + [anon_sym_null] = ACTIONS(1612), + [anon_sym_true] = ACTIONS(1612), + [anon_sym_false] = ACTIONS(1612), + [aux_sym__val_number_decimal_token1] = ACTIONS(1612), + [aux_sym__val_number_token1] = ACTIONS(1612), + [aux_sym__val_number_token2] = ACTIONS(1612), + [aux_sym__val_number_token3] = ACTIONS(1612), + [aux_sym__val_number_token4] = ACTIONS(1612), + [aux_sym__val_number_token5] = ACTIONS(1612), + [aux_sym__val_number_token6] = ACTIONS(1612), + [anon_sym_0b] = ACTIONS(1612), + [anon_sym_0o] = ACTIONS(1612), + [anon_sym_0x] = ACTIONS(1612), + [sym_val_date] = ACTIONS(1612), + [anon_sym_DQUOTE] = ACTIONS(1612), + [sym__str_single_quotes] = ACTIONS(1612), + [sym__str_back_ticks] = ACTIONS(1612), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1612), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1612), + [anon_sym_CARET] = ACTIONS(1612), + [anon_sym_POUND] = ACTIONS(105), + }, + [1238] = { + [sym_comment] = STATE(1238), + [anon_sym_export] = ACTIONS(1491), + [anon_sym_alias] = ACTIONS(1491), + [anon_sym_let] = ACTIONS(1491), + [anon_sym_let_DASHenv] = ACTIONS(1491), + [anon_sym_mut] = ACTIONS(1491), + [anon_sym_const] = ACTIONS(1491), + [anon_sym_SEMI] = ACTIONS(1491), + [sym_cmd_identifier] = ACTIONS(1491), + [anon_sym_LF] = ACTIONS(1493), + [anon_sym_def] = ACTIONS(1491), + [anon_sym_export_DASHenv] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(1491), + [anon_sym_module] = ACTIONS(1491), + [anon_sym_use] = ACTIONS(1491), + [anon_sym_LBRACK] = ACTIONS(1491), + [anon_sym_LPAREN] = ACTIONS(1491), + [anon_sym_RPAREN] = ACTIONS(1491), + [anon_sym_DOLLAR] = ACTIONS(1491), + [anon_sym_error] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_break] = ACTIONS(1491), + [anon_sym_continue] = ACTIONS(1491), + [anon_sym_for] = ACTIONS(1491), + [anon_sym_loop] = ACTIONS(1491), + [anon_sym_while] = ACTIONS(1491), + [anon_sym_do] = ACTIONS(1491), + [anon_sym_if] = ACTIONS(1491), + [anon_sym_match] = ACTIONS(1491), + [anon_sym_LBRACE] = ACTIONS(1491), + [anon_sym_RBRACE] = ACTIONS(1491), + [anon_sym_DOT] = ACTIONS(1491), + [anon_sym_DOT2] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1491), + [anon_sym_source] = ACTIONS(1491), + [anon_sym_source_DASHenv] = ACTIONS(1491), + [anon_sym_register] = ACTIONS(1491), + [anon_sym_hide] = ACTIONS(1491), + [anon_sym_hide_DASHenv] = ACTIONS(1491), + [anon_sym_overlay] = ACTIONS(1491), + [anon_sym_where] = ACTIONS(1491), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_not] = ACTIONS(1491), + [anon_sym_null] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(1491), + [anon_sym_false] = ACTIONS(1491), + [aux_sym__val_number_decimal_token1] = ACTIONS(1491), + [aux_sym__val_number_token1] = ACTIONS(1491), + [aux_sym__val_number_token2] = ACTIONS(1491), + [aux_sym__val_number_token3] = ACTIONS(1491), + [aux_sym__val_number_token4] = ACTIONS(1491), + [aux_sym__val_number_token5] = ACTIONS(1491), + [aux_sym__val_number_token6] = ACTIONS(1491), + [anon_sym_0b] = ACTIONS(1491), + [anon_sym_0o] = ACTIONS(1491), + [anon_sym_0x] = ACTIONS(1491), + [sym_val_date] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(1491), + [sym__str_single_quotes] = ACTIONS(1491), + [sym__str_back_ticks] = ACTIONS(1491), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1491), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1491), + [anon_sym_CARET] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(105), }, }; @@ -193084,11 +196644,11 @@ static const uint16_t ts_small_parse_table[] = { [0] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3111), 1, + ACTIONS(3238), 1, anon_sym_LF, - STATE(1210), 1, + STATE(1239), 1, sym_comment, - ACTIONS(3109), 61, + ACTIONS(3236), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -193130,7 +196690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -193153,494 +196713,13 @@ static const uint16_t ts_small_parse_table[] = { [73] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3115), 1, - anon_sym_LF, - STATE(1211), 1, - sym_comment, - ACTIONS(3113), 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, - sym_val_nothing, - 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, - [146] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1212), 1, - sym_comment, - ACTIONS(2935), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2933), 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, - sym_val_nothing, - 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, - [219] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3119), 1, - anon_sym_LF, - STATE(1213), 1, - sym_comment, - ACTIONS(3117), 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, - sym_val_nothing, - 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, - [292] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3123), 1, - anon_sym_LF, - STATE(1214), 1, - sym_comment, - 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_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, - sym_val_nothing, - 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, - [365] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1215), 1, + STATE(1240), 1, sym_comment, - ACTIONS(2726), 3, + ACTIONS(3036), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2724), 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, - sym_val_nothing, - 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, - [438] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3127), 1, - anon_sym_LF, - STATE(1216), 1, - sym_comment, - ACTIONS(3125), 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, - sym_val_nothing, - 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, - [511] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3131), 1, - anon_sym_LF, - STATE(1217), 1, - sym_comment, - ACTIONS(3129), 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, - sym_val_nothing, - 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, - [584] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3131), 1, - anon_sym_LF, - STATE(1218), 1, - sym_comment, - ACTIONS(3129), 61, + ACTIONS(3034), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -193656,7 +196735,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, @@ -193669,7 +196747,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, @@ -193682,7 +196759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -193702,14 +196779,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [657] = 4, + [146] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3135), 1, + ACTIONS(3242), 1, anon_sym_LF, - STATE(1219), 1, + STATE(1241), 1, sym_comment, - ACTIONS(3133), 61, + ACTIONS(3240), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -193751,7 +196828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -193771,15 +196848,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [730] = 4, + [219] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1220), 1, - sym_comment, - ACTIONS(1448), 2, - ts_builtin_sym_end, + ACTIONS(3242), 1, anon_sym_LF, - ACTIONS(1446), 60, + STATE(1242), 1, + sym_comment, + ACTIONS(3240), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -193795,6 +196871,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, @@ -193807,6 +196884,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, @@ -193816,11 +196894,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -193840,14 +196917,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [803] = 4, + [292] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3135), 1, + ACTIONS(3246), 1, anon_sym_LF, - STATE(1221), 1, + STATE(1243), 1, sym_comment, - ACTIONS(3133), 61, + ACTIONS(3244), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -193889,7 +196966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -193909,44 +196986,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [876] = 4, - ACTIONS(105), 1, + [365] = 13, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1222), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1244), 1, sym_comment, - ACTIONS(1588), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1586), 60, + STATE(1667), 1, + sym__var, + STATE(2159), 1, + sym__immediate_decimal, + STATE(2160), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2131), 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(2129), 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, @@ -193954,38 +197057,21 @@ 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_new, + anon_sym_as, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [949] = 4, + aux_sym__record_key_token2, + [456] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3139), 1, + ACTIONS(3250), 1, anon_sym_LF, - STATE(1223), 1, + STATE(1245), 1, sym_comment, - ACTIONS(3137), 61, + ACTIONS(3248), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194027,7 +197113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194047,14 +197133,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1022] = 4, + [529] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3139), 1, + ACTIONS(3250), 1, anon_sym_LF, - STATE(1224), 1, + STATE(1246), 1, sym_comment, - ACTIONS(3137), 61, + ACTIONS(3248), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194096,7 +197182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194116,45 +197202,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1095] = 4, - ACTIONS(105), 1, + [602] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3131), 1, - anon_sym_LF, - STATE(1225), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1247), 1, sym_comment, - ACTIONS(3129), 61, + STATE(1667), 1, + sym__var, + STATE(2103), 1, + sym__immediate_decimal, + STATE(2104), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2107), 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(2105), 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, @@ -194162,44 +197273,33 @@ 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, - sym_val_nothing, - 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, - [1168] = 4, + aux_sym__record_key_token2, + [693] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3131), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, anon_sym_LF, - STATE(1226), 1, + STATE(1248), 1, sym_comment, - ACTIONS(3129), 61, + STATE(1400), 1, + sym__terminator, + STATE(1402), 1, + aux_sym__block_body_repeat1, + ACTIONS(3252), 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, @@ -194208,7 +197308,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, @@ -194221,7 +197320,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, @@ -194234,7 +197332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194254,16 +197352,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1241] = 4, + [772] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(1227), 1, + ACTIONS(2675), 1, + aux_sym_unquoted_token3, + STATE(1249), 1, sym_comment, - ACTIONS(2736), 3, + ACTIONS(1371), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2734), 59, + ACTIONS(1369), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194303,7 +197402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194323,14 +197422,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1314] = 4, + [847] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3143), 1, - anon_sym_LF, - STATE(1228), 1, + STATE(1250), 1, sym_comment, - ACTIONS(3141), 61, + ACTIONS(3232), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3230), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194346,7 +197446,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, @@ -194359,7 +197459,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, @@ -194372,7 +197471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194392,45 +197491,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1387] = 4, - ACTIONS(105), 1, + [920] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3147), 1, - anon_sym_LF, - STATE(1229), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1251), 1, sym_comment, - ACTIONS(3145), 61, + STATE(1667), 1, + sym__var, + STATE(1992), 1, + sym__immediate_decimal, + STATE(2158), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2087), 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(2085), 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, @@ -194438,37 +197562,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, - sym_val_nothing, - 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, - [1460] = 4, + aux_sym__record_key_token2, + [1011] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3151), 1, - anon_sym_LF, - STATE(1230), 1, + ACTIONS(3258), 1, + anon_sym_DOT2, + STATE(1252), 1, sym_comment, - ACTIONS(3149), 61, + ACTIONS(3117), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3115), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194484,7 +197595,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, @@ -194497,7 +197607,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, @@ -194510,7 +197619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194530,14 +197639,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1533] = 4, + [1086] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3155), 1, - anon_sym_LF, - STATE(1231), 1, + STATE(1253), 1, sym_comment, - ACTIONS(3153), 61, + ACTIONS(1614), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1612), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194553,7 +197663,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, @@ -194566,7 +197675,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, @@ -194576,10 +197684,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194599,70 +197708,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1606] = 13, - ACTIONS(3), 1, + [1159] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1232), 1, + ACTIONS(3262), 1, + anon_sym_LF, + STATE(1254), 1, sym_comment, - STATE(1636), 1, - sym__var, - STATE(1943), 1, - sym__immediate_decimal, - STATE(1942), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2101), 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(2099), 43, + ACTIONS(3260), 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, @@ -194670,21 +197754,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, - [1697] = 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, + [1232] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3159), 1, + ACTIONS(3262), 1, anon_sym_LF, - STATE(1233), 1, + STATE(1255), 1, sym_comment, - ACTIONS(3157), 61, + ACTIONS(3260), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194726,7 +197826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194746,14 +197846,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1770] = 4, + [1305] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3163), 1, + ACTIONS(3250), 1, anon_sym_LF, - STATE(1234), 1, + STATE(1256), 1, sym_comment, - ACTIONS(3161), 61, + ACTIONS(3248), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194795,7 +197895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194815,14 +197915,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1843] = 4, + [1378] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3167), 1, + ACTIONS(3250), 1, anon_sym_LF, - STATE(1235), 1, + STATE(1257), 1, sym_comment, - ACTIONS(3165), 61, + ACTIONS(3248), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194864,7 +197964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194884,14 +197984,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1916] = 4, + [1451] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3171), 1, + ACTIONS(3266), 1, anon_sym_LF, - STATE(1236), 1, + STATE(1258), 1, sym_comment, - ACTIONS(3169), 61, + ACTIONS(3264), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194933,7 +198033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -194953,14 +198053,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1989] = 4, + [1524] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3175), 1, - anon_sym_LF, - STATE(1237), 1, + ACTIONS(3268), 1, + anon_sym_DOT2, + STATE(1259), 1, sym_comment, - ACTIONS(3173), 61, + ACTIONS(3111), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3109), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -194976,7 +198079,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, @@ -194989,7 +198091,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, @@ -195002,7 +198103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195022,26 +198123,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2062] = 7, + [1599] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(3272), 1, anon_sym_LF, - STATE(1238), 1, + STATE(1260), 1, sym_comment, - STATE(1306), 1, - sym__terminator, - STATE(1333), 1, - aux_sym__block_body_repeat1, - ACTIONS(3177), 58, + ACTIONS(3270), 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, @@ -195050,6 +198146,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, @@ -195062,6 +198159,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, @@ -195074,7 +198172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195094,15 +198192,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2141] = 4, + [1672] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1239), 1, - sym_comment, - ACTIONS(3093), 2, - ts_builtin_sym_end, + ACTIONS(3276), 1, anon_sym_LF, - ACTIONS(3091), 60, + STATE(1261), 1, + sym_comment, + ACTIONS(3274), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195118,6 +198215,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, @@ -195130,6 +198228,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, @@ -195139,11 +198238,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195163,14 +198261,430 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2214] = 4, + [1745] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3185), 1, + ACTIONS(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3280), 1, anon_sym_LF, - STATE(1240), 1, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1262), 1, + sym_comment, + STATE(1370), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4099), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3278), 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(3047), 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, + [1888] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3280), 1, + anon_sym_LF, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1263), 1, + sym_comment, + STATE(1371), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4099), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3278), 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(3047), 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, + [2031] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3280), 1, + anon_sym_LF, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1264), 1, + sym_comment, + STATE(1373), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4099), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3278), 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(3047), 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, + [2174] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3280), 1, + anon_sym_LF, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1265), 1, + sym_comment, + STATE(1374), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4099), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3278), 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(3047), 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, + [2317] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3288), 1, + anon_sym_LF, + STATE(1266), 1, sym_comment, - ACTIONS(3183), 61, + ACTIONS(3286), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195212,7 +198726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195232,126 +198746,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2287] = 44, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3187), 1, - anon_sym_LBRACK, - ACTIONS(3189), 1, - anon_sym_RBRACK, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, - anon_sym_LBRACE, - ACTIONS(3199), 1, - anon_sym_DOT, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - STATE(463), 1, - sym__val_number_decimal, - STATE(490), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1241), 1, - sym_comment, - STATE(1647), 1, - aux_sym_val_list_repeat1, - STATE(2247), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3225), 1, - sym_expr_parenthesized, - STATE(3227), 1, - sym_val_variable, - STATE(3239), 1, - sym_val_list, - STATE(3353), 1, - sym__value, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - STATE(3386), 1, - sym_val_range, - STATE(3393), 1, - sym__expr_unary_minus, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3507), 1, - sym__match_pattern_list, - STATE(3514), 1, - sym__match_pattern_value, - ACTIONS(3203), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3350), 2, - sym_val_interpolated, - sym_val_closure, - STATE(5746), 2, - sym__match_pattern_rest, - sym__match_pattern_ignore_rest, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3382), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3395), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [2440] = 5, + [2390] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2523), 1, - aux_sym_unquoted_token3, - STATE(1242), 1, - sym_comment, - ACTIONS(1345), 2, - ts_builtin_sym_end, + ACTIONS(3292), 1, anon_sym_LF, - ACTIONS(1343), 59, + STATE(1267), 1, + sym_comment, + ACTIONS(3290), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195367,6 +198769,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, @@ -195379,6 +198782,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, @@ -195391,7 +198795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195411,45 +198815,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2515] = 4, - ACTIONS(105), 1, + [2463] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3227), 1, - anon_sym_LF, - STATE(1243), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1268), 1, sym_comment, - ACTIONS(3225), 61, + STATE(1667), 1, + sym__var, + STATE(2154), 1, + sym__immediate_decimal, + STATE(2155), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2127), 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(2125), 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, @@ -195457,54 +198886,38 @@ 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, - sym_val_nothing, - 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, - [2588] = 13, + aux_sym__record_key_token2, + [2554] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(2901), 1, + ACTIONS(2888), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, + ACTIONS(2890), 1, anon_sym_DASH2, - ACTIONS(2905), 1, + ACTIONS(2892), 1, anon_sym_PLUS2, - STATE(1244), 1, + STATE(1269), 1, sym_comment, - STATE(1636), 1, + STATE(1667), 1, sym__var, - STATE(1945), 1, + STATE(2152), 1, sym__immediate_decimal, - STATE(1944), 2, + STATE(2153), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2053), 9, + ACTIONS(2123), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -195514,7 +198927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2051), 43, + ACTIONS(2121), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195558,14 +198971,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [2679] = 4, + [2645] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3231), 1, - anon_sym_LF, - STATE(1245), 1, + ACTIONS(3294), 1, + anon_sym_DOT2, + STATE(1270), 1, sym_comment, - ACTIONS(3229), 61, + ACTIONS(3105), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3103), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195581,7 +198997,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, @@ -195594,7 +199009,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, @@ -195607,7 +199021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195627,14 +199041,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2752] = 4, + [2720] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3235), 1, - anon_sym_LF, - STATE(1246), 1, + ACTIONS(3296), 1, + anon_sym_DOT2, + STATE(1271), 1, sym_comment, - ACTIONS(3233), 61, + ACTIONS(3099), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3097), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195650,7 +199067,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, @@ -195663,7 +199079,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, @@ -195676,7 +199091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195696,14 +199111,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2825] = 4, + [2795] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3239), 1, - anon_sym_LF, - STATE(1247), 1, + STATE(1272), 1, sym_comment, - ACTIONS(3237), 61, + ACTIONS(1503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1501), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195719,7 +199136,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, @@ -195732,7 +199148,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, @@ -195745,7 +199160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195765,14 +199180,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2898] = 4, + [2868] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3243), 1, - anon_sym_LF, - STATE(1248), 1, + ACTIONS(3298), 1, + anon_sym_LBRACE, + STATE(1273), 1, sym_comment, - ACTIONS(3241), 61, + STATE(1491), 1, + sym_block, + ACTIONS(3177), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3175), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195788,7 +199208,77 @@ 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, + 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_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, + [2945] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1274), 1, + sym_comment, + STATE(1400), 1, + sym__terminator, + STATE(1437), 1, + aux_sym__block_body_repeat1, + ACTIONS(3301), 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, @@ -195801,7 +199291,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, @@ -195814,7 +199303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195834,14 +199323,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [2971] = 4, + [3024] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3247), 1, - anon_sym_LF, - STATE(1249), 1, + ACTIONS(3218), 1, + aux_sym__immediate_decimal_token2, + STATE(1275), 1, sym_comment, - ACTIONS(3245), 61, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2806), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195857,7 +199349,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, @@ -195870,7 +199361,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, @@ -195883,7 +199373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195903,14 +199393,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3044] = 4, + [3099] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3251), 1, + ACTIONS(3305), 1, anon_sym_LF, - STATE(1250), 1, + STATE(1276), 1, sym_comment, - ACTIONS(3249), 61, + ACTIONS(3303), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -195952,7 +199442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -195972,14 +199462,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3117] = 4, + [3172] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3255), 1, + ACTIONS(3309), 1, anon_sym_LF, - STATE(1251), 1, + STATE(1277), 1, sym_comment, - ACTIONS(3253), 61, + ACTIONS(3307), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196021,7 +199511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196041,14 +199531,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3190] = 4, + [3245] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3259), 1, - anon_sym_LF, - STATE(1252), 1, + ACTIONS(3311), 1, + anon_sym_LBRACE, + STATE(1278), 1, sym_comment, - ACTIONS(3257), 61, + STATE(1623), 1, + sym_block, + ACTIONS(3047), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3045), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196064,7 +199559,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, @@ -196076,8 +199570,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, @@ -196090,7 +199582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196110,14 +199602,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3263] = 4, + [3322] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3263), 1, - anon_sym_LF, - STATE(1253), 1, + ACTIONS(3311), 1, + anon_sym_LBRACE, + STATE(1279), 1, sym_comment, - ACTIONS(3261), 61, + STATE(1622), 1, + sym_block, + ACTIONS(3047), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3045), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196133,7 +199630,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, @@ -196145,8 +199641,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, @@ -196159,7 +199653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196179,14 +199673,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3336] = 4, + [3399] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3267), 1, + ACTIONS(3315), 1, anon_sym_LF, - STATE(1254), 1, + STATE(1280), 1, sym_comment, - ACTIONS(3265), 61, + ACTIONS(3313), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196228,7 +199722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196248,83 +199742,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3409] = 4, + [3472] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3271), 1, - anon_sym_LF, - STATE(1255), 1, - sym_comment, - ACTIONS(3269), 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(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, anon_sym_LBRACK, + ACTIONS(2645), 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(2647), 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(2651), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3319), 1, + anon_sym_LF, + ACTIONS(3321), 1, + anon_sym_DASH, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1281), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4074), 1, + sym__expression, + STATE(4075), 1, + sym__flag, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3317), 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, - 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, - [3482] = 4, + STATE(3047), 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, + [3615] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3275), 1, + ACTIONS(3325), 1, anon_sym_LF, - STATE(1256), 1, + STATE(1282), 1, sym_comment, - ACTIONS(3273), 61, + ACTIONS(3323), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196366,7 +199895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196386,116 +199915,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3555] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(2238), 1, - anon_sym_DASH, - ACTIONS(2250), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(2268), 1, - aux_sym_unquoted_token1, - ACTIONS(3277), 1, - anon_sym_LBRACK, - ACTIONS(3279), 1, - anon_sym_LPAREN, - ACTIONS(3281), 1, - anon_sym_LBRACE, - ACTIONS(3283), 1, - anon_sym_DOT, - ACTIONS(3285), 1, - anon_sym_PLUS, - ACTIONS(3295), 1, - anon_sym_DQUOTE, - ACTIONS(3299), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3301), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(265), 1, - sym__val_number_decimal, - STATE(274), 1, - sym_val_number, - STATE(279), 1, - sym__val_number, - STATE(1257), 1, - sym_comment, - STATE(2306), 1, - sym__var, - STATE(2374), 1, - sym_val_variable, - STATE(2378), 1, - sym_expr_parenthesized, - STATE(2451), 1, - sym__inter_single_quotes, - STATE(2455), 1, - sym__inter_double_quotes, - STATE(2507), 1, - sym_redirection, - STATE(2511), 1, - sym__flag, - STATE(2539), 1, - sym__str_double_quotes, - STATE(2555), 1, - sym_unquoted, - STATE(2678), 1, - sym__cmd_arg, - ACTIONS(3287), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(3289), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - STATE(2475), 2, - sym_val_range, - sym__value, - ACTIONS(2256), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(3291), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3293), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3303), 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, - STATE(2444), 10, - 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, - [3694] = 4, + [3688] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3307), 1, + ACTIONS(3329), 1, anon_sym_LF, - STATE(1258), 1, + STATE(1283), 1, sym_comment, - ACTIONS(3305), 61, + ACTIONS(3327), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196537,7 +199964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196557,17 +199984,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3767] = 5, + [3761] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3021), 1, + ACTIONS(3214), 1, aux_sym__immediate_decimal_token2, - STATE(1259), 1, + STATE(1284), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(2784), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2734), 59, + ACTIONS(2782), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196607,7 +200034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196627,14 +200054,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3842] = 4, + [3836] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3311), 1, + ACTIONS(3333), 1, anon_sym_LF, - STATE(1260), 1, + STATE(1285), 1, sym_comment, - ACTIONS(3309), 61, + ACTIONS(3331), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196676,7 +200103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196696,14 +200123,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3915] = 4, + [3909] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3315), 1, + ACTIONS(3337), 1, anon_sym_LF, - STATE(1261), 1, + STATE(1286), 1, sym_comment, - ACTIONS(3313), 61, + ACTIONS(3335), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196745,7 +200172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196765,14 +200192,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [3988] = 4, + [3982] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3319), 1, - anon_sym_LF, - STATE(1262), 1, + ACTIONS(3339), 1, + aux_sym__immediate_decimal_token2, + STATE(1287), 1, sym_comment, - ACTIONS(3317), 61, + ACTIONS(2876), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2874), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196788,7 +200218,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, @@ -196801,7 +200230,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, @@ -196814,7 +200242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196834,19 +200262,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4061] = 6, + [4057] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3321), 1, - anon_sym_LBRACE, - STATE(1263), 1, - sym_comment, - STATE(1522), 1, - sym_block, - ACTIONS(3082), 2, - ts_builtin_sym_end, + ACTIONS(3343), 1, anon_sym_LF, - ACTIONS(3080), 58, + STATE(1288), 1, + sym_comment, + ACTIONS(3341), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196862,6 +200285,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, @@ -196873,6 +200297,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, @@ -196885,7 +200311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196905,14 +200331,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4138] = 4, + [4130] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3326), 1, + ACTIONS(3347), 1, anon_sym_LF, - STATE(1264), 1, + STATE(1289), 1, sym_comment, - ACTIONS(3324), 61, + ACTIONS(3345), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -196954,7 +200380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -196974,14 +200400,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4211] = 4, + [4203] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3330), 1, + ACTIONS(3351), 1, anon_sym_LF, - STATE(1265), 1, + STATE(1290), 1, sym_comment, - ACTIONS(3328), 61, + ACTIONS(3349), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197023,7 +200449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197043,14 +200469,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4284] = 4, + [4276] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3334), 1, + ACTIONS(3355), 1, anon_sym_LF, - STATE(1266), 1, + STATE(1291), 1, sym_comment, - ACTIONS(3332), 61, + ACTIONS(3353), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197092,7 +200518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197112,14 +200538,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4357] = 4, + [4349] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3338), 1, + ACTIONS(3359), 1, anon_sym_LF, - STATE(1267), 1, + STATE(1292), 1, sym_comment, - ACTIONS(3336), 61, + ACTIONS(3357), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197161,7 +200587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197181,16 +200607,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4430] = 4, + [4422] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1268), 1, - sym_comment, - ACTIONS(1463), 3, - ts_builtin_sym_end, + ACTIONS(3363), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1461), 59, + STATE(1293), 1, + sym_comment, + ACTIONS(3361), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197206,6 +200630,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, @@ -197218,6 +200643,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, @@ -197230,7 +200656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197250,14 +200676,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4503] = 4, + [4495] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3342), 1, + ACTIONS(3367), 1, anon_sym_LF, - STATE(1269), 1, + STATE(1294), 1, sym_comment, - ACTIONS(3340), 61, + ACTIONS(3365), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197299,7 +200725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197319,14 +200745,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4576] = 4, + [4568] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3346), 1, + ACTIONS(3371), 1, anon_sym_LF, - STATE(1270), 1, + STATE(1295), 1, sym_comment, - ACTIONS(3344), 61, + ACTIONS(3369), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197368,7 +200794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197388,14 +200814,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4649] = 4, + [4641] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3350), 1, + ACTIONS(2808), 1, anon_sym_LF, - STATE(1271), 1, + STATE(1296), 1, sym_comment, - ACTIONS(3348), 61, + ACTIONS(2806), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197437,7 +200863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197457,14 +200883,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4722] = 4, + [4714] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3354), 1, + ACTIONS(3375), 1, anon_sym_LF, - STATE(1272), 1, + STATE(1297), 1, sym_comment, - ACTIONS(3352), 61, + ACTIONS(3373), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197506,7 +200932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197526,83 +200952,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4795] = 4, + [4787] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3358), 1, - anon_sym_LF, - STATE(1273), 1, - sym_comment, - ACTIONS(3356), 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(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, anon_sym_LBRACK, + ACTIONS(2645), 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(2647), 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(2651), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3379), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1281), 1, + sym__flag, + STATE(1298), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4078), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3377), 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, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(3047), 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, + [4930] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, sym_val_date, + ACTIONS(2655), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2659), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [4868] = 4, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3321), 1, + anon_sym_DASH, + ACTIONS(3379), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1299), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4078), 1, + sym__expression, + STATE(4079), 1, + sym__flag, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3377), 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(3047), 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, + [5073] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3362), 1, + ACTIONS(3383), 1, anon_sym_LF, - STATE(1274), 1, + STATE(1300), 1, sym_comment, - ACTIONS(3360), 61, + ACTIONS(3381), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197644,7 +201209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197664,14 +201229,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [4941] = 4, + [5146] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3366), 1, + ACTIONS(3387), 1, anon_sym_LF, - STATE(1275), 1, + STATE(1301), 1, sym_comment, - ACTIONS(3364), 61, + ACTIONS(3385), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197713,7 +201278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197733,14 +201298,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5014] = 4, + [5219] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3370), 1, + ACTIONS(3391), 1, anon_sym_LF, - STATE(1276), 1, + STATE(1302), 1, sym_comment, - ACTIONS(3368), 61, + ACTIONS(3389), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197782,7 +201347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197802,14 +201367,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5087] = 4, + [5292] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3374), 1, + ACTIONS(3395), 1, anon_sym_LF, - STATE(1277), 1, + STATE(1303), 1, sym_comment, - ACTIONS(3372), 61, + ACTIONS(3393), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197851,7 +201416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197871,14 +201436,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5160] = 4, + [5365] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3378), 1, + ACTIONS(3399), 1, anon_sym_LF, - STATE(1278), 1, + STATE(1304), 1, sym_comment, - ACTIONS(3376), 61, + ACTIONS(3397), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -197920,7 +201485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -197940,86 +201505,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5233] = 4, + [5438] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1279), 1, - sym_comment, - ACTIONS(1476), 3, - ts_builtin_sym_end, + ACTIONS(3403), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 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, - sym_val_nothing, - 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, - [5306] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3089), 1, - aux_sym__immediate_decimal_token2, - STATE(1280), 1, + STATE(1305), 1, sym_comment, - ACTIONS(2726), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2724), 59, + ACTIONS(3401), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198035,6 +201528,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, @@ -198047,6 +201541,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, @@ -198059,7 +201554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198079,14 +201574,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5381] = 4, + [5511] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3382), 1, + ACTIONS(1509), 1, anon_sym_LF, - STATE(1281), 1, + STATE(1306), 1, sym_comment, - ACTIONS(3380), 61, + ACTIONS(1507), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198128,7 +201623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198148,84 +201643,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5454] = 5, + [5584] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1282), 1, - sym_comment, - STATE(1478), 1, - sym_val_record, - ACTIONS(3072), 2, - ts_builtin_sym_end, + ACTIONS(3407), 1, anon_sym_LF, - ACTIONS(3070), 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, - sym_val_nothing, - 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, - [5529] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3386), 1, - anon_sym_LF, - STATE(1283), 1, + STATE(1307), 1, sym_comment, - ACTIONS(3384), 61, + ACTIONS(3405), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198267,7 +201692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198287,14 +201712,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5602] = 4, + [5657] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3390), 1, + ACTIONS(3411), 1, anon_sym_LF, - STATE(1284), 1, + STATE(1308), 1, sym_comment, - ACTIONS(3388), 61, + ACTIONS(3409), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198336,7 +201761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198356,95 +201781,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5675] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1285), 1, - sym_comment, - STATE(1636), 1, - sym__var, - STATE(1947), 1, - sym__immediate_decimal, - STATE(1946), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2085), 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(2083), 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, - [5766] = 5, + [5730] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3392), 1, - aux_sym__immediate_decimal_token2, - STATE(1286), 1, - sym_comment, - ACTIONS(2935), 2, - ts_builtin_sym_end, + ACTIONS(3415), 1, anon_sym_LF, - ACTIONS(2933), 59, + STATE(1309), 1, + sym_comment, + ACTIONS(3413), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198460,6 +201804,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, @@ -198472,6 +201817,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, @@ -198484,7 +201830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198504,14 +201850,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5841] = 4, + [5803] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3396), 1, + ACTIONS(3419), 1, anon_sym_LF, - STATE(1287), 1, + STATE(1310), 1, sym_comment, - ACTIONS(3394), 61, + ACTIONS(3417), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198553,7 +201899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198573,14 +201919,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5914] = 4, + [5876] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3400), 1, + ACTIONS(3423), 1, anon_sym_LF, - STATE(1288), 1, + STATE(1311), 1, sym_comment, - ACTIONS(3398), 61, + ACTIONS(3421), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198622,7 +201968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198642,14 +201988,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [5987] = 4, + [5949] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3404), 1, + ACTIONS(2784), 1, anon_sym_LF, - STATE(1289), 1, + STATE(1312), 1, sym_comment, - ACTIONS(3402), 61, + ACTIONS(2782), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198691,7 +202037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198711,14 +202057,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6060] = 4, + [6022] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3408), 1, + ACTIONS(3427), 1, anon_sym_LF, - STATE(1290), 1, + STATE(1313), 1, sym_comment, - ACTIONS(3406), 61, + ACTIONS(3425), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198760,7 +202106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198780,14 +202126,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6133] = 4, + [6095] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3412), 1, + ACTIONS(3431), 1, anon_sym_LF, - STATE(1291), 1, + STATE(1314), 1, sym_comment, - ACTIONS(3410), 61, + ACTIONS(3429), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198829,7 +202175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198849,14 +202195,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6206] = 4, + [6168] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3416), 1, + ACTIONS(3435), 1, anon_sym_LF, - STATE(1292), 1, + STATE(1315), 1, sym_comment, - ACTIONS(3414), 61, + ACTIONS(3433), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198898,7 +202244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198918,14 +202264,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6279] = 4, + [6241] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3416), 1, + ACTIONS(3439), 1, anon_sym_LF, - STATE(1293), 1, + STATE(1316), 1, sym_comment, - ACTIONS(3414), 61, + ACTIONS(3437), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -198967,7 +202313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -198987,14 +202333,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6352] = 4, + [6314] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3420), 1, + ACTIONS(3443), 1, anon_sym_LF, - STATE(1294), 1, + STATE(1317), 1, sym_comment, - ACTIONS(3418), 61, + ACTIONS(3441), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199036,7 +202382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199056,14 +202402,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6425] = 4, + [6387] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3420), 1, + ACTIONS(2876), 1, anon_sym_LF, - STATE(1295), 1, + STATE(1318), 1, sym_comment, - ACTIONS(3418), 61, + ACTIONS(2874), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199105,7 +202451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199125,70 +202471,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6498] = 13, - ACTIONS(3), 1, + [6460] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1296), 1, + ACTIONS(3447), 1, + anon_sym_LF, + STATE(1319), 1, sym_comment, - STATE(1636), 1, - sym__var, - STATE(1949), 1, - sym__immediate_decimal, - STATE(1948), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2089), 9, - anon_sym_COMMA, + ACTIONS(3445), 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, - ACTIONS(2087), 43, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [6533] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3451), 1, + anon_sym_LF, + STATE(1320), 1, + sym_comment, + ACTIONS(3449), 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, @@ -199196,48 +202586,113 @@ 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, - [6589] = 13, - ACTIONS(3), 1, + 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, + [6606] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1297), 1, + ACTIONS(3455), 1, + anon_sym_SEMI, + ACTIONS(3458), 1, + anon_sym_LF, + STATE(1321), 1, sym_comment, - STATE(1636), 1, - sym__var, - STATE(1941), 1, - sym__immediate_decimal, - STATE(1940), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2049), 9, - anon_sym_COMMA, + ACTIONS(3461), 2, + anon_sym_RPAREN, anon_sym_RBRACE, + ACTIONS(3453), 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, - ACTIONS(2047), 43, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [6683] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3465), 1, + anon_sym_SEMI, + ACTIONS(3468), 1, + anon_sym_LF, + STATE(1322), 1, + sym_comment, + ACTIONS(3471), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(3463), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199250,23 +202705,22 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -199274,22 +202728,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, - [6680] = 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, + [6760] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1298), 1, + STATE(1323), 1, sym_comment, - ACTIONS(1528), 2, + ACTIONS(1477), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1526), 60, + ACTIONS(1475), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199330,7 +202800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199350,26 +202820,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6753] = 7, + [6833] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(3475), 1, anon_sym_LF, - STATE(1299), 1, + STATE(1324), 1, sym_comment, - STATE(1305), 1, - aux_sym__block_body_repeat1, - STATE(1306), 1, - sym__terminator, - ACTIONS(3422), 58, + ACTIONS(3473), 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, @@ -199378,6 +202843,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, @@ -199390,6 +202856,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, @@ -199402,7 +202869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199422,14 +202889,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6832] = 4, + [6906] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3416), 1, + ACTIONS(3479), 1, anon_sym_LF, - STATE(1300), 1, + STATE(1325), 1, sym_comment, - ACTIONS(3414), 61, + ACTIONS(3477), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199471,7 +202938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199491,16 +202958,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6905] = 4, + [6979] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1301), 1, - sym_comment, - ACTIONS(1480), 3, - ts_builtin_sym_end, + ACTIONS(3483), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1478), 59, + STATE(1326), 1, + sym_comment, + ACTIONS(3481), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199516,6 +202981,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, @@ -199528,6 +202994,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, @@ -199540,7 +203007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199560,14 +203027,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [6978] = 4, + [7052] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1486), 1, + ACTIONS(3487), 1, anon_sym_LF, - STATE(1302), 1, + STATE(1327), 1, sym_comment, - ACTIONS(1484), 61, + ACTIONS(3485), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199609,7 +203076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199629,14 +203096,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7051] = 4, + [7125] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3416), 1, + ACTIONS(3491), 1, anon_sym_LF, - STATE(1303), 1, + STATE(1328), 1, sym_comment, - ACTIONS(3414), 61, + ACTIONS(3489), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199678,7 +203145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199698,14 +203165,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7124] = 4, + [7198] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3426), 1, + ACTIONS(3495), 1, anon_sym_LF, - STATE(1304), 1, + STATE(1329), 1, sym_comment, - ACTIONS(3424), 61, + ACTIONS(3493), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199747,7 +203214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199767,26 +203234,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7197] = 7, + [7271] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(3495), 1, anon_sym_LF, - STATE(1109), 1, - aux_sym__block_body_repeat1, - STATE(1305), 1, + STATE(1330), 1, sym_comment, - STATE(1306), 1, - sym__terminator, - ACTIONS(3428), 58, + ACTIONS(3493), 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, @@ -199795,6 +203257,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, @@ -199807,6 +203270,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, @@ -199819,7 +203283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199839,14 +203303,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7276] = 4, + [7344] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3432), 1, + ACTIONS(3499), 1, anon_sym_LF, - STATE(1306), 1, + STATE(1331), 1, sym_comment, - ACTIONS(3430), 61, + ACTIONS(3497), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199888,7 +203352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199908,15 +203372,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7349] = 4, + [7417] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1307), 1, - sym_comment, - ACTIONS(3078), 2, - ts_builtin_sym_end, + ACTIONS(3499), 1, anon_sym_LF, - ACTIONS(3076), 60, + STATE(1332), 1, + sym_comment, + ACTIONS(3497), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -199932,7 +203395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_PIPE, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -199945,6 +203408,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, @@ -199957,7 +203421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -199977,14 +203441,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7422] = 4, + [7490] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3436), 1, + ACTIONS(3503), 1, anon_sym_LF, - STATE(1308), 1, + STATE(1333), 1, sym_comment, - ACTIONS(3434), 61, + ACTIONS(3501), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200026,7 +203490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200046,14 +203510,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7495] = 4, + [7563] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3440), 1, + ACTIONS(3507), 1, anon_sym_LF, - STATE(1309), 1, + STATE(1334), 1, sym_comment, - ACTIONS(3438), 61, + ACTIONS(3505), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200095,7 +203559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200115,14 +203579,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7568] = 4, + [7636] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3444), 1, + ACTIONS(3036), 1, anon_sym_LF, - STATE(1310), 1, + STATE(1335), 1, sym_comment, - ACTIONS(3442), 61, + ACTIONS(3034), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200164,7 +203628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200184,14 +203648,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7641] = 4, + [7709] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3444), 1, - anon_sym_LF, - STATE(1311), 1, + STATE(1336), 1, sym_comment, - ACTIONS(3442), 61, + ACTIONS(1586), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1584), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200207,7 +203672,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, @@ -200220,7 +203684,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, @@ -200230,10 +203693,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200253,14 +203717,329 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7714] = 4, + [7782] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3448), 1, + ACTIONS(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3511), 1, anon_sym_LF, - STATE(1312), 1, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1264), 1, + sym__flag, + STATE(1337), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4105), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3509), 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(3047), 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, + [7925] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3511), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1263), 1, + sym__flag, + STATE(1338), 1, sym_comment, - ACTIONS(3446), 61, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4105), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3509), 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(3047), 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, + [8068] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3511), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1262), 1, + sym__flag, + STATE(1339), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4105), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3509), 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(3047), 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, + [8211] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1340), 1, + sym_comment, + STATE(1563), 1, + sym_val_record, + ACTIONS(3169), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3167), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200276,7 +204055,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, @@ -200289,7 +204067,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, @@ -200302,7 +204079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200322,17 +204099,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7787] = 5, + [8286] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3006), 1, - aux_sym_unquoted_token5, - STATE(1313), 1, - sym_comment, - ACTIONS(1494), 2, - ts_builtin_sym_end, + ACTIONS(3515), 1, anon_sym_LF, - ACTIONS(1492), 59, + STATE(1341), 1, + sym_comment, + ACTIONS(3513), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200348,6 +204122,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, @@ -200360,6 +204135,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, @@ -200372,7 +204148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200392,19 +204168,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7862] = 6, + [8359] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3450), 1, - anon_sym_LBRACE, - STATE(1314), 1, - sym_comment, - STATE(1500), 1, - sym_block, - ACTIONS(3103), 2, - ts_builtin_sym_end, + ACTIONS(3495), 1, anon_sym_LF, - ACTIONS(3101), 58, + STATE(1342), 1, + sym_comment, + ACTIONS(3493), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200420,6 +204191,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, @@ -200431,6 +204203,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, @@ -200443,7 +204217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200463,14 +204237,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [7939] = 4, + [8432] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - STATE(1315), 1, + STATE(1343), 1, sym_comment, - ACTIONS(2734), 61, + ACTIONS(3228), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3226), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200486,7 +204261,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, @@ -200499,7 +204273,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, @@ -200509,10 +204282,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200532,16 +204306,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8012] = 4, + [8505] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1316), 1, + STATE(1344), 1, sym_comment, - ACTIONS(1490), 3, + ACTIONS(3222), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1488), 59, + ACTIONS(3220), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200578,10 +204351,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200601,25 +204375,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8085] = 6, + [8578] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3454), 1, - anon_sym_SEMI, - ACTIONS(3457), 1, - anon_sym_LF, - STATE(1317), 1, + STATE(1345), 1, sym_comment, - ACTIONS(3460), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3452), 58, + STATE(1466), 1, + sym_val_record, + ACTIONS(3165), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3163), 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, @@ -200652,7 +204425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200672,25 +204445,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8162] = 6, + [8653] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3464), 1, - anon_sym_SEMI, - ACTIONS(3467), 1, + ACTIONS(1493), 1, anon_sym_LF, - STATE(1318), 1, + STATE(1346), 1, sym_comment, - ACTIONS(3470), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3462), 58, + ACTIONS(1491), 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, @@ -200699,6 +204468,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, @@ -200711,6 +204481,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, @@ -200723,7 +204494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200743,15 +204514,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8239] = 4, + [8726] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1319), 1, - sym_comment, - ACTIONS(1439), 2, - ts_builtin_sym_end, + ACTIONS(3519), 1, anon_sym_LF, - ACTIONS(1437), 60, + STATE(1347), 1, + sym_comment, + ACTIONS(3517), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200767,6 +204537,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, @@ -200779,6 +204550,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, @@ -200788,11 +204560,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200812,14 +204583,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8312] = 4, + [8799] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3474), 1, + ACTIONS(3495), 1, anon_sym_LF, - STATE(1320), 1, + STATE(1348), 1, sym_comment, - ACTIONS(3472), 61, + ACTIONS(3493), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200861,7 +204632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200881,14 +204652,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8385] = 4, + [8872] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3478), 1, + ACTIONS(3523), 1, anon_sym_LF, - STATE(1321), 1, + STATE(1349), 1, sym_comment, - ACTIONS(3476), 61, + ACTIONS(3521), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200930,7 +204701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -200950,17 +204721,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8458] = 5, + [8945] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3480), 1, - anon_sym_DOT2, - STATE(1322), 1, - sym_comment, - ACTIONS(3056), 2, - ts_builtin_sym_end, + ACTIONS(3527), 1, anon_sym_LF, - ACTIONS(3054), 59, + STATE(1350), 1, + sym_comment, + ACTIONS(3525), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -200976,6 +204744,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, @@ -200988,6 +204757,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, @@ -201000,7 +204770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201020,14 +204790,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8533] = 4, + [9018] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3484), 1, - anon_sym_LF, - STATE(1323), 1, + STATE(1351), 1, sym_comment, - ACTIONS(3482), 61, + ACTIONS(1493), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1491), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201043,7 +204815,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, @@ -201056,7 +204827,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, @@ -201069,7 +204839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201089,14 +204859,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8606] = 4, + [9091] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3488), 1, + ACTIONS(3531), 1, anon_sym_LF, - STATE(1324), 1, + STATE(1352), 1, sym_comment, - ACTIONS(3486), 61, + ACTIONS(3529), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201138,7 +204908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201158,14 +204928,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8679] = 4, + [9164] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3478), 1, - anon_sym_LF, - STATE(1325), 1, + STATE(1353), 1, sym_comment, - ACTIONS(3476), 61, + ACTIONS(1428), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1426), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201181,7 +204952,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, @@ -201194,7 +204964,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, @@ -201204,10 +204973,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201227,14 +204997,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8752] = 4, + [9237] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3535), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1298), 1, + sym__flag, + STATE(1354), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4082), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3533), 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(3047), 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, + [9380] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3535), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1299), 1, + sym__flag, + STATE(1355), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4082), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3533), 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(3047), 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, + [9523] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3492), 1, - anon_sym_LF, - STATE(1326), 1, + ACTIONS(3234), 1, + aux_sym_unquoted_token5, + STATE(1356), 1, sym_comment, - ACTIONS(3490), 61, + ACTIONS(1497), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1495), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201250,7 +205231,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, @@ -201263,7 +205243,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, @@ -201276,7 +205255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201296,17 +205275,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8825] = 5, + [9598] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3494), 1, - anon_sym_DOT2, - STATE(1327), 1, - sym_comment, - ACTIONS(3050), 2, - ts_builtin_sym_end, + ACTIONS(3539), 1, anon_sym_LF, - ACTIONS(3048), 59, + STATE(1357), 1, + sym_comment, + ACTIONS(3537), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201322,6 +205298,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, @@ -201334,6 +205311,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, @@ -201346,7 +205324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201366,14 +205344,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8900] = 4, + [9671] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3498), 1, + ACTIONS(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3321), 1, + anon_sym_DASH, + ACTIONS(3535), 1, anon_sym_LF, - STATE(1328), 1, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1358), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4082), 1, + sym__expression, + STATE(4083), 1, + sym__flag, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3533), 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(3047), 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, + [9814] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3539), 1, + anon_sym_LF, + STATE(1359), 1, sym_comment, - ACTIONS(3496), 61, + ACTIONS(3537), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201415,7 +205497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201435,31 +205517,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [8973] = 13, + [9887] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(2901), 1, + ACTIONS(2888), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, + ACTIONS(2890), 1, anon_sym_DASH2, - ACTIONS(2905), 1, + ACTIONS(2892), 1, anon_sym_PLUS2, - STATE(1329), 1, + STATE(1360), 1, sym_comment, - STATE(1636), 1, + STATE(1667), 1, sym__var, - STATE(1908), 1, + STATE(2105), 1, sym__immediate_decimal, - STATE(1907), 2, + STATE(2106), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2061), 9, + ACTIONS(2119), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -201469,7 +205551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2059), 43, + ACTIONS(2117), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201513,14 +205595,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [9064] = 4, + [9978] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3498), 1, + ACTIONS(3543), 1, anon_sym_LF, - STATE(1330), 1, + STATE(1361), 1, sym_comment, - ACTIONS(3496), 61, + ACTIONS(3541), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201562,7 +205644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201582,15 +205664,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9137] = 4, + [10051] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1331), 1, - sym_comment, - ACTIONS(1494), 2, - ts_builtin_sym_end, + ACTIONS(3547), 1, anon_sym_LF, - ACTIONS(1492), 60, + STATE(1362), 1, + sym_comment, + ACTIONS(3545), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201606,6 +205687,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, @@ -201618,6 +205700,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, @@ -201627,11 +205710,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201651,104 +205733,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9210] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1332), 1, - sym_comment, - STATE(1636), 1, - sym__var, - STATE(1906), 1, - sym__immediate_decimal, - STATE(1905), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2057), 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(2055), 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, - [9301] = 7, + [10124] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(3238), 1, anon_sym_LF, - STATE(1109), 1, - aux_sym__block_body_repeat1, - STATE(1306), 1, - sym__terminator, - STATE(1333), 1, + STATE(1363), 1, sym_comment, - ACTIONS(3500), 58, + ACTIONS(3236), 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, @@ -201757,6 +205756,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, @@ -201769,6 +205769,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, @@ -201781,7 +205782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201801,92 +205802,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9380] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1334), 1, - sym_comment, - STATE(1636), 1, - sym__var, - STATE(1951), 1, - sym__immediate_decimal, - STATE(1950), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2097), 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(2095), 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, - [9471] = 4, + [10197] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3504), 1, + ACTIONS(3551), 1, anon_sym_LF, - STATE(1335), 1, + STATE(1364), 1, sym_comment, - ACTIONS(3502), 61, + ACTIONS(3549), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201928,7 +205851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -201948,14 +205871,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9544] = 4, + [10270] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3508), 1, + ACTIONS(3527), 1, anon_sym_LF, - STATE(1336), 1, + STATE(1365), 1, sym_comment, - ACTIONS(3506), 61, + ACTIONS(3525), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -201997,7 +205920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202017,17 +205940,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9617] = 5, + [10343] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3510), 1, - anon_sym_DOT2, - STATE(1337), 1, + STATE(1366), 1, sym_comment, - ACTIONS(2975), 2, + ACTIONS(1497), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2973), 59, + ACTIONS(1495), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202064,10 +205985,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202087,25 +206009,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9692] = 6, + [10416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3514), 1, - anon_sym_SEMI, - ACTIONS(3517), 1, + ACTIONS(3555), 1, anon_sym_LF, - STATE(1338), 1, + STATE(1367), 1, sym_comment, - ACTIONS(3520), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3512), 58, + ACTIONS(3553), 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, @@ -202114,6 +206032,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, @@ -202126,6 +206045,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, @@ -202138,7 +206058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202158,15 +206078,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9769] = 4, + [10489] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1339), 1, - sym_comment, - ACTIONS(3046), 2, - ts_builtin_sym_end, + ACTIONS(3559), 1, anon_sym_LF, - ACTIONS(3044), 60, + STATE(1368), 1, + sym_comment, + ACTIONS(3557), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202182,6 +206101,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, @@ -202194,6 +206114,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, @@ -202203,11 +206124,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202227,44 +206147,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9842] = 4, - ACTIONS(105), 1, + [10562] = 13, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1340), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1369), 1, sym_comment, - ACTIONS(3099), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3097), 60, + STATE(1667), 1, + sym__var, + STATE(2101), 1, + sym__immediate_decimal, + STATE(2102), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2091), 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(2089), 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, @@ -202272,38 +206218,229 @@ 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_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, + [10653] = 39, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(353), 1, anon_sym_not, - sym_val_nothing, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3321), 1, + anon_sym_DASH, + ACTIONS(3563), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1370), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4091), 1, + sym__expression, + STATE(4092), 1, + sym__flag, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3561), 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, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(3047), 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, + [10796] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, sym_val_date, + ACTIONS(2655), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2659), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [9915] = 4, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3563), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1371), 1, + sym_comment, + STATE(1424), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4091), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3561), 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(3047), 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, + [10939] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3524), 1, + ACTIONS(3567), 1, anon_sym_LF, - STATE(1341), 1, + STATE(1372), 1, sym_comment, - ACTIONS(3522), 61, + ACTIONS(3565), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202345,7 +206482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202365,17 +206502,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [9988] = 5, + [11012] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3526), 1, - anon_sym_DOT2, - STATE(1342), 1, + ACTIONS(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3563), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1373), 1, sym_comment, - ACTIONS(3027), 2, - ts_builtin_sym_end, + STATE(1423), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4091), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3561), 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(3047), 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, + [11155] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3563), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1374), 1, + sym_comment, + STATE(1422), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4091), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3561), 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(3047), 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, + [11298] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3571), 1, anon_sym_LF, - ACTIONS(3025), 59, + STATE(1375), 1, + sym_comment, + ACTIONS(3569), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202391,6 +206733,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, @@ -202403,6 +206746,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, @@ -202415,7 +206759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202435,14 +206779,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10063] = 4, + [11371] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1463), 1, + ACTIONS(3575), 1, anon_sym_LF, - STATE(1343), 1, + STATE(1376), 1, sym_comment, - ACTIONS(1461), 61, + ACTIONS(3573), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202484,7 +206828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202504,70 +206848,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10136] = 13, - ACTIONS(3), 1, + [11444] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1344), 1, + ACTIONS(3579), 1, + anon_sym_LF, + STATE(1377), 1, sym_comment, - STATE(1636), 1, - sym__var, - STATE(1904), 1, - sym__immediate_decimal, - STATE(1903), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2065), 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(2063), 43, + ACTIONS(3577), 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, @@ -202575,26 +206894,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, - [10227] = 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, + [11517] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3528), 1, - anon_sym_LBRACE, - STATE(1345), 1, - sym_comment, - STATE(1491), 1, - sym_block, - ACTIONS(3033), 2, - ts_builtin_sym_end, + ACTIONS(3583), 1, anon_sym_LF, - ACTIONS(3031), 58, + STATE(1378), 1, + sym_comment, + ACTIONS(3581), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202610,6 +206940,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, @@ -202621,6 +206952,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, @@ -202633,7 +206966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -202653,31 +206986,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10304] = 13, + [11590] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(2901), 1, + ACTIONS(2888), 1, aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, + ACTIONS(2890), 1, anon_sym_DASH2, - ACTIONS(2905), 1, + ACTIONS(2892), 1, anon_sym_PLUS2, - STATE(1346), 1, + STATE(1379), 1, sym_comment, - STATE(1636), 1, + STATE(1667), 1, sym__var, - STATE(1902), 1, + STATE(2098), 1, sym__immediate_decimal, - STATE(1900), 2, + STATE(2100), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2069), 9, + ACTIONS(2135), 9, anon_sym_COMMA, anon_sym_RBRACE, aux_sym__val_number_token1, @@ -202687,7 +207020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2067), 43, + ACTIONS(2133), 43, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202731,222 +207064,118 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [10395] = 5, + [11681] = 39, ACTIONS(105), 1, anon_sym_POUND, - STATE(1347), 1, - sym_comment, - STATE(1474), 1, - sym_val_record, - ACTIONS(3068), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3066), 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(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, anon_sym_LBRACK, + ACTIONS(2645), 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(2647), 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(2651), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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(2653), 1, sym_val_date, + ACTIONS(2655), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2659), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [10470] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3533), 1, - anon_sym_LF, - STATE(1348), 1, - sym_comment, - ACTIONS(3531), 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(3282), 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(3284), 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, - sym_val_nothing, + ACTIONS(3587), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1380), 1, + sym_comment, + STATE(1459), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4071), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 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(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 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, - [10543] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1349), 1, - sym_comment, - ACTIONS(1365), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1363), 60, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3585), 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_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, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, + 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, - 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, - [10616] = 4, + STATE(3047), 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, + [11824] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2726), 1, + ACTIONS(3591), 1, anon_sym_LF, - STATE(1350), 1, + STATE(1381), 1, sym_comment, - ACTIONS(2724), 61, + ACTIONS(3589), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -202988,7 +207217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203008,14 +207237,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10689] = 4, + [11897] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3537), 1, + ACTIONS(3575), 1, anon_sym_LF, - STATE(1351), 1, + STATE(1382), 1, sym_comment, - ACTIONS(3535), 61, + ACTIONS(3573), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203057,7 +207286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203077,21 +207306,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10762] = 4, + [11970] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3541), 1, + ACTIONS(3595), 1, + anon_sym_SEMI, + ACTIONS(3598), 1, anon_sym_LF, - STATE(1352), 1, + STATE(1383), 1, sym_comment, - ACTIONS(3539), 61, + ACTIONS(3601), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(3593), 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, @@ -203100,7 +207333,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, @@ -203113,7 +207345,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, @@ -203126,7 +207357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203146,19 +207377,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10835] = 6, + [12047] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3450), 1, - anon_sym_LBRACE, - STATE(1353), 1, - sym_comment, - STATE(1535), 1, - sym_block, - ACTIONS(3040), 2, - ts_builtin_sym_end, + ACTIONS(1517), 1, anon_sym_LF, - ACTIONS(3038), 58, + STATE(1384), 1, + sym_comment, + ACTIONS(1515), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203174,6 +207400,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, @@ -203185,6 +207412,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, @@ -203197,7 +207426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203217,152 +207446,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [10912] = 4, + [12120] = 39, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3545), 1, - anon_sym_LF, - STATE(1354), 1, - sym_comment, - ACTIONS(3543), 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(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, anon_sym_LBRACK, + ACTIONS(2645), 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(2647), 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(2651), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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(2653), 1, sym_val_date, + ACTIONS(2655), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2659), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [10985] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3549), 1, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3563), 1, anon_sym_LF, - STATE(1355), 1, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1385), 1, sym_comment, - ACTIONS(3547), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, + STATE(1421), 1, + sym__flag, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4091), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3561), 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, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, + 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, - 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, - [11058] = 4, + STATE(3047), 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, + [12263] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3549), 1, + ACTIONS(3605), 1, anon_sym_LF, - STATE(1356), 1, + STATE(1386), 1, sym_comment, - ACTIONS(3547), 61, + ACTIONS(3603), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203404,7 +207599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203424,14 +207619,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11131] = 4, + [12336] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3553), 1, + ACTIONS(3609), 1, anon_sym_LF, - STATE(1357), 1, + STATE(1387), 1, sym_comment, - ACTIONS(3551), 61, + ACTIONS(3607), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203473,7 +207668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203493,19 +207688,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11204] = 6, + [12409] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3450), 1, - anon_sym_LBRACE, - STATE(1358), 1, - sym_comment, - STATE(1532), 1, - sym_block, - ACTIONS(3040), 2, - ts_builtin_sym_end, + ACTIONS(3613), 1, anon_sym_LF, - ACTIONS(3038), 58, + STATE(1388), 1, + sym_comment, + ACTIONS(3611), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203521,6 +207711,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, @@ -203532,6 +207723,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, @@ -203544,7 +207737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203564,92 +207757,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11281] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1359), 1, - sym_comment, - STATE(1636), 1, - sym__var, - STATE(1953), 1, - sym__immediate_decimal, - STATE(1952), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2081), 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(2079), 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, - [11372] = 4, + [12482] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3557), 1, + ACTIONS(3617), 1, anon_sym_LF, - STATE(1360), 1, + STATE(1389), 1, sym_comment, - ACTIONS(3555), 61, + ACTIONS(3615), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203691,7 +207806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203711,14 +207826,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11445] = 4, + [12555] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3561), 1, + ACTIONS(3621), 1, anon_sym_LF, - STATE(1361), 1, + STATE(1390), 1, sym_comment, - ACTIONS(3559), 61, + ACTIONS(3619), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203760,7 +207875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203780,14 +207895,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11518] = 4, + [12628] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3565), 1, + ACTIONS(3625), 1, anon_sym_LF, - STATE(1362), 1, + STATE(1391), 1, sym_comment, - ACTIONS(3563), 61, + ACTIONS(3623), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203829,7 +207944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203849,14 +207964,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11591] = 4, + [12701] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1556), 1, + ACTIONS(3629), 1, anon_sym_LF, - STATE(1363), 1, + STATE(1392), 1, sym_comment, - ACTIONS(1554), 61, + ACTIONS(3627), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203898,7 +208013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203918,15 +208033,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11664] = 4, + [12774] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1364), 1, - sym_comment, - ACTIONS(3062), 2, - ts_builtin_sym_end, + ACTIONS(3633), 1, anon_sym_LF, - ACTIONS(3060), 60, + STATE(1393), 1, + sym_comment, + ACTIONS(3631), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -203942,7 +208056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_PIPE, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -203955,6 +208069,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, @@ -203967,7 +208082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -203987,14 +208102,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11737] = 4, + [12847] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2935), 1, + ACTIONS(3637), 1, anon_sym_LF, - STATE(1365), 1, + STATE(1394), 1, sym_comment, - ACTIONS(2933), 61, + ACTIONS(3635), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204036,7 +208151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204056,88 +208171,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11810] = 4, + [12920] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1366), 1, - sym_comment, - ACTIONS(2995), 2, - ts_builtin_sym_end, + ACTIONS(3641), 1, anon_sym_LF, - ACTIONS(2993), 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_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_as, - anon_sym_where, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [11883] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3450), 1, - anon_sym_LBRACE, - STATE(1367), 1, + STATE(1395), 1, sym_comment, - STATE(1499), 1, - sym_block, - ACTIONS(3103), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3101), 58, + ACTIONS(3639), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204153,6 +208194,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, @@ -204164,6 +208206,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, @@ -204176,7 +208220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204196,14 +208240,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [11960] = 4, + [12993] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3569), 1, + ACTIONS(3645), 1, anon_sym_LF, - STATE(1368), 1, + STATE(1396), 1, sym_comment, - ACTIONS(3567), 61, + ACTIONS(3643), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204245,7 +208289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204265,15 +208309,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12033] = 4, + [13066] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1369), 1, - sym_comment, - ACTIONS(2991), 2, - ts_builtin_sym_end, + ACTIONS(3649), 1, anon_sym_LF, - ACTIONS(2989), 60, + STATE(1397), 1, + sym_comment, + ACTIONS(3647), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204289,6 +208332,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, @@ -204301,6 +208345,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, @@ -204310,11 +208355,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204334,16 +208378,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12106] = 4, + [13139] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1370), 1, + STATE(1398), 1, sym_comment, - ACTIONS(1486), 3, + ACTIONS(2808), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1484), 59, + ACTIONS(2806), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204383,7 +208427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204403,161 +208447,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12179] = 4, + [13212] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1568), 1, - anon_sym_LF, - STATE(1371), 1, - sym_comment, - ACTIONS(1566), 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, - sym_val_nothing, - 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, - [12252] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(2901), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(2903), 1, - anon_sym_DASH2, - ACTIONS(2905), 1, - anon_sym_PLUS2, - STATE(1372), 1, - sym_comment, - STATE(1636), 1, - sym__var, - STATE(1938), 1, - sym__immediate_decimal, - STATE(1937), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2093), 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(2091), 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, - [12343] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3573), 1, + ACTIONS(3653), 1, anon_sym_LF, - STATE(1373), 1, + STATE(1399), 1, sym_comment, - ACTIONS(3571), 61, + ACTIONS(3651), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204599,7 +208496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204619,14 +208516,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12416] = 4, + [13285] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3577), 1, + ACTIONS(3657), 1, anon_sym_LF, - STATE(1374), 1, + STATE(1400), 1, sym_comment, - ACTIONS(3575), 61, + ACTIONS(3655), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204668,7 +208565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204688,14 +208585,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12489] = 4, + [13358] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3581), 1, + ACTIONS(3661), 1, anon_sym_LF, - STATE(1375), 1, + STATE(1401), 1, sym_comment, - ACTIONS(3579), 61, + ACTIONS(3659), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204737,7 +208634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204757,22 +208654,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12562] = 4, + [13431] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(1376), 1, - sym_comment, - ACTIONS(3107), 2, - ts_builtin_sym_end, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, anon_sym_LF, - ACTIONS(3105), 60, + STATE(1128), 1, + aux_sym__block_body_repeat1, + STATE(1400), 1, + sym__terminator, + STATE(1402), 1, + sym_comment, + ACTIONS(3663), 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, @@ -204802,11 +208703,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204826,14 +208726,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12635] = 4, + [13510] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3585), 1, - anon_sym_LF, - STATE(1377), 1, + STATE(1403), 1, sym_comment, - ACTIONS(3583), 61, + ACTIONS(3161), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3159), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -204849,7 +208750,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, @@ -204862,7 +208762,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, @@ -204872,10 +208771,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -204895,45 +208795,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12708] = 4, - ACTIONS(105), 1, + [13583] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3589), 1, - anon_sym_LF, - STATE(1378), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1404), 1, sym_comment, - ACTIONS(3587), 61, + STATE(1667), 1, + sym__var, + STATE(2096), 1, + sym__immediate_decimal, + STATE(2097), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2103), 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(2101), 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, @@ -204941,37 +208866,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, - sym_val_nothing, - 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, - [12781] = 4, + aux_sym__record_key_token2, + [13674] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3593), 1, + ACTIONS(3667), 1, anon_sym_LF, - STATE(1379), 1, + STATE(1405), 1, sym_comment, - ACTIONS(3591), 61, + ACTIONS(3665), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205013,7 +208922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205033,14 +208942,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12854] = 4, + [13747] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3597), 1, + ACTIONS(3671), 1, anon_sym_LF, - STATE(1380), 1, + STATE(1406), 1, sym_comment, - ACTIONS(3595), 61, + ACTIONS(3669), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205082,7 +208991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205102,14 +209011,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [12927] = 4, + [13820] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3601), 1, + ACTIONS(3675), 1, anon_sym_LF, - STATE(1381), 1, + STATE(1407), 1, sym_comment, - ACTIONS(3599), 61, + ACTIONS(3673), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205151,7 +209060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205171,21 +209080,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13000] = 4, + [13893] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3605), 1, + ACTIONS(3679), 1, + anon_sym_SEMI, + ACTIONS(3682), 1, anon_sym_LF, - STATE(1382), 1, + STATE(1408), 1, sym_comment, - ACTIONS(3603), 61, + ACTIONS(3685), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(3677), 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, @@ -205194,7 +209107,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, @@ -205207,7 +209119,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, @@ -205220,7 +209131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205240,125 +209151,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13073] = 44, + [13970] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3187), 1, - anon_sym_LBRACK, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, - anon_sym_LBRACE, - ACTIONS(3199), 1, - anon_sym_DOT, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3607), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(490), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1383), 1, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1409), 1, sym_comment, - STATE(1678), 1, - aux_sym_val_list_repeat1, - STATE(2247), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3081), 1, + STATE(1667), 1, sym__var, - STATE(3225), 1, + STATE(2094), 1, + sym__immediate_decimal, + STATE(2095), 2, sym_expr_parenthesized, - STATE(3227), 1, sym_val_variable, - STATE(3239), 1, - sym_val_list, - STATE(3353), 1, - sym__value, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - STATE(3386), 1, - sym_val_range, - STATE(3393), 1, - sym__expr_unary_minus, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3507), 1, - sym__match_pattern_list, - STATE(3514), 1, - sym__match_pattern_value, - ACTIONS(3203), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3350), 2, - sym_val_interpolated, - sym_val_closure, - STATE(5746), 2, - sym__match_pattern_rest, - sym__match_pattern_ignore_rest, - ACTIONS(3209), 3, + ACTIONS(2099), 9, + anon_sym_COMMA, + anon_sym_RBRACE, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2097), 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, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3382), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3395), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [13226] = 4, + aux_sym__record_key_token2, + [14061] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1384), 1, - sym_comment, - ACTIONS(3004), 3, - ts_builtin_sym_end, + ACTIONS(3689), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3002), 59, + STATE(1410), 1, + sym_comment, + ACTIONS(3687), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205374,6 +209252,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, @@ -205386,6 +209265,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, @@ -205398,7 +209278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205418,14 +209298,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13299] = 4, + [14134] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3611), 1, - anon_sym_LF, - STATE(1385), 1, + ACTIONS(3691), 1, + anon_sym_LBRACE, + STATE(1411), 1, sym_comment, - ACTIONS(3609), 61, + STATE(1556), 1, + sym_block, + ACTIONS(3148), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3146), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205441,7 +209326,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, @@ -205453,8 +209337,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, @@ -205467,7 +209349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205487,14 +209369,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13372] = 4, + [14211] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3615), 1, - anon_sym_LF, - STATE(1386), 1, + STATE(1412), 1, sym_comment, - ACTIONS(3613), 61, + ACTIONS(1456), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1454), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205510,7 +209393,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, @@ -205523,7 +209405,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, @@ -205533,10 +209414,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205556,14 +209438,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13445] = 4, + [14284] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3619), 1, - anon_sym_LF, - STATE(1387), 1, + STATE(1413), 1, sym_comment, - ACTIONS(3617), 61, + ACTIONS(1487), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1485), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205579,7 +209463,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, @@ -205592,7 +209475,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, @@ -205605,7 +209487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205625,14 +209507,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13518] = 4, + [14357] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3623), 1, - anon_sym_LF, - STATE(1388), 1, + STATE(1414), 1, sym_comment, - ACTIONS(3621), 61, + ACTIONS(1509), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1507), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205648,7 +209532,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, @@ -205661,7 +209544,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, @@ -205674,7 +209556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205694,14 +209576,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13591] = 4, + [14430] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3627), 1, + ACTIONS(3696), 1, anon_sym_LF, - STATE(1389), 1, + STATE(1415), 1, sym_comment, - ACTIONS(3625), 61, + ACTIONS(3694), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205743,7 +209625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205763,14 +209645,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13664] = 4, + [14503] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3631), 1, + ACTIONS(3700), 1, anon_sym_LF, - STATE(1390), 1, + STATE(1416), 1, sym_comment, - ACTIONS(3629), 61, + ACTIONS(3698), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205812,7 +209694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205832,14 +209714,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13737] = 4, + [14576] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3631), 1, + ACTIONS(3704), 1, anon_sym_LF, - STATE(1391), 1, + STATE(1417), 1, sym_comment, - ACTIONS(3629), 61, + ACTIONS(3702), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205881,7 +209763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205901,14 +209783,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13810] = 4, + [14649] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3004), 1, + ACTIONS(3708), 1, anon_sym_LF, - STATE(1392), 1, + STATE(1418), 1, sym_comment, - ACTIONS(3002), 61, + ACTIONS(3706), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -205950,7 +209832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -205970,14 +209852,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13883] = 4, + [14722] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3635), 1, + ACTIONS(1582), 1, anon_sym_LF, - STATE(1393), 1, + STATE(1419), 1, sym_comment, - ACTIONS(3633), 61, + ACTIONS(1580), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206019,7 +209901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206039,46 +209921,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [13956] = 5, - ACTIONS(105), 1, + [14795] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3637), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, anon_sym_DOT2, - STATE(1394), 1, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1420), 1, sym_comment, - ACTIONS(2981), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2979), 59, + STATE(1667), 1, + sym__var, + STATE(2092), 1, + sym__immediate_decimal, + STATE(2093), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2083), 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(2081), 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, @@ -206086,137 +209992,493 @@ 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, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [14886] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3712), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1354), 1, + sym__flag, + STATE(1421), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4087), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3710), 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(3047), 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, + [15029] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3712), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1355), 1, + sym__flag, + STATE(1422), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4087), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3710), 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(3047), 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, + [15172] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3712), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1358), 1, + sym__flag, + STATE(1423), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4087), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3710), 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(3047), 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, + [15315] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3321), 1, + anon_sym_DASH, + ACTIONS(3712), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1424), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4087), 1, + sym__expression, + STATE(4088), 1, + sym__flag, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3710), 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, - 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, - [14031] = 4, - ACTIONS(105), 1, + STATE(3047), 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, + [15458] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3641), 1, - anon_sym_LF, - STATE(1395), 1, - sym_comment, - ACTIONS(3639), 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, + ACTIONS(2841), 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(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(2888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(2890), 1, + anon_sym_DASH2, + ACTIONS(2892), 1, + anon_sym_PLUS2, + STATE(1425), 1, + sym_comment, + STATE(1667), 1, + sym__var, + STATE(2088), 1, + sym__immediate_decimal, + STATE(2091), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2095), 9, + anon_sym_COMMA, 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, - sym_val_nothing, - 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, - [14104] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3645), 1, - anon_sym_LF, - STATE(1396), 1, - sym_comment, - ACTIONS(3643), 61, + ACTIONS(2093), 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, @@ -206224,38 +210486,22 @@ 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, - sym_val_nothing, - 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, - [14177] = 4, + aux_sym__record_key_token2, + [15549] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1397), 1, + STATE(1426), 1, sym_comment, - ACTIONS(1632), 2, + ACTIONS(3030), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1630), 60, + ACTIONS(3028), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206271,6 +210517,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, @@ -206292,11 +210539,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206316,14 +210562,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14250] = 4, + [15622] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3649), 1, - anon_sym_LF, - STATE(1398), 1, + ACTIONS(3311), 1, + anon_sym_LBRACE, + STATE(1427), 1, sym_comment, - ACTIONS(3647), 61, + STATE(1465), 1, + sym_block, + ACTIONS(3144), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3142), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206339,7 +210590,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, @@ -206351,8 +210601,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, @@ -206365,7 +210613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206385,14 +210633,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14323] = 4, + [15699] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3653), 1, - anon_sym_LF, - STATE(1399), 1, + ACTIONS(3311), 1, + anon_sym_LBRACE, + STATE(1428), 1, sym_comment, - ACTIONS(3651), 61, + STATE(1464), 1, + sym_block, + ACTIONS(3144), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3142), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206408,7 +210661,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, @@ -206420,8 +210672,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, @@ -206434,7 +210684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206454,14 +210704,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14396] = 4, + [15776] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3657), 1, - anon_sym_LF, - STATE(1400), 1, + STATE(1429), 1, sym_comment, - ACTIONS(3655), 61, + ACTIONS(2784), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206477,7 +210729,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, @@ -206490,7 +210741,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, @@ -206503,7 +210753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206523,14 +210773,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14469] = 4, + [15849] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3653), 1, - anon_sym_LF, - STATE(1401), 1, + STATE(1430), 1, sym_comment, - ACTIONS(3651), 61, + ACTIONS(3053), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3051), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206546,7 +210797,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, @@ -206559,7 +210809,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, @@ -206569,10 +210818,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206592,17 +210842,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14542] = 5, + [15922] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3659), 1, + ACTIONS(3714), 1, anon_sym_DOT2, - STATE(1402), 1, + STATE(1431), 1, sym_comment, - ACTIONS(3012), 2, + ACTIONS(3125), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3010), 59, + ACTIONS(3123), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206642,7 +210892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206662,25 +210912,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14617] = 6, + [15997] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3663), 1, - anon_sym_SEMI, - ACTIONS(3666), 1, - anon_sym_LF, - STATE(1403), 1, + STATE(1432), 1, sym_comment, - ACTIONS(3669), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(3661), 58, + ACTIONS(1634), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1632), 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, @@ -206710,10 +210957,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206733,14 +210981,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14694] = 4, + [16070] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3673), 1, + ACTIONS(1574), 1, anon_sym_LF, - STATE(1404), 1, + STATE(1433), 1, sym_comment, - ACTIONS(3671), 61, + ACTIONS(1572), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206782,7 +211030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206802,14 +211050,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14767] = 4, + [16143] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3673), 1, - anon_sym_LF, - STATE(1405), 1, + ACTIONS(3716), 1, + anon_sym_DOT2, + STATE(1434), 1, sym_comment, - ACTIONS(3671), 61, + ACTIONS(3131), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3129), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206825,7 +211076,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, @@ -206838,7 +211088,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, @@ -206851,7 +211100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206871,14 +211120,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14840] = 4, + [16218] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3677), 1, + ACTIONS(3720), 1, anon_sym_LF, - STATE(1406), 1, + STATE(1435), 1, sym_comment, - ACTIONS(3675), 61, + ACTIONS(3718), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206920,7 +211169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -206940,15 +211189,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14913] = 4, + [16291] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1407), 1, - sym_comment, - ACTIONS(1552), 2, - ts_builtin_sym_end, + ACTIONS(3724), 1, anon_sym_LF, - ACTIONS(1550), 60, + STATE(1436), 1, + sym_comment, + ACTIONS(3722), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -206964,6 +211212,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, @@ -206976,6 +211225,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, @@ -206985,11 +211235,10 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207009,21 +211258,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [14986] = 4, + [16364] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3681), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, anon_sym_LF, - STATE(1408), 1, + STATE(1128), 1, + aux_sym__block_body_repeat1, + STATE(1400), 1, + sym__terminator, + STATE(1437), 1, sym_comment, - ACTIONS(3679), 61, + ACTIONS(3726), 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, @@ -207032,7 +211286,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, @@ -207045,7 +211298,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, @@ -207058,7 +211310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207078,14 +211330,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15059] = 4, + [16443] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, + ACTIONS(3730), 1, anon_sym_LF, - STATE(1409), 1, + STATE(1438), 1, sym_comment, - ACTIONS(1465), 61, + ACTIONS(3728), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207127,7 +211379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207147,15 +211399,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15132] = 4, + [16516] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1410), 1, + STATE(1439), 1, sym_comment, - ACTIONS(3635), 2, + ACTIONS(3173), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3633), 59, + ACTIONS(3171), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207192,10 +211444,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207215,15 +211468,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15204] = 4, + [16589] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1411), 1, - sym_comment, - ACTIONS(3271), 2, - ts_builtin_sym_end, + ACTIONS(3730), 1, anon_sym_LF, - ACTIONS(3269), 59, + STATE(1440), 1, + sym_comment, + ACTIONS(3728), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207239,6 +211491,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, @@ -207251,6 +211504,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, @@ -207263,7 +211517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207283,15 +211537,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15276] = 4, + [16662] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1412), 1, + STATE(1441), 1, sym_comment, - ACTIONS(3611), 2, + ACTIONS(3155), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3609), 59, + ACTIONS(3153), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207328,10 +211582,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207351,15 +211606,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15348] = 4, + [16735] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1413), 1, - sym_comment, - ACTIONS(3155), 2, - ts_builtin_sym_end, + ACTIONS(3734), 1, anon_sym_LF, - ACTIONS(3153), 59, + STATE(1442), 1, + sym_comment, + ACTIONS(3732), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207375,6 +211629,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, @@ -207387,6 +211642,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, @@ -207399,7 +211655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207419,15 +211675,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15420] = 4, + [16808] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1414), 1, - sym_comment, - ACTIONS(3533), 2, - ts_builtin_sym_end, + ACTIONS(3738), 1, anon_sym_LF, - ACTIONS(3531), 59, + STATE(1443), 1, + sym_comment, + ACTIONS(3736), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207443,6 +211698,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, @@ -207455,6 +211711,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, @@ -207467,7 +211724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207487,117 +211744,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15492] = 38, + [16881] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3685), 1, + ACTIONS(3734), 1, anon_sym_LF, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1415), 1, - sym_comment, - STATE(1540), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4053), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3683), 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(3041), 10, - 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, - [15632] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1416), 1, + STATE(1444), 1, sym_comment, - ACTIONS(3436), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3434), 59, + ACTIONS(3732), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207613,6 +211767,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, @@ -207625,6 +211780,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, @@ -207637,7 +211793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207657,117 +211813,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15704] = 38, + [16954] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3685), 1, + ACTIONS(3742), 1, anon_sym_LF, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1417), 1, - sym_comment, - STATE(1541), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4053), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3683), 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(3041), 10, - 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, - [15844] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1418), 1, + STATE(1445), 1, sym_comment, - ACTIONS(3111), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3109), 59, + ACTIONS(3740), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -207783,6 +211836,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, @@ -207795,6 +211849,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, @@ -207807,7 +211862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -207827,219 +211882,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [15916] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3685), 1, - anon_sym_LF, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1419), 1, - sym_comment, - STATE(1542), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4053), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3683), 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(3041), 10, - 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, - [16056] = 38, + [17027] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3685), 1, + ACTIONS(3746), 1, anon_sym_LF, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1420), 1, - sym_comment, - STATE(1556), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4053), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3683), 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(3041), 10, - 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, - [16196] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1421), 1, + STATE(1446), 1, sym_comment, - ACTIONS(3159), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3157), 59, + ACTIONS(3744), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208055,6 +211905,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, @@ -208067,6 +211918,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, @@ -208079,7 +211931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208099,24 +211951,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16268] = 6, + [17100] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3663), 1, - anon_sym_SEMI, - ACTIONS(3666), 1, + ACTIONS(3750), 1, anon_sym_LF, - ACTIONS(3691), 1, - ts_builtin_sym_end, - STATE(1422), 1, + STATE(1447), 1, sym_comment, - ACTIONS(3661), 58, + ACTIONS(3748), 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, @@ -208125,6 +211974,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, @@ -208137,6 +211987,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, @@ -208149,7 +212000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208169,15 +212020,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16344] = 4, + [17173] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1423), 1, - sym_comment, - ACTIONS(3400), 2, - ts_builtin_sym_end, + ACTIONS(3754), 1, anon_sym_LF, - ACTIONS(3398), 59, + STATE(1448), 1, + sym_comment, + ACTIONS(3752), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208193,6 +212043,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, @@ -208205,6 +212056,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, @@ -208217,7 +212069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208237,15 +212089,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16416] = 4, + [17246] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1424), 1, - sym_comment, - ACTIONS(3408), 2, - ts_builtin_sym_end, + ACTIONS(3758), 1, anon_sym_LF, - ACTIONS(3406), 59, + STATE(1449), 1, + sym_comment, + ACTIONS(3756), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208261,6 +212112,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, @@ -208273,6 +212125,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, @@ -208285,7 +212138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208305,423 +212158,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [16488] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3695), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1425), 1, - sym_comment, - STATE(1566), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4043), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3693), 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(3041), 10, - 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, - [16628] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3695), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1426), 1, - sym_comment, - STATE(1565), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4043), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3693), 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(3041), 10, - 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, - [16768] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3695), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1427), 1, - sym_comment, - STATE(1557), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4043), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3693), 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(3041), 10, - 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, - [16908] = 38, + [17319] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3695), 1, + ACTIONS(3762), 1, anon_sym_LF, - ACTIONS(3697), 1, - anon_sym_DASH, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1428), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4043), 1, - sym__expression, - STATE(4052), 1, - sym__flag, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3693), 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(3041), 10, - 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, - [17048] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1429), 1, + STATE(1450), 1, sym_comment, - ACTIONS(3412), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3410), 59, + ACTIONS(3760), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208737,6 +212181,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, @@ -208749,6 +212194,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, @@ -208761,7 +212207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208781,15 +212227,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17120] = 4, + [17392] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1430), 1, - sym_comment, - ACTIONS(3653), 2, - ts_builtin_sym_end, + ACTIONS(3766), 1, anon_sym_LF, - ACTIONS(3651), 59, + STATE(1451), 1, + sym_comment, + ACTIONS(3764), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208805,6 +212250,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, @@ -208817,6 +212263,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, @@ -208829,7 +212276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208849,15 +212296,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17192] = 4, + [17465] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1431), 1, + STATE(1452), 1, sym_comment, - ACTIONS(3653), 2, + ACTIONS(2876), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3651), 59, + anon_sym_DOT2, + ACTIONS(2874), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208897,7 +212345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208917,15 +212365,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17264] = 4, + [17538] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1432), 1, - sym_comment, - ACTIONS(3119), 2, - ts_builtin_sym_end, + ACTIONS(3770), 1, anon_sym_LF, - ACTIONS(3117), 59, + STATE(1453), 1, + sym_comment, + ACTIONS(3768), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -208941,6 +212388,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, @@ -208953,6 +212401,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, @@ -208965,7 +212414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -208985,15 +212434,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17336] = 4, + [17611] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1433), 1, - sym_comment, - ACTIONS(3163), 2, - ts_builtin_sym_end, + ACTIONS(3770), 1, anon_sym_LF, - ACTIONS(3161), 59, + STATE(1454), 1, + sym_comment, + ACTIONS(3768), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209009,6 +212457,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, @@ -209021,6 +212470,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, @@ -209033,7 +212483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209053,15 +212503,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17408] = 4, + [17684] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1434), 1, - sym_comment, - ACTIONS(3334), 2, - ts_builtin_sym_end, + ACTIONS(3774), 1, anon_sym_LF, - ACTIONS(3332), 59, + STATE(1455), 1, + sym_comment, + ACTIONS(3772), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209077,6 +212526,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, @@ -209089,6 +212539,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, @@ -209101,7 +212552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209121,15 +212572,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17480] = 4, + [17757] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1435), 1, + STATE(1456), 1, sym_comment, - ACTIONS(3167), 2, + ACTIONS(1513), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3165), 59, + anon_sym_DOT2, + ACTIONS(1511), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209169,7 +212621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209189,15 +212641,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17552] = 4, + [17830] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1436), 1, - sym_comment, - ACTIONS(3115), 2, - ts_builtin_sym_end, + ACTIONS(3778), 1, anon_sym_LF, - ACTIONS(3113), 59, + STATE(1457), 1, + sym_comment, + ACTIONS(3776), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209213,6 +212664,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, @@ -209225,6 +212677,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, @@ -209237,7 +212690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209257,15 +212710,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17624] = 4, + [17903] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1437), 1, + STATE(1458), 1, sym_comment, - ACTIONS(3171), 2, + ACTIONS(1670), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3169), 59, + ACTIONS(1668), 60, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209302,10 +212755,11 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209325,83 +212779,223 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17696] = 4, + [17976] = 39, ACTIONS(105), 1, anon_sym_POUND, - STATE(1438), 1, - sym_comment, - ACTIONS(3175), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3173), 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(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, anon_sym_LBRACK, + ACTIONS(2645), 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(2647), 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(2651), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2653), 1, + sym_val_date, + ACTIONS(2655), 1, + anon_sym_DQUOTE, + ACTIONS(2659), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3782), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1339), 1, + sym__flag, + STATE(1459), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4102), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3780), 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, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(3047), 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, + [18119] = 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(2643), 1, + anon_sym_LBRACK, + ACTIONS(2645), 1, + anon_sym_LPAREN, + ACTIONS(2647), 1, + anon_sym_LBRACE, + ACTIONS(2651), 1, + anon_sym_PLUS, + ACTIONS(2653), 1, sym_val_date, + ACTIONS(2655), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2659), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2661), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [17768] = 4, + ACTIONS(3282), 1, + anon_sym_DASH, + ACTIONS(3284), 1, + anon_sym_DOT, + ACTIONS(3782), 1, + anon_sym_LF, + STATE(368), 1, + sym__val_number, + STATE(424), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1338), 1, + sym__flag, + STATE(1460), 1, + sym_comment, + STATE(2833), 1, + sym__var, + STATE(2951), 1, + sym_val_variable, + STATE(2975), 1, + sym_expr_parenthesized, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4102), 1, + sym__expression, + STATE(4415), 1, + sym_val_range, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2657), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3184), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3041), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(3780), 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(3047), 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, + [18262] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1439), 1, + STATE(1461), 1, sym_comment, - ACTIONS(3143), 2, + ACTIONS(3276), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3141), 59, + ACTIONS(3274), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209441,7 +213035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209461,15 +213055,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17840] = 4, + [18334] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1440), 1, + STATE(1462), 1, sym_comment, - ACTIONS(3185), 2, + ACTIONS(3447), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3183), 59, + ACTIONS(3445), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209509,7 +213103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209529,15 +213123,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17912] = 4, + [18406] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1441), 1, + STATE(1463), 1, sym_comment, - ACTIONS(3227), 2, + ACTIONS(3531), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3225), 59, + ACTIONS(3529), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209577,7 +213171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209597,15 +213191,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [17984] = 4, + [18478] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1442), 1, + STATE(1464), 1, sym_comment, - ACTIONS(3235), 2, + ACTIONS(3539), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3233), 59, + ACTIONS(3537), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209645,7 +213239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209665,15 +213259,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18056] = 4, + [18550] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1443), 1, + STATE(1465), 1, sym_comment, - ACTIONS(3641), 2, + ACTIONS(3539), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3639), 59, + ACTIONS(3537), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209713,7 +213307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209733,15 +213327,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18128] = 4, + [18622] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1444), 1, + STATE(1466), 1, sym_comment, - ACTIONS(3346), 2, + ACTIONS(3315), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3344), 59, + ACTIONS(3313), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209781,7 +213375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209801,15 +213395,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18200] = 4, + [18694] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1445), 1, + STATE(1467), 1, sym_comment, - ACTIONS(3649), 2, + ACTIONS(3435), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3647), 59, + ACTIONS(3433), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209849,7 +213443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209869,15 +213463,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18272] = 4, + [18766] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1446), 1, + STATE(1468), 1, sym_comment, - ACTIONS(3492), 2, + ACTIONS(3238), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3490), 59, + ACTIONS(3236), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209917,7 +213511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -209937,15 +213531,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18344] = 4, + [18838] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1447), 1, + STATE(1469), 1, sym_comment, - ACTIONS(3645), 2, + ACTIONS(3696), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3643), 59, + ACTIONS(3694), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -209985,7 +213579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210005,15 +213599,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18416] = 4, + [18910] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1448), 1, + STATE(1470), 1, sym_comment, - ACTIONS(3677), 2, + ACTIONS(3495), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3675), 59, + ACTIONS(3493), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210053,7 +213647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210073,15 +213667,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18488] = 4, + [18982] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1449), 1, + STATE(1471), 1, sym_comment, - ACTIONS(3673), 2, + ACTIONS(3547), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3671), 59, + ACTIONS(3545), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210121,7 +213715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210141,219 +213735,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18560] = 4, + [19054] = 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(1450), 1, - sym_comment, - ACTIONS(3151), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3149), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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(2709), 1, sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [18632] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1451), 1, - sym_comment, - ACTIONS(3673), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3671), 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(3784), 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(3786), 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, - sym_val_nothing, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1472), 1, + sym_comment, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4108), 1, + sym__flag, + STATE(4158), 1, + sym__expression, + STATE(4469), 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(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [18704] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1452), 1, - sym_comment, - ACTIONS(1556), 2, + ACTIONS(3710), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3712), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1554), 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, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [18776] = 4, + STATE(3212), 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, + [19196] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1453), 1, + STATE(1473), 1, sym_comment, - ACTIONS(3619), 2, + ACTIONS(2808), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3617), 59, + ACTIONS(2806), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210393,7 +213886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210413,15 +213906,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18848] = 4, + [19268] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1454), 1, + STATE(1474), 1, sym_comment, - ACTIONS(3338), 2, + ACTIONS(3591), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3336), 59, + ACTIONS(3589), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210461,7 +213954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210481,15 +213974,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18920] = 4, + [19340] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1455), 1, + STATE(1475), 1, sym_comment, - ACTIONS(3243), 2, + ACTIONS(3633), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3241), 59, + ACTIONS(3631), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210529,7 +214022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210549,15 +214042,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [18992] = 4, + [19412] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1456), 1, + STATE(1476), 1, sym_comment, - ACTIONS(3681), 2, + ACTIONS(3499), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3679), 59, + ACTIONS(3497), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210597,7 +214090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210617,200 +214110,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19064] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [19484] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3701), 1, - anon_sym_LF, - STATE(359), 1, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1457), 1, + STATE(1477), 1, sym_comment, - STATE(1567), 1, + STATE(1504), 1, sym__flag, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4012), 1, + STATE(4158), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3699), 4, + ACTIONS(3710), 2, 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(3041), 10, - 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, - [19204] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3701), 1, + ACTIONS(3712), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1458), 1, - sym_comment, - STATE(1561), 1, - sym__flag, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4012), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3699), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -210821,15 +214213,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [19344] = 4, + [19626] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1459), 1, + STATE(1478), 1, sym_comment, - ACTIONS(3311), 2, + ACTIONS(3575), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3309), 59, + ACTIONS(3573), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -210869,7 +214261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210889,22 +214281,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19416] = 4, + [19698] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1460), 1, - sym_comment, - ACTIONS(3605), 2, - ts_builtin_sym_end, + ACTIONS(3792), 1, + anon_sym_SEMI, + ACTIONS(3795), 1, anon_sym_LF, - ACTIONS(3603), 59, + ACTIONS(3798), 1, + anon_sym_RPAREN, + STATE(1479), 1, + sym_comment, + ACTIONS(3790), 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, @@ -210937,7 +214331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -210957,15 +214351,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19488] = 4, + [19774] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1461), 1, + STATE(1480), 1, sym_comment, - ACTIONS(3350), 2, + ACTIONS(3499), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3348), 59, + ACTIONS(3497), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211005,7 +214399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211025,15 +214419,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19560] = 4, + [19846] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1462), 1, + STATE(1481), 1, sym_comment, - ACTIONS(3627), 2, + ACTIONS(1582), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3625), 59, + ACTIONS(1580), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211073,7 +214467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211093,15 +214487,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19632] = 4, + [19918] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1463), 1, + STATE(1482), 1, sym_comment, - ACTIONS(3601), 2, + ACTIONS(3288), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3599), 59, + ACTIONS(3286), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211141,7 +214535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211161,83 +214555,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19704] = 4, + [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, - STATE(1464), 1, - sym_comment, - ACTIONS(1463), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1461), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1483), 1, + sym_comment, + STATE(1505), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4158), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3710), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3712), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [19776] = 4, + STATE(3212), 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] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1465), 1, + STATE(1484), 1, sym_comment, - ACTIONS(3623), 2, + ACTIONS(3730), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3621), 59, + ACTIONS(3728), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211277,7 +214706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211297,15 +214726,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19848] = 4, + [20204] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1466), 1, + STATE(1485), 1, sym_comment, - ACTIONS(3354), 2, + ACTIONS(3758), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3352), 59, + ACTIONS(3756), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211345,7 +214774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211365,15 +214794,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19920] = 4, + [20276] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1467), 1, + STATE(1486), 1, sym_comment, - ACTIONS(3307), 2, + ACTIONS(3754), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3305), 59, + ACTIONS(3752), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211413,7 +214842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211433,15 +214862,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [19992] = 4, + [20348] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1468), 1, + STATE(1487), 1, sym_comment, - ACTIONS(3275), 2, + ACTIONS(3750), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3273), 59, + ACTIONS(3748), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211481,7 +214910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211501,15 +214930,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20064] = 4, + [20420] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1469), 1, + STATE(1488), 1, sym_comment, - ACTIONS(3416), 2, + ACTIONS(3746), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3414), 59, + ACTIONS(3744), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211549,7 +214978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211569,15 +214998,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20136] = 4, + [20492] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1470), 1, + STATE(1489), 1, sym_comment, - ACTIONS(3147), 2, + ACTIONS(3774), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3145), 59, + ACTIONS(3772), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211617,7 +215046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211637,15 +215066,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20208] = 4, + [20564] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1471), 1, + STATE(1490), 1, sym_comment, - ACTIONS(3358), 2, + ACTIONS(3742), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3356), 59, + ACTIONS(3740), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211685,7 +215114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211705,117 +215134,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20280] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3705), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1457), 1, - sym__flag, - STATE(1472), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4014), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3703), 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(3041), 10, - 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, - [20420] = 4, + [20636] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1473), 1, + STATE(1491), 1, sym_comment, - ACTIONS(3416), 2, + ACTIONS(3738), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3414), 59, + ACTIONS(3736), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211855,7 +215182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211875,15 +215202,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20492] = 4, + [20708] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1474), 1, + STATE(1492), 1, sym_comment, - ACTIONS(3593), 2, + ACTIONS(3395), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3591), 59, + ACTIONS(3393), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211923,7 +215250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -211943,15 +215270,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20564] = 4, + [20780] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1475), 1, + STATE(1493), 1, sym_comment, - ACTIONS(3123), 2, + ACTIONS(3575), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3121), 59, + ACTIONS(3573), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -211991,7 +215318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212011,15 +215338,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20636] = 4, + [20852] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1476), 1, + STATE(1494), 1, sym_comment, - ACTIONS(1467), 2, + ACTIONS(3730), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1465), 59, + ACTIONS(3728), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212059,7 +215386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212079,15 +215406,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20708] = 4, + [20924] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1477), 1, + STATE(1495), 1, sym_comment, - ACTIONS(3330), 2, + ACTIONS(3495), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3328), 59, + ACTIONS(3493), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212127,7 +215454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212147,15 +215474,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20780] = 4, + [20996] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1478), 1, + STATE(1496), 1, sym_comment, - ACTIONS(3589), 2, + ACTIONS(3495), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3587), 59, + ACTIONS(3493), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212195,7 +215522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212215,15 +215542,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20852] = 4, + [21068] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1479), 1, + STATE(1497), 1, sym_comment, - ACTIONS(3426), 2, + ACTIONS(3762), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3424), 59, + ACTIONS(3760), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212263,7 +215590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212283,15 +215610,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20924] = 4, + [21140] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1480), 1, + STATE(1498), 1, sym_comment, - ACTIONS(3553), 2, + ACTIONS(3567), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3551), 59, + ACTIONS(3565), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212331,7 +215658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212351,15 +215678,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [20996] = 4, + [21212] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1481), 1, + STATE(1499), 1, sym_comment, - ACTIONS(3326), 2, + ACTIONS(3387), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3324), 59, + ACTIONS(3385), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212399,7 +215726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212419,15 +215746,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21068] = 4, + [21284] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1482), 1, + STATE(1500), 1, sym_comment, - ACTIONS(3319), 2, + ACTIONS(3238), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3317), 59, + ACTIONS(3236), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212467,7 +215794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212487,15 +215814,530 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21140] = 4, + [21356] = 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(1483), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LPAREN, + ACTIONS(2703), 1, + anon_sym_LBRACE, + ACTIONS(2707), 1, + anon_sym_PLUS, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1501), 1, + sym_comment, + STATE(1547), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4134), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3780), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3782), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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(3212), 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, + [21498] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LPAREN, + ACTIONS(2703), 1, + anon_sym_LBRACE, + ACTIONS(2707), 1, + anon_sym_PLUS, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1502), 1, + sym_comment, + STATE(1545), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4134), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3780), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3782), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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(3212), 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, + [21640] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LPAREN, + ACTIONS(2703), 1, + anon_sym_LBRACE, + ACTIONS(2707), 1, + anon_sym_PLUS, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3784), 1, + anon_sym_DASH, + ACTIONS(3786), 1, + anon_sym_DOT, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1503), 1, sym_comment, - ACTIONS(3549), 2, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4138), 1, + sym__expression, + STATE(4176), 1, + sym__flag, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3533), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3535), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3547), 59, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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(3212), 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, + [21782] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LPAREN, + ACTIONS(2703), 1, + anon_sym_LBRACE, + ACTIONS(2707), 1, + anon_sym_PLUS, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1504), 1, + sym_comment, + STATE(1586), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4138), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3533), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3535), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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(3212), 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, + [21924] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LPAREN, + ACTIONS(2703), 1, + anon_sym_LBRACE, + ACTIONS(2707), 1, + anon_sym_PLUS, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1505), 1, + sym_comment, + STATE(1588), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4138), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3533), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3535), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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(3212), 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, + [22066] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1506), 1, + sym_comment, + ACTIONS(3766), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3764), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212535,7 +216377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212555,18 +216397,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21212] = 6, + [22138] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3709), 1, + ACTIONS(3455), 1, anon_sym_SEMI, - ACTIONS(3712), 1, + ACTIONS(3458), 1, anon_sym_LF, - ACTIONS(3715), 1, - anon_sym_RPAREN, - STATE(1484), 1, + ACTIONS(3800), 1, + ts_builtin_sym_end, + STATE(1507), 1, sym_comment, - ACTIONS(3707), 58, + ACTIONS(3453), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212605,7 +216447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212625,15 +216467,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21288] = 4, + [22214] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1485), 1, + STATE(1508), 1, sym_comment, - ACTIONS(3549), 2, + ACTIONS(3770), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3547), 59, + ACTIONS(3768), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212673,7 +216515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212693,15 +216535,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21360] = 4, + [22286] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1486), 1, + STATE(1509), 1, sym_comment, - ACTIONS(3004), 2, + ACTIONS(3770), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3002), 59, + ACTIONS(3768), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212741,7 +216583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212761,15 +216603,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21432] = 4, + [22358] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1487), 1, + ACTIONS(3465), 1, + anon_sym_SEMI, + ACTIONS(3468), 1, + anon_sym_LF, + ACTIONS(3802), 1, + ts_builtin_sym_end, + STATE(1510), 1, sym_comment, - ACTIONS(3585), 2, + ACTIONS(3463), 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, + [22434] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1511), 1, + sym_comment, + ACTIONS(3503), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3583), 59, + ACTIONS(3501), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212809,7 +216721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212829,15 +216741,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21504] = 4, + [22506] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1488), 1, + STATE(1512), 1, sym_comment, - ACTIONS(3545), 2, + ACTIONS(3399), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3543), 59, + ACTIONS(3397), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212877,7 +216789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212897,15 +216809,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21576] = 4, + [22578] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1489), 1, + STATE(1513), 1, sym_comment, - ACTIONS(3362), 2, + ACTIONS(3475), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3360), 59, + ACTIONS(3473), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -212945,7 +216857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -212965,15 +216877,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21648] = 4, + [22650] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1490), 1, + STATE(1514), 1, sym_comment, - ACTIONS(3581), 2, + ACTIONS(3487), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3579), 59, + ACTIONS(3485), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213013,7 +216925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213033,15 +216945,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21720] = 4, + [22722] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1491), 1, + STATE(1515), 1, sym_comment, - ACTIONS(3657), 2, + ACTIONS(3407), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3655), 59, + ACTIONS(3405), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213081,7 +216993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213101,15 +217013,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21792] = 4, + [22794] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1492), 1, + STATE(1516), 1, sym_comment, - ACTIONS(3577), 2, + ACTIONS(1517), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3575), 59, + ACTIONS(1515), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213149,7 +217061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213169,15 +217081,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21864] = 4, + [22866] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1493), 1, + STATE(1517), 1, sym_comment, - ACTIONS(3247), 2, + ACTIONS(3491), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3245), 59, + ACTIONS(3489), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213217,7 +217129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213237,15 +217149,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [21936] = 4, + [22938] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1494), 1, + STATE(1518), 1, sym_comment, - ACTIONS(3127), 2, + ACTIONS(2784), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3125), 59, + ACTIONS(2782), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213285,7 +217197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213305,15 +217217,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22008] = 4, + [23010] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1495), 1, + STATE(1519), 1, sym_comment, - ACTIONS(3131), 2, + ACTIONS(3383), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3129), 59, + ACTIONS(3381), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213353,7 +217265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213373,15 +217285,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22080] = 4, + [23082] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1496), 1, + STATE(1520), 1, sym_comment, - ACTIONS(3448), 2, + ACTIONS(3427), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3446), 59, + ACTIONS(3425), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213421,7 +217333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213441,15 +217353,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22152] = 4, + [23154] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1497), 1, + STATE(1521), 1, sym_comment, - ACTIONS(3131), 2, + ACTIONS(3667), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3129), 59, + ACTIONS(3665), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213489,7 +217401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213509,15 +217421,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22224] = 4, + [23226] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1498), 1, + ACTIONS(3679), 1, + anon_sym_SEMI, + ACTIONS(3682), 1, + anon_sym_LF, + ACTIONS(3804), 1, + ts_builtin_sym_end, + STATE(1522), 1, sym_comment, - ACTIONS(3135), 2, + ACTIONS(3677), 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, + [23302] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1523), 1, + sym_comment, + ACTIONS(3375), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3133), 59, + ACTIONS(3373), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213557,7 +217539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213577,15 +217559,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22296] = 4, + [23374] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1499), 1, + ACTIONS(3595), 1, + anon_sym_SEMI, + ACTIONS(3598), 1, + anon_sym_LF, + ACTIONS(3806), 1, + ts_builtin_sym_end, + STATE(1524), 1, + sym_comment, + ACTIONS(3593), 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, + [23450] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1525), 1, sym_comment, - ACTIONS(3478), 2, + ACTIONS(3371), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3476), 59, + ACTIONS(3369), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213625,7 +217677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213645,15 +217697,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22368] = 4, + [23522] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1500), 1, + STATE(1526), 1, sym_comment, - ACTIONS(3478), 2, + ACTIONS(3367), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3476), 59, + ACTIONS(3365), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213693,7 +217745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213713,15 +217765,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22440] = 4, + [23594] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1501), 1, + STATE(1527), 1, sym_comment, - ACTIONS(3135), 2, + ACTIONS(3036), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3133), 59, + ACTIONS(3034), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213761,7 +217813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213781,15 +217833,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22512] = 4, + [23666] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1502), 1, + STATE(1528), 1, sym_comment, - ACTIONS(3498), 2, + ACTIONS(3483), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3496), 59, + ACTIONS(3481), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213829,7 +217881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213849,15 +217901,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22584] = 4, + [23738] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1503), 1, + STATE(1529), 1, sym_comment, - ACTIONS(3615), 2, + ACTIONS(3645), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3613), 59, + ACTIONS(3643), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213897,7 +217949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213917,15 +217969,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22656] = 4, + [23810] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1504), 1, + STATE(1530), 1, sym_comment, - ACTIONS(3498), 2, + ACTIONS(3479), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3496), 59, + ACTIONS(3477), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -213965,7 +218017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -213985,15 +218037,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22728] = 4, + [23882] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1505), 1, + STATE(1531), 1, sym_comment, - ACTIONS(3374), 2, + ACTIONS(3411), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3372), 59, + ACTIONS(3409), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214033,7 +218085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214053,15 +218105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22800] = 4, + [23954] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1506), 1, + STATE(1532), 1, sym_comment, - ACTIONS(3404), 2, + ACTIONS(3363), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3402), 59, + ACTIONS(3361), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214101,7 +218153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214121,117 +218173,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [22872] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3697), 1, - anon_sym_DASH, - ACTIONS(3719), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1507), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4032), 1, - sym__flag, - STATE(4054), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3717), 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(3041), 10, - 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, - [23012] = 4, + [24026] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1508), 1, + STATE(1533), 1, sym_comment, - ACTIONS(3251), 2, + ACTIONS(3551), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3249), 59, + ACTIONS(3549), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214271,7 +218221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214291,15 +218241,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23084] = 4, + [24098] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1509), 1, + STATE(1534), 1, sym_comment, - ACTIONS(3255), 2, + ACTIONS(3523), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3253), 59, + ACTIONS(3521), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214339,7 +218289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214359,117 +218309,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23156] = 38, + [24170] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3723), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1507), 1, - sym__flag, - STATE(1510), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4028), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3721), 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(3041), 10, - 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, - [23296] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1511), 1, + STATE(1535), 1, sym_comment, - ACTIONS(3416), 2, + ACTIONS(3527), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3414), 59, + ACTIONS(3525), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214509,7 +218357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214529,15 +218377,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23368] = 4, + [24242] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1512), 1, + STATE(1536), 1, sym_comment, - ACTIONS(3259), 2, + ACTIONS(3527), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3257), 59, + ACTIONS(3525), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214577,7 +218425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214597,15 +218445,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23440] = 4, + [24314] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1513), 1, + STATE(1537), 1, sym_comment, - ACTIONS(3263), 2, + ACTIONS(3431), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3261), 59, + ACTIONS(3429), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214645,7 +218493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214665,15 +218513,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23512] = 4, + [24386] = 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(1514), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, + anon_sym_LBRACK, + ACTIONS(2701), 1, + anon_sym_LPAREN, + ACTIONS(2703), 1, + anon_sym_LBRACE, + ACTIONS(2707), 1, + anon_sym_PLUS, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1538), 1, sym_comment, - ACTIONS(3420), 2, + STATE(1566), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4177), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3278), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3280), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3418), 59, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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(3212), 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, + [24528] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1539), 1, + sym_comment, + ACTIONS(3555), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3553), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214713,7 +218664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214733,15 +218684,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23584] = 4, + [24600] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1515), 1, + STATE(1540), 1, sym_comment, - ACTIONS(3565), 2, + ACTIONS(3451), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3563), 59, + ACTIONS(3449), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214781,7 +218732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214801,15 +218752,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23656] = 4, + [24672] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1516), 1, + STATE(1541), 1, sym_comment, - ACTIONS(3561), 2, + ACTIONS(3415), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3559), 59, + ACTIONS(3413), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214849,7 +218800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214869,15 +218820,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23728] = 4, + [24744] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1517), 1, + STATE(1542), 1, sym_comment, - ACTIONS(1568), 2, + ACTIONS(1493), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1566), 59, + ACTIONS(1491), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -214917,7 +218868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -214937,98 +218888,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [23800] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [24816] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3697), 1, + ACTIONS(3788), 1, anon_sym_DASH, - ACTIONS(3723), 1, - anon_sym_LF, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1518), 1, + STATE(1543), 1, sym_comment, - STATE(2806), 1, + STATE(1561), 1, + sym__flag, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4015), 1, - sym__flag, - STATE(4028), 1, + STATE(4177), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(4387), 2, + ACTIONS(3278), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3280), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3721), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -215039,153 +218991,221 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [23940] = 4, + [24958] = 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(1519), 1, - sym_comment, - ACTIONS(1486), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1484), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1543), 1, + sym__flag, + STATE(1544), 1, + sym_comment, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4159), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3509), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3511), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [24012] = 6, + STATE(3212), 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, + [25100] = 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(3727), 1, - anon_sym_SEMI, - ACTIONS(3730), 1, - anon_sym_LF, - ACTIONS(3733), 1, - anon_sym_RPAREN, - STATE(1520), 1, - sym_comment, - ACTIONS(3725), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1545), 1, + sym_comment, + STATE(1589), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4159), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3509), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3511), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [24088] = 4, + STATE(3212), 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, + [25242] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1521), 1, + STATE(1546), 1, sym_comment, - ACTIONS(3504), 2, + ACTIONS(3625), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3502), 59, + ACTIONS(3623), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215225,7 +219245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215245,83 +219265,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24160] = 4, + [25314] = 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(1522), 1, - sym_comment, - ACTIONS(3508), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3506), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1547), 1, + sym_comment, + STATE(1557), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4159), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3509), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3511), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [24232] = 4, + STATE(3212), 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, + [25456] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1523), 1, + STATE(1548), 1, sym_comment, - ACTIONS(3488), 2, + ACTIONS(3359), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3486), 59, + ACTIONS(3357), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215361,7 +219416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215381,15 +219436,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24304] = 4, + [25528] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1524), 1, + STATE(1549), 1, sym_comment, - ACTIONS(3484), 2, + ACTIONS(3419), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3482), 59, + ACTIONS(3417), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215429,7 +219484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215449,22 +219504,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24376] = 4, + [25600] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1525), 1, - sym_comment, - ACTIONS(3541), 2, - ts_builtin_sym_end, + ACTIONS(3810), 1, + anon_sym_SEMI, + ACTIONS(3813), 1, anon_sym_LF, - ACTIONS(3539), 59, + ACTIONS(3816), 1, + anon_sym_RPAREN, + STATE(1550), 1, + sym_comment, + ACTIONS(3808), 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, @@ -215497,7 +219554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215517,15 +219574,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24448] = 4, + [25676] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1526), 1, + STATE(1551), 1, sym_comment, - ACTIONS(3537), 2, + ACTIONS(1574), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3535), 59, + ACTIONS(1572), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215565,7 +219622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215585,15 +219642,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24520] = 4, + [25748] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1527), 1, + STATE(1552), 1, sym_comment, - ACTIONS(3420), 2, + ACTIONS(3571), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3418), 59, + ACTIONS(3569), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215633,7 +219690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215653,22 +219710,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24592] = 4, + [25820] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(1528), 1, - sym_comment, - ACTIONS(3390), 2, - ts_builtin_sym_end, + ACTIONS(3820), 1, + anon_sym_SEMI, + ACTIONS(3823), 1, anon_sym_LF, - ACTIONS(3388), 59, + ACTIONS(3826), 1, + anon_sym_RPAREN, + STATE(1553), 1, + sym_comment, + ACTIONS(3818), 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, @@ -215701,7 +219760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215721,15 +219780,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24664] = 4, + [25896] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1529), 1, + STATE(1554), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(3583), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2734), 59, + ACTIONS(3581), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215769,7 +219828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215789,15 +219848,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24736] = 4, + [25968] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1530), 1, + STATE(1555), 1, sym_comment, - ACTIONS(3440), 2, + ACTIONS(2876), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3438), 59, + ACTIONS(2874), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -215837,7 +219896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215857,24 +219916,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24808] = 6, + [26040] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_SEMI, - ACTIONS(3740), 1, - anon_sym_LF, - ACTIONS(3743), 1, - anon_sym_RPAREN, - STATE(1531), 1, + STATE(1556), 1, sym_comment, - ACTIONS(3735), 58, + ACTIONS(3579), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3577), 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, @@ -215907,7 +219964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -215927,219 +219984,324 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [24884] = 4, + [26112] = 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(1532), 1, - sym_comment, - ACTIONS(3139), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3137), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1557), 1, + sym_comment, + STATE(1558), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4177), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3278), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3280), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [24956] = 4, + STATE(3212), 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, + [26254] = 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(1533), 1, - sym_comment, - ACTIONS(3231), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3229), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3784), 1, + anon_sym_DASH, + ACTIONS(3786), 1, + anon_sym_DOT, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1558), 1, + sym_comment, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4116), 1, + sym__flag, + STATE(4154), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [25028] = 4, + STATE(3212), 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, + [26396] = 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(1534), 1, - sym_comment, - ACTIONS(3557), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3555), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1472), 1, + sym__flag, + STATE(1559), 1, + sym_comment, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4154), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [25100] = 4, + STATE(3212), 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, + [26538] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1535), 1, + STATE(1560), 1, sym_comment, - ACTIONS(3139), 2, + ACTIONS(3661), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3137), 59, + ACTIONS(3659), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216179,7 +220341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -216199,83 +220361,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25172] = 4, + [26610] = 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(1536), 1, - sym_comment, - ACTIONS(3131), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3129), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(2699), 1, anon_sym_LBRACK, + ACTIONS(2701), 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(2703), 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(2707), 1, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, + anon_sym_DQUOTE, + ACTIONS(2715), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2717), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3786), 1, + anon_sym_DOT, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, + sym__val_number, + STATE(435), 1, + sym__val_number_decimal, + STATE(464), 1, + sym_val_number, + STATE(1561), 1, + sym_comment, + STATE(1621), 1, + sym__flag, + STATE(2893), 1, + sym__var, + STATE(3002), 1, + sym_expr_parenthesized, + STATE(3018), 1, + sym_val_variable, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4154), 1, + sym__expression, + STATE(4469), 1, + sym_val_range, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(2713), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3214), 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, - [25244] = 4, + STATE(3212), 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, + [26752] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1537), 1, + STATE(1562), 1, sym_comment, - ACTIONS(3444), 2, + ACTIONS(3629), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3442), 59, + ACTIONS(3627), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216315,7 +220512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -216335,15 +220532,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25316] = 4, + [26824] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1538), 1, + STATE(1563), 1, sym_comment, - ACTIONS(3342), 2, + ACTIONS(3246), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3340), 59, + ACTIONS(3244), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216383,7 +220580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -216403,98 +220600,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [25388] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [26896] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3747), 1, - anon_sym_LF, - STATE(359), 1, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1425), 1, + STATE(1501), 1, sym__flag, - STATE(1539), 1, + STATE(1564), 1, sym_comment, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4051), 1, + STATE(4183), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, + ACTIONS(3585), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3587), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3745), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -216505,200 +220703,167 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [25528] = 38, + [27038] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, + STATE(1565), 1, + sym_comment, + ACTIONS(3543), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3541), 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(2624), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3689), 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(3747), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1426), 1, - sym__flag, - STATE(1540), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4051), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - 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(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3745), 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(3041), 10, - 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, - [25668] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + 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, + [27110] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3747), 1, - anon_sym_LF, - STATE(359), 1, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1427), 1, + STATE(1477), 1, sym__flag, - STATE(1541), 1, + STATE(1566), 1, sym_comment, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4051), 1, + STATE(4154), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3745), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -216709,98 +220874,99 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [25808] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [27252] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3747), 1, - anon_sym_LF, - STATE(359), 1, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1428), 1, + STATE(1483), 1, sym__flag, - STATE(1542), 1, + STATE(1567), 1, sym_comment, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4051), 1, + STATE(4154), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3745), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -216811,15 +220977,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [25948] = 4, + [27394] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1543), 1, + STATE(1568), 1, sym_comment, - ACTIONS(3474), 2, + ACTIONS(3391), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3472), 59, + ACTIONS(3389), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216859,7 +221025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -216879,15 +221045,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26020] = 4, + [27466] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1544), 1, + STATE(1569), 1, sym_comment, - ACTIONS(3131), 2, + ACTIONS(3403), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3129), 59, + ACTIONS(3401), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -216927,7 +221093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -216947,24 +221113,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26092] = 6, + [27538] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3464), 1, - anon_sym_SEMI, - ACTIONS(3467), 1, - anon_sym_LF, - ACTIONS(3749), 1, - ts_builtin_sym_end, - STATE(1545), 1, + STATE(1570), 1, sym_comment, - ACTIONS(3462), 58, + ACTIONS(3423), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3421), 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, @@ -216997,7 +221161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217017,15 +221181,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26168] = 4, + [27610] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1546), 1, + STATE(1571), 1, sym_comment, - ACTIONS(3386), 2, + ACTIONS(3653), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3384), 59, + ACTIONS(3651), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217065,7 +221229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217085,15 +221249,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26240] = 4, + [27682] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1547), 1, + STATE(1572), 1, sym_comment, - ACTIONS(3631), 2, + ACTIONS(3724), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3629), 59, + ACTIONS(3722), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217133,7 +221297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217153,15 +221317,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26312] = 4, + [27754] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1548), 1, + STATE(1573), 1, sym_comment, - ACTIONS(3444), 2, + ACTIONS(3355), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3442), 59, + ACTIONS(3353), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217201,7 +221365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217221,15 +221385,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26384] = 4, + [27826] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1549), 1, + STATE(1574), 1, sym_comment, - ACTIONS(3573), 2, + ACTIONS(3720), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3571), 59, + ACTIONS(3718), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217269,7 +221433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217289,15 +221453,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26456] = 4, + [27898] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1550), 1, + STATE(1575), 1, sym_comment, - ACTIONS(3239), 2, + ACTIONS(3519), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3237), 59, + ACTIONS(3517), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217337,7 +221501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217357,18 +221521,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26528] = 6, + [27970] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3454), 1, + ACTIONS(3830), 1, anon_sym_SEMI, - ACTIONS(3457), 1, + ACTIONS(3833), 1, anon_sym_LF, - ACTIONS(3751), 1, - ts_builtin_sym_end, - STATE(1551), 1, + ACTIONS(3836), 1, + anon_sym_RPAREN, + STATE(1576), 1, sym_comment, - ACTIONS(3452), 58, + ACTIONS(3828), 58, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217407,7 +221571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217427,24 +221591,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26604] = 6, + [28046] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3514), 1, - anon_sym_SEMI, - ACTIONS(3517), 1, - anon_sym_LF, - ACTIONS(3753), 1, - ts_builtin_sym_end, - STATE(1552), 1, + STATE(1577), 1, sym_comment, - ACTIONS(3512), 58, + ACTIONS(3351), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3349), 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, @@ -217477,7 +221639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217497,15 +221659,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26680] = 4, + [28118] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1553), 1, + STATE(1578), 1, sym_comment, - ACTIONS(3524), 2, + ACTIONS(3347), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3522), 59, + ACTIONS(3345), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217545,7 +221707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217565,15 +221727,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26752] = 4, + [28190] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1554), 1, + STATE(1579), 1, sym_comment, - ACTIONS(3631), 2, + ACTIONS(3343), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3629), 59, + ACTIONS(3341), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217613,7 +221775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217633,24 +221795,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26824] = 6, + [28262] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3757), 1, - anon_sym_SEMI, - ACTIONS(3760), 1, - anon_sym_LF, - ACTIONS(3763), 1, - anon_sym_RPAREN, - STATE(1555), 1, + STATE(1580), 1, sym_comment, - ACTIONS(3755), 58, + ACTIONS(3337), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3335), 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, @@ -217683,7 +221843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217703,219 +221863,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [26900] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3697), 1, - anon_sym_DASH, - ACTIONS(3747), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1556), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4048), 1, - sym__flag, - STATE(4051), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3745), 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(3041), 10, - 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, - [27040] = 38, + [28334] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3697), 1, - anon_sym_DASH, - ACTIONS(3767), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1557), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4019), 1, - sym__expression, - STATE(4020), 1, - sym__flag, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3765), 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(3041), 10, - 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, - [27180] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1558), 1, + STATE(1581), 1, sym_comment, - ACTIONS(3267), 2, + ACTIONS(3649), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3265), 59, + ACTIONS(3647), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -217955,7 +221911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -217975,15 +221931,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27252] = 4, + [28406] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1559), 1, + STATE(1582), 1, sym_comment, - ACTIONS(3382), 2, + ACTIONS(3272), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3380), 59, + ACTIONS(3270), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218023,7 +221979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218043,219 +221999,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27324] = 38, + [28478] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3771), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1417), 1, - sym__flag, - STATE(1560), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4050), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3769), 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(3041), 10, - 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, - [27464] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(359), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2622), 1, - anon_sym_LBRACK, - ACTIONS(2624), 1, - anon_sym_LPAREN, - ACTIONS(2626), 1, - anon_sym_LBRACE, - ACTIONS(2630), 1, - anon_sym_PLUS, - ACTIONS(2632), 1, - anon_sym_DQUOTE, - ACTIONS(2636), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, - anon_sym_DOT, - ACTIONS(3771), 1, - anon_sym_LF, - STATE(359), 1, - sym__val_number, - STATE(410), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(1419), 1, - sym__flag, - STATE(1561), 1, - sym_comment, - STATE(2806), 1, - sym__var, - STATE(2923), 1, - sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, - sym_val_variable, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, - sym__expr_binary_expression, - STATE(4050), 1, - sym__expression, - STATE(4331), 1, - sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2634), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3130), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(365), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3025), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(3769), 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(3041), 10, - 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, - [27604] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(1562), 1, + STATE(1583), 1, sym_comment, - ACTIONS(3416), 2, + ACTIONS(3641), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3414), 59, + ACTIONS(3639), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218295,7 +222047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218315,15 +222067,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27676] = 4, + [28550] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1563), 1, + STATE(1584), 1, sym_comment, - ACTIONS(3597), 2, + ACTIONS(3292), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3595), 59, + ACTIONS(3290), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218363,7 +222115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218383,15 +222135,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27748] = 4, + [28622] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1564), 1, + STATE(1585), 1, sym_comment, - ACTIONS(3569), 2, + ACTIONS(3495), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3567), 59, + ACTIONS(3493), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218431,7 +222183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218451,98 +222203,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [27820] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [28694] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, + ACTIONS(3784), 1, anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3767), 1, - anon_sym_LF, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1518), 1, - sym__flag, - STATE(1565), 1, + STATE(1586), 1, sym_comment, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4019), 1, + STATE(4123), 1, + sym__flag, + STATE(4153), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, + ACTIONS(3377), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3379), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3765), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -218553,98 +222306,167 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [27960] = 38, + [28836] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(353), 1, + STATE(1587), 1, + sym_comment, + ACTIONS(3507), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3505), 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, - ACTIONS(359), 1, + 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, + [28908] = 39, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3767), 1, - anon_sym_LF, - STATE(359), 1, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1510), 1, - sym__flag, - STATE(1566), 1, + STATE(1588), 1, sym_comment, - STATE(2806), 1, + STATE(1610), 1, + sym__flag, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4019), 1, + STATE(4153), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, + ACTIONS(3377), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3379), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3765), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -218655,117 +222477,186 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28100] = 38, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(353), 1, + [29050] = 39, + ACTIONS(79), 1, anon_sym_not, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(1745), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2622), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2624), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2626), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2630), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2632), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2636), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2638), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3687), 1, - anon_sym_DASH, - ACTIONS(3689), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3771), 1, - anon_sym_LF, - STATE(359), 1, + ACTIONS(3788), 1, + anon_sym_DASH, + STATE(426), 1, sym__val_number, - STATE(410), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(464), 1, sym_val_number, - STATE(1420), 1, + STATE(1559), 1, sym__flag, - STATE(1567), 1, + STATE(1589), 1, sym_comment, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2923), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2939), 1, + STATE(3018), 1, sym_val_variable, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4050), 1, + STATE(4177), 1, sym__expression, - STATE(4331), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(355), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(357), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2634), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3130), 2, + ACTIONS(3278), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3280), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(3232), 2, sym_short_flag, sym_long_flag, - ACTIONS(365), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3025), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(3769), 4, + 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(3212), 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, + [29192] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(1590), 1, + sym_comment, + ACTIONS(3609), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3607), 59, + 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_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(3041), 10, - 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, - [28240] = 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, + [29264] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1568), 1, + STATE(1591), 1, sym_comment, - ACTIONS(3315), 2, + ACTIONS(3605), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3313), 59, + ACTIONS(3603), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218805,7 +222696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218825,15 +222716,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28312] = 4, + [29336] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1569), 1, + STATE(1592), 1, sym_comment, - ACTIONS(3366), 2, + ACTIONS(3637), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3364), 59, + ACTIONS(3635), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218873,7 +222764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218893,15 +222784,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28384] = 4, + [29408] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1570), 1, + STATE(1593), 1, sym_comment, - ACTIONS(3370), 2, + ACTIONS(3439), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3368), 59, + ACTIONS(3437), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -218941,7 +222832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -218961,15 +222852,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28456] = 4, + [29480] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1571), 1, + STATE(1594), 1, sym_comment, - ACTIONS(2726), 2, + ACTIONS(3734), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2724), 59, + ACTIONS(3732), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219009,7 +222900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219029,15 +222920,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28528] = 4, + [29552] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1572), 1, + STATE(1595), 1, sym_comment, - ACTIONS(3396), 2, + ACTIONS(3329), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3394), 59, + ACTIONS(3327), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219077,7 +222968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219097,15 +222988,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28600] = 4, + [29624] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1573), 1, + STATE(1596), 1, sym_comment, - ACTIONS(2935), 2, + ACTIONS(3325), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2933), 59, + ACTIONS(3323), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219145,7 +223036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219165,15 +223056,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28672] = 4, + [29696] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(1574), 1, + STATE(1597), 1, sym_comment, - ACTIONS(3378), 2, + ACTIONS(3617), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3376), 59, + ACTIONS(3615), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219213,7 +223104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219233,115 +223124,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28744] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [29768] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + STATE(1598), 1, + sym_comment, + ACTIONS(1509), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1507), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1575), 1, - sym_comment, - STATE(1581), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4118), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3693), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3695), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [28883] = 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, + [29840] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3779), 1, - anon_sym_LF, - STATE(1576), 1, + STATE(1599), 1, sym_comment, - ACTIONS(3777), 59, + ACTIONS(3266), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3264), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219381,7 +223240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219401,14 +223260,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [28954] = 4, + [29912] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3783), 1, - anon_sym_LF, - STATE(1577), 1, + STATE(1600), 1, sym_comment, - ACTIONS(3781), 59, + ACTIONS(3250), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3248), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219448,7 +223308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219468,14 +223328,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29025] = 4, + [29984] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3785), 1, - anon_sym_LF, - STATE(1578), 1, + STATE(1601), 1, sym_comment, - ACTIONS(3452), 59, + ACTIONS(3250), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3248), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219515,7 +223376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219535,317 +223396,219 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29096] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [30056] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + STATE(1602), 1, + sym_comment, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3307), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1579), 1, - sym_comment, - STATE(1622), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4102), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3699), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3701), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [29235] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + 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, + [30128] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + STATE(1603), 1, + sym_comment, + ACTIONS(3734), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3732), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1580), 1, - sym_comment, - STATE(1621), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4102), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3699), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3701), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [29374] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + 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, + [30200] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + STATE(1604), 1, + sym_comment, + ACTIONS(3708), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3706), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 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(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3775), 1, anon_sym_DOT, - ACTIONS(3787), 1, - anon_sym_DASH, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1581), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4096), 1, - sym__expression, - STATE(4097), 1, - sym__flag, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3765), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3767), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [29513] = 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, + [30272] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3791), 1, - anon_sym_LF, - STATE(1582), 1, + STATE(1605), 1, sym_comment, - ACTIONS(3789), 59, + ACTIONS(3305), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3303), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219885,7 +223648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219905,14 +223668,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29584] = 4, + [30344] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3795), 1, - anon_sym_LF, - STATE(1583), 1, + STATE(1606), 1, sym_comment, - ACTIONS(3793), 59, + ACTIONS(3262), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3260), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -219952,7 +223716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -219972,14 +223736,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29655] = 4, + [30416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3799), 1, - anon_sym_LF, - STATE(1584), 1, + STATE(1607), 1, sym_comment, - ACTIONS(3797), 59, + ACTIONS(3621), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3619), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220019,7 +223784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220039,14 +223804,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29726] = 4, + [30488] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3803), 1, - anon_sym_LF, - STATE(1585), 1, + STATE(1608), 1, sym_comment, - ACTIONS(3801), 59, + ACTIONS(3613), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3611), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220086,7 +223852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220106,187 +223872,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [29797] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [30560] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + STATE(1609), 1, + sym_comment, + ACTIONS(3262), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3260), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1586), 1, - sym_comment, - STATE(1612), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4096), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3765), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3767), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [29936] = 38, + 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, + [30632] = 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(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2708), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2714), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2716), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2720), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + ACTIONS(3784), 1, anon_sym_DASH, - ACTIONS(3775), 1, + ACTIONS(3786), 1, anon_sym_DOT, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(415), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(443), 1, + STATE(464), 1, sym_val_number, - STATE(1587), 1, + STATE(1610), 1, sym_comment, - STATE(1611), 1, - sym__flag, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2968), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(3011), 1, + STATE(3018), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4096), 1, + STATE(4162), 1, + sym__flag, + STATE(4163), 1, sym__expression, - STATE(4429), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2718), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3765), 2, + ACTIONS(3317), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3767), 2, + ACTIONS(3319), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3196), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3179), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -220297,7 +224031,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -220308,14 +224043,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30075] = 4, + [30774] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3807), 1, - anon_sym_LF, - STATE(1588), 1, + STATE(1611), 1, sym_comment, - ACTIONS(3805), 59, + ACTIONS(3704), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3702), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220355,7 +224091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220375,14 +224111,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30146] = 4, + [30846] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3811), 1, - anon_sym_LF, - STATE(1589), 1, + STATE(1612), 1, sym_comment, - ACTIONS(3809), 59, + ACTIONS(3515), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3513), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220422,7 +224159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220442,14 +224179,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30217] = 4, + [30918] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3813), 1, - anon_sym_LF, - STATE(1590), 1, + STATE(1613), 1, sym_comment, - ACTIONS(3735), 59, + ACTIONS(3559), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3557), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220489,7 +224227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220509,216 +224247,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30288] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3787), 1, - anon_sym_DASH, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1591), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4086), 1, - sym__flag, - STATE(4126), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3745), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3747), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [30427] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [30990] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1592), 1, + STATE(1614), 1, sym_comment, - STATE(1606), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4126), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3745), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3747), 2, + ACTIONS(3689), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [30566] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3815), 1, - anon_sym_LF, - STATE(1593), 1, - sym_comment, - ACTIONS(3661), 59, + ACTIONS(3687), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220758,7 +224295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220778,14 +224315,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30637] = 4, + [31062] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3819), 1, - anon_sym_LF, - STATE(1594), 1, + STATE(1615), 1, sym_comment, - ACTIONS(3817), 59, + ACTIONS(3700), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3698), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220825,7 +224363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220845,14 +224383,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30708] = 4, + [31134] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3823), 1, - anon_sym_LF, - STATE(1595), 1, + STATE(1616), 1, sym_comment, - ACTIONS(3821), 59, + ACTIONS(3778), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3776), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220892,7 +224431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220912,14 +224451,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30779] = 4, + [31206] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3827), 1, - anon_sym_LF, - STATE(1596), 1, + STATE(1617), 1, sym_comment, - ACTIONS(3825), 59, + ACTIONS(3443), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3441), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -220959,7 +224499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -220979,115 +224519,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [30850] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [31278] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + STATE(1618), 1, + sym_comment, + ACTIONS(3333), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3331), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1575), 1, - sym__flag, - STATE(1597), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4126), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3745), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3747), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [30989] = 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, + [31350] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3831), 1, - anon_sym_LF, - STATE(1598), 1, + STATE(1619), 1, sym_comment, - ACTIONS(3829), 59, + ACTIONS(3250), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3248), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221127,7 +224635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -221147,389 +224655,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31060] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [31422] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1599), 1, + STATE(1620), 1, sym_comment, - STATE(1616), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4126), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3745), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3747), 2, + ACTIONS(3250), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [31199] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(3248), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1600), 1, - sym_comment, - STATE(1608), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4126), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3745), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3747), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [31338] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1579), 1, - sym__flag, - STATE(1601), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4128), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3703), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3705), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [31477] = 38, + 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, + [31494] = 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(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2699), 1, anon_sym_LBRACK, - ACTIONS(2708), 1, + ACTIONS(2701), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, + ACTIONS(2703), 1, anon_sym_LBRACE, - ACTIONS(2714), 1, + ACTIONS(2707), 1, anon_sym_PLUS, - ACTIONS(2716), 1, + ACTIONS(2709), 1, + sym_val_date, + ACTIONS(2711), 1, anon_sym_DQUOTE, - ACTIONS(2720), 1, + ACTIONS(2715), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, + ACTIONS(2717), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3775), 1, + ACTIONS(3786), 1, anon_sym_DOT, - ACTIONS(3787), 1, + ACTIONS(3788), 1, anon_sym_DASH, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(415), 1, + STATE(435), 1, sym__val_number_decimal, - STATE(443), 1, + STATE(464), 1, sym_val_number, - STATE(1602), 1, + STATE(1503), 1, + sym__flag, + STATE(1621), 1, sym_comment, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2968), 1, + STATE(3002), 1, sym_expr_parenthesized, - STATE(3011), 1, + STATE(3018), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4069), 1, - sym__flag, - STATE(4072), 1, + STATE(4158), 1, sym__expression, - STATE(4429), 1, + STATE(4469), 1, sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2718), 2, + ACTIONS(2713), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3717), 2, + ACTIONS(3710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3719), 2, + ACTIONS(3712), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(3232), 2, sym_short_flag, sym_long_flag, ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3179), 3, + STATE(3214), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -221540,7 +224814,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -221551,14 +224826,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31616] = 4, + [31636] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3835), 1, - anon_sym_LF, - STATE(1603), 1, + STATE(1622), 1, sym_comment, - ACTIONS(3833), 59, + ACTIONS(3242), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3240), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221598,7 +224874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -221618,14 +224894,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31687] = 4, + [31708] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3837), 1, - anon_sym_LF, - STATE(1604), 1, + STATE(1623), 1, sym_comment, - ACTIONS(3725), 59, + ACTIONS(3242), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3240), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221665,7 +224942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -221685,14 +224962,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31758] = 4, + [31780] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3839), 1, - anon_sym_LF, - STATE(1605), 1, + STATE(1624), 1, sym_comment, - ACTIONS(3707), 59, + ACTIONS(3671), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3669), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221732,7 +225010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -221752,115 +225030,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [31829] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [31852] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3787), 1, - anon_sym_DASH, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1606), 1, + STATE(1625), 1, sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4118), 1, - sym__expression, - STATE(4121), 1, - sym__flag, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3693), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3695), 2, + ACTIONS(3675), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [31968] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3841), 1, - anon_sym_LF, - STATE(1607), 1, - sym_comment, - ACTIONS(3755), 59, + ACTIONS(3673), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -221900,7 +225078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -221920,115 +225098,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32039] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1587), 1, - sym__flag, - STATE(1608), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4118), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3693), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3695), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [32178] = 4, + [31924] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3843), 1, + ACTIONS(3838), 1, anon_sym_LF, - STATE(1609), 1, + STATE(1626), 1, sym_comment, - ACTIONS(3462), 59, + ACTIONS(3463), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222068,7 +225145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -222088,14 +225165,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32249] = 4, + [31995] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3847), 1, + ACTIONS(3842), 1, anon_sym_LF, - STATE(1610), 1, + STATE(1627), 1, sym_comment, - ACTIONS(3845), 59, + ACTIONS(3840), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222135,7 +225212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -222155,216 +225232,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32320] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [32066] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(3846), 1, + anon_sym_LF, + STATE(1628), 1, + sym_comment, + ACTIONS(3844), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1602), 1, - sym__flag, - STATE(1611), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4105), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3723), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [32459] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3775), 1, - anon_sym_DOT, - ACTIONS(3787), 1, - anon_sym_DASH, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1612), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4087), 1, - sym__flag, - STATE(4105), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3723), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [32598] = 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, + [32137] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3851), 1, + ACTIONS(3850), 1, anon_sym_LF, - STATE(1613), 1, + STATE(1629), 1, sym_comment, - ACTIONS(3849), 59, + ACTIONS(3848), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222404,7 +225346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -222424,14 +225366,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32669] = 4, + [32208] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3854), 1, anon_sym_LF, - STATE(1614), 1, + STATE(1630), 1, sym_comment, - ACTIONS(3853), 59, + ACTIONS(3852), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222471,7 +225413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -222491,14 +225433,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32740] = 4, + [32279] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3859), 1, + ACTIONS(3858), 1, anon_sym_LF, - STATE(1615), 1, + STATE(1631), 1, sym_comment, - ACTIONS(3857), 59, + ACTIONS(3856), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -222538,7 +225480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -222558,418 +225500,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [32811] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [32350] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1586), 1, - sym__flag, - STATE(1616), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4118), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3693), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3695), 2, - ts_builtin_sym_end, + ACTIONS(3860), 1, anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [32950] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1617), 1, + STATE(1632), 1, sym_comment, - STATE(1619), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4088), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3769), 2, + ACTIONS(3593), 59, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [33089] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + sym_cmd_identifier, + anon_sym_def, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - ACTIONS(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1599), 1, - sym__flag, - STATE(1618), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4131), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3683), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [33228] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1597), 1, - sym__flag, - STATE(1619), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4131), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3683), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [33367] = 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, + [32421] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3861), 1, + ACTIONS(3862), 1, anon_sym_LF, - STATE(1620), 1, + STATE(1633), 1, sym_comment, - ACTIONS(3512), 59, + ACTIONS(3677), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223009,7 +225614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -223029,317 +225634,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33438] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [32492] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(3866), 1, + anon_sym_LF, + STATE(1634), 1, + sym_comment, + ACTIONS(3864), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1621), 1, - sym_comment, - STATE(1623), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4088), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [33577] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1622), 1, - sym_comment, - STATE(1625), 1, - sym__flag, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4088), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [33716] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, - anon_sym_LBRACK, - ACTIONS(2708), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, - anon_sym_DASH, - ACTIONS(3775), 1, - anon_sym_DOT, - STATE(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1592), 1, - sym__flag, - STATE(1623), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4131), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2718), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3683), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 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(3122), 10, - 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, - [33855] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [32563] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3865), 1, + ACTIONS(3870), 1, anon_sym_LF, - STATE(1624), 1, + STATE(1635), 1, sym_comment, - ACTIONS(3863), 59, + ACTIONS(3868), 59, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -223379,7 +225748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -223399,123 +225768,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [33926] = 38, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, + [32634] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(3874), 1, + anon_sym_LF, + STATE(1636), 1, + sym_comment, + ACTIONS(3872), 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(2708), 1, anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_LBRACE, - ACTIONS(2714), 1, - anon_sym_PLUS, - ACTIONS(2716), 1, - anon_sym_DQUOTE, - ACTIONS(2720), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2722), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3773), 1, + anon_sym_DOLLAR, + anon_sym_error, anon_sym_DASH, - ACTIONS(3775), 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(411), 1, - sym__val_number, - STATE(415), 1, - sym__val_number_decimal, - STATE(443), 1, - sym_val_number, - STATE(1591), 1, - sym__flag, - STATE(1625), 1, - sym_comment, - STATE(2898), 1, - sym__var, - STATE(2968), 1, - sym_expr_parenthesized, - STATE(3011), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4131), 1, - sym__expression, - STATE(4429), 1, - sym_val_range, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - 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(2718), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3683), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(3196), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3179), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(89), 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(3122), 10, - 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, - [34065] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1626), 1, - sym_comment, - ACTIONS(3867), 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, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, @@ -223523,19 +225835,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(3869), 42, + [32705] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3876), 1, + anon_sym_LF, + STATE(1637), 1, + sym_comment, + ACTIONS(3808), 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, @@ -223547,6 +225869,8 @@ 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, @@ -223556,100 +225880,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide_DASHenv, anon_sym_overlay, anon_sym_where, + anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + 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, - [34135] = 8, - 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_CARET, + [32776] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3873), 1, - anon_sym_DOT2, - ACTIONS(3875), 1, - aux_sym_unquoted_token4, - ACTIONS(3877), 1, - aux_sym_unquoted_token6, - STATE(1627), 1, + ACTIONS(3880), 1, + anon_sym_LF, + STATE(1638), 1, sym_comment, - ACTIONS(3871), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 13, - 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, - ACTIONS(1345), 40, + ACTIONS(3878), 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_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_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_val_nothing, + 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, - [34212] = 4, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [32847] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(1628), 1, + ACTIONS(3884), 1, + anon_sym_LF, + STATE(1639), 1, sym_comment, - ACTIONS(3881), 16, + ACTIONS(3882), 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, @@ -223657,19 +226036,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(3879), 42, + [32918] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3886), 1, + anon_sym_LF, + STATE(1640), 1, + sym_comment, + ACTIONS(3453), 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, @@ -223681,6 +226070,8 @@ 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, @@ -223690,31 +226081,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide_DASHenv, anon_sym_overlay, anon_sym_where, + anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + 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, - [34281] = 4, - 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_CARET, + [32989] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(1629), 1, + ACTIONS(3890), 1, + anon_sym_LF, + STATE(1641), 1, sym_comment, - ACTIONS(3885), 16, + ACTIONS(3888), 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, @@ -223722,19 +226170,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(3883), 42, + [33060] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3894), 1, + anon_sym_LF, + STATE(1642), 1, + sym_comment, + ACTIONS(3892), 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, @@ -223746,6 +226204,8 @@ 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, @@ -223755,69 +226215,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_hide_DASHenv, anon_sym_overlay, anon_sym_where, + anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + 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, - [34350] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3887), 1, - anon_sym_DOT2, - STATE(1720), 1, - sym_path, - STATE(1630), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1416), 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, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1414), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33131] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3898), 1, + anon_sym_LF, + STATE(1643), 1, + sym_comment, + ACTIONS(3896), 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, @@ -223825,66 +226281,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34422] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3890), 1, - anon_sym_DOT2, - STATE(1631), 1, - sym_comment, - STATE(1635), 1, - aux_sym_cell_path_repeat1, - STATE(1720), 1, - sym_path, - ACTIONS(1404), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1402), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33202] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3902), 1, + anon_sym_LF, + STATE(1644), 1, + sym_comment, + ACTIONS(3900), 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, @@ -223892,65 +226348,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34496] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3892), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(3894), 1, - aux_sym__immediate_decimal_token2, - STATE(1632), 1, - sym_comment, - ACTIONS(2726), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + 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, - ACTIONS(2724), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33273] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3906), 1, + anon_sym_LF, + STATE(1645), 1, + sym_comment, + ACTIONS(3904), 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, @@ -223958,66 +226415,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34568] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3896), 1, - anon_sym_DOT2, - STATE(1633), 1, - sym_comment, - STATE(1638), 1, - sym_path, - STATE(1829), 1, - sym_cell_path, - ACTIONS(1375), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1373), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33344] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3910), 1, + anon_sym_LF, + STATE(1646), 1, + sym_comment, + ACTIONS(3908), 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, @@ -224025,65 +226482,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34642] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3899), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(3901), 1, - aux_sym__immediate_decimal_token2, - STATE(1634), 1, - sym_comment, - ACTIONS(2736), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + 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, - ACTIONS(2734), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33415] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3912), 1, + anon_sym_LF, + STATE(1647), 1, + sym_comment, + ACTIONS(3828), 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, @@ -224091,66 +226549,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34714] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3890), 1, - anon_sym_DOT2, - STATE(1630), 1, - aux_sym_cell_path_repeat1, - STATE(1635), 1, - sym_comment, - STATE(1720), 1, - sym_path, - ACTIONS(1388), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1386), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33486] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3916), 1, + anon_sym_LF, + STATE(1648), 1, + sym_comment, + ACTIONS(3914), 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, @@ -224158,66 +226616,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34788] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3890), 1, - anon_sym_DOT2, - STATE(1631), 1, - sym_path, - STATE(1636), 1, - sym_comment, - STATE(1890), 1, - sym_cell_path, - ACTIONS(1423), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1421), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33557] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3918), 1, + anon_sym_LF, + STATE(1649), 1, + sym_comment, + ACTIONS(3790), 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, @@ -224225,66 +226683,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34862] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3890), 1, - anon_sym_DOT2, - STATE(1631), 1, - sym_path, - STATE(1637), 1, - sym_comment, - STATE(1889), 1, - sym_cell_path, - ACTIONS(1375), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1373), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33628] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3922), 1, + anon_sym_LF, + STATE(1650), 1, + sym_comment, + ACTIONS(3920), 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, @@ -224292,66 +226750,66 @@ static const uint16_t ts_small_parse_table[] = { 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, - [34936] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3890), 1, - anon_sym_DOT2, - STATE(1638), 1, - sym_comment, - STATE(1639), 1, - aux_sym_cell_path_repeat1, - STATE(1720), 1, - sym_path, - ACTIONS(1404), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1402), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [33699] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3924), 1, + anon_sym_LF, + STATE(1651), 1, + sym_comment, + ACTIONS(3818), 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, @@ -224359,36 +226817,53 @@ 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, - [35010] = 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, + [33770] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1630), 1, - aux_sym_cell_path_repeat1, - STATE(1639), 1, + STATE(1652), 1, sym_comment, - STATE(1720), 1, - sym_path, - ACTIONS(1388), 13, - anon_sym_COMMA, + ACTIONS(3926), 17, + ts_builtin_sym_end, + anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + 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, - ACTIONS(1386), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(3928), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224401,23 +226876,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_module, anon_sym_use, + 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_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -224425,37 +226895,40 @@ 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_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, - [35082] = 7, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [33840] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3903), 1, - anon_sym_DOT2, - STATE(1638), 1, - sym_path, - STATE(1640), 1, + STATE(1653), 1, sym_comment, - STATE(1880), 1, - sym_cell_path, - ACTIONS(1423), 12, - anon_sym_COMMA, + ACTIONS(3932), 16, + anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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, - ACTIONS(1421), 42, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(3930), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -224468,23 +226941,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_module, anon_sym_use, + 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_DOT, anon_sym_try, - anon_sym_catch, anon_sym_return, anon_sym_source, anon_sym_source_DASHenv, @@ -224492,24 +226960,32 @@ 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_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, - [35156] = 7, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [33909] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, + ACTIONS(3936), 1, anon_sym_DOT2, - STATE(1641), 1, + ACTIONS(3938), 1, + aux_sym_unquoted_token4, + ACTIONS(3940), 1, + aux_sym_unquoted_token6, + STATE(1654), 1, sym_comment, - STATE(1666), 1, - sym_path, - STATE(2210), 1, - sym_cell_path, - ACTIONS(1390), 13, + ACTIONS(3934), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -224523,7 +226999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1392), 40, + ACTIONS(1371), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -224551,7 +227027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -224564,282 +227040,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [35229] = 37, + [33986] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + STATE(1655), 1, + sym_comment, + ACTIONS(3944), 16, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3910), 1, - anon_sym_RBRACK, - ACTIONS(3912), 1, anon_sym_DOT, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1642), 1, - sym_comment, - STATE(1648), 1, - aux_sym_val_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3212), 1, - sym_val_list, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, + anon_sym_PLUS, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 9, - 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, - [35362] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, - anon_sym_LBRACE, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(3219), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(3916), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1643), 1, - sym_comment, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, + anon_sym_CARET, + ACTIONS(3942), 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, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3211), 3, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [35493] = 36, + [34055] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(3918), 1, + ACTIONS(3948), 1, anon_sym_RBRACK, - STATE(463), 1, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1644), 1, + STATE(511), 1, + sym_val_number, + STATE(1656), 1, sym_comment, - STATE(1649), 1, + STATE(1694), 1, aux_sym_val_list_repeat1, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -224850,1078 +227202,556 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35624] = 7, + [34189] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1645), 1, + STATE(1657), 1, sym_comment, - STATE(1666), 1, + STATE(1690), 1, + aux_sym_cell_path_repeat1, + STATE(1908), 1, sym_path, - STATE(2094), 1, - sym_cell_path, - ACTIONS(1410), 13, - 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, - ACTIONS(1412), 40, - anon_sym_LBRACK, + ACTIONS(1438), 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, - sym_val_nothing, - 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, - [35697] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3920), 1, - anon_sym_DOT2, - ACTIONS(3922), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(3924), 1, - aux_sym_unquoted_token2, - STATE(1646), 1, - sym_comment, - ACTIONS(1363), 13, - anon_sym_GT, + ACTIONS(1436), 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, - ACTIONS(1365), 40, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [34261] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3954), 1, + anon_sym_DOT2, + STATE(1658), 1, + sym_comment, + STATE(1660), 1, + sym_path, + STATE(1907), 1, + sym_cell_path, + ACTIONS(1401), 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, - sym_val_nothing, - 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, - [35770] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(1399), 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(3197), 1, - anon_sym_LBRACE, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 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(3926), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1647), 1, - sym_comment, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3211), 3, + 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(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [35901] = 36, + aux_sym__record_key_token2, + [34335] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3957), 1, + anon_sym_DOT2, + STATE(1659), 1, + sym_comment, + STATE(1660), 1, + sym_path, + STATE(1915), 1, + sym_cell_path, + ACTIONS(1397), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3193), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, - anon_sym_LBRACE, - ACTIONS(3201), 1, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(3928), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1648), 1, - sym_comment, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [36032] = 35, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3930), 1, - anon_sym_LBRACK, - ACTIONS(3933), 1, - anon_sym_RBRACK, - ACTIONS(3935), 1, - anon_sym_LPAREN, - ACTIONS(3938), 1, - anon_sym_DOLLAR, - ACTIONS(3941), 1, - anon_sym_DASH, - ACTIONS(3944), 1, - anon_sym_LBRACE, - ACTIONS(3947), 1, - anon_sym_DOT, - ACTIONS(3950), 1, - anon_sym_PLUS, - ACTIONS(3959), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3971), 1, anon_sym_DQUOTE, - ACTIONS(3977), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3980), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3983), 1, - aux_sym__unquoted_in_list_token1, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3953), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(3956), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3974), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(1649), 2, - sym_comment, - aux_sym_val_list_repeat1, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3962), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3965), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3968), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [36161] = 37, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(1395), 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(3197), 1, - anon_sym_LBRACE, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 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(3986), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1650), 1, - sym_comment, - STATE(1653), 1, - aux_sym_val_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3280), 1, - sym_val_list, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3211), 3, + 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(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 9, - 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, - [36294] = 36, + aux_sym__record_key_token2, + [34409] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3960), 1, + anon_sym_DOT2, + STATE(1657), 1, + aux_sym_cell_path_repeat1, + STATE(1660), 1, + sym_comment, + STATE(1908), 1, + sym_path, + ACTIONS(1442), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(3193), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, - anon_sym_LBRACE, - ACTIONS(3201), 1, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(3988), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1651), 1, - sym_comment, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [36425] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(3195), 1, - anon_sym_DASH, - ACTIONS(3197), 1, - anon_sym_LBRACE, - ACTIONS(3201), 1, - anon_sym_PLUS, - ACTIONS(3207), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(3990), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1652), 1, - sym_comment, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(1440), 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(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [36556] = 36, + aux_sym__record_key_token2, + [34483] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(3992), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(3962), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1653), 1, + STATE(511), 1, + sym_val_number, + STATE(1661), 1, sym_comment, - STATE(3081), 1, + STATE(1673), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3271), 1, + sym_val_list, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 10, + 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, - [36687] = 36, + [34619] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(3994), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(3964), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1647), 1, - aux_sym_val_list_repeat1, - STATE(1654), 1, + STATE(511), 1, + sym_val_number, + STATE(1662), 1, sym_comment, - STATE(3081), 1, + STATE(1663), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3315), 1, + sym_val_list, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 10, + 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, - [36818] = 36, + [34755] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(4002), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(4004), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(3966), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, sym__val_number, - STATE(444), 1, + STATE(511), 1, sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(1655), 1, + STATE(1663), 1, sym_comment, - STATE(2211), 1, - sym__flag, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3118), 1, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3182), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4308), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - STATE(3505), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, sym__value, - ACTIONS(2790), 6, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, - 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, - [36949] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4002), 1, - anon_sym_DASH, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(1656), 1, - sym_comment, - STATE(2212), 1, - sym__flag, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4307), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - STATE(3505), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4018), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -225932,91 +227762,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37080] = 36, + [34889] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4024), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(3968), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1657), 1, + STATE(511), 1, + sym_val_number, + STATE(1664), 1, sym_comment, - STATE(3081), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -226027,186 +227859,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37211] = 36, + [35023] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4002), 1, + ACTIONS(3976), 1, anon_sym_DASH, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, + ACTIONS(3980), 1, anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(3982), 1, anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4016), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(1658), 1, - sym_comment, - STATE(1972), 1, - sym__flag, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4256), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, + ACTIONS(3994), 1, sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - STATE(3505), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, - 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, - [37342] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4002), 1, - anon_sym_DASH, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(480), 1, + STATE(498), 1, sym__val_number_decimal, - STATE(1659), 1, + STATE(1665), 1, sym_comment, - STATE(1973), 1, + STATE(1930), 1, sym__flag, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3226), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, sym_expr_parenthesized, - STATE(3232), 1, + STATE(3358), 1, sym_val_variable, - STATE(3432), 1, + STATE(3485), 1, sym__expr_binary_expression, - STATE(4257), 1, + STATE(4351), 1, sym__expression, - STATE(4483), 1, + STATE(4514), 1, sym_val_range, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - STATE(3505), 2, + STATE(3537), 2, sym_short_flag, sym_long_flag, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, + STATE(3421), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 6, + ACTIONS(2829), 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(3070), 10, + STATE(3219), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -226217,186 +227956,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37473] = 36, + [35157] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(4002), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(4004), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4000), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, sym__val_number, - STATE(444), 1, + STATE(511), 1, sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1666), 1, sym_comment, - STATE(1971), 1, - sym__flag, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3118), 1, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3182), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4299), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - STATE(3505), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, sym__value, - ACTIONS(2790), 6, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, - 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, - [37604] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4002), 1, - anon_sym_DASH, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(1661), 1, - sym_comment, - STATE(2151), 1, - sym__flag, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4366), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - STATE(3505), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(4018), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -226407,87 +228053,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37735] = 7, + [35291] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, + ACTIONS(3960), 1, anon_sym_DOT2, - STATE(1662), 1, + STATE(1667), 1, sym_comment, - STATE(1666), 1, + STATE(1698), 1, sym_path, - STATE(2246), 1, + STATE(2022), 1, sym_cell_path, - ACTIONS(1398), 13, - 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, - ACTIONS(1400), 40, - anon_sym_LBRACK, + ACTIONS(1397), 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, - sym_val_nothing, - 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, - [37808] = 6, + ACTIONS(1395), 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, + [35365] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4026), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4028), 1, - aux_sym__immediate_decimal_token2, - STATE(1663), 1, + ACTIONS(3960), 1, + anon_sym_DOT2, + STATE(1668), 1, sym_comment, - ACTIONS(2736), 13, + STATE(1690), 1, + aux_sym_cell_path_repeat1, + STATE(1908), 1, + sym_path, + ACTIONS(1438), 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, @@ -226496,7 +228144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2734), 41, + ACTIONS(1436), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -226523,6 +228171,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, @@ -226538,93 +228187,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [37879] = 37, + [35439] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4030), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4002), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1652), 1, - aux_sym_val_list_repeat1, - STATE(1664), 1, + STATE(511), 1, + sym_val_number, + STATE(1669), 1, sym_comment, - STATE(3081), 1, + STATE(1676), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3259), 1, + sym_val_list, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3304), 1, - sym_val_list, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 10, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -226634,377 +228285,410 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38012] = 37, + [35575] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3976), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(4032), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(434), 1, sym__val_number, - STATE(1644), 1, - aux_sym_val_list_repeat1, - STATE(1665), 1, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(1670), 1, sym_comment, - STATE(3081), 1, + STATE(2183), 1, + sym__flag, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3263), 1, - sym_val_list, - STATE(3352), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4410), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + STATE(3537), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, sym__value, - ACTIONS(3209), 3, + ACTIONS(2829), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 9, + STATE(3219), 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, - [38145] = 7, + [35709] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_comment, - STATE(1693), 1, - aux_sym_cell_path_repeat1, - STATE(1923), 1, - sym_path, - ACTIONS(1402), 13, - 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, - ACTIONS(1404), 40, - anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(3065), 1, + anon_sym_DASH, + ACTIONS(3067), 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, - sym_val_nothing, - 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, - [38218] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4028), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(4034), 1, - anon_sym_DOT2, - STATE(1667), 1, - sym_comment, - ACTIONS(2736), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(3071), 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(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2734), 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, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 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, - [38289] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4036), 1, - aux_sym__immediate_decimal_token2, - STATE(1668), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4004), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1656), 1, + aux_sym_val_list_repeat1, + STATE(1671), 1, sym_comment, - ACTIONS(2935), 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, + STATE(3168), 1, + sym__var, + STATE(3300), 1, + sym_val_list, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2933), 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(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3081), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [38358] = 7, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [35845] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_path, - STATE(1669), 1, - sym_comment, - STATE(2100), 1, - sym_cell_path, - ACTIONS(1406), 13, - anon_sym_GT, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3976), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3980), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(3982), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(1672), 1, + sym_comment, + STATE(2003), 1, + sym__flag, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4337), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + STATE(3537), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1408), 40, - anon_sym_LBRACK, - anon_sym_COMMA, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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(3219), 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, + [35979] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(3065), 1, + anon_sym_DASH, + ACTIONS(3067), 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, - sym_val_nothing, + ACTIONS(3071), 1, + anon_sym_PLUS, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4006), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1673), 1, + sym_comment, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, + sym__var, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3081), 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, - [38431] = 6, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [36113] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4038), 1, - anon_sym_DOT2, - ACTIONS(4041), 1, + ACTIONS(4008), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4010), 1, aux_sym__immediate_decimal_token2, - STATE(1670), 1, + STATE(1674), 1, sym_comment, - ACTIONS(2770), 12, + ACTIONS(2808), 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, @@ -227013,7 +228697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2768), 42, + ACTIONS(2806), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -227056,481 +228740,582 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [38502] = 37, + [36185] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4043), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4012), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1671), 1, + STATE(511), 1, + sym_val_number, + STATE(1675), 1, sym_comment, - STATE(1678), 1, + STATE(1694), 1, aux_sym_val_list_repeat1, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3239), 1, - sym_val_list, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 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, - [38635] = 37, + [36319] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4045), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4014), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1657), 1, - aux_sym_val_list_repeat1, - STATE(1672), 1, + STATE(511), 1, + sym_val_number, + STATE(1676), 1, sym_comment, - STATE(3081), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3307), 1, - sym_val_list, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 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, - [38768] = 7, + [36453] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_path, - STATE(1673), 1, - sym_comment, - STATE(2208), 1, - sym_cell_path, - ACTIONS(1373), 13, - anon_sym_GT, + ACTIONS(3061), 1, + anon_sym_LPAREN, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(3065), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3071), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1375), 40, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, 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, - sym_val_nothing, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4016), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1677), 1, + sym_comment, + STATE(1689), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, + sym__var, + STATE(3296), 1, + sym_val_list, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3081), 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, - [38841] = 5, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [36589] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3901), 1, - aux_sym__immediate_decimal_token2, - STATE(1674), 1, - sym_comment, - ACTIONS(2736), 13, - anon_sym_COMMA, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3063), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + ACTIONS(3065), 1, + anon_sym_DASH, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3071), 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(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, anon_sym_DQUOTE, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4018), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1678), 1, + sym_comment, + STATE(1682), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, + sym__var, + STATE(3257), 1, + sym_val_list, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2734), 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(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3081), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [38910] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1675), 1, - sym_comment, - STATE(1707), 1, - aux_sym_cell_path_repeat1, - STATE(1923), 1, - sym_path, - ACTIONS(1402), 13, - 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(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1404), 40, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [36725] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3976), 1, + anon_sym_DASH, + ACTIONS(3978), 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, - sym_val_nothing, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(1679), 1, + sym_comment, + STATE(2008), 1, + sym__flag, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4348), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, + STATE(3537), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [38983] = 37, + STATE(3219), 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, + [36859] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4047), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4020), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1676), 1, - sym_comment, - STATE(1701), 1, + STATE(511), 1, + sym_val_number, + STATE(1675), 1, aux_sym_val_list_repeat1, - STATE(3081), 1, + STATE(1680), 1, + sym_comment, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3316), 1, + sym_val_list, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3283), 1, - sym_val_list, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 10, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -227540,156 +229325,191 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39116] = 6, + [36995] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4049), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4051), 1, - aux_sym__immediate_decimal_token2, - STATE(1677), 1, - sym_comment, - ACTIONS(2726), 13, - anon_sym_COMMA, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3063), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3065), 1, + anon_sym_DASH, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3071), 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(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, anon_sym_DQUOTE, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4022), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1681), 1, + sym_comment, + STATE(1688), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, + sym__var, + STATE(3256), 1, + sym_val_list, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2724), 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, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3081), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [39187] = 36, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [37131] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4053), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4024), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1678), 1, + STATE(511), 1, + sym_val_number, + STATE(1682), 1, sym_comment, - STATE(3081), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -227700,285 +229520,193 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39318] = 5, + [37265] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3894), 1, - aux_sym__immediate_decimal_token2, - STATE(1679), 1, - sym_comment, - ACTIONS(2726), 13, - anon_sym_COMMA, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3063), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, + ACTIONS(3065), 1, + anon_sym_DASH, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3071), 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(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2724), 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, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 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, - [39387] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4055), 1, - anon_sym_QMARK2, - STATE(1680), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4026), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1683), 1, sym_comment, - ACTIONS(1433), 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, + STATE(1692), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, + sym__var, + STATE(3254), 1, + sym_val_list, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1431), 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, - [39456] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4055), 1, - anon_sym_QMARK2, - STATE(1681), 1, - sym_comment, - ACTIONS(1433), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 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(1431), 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, + ACTIONS(3081), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [39525] = 37, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [37401] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4057), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4028), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1682), 1, - sym_comment, - STATE(1695), 1, + STATE(511), 1, + sym_val_number, + STATE(1664), 1, aux_sym_val_list_repeat1, - STATE(3081), 1, + STATE(1684), 1, + sym_comment, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3260), 1, + sym_val_list, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3254), 1, - sym_val_list, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 10, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -227988,157 +229716,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39658] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4059), 1, - anon_sym_DOT2, - STATE(1675), 1, - sym_path, - STATE(1683), 1, - sym_comment, - STATE(1918), 1, - sym_cell_path, - ACTIONS(1373), 13, - 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, - ACTIONS(1375), 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, - sym_val_nothing, - 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, - [39731] = 36, + [37537] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4002), 1, + ACTIONS(3976), 1, anon_sym_DASH, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, + ACTIONS(3980), 1, anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(3982), 1, anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4016), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(480), 1, + STATE(498), 1, sym__val_number_decimal, - STATE(1684), 1, + STATE(1685), 1, sym_comment, - STATE(1975), 1, + STATE(2004), 1, sym__flag, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3226), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, sym_expr_parenthesized, - STATE(3232), 1, + STATE(3358), 1, sym_val_variable, - STATE(3432), 1, + STATE(3485), 1, sym__expr_binary_expression, - STATE(4278), 1, + STATE(4354), 1, sym__expression, - STATE(4483), 1, + STATE(4514), 1, sym_val_range, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - STATE(3505), 2, + STATE(3537), 2, sym_short_flag, sym_long_flag, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, + STATE(3421), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 6, + ACTIONS(2829), 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(3070), 10, + STATE(3219), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -228149,320 +229813,192 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39862] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4062), 1, - anon_sym_DOT2, - STATE(1675), 1, - sym_path, - STATE(1685), 1, - sym_comment, - STATE(1891), 1, - sym_cell_path, - ACTIONS(1421), 13, - 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, - ACTIONS(1423), 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, - sym_val_nothing, - 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, - [39935] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3901), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(4065), 1, - anon_sym_DOT2, - STATE(1686), 1, - sym_comment, - ACTIONS(2736), 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(2734), 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, - [40006] = 37, + [37671] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4068), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4030), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1687), 1, + STATE(511), 1, + sym_val_number, + STATE(1686), 1, sym_comment, - STATE(1697), 1, + STATE(1694), 1, aux_sym_val_list_repeat1, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3275), 1, - sym_val_list, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 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, - [40139] = 37, + [37805] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4070), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4032), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1651), 1, + STATE(511), 1, + sym_val_number, + STATE(1686), 1, aux_sym_val_list_repeat1, - STATE(1688), 1, + STATE(1687), 1, sym_comment, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3248), 1, + STATE(3266), 1, sym_val_list, - STATE(3250), 1, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 10, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -228472,187 +230008,190 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40272] = 37, + [37941] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4072), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4034), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1689), 1, + STATE(511), 1, + sym_val_number, + STATE(1688), 1, sym_comment, - STATE(1696), 1, + STATE(1694), 1, aux_sym_val_list_repeat1, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3306), 1, - sym_val_list, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 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, - [40405] = 36, + [38075] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4074), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4036), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1690), 1, + STATE(511), 1, + sym_val_number, + STATE(1689), 1, sym_comment, - STATE(3081), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -228663,91 +230202,159 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40536] = 36, + [38209] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(4038), 1, + anon_sym_DOT2, + STATE(1908), 1, + sym_path, + STATE(1690), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1413), 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, - ACTIONS(3996), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1411), 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, + [38281] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4002), 1, + ACTIONS(3976), 1, anon_sym_DASH, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, + ACTIONS(3980), 1, anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(3982), 1, anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4016), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(480), 1, + STATE(498), 1, sym__val_number_decimal, STATE(1691), 1, sym_comment, - STATE(2187), 1, + STATE(2190), 1, sym__flag, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3226), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, sym_expr_parenthesized, - STATE(3232), 1, + STATE(3358), 1, sym_val_variable, - STATE(3432), 1, + STATE(3485), 1, sym__expr_binary_expression, - STATE(4339), 1, + STATE(4314), 1, sym__expression, - STATE(4483), 1, + STATE(4514), 1, sym_val_range, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - STATE(3505), 2, + STATE(3537), 2, sym_short_flag, sym_long_flag, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, + STATE(3421), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 6, + ACTIONS(2829), 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(3070), 10, + STATE(3219), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -228758,319 +230365,256 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40667] = 37, + [38415] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4076), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4041), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1690), 1, - aux_sym_val_list_repeat1, + STATE(511), 1, + sym_val_number, STATE(1692), 1, sym_comment, - STATE(3081), 1, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3229), 1, - sym_val_list, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 9, + STATE(3413), 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, - [40800] = 7, + [38549] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, + ACTIONS(3960), 1, anon_sym_DOT2, STATE(1693), 1, sym_comment, - STATE(1699), 1, - aux_sym_cell_path_repeat1, - STATE(1923), 1, + STATE(1698), 1, sym_path, - ACTIONS(1386), 13, - 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, - ACTIONS(1388), 40, - anon_sym_LBRACK, + STATE(2020), 1, + sym_cell_path, + ACTIONS(1401), 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, - sym_val_nothing, - 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, - [40873] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_path, - STATE(1694), 1, - sym_comment, - STATE(2200), 1, - sym_cell_path, - ACTIONS(1421), 13, - anon_sym_GT, + ACTIONS(1399), 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, - ACTIONS(1423), 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, - sym_val_nothing, - 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, - [40946] = 36, + aux_sym__record_key_token2, + [38623] = 36, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(4043), 1, + anon_sym_LBRACK, + ACTIONS(4046), 1, + anon_sym_RBRACK, + ACTIONS(4048), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(4051), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(4054), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(4057), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(4060), 1, + anon_sym_DOT, + ACTIONS(4063), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(4066), 1, + anon_sym_null, + ACTIONS(4072), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(4084), 1, + sym_val_date, + ACTIONS(4087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(4093), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(4096), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(4099), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(4078), 1, - anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1695), 1, - sym_comment, - STATE(3081), 1, + STATE(511), 1, + sym_val_number, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(4069), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(4090), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(1694), 2, + sym_comment, + aux_sym_val_list_repeat1, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(4075), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(4078), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(4081), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -229081,91 +230625,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [41077] = 36, + [38755] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4080), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4102), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, + STATE(511), 1, + sym_val_number, + STATE(1666), 1, aux_sym_val_list_repeat1, - STATE(1696), 1, + STATE(1695), 1, sym_comment, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -229176,407 +230722,217 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [41208] = 36, + [38889] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, - anon_sym_LBRACK, - ACTIONS(3912), 1, - anon_sym_DOT, - ACTIONS(4082), 1, - anon_sym_RBRACK, - STATE(463), 1, - sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, - sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1697), 1, - sym_comment, - STATE(3081), 1, - sym__var, - STATE(3236), 1, - sym_val_variable, - STATE(3250), 1, - sym_expr_parenthesized, - STATE(3352), 1, - sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, - sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, - sym_val_range, - sym__value, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 10, - 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, - [41339] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_path, - STATE(1698), 1, - sym_comment, - STATE(2094), 1, - sym_cell_path, - ACTIONS(1410), 5, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(4087), 8, - 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, - ACTIONS(4084), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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(1412), 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, - [41416] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4090), 1, - anon_sym_DOT2, - STATE(1923), 1, - sym_path, - STATE(1699), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 13, - 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, - ACTIONS(1416), 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, - sym_val_nothing, - 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, - [41487] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_path, - STATE(1700), 1, - sym_comment, - STATE(2202), 1, - sym_cell_path, - ACTIONS(1380), 13, - 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, - ACTIONS(1382), 40, + ACTIONS(3946), 1, 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, - sym_val_nothing, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4104), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(1696), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3081), 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, - [41560] = 36, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [39023] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3065), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3067), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3071), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3091), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3093), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + ACTIONS(3946), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(3950), 1, anon_sym_DOT, - ACTIONS(4093), 1, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4106), 1, anon_sym_RBRACK, - STATE(463), 1, + STATE(481), 1, sym__val_number_decimal, - STATE(493), 1, - sym_val_number, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(1649), 1, - aux_sym_val_list_repeat1, - STATE(1701), 1, + STATE(511), 1, + sym_val_number, + STATE(1697), 1, sym_comment, - STATE(3081), 1, + STATE(1700), 1, + aux_sym_val_list_repeat1, + STATE(3168), 1, sym__var, - STATE(3236), 1, + STATE(3317), 1, + sym_val_list, + STATE(3331), 1, sym_val_variable, - STATE(3250), 1, + STATE(3371), 1, sym_expr_parenthesized, - STATE(3352), 1, + STATE(3375), 1, sym__expr_unary_minus, - STATE(3355), 1, + STATE(3417), 1, sym__inter_single_quotes, - STATE(3356), 1, + STATE(3418), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, - sym_val_nothing, - sym_val_date, - STATE(3353), 2, + STATE(3423), 2, sym_val_range, sym__value, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, + STATE(3442), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3350), 10, + STATE(3413), 10, + 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, - [41691] = 4, + [39159] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1702), 1, + ACTIONS(3960), 1, + anon_sym_DOT2, + STATE(1668), 1, + aux_sym_cell_path_repeat1, + STATE(1698), 1, sym_comment, - ACTIONS(1448), 14, + STATE(1908), 1, + sym_path, + ACTIONS(1442), 12, 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, @@ -229585,7 +230941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1446), 42, + ACTIONS(1440), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229628,84 +230984,313 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [41758] = 7, + [39233] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3906), 1, - anon_sym_DOT2, - STATE(1666), 1, - sym_path, - STATE(1703), 1, - sym_comment, - STATE(2114), 1, - sym_cell_path, - ACTIONS(1394), 13, - anon_sym_GT, + ACTIONS(3061), 1, + anon_sym_LPAREN, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(3065), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(3067), 1, + anon_sym_LBRACE, + ACTIONS(3071), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4108), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1696), 1, + aux_sym_val_list_repeat1, + STATE(1699), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3269), 1, + sym_val_list, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(3081), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1396), 40, - anon_sym_LBRACK, - anon_sym_COMMA, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [39369] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(3065), 1, + anon_sym_DASH, + ACTIONS(3067), 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, - sym_val_nothing, + ACTIONS(3071), 1, + anon_sym_PLUS, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3077), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3091), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3093), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(3946), 1, + anon_sym_LBRACK, + ACTIONS(3950), 1, + anon_sym_DOT, + ACTIONS(3952), 1, + sym_val_date, + ACTIONS(4110), 1, + anon_sym_RBRACK, + STATE(481), 1, + sym__val_number_decimal, + STATE(508), 1, + sym__val_number, + STATE(511), 1, + sym_val_number, + STATE(1694), 1, + aux_sym_val_list_repeat1, + STATE(1700), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3331), 1, + sym_val_variable, + STATE(3371), 1, + sym_expr_parenthesized, + STATE(3375), 1, + sym__expr_unary_minus, + STATE(3417), 1, + sym__inter_single_quotes, + STATE(3418), 1, + sym__inter_double_quotes, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3438), 1, + sym__list_item_expression, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3423), 2, + sym_val_range, + sym__value, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(3081), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, + ACTIONS(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3442), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3413), 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, + [39503] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3976), 1, + anon_sym_DASH, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(1701), 1, + sym_comment, + STATE(2010), 1, + sym__flag, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4366), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [41831] = 4, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + STATE(3537), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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(3219), 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, + [39637] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(1704), 1, + ACTIONS(4112), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4114), 1, + aux_sym__immediate_decimal_token2, + STATE(1702), 1, sym_comment, - ACTIONS(1439), 14, + ACTIONS(2784), 13, 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, @@ -229714,7 +231299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1437), 42, + ACTIONS(2782), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -229757,177 +231342,794 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [41898] = 37, + [39709] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(3195), 1, + ACTIONS(3976), 1, anon_sym_DASH, - ACTIONS(3197), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(3201), 1, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, anon_sym_PLUS, - ACTIONS(3207), 1, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3219), 1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3221), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(3908), 1, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(1703), 1, + sym_comment, + STATE(2006), 1, + sym__flag, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4355), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + STATE(3537), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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(3219), 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, + [39843] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(3912), 1, + ACTIONS(301), 1, + anon_sym_LPAREN, + ACTIONS(329), 1, + anon_sym_LBRACE, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(4095), 1, - anon_sym_RBRACK, - STATE(463), 1, + 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(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4116), 1, + sym_identifier, + STATE(358), 1, + sym_val_number, + STATE(368), 1, + sym__val_number, + STATE(387), 1, sym__val_number_decimal, - STATE(493), 1, + STATE(1704), 1, + sym_comment, + STATE(2472), 1, + sym_val_range, + STATE(2833), 1, + sym__var, + STATE(2985), 1, + sym_val_variable, + STATE(2990), 1, + sym__str_double_quotes, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4648), 1, + sym__where_predicate, + STATE(4649), 1, + sym__expression, + 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, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3004), 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(3047), 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, + [39978] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(299), 1, + anon_sym_LBRACK, + ACTIONS(301), 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, + 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(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4116), 1, + sym_identifier, + STATE(358), 1, sym_val_number, - STATE(494), 1, + STATE(368), 1, sym__val_number, - STATE(1643), 1, - aux_sym_val_list_repeat1, + STATE(387), 1, + sym__val_number_decimal, STATE(1705), 1, sym_comment, - STATE(3081), 1, + STATE(2472), 1, + sym_val_range, + STATE(2833), 1, sym__var, - STATE(3236), 1, + STATE(2985), 1, sym_val_variable, - STATE(3250), 1, + STATE(2990), 1, + sym__str_double_quotes, + STATE(2994), 1, sym_expr_parenthesized, - STATE(3279), 1, - sym_val_list, - STATE(3352), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3355), 1, - sym__inter_single_quotes, - STATE(3356), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3359), 1, - sym__list_item_expression, - STATE(3364), 1, - sym__str_double_quotes, - ACTIONS(3205), 2, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4850), 1, + sym__where_predicate, + STATE(4859), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(363), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3914), 2, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3004), 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(3047), 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, + [40113] = 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, - STATE(3353), 2, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(101), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1706), 1, + sym_comment, + STATE(2605), 1, sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4888), 1, + sym__where_predicate, + STATE(4951), 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, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3190), 3, + sym_expr_unary, + sym_expr_binary, sym__value, - ACTIONS(3209), 3, + ACTIONS(87), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3211), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + STATE(3212), 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, + [40248] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1707), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(5173), 1, + sym__expression, + STATE(5176), 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(3213), 3, + ACTIONS(97), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3362), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3350), 9, + STATE(3190), 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(3212), 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, - [42031] = 6, + [40383] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4097), 1, - anon_sym_DOT2, - ACTIONS(4099), 1, - aux_sym__immediate_decimal_token2, - STATE(1706), 1, - sym_comment, - ACTIONS(2770), 12, - anon_sym_COMMA, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1708), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4954), 1, + sym__where_predicate, + STATE(4962), 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, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3190), 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(3212), 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, + [40518] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1709), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4974), 1, + sym__where_predicate, + STATE(4975), 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, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2768), 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(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3190), 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(3212), 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, + [40653] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1710), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4981), 1, + sym__where_predicate, + STATE(4983), 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, - aux_sym__record_key_token2, - [42102] = 6, + ACTIONS(97), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3190), 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(3212), 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, + [40788] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1699), 1, - aux_sym_cell_path_repeat1, - STATE(1707), 1, + ACTIONS(4120), 1, + anon_sym_DOT2, + STATE(1711), 1, sym_comment, - STATE(1923), 1, + STATE(1813), 1, sym_path, - ACTIONS(1386), 13, + STATE(1932), 1, + sym_cell_path, + ACTIONS(1399), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -229941,14 +232143,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1388), 41, + ACTIONS(1401), 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, @@ -229970,7 +232171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -229983,92 +232184,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [42173] = 38, + [40861] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1708), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1712), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4683), 1, - sym__where_predicate, - STATE(4687), 1, + STATE(5177), 1, sym__expression, - ACTIONS(357), 2, + STATE(5178), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -230079,92 +232281,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42307] = 38, + [40996] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1709), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1713), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4708), 1, - sym__where_predicate, - STATE(4709), 1, + STATE(4984), 1, sym__expression, - ACTIONS(357), 2, + STATE(5082), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -230175,92 +232378,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42441] = 38, + [41131] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1710), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1714), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4834), 1, + STATE(4993), 1, sym__where_predicate, - STATE(4835), 1, + STATE(4995), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -230271,218 +232475,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42575] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4051), 1, - aux_sym__immediate_decimal_token2, - STATE(1711), 1, - sym_comment, - ACTIONS(2726), 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(2724), 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, - [42643] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4103), 1, - aux_sym__immediate_decimal_token2, - STATE(1712), 1, - sym_comment, - ACTIONS(2935), 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(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, - [42711] = 38, + [41266] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1713), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1715), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4836), 1, - sym__where_predicate, - STATE(4837), 1, + STATE(5027), 1, sym__expression, - ACTIONS(357), 2, + STATE(5096), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -230493,278 +232572,190 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [42845] = 4, + [41401] = 38, ACTIONS(3), 1, anon_sym_POUND, - STATE(1714), 1, - sym_comment, - ACTIONS(2736), 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(2734), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1716), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(5038), 1, + sym__where_predicate, + STATE(5046), 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, - aux_sym__record_key_token2, - [42911] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1715), 1, - sym_comment, - ACTIONS(2726), 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(2724), 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, - [42977] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1716), 1, - sym_comment, - ACTIONS(2935), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3190), 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(2933), 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, - [43043] = 38, + STATE(3212), 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, + [41536] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, + ACTIONS(59), 1, + anon_sym_DOT, + ACTIONS(77), 1, anon_sym_PLUS, - ACTIONS(4012), 1, - sym_val_date, - ACTIONS(4016), 1, + ACTIONS(79), 1, + anon_sym_not, + ACTIONS(81), 1, + anon_sym_null, + ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4105), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, sym_identifier, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(4109), 1, - anon_sym_DASH, - ACTIONS(4111), 1, - anon_sym_DOT, - ACTIONS(4113), 1, - anon_sym_not, - ACTIONS(4115), 1, - sym_val_nothing, - STATE(418), 1, + STATE(373), 1, + sym_val_number, + STATE(426), 1, sym__val_number, - STATE(435), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(444), 1, - sym_val_number, STATE(1717), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, sym__var, - STATE(3111), 1, + STATE(3003), 1, sym_val_variable, - STATE(3116), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5428), 1, + STATE(5047), 1, + sym__where_predicate, + STATE(5052), 1, sym__expression, - ACTIONS(2792), 2, + ACTIONS(83), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(2796), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4117), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3119), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 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(3070), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -230775,278 +232766,190 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43177] = 4, + [41671] = 38, ACTIONS(3), 1, anon_sym_POUND, - STATE(1718), 1, - sym_comment, - ACTIONS(3004), 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(3002), 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1718), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(5128), 1, + sym__expression, + STATE(5131), 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, - [43243] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1719), 1, - sym_comment, - ACTIONS(1490), 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(1488), 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, - [43309] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1720), 1, - sym_comment, - ACTIONS(1480), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, + ACTIONS(91), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3190), 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(1478), 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, - [43375] = 38, + STATE(3212), 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, + [41806] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1721), 1, + STATE(1719), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5211), 1, - sym__expression, - STATE(5216), 1, + STATE(4790), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4792), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231057,92 +232960,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43509] = 38, + [41941] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1722), 1, + STATE(1720), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5203), 1, + STATE(4783), 1, sym__where_predicate, - STATE(5206), 1, + STATE(4784), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231153,7 +233057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43643] = 38, + [42076] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -231167,7 +233071,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -231182,39 +233086,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1723), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1721), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4838), 1, + STATE(4781), 1, sym__where_predicate, - STATE(4841), 1, + STATE(4782), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -231229,7 +233133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231238,7 +233142,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231249,7 +233154,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43777] = 38, + [42211] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -231267,7 +233172,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -231278,40 +233183,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1724), 1, + STATE(1722), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5202), 1, - sym__expression, - STATE(5204), 1, + STATE(5055), 1, sym__where_predicate, + STATE(5060), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -231325,7 +233230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231334,7 +233239,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231345,92 +233251,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [43911] = 38, + [42346] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1725), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1723), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4744), 1, + STATE(5180), 1, sym__expression, - STATE(4842), 1, + STATE(5187), 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231441,7 +233348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44045] = 38, + [42481] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -231455,7 +233362,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -231470,39 +233377,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1726), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1724), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4843), 1, + STATE(4779), 1, sym__where_predicate, - STATE(4844), 1, + STATE(4780), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -231517,7 +233424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231526,7 +233433,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231537,7 +233445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44179] = 38, + [42616] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -231551,7 +233459,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -231566,39 +233474,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1727), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1725), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4845), 1, + STATE(4777), 1, sym__where_predicate, - STATE(4846), 1, + STATE(4778), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -231613,7 +233521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231622,7 +233530,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231633,7 +233542,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44313] = 38, + [42751] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -231651,7 +233560,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -231662,39 +233571,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1728), 1, + STATE(1726), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5197), 1, + STATE(5191), 1, sym__expression, - STATE(5200), 1, + STATE(5192), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -231709,7 +233618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231718,7 +233627,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231729,7 +233639,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44447] = 38, + [42886] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -231747,7 +233657,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -231758,39 +233668,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1729), 1, + STATE(1727), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5188), 1, + STATE(5193), 1, sym__expression, - STATE(5191), 1, + STATE(5200), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -231805,7 +233715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231814,7 +233724,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231825,7 +233736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44581] = 38, + [43021] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -231843,7 +233754,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -231854,39 +233765,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1730), 1, + STATE(1728), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5181), 1, + STATE(5201), 1, sym__expression, - STATE(5186), 1, + STATE(5207), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -231901,7 +233812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -231910,7 +233821,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -231921,7 +233833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44715] = 38, + [43156] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -231935,7 +233847,104 @@ static const uint16_t ts_small_parse_table[] = { 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(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4116), 1, + sym_identifier, + STATE(358), 1, + sym_val_number, + STATE(368), 1, + sym__val_number, + STATE(387), 1, + sym__val_number_decimal, + STATE(1729), 1, + sym_comment, + STATE(2472), 1, + sym_val_range, + STATE(2833), 1, + sym__var, + STATE(2985), 1, + sym_val_variable, + STATE(2990), 1, + sym__str_double_quotes, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4775), 1, + sym__where_predicate, + STATE(4776), 1, + sym__expression, + 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, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3004), 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(3047), 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, + [43291] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(299), 1, + anon_sym_LBRACK, + ACTIONS(301), 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, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -231950,39 +233959,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, + STATE(368), 1, + sym__val_number, + STATE(387), 1, sym__val_number_decimal, - STATE(359), 1, + STATE(1730), 1, + sym_comment, + STATE(2472), 1, + sym_val_range, + STATE(2833), 1, + sym__var, + STATE(2985), 1, + sym_val_variable, + STATE(2990), 1, + sym__str_double_quotes, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4774), 1, + sym__expression, + STATE(4840), 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, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3004), 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(3047), 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, + [43426] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(299), 1, + anon_sym_LBRACK, + ACTIONS(301), 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, + 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(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4116), 1, + sym_identifier, + STATE(358), 1, + sym_val_number, + STATE(368), 1, sym__val_number, + STATE(387), 1, + sym__val_number_decimal, STATE(1731), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4847), 1, + STATE(4772), 1, sym__where_predicate, - STATE(4848), 1, + STATE(4773), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -231997,7 +234103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -232006,7 +234112,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232017,7 +234124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44849] = 38, + [43561] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -232031,7 +234138,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -232046,39 +234153,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, + STATE(387), 1, + sym__val_number_decimal, STATE(1732), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4849), 1, + STATE(4770), 1, sym__where_predicate, - STATE(4850), 1, + STATE(4771), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -232093,7 +234200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -232102,7 +234209,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232113,7 +234221,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [44983] = 38, + [43696] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -232127,7 +234235,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -232142,39 +234250,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, + STATE(387), 1, + sym__val_number_decimal, STATE(1733), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4826), 1, + STATE(4768), 1, sym__where_predicate, - STATE(4827), 1, + STATE(4769), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -232189,7 +234297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -232198,7 +234306,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232209,92 +234318,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45117] = 38, + [43831] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, STATE(1734), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5176), 1, - sym__expression, - STATE(5178), 1, + STATE(4765), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4766), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232305,92 +234415,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45251] = 38, + [43966] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, STATE(1735), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5170), 1, - sym__expression, - STATE(5173), 1, + STATE(4763), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4764), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232401,92 +234512,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45385] = 38, + [44101] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, STATE(1736), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5167), 1, - sym__expression, - STATE(5169), 1, + STATE(4761), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4762), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232497,7 +234609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45519] = 38, + [44236] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -232515,7 +234627,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -232526,39 +234638,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, STATE(1737), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5164), 1, + STATE(5111), 1, sym__expression, - STATE(5166), 1, + STATE(5121), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -232573,7 +234685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -232582,7 +234694,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232593,92 +234706,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45653] = 38, + [44371] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(4125), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4129), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(4131), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(4133), 1, anon_sym_DOT, - ACTIONS(77), 1, + ACTIONS(4135), 1, anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(4137), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4143), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(4149), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, + STATE(254), 1, + sym__val_number_decimal, + STATE(260), 1, sym_val_number, - STATE(411), 1, + STATE(262), 1, sym__val_number, - STATE(412), 1, - sym__val_number_decimal, STATE(1738), 1, sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, + STATE(1752), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2146), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2174), 1, + sym_expr_parenthesized, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(2242), 1, + sym__str_double_quotes, + STATE(3481), 1, sym__expr_binary_expression, - STATE(5162), 1, + STATE(3531), 1, sym__expression, - STATE(5163), 1, - sym__where_predicate, - ACTIONS(83), 2, + STATE(3532), 1, + sym_block, + STATE(3549), 1, + sym__match_expression, + STATE(3554), 1, + sym_val_range, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(4153), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(2209), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(4145), 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(3122), 10, + aux_sym__val_number_token6, + STATE(2208), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232689,92 +234802,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45787] = 38, + [44504] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, + STATE(428), 1, + sym__val_number_decimal, STATE(1739), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4824), 1, - sym__where_predicate, - STATE(4825), 1, + STATE(5211), 1, sym__expression, - ACTIONS(357), 2, + STATE(5212), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232785,7 +234899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [45921] = 38, + [44639] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -232799,7 +234913,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -232814,39 +234928,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, + STATE(387), 1, + sym__val_number_decimal, STATE(1740), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4822), 1, + STATE(4563), 1, sym__where_predicate, - STATE(4823), 1, + STATE(4573), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -232861,7 +234975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -232870,7 +234984,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232881,92 +234996,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46055] = 38, + [44774] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(301), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(329), 1, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(333), 1, - anon_sym_DOT, - ACTIONS(353), 1, - anon_sym_not, - ACTIONS(355), 1, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, - ACTIONS(367), 1, + ACTIONS(3994), 1, sym_val_date, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4159), 1, sym_identifier, - STATE(335), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + ACTIONS(4167), 1, + anon_sym_not, + ACTIONS(4169), 1, + anon_sym_null, + STATE(434), 1, + sym__val_number, + STATE(465), 1, sym_val_number, - STATE(354), 1, + STATE(469), 1, sym__val_number_decimal, - STATE(359), 1, - sym__val_number, STATE(1741), 1, sym_comment, - STATE(2419), 1, - sym_val_range, - STATE(2806), 1, - sym__var, - STATE(2932), 1, - sym_val_variable, - STATE(2933), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2951), 1, - sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(2775), 1, + sym__var, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, sym__expr_binary_expression, - STATE(4820), 1, - sym__where_predicate, - STATE(4821), 1, + STATE(4514), 1, + sym_val_range, + STATE(5472), 1, sym__expression, - ACTIONS(357), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(363), 2, + ACTIONS(2831), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(371), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(365), 3, + ACTIONS(4171), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3121), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(361), 4, + ACTIONS(2829), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3219), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -232977,7 +235093,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46189] = 38, + [44909] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -232991,7 +235107,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -233006,39 +235122,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, + STATE(387), 1, + sym__val_number_decimal, STATE(1742), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4818), 1, + STATE(4574), 1, sym__where_predicate, - STATE(4819), 1, + STATE(4578), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -233053,7 +235169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -233062,7 +235178,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233073,92 +235190,92 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46323] = 38, + [45044] = 37, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(3972), 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, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, sym_val_date, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, + ACTIONS(4165), 1, + anon_sym_DOT, + ACTIONS(4173), 1, + anon_sym_DASH, + ACTIONS(4175), 1, + anon_sym_LBRACE, + ACTIONS(4177), 1, + anon_sym_PLUS, + ACTIONS(4179), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(412), 1, + STATE(465), 1, + sym_val_number, + STATE(469), 1, sym__val_number_decimal, STATE(1743), 1, sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, sym__var, - STATE(2995), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, sym_expr_parenthesized, - STATE(3028), 1, + STATE(3159), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3478), 1, sym__expr_binary_expression, - STATE(5158), 1, + STATE(3531), 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, - ACTIONS(97), 2, + STATE(3532), 1, + sym_block, + STATE(4514), 1, + sym_val_range, + STATE(5492), 1, + sym__match_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3121), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(2829), 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(3122), 10, + aux_sym__val_number_token6, + STATE(3219), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233169,7 +235286,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46457] = 38, + [45177] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -233187,7 +235304,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -233198,39 +235315,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, STATE(1744), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5154), 1, + STATE(5213), 1, sym__expression, - STATE(5155), 1, + STATE(5218), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -233245,7 +235362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -233254,7 +235371,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233265,92 +235383,156 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46591] = 38, + [45312] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + STATE(1745), 1, + sym_comment, + ACTIONS(1477), 14, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, + 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(1475), 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, + [45379] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(299), 1, + anon_sym_LBRACK, + ACTIONS(301), 1, + anon_sym_LPAREN, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1745), 1, + STATE(1746), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5151), 1, - sym__expression, - STATE(5153), 1, + STATE(4583), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4587), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233361,7 +235543,70 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46725] = 38, + [45514] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1747), 1, + sym_comment, + ACTIONS(1456), 14, + 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(1454), 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, + [45581] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -233379,7 +235624,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -233390,39 +235635,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1746), 1, + STATE(1748), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5146), 1, + STATE(5148), 1, sym__expression, - STATE(5150), 1, + STATE(5161), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -233437,7 +235682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -233446,7 +235691,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233457,188 +235703,224 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [46859] = 38, + [45716] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1749), 1, + sym_comment, + STATE(1796), 1, + sym_path, + STATE(2276), 1, + sym_cell_path, + ACTIONS(1399), 13, + 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, - sym_val_nothing, - 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_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1401), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1747), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(5105), 1, - sym__expression, - STATE(5144), 1, - sym__where_predicate, - ACTIONS(83), 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(89), 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(97), 2, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + [45789] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4183), 1, + anon_sym_DOT2, + STATE(2173), 1, + sym_path, + STATE(1750), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 13, + 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, - STATE(3137), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(87), 4, + ACTIONS(1413), 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, - STATE(3122), 10, - 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, - [46993] = 38, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [45860] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1748), 1, + STATE(1751), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5140), 1, - sym__expression, - STATE(5141), 1, + STATE(4588), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4589), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233649,103 +235931,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47127] = 38, + [45995] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(4186), 1, + anon_sym_DOT2, + STATE(1752), 1, + sym_comment, + STATE(1813), 1, + sym_path, + STATE(2024), 1, + sym_cell_path, + ACTIONS(1395), 13, + 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, - sym_val_nothing, - 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_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1749), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(5139), 1, - sym__where_predicate, - STATE(5160), 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, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(87), 4, + ACTIONS(1397), 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, - STATE(3122), 10, - 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, - [47261] = 38, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [46068] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -233763,7 +236015,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -233774,39 +236026,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1750), 1, + STATE(1753), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5136), 1, + STATE(5219), 1, sym__expression, - STATE(5137), 1, + STATE(5229), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -233821,7 +236073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -233830,7 +236082,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233841,7 +236094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47395] = 38, + [46203] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -233859,7 +236112,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -233870,39 +236123,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1751), 1, + STATE(1754), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5129), 1, + STATE(5204), 1, sym__expression, - STATE(5130), 1, + STATE(5240), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -233917,7 +236170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -233926,7 +236179,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -233937,7 +236191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47529] = 38, + [46338] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -233955,7 +236209,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -233966,39 +236220,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1752), 1, + STATE(1755), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5125), 1, + STATE(5258), 1, sym__expression, - STATE(5127), 1, + STATE(5270), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -234013,7 +236267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234022,7 +236276,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234033,7 +236288,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47663] = 38, + [46473] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234051,7 +236306,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234062,39 +236317,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1753), 1, + STATE(1756), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5122), 1, + STATE(5277), 1, sym__expression, - STATE(5124), 1, + STATE(5284), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -234109,7 +236364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234118,7 +236373,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234129,7 +236385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47797] = 38, + [46608] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234147,7 +236403,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234158,40 +236414,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1754), 1, + STATE(1757), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5120), 1, - sym__expression, - STATE(5121), 1, + STATE(5283), 1, sym__where_predicate, + STATE(5287), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -234205,7 +236461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234214,7 +236470,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234225,7 +236482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [47931] = 38, + [46743] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234243,7 +236500,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234254,40 +236511,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1755), 1, + STATE(1758), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5114), 1, - sym__expression, - STATE(5117), 1, + STATE(5281), 1, sym__where_predicate, + STATE(5282), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -234301,7 +236558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234310,7 +236567,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234321,7 +236579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48065] = 38, + [46878] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234339,7 +236597,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234350,40 +236608,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1756), 1, + STATE(1759), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5109), 1, - sym__expression, - STATE(5112), 1, + STATE(5269), 1, sym__where_predicate, + STATE(5271), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -234397,7 +236655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234406,7 +236664,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234417,7 +236676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48199] = 38, + [47013] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234435,7 +236694,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234446,40 +236705,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1757), 1, + STATE(1760), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5106), 1, - sym__expression, - STATE(5108), 1, + STATE(5267), 1, sym__where_predicate, + STATE(5268), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -234493,7 +236752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234502,7 +236761,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234513,69 +236773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48333] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1758), 1, - sym_comment, - ACTIONS(1476), 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(1474), 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, - [48399] = 38, + [47148] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234593,7 +236791,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234604,39 +236802,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1759), 1, + STATE(1761), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5218), 1, + STATE(5265), 1, sym__where_predicate, - STATE(5219), 1, + STATE(5266), 1, sym__expression, ACTIONS(83), 2, anon_sym_true, @@ -234651,7 +236849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234660,7 +236858,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234671,7 +236870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48533] = 38, + [47283] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234689,7 +236888,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234700,39 +236899,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1760), 1, + STATE(1762), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5210), 1, + STATE(5261), 1, sym__where_predicate, - STATE(5212), 1, + STATE(5263), 1, sym__expression, ACTIONS(83), 2, anon_sym_true, @@ -234747,7 +236946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234756,7 +236955,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234767,7 +236967,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48667] = 38, + [47418] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234785,7 +236985,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234796,39 +236996,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1761), 1, + STATE(1763), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5189), 1, + STATE(5255), 1, sym__where_predicate, - STATE(5194), 1, + STATE(5259), 1, sym__expression, ACTIONS(83), 2, anon_sym_true, @@ -234843,7 +237043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234852,7 +237052,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234863,7 +237064,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48801] = 38, + [47553] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234881,7 +237082,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234892,40 +237093,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1762), 1, + STATE(1764), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4989), 1, - sym__expression, - STATE(5179), 1, + STATE(5248), 1, sym__where_predicate, + STATE(5249), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -234939,7 +237140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -234948,7 +237149,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -234959,7 +237161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [48935] = 38, + [47688] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -234977,7 +237179,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -234988,39 +237190,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1763), 1, + STATE(1765), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(5148), 1, + STATE(5245), 1, sym__where_predicate, - STATE(5225), 1, + STATE(5247), 1, sym__expression, ACTIONS(83), 2, anon_sym_true, @@ -235035,7 +237237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235044,7 +237246,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235055,7 +237258,72 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49069] = 38, + [47823] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1750), 1, + aux_sym_cell_path_repeat1, + STATE(1766), 1, + sym_comment, + STATE(2173), 1, + sym_path, + ACTIONS(1436), 13, + 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, + ACTIONS(1438), 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, + [47894] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235069,7 +237337,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235084,40 +237352,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1764), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1767), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4814), 1, - sym__expression, - STATE(4815), 1, + STATE(4590), 1, sym__where_predicate, + STATE(4591), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235131,7 +237399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235140,7 +237408,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235151,7 +237420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49203] = 38, + [48029] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235165,7 +237434,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235180,40 +237449,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1765), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1768), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4810), 1, - sym__expression, - STATE(4813), 1, + STATE(4592), 1, sym__where_predicate, + STATE(4593), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235227,7 +237496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235236,7 +237505,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235247,7 +237517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49337] = 38, + [48164] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235261,7 +237531,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235276,40 +237546,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1766), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1769), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4806), 1, - sym__expression, - STATE(4809), 1, + STATE(4795), 1, sym__where_predicate, + STATE(4799), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235323,7 +237593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235332,7 +237602,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235343,7 +237614,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49471] = 38, + [48299] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235357,7 +237628,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235372,40 +237643,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1767), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1770), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, + STATE(4800), 1, + sym__where_predicate, STATE(4802), 1, sym__expression, - STATE(4803), 1, - sym__where_predicate, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235419,7 +237690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235428,7 +237699,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235439,7 +237711,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49605] = 38, + [48434] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235453,7 +237725,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235468,40 +237740,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1768), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1771), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4799), 1, - sym__expression, - STATE(4800), 1, + STATE(4804), 1, sym__where_predicate, + STATE(4805), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235515,7 +237787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235524,7 +237796,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235535,7 +237808,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49739] = 38, + [48569] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235549,7 +237822,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235564,40 +237837,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1769), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1772), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4797), 1, - sym__expression, - STATE(4798), 1, + STATE(4806), 1, sym__where_predicate, + STATE(4807), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235611,7 +237884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235620,7 +237893,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235631,7 +237905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [49873] = 38, + [48704] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235645,7 +237919,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235660,40 +237934,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1770), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1773), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4795), 1, - sym__expression, - STATE(4796), 1, + STATE(4810), 1, sym__where_predicate, + STATE(4811), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235707,7 +237981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235716,7 +237990,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235727,7 +238002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50007] = 38, + [48839] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235741,7 +238016,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235756,40 +238031,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1771), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1774), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4793), 1, - sym__expression, - STATE(4794), 1, + STATE(4812), 1, sym__where_predicate, + STATE(4813), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235803,7 +238078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235812,7 +238087,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235823,7 +238099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50141] = 38, + [48974] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235837,7 +238113,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235852,40 +238128,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1772), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1775), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4787), 1, - sym__expression, - STATE(4789), 1, + STATE(4814), 1, sym__where_predicate, + STATE(4816), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235899,7 +238175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -235908,7 +238184,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -235919,7 +238196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50275] = 38, + [49109] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -235933,7 +238210,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -235948,40 +238225,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1773), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1776), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4784), 1, - sym__expression, - STATE(4786), 1, + STATE(4817), 1, sym__where_predicate, + STATE(4820), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -235995,7 +238272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -236004,7 +238281,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236015,7 +238293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50409] = 38, + [49244] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -236029,7 +238307,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -236044,40 +238322,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1774), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1777), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4777), 1, - sym__expression, - STATE(4778), 1, + STATE(4823), 1, sym__where_predicate, + STATE(4824), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -236091,7 +238369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -236100,7 +238378,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236111,7 +238390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50543] = 38, + [49379] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -236125,7 +238404,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -236140,40 +238419,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1775), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1778), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4775), 1, - sym__expression, - STATE(4776), 1, + STATE(4825), 1, sym__where_predicate, + STATE(4828), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -236187,7 +238466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -236196,7 +238475,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236207,7 +238487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50677] = 38, + [49514] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -236221,7 +238501,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -236236,40 +238516,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1776), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1779), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4767), 1, - sym__expression, - STATE(4771), 1, + STATE(4831), 1, sym__where_predicate, + STATE(4832), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -236283,7 +238563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -236292,7 +238572,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236303,92 +238584,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50811] = 38, + [49649] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1777), 1, + STATE(1780), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5104), 1, + STATE(4833), 1, sym__where_predicate, - STATE(5142), 1, + STATE(4834), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236399,92 +238681,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [50945] = 38, + [49784] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1778), 1, + STATE(1781), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5099), 1, + STATE(4835), 1, sym__where_predicate, - STATE(5101), 1, + STATE(4836), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236495,188 +238778,225 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51079] = 38, + [49919] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1782), 1, + sym_comment, + STATE(1796), 1, + sym_path, + STATE(2237), 1, + sym_cell_path, + ACTIONS(1395), 13, + 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, - sym_val_nothing, - 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_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1397), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1779), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(5097), 1, - sym__where_predicate, - STATE(5098), 1, - sym__expression, - ACTIONS(83), 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(89), 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(97), 2, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + [49992] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1750), 1, + aux_sym_cell_path_repeat1, + STATE(1783), 1, + sym_comment, + STATE(2173), 1, + sym_path, + ACTIONS(1436), 13, + 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, - STATE(3137), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(87), 4, + ACTIONS(1438), 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, - STATE(3122), 10, - 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, - [51213] = 38, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [50065] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1780), 1, + STATE(1784), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5088), 1, + STATE(4598), 1, sym__where_predicate, - STATE(5089), 1, + STATE(4601), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236687,92 +239007,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51347] = 38, + [50200] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1781), 1, + STATE(1785), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5080), 1, - sym__expression, - STATE(5138), 1, + STATE(4604), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4605), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236783,92 +239104,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51481] = 38, + [50335] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1782), 1, + STATE(1786), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5036), 1, + STATE(4759), 1, sym__where_predicate, - STATE(5076), 1, + STATE(4760), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236879,92 +239201,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51615] = 38, + [50470] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1783), 1, + STATE(1787), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(5003), 1, + STATE(4757), 1, sym__where_predicate, - STATE(5004), 1, + STATE(4758), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -236975,92 +239298,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51749] = 38, + [50605] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1784), 1, + STATE(1788), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4999), 1, + STATE(4755), 1, sym__where_predicate, - STATE(5001), 1, + STATE(4756), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237071,92 +239395,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [51883] = 38, + [50740] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1785), 1, + STATE(1789), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4991), 1, + STATE(4753), 1, sym__where_predicate, - STATE(4993), 1, + STATE(4754), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237167,92 +239492,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52017] = 38, + [50875] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1786), 1, + STATE(1790), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4889), 1, - sym__expression, - STATE(4986), 1, + STATE(4751), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4752), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237263,7 +239589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52151] = 38, + [51010] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -237277,7 +239603,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -237292,39 +239618,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1787), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1791), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4816), 1, + STATE(4746), 1, sym__where_predicate, - STATE(4817), 1, + STATE(4750), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -237339,7 +239665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -237348,7 +239674,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237359,92 +239686,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52285] = 38, + [51145] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1788), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1792), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4772), 1, - sym__where_predicate, - STATE(4812), 1, + STATE(4887), 1, sym__expression, - ACTIONS(357), 2, + STATE(4890), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237455,92 +239783,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52419] = 38, + [51280] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1789), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1793), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4792), 1, - sym__where_predicate, - STATE(4801), 1, + STATE(4876), 1, sym__expression, - ACTIONS(357), 2, + STATE(4877), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237551,7 +239880,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52553] = 38, + [51415] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -237565,7 +239894,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -237580,39 +239909,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1790), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1794), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4785), 1, + STATE(4742), 1, sym__where_predicate, - STATE(4788), 1, + STATE(4743), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -237627,7 +239956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -237636,7 +239965,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237647,7 +239977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52687] = 38, + [51550] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -237661,7 +239991,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -237676,40 +240006,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1791), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1795), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4781), 1, - sym__where_predicate, - STATE(4782), 1, + STATE(4667), 1, sym__expression, + STATE(4740), 1, + sym__where_predicate, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -237723,7 +240053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -237732,7 +240062,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237743,7 +240074,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52821] = 38, + [51685] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1783), 1, + aux_sym_cell_path_repeat1, + STATE(1796), 1, + sym_comment, + STATE(2173), 1, + sym_path, + ACTIONS(1440), 13, + 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, + ACTIONS(1442), 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, + [51758] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -237761,7 +240158,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -237772,40 +240169,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1792), 1, + STATE(1797), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4982), 1, - sym__where_predicate, - STATE(4984), 1, + STATE(4879), 1, sym__expression, + STATE(4881), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -237819,7 +240216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -237828,7 +240225,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237839,7 +240237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [52955] = 38, + [51893] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -237853,7 +240251,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -237868,39 +240266,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1793), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1798), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4779), 1, + STATE(4738), 1, sym__where_predicate, - STATE(4780), 1, + STATE(4739), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -237915,7 +240313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -237924,7 +240322,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -237935,7 +240334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53089] = 38, + [52028] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -237949,7 +240348,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -237964,39 +240363,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1794), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1799), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4681), 1, + STATE(4736), 1, sym__where_predicate, - STATE(4774), 1, + STATE(4737), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238011,7 +240410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238020,7 +240419,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238031,7 +240431,136 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53223] = 38, + [52163] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4189), 1, + anon_sym_QMARK2, + STATE(1800), 1, + sym_comment, + ACTIONS(1466), 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(1464), 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, + [52232] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4191), 1, + anon_sym_DOT2, + ACTIONS(4193), 1, + aux_sym__immediate_decimal_token2, + STATE(1801), 1, + sym_comment, + ACTIONS(2808), 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(2806), 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, + [52303] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238045,7 +240574,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238060,39 +240589,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1795), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1802), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4769), 1, + STATE(4734), 1, sym__where_predicate, - STATE(4770), 1, + STATE(4735), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238107,7 +240636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238116,7 +240645,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238127,7 +240657,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53357] = 38, + [52438] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238141,7 +240671,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238156,39 +240686,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1796), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1803), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4765), 1, + STATE(4732), 1, sym__where_predicate, - STATE(4766), 1, + STATE(4733), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238203,7 +240733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238212,7 +240742,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238223,7 +240754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53491] = 38, + [52573] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238237,7 +240768,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238252,39 +240783,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1797), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1804), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4763), 1, + STATE(4610), 1, sym__where_predicate, - STATE(4764), 1, + STATE(4613), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238299,7 +240830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238308,7 +240839,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238319,7 +240851,72 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53625] = 38, + [52708] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4193), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4195), 1, + aux_sym__immediate_decimal_token1, + STATE(1805), 1, + sym_comment, + ACTIONS(2808), 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(2806), 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, + [52779] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238333,7 +240930,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238348,39 +240945,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1798), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1806), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4757), 1, + STATE(4727), 1, sym__where_predicate, - STATE(4762), 1, + STATE(4731), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238395,7 +240992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238404,7 +241001,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238415,103 +241013,72 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [53759] = 38, + [52914] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(4197), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4199), 1, + aux_sym__immediate_decimal_token2, + STATE(1807), 1, + sym_comment, + ACTIONS(2784), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(59), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(77), 1, anon_sym_PLUS, - ACTIONS(79), 1, - anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - 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(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1799), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4977), 1, - sym__where_predicate, - STATE(4978), 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, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(91), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3137), 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(3122), 10, - 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, - [53893] = 38, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2782), 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, + [52985] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238525,7 +241092,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238540,39 +241107,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1800), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1808), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4753), 1, + STATE(4837), 1, sym__where_predicate, - STATE(4754), 1, + STATE(4839), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238587,7 +241154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238596,7 +241163,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238607,7 +241175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54027] = 38, + [53120] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238621,7 +241189,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238636,39 +241204,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1801), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1809), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4751), 1, + STATE(4794), 1, sym__where_predicate, - STATE(4752), 1, + STATE(4843), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238683,7 +241251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238692,7 +241260,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238703,92 +241272,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54161] = 38, + [53255] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1802), 1, + STATE(1810), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4975), 1, + STATE(4844), 1, sym__where_predicate, - STATE(4976), 1, + STATE(4845), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238799,7 +241369,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54295] = 38, + [53390] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238813,7 +241383,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238828,40 +241398,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1803), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1811), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4747), 1, - sym__expression, - STATE(4756), 1, + STATE(4846), 1, sym__where_predicate, + STATE(4847), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -238875,7 +241445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238884,7 +241454,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238895,7 +241466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54429] = 38, + [53525] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -238909,7 +241480,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -238924,39 +241495,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1804), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1812), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4628), 1, + STATE(4848), 1, sym__where_predicate, - STATE(4715), 1, + STATE(4849), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -238971,7 +241542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -238980,7 +241551,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -238991,7 +241563,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54563] = 38, + [53660] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1766), 1, + aux_sym_cell_path_repeat1, + STATE(1813), 1, + sym_comment, + STATE(2173), 1, + sym_path, + ACTIONS(1440), 13, + 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, + ACTIONS(1442), 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, + [53733] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239005,7 +241643,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239020,39 +241658,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1805), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1814), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4695), 1, + STATE(4860), 1, sym__where_predicate, - STATE(4811), 1, + STATE(4861), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -239067,7 +241705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239076,7 +241714,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239087,7 +241726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54697] = 38, + [53868] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239101,7 +241740,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239116,40 +241755,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1806), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1815), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4691), 1, - sym__expression, - STATE(4692), 1, + STATE(4862), 1, sym__where_predicate, + STATE(4863), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -239163,7 +241802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239172,7 +241811,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239183,7 +241823,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54831] = 38, + [54003] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239197,7 +241837,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239212,40 +241852,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1807), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1816), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4688), 1, - sym__expression, - STATE(4689), 1, + STATE(4864), 1, sym__where_predicate, + STATE(4865), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -239259,7 +241899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239268,7 +241908,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239279,7 +241920,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [54965] = 38, + [54138] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239293,7 +241934,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239308,40 +241949,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1808), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1817), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4685), 1, - sym__expression, - STATE(4686), 1, + STATE(4866), 1, sym__where_predicate, + STATE(4867), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -239355,7 +241996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239364,7 +242005,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239375,7 +242017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55099] = 38, + [54273] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239389,7 +242031,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239404,40 +242046,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1809), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1818), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4672), 1, - sym__expression, - STATE(4679), 1, + STATE(4868), 1, sym__where_predicate, + STATE(4869), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -239451,7 +242093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239460,7 +242102,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239471,7 +242114,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55233] = 38, + [54408] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239485,7 +242128,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239500,39 +242143,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1810), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1819), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4652), 1, + STATE(4681), 1, sym__expression, - STATE(4662), 1, + STATE(4870), 1, sym__where_predicate, ACTIONS(357), 2, anon_sym_true, @@ -239547,7 +242190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239556,7 +242199,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239567,7 +242211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55367] = 38, + [54543] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239581,7 +242225,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239596,39 +242240,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1811), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1820), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4649), 1, + STATE(4744), 1, sym__expression, - STATE(4650), 1, + STATE(4785), 1, sym__where_predicate, ACTIONS(357), 2, anon_sym_true, @@ -239643,7 +242287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239652,7 +242296,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239663,92 +242308,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55501] = 38, + [54678] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1812), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1821), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4639), 1, - sym__expression, - STATE(4640), 1, + STATE(5062), 1, sym__where_predicate, - ACTIONS(357), 2, + STATE(5063), 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239759,7 +242405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55635] = 38, + [54813] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239773,7 +242419,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239788,40 +242434,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1813), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1822), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4635), 1, - sym__expression, - STATE(4638), 1, + STATE(4616), 1, sym__where_predicate, + STATE(4617), 1, + sym__expression, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -239835,7 +242481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239844,7 +242490,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239855,7 +242502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55769] = 38, + [54948] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -239869,7 +242516,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -239884,39 +242531,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1814), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1823), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4415), 1, + STATE(4619), 1, sym__where_predicate, - STATE(4632), 1, + STATE(4620), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -239931,7 +242578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -239940,7 +242587,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -239951,92 +242599,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [55903] = 38, + [55083] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1815), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1824), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4630), 1, + STATE(5093), 1, sym__expression, - STATE(4693), 1, + STATE(5232), 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240047,7 +242696,140 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56037] = 38, + [55218] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4201), 1, + anon_sym_DOT2, + ACTIONS(4203), 1, + aux_sym__immediate_decimal_token2, + STATE(1825), 1, + sym_comment, + ACTIONS(2906), 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(2904), 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, + [55289] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1796), 1, + sym_path, + STATE(1826), 1, + sym_comment, + STATE(2206), 1, + sym_cell_path, + ACTIONS(1403), 5, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT2, + ACTIONS(4208), 8, + 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, + ACTIONS(4205), 19, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + 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, + ACTIONS(1405), 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, + [55366] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240065,7 +242847,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -240076,40 +242858,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1816), 1, + STATE(1827), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4974), 1, - sym__expression, - STATE(5005), 1, + STATE(5067), 1, sym__where_predicate, + STATE(5068), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240123,7 +242905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240132,7 +242914,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240143,7 +242926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56171] = 38, + [55501] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240161,7 +242944,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -240172,40 +242955,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1817), 1, + STATE(1828), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4964), 1, - sym__where_predicate, - STATE(4966), 1, + STATE(4943), 1, sym__expression, + STATE(4944), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240219,7 +243002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240228,7 +243011,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240239,7 +243023,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56305] = 38, + [55636] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240257,7 +243041,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -240268,40 +243052,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1818), 1, + STATE(1829), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4962), 1, - sym__where_predicate, - STATE(4963), 1, + STATE(5168), 1, sym__expression, + STATE(5170), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240315,7 +243099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240324,7 +243108,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240335,92 +243120,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56439] = 38, + [55771] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1819), 1, + STATE(1830), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4959), 1, + STATE(4622), 1, sym__where_predicate, - STATE(4960), 1, + STATE(4623), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240431,92 +243217,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56573] = 38, + [55906] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1820), 1, + STATE(1831), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4956), 1, + STATE(4625), 1, sym__where_predicate, - STATE(4957), 1, + STATE(4626), 1, sym__expression, - ACTIONS(83), 2, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240527,7 +243314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56707] = 38, + [56041] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240545,7 +243332,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -240556,40 +243343,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1821), 1, + STATE(1832), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4954), 1, - sym__where_predicate, - STATE(4955), 1, + STATE(4898), 1, sym__expression, + STATE(4899), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240603,7 +243390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240612,7 +243399,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240623,7 +243411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56841] = 38, + [56176] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240641,7 +243429,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -240652,40 +243440,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1822), 1, + STATE(1833), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4949), 1, - sym__where_predicate, - STATE(4952), 1, + STATE(4940), 1, sym__expression, + STATE(4942), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240699,7 +243487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240708,7 +243496,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240719,7 +243508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [56975] = 38, + [56311] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -240737,7 +243526,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -240748,40 +243537,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1823), 1, + STATE(1834), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4944), 1, - sym__where_predicate, - STATE(4967), 1, + STATE(4935), 1, sym__expression, + STATE(4939), 1, + sym__where_predicate, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -240795,7 +243584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -240804,7 +243593,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -240815,14 +243605,18 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57109] = 5, + [56446] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4121), 1, - anon_sym_QMARK2, - STATE(1824), 1, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1796), 1, + sym_path, + STATE(1835), 1, sym_comment, - ACTIONS(1431), 13, + STATE(2258), 1, + sym_cell_path, + ACTIONS(1418), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -240836,14 +243630,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1433), 41, + ACTIONS(1420), 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, @@ -240865,7 +243658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -240878,14 +243671,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [57177] = 5, + [56519] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4121), 1, - anon_sym_QMARK2, - STATE(1825), 1, + ACTIONS(4211), 1, + anon_sym_DOT2, + ACTIONS(4213), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4215), 1, + aux_sym_unquoted_token2, + STATE(1836), 1, sym_comment, - ACTIONS(1431), 13, + ACTIONS(1426), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -240899,14 +243696,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1433), 41, + ACTIONS(1428), 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, @@ -240928,7 +243724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -240941,301 +243737,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [57245] = 38, + [56592] = 6, 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, - sym_val_nothing, - 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(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1826), 1, + ACTIONS(4010), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(4217), 1, + anon_sym_DOT2, + STATE(1837), 1, sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4863), 1, - sym__expression, - STATE(4865), 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(3137), 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(3122), 10, - 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, - [57379] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4123), 1, - anon_sym_LBRACK, - ACTIONS(4125), 1, + ACTIONS(2808), 12, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4127), 1, anon_sym_DOLLAR, - ACTIONS(4129), 1, - anon_sym_DASH, - ACTIONS(4131), 1, - anon_sym_LBRACE, - ACTIONS(4133), 1, - anon_sym_DOT, - ACTIONS(4135), 1, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4143), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4149), 1, - anon_sym_DQUOTE, - ACTIONS(4153), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(241), 1, - sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, - sym_val_number, - STATE(1685), 1, - sym__var, - STATE(1827), 1, - sym_comment, - STATE(1901), 1, - sym_val_variable, - STATE(1914), 1, - sym_expr_parenthesized, - STATE(2110), 1, - sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, - sym__inter_single_quotes, - STATE(2132), 1, - sym__inter_double_quotes, - STATE(3427), 1, - sym__expr_binary_expression, - STATE(3458), 1, - sym__expression, - STATE(3466), 1, - sym_block, - STATE(3479), 1, - sym_val_range, - STATE(3499), 1, - sym__match_expression, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2126), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4145), 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(2124), 10, - 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, - [57509] = 36, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4111), 1, - anon_sym_DOT, - ACTIONS(4157), 1, - anon_sym_DASH, - ACTIONS(4159), 1, - anon_sym_LBRACE, - ACTIONS(4161), 1, - anon_sym_PLUS, - ACTIONS(4163), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(435), 1, - sym__val_number_decimal, - STATE(444), 1, - sym_val_number, - STATE(1828), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3445), 1, - sym__expr_binary_expression, - STATE(3458), 1, - sym__expression, - STATE(3466), 1, - sym_block, - STATE(4483), 1, - sym_val_range, - STATE(5510), 1, - sym__match_expression, - ACTIONS(2796), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3119), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, + ACTIONS(2806), 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, - STATE(3070), 10, - 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, - [57639] = 4, + aux_sym__record_key_token2, + [56663] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(1829), 1, + ACTIONS(4220), 1, + anon_sym_DOT2, + ACTIONS(4223), 1, + aux_sym__immediate_decimal_token2, + STATE(1838), 1, sym_comment, - ACTIONS(1486), 13, + ACTIONS(2906), 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, @@ -241244,7 +243824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1484), 42, + ACTIONS(2904), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -241287,391 +243867,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [57705] = 38, + [56734] = 7, 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, - sym_val_nothing, - 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(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1830), 1, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1796), 1, + sym_path, + STATE(1839), 1, sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4866), 1, - sym__expression, - STATE(4871), 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(3137), 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(3122), 10, - 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, - [57839] = 38, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + STATE(2219), 1, + sym_cell_path, + ACTIONS(1422), 13, + 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, - sym_val_nothing, - 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_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1831), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4872), 1, - sym__expression, - STATE(4873), 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(3137), 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(3122), 10, - 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, - [57973] = 38, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(1424), 40, anon_sym_LBRACK, - ACTIONS(33), 1, + 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, - sym_val_nothing, - 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(1747), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1832), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4875), 1, - sym__expression, - STATE(4876), 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(3137), 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(3122), 10, - 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, - [58107] = 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, - sym_val_nothing, - 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(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1833), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4877), 1, - sym__expression, - STATE(4881), 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(3137), 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(3122), 10, - 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, - [58241] = 38, + 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, + [56807] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -241689,7 +243951,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -241700,39 +243962,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1834), 1, + STATE(1840), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4882), 1, + STATE(5165), 1, sym__where_predicate, - STATE(4948), 1, + STATE(5166), 1, sym__expression, ACTIONS(83), 2, anon_sym_true, @@ -241747,7 +244009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -241756,7 +244018,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -241767,92 +244030,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58375] = 38, + [56942] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1835), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1841), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4660), 1, - sym__where_predicate, - STATE(4661), 1, + STATE(4929), 1, sym__expression, - ACTIONS(357), 2, + STATE(4930), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -241863,92 +244127,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58509] = 38, + [57077] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1836), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1842), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4663), 1, - sym__where_predicate, - STATE(4664), 1, + STATE(4922), 1, sym__expression, - ACTIONS(357), 2, + STATE(4928), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -241959,92 +244224,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58643] = 38, + [57212] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1837), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1843), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4666), 1, + STATE(5163), 1, sym__where_predicate, - STATE(4667), 1, + STATE(5164), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242055,92 +244321,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58777] = 38, + [57347] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1838), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1844), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4668), 1, + STATE(5159), 1, sym__where_predicate, - STATE(4671), 1, + STATE(5160), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242151,7 +244418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58911] = 38, + [57482] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -242169,7 +244436,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -242180,39 +244447,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1839), 1, + STATE(1845), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4883), 1, + STATE(4917), 1, sym__expression, - STATE(4885), 1, + STATE(4918), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -242227,7 +244494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -242236,7 +244503,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242247,7 +244515,71 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59045] = 38, + [57617] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4225), 1, + aux_sym__immediate_decimal_token2, + STATE(1846), 1, + sym_comment, + ACTIONS(2876), 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(2874), 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, + [57686] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -242265,7 +244597,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -242276,40 +244608,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1840), 1, + STATE(1847), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4887), 1, - sym__expression, - STATE(4892), 1, + STATE(5154), 1, sym__where_predicate, + STATE(5158), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -242323,7 +244655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -242332,7 +244664,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242343,92 +244676,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59179] = 38, + [57821] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1841), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1848), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4647), 1, - sym__where_predicate, - STATE(4682), 1, + STATE(4914), 1, sym__expression, - ACTIONS(357), 2, + STATE(4916), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242439,7 +244773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59313] = 38, + [57956] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -242457,7 +244791,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -242468,40 +244802,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1842), 1, + STATE(1849), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4893), 1, - sym__expression, - STATE(4895), 1, + STATE(5152), 1, sym__where_predicate, + STATE(5153), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -242515,7 +244849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -242524,7 +244858,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242535,92 +244870,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59447] = 38, + [58091] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1843), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1850), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4694), 1, + STATE(5149), 1, sym__where_predicate, - STATE(4698), 1, + STATE(5151), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242631,92 +244967,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59581] = 38, + [58226] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1844), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1851), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4702), 1, + STATE(5143), 1, sym__where_predicate, - STATE(4703), 1, + STATE(5146), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242727,92 +245064,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59715] = 38, + [58361] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1845), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1852), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4704), 1, + STATE(5137), 1, sym__where_predicate, - STATE(4705), 1, + STATE(5139), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -242823,344 +245161,159 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59849] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4165), 1, - anon_sym_DOT2, - STATE(1846), 1, - sym_comment, - ACTIONS(3056), 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(3054), 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, - [59917] = 5, + [58496] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4167), 1, + ACTIONS(4181), 1, anon_sym_DOT2, - STATE(1847), 1, + STATE(1796), 1, + sym_path, + STATE(1853), 1, sym_comment, - ACTIONS(3050), 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(3048), 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(2268), 1, + sym_cell_path, + ACTIONS(1389), 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__, 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, - [59985] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4169), 1, - anon_sym_DOT2, - STATE(1848), 1, - sym_comment, - ACTIONS(2975), 12, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_SLASH, 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(2973), 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, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [60053] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4171), 1, - anon_sym_DOT2, - STATE(1849), 1, - sym_comment, - ACTIONS(3027), 12, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1391), 40, + anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_RBRACE, - 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(3025), 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, - [60121] = 38, + [58569] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1850), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1854), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4706), 1, + STATE(5135), 1, sym__where_predicate, - STATE(4707), 1, + STATE(5136), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -243171,155 +245324,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60255] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4028), 1, - aux_sym__immediate_decimal_token2, - STATE(1851), 1, - sym_comment, - ACTIONS(2736), 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(2734), 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, - [60323] = 38, + [58704] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1852), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1855), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4711), 1, + STATE(5133), 1, sym__where_predicate, - STATE(4712), 1, + STATE(5134), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -243330,92 +245421,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60457] = 38, + [58839] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1853), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1856), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4713), 1, + STATE(5127), 1, sym__where_predicate, - STATE(4714), 1, + STATE(5167), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -243426,133 +245518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60591] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4173), 1, - anon_sym_DOT2, - STATE(1854), 1, - sym_comment, - ACTIONS(3012), 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(3010), 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, - [60659] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4175), 1, - anon_sym_DOT2, - STATE(1855), 1, - sym_comment, - ACTIONS(2981), 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(2979), 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, - [60727] = 38, + [58974] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -243570,7 +245536,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -243581,40 +245547,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1856), 1, + STATE(1857), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4896), 1, - sym__expression, - STATE(4898), 1, + STATE(5125), 1, sym__where_predicate, + STATE(5126), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -243628,7 +245594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -243637,7 +245603,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -243648,216 +245615,190 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [60861] = 4, + [59109] = 38, ACTIONS(3), 1, anon_sym_POUND, - STATE(1857), 1, - sym_comment, - ACTIONS(1446), 13, - 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, - ACTIONS(1448), 42, - 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(1781), 1, 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, - sym_val_nothing, + ACTIONS(4118), 1, + sym_identifier, + STATE(373), 1, + sym_val_number, + STATE(426), 1, + sym__val_number, + STATE(428), 1, + sym__val_number_decimal, + STATE(1858), 1, + sym_comment, + STATE(2605), 1, + sym_val_range, + STATE(2893), 1, + sym__var, + STATE(3003), 1, + sym_val_variable, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, + sym__expr_binary_expression, + STATE(4909), 1, + sym__expression, + STATE(4910), 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, - [60927] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1858), 1, - sym_comment, - ACTIONS(1437), 13, - 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, - 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, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + STATE(3190), 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, - [60993] = 38, + STATE(3212), 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, + [59244] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, + STATE(428), 1, + sym__val_number_decimal, STATE(1859), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4717), 1, - sym__where_predicate, - STATE(4718), 1, + STATE(4906), 1, sym__expression, - ACTIONS(357), 2, + STATE(4908), 1, + sym__where_predicate, + 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -243868,92 +245809,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61127] = 38, + [59379] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, + STATE(428), 1, + sym__val_number_decimal, STATE(1860), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4719), 1, + STATE(5123), 1, sym__where_predicate, - STATE(4721), 1, + STATE(5124), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -243964,92 +245906,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61261] = 38, + [59514] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, + STATE(428), 1, + sym__val_number_decimal, STATE(1861), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4722), 1, + STATE(5110), 1, sym__where_predicate, - STATE(4723), 1, + STATE(5120), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244060,7 +246003,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61395] = 38, + [59649] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -244074,7 +246017,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -244089,39 +246032,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, + STATE(387), 1, + sym__val_number_decimal, STATE(1862), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4724), 1, + STATE(4632), 1, sym__where_predicate, - STATE(4725), 1, + STATE(4634), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -244136,7 +246079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244145,7 +246088,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244156,7 +246100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61529] = 38, + [59784] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244174,7 +246118,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244185,40 +246129,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, STATE(1863), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4946), 1, - sym__expression, - STATE(4947), 1, + STATE(5107), 1, sym__where_predicate, + STATE(5109), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -244232,7 +246176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244241,7 +246185,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244252,92 +246197,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61663] = 38, + [59919] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(4114), 1, + aux_sym__immediate_decimal_token2, + STATE(1864), 1, + sym_comment, + ACTIONS(2784), 13, + 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(2782), 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, + [59988] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(299), 1, + anon_sym_LBRACK, + ACTIONS(301), 1, + anon_sym_LPAREN, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1864), 1, + STATE(1865), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4943), 1, - sym__expression, - STATE(4945), 1, + STATE(4642), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4644), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244348,7 +246358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61797] = 38, + [60123] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244366,7 +246376,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244377,39 +246387,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1865), 1, + STATE(1866), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4940), 1, + STATE(4903), 1, sym__expression, - STATE(4942), 1, + STATE(4905), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -244424,7 +246434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244433,7 +246443,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244444,92 +246455,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [61931] = 38, + [60258] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1866), 1, + STATE(1867), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4938), 1, - sym__expression, - STATE(4939), 1, + STATE(4645), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4647), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244540,7 +246552,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62065] = 38, + [60393] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4181), 1, + anon_sym_DOT2, + STATE(1796), 1, + sym_path, + STATE(1868), 1, + sym_comment, + STATE(2210), 1, + sym_cell_path, + ACTIONS(1407), 13, + 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, + ACTIONS(1409), 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, + [60466] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244558,7 +246636,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244569,40 +246647,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1867), 1, + STATE(1869), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4933), 1, - sym__expression, - STATE(4937), 1, + STATE(5105), 1, sym__where_predicate, + STATE(5106), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -244616,7 +246694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244625,7 +246703,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244636,7 +246715,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62199] = 38, + [60601] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244654,7 +246733,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244665,40 +246744,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1868), 1, + STATE(1870), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4931), 1, - sym__expression, - STATE(4932), 1, + STATE(5102), 1, sym__where_predicate, + STATE(5103), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -244712,7 +246791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244721,7 +246800,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244732,7 +246812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62333] = 38, + [60736] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244750,7 +246830,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244761,39 +246841,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1869), 1, + STATE(1871), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4928), 1, + STATE(4901), 1, sym__expression, - STATE(4930), 1, + STATE(4902), 1, sym__where_predicate, ACTIONS(83), 2, anon_sym_true, @@ -244808,7 +246888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244817,7 +246897,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244828,7 +246909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62467] = 38, + [60871] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244846,7 +246927,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244857,40 +246938,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1870), 1, + STATE(1872), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4925), 1, - sym__expression, - STATE(4926), 1, + STATE(5100), 1, sym__where_predicate, + STATE(5101), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -244904,7 +246985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -244913,7 +246994,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -244924,7 +247006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62601] = 38, + [61006] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -244942,7 +247024,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -244953,40 +247035,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1871), 1, + STATE(1873), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4918), 1, - sym__expression, - STATE(4923), 1, + STATE(5098), 1, sym__where_predicate, + STATE(5099), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -245000,7 +247082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245009,7 +247091,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245020,7 +247103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62735] = 38, + [61141] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -245038,7 +247121,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -245049,40 +247132,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1872), 1, + STATE(1874), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4915), 1, - sym__expression, - STATE(4917), 1, + STATE(5094), 1, sym__where_predicate, + STATE(5095), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -245096,7 +247179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245105,7 +247188,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245116,7 +247200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [62869] = 38, + [61276] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -245134,7 +247218,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -245145,40 +247229,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1873), 1, + STATE(1875), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4913), 1, - sym__expression, - STATE(4914), 1, + STATE(5088), 1, sym__where_predicate, + STATE(5090), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -245192,7 +247276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245201,7 +247285,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245212,7 +247297,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63003] = 38, + [61411] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -245230,7 +247315,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -245241,40 +247326,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1874), 1, + STATE(1876), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4909), 1, - sym__expression, - STATE(4911), 1, + STATE(5077), 1, sym__where_predicate, + STATE(5086), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -245288,7 +247373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245297,7 +247382,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245308,7 +247394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63137] = 38, + [61546] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(31), 1, @@ -245326,7 +247412,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 1, anon_sym_not, ACTIONS(81), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, ACTIONS(93), 1, @@ -245337,40 +247423,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(360), 1, + STATE(373), 1, sym_val_number, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(412), 1, + STATE(428), 1, sym__val_number_decimal, - STATE(1875), 1, + STATE(1877), 1, sym_comment, - STATE(2576), 1, + STATE(2605), 1, sym_val_range, - STATE(2898), 1, + STATE(2893), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(3003), 1, sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3029), 1, + sym_expr_parenthesized, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4906), 1, - sym__expression, - STATE(4908), 1, + STATE(5073), 1, sym__where_predicate, + STATE(5074), 1, + sym__expression, ACTIONS(83), 2, anon_sym_true, anon_sym_false, @@ -245384,7 +247470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3190), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245393,7 +247479,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245404,92 +247491,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63271] = 38, + [61681] = 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1876), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1878), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4742), 1, + STATE(5069), 1, sym__where_predicate, - STATE(4743), 1, + STATE(5070), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245500,92 +247588,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63405] = 38, + [61816] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(4189), 1, + anon_sym_QMARK2, + STATE(1879), 1, + sym_comment, + ACTIONS(1466), 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(1464), 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, + [61885] = 38, + ACTIONS(3), 1, + anon_sym_POUND, + 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, - sym_val_nothing, - ACTIONS(359), 1, + ACTIONS(81), 1, + anon_sym_null, + 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(493), 1, - anon_sym_DASH, - ACTIONS(527), 1, - anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4118), 1, sym_identifier, - STATE(335), 1, + STATE(373), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(426), 1, sym__val_number, - STATE(1877), 1, + STATE(428), 1, + sym__val_number_decimal, + STATE(1880), 1, sym_comment, - STATE(2419), 1, + STATE(2605), 1, sym_val_range, - STATE(2806), 1, + STATE(2893), 1, sym__var, - STATE(2932), 1, + STATE(3003), 1, sym_val_variable, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2951), 1, + STATE(3029), 1, sym_expr_parenthesized, - STATE(2960), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2966), 1, + STATE(3186), 1, sym__expr_unary_minus, - STATE(3038), 1, - sym__inter_double_quotes, - STATE(3452), 1, + STATE(3222), 1, + sym__str_double_quotes, + STATE(3484), 1, sym__expr_binary_expression, - STATE(4740), 1, + STATE(4875), 1, sym__where_predicate, - STATE(4741), 1, + STATE(5019), 1, sym__expression, - 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(2967), 3, + STATE(3190), 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(3041), 10, + STATE(3212), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245596,7 +247749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63539] = 38, + [62020] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -245610,7 +247763,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -245625,40 +247778,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1878), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1881), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4726), 1, - sym__where_predicate, - STATE(4727), 1, + STATE(4541), 1, sym__expression, + STATE(4655), 1, + sym__where_predicate, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -245672,7 +247825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245681,7 +247834,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245692,7 +247846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63673] = 38, + [62155] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -245706,7 +247860,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -245721,39 +247875,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1879), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1882), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4728), 1, + STATE(4689), 1, sym__where_predicate, - STATE(4729), 1, + STATE(4690), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -245768,7 +247922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -245777,7 +247931,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -245788,261 +247943,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [63807] = 4, + [62290] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1880), 1, - sym_comment, - ACTIONS(1463), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4181), 1, 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(1461), 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, - [63873] = 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, - sym_val_nothing, - 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(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1881), 1, + STATE(1796), 1, + sym_path, + STATE(1883), 1, sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4904), 1, - sym__expression, - STATE(4905), 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(3137), 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(3122), 10, - 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, - [64007] = 38, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + STATE(2206), 1, + sym_cell_path, + ACTIONS(1403), 13, + 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, - sym_val_nothing, - 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_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4119), 1, - sym_identifier, - STATE(360), 1, - sym_val_number, - STATE(411), 1, - sym__val_number, - STATE(412), 1, - sym__val_number_decimal, - STATE(1882), 1, - sym_comment, - STATE(2576), 1, - sym_val_range, - STATE(2898), 1, - sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, - sym_val_variable, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3418), 1, - sym__expr_binary_expression, - STATE(4901), 1, - sym__expression, - STATE(4903), 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(3137), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(87), 4, + ACTIONS(1405), 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, - STATE(3122), 10, - 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, - [64141] = 38, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [62363] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -246056,7 +248023,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -246071,39 +248038,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1883), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1884), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4737), 1, + STATE(4687), 1, sym__where_predicate, - STATE(4739), 1, + STATE(4688), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -246118,7 +248085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -246127,7 +248094,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -246138,7 +248106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64275] = 38, + [62498] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -246152,7 +248120,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -246167,39 +248135,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1884), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1885), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4735), 1, + STATE(4685), 1, sym__where_predicate, - STATE(4736), 1, + STATE(4686), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -246214,7 +248182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -246223,7 +248191,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -246234,7 +248203,71 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64409] = 38, + [62633] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4010), 1, + aux_sym__immediate_decimal_token2, + STATE(1886), 1, + sym_comment, + ACTIONS(2808), 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(2806), 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, + [62702] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -246248,7 +248281,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -246263,39 +248296,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1885), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1887), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4734), 1, + STATE(4683), 1, sym__where_predicate, - STATE(4745), 1, + STATE(4684), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -246310,7 +248343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -246319,7 +248352,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -246330,92 +248364,93 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64543] = 38, + [62837] = 38, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(301), 1, anon_sym_LPAREN, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(59), 1, + ACTIONS(333), 1, anon_sym_DOT, - ACTIONS(77), 1, - anon_sym_PLUS, - ACTIONS(79), 1, + ACTIONS(353), 1, anon_sym_not, - ACTIONS(81), 1, - sym_val_nothing, - ACTIONS(85), 1, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(93), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(95), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(493), 1, + anon_sym_DASH, + ACTIONS(527), 1, + anon_sym_PLUS, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4119), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(360), 1, + STATE(358), 1, sym_val_number, - STATE(411), 1, + STATE(368), 1, sym__val_number, - STATE(412), 1, + STATE(387), 1, sym__val_number_decimal, - STATE(1886), 1, + STATE(1888), 1, sym_comment, - STATE(2576), 1, + STATE(2472), 1, sym_val_range, - STATE(2898), 1, + STATE(2833), 1, sym__var, - STATE(2995), 1, - sym_expr_parenthesized, - STATE(3028), 1, + STATE(2985), 1, sym_val_variable, - STATE(3124), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(3138), 1, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3418), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4899), 1, - sym__expression, - STATE(4900), 1, + STATE(4677), 1, sym__where_predicate, - ACTIONS(83), 2, + STATE(4678), 1, + sym__expression, + ACTIONS(357), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 2, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - ACTIONS(97), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(91), 3, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3137), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(87), 4, + ACTIONS(361), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3122), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -246426,7 +248461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64677] = 38, + [62972] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -246440,7 +248475,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -246455,39 +248490,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1887), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1889), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4732), 1, + STATE(4675), 1, sym__where_predicate, - STATE(4733), 1, + STATE(4676), 1, sym__expression, ACTIONS(357), 2, anon_sym_true, @@ -246502,7 +248537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -246511,7 +248546,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -246522,7 +248558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64811] = 38, + [63107] = 38, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(299), 1, @@ -246536,7 +248572,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(353), 1, anon_sym_not, ACTIONS(355), 1, - sym_val_nothing, + anon_sym_null, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(367), 1, @@ -246551,40 +248587,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(4101), 1, + ACTIONS(4116), 1, sym_identifier, - STATE(335), 1, + STATE(358), 1, sym_val_number, - STATE(354), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(1888), 1, + STATE(387), 1, + sym__val_number_decimal, + STATE(1890), 1, sym_comment, - STATE(2419), 1, + STATE(2472), 1, sym_val_range, - STATE(2806), 1, + STATE(2833), 1, sym__var, - STATE(2932), 1, + STATE(2985), 1, sym_val_variable, - STATE(2933), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(2951), 1, + STATE(2994), 1, sym_expr_parenthesized, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3038), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3452), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, sym__expr_binary_expression, - STATE(4730), 1, - sym__where_predicate, - STATE(4731), 1, + STATE(4673), 1, sym__expression, + STATE(4700), 1, + sym__where_predicate, ACTIONS(357), 2, anon_sym_true, anon_sym_false, @@ -246598,7 +248634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2967), 3, + STATE(3004), 3, sym_expr_unary, sym_expr_binary, sym__value, @@ -246607,7 +248643,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - STATE(3041), 10, + STATE(3047), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -246618,749 +248655,115 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [64945] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1889), 1, - sym_comment, - ACTIONS(1486), 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(1484), 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, - [65010] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1890), 1, - sym_comment, - ACTIONS(1463), 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(1461), 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, - [65075] = 4, + [63242] = 38, ACTIONS(3), 1, anon_sym_POUND, - STATE(1891), 1, - sym_comment, - ACTIONS(1461), 13, - 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, - ACTIONS(1463), 41, + ACTIONS(299), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(301), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(329), 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, - sym_val_nothing, - 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, - [65140] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4179), 1, - anon_sym_COMMA, - STATE(1892), 1, - sym_comment, - ACTIONS(4181), 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(4177), 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, - [65207] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4185), 1, - anon_sym_COMMA, - STATE(1893), 1, - sym_comment, - ACTIONS(4187), 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(4183), 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, - [65274] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1894), 1, - sym_comment, - ACTIONS(2736), 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(2734), 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, - [65339] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4191), 1, - anon_sym_COMMA, - STATE(1895), 1, - sym_comment, - ACTIONS(4193), 12, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(333), 1, 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(4189), 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(353), 1, + anon_sym_not, + ACTIONS(355), 1, + anon_sym_null, + ACTIONS(359), 1, aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [65406] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1896), 1, - sym_comment, - ACTIONS(3565), 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(367), 1, + sym_val_date, + ACTIONS(369), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3563), 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(373), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(375), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(493), 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, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - aux_sym__record_key_token2, - [65471] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1897), 1, - sym_comment, - ACTIONS(3561), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(527), 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(3559), 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, - [65536] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1898), 1, - sym_comment, - ACTIONS(3541), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1779), 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(3539), 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, - [65601] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1899), 1, + ACTIONS(4116), 1, + sym_identifier, + STATE(358), 1, + sym_val_number, + STATE(368), 1, + sym__val_number, + STATE(387), 1, + sym__val_number_decimal, + STATE(1891), 1, sym_comment, - ACTIONS(3537), 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(3535), 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, + STATE(2472), 1, + sym_val_range, + STATE(2833), 1, + sym__var, + STATE(2985), 1, + sym_val_variable, + STATE(2990), 1, + sym__str_double_quotes, + STATE(2994), 1, + sym_expr_parenthesized, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3493), 1, + sym__expr_binary_expression, + STATE(4670), 1, + sym__where_predicate, + STATE(4672), 1, + sym__expression, + ACTIONS(357), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(363), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [65666] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1900), 1, - sym_comment, - ACTIONS(3412), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(365), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3004), 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, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3410), 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, - [65731] = 5, + STATE(3047), 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, + [63377] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4195), 1, + ACTIONS(4181), 1, anon_sym_DOT2, - STATE(1901), 1, + STATE(1796), 1, + sym_path, + STATE(1892), 1, sym_comment, - ACTIONS(213), 13, + STATE(2275), 1, + sym_cell_path, + ACTIONS(1447), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -247374,7 +248777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(215), 40, + ACTIONS(1449), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -247402,7 +248805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -247415,73 +248818,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65798] = 4, + [63450] = 37, ACTIONS(3), 1, anon_sym_POUND, - STATE(1902), 1, - sym_comment, - ACTIONS(3408), 13, - anon_sym_COMMA, + ACTIONS(4227), 1, + sym_cmd_identifier, + ACTIONS(4229), 1, + anon_sym_LBRACK, + ACTIONS(4231), 1, anon_sym_LPAREN, + ACTIONS(4233), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4235), 1, + anon_sym_DASH, + ACTIONS(4237), 1, + anon_sym_LBRACE, + ACTIONS(4239), 1, anon_sym_DOT, + ACTIONS(4241), 1, anon_sym_PLUS, + ACTIONS(4243), 1, + anon_sym_not, + ACTIONS(4245), 1, + anon_sym_null, + ACTIONS(4249), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, + anon_sym_DQUOTE, + ACTIONS(4263), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4265), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(78), 1, + sym__val_number_decimal, + STATE(83), 1, + sym_val_number, + STATE(85), 1, + sym__val_number, + STATE(715), 1, + sym__var, + STATE(733), 1, + sym_expr_parenthesized, + STATE(735), 1, + sym_val_variable, + STATE(776), 1, + sym__expr_unary_minus, + STATE(782), 1, + sym__inter_single_quotes, + STATE(784), 1, + sym__inter_double_quotes, + STATE(791), 1, + sym__str_double_quotes, + STATE(1893), 1, + sym_comment, + STATE(1942), 1, + sym_val_range, + STATE(2062), 1, + sym__expression, + STATE(3489), 1, + sym__expr_binary_expression, + ACTIONS(4247), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4253), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(4261), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4255), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(768), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(4251), 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(3406), 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, - [65863] = 4, + STATE(759), 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, + [63582] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1903), 1, + ACTIONS(4193), 1, + aux_sym__immediate_decimal_token2, + STATE(1894), 1, sym_comment, - ACTIONS(3400), 13, + ACTIONS(2808), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -247495,7 +248934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3398), 41, + ACTIONS(2806), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247537,12 +248976,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65928] = 4, + [63650] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1904), 1, + ACTIONS(4199), 1, + aux_sym__immediate_decimal_token2, + STATE(1895), 1, sym_comment, - ACTIONS(3396), 13, + ACTIONS(2784), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -247556,7 +248997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3394), 41, + ACTIONS(2782), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247598,12 +249039,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [65993] = 4, + [63718] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1905), 1, + ACTIONS(4267), 1, + aux_sym__immediate_decimal_token2, + STATE(1896), 1, sym_comment, - ACTIONS(3390), 13, + ACTIONS(2876), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -247617,7 +249060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3388), 41, + ACTIONS(2874), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247659,17 +249102,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66058] = 4, + [63786] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1906), 1, + STATE(1897), 1, sym_comment, - ACTIONS(3386), 13, + ACTIONS(2808), 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, @@ -247678,7 +249121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3384), 41, + ACTIONS(2806), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247705,6 +249148,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, @@ -247720,17 +249164,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66123] = 4, + [63852] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1907), 1, + STATE(1898), 1, sym_comment, - ACTIONS(3382), 13, + ACTIONS(2784), 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, @@ -247739,7 +249183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3380), 41, + ACTIONS(2782), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247766,6 +249210,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, @@ -247781,17 +249226,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66188] = 4, + [63918] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1908), 1, + STATE(1899), 1, sym_comment, - ACTIONS(3378), 13, + ACTIONS(2876), 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, @@ -247800,7 +249245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3376), 41, + ACTIONS(2874), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247827,6 +249272,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, @@ -247842,17 +249288,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66253] = 4, + [63984] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1909), 1, + STATE(1900), 1, sym_comment, - ACTIONS(3374), 13, + ACTIONS(3036), 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, @@ -247861,7 +249307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3372), 41, + ACTIONS(3034), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247888,6 +249334,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, @@ -247903,17 +249350,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66318] = 4, + [64050] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1910), 1, + ACTIONS(4269), 1, + anon_sym_DOT2, + STATE(1901), 1, sym_comment, - ACTIONS(3370), 13, + ACTIONS(3099), 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, @@ -247922,7 +249370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3368), 41, + ACTIONS(3097), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -247949,6 +249397,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, @@ -247964,17 +249413,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66383] = 4, + [64118] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1911), 1, + ACTIONS(4271), 1, + anon_sym_DOT2, + STATE(1902), 1, sym_comment, - ACTIONS(3366), 13, + ACTIONS(3105), 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, @@ -247983,7 +249433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3364), 41, + ACTIONS(3103), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248010,6 +249460,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, @@ -248025,17 +249476,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66448] = 4, + [64186] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1912), 1, + ACTIONS(4273), 1, + anon_sym_DOT2, + STATE(1903), 1, sym_comment, - ACTIONS(3362), 13, + ACTIONS(3111), 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, @@ -248044,7 +249496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3360), 41, + ACTIONS(3109), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248071,6 +249523,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, @@ -248086,143 +249539,113 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66513] = 4, + [64254] = 37, ACTIONS(3), 1, anon_sym_POUND, - STATE(1913), 1, - sym_comment, - ACTIONS(3358), 13, - anon_sym_COMMA, + ACTIONS(4229), 1, + anon_sym_LBRACK, + ACTIONS(4231), 1, anon_sym_LPAREN, + ACTIONS(4233), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4235), 1, + anon_sym_DASH, + ACTIONS(4237), 1, + anon_sym_LBRACE, + ACTIONS(4239), 1, anon_sym_DOT, + ACTIONS(4241), 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(4243), 1, + anon_sym_not, + ACTIONS(4245), 1, + anon_sym_null, + ACTIONS(4249), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3356), 41, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, + ACTIONS(4263), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4265), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4275), 1, 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, + STATE(78), 1, + sym__val_number_decimal, + STATE(83), 1, + sym_val_number, + STATE(85), 1, + sym__val_number, + STATE(715), 1, + sym__var, + STATE(733), 1, + sym_expr_parenthesized, + STATE(735), 1, + sym_val_variable, + STATE(776), 1, + sym__expr_unary_minus, + STATE(782), 1, + sym__inter_single_quotes, + STATE(784), 1, + sym__inter_double_quotes, + STATE(791), 1, + sym__str_double_quotes, + STATE(1904), 1, + sym_comment, + STATE(1942), 1, + sym_val_range, + STATE(2083), 1, + sym__expression, + STATE(3489), 1, + sym__expr_binary_expression, + ACTIONS(4247), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4253), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [66578] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4195), 1, - anon_sym_DOT2, - STATE(1914), 1, - sym_comment, - ACTIONS(1471), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1469), 5, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(1465), 6, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, + ACTIONS(4261), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1467), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + STATE(768), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(4251), 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, - ACTIONS(1562), 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, - [66651] = 4, + STATE(759), 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, + [64386] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1915), 1, + ACTIONS(4277), 1, + anon_sym_DOT2, + STATE(1905), 1, sym_comment, - ACTIONS(3354), 13, + ACTIONS(3117), 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, @@ -248231,7 +249654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3352), 41, + ACTIONS(3115), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248258,6 +249681,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, @@ -248273,18 +249697,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66716] = 5, + [64454] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4199), 1, - anon_sym_COMMA, - STATE(1916), 1, + STATE(1906), 1, sym_comment, - ACTIONS(4201), 12, + ACTIONS(1503), 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, @@ -248293,7 +249716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4197), 41, + ACTIONS(1501), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248320,6 +249743,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, @@ -248335,17 +249759,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66783] = 4, + [64520] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1917), 1, + STATE(1907), 1, sym_comment, - ACTIONS(3350), 13, + ACTIONS(1509), 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, @@ -248354,7 +249778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3348), 41, + ACTIONS(1507), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248381,6 +249805,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, @@ -248396,78 +249821,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66848] = 4, + [64586] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1918), 1, + STATE(1908), 1, sym_comment, - ACTIONS(1484), 13, - 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, - ACTIONS(1486), 41, - anon_sym_LBRACK, + ACTIONS(1487), 13, 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, - sym_val_nothing, - 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, - [66913] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1919), 1, - sym_comment, - ACTIONS(2726), 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, @@ -248476,7 +249840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2724), 41, + ACTIONS(1485), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248503,6 +249867,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, @@ -248518,17 +249883,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [66978] = 4, + [64652] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1920), 1, + ACTIONS(4279), 1, + anon_sym_DOT2, + STATE(1909), 1, sym_comment, - ACTIONS(3338), 13, + ACTIONS(3125), 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, @@ -248537,7 +249903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3336), 41, + ACTIONS(3123), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248564,6 +249930,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, @@ -248579,17 +249946,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [67043] = 4, + [64720] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1921), 1, + ACTIONS(4281), 1, + anon_sym_DOT2, + STATE(1910), 1, sym_comment, - ACTIONS(3334), 13, + ACTIONS(3131), 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, @@ -248598,7 +249966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3332), 41, + ACTIONS(3129), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248625,6 +249993,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, @@ -248640,12 +250009,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [67108] = 4, + [64788] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1922), 1, + STATE(1911), 1, sym_comment, - ACTIONS(1474), 13, + ACTIONS(1454), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -248659,7 +250028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1476), 41, + ACTIONS(1456), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -248667,6 +250036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -248688,7 +250058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -248701,12 +250071,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [67173] = 4, + [64854] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1923), 1, + STATE(1912), 1, sym_comment, - ACTIONS(1478), 13, + ACTIONS(1475), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -248720,7 +250090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1480), 41, + ACTIONS(1477), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -248728,6 +250098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -248749,7 +250120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -248762,78 +250133,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [67238] = 4, + [64920] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1924), 1, + ACTIONS(4283), 1, + anon_sym_QMARK2, + STATE(1913), 1, sym_comment, - ACTIONS(3330), 13, + ACTIONS(1464), 13, + 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, + ACTIONS(1466), 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_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(3328), 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, - [67303] = 4, + [64988] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1925), 1, + STATE(1914), 1, sym_comment, - ACTIONS(3326), 13, + ACTIONS(1513), 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, @@ -248842,7 +250215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3324), 41, + ACTIONS(1511), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248869,6 +250242,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, @@ -248884,17 +250258,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [67368] = 4, + [65054] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1926), 1, + STATE(1915), 1, sym_comment, - ACTIONS(3319), 13, + ACTIONS(1493), 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, @@ -248903,7 +250277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3317), 41, + ACTIONS(1491), 42, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -248930,6 +250304,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, @@ -248945,744 +250320,1463 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [67433] = 4, + [65120] = 36, ACTIONS(3), 1, anon_sym_POUND, - STATE(1927), 1, - sym_comment, - ACTIONS(3315), 13, - anon_sym_COMMA, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1916), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5793), 1, + sym__expression, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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(3219), 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, + [65250] = 36, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1917), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5471), 1, + sym__expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3313), 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(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - aux_sym__record_key_token2, - [67498] = 4, + STATE(3219), 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, + [65380] = 37, ACTIONS(3), 1, anon_sym_POUND, - STATE(1928), 1, - sym_comment, - ACTIONS(3311), 13, - anon_sym_COMMA, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, anon_sym_PLUS, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4159), 1, + sym_identifier, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + ACTIONS(4167), 1, + anon_sym_not, + ACTIONS(4169), 1, + anon_sym_null, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1918), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5472), 1, + sym__expression, + ACTIONS(2831), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4171), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, + STATE(3219), 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, + [65512] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + ACTIONS(4167), 1, + anon_sym_not, + ACTIONS(4169), 1, + anon_sym_null, + ACTIONS(4285), 1, + sym_identifier, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1919), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5548), 1, + sym__expression, + ACTIONS(2831), 2, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3309), 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(4171), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3219), 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, + [65644] = 37, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + ACTIONS(4167), 1, + anon_sym_not, + ACTIONS(4169), 1, + anon_sym_null, + ACTIONS(4287), 1, + sym_identifier, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1920), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5527), 1, + sym__expression, + ACTIONS(2831), 2, aux_sym__val_number_token4, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [67563] = 4, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4171), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token5, + STATE(3219), 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, + [65776] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1929), 1, + ACTIONS(4283), 1, + anon_sym_QMARK2, + STATE(1921), 1, sym_comment, - ACTIONS(3307), 13, + ACTIONS(1464), 13, + 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, + ACTIONS(1466), 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_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(3305), 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, - [67628] = 4, + [65844] = 36, ACTIONS(3), 1, anon_sym_POUND, - STATE(1930), 1, - sym_comment, - ACTIONS(3275), 13, - anon_sym_COMMA, + ACTIONS(3061), 1, anon_sym_LPAREN, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3087), 1, + anon_sym_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(4289), 1, + anon_sym_LBRACK, + ACTIONS(4291), 1, + anon_sym_RBRACK, + ACTIONS(4293), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4295), 1, + anon_sym_DASH, + ACTIONS(4297), 1, + anon_sym_LBRACE, + ACTIONS(4299), 1, anon_sym_DOT, + ACTIONS(4301), 1, anon_sym_PLUS, + ACTIONS(4303), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4307), 1, + sym_val_date, + STATE(508), 1, + sym__val_number, + STATE(510), 1, + sym__val_number_decimal, + STATE(513), 1, + sym_val_number, + STATE(1922), 1, + sym_comment, + STATE(2263), 1, + aux_sym__match_pattern_list_repeat1, + STATE(3168), 1, + sym__var, + STATE(3419), 1, + sym__str_double_quotes, + STATE(3486), 1, + sym_val_variable, + STATE(3487), 1, + sym_expr_parenthesized, + STATE(3517), 1, + sym__expr_unary_minus, + STATE(3520), 1, + sym__match_pattern_expression, + STATE(3522), 1, + sym__match_pattern_list, + STATE(6079), 1, + sym_val_list, + ACTIONS(3075), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3524), 2, + sym__match_pattern_value, + sym_val_range, + STATE(6078), 2, + sym__match_pattern_rest, + sym__match_pattern_ignore_rest, + ACTIONS(3079), 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(3273), 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(3083), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4305), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [67693] = 4, + STATE(3521), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3527), 8, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_record, + sym_val_table, + [65973] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1931), 1, - sym_comment, - ACTIONS(3271), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, anon_sym_DOT, + ACTIONS(4321), 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(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(1923), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2805), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2962), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3269), 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(4331), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4333), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [67758] = 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [66098] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1932), 1, - sym_comment, - ACTIONS(3267), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4123), 1, + anon_sym_LBRACK, + ACTIONS(4127), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, + anon_sym_DQUOTE, + ACTIONS(4155), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4157), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4351), 1, + anon_sym_DASH, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, + ACTIONS(4357), 1, anon_sym_PLUS, + ACTIONS(4359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4363), 1, + aux_sym_unquoted_token1, + STATE(252), 1, + sym__val_number_decimal, + STATE(260), 1, + sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, + STATE(1924), 1, + sym_comment, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, + sym__inter_double_quotes, + STATE(2227), 1, + sym__expr_binary_expression, + STATE(2228), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 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(3265), 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(4147), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4361), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [67823] = 4, + STATE(2221), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2208), 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, + [66223] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1933), 1, - sym_comment, - ACTIONS(3263), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4123), 1, + anon_sym_LBRACK, + ACTIONS(4127), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, + anon_sym_DQUOTE, + ACTIONS(4155), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4157), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4351), 1, + anon_sym_DASH, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, + ACTIONS(4357), 1, anon_sym_PLUS, + ACTIONS(4359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4363), 1, + aux_sym_unquoted_token1, + STATE(252), 1, + sym__val_number_decimal, + STATE(260), 1, + sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, + STATE(1925), 1, + sym_comment, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, + sym__inter_double_quotes, + STATE(2225), 1, + sym__expr_binary_expression, + STATE(2226), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 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(3261), 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(4147), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4361), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [67888] = 4, + STATE(2221), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2208), 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, + [66348] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1934), 1, - sym_comment, - ACTIONS(3259), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4123), 1, + anon_sym_LBRACK, + ACTIONS(4127), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, + anon_sym_DQUOTE, + ACTIONS(4155), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4157), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4351), 1, + anon_sym_DASH, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, + ACTIONS(4357), 1, anon_sym_PLUS, + ACTIONS(4359), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4363), 1, + aux_sym_unquoted_token1, + STATE(252), 1, + sym__val_number_decimal, + STATE(260), 1, + sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, + STATE(1926), 1, + sym_comment, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, + sym__inter_double_quotes, + STATE(2222), 1, + sym__expr_binary_expression, + STATE(2224), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 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(3257), 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(4147), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4361), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [67953] = 4, + STATE(2221), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2208), 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, + [66473] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1935), 1, - sym_comment, - ACTIONS(2935), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1927), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2805), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2838), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(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, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68018] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [66598] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1936), 1, - sym_comment, - ACTIONS(3004), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1928), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2795), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2839), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3002), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68083] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [66723] = 35, ACTIONS(3), 1, anon_sym_POUND, - STATE(1937), 1, - sym_comment, - ACTIONS(3255), 13, - anon_sym_COMMA, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1929), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5793), 1, + sym__expression, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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(3219), 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, + [66850] = 35, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3253), 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(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(1930), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4429), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - aux_sym__record_key_token2, - [68148] = 4, + STATE(3219), 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, + [66977] = 35, ACTIONS(3), 1, anon_sym_POUND, - STATE(1938), 1, - sym_comment, - ACTIONS(3251), 13, - anon_sym_COMMA, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1931), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5524), 1, + sym__expression, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 6, 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(3249), 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, - aux_sym__record_key_token2, - [68213] = 4, + STATE(3219), 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, + [67104] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1939), 1, + STATE(1932), 1, sym_comment, - ACTIONS(1488), 13, + ACTIONS(1507), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -249696,7 +251790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1490), 41, + ACTIONS(1509), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -249725,7 +251819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -249738,378 +251832,832 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [68278] = 4, + [67169] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1940), 1, - sym_comment, - ACTIONS(3247), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1933), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2785), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2841), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3245), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68343] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [67294] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1941), 1, - sym_comment, - ACTIONS(3243), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1934), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2770), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2842), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [67419] = 35, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, anon_sym_DQUOTE, + ACTIONS(3970), 1, + anon_sym_LBRACK, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + anon_sym_DOLLAR, + ACTIONS(3978), 1, + anon_sym_LBRACE, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, + anon_sym_DOT, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(1935), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5825), 1, + sym__expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3241), 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(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - aux_sym__record_key_token2, - [68408] = 4, + STATE(3219), 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, + [67546] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1942), 1, - sym_comment, - ACTIONS(3239), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1936), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2800), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2844), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3237), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68473] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [67671] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1943), 1, - sym_comment, - ACTIONS(3235), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1937), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2763), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2845), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3233), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68538] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [67796] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1944), 1, - sym_comment, - ACTIONS(3227), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1938), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2815), 1, + sym_unquoted, + STATE(2846), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [67921] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3225), 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(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4375), 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(4377), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_PLUS, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(361), 1, + sym__val_number_decimal, + STATE(1939), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2770), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2896), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4383), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68603] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [68046] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1945), 1, - sym_comment, - ACTIONS(3185), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1940), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2751), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2849), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [68171] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3183), 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(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 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(4367), 1, + anon_sym_DOT, + ACTIONS(4369), 1, + anon_sym_PLUS, + ACTIONS(4371), 1, aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1941), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2754), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2853), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68668] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [68296] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1946), 1, + STATE(1942), 1, sym_comment, - ACTIONS(3175), 13, + ACTIONS(1517), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -250123,7 +252671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3173), 41, + ACTIONS(1515), 41, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -250165,518 +252713,998 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token6, aux_sym__record_key_token2, - [68733] = 4, + [68361] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1947), 1, - sym_comment, - ACTIONS(3171), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1943), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2755), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2855), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3169), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68798] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [68486] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1948), 1, - sym_comment, - ACTIONS(3167), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1944), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2757), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2856), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3165), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68863] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [68611] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1949), 1, - sym_comment, - ACTIONS(3163), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, + anon_sym_DASH, + ACTIONS(4367), 1, anon_sym_DOT, + ACTIONS(4369), 1, anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(1945), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2759), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2858), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3161), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68928] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [68736] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1950), 1, - sym_comment, - ACTIONS(3159), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + 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(1779), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + anon_sym_DASH, + ACTIONS(4389), 1, anon_sym_DOT, + ACTIONS(4391), 1, anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1946), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3034), 1, + sym_unquoted, + STATE(3035), 1, + sym__expr_binary_expression, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [68861] = 34, + 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, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3157), 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(373), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(375), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 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(4389), 1, + anon_sym_DOT, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1947), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3006), 1, + sym__expr_binary_expression, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3036), 1, + sym_unquoted, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [68993] = 4, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [68986] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1951), 1, - sym_comment, - ACTIONS(3155), 13, - anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, + anon_sym_DASH, + ACTIONS(4407), 1, anon_sym_DOT, + ACTIONS(4409), 1, anon_sym_PLUS, + ACTIONS(4411), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(1948), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2805), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2898), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(3153), 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(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [69058] = 4, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [69111] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1952), 1, - sym_comment, - ACTIONS(3151), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + 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(1779), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + anon_sym_DASH, + ACTIONS(4389), 1, anon_sym_DOT, + ACTIONS(4391), 1, anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1949), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3039), 1, + sym_unquoted, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3051), 1, + sym__expr_binary_expression, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [69236] = 34, + 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, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3149), 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(373), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(375), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 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(4389), 1, + anon_sym_DOT, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1950), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(2995), 1, + sym__expr_binary_expression, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3052), 1, + sym_unquoted, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [69123] = 4, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [69361] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1953), 1, - sym_comment, - ACTIONS(3147), 13, - anon_sym_COMMA, - anon_sym_LPAREN, + 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(1779), 1, anon_sym_DOLLAR, - anon_sym_RBRACE, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + anon_sym_DASH, + ACTIONS(4389), 1, anon_sym_DOT, + ACTIONS(4391), 1, anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1951), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3055), 1, + sym_unquoted, + STATE(3056), 1, + sym__expr_binary_expression, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 3, + aux_sym__val_number_token4, aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [69486] = 34, + 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, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3145), 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(373), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(375), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 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(4389), 1, + anon_sym_DOT, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1952), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3061), 1, + sym_unquoted, + STATE(3063), 1, + sym__expr_binary_expression, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [69188] = 37, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [69611] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4203), 1, - sym_cmd_identifier, - ACTIONS(4205), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(4207), 1, - anon_sym_LPAREN, - ACTIONS(4209), 1, + 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(1779), 1, anon_sym_DOLLAR, - ACTIONS(4211), 1, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, anon_sym_DASH, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4215), 1, + ACTIONS(4389), 1, anon_sym_DOT, - ACTIONS(4217), 1, + ACTIONS(4391), 1, anon_sym_PLUS, - ACTIONS(4219), 1, + ACTIONS(4393), 1, anon_sym_not, - ACTIONS(4221), 1, - sym_val_nothing, - ACTIONS(4225), 1, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4233), 1, - sym_val_date, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(80), 1, - sym__val_number_decimal, - STATE(84), 1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, sym__val_number, - STATE(85), 1, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, sym_val_number, - STATE(689), 1, + STATE(1953), 1, + sym_comment, + STATE(2866), 1, sym__var, - STATE(714), 1, - sym_val_variable, - STATE(721), 1, - sym_expr_parenthesized, - STATE(742), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(775), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(1892), 1, - sym__expression, - STATE(1954), 1, - sym_comment, - STATE(1962), 1, - sym_val_range, - STATE(3444), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3065), 1, + sym_unquoted, + STATE(3084), 1, sym__expr_binary_expression, - ACTIONS(4223), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4229), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(4237), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4231), 3, + ACTIONS(4397), 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, - STATE(768), 3, + ACTIONS(4401), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, sym_expr_unary, sym_expr_binary, + sym_expr_parenthesized, sym__value, - ACTIONS(4227), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(774), 10, + STATE(3047), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -250686,91 +253714,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69319] = 37, + [69736] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(4207), 1, - anon_sym_LPAREN, - ACTIONS(4209), 1, + 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(1779), 1, anon_sym_DOLLAR, - ACTIONS(4211), 1, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, anon_sym_DASH, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4215), 1, + ACTIONS(4389), 1, anon_sym_DOT, - ACTIONS(4217), 1, + ACTIONS(4391), 1, anon_sym_PLUS, - ACTIONS(4219), 1, + ACTIONS(4393), 1, anon_sym_not, - ACTIONS(4221), 1, - sym_val_nothing, - ACTIONS(4225), 1, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4233), 1, - sym_val_date, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4243), 1, - sym_cmd_identifier, - STATE(80), 1, - sym__val_number_decimal, - STATE(84), 1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, sym__val_number, - STATE(85), 1, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, sym_val_number, - STATE(689), 1, + STATE(1954), 1, + sym_comment, + STATE(2866), 1, sym__var, - STATE(714), 1, - sym_val_variable, - STATE(721), 1, - sym_expr_parenthesized, - STATE(742), 1, + STATE(2990), 1, sym__str_double_quotes, - STATE(775), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(1895), 1, - sym__expression, - STATE(1955), 1, - sym_comment, - STATE(1962), 1, - sym_val_range, - STATE(3444), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3086), 1, + sym_unquoted, + STATE(3088), 1, sym__expr_binary_expression, - ACTIONS(4223), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4229), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(4237), 2, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4231), 3, + ACTIONS(4397), 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, - STATE(768), 3, + ACTIONS(4401), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, sym_expr_unary, sym_expr_binary, + sym_expr_parenthesized, sym__value, - ACTIONS(4227), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(774), 10, + STATE(3047), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -250780,151 +253805,270 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69450] = 5, - ACTIONS(105), 1, + [69861] = 34, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3877), 1, - aux_sym_unquoted_token3, - STATE(1956), 1, - sym_comment, - ACTIONS(1345), 7, + ACTIONS(299), 1, anon_sym_LBRACK, - anon_sym_LPAREN, + ACTIONS(329), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(367), 1, + sym_val_date, + ACTIONS(369), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(1343), 46, - anon_sym_COMMA, + ACTIONS(373), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(375), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1779), 1, anon_sym_DOLLAR, - anon_sym_GT, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, + ACTIONS(4389), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(4391), 1, 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_val_nothing, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(1955), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3085), 1, + sym__expr_binary_expression, + STATE(3087), 1, + sym_unquoted, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + ACTIONS(361), 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, + ACTIONS(365), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - [69517] = 35, + ACTIONS(4401), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [69986] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(367), 1, + sym_val_date, + ACTIONS(369), 1, + anon_sym_DQUOTE, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(4109), 1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4389), 1, anon_sym_DOT, - STATE(418), 1, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, sym__val_number, - STATE(435), 1, + STATE(392), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(442), 1, sym_val_number, - STATE(1957), 1, + STATE(1956), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2866), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3080), 1, sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5753), 1, - sym__expression, - ACTIONS(2796), 2, + STATE(3083), 1, + sym_unquoted, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4397), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + 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, - STATE(3119), 3, + ACTIONS(4401), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, sym_expr_unary, sym_expr_binary, + sym_expr_parenthesized, sym__value, - ACTIONS(2790), 6, + STATE(3047), 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, + [70111] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4309), 1, + anon_sym_LBRACK, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, + anon_sym_DASH, + ACTIONS(4407), 1, + anon_sym_DOT, + ACTIONS(4409), 1, + anon_sym_PLUS, + ACTIONS(4411), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(1957), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2795), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2910), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -250934,88 +254078,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69644] = 35, + [70236] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(4109), 1, + ACTIONS(4415), 1, + anon_sym_LPAREN, + ACTIONS(4417), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4419), 1, anon_sym_DOT, - STATE(418), 1, - sym__val_number, - STATE(435), 1, + ACTIONS(4421), 1, + anon_sym_PLUS, + ACTIONS(4423), 1, + aux_sym__val_number_decimal_token1, + STATE(337), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(346), 1, sym_val_number, + STATE(359), 1, + sym__val_number, STATE(1958), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2492), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, + STATE(2717), 1, sym_expr_parenthesized, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2719), 1, + sym_val_variable, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(3473), 1, sym__expr_binary_expression, - STATE(4483), 1, + STATE(3980), 1, sym_val_range, - STATE(5448), 1, + STATE(4004), 1, sym__expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3119), 3, + STATE(2801), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 6, + ACTIONS(4331), 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(3070), 10, + STATE(2807), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -251026,91 +254170,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69771] = 37, + [70363] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4012), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(369), 1, + anon_sym_DQUOTE, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4105), 1, - sym_identifier, - ACTIONS(4109), 1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4389), 1, anon_sym_DOT, - ACTIONS(4113), 1, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, anon_sym_not, - ACTIONS(4115), 1, - sym_val_nothing, - STATE(418), 1, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, sym__val_number, - STATE(435), 1, + STATE(392), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(442), 1, sym_val_number, STATE(1959), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2866), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3075), 1, sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5428), 1, - sym__expression, - ACTIONS(2792), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2796), 2, + STATE(3076), 1, + sym_unquoted, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4117), 2, + ACTIONS(4397), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + 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, - STATE(3119), 3, + ACTIONS(4401), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, sym_expr_unary, sym_expr_binary, + sym_expr_parenthesized, sym__value, - ACTIONS(2790), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3070), 10, + STATE(3047), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -251120,91 +254261,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [69902] = 37, + [70488] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(299), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(329), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4012), 1, + ACTIONS(367), 1, sym_val_date, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(369), 1, + anon_sym_DQUOTE, + ACTIONS(373), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(375), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4389), 1, anon_sym_DOT, - ACTIONS(4113), 1, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, anon_sym_not, - ACTIONS(4115), 1, - sym_val_nothing, - ACTIONS(4245), 1, - sym_identifier, - STATE(418), 1, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, sym__val_number, - STATE(435), 1, + STATE(392), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(442), 1, sym_val_number, STATE(1960), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2866), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3045), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3073), 1, sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5441), 1, - sym__expression, - ACTIONS(2792), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2796), 2, + STATE(3074), 1, + sym_unquoted, + ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4117), 2, + ACTIONS(4397), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + 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, - STATE(3119), 3, + ACTIONS(4401), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3072), 4, sym_expr_unary, sym_expr_binary, + sym_expr_parenthesized, sym__value, - ACTIONS(2790), 4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token5, - STATE(3070), 10, + STATE(3047), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -251214,213 +254352,179 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70033] = 5, + [70613] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4247), 1, - aux_sym_unquoted_token5, - STATE(1961), 1, - sym_comment, - ACTIONS(1492), 12, - anon_sym_GT, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2572), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1494), 41, + ACTIONS(4425), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4427), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4429), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4431), 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, - sym_val_nothing, - 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(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, + anon_sym_not, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, + ACTIONS(4451), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4453), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, + sym__val_number_decimal, + STATE(134), 1, + sym__val_number, + STATE(135), 1, + sym_val_number, + STATE(912), 1, + sym__var, + STATE(1069), 1, + sym__expr_unary_minus, + STATE(1071), 1, + sym__expr_binary_expression, + STATE(1074), 1, + sym_unquoted, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, + sym__inter_double_quotes, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1961), 1, + sym_comment, + ACTIONS(4439), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - [70100] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1962), 1, - sym_comment, - ACTIONS(1467), 13, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, + ACTIONS(2578), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4441), 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(1465), 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(4443), 3, aux_sym__val_number_token4, + aux_sym__val_number_token5, aux_sym__val_number_token6, - aux_sym__record_key_token2, - [70165] = 37, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 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, + [70738] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4012), 1, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, sym_val_date, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4415), 1, + anon_sym_LPAREN, + ACTIONS(4417), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4419), 1, anon_sym_DOT, - ACTIONS(4113), 1, - anon_sym_not, - ACTIONS(4115), 1, - sym_val_nothing, - ACTIONS(4249), 1, - sym_identifier, - STATE(418), 1, - sym__val_number, - STATE(435), 1, + ACTIONS(4421), 1, + anon_sym_PLUS, + ACTIONS(4423), 1, + aux_sym__val_number_decimal_token1, + STATE(337), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(346), 1, sym_val_number, - STATE(1963), 1, + STATE(359), 1, + sym__val_number, + STATE(1962), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2492), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, + STATE(2717), 1, sym_expr_parenthesized, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2719), 1, + sym_val_variable, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(3470), 1, sym__expr_binary_expression, - STATE(4483), 1, + STATE(3980), 1, sym_val_range, - STATE(5436), 1, + STATE(4004), 1, sym__expression, - ACTIONS(2792), 2, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4117), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3119), 3, + STATE(2801), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 4, + ACTIONS(4331), 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(3070), 10, + aux_sym__val_number_token6, + STATE(2807), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -251431,145 +254535,268 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70296] = 5, + [70865] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(1964), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 12, - anon_sym_GT, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2572), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1512), 39, + ACTIONS(4425), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4427), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4429), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4431), 1, 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, - sym_val_nothing, + ACTIONS(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, + anon_sym_not, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, + anon_sym_DQUOTE, + ACTIONS(4451), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4453), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, + sym__val_number_decimal, + STATE(134), 1, + sym__val_number, + STATE(135), 1, + sym_val_number, + STATE(912), 1, + sym__var, + STATE(1052), 1, + sym__expr_binary_expression, + STATE(1064), 1, + sym_unquoted, + STATE(1069), 1, + sym__expr_unary_minus, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, + sym__inter_double_quotes, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1963), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, + ACTIONS(4449), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2578), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4441), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 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, + [70990] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, + anon_sym_LBRACK, + ACTIONS(4427), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, + anon_sym_LBRACE, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, + anon_sym_not, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, + ACTIONS(4451), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4453), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, + sym__val_number_decimal, + STATE(134), 1, + sym__val_number, + STATE(135), 1, + sym_val_number, + STATE(912), 1, + sym__var, + STATE(1046), 1, + sym__expr_binary_expression, + STATE(1069), 1, + sym__expr_unary_minus, + STATE(1081), 1, + sym_unquoted, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, + sym__inter_double_quotes, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1964), 1, + sym_comment, + ACTIONS(4439), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - [70362] = 33, + ACTIONS(2578), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4441), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4443), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 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, + [71115] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(2556), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, + ACTIONS(2558), 1, anon_sym_DASH, - ACTIONS(4261), 1, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, + anon_sym_LBRACK, + ACTIONS(4427), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4263), 1, + ACTIONS(4431), 1, anon_sym_DOT, - ACTIONS(4265), 1, + ACTIONS(4433), 1, anon_sym_PLUS, - ACTIONS(4267), 1, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4455), 1, aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, + STATE(127), 1, sym__val_number_decimal, - STATE(341), 1, + STATE(134), 1, + sym__val_number, + STATE(135), 1, sym_val_number, - STATE(1965), 1, - sym_comment, - STATE(2442), 1, + STATE(912), 1, sym__var, - STATE(2738), 1, + STATE(1069), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2784), 1, + STATE(1080), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2890), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1106), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(1111), 1, + sym__inter_double_quotes, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1965), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(2578), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4441), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, + STATE(1103), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -251581,87 +254808,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70484] = 34, + [71240] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4427), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, + anon_sym_DQUOTE, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, - anon_sym_DASH, - ACTIONS(4111), 1, - anon_sym_DOT, - STATE(418), 1, - sym__val_number, - STATE(435), 1, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(134), 1, + sym__val_number, + STATE(135), 1, sym_val_number, - STATE(1966), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(912), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, + STATE(1044), 1, + sym_unquoted, + STATE(1051), 1, + sym__expr_binary_expression, + STATE(1069), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, sym__inter_double_quotes, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5753), 1, - sym__expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1966), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(4449), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3119), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4441), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -251671,87 +254899,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70608] = 34, + [71365] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4365), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4367), 1, anon_sym_DOT, - STATE(418), 1, - sym__val_number, - STATE(435), 1, + ACTIONS(4369), 1, + anon_sym_PLUS, + ACTIONS(4371), 1, + aux_sym__val_number_decimal_token1, + STATE(325), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(346), 1, sym_val_number, + STATE(359), 1, + sym__val_number, STATE(1967), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2532), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2829), 1, + sym_unquoted, + STATE(2848), 1, sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5439), 1, - sym__expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3119), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4373), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -251761,87 +254990,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70732] = 34, + [71490] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4427), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, + anon_sym_DQUOTE, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, - anon_sym_DASH, - ACTIONS(4111), 1, - anon_sym_DOT, - STATE(418), 1, - sym__val_number, - STATE(435), 1, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, sym__val_number_decimal, - STATE(444), 1, + STATE(134), 1, + sym__val_number, + STATE(135), 1, sym_val_number, - STATE(1968), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(912), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, + STATE(1053), 1, + sym_unquoted, + STATE(1054), 1, + sym__expr_binary_expression, + STATE(1069), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, sym__inter_double_quotes, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5785), 1, - sym__expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1968), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(4449), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3119), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4441), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -251851,87 +255081,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70856] = 34, + [71615] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4257), 1, + ACTIONS(2556), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, + anon_sym_LBRACK, + ACTIONS(4427), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4291), 1, - anon_sym_LPAREN, - ACTIONS(4293), 1, - anon_sym_DASH, - ACTIONS(4295), 1, - anon_sym_DOT, - ACTIONS(4297), 1, - anon_sym_PLUS, - ACTIONS(4299), 1, - aux_sym__val_number_decimal_token1, - STATE(321), 1, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, sym__val_number_decimal, - STATE(329), 1, + STATE(134), 1, sym__val_number, - STATE(341), 1, + STATE(135), 1, sym_val_number, - STATE(1969), 1, - sym_comment, - STATE(2452), 1, + STATE(912), 1, sym__var, - STATE(2685), 1, - sym_val_variable, - STATE(2703), 1, - sym_expr_parenthesized, - STATE(2738), 1, + STATE(1056), 1, + sym_unquoted, + STATE(1065), 1, + sym__expr_binary_expression, + STATE(1069), 1, sym__expr_unary_minus, - STATE(2746), 1, + STATE(1104), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(1111), 1, sym__inter_double_quotes, - STATE(3451), 1, - sym__expr_binary_expression, - STATE(3901), 1, - sym_val_range, - STATE(3950), 1, - sym__expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1969), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4279), 3, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2726), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4275), 6, + ACTIONS(4441), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2733), 10, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -251941,87 +255172,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [70980] = 34, + [71740] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4257), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4291), 1, - anon_sym_LPAREN, - ACTIONS(4293), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4295), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4297), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4299), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - STATE(321), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, STATE(1970), 1, sym_comment, - STATE(2452), 1, + STATE(2532), 1, sym__var, - STATE(2685), 1, - sym_val_variable, - STATE(2703), 1, - sym_expr_parenthesized, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2770), 1, + sym_unquoted, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3450), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2911), 1, sym__expr_binary_expression, - STATE(3901), 1, - sym_val_range, - STATE(3950), 1, - sym__expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2726), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4275), 6, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2733), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -252031,86 +255263,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71104] = 34, + [71865] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4173), 1, anon_sym_DASH, - STATE(418), 1, + ACTIONS(4177), 1, + anon_sym_PLUS, + ACTIONS(4179), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4457), 1, + anon_sym_DOT, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(480), 1, + STATE(493), 1, sym__val_number_decimal, STATE(1971), 1, sym_comment, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3226), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3336), 1, sym_expr_parenthesized, - STATE(3232), 1, + STATE(3370), 1, sym_val_variable, - STATE(3432), 1, + STATE(3474), 1, sym__expr_binary_expression, - STATE(4310), 1, - sym__expression, - STATE(4483), 1, + STATE(4514), 1, sym_val_range, - ACTIONS(2796), 2, + STATE(6102), 1, + sym__expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, + STATE(3121), 3, sym_expr_unary, sym_expr_binary, sym__value, - ACTIONS(2790), 6, + ACTIONS(2829), 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(3070), 10, + STATE(3219), 11, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -252121,87 +255355,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71228] = 34, + [71992] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - STATE(418), 1, - sym__val_number, - STATE(444), 1, + ACTIONS(4407), 1, + anon_sym_DOT, + ACTIONS(4409), 1, + anon_sym_PLUS, + ACTIONS(4411), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, sym_val_number, - STATE(480), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, sym__val_number_decimal, STATE(1972), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2532), 1, sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2800), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2930), 1, sym__expr_binary_expression, - STATE(4298), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -252211,87 +255446,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71352] = 34, + [72117] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - STATE(418), 1, - sym__val_number, - STATE(444), 1, + ACTIONS(4407), 1, + anon_sym_DOT, + ACTIONS(4409), 1, + anon_sym_PLUS, + ACTIONS(4411), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, sym_val_number, - STATE(480), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, sym__val_number_decimal, STATE(1973), 1, sym_comment, - STATE(2693), 1, + STATE(2532), 1, + sym__var, + STATE(2744), 1, sym__str_double_quotes, STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + sym_unquoted, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2906), 1, sym__expr_binary_expression, - STATE(4283), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -252301,87 +255537,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71476] = 34, + [72242] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4257), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4291), 1, - anon_sym_LPAREN, - ACTIONS(4293), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4295), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4297), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4299), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - STATE(321), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, STATE(1974), 1, sym_comment, - STATE(2452), 1, + STATE(2532), 1, sym__var, - STATE(2685), 1, - sym_val_variable, - STATE(2703), 1, - sym_expr_parenthesized, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3438), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2815), 1, + sym_unquoted, + STATE(2914), 1, sym__expr_binary_expression, - STATE(3901), 1, - sym_val_range, - STATE(3950), 1, - sym__expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2726), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4275), 6, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2733), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -252391,87 +255628,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71600] = 34, + [72367] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - STATE(418), 1, - sym__val_number, - STATE(444), 1, + ACTIONS(4407), 1, + anon_sym_DOT, + ACTIONS(4409), 1, + anon_sym_PLUS, + ACTIONS(4411), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, sym_val_number, - STATE(480), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, sym__val_number_decimal, STATE(1975), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2532), 1, sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2829), 1, + sym_unquoted, + STATE(2890), 1, sym__expr_binary_expression, - STATE(4258), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -252481,87 +255719,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71724] = 34, + [72492] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4111), 1, + ACTIONS(4407), 1, anon_sym_DOT, - STATE(418), 1, + ACTIONS(4409), 1, + anon_sym_PLUS, + ACTIONS(4411), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, sym__val_number, - STATE(435), 1, + STATE(360), 1, sym__val_number_decimal, - STATE(444), 1, - sym_val_number, STATE(1976), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(2532), 1, sym__var, - STATE(3111), 1, - sym_val_variable, - STATE(3116), 1, - sym_expr_parenthesized, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2751), 1, + sym_unquoted, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3432), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2933), 1, sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5448), 1, - sym__expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3119), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -252571,144 +255810,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [71848] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1977), 1, - sym_comment, - ACTIONS(4303), 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(4301), 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, - [71912] = 33, + [72617] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(1978), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(1977), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2785), 1, + STATE(2754), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2864), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2931), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -252720,84 +255901,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72034] = 33, + [72742] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(1979), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(1978), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2792), 1, + STATE(2755), 1, sym_unquoted, - STATE(2869), 1, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2929), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -252809,84 +255992,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72156] = 33, + [72867] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(1980), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(1979), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2787), 1, + STATE(2757), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2873), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2927), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -252898,84 +256083,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72278] = 33, + [72992] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(1981), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(1980), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2784), 1, + STATE(2759), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2874), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2925), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -252987,84 +256174,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72400] = 33, + [73117] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + STATE(1981), 1, + sym_comment, + ACTIONS(2808), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4257), 1, anon_sym_DOLLAR, - ACTIONS(4261), 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(2806), 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, + [73182] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4229), 1, + anon_sym_LBRACK, + ACTIONS(4233), 1, + anon_sym_DOLLAR, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1982), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2778), 1, - sym_unquoted, - STATE(2789), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2875), 1, + STATE(791), 1, + sym__str_double_quotes, + STATE(796), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(799), 1, + sym_unquoted, + STATE(1982), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253076,84 +256326,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72522] = 33, + [73307] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1983), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2769), 1, - sym_unquoted, - STATE(2789), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2877), 1, + STATE(791), 1, + sym__str_double_quotes, + STATE(793), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(795), 1, + sym_unquoted, + STATE(1983), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253165,84 +256417,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72644] = 33, + [73432] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1984), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2796), 1, - sym_unquoted, - STATE(2866), 1, + STATE(785), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(786), 1, + sym_unquoted, + STATE(791), 1, + sym__str_double_quotes, + STATE(1984), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253254,84 +256508,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72766] = 33, + [73557] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4427), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, - anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4455), 1, aux_sym_unquoted_token1, - ACTIONS(4305), 1, - anon_sym_DASH, - ACTIONS(4307), 1, - anon_sym_DOT, - ACTIONS(4309), 1, - anon_sym_PLUS, - ACTIONS(4311), 1, - aux_sym__val_number_decimal_token1, - STATE(327), 1, + STATE(127), 1, sym__val_number_decimal, - STATE(329), 1, + STATE(134), 1, sym__val_number, - STATE(341), 1, + STATE(135), 1, sym_val_number, - STATE(1985), 1, - sym_comment, - STATE(2442), 1, + STATE(912), 1, sym__var, - STATE(2738), 1, + STATE(1066), 1, + sym_unquoted, + STATE(1067), 1, + sym__expr_binary_expression, + STATE(1069), 1, sym__expr_unary_minus, - STATE(2746), 1, + STATE(1104), 1, sym__str_double_quotes, - STATE(2765), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(1111), 1, sym__inter_double_quotes, - STATE(2879), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1985), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4441), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(1103), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253343,84 +256599,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [72888] = 33, + [73682] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1986), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2761), 1, - sym_unquoted, - STATE(2789), 1, + STATE(780), 1, + sym__expr_binary_expression, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(783), 1, + sym_unquoted, + STATE(784), 1, sym__inter_double_quotes, - STATE(2880), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(1986), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253432,84 +256690,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73010] = 33, + [73807] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1987), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, + STATE(746), 1, + sym__expr_binary_expression, + STATE(776), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2759), 1, + STATE(778), 1, sym_unquoted, - STATE(2789), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2904), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(1987), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253521,84 +256781,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73132] = 33, + [73932] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1988), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2757), 1, + STATE(770), 1, + sym__expr_binary_expression, + STATE(772), 1, sym_unquoted, - STATE(2789), 1, + STATE(776), 1, + sym__expr_unary_minus, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2905), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(1988), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253610,84 +256872,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73254] = 33, + [74057] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(83), 1, sym_val_number, - STATE(1989), 1, - sym_comment, - STATE(2442), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2711), 1, + STATE(764), 1, sym_unquoted, - STATE(2738), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2906), 1, + STATE(791), 1, + sym__str_double_quotes, + STATE(798), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(1989), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253699,84 +256963,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73376] = 33, + [74182] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4127), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4137), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4305), 1, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4307), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4309), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4311), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - STATE(327), 1, + ACTIONS(4363), 1, + aux_sym_unquoted_token1, + STATE(252), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1990), 1, sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2749), 1, - sym_unquoted, - STATE(2789), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(2907), 1, + STATE(2229), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(2230), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4153), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4313), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253788,84 +257054,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73498] = 33, + [74307] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4127), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4137), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, - sym_val_number, - STATE(351), 1, + ACTIONS(4363), 1, + aux_sym_unquoted_token1, + STATE(252), 1, sym__val_number_decimal, + STATE(260), 1, + sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1991), 1, sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2785), 1, - sym_unquoted, - STATE(2789), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(2936), 1, + STATE(2231), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(2232), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4153), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -253877,144 +257145,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73620] = 4, + [74432] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(1992), 1, sym_comment, - ACTIONS(1492), 12, - 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, - ACTIONS(1494), 41, - anon_sym_LBRACK, + ACTIONS(3649), 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, - sym_val_nothing, - 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, - [73684] = 33, + ACTIONS(3647), 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, + [74497] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4127), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4137), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4349), 1, + anon_sym_LPAREN, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, - sym_val_number, - STATE(351), 1, + ACTIONS(4363), 1, + aux_sym_unquoted_token1, + STATE(252), 1, sym__val_number_decimal, + STATE(260), 1, + sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1993), 1, sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(2796), 1, - sym_unquoted, - STATE(2934), 1, + STATE(2233), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(2234), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4153), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254026,84 +257297,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73806] = 33, + [74622] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4427), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, - anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4455), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, - anon_sym_DASH, - ACTIONS(4317), 1, - anon_sym_DOT, - ACTIONS(4319), 1, - anon_sym_PLUS, - ACTIONS(4321), 1, - aux_sym__val_number_decimal_token1, - STATE(329), 1, + STATE(127), 1, + sym__val_number_decimal, + STATE(134), 1, sym__val_number, - STATE(341), 1, + STATE(135), 1, sym_val_number, - STATE(351), 1, - sym__val_number_decimal, - STATE(1994), 1, - sym_comment, - STATE(2442), 1, + STATE(912), 1, sym__var, - STATE(2738), 1, + STATE(1069), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2792), 1, + STATE(1072), 1, sym_unquoted, - STATE(2912), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1109), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(1111), 1, + sym__inter_double_quotes, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1994), 1, + sym_comment, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4441), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(1103), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254115,86 +257388,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [73928] = 33, + [74747] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4415), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4417), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4419), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4421), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4423), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, - aux_sym_unquoted_token1, - STATE(406), 1, + STATE(337), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(346), 1, sym_val_number, + STATE(359), 1, + sym__val_number, STATE(1995), 1, sym_comment, - STATE(2844), 1, + STATE(2492), 1, sym__var, - STATE(3124), 1, + STATE(2717), 1, + sym_expr_parenthesized, + STATE(2719), 1, + sym_val_variable, + STATE(2744), 1, sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3166), 1, - sym_unquoted, - STATE(3180), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(3463), 1, sym__expr_binary_expression, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(3980), 1, + sym_val_range, + STATE(4004), 1, + sym__expression, + ACTIONS(4327), 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_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2801), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3122), 11, + ACTIONS(4331), 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(2807), 11, + sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -254204,84 +257480,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74050] = 33, + [74874] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1996), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3086), 1, - sym_unquoted, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3134), 1, - sym__expr_binary_expression, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(2235), 1, + sym__expr_binary_expression, + STATE(2239), 1, + sym_unquoted, + STATE(2242), 1, + sym__str_double_quotes, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254293,84 +257571,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74172] = 33, + [74999] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1997), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3084), 1, - sym_unquoted, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3132), 1, - sym__expr_binary_expression, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(2241), 1, + sym__expr_binary_expression, + STATE(2242), 1, + sym__str_double_quotes, + STATE(2252), 1, + sym_unquoted, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254382,84 +257662,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74294] = 33, + [75124] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1998), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3083), 1, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, + sym__inter_double_quotes, + STATE(2240), 1, sym__expr_binary_expression, - STATE(3124), 1, + STATE(2242), 1, sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3142), 1, + STATE(2245), 1, sym_unquoted, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254471,84 +257753,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74416] = 33, + [75249] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(1999), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3075), 1, - sym_unquoted, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3127), 1, - sym__expr_binary_expression, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(2242), 1, + sym__str_double_quotes, + STATE(2246), 1, + sym__expr_binary_expression, + STATE(2247), 1, + sym_unquoted, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254560,84 +257844,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74538] = 33, + [75374] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(2000), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(3164), 1, - sym_unquoted, - STATE(3172), 1, + STATE(2242), 1, + sym__str_double_quotes, + STATE(2248), 1, sym__expr_binary_expression, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(2249), 1, + sym_unquoted, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254649,84 +257935,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74660] = 33, + [75499] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(2001), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2207), 1, + sym_unquoted, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(3156), 1, - sym_unquoted, - STATE(3160), 1, + STATE(2242), 1, + sym__str_double_quotes, + STATE(2251), 1, sym__expr_binary_expression, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254738,84 +258026,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74782] = 33, + [75624] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4123), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4127), 1, + anon_sym_DOLLAR, + ACTIONS(4137), 1, + anon_sym_not, + ACTIONS(4139), 1, + anon_sym_null, + ACTIONS(4149), 1, + sym_val_date, + ACTIONS(4151), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4155), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4157), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4349), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4351), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4353), 1, + anon_sym_LBRACE, + ACTIONS(4355), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4357), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4359), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4363), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(252), 1, sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(260), 1, sym_val_number, + STATE(262), 1, + sym__val_number, + STATE(1782), 1, + sym__var, STATE(2002), 1, sym_comment, - STATE(2844), 1, - sym__var, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(3150), 1, + STATE(2213), 1, + sym__expr_unary_minus, + STATE(2215), 1, sym__inter_double_quotes, - STATE(3153), 1, - sym_unquoted, - STATE(3154), 1, + STATE(2242), 1, + sym__str_double_quotes, + STATE(2253), 1, sym__expr_binary_expression, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(2254), 1, + sym_unquoted, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4153), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4145), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4147), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4361), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2221), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2208), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -254827,1260 +258117,1337 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [74904] = 4, + [75749] = 35, ACTIONS(3), 1, anon_sym_POUND, - STATE(2003), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3980), 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, - sym_val_nothing, - 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(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, sym_val_date, - anon_sym_DQUOTE, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(2003), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4333), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [74968] = 20, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - ACTIONS(4363), 1, - anon_sym_bit_DASHxor, - ACTIONS(4365), 1, - anon_sym_bit_DASHor, - ACTIONS(4367), 1, - anon_sym_and, - ACTIONS(4369), 1, - anon_sym_xor, - ACTIONS(4371), 1, - anon_sym_or, - STATE(2004), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1512), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [75064] = 4, + STATE(3219), 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, + [75876] = 35, ACTIONS(3), 1, anon_sym_POUND, - STATE(2005), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3980), 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, - sym_val_nothing, - 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(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, sym_val_date, - anon_sym_DQUOTE, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(2004), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4338), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [75128] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - ACTIONS(4363), 1, - anon_sym_bit_DASHxor, - ACTIONS(4365), 1, - anon_sym_bit_DASHor, - ACTIONS(4367), 1, - anon_sym_and, - ACTIONS(4369), 1, - anon_sym_xor, - STATE(2006), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1512), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_or, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [75222] = 4, + STATE(3219), 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, + [76003] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2007), 1, - sym_comment, - ACTIONS(1506), 12, - anon_sym_GT, + ACTIONS(2556), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2572), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1508), 41, + ACTIONS(4425), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4427), 1, anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(4429), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4431), 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, - sym_val_nothing, - 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(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, + anon_sym_not, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, sym_val_date, + ACTIONS(4447), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [75286] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2008), 1, + ACTIONS(4451), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4453), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4455), 1, + aux_sym_unquoted_token1, + STATE(127), 1, + sym__val_number_decimal, + STATE(134), 1, + sym__val_number, + STATE(135), 1, + sym_val_number, + STATE(912), 1, + sym__var, + STATE(1069), 1, + sym__expr_unary_minus, + STATE(1093), 1, + sym_unquoted, + STATE(1098), 1, + sym__expr_binary_expression, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, + sym__inter_double_quotes, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(2005), 1, sym_comment, - ACTIONS(1526), 12, - 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, - ACTIONS(1528), 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, - sym_val_nothing, + ACTIONS(4439), 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(4449), 2, sym__str_single_quotes, sym__str_back_ticks, - [75350] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - ACTIONS(4363), 1, - anon_sym_bit_DASHxor, - ACTIONS(4365), 1, - anon_sym_bit_DASHor, - ACTIONS(4367), 1, - anon_sym_and, - STATE(2009), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1512), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_xor, - anon_sym_or, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + ACTIONS(4441), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4443), 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, - [75442] = 4, + STATE(1103), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(1114), 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, + [76128] = 35, ACTIONS(3), 1, anon_sym_POUND, - STATE(2010), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3980), 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, - sym_val_nothing, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(2006), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4340), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [75506] = 17, + STATE(3219), 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, + [76255] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - ACTIONS(4363), 1, - anon_sym_bit_DASHxor, - ACTIONS(4365), 1, - anon_sym_bit_DASHor, - STATE(2011), 1, + STATE(2007), 1, sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1512), 23, - anon_sym_LBRACK, + ACTIONS(2784), 13, 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, - sym_val_nothing, - 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, - [75596] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2012), 1, - sym_comment, - ACTIONS(1506), 12, - anon_sym_GT, + ACTIONS(2782), 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, - ACTIONS(1508), 41, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [76320] = 35, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3980), 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, - sym_val_nothing, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(2008), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4427), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [75660] = 16, + STATE(3219), 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, + [76447] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - ACTIONS(4363), 1, - anon_sym_bit_DASHxor, - STATE(2013), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1512), 24, + ACTIONS(4309), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, + ACTIONS(4317), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4415), 1, + anon_sym_LPAREN, + ACTIONS(4417), 1, + anon_sym_DASH, + ACTIONS(4419), 1, anon_sym_DOT, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_val_nothing, + ACTIONS(4421), 1, + anon_sym_PLUS, + ACTIONS(4423), 1, + aux_sym__val_number_decimal_token1, + STATE(337), 1, + sym__val_number_decimal, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(2009), 1, + sym_comment, + STATE(2492), 1, + sym__var, + STATE(2717), 1, + sym_expr_parenthesized, + STATE(2719), 1, + sym_val_variable, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(3464), 1, + sym__expr_binary_expression, + STATE(3980), 1, + sym_val_range, + STATE(4004), 1, + sym__expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2801), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(4331), 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, - [75748] = 4, + STATE(2807), 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, + [76574] = 35, ACTIONS(3), 1, anon_sym_POUND, - STATE(2014), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3980), 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, - sym_val_nothing, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(498), 1, + sym__val_number_decimal, + STATE(2010), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4357), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3421), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [75812] = 15, + STATE(3219), 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, + [76701] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - STATE(2015), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1512), 25, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(3972), 1, anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, + ACTIONS(3978), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(3998), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4163), 1, + anon_sym_DASH, + ACTIONS(4165), 1, anon_sym_DOT, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_val_nothing, + STATE(434), 1, + sym__val_number, + STATE(465), 1, + sym_val_number, + STATE(469), 1, + sym__val_number_decimal, + STATE(2011), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3124), 1, + sym_expr_parenthesized, + STATE(3159), 1, + sym_val_variable, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3485), 1, + sym__expr_binary_expression, + STATE(4514), 1, + sym_val_range, + STATE(5471), 1, + sym__expression, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(3121), 3, + sym_expr_unary, + sym_expr_binary, + sym__value, + ACTIONS(2829), 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, - [75898] = 4, + STATE(3219), 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, + [76828] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2016), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(4309), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, + ACTIONS(4317), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4375), 1, + anon_sym_DASH, + ACTIONS(4377), 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, - sym_val_nothing, + ACTIONS(4379), 1, + anon_sym_PLUS, + ACTIONS(4381), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(361), 1, + sym__val_number_decimal, + STATE(2012), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2805), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2923), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4383), 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, - [75962] = 14, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [76953] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - STATE(2017), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1512), 26, + ACTIONS(4229), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4233), 1, anon_sym_DOLLAR, + ACTIONS(4237), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, + anon_sym_DQUOTE, + ACTIONS(4263), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4265), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, + anon_sym_DASH, + ACTIONS(4463), 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, - sym_val_nothing, + ACTIONS(4465), 1, + anon_sym_PLUS, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, + sym__val_number_decimal, + STATE(83), 1, + sym_val_number, + STATE(85), 1, + sym__val_number, + STATE(722), 1, + sym__var, + STATE(750), 1, + sym_unquoted, + STATE(757), 1, + sym__expr_binary_expression, + STATE(776), 1, + sym__expr_unary_minus, + STATE(782), 1, + sym__inter_single_quotes, + STATE(784), 1, + sym__inter_double_quotes, + STATE(791), 1, + sym__str_double_quotes, + STATE(2013), 1, + sym_comment, + ACTIONS(4261), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4471), 2, anon_sym_true, anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4255), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4475), 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, - [76046] = 4, + STATE(756), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(759), 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, + [77078] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2018), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(4309), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, + ACTIONS(4317), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4375), 1, + anon_sym_DASH, + ACTIONS(4377), 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, - sym_val_nothing, + ACTIONS(4379), 1, + anon_sym_PLUS, + ACTIONS(4381), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(361), 1, + sym__val_number_decimal, + STATE(2014), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2795), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2905), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4383), 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, - [76110] = 9, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [77203] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2019), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(1510), 8, - 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, - ACTIONS(1512), 35, + ACTIONS(299), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, + ACTIONS(329), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + 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(1779), 1, + anon_sym_DOLLAR, + ACTIONS(4385), 1, + anon_sym_LPAREN, + ACTIONS(4387), 1, + anon_sym_DASH, + ACTIONS(4389), 1, 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, - sym_val_nothing, + ACTIONS(4391), 1, + anon_sym_PLUS, + ACTIONS(4393), 1, + anon_sym_not, + ACTIONS(4395), 1, + anon_sym_null, + ACTIONS(4399), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4403), 1, + aux_sym_unquoted_token1, + STATE(368), 1, + sym__val_number, + STATE(392), 1, + sym__val_number_decimal, + STATE(442), 1, + sym_val_number, + STATE(2015), 1, + sym_comment, + STATE(2866), 1, + sym__var, + STATE(2990), 1, + sym__str_double_quotes, + STATE(3007), 1, + sym__expr_unary_minus, + STATE(3045), 1, + sym__inter_double_quotes, + STATE(3046), 1, + sym__inter_single_quotes, + STATE(3077), 1, + sym__expr_binary_expression, + STATE(3079), 1, + sym_unquoted, + ACTIONS(371), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4397), 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(4401), 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, - [76184] = 4, + STATE(3072), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3047), 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, + [77328] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2020), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(4309), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4319), 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, - sym_val_nothing, + ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(2016), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2759), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2956), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4333), 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, - [76248] = 33, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [77453] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(57), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, - aux_sym_unquoted_token1, - STATE(406), 1, - sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(346), 1, sym_val_number, - STATE(2021), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, + sym__val_number_decimal, + STATE(2017), 1, sym_comment, - STATE(2844), 1, + STATE(2532), 1, sym__var, - STATE(3124), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - STATE(3151), 1, + STATE(2785), 1, sym_unquoted, - STATE(3152), 1, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2904), 1, sym__expr_binary_expression, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(91), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -256092,396 +259459,329 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76370] = 4, + [77578] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2022), 1, - sym_comment, - ACTIONS(1506), 12, - 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, - ACTIONS(1508), 41, + ACTIONS(4309), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4319), 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, - sym_val_nothing, + ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(2018), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2757), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2957), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4333), 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, - [76434] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2023), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 10, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym__, - anon_sym_PLUS, - anon_sym_LT2, - aux_sym__val_number_decimal_token1, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1512), 37, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 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, + [77703] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4309), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(4311), 1, anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4319), 1, 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, - sym_val_nothing, + ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + STATE(346), 1, + sym_val_number, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(2019), 1, + sym_comment, + STATE(2532), 1, + sym__var, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2755), 1, + sym_unquoted, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2958), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4333), 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, - [76504] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2024), 1, - sym_comment, - ACTIONS(1506), 12, - 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(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1508), 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, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, sym_val_nothing, - 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, - [76568] = 13, + 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, + [77828] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4347), 1, - anon_sym_in, - STATE(2025), 1, + STATE(2020), 1, sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4357), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1512), 28, - anon_sym_LBRACK, + ACTIONS(1509), 13, 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, - sym_val_nothing, - 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, - [76650] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2026), 1, - sym_comment, - ACTIONS(1506), 12, - anon_sym_GT, + ACTIONS(1507), 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, - ACTIONS(1508), 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, - sym_val_nothing, - 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, - [76714] = 33, + aux_sym__record_key_token2, + [77893] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4315), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4321), 1, anon_sym_PLUS, - ACTIONS(4333), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4337), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - STATE(406), 1, - sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, + STATE(346), 1, sym_val_number, - STATE(2027), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(2021), 1, sym_comment, - STATE(2844), 1, + STATE(2532), 1, sym__var, - STATE(3124), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3146), 1, + STATE(2754), 1, sym_unquoted, - STATE(3148), 1, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, sym__inter_single_quotes, - STATE(3149), 1, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2964), 1, sym__expr_binary_expression, - STATE(3150), 1, - sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(87), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 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(4339), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -256493,84 +259793,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76836] = 33, + [78018] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + STATE(2022), 1, + sym_comment, + ACTIONS(1493), 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(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1491), 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, + [78083] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2556), 1, anon_sym_DOLLAR, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(2558), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, + anon_sym_LBRACK, + ACTIONS(4427), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, + anon_sym_LBRACE, + ACTIONS(4431), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4433), 1, anon_sym_PLUS, - ACTIONS(4333), 1, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4337), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, + sym_val_date, + ACTIONS(4447), 1, + anon_sym_DQUOTE, + ACTIONS(4451), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4453), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4455), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(127), 1, sym__val_number_decimal, - STATE(411), 1, + STATE(134), 1, sym__val_number, - STATE(443), 1, + STATE(135), 1, sym_val_number, - STATE(2028), 1, - sym_comment, - STATE(2844), 1, + STATE(912), 1, sym__var, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, + STATE(1069), 1, sym__expr_unary_minus, - STATE(3144), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1105), 1, sym_unquoted, - STATE(3145), 1, - sym__expr_binary_expression, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(1111), 1, sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(1113), 1, + sym__expr_binary_expression, + STATE(2023), 1, + sym_comment, + ACTIONS(4439), 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(4449), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4441), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(1103), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -256582,80 +259945,17 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [76958] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2029), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4345), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 8, - 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, - ACTIONS(1512), 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, - sym_val_nothing, - 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, - [77030] = 4, + [78208] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2030), 1, + STATE(2024), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1491), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym__, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -256664,14 +259964,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1508), 41, + ACTIONS(1493), 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, @@ -256693,7 +259993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -256706,300 +260006,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77094] = 4, + [78273] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2031), 1, + STATE(2025), 1, sym_comment, - ACTIONS(1550), 12, - 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, - ACTIONS(1552), 41, - anon_sym_LBRACK, + ACTIONS(2876), 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, - sym_val_nothing, - 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, - [77158] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2032), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4345), 2, + ACTIONS(2874), 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_PLUS, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 6, + 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_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, - ACTIONS(1512), 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, - anon_sym_EQ_TILDE, - anon_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_val_nothing, - 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, - [77236] = 33, + aux_sym__record_key_token2, + [78338] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, + ACTIONS(2556), 1, anon_sym_DOLLAR, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(4327), 1, + ACTIONS(2558), 1, anon_sym_DASH, - ACTIONS(4329), 1, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, + anon_sym_LBRACK, + ACTIONS(4427), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, + anon_sym_LBRACE, + ACTIONS(4431), 1, anon_sym_DOT, - ACTIONS(4331), 1, + ACTIONS(4433), 1, anon_sym_PLUS, - ACTIONS(4333), 1, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4337), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, - aux_sym_unquoted_token1, - STATE(406), 1, - sym__val_number_decimal, - STATE(411), 1, - sym__val_number, - STATE(443), 1, - sym_val_number, - STATE(2033), 1, - sym_comment, - STATE(2844), 1, - sym__var, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3139), 1, - sym_unquoted, - STATE(3143), 1, - sym__expr_binary_expression, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, - sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, + ACTIONS(4437), 1, + anon_sym_null, + ACTIONS(4445), 1, sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 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(4339), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3178), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3122), 11, - 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, - [77358] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(95), 1, + ACTIONS(4447), 1, anon_sym_DQUOTE, - ACTIONS(99), 1, + ACTIONS(4451), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(101), 1, + ACTIONS(4453), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(4327), 1, - anon_sym_DASH, - ACTIONS(4329), 1, - anon_sym_DOT, - ACTIONS(4331), 1, - anon_sym_PLUS, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(4337), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4341), 1, + ACTIONS(4455), 1, aux_sym_unquoted_token1, - STATE(406), 1, + STATE(127), 1, sym__val_number_decimal, - STATE(411), 1, + STATE(134), 1, sym__val_number, - STATE(443), 1, + STATE(135), 1, sym_val_number, - STATE(2034), 1, - sym_comment, - STATE(2844), 1, + STATE(912), 1, sym__var, - STATE(3124), 1, - sym__str_double_quotes, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3140), 1, + STATE(1062), 1, sym_unquoted, - STATE(3141), 1, + STATE(1069), 1, + sym__expr_unary_minus, + STATE(1070), 1, sym__expr_binary_expression, - STATE(3148), 1, - sym__inter_single_quotes, - STATE(3150), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, sym__inter_double_quotes, - ACTIONS(93), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(97), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4335), 2, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(2026), 1, + sym_comment, + ACTIONS(4439), 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(4449), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4339), 3, + ACTIONS(4441), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3178), 4, + STATE(1103), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3122), 11, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257011,84 +260158,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77480] = 33, + [78463] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, ACTIONS(4315), 1, anon_sym_DASH, ACTIONS(4317), 1, - anon_sym_DOT, + anon_sym_LBRACE, ACTIONS(4319), 1, - anon_sym_PLUS, + anon_sym_DOT, ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, sym__val_number_decimal, - STATE(2035), 1, + STATE(2027), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2787), 1, + STATE(2751), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2913), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2944), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257100,87 +260249,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77602] = 34, + [78588] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4375), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4377), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4379), 1, - anon_sym_DASH, - ACTIONS(4381), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4383), 1, - anon_sym_DOT, - ACTIONS(4385), 1, - anon_sym_PLUS, - ACTIONS(4387), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4393), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4399), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - STATE(52), 1, - sym__val_number_decimal, - STATE(55), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4375), 1, + anon_sym_DASH, + ACTIONS(4377), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_PLUS, + ACTIONS(4381), 1, + aux_sym__val_number_decimal_token1, + STATE(346), 1, sym_val_number, - STATE(57), 1, + STATE(359), 1, sym__val_number, - STATE(526), 1, + STATE(361), 1, + sym__val_number_decimal, + STATE(2028), 1, + sym_comment, + STATE(2532), 1, sym__var, - STATE(570), 1, - sym_val_variable, - STATE(579), 1, - sym_expr_parenthesized, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(670), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(2798), 1, sym__inter_single_quotes, - STATE(1476), 1, - sym_val_range, - STATE(1553), 1, - sym__expression, - STATE(2036), 1, - sym_comment, - STATE(3434), 1, + STATE(2800), 1, + sym_unquoted, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2892), 1, sym__expr_binary_expression, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4401), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4397), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(673), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4395), 6, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(647), 10, + STATE(2761), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -257190,16 +260340,17 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77726] = 4, + [78713] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2037), 1, + STATE(2029), 1, sym_comment, - ACTIONS(1469), 12, + ACTIONS(1511), 13, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym__, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -257208,14 +260359,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1562), 41, + ACTIONS(1513), 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, @@ -257237,7 +260388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -257250,84 +260401,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77790] = 33, + [78778] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2038), 1, + STATE(2030), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2784), 1, + STATE(2763), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2914), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2886), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257339,84 +260492,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [77912] = 33, + [78903] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2039), 1, + STATE(2031), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2778), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2915), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2815), 1, + sym_unquoted, + STATE(2943), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257428,84 +260583,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78034] = 33, + [79028] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2040), 1, + STATE(2032), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2769), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2917), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2829), 1, + sym_unquoted, + STATE(2942), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257517,84 +260674,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78156] = 33, + [79153] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2041), 1, + STATE(2033), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2765), 1, + STATE(2751), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2918), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2941), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257606,84 +260765,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78278] = 33, + [79278] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4459), 1, + anon_sym_LPAREN, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, - sym_val_number, - STATE(351), 1, + ACTIONS(4477), 1, + aux_sym_unquoted_token1, + STATE(75), 1, sym__val_number_decimal, - STATE(2042), 1, - sym_comment, - STATE(2442), 1, + STATE(83), 1, + sym_val_number, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2761), 1, + STATE(760), 1, sym_unquoted, - STATE(2789), 1, + STATE(762), 1, + sym__expr_binary_expression, + STATE(776), 1, + sym__expr_unary_minus, + STATE(782), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(784), 1, sym__inter_double_quotes, - STATE(2919), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(2034), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257695,84 +260856,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78400] = 33, + [79403] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2043), 1, + STATE(2035), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2759), 1, + STATE(2754), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2920), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2940), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257784,84 +260947,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78522] = 33, + [79528] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2044), 1, + STATE(2036), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2757), 1, + STATE(2755), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2921), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2937), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257873,84 +261038,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78644] = 33, + [79653] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2045), 1, + STATE(2037), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2711), 1, - sym_unquoted, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2757), 1, + sym_unquoted, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2924), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2936), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -257962,84 +261129,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78766] = 33, + [79778] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4315), 1, + ACTIONS(4375), 1, anon_sym_DASH, - ACTIONS(4317), 1, + ACTIONS(4377), 1, anon_sym_DOT, - ACTIONS(4319), 1, + ACTIONS(4379), 1, anon_sym_PLUS, - ACTIONS(4321), 1, + ACTIONS(4381), 1, aux_sym__val_number_decimal_token1, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(346), 1, sym_val_number, - STATE(351), 1, + STATE(359), 1, + sym__val_number, + STATE(361), 1, sym__val_number_decimal, - STATE(2046), 1, + STATE(2038), 1, sym_comment, - STATE(2442), 1, + STATE(2532), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(2749), 1, + STATE(2759), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2925), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2935), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4323), 3, + ACTIONS(4383), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258051,84 +261220,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [78888] = 33, + [79903] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(4237), 1, + anon_sym_LBRACE, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4459), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4477), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(75), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(83), 1, sym_val_number, - STATE(1694), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2003), 1, + STATE(765), 1, sym_unquoted, - STATE(2004), 1, + STATE(767), 1, sym__expr_binary_expression, - STATE(2047), 1, - sym_comment, - STATE(2110), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(784), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(2039), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258140,84 +261311,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79010] = 33, + [80028] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(4237), 1, + anon_sym_LBRACE, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4459), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4477), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(75), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(83), 1, sym_val_number, - STATE(1694), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2005), 1, + STATE(752), 1, sym_unquoted, - STATE(2006), 1, + STATE(753), 1, sym__expr_binary_expression, - STATE(2048), 1, - sym_comment, - STATE(2110), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(784), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(2040), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258229,84 +261402,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79132] = 33, + [80153] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, + ACTIONS(4233), 1, anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(4237), 1, + anon_sym_LBRACE, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4459), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4477), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(75), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(83), 1, sym_val_number, - STATE(1694), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2007), 1, + STATE(754), 1, sym_unquoted, - STATE(2009), 1, + STATE(755), 1, sym__expr_binary_expression, - STATE(2049), 1, - sym_comment, - STATE(2110), 1, + STATE(776), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(782), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(784), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(2041), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258318,84 +261493,268 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79254] = 33, + [80278] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, + ACTIONS(4481), 1, + anon_sym_LPAREN, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4137), 1, + ACTIONS(4485), 1, + anon_sym_DASH, + ACTIONS(4487), 1, + anon_sym_LBRACE, + ACTIONS(4489), 1, + anon_sym_DOT, + ACTIONS(4491), 1, + anon_sym_PLUS, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4517), 1, + aux_sym_unquoted_token1, + STATE(19), 1, + sym__val_number_decimal, + STATE(48), 1, + sym_val_number, + STATE(50), 1, + sym__val_number, + STATE(517), 1, + sym__var, + STATE(580), 1, + sym__expr_unary_minus, + STATE(597), 1, + sym__expr_binary_expression, + STATE(600), 1, + sym__inter_single_quotes, + STATE(603), 1, + sym_unquoted, + STATE(613), 1, + sym__inter_double_quotes, + STATE(618), 1, + sym__str_double_quotes, + STATE(2042), 1, + sym_comment, + ACTIONS(4497), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4511), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4501), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4503), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(614), 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, + [80403] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(425), 1, sym__val_number_decimal, - STATE(244), 1, + STATE(426), 1, sym__val_number, - STATE(246), 1, + STATE(464), 1, sym_val_number, - STATE(1694), 1, + STATE(2043), 1, + sym_comment, + STATE(2902), 1, sym__var, - STATE(2010), 1, + STATE(3116), 1, sym_unquoted, - STATE(2011), 1, + STATE(3117), 1, sym__expr_binary_expression, - STATE(2050), 1, - sym_comment, - STATE(2110), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, sym__expr_unary_minus, - STATE(2115), 1, + STATE(3222), 1, sym__str_double_quotes, - STATE(2131), 1, - sym__inter_single_quotes, - STATE(2132), 1, - sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + ACTIONS(97), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + 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(4535), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3119), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(3212), 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, + [80528] = 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(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, + anon_sym_DASH, + ACTIONS(4523), 1, + anon_sym_DOT, + ACTIONS(4525), 1, + anon_sym_PLUS, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4537), 1, + aux_sym_unquoted_token1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, + sym__val_number, + STATE(464), 1, + sym_val_number, + STATE(2044), 1, + sym_comment, + STATE(2902), 1, + sym__var, + STATE(3113), 1, + sym_unquoted, + STATE(3114), 1, + sym__expr_binary_expression, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4531), 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(4147), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258407,84 +261766,177 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79376] = 33, + [80653] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, + ACTIONS(4481), 1, + anon_sym_LPAREN, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4137), 1, + ACTIONS(4485), 1, + anon_sym_DASH, + ACTIONS(4487), 1, + anon_sym_LBRACE, + ACTIONS(4489), 1, + anon_sym_DOT, + ACTIONS(4491), 1, + anon_sym_PLUS, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4517), 1, + aux_sym_unquoted_token1, + STATE(19), 1, + sym__val_number_decimal, + STATE(48), 1, + sym_val_number, + STATE(50), 1, + sym__val_number, + STATE(517), 1, + sym__var, + STATE(566), 1, + sym__expr_binary_expression, + STATE(580), 1, + sym__expr_unary_minus, + STATE(595), 1, + sym_unquoted, + STATE(600), 1, + sym__inter_single_quotes, + STATE(613), 1, + sym__inter_double_quotes, + STATE(618), 1, + sym__str_double_quotes, + STATE(2045), 1, + sym_comment, + ACTIONS(4497), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4511), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4501), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4503), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(614), 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, + [80778] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4479), 1, + anon_sym_LBRACK, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4483), 1, + anon_sym_DOLLAR, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4411), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(48), 1, sym_val_number, - STATE(1694), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2012), 1, - sym_unquoted, - STATE(2013), 1, + STATE(569), 1, sym__expr_binary_expression, - STATE(2051), 1, - sym_comment, - STATE(2110), 1, + STATE(570), 1, + sym_unquoted, + STATE(580), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(613), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2046), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258496,84 +261948,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79498] = 33, + [80903] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, - anon_sym_DQUOTE, - ACTIONS(4153), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4483), 1, + anon_sym_DOLLAR, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4411), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(48), 1, sym_val_number, - STATE(1694), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2014), 1, + STATE(571), 1, sym_unquoted, - STATE(2015), 1, + STATE(574), 1, sym__expr_binary_expression, - STATE(2052), 1, - sym_comment, - STATE(2110), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(613), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2047), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258585,84 +262039,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79620] = 33, + [81028] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, - anon_sym_DQUOTE, - ACTIONS(4153), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4483), 1, + anon_sym_DOLLAR, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4411), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(48), 1, sym_val_number, - STATE(1694), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2016), 1, + STATE(580), 1, + sym__expr_unary_minus, + STATE(581), 1, sym_unquoted, - STATE(2017), 1, + STATE(586), 1, sym__expr_binary_expression, - STATE(2053), 1, - sym_comment, - STATE(2110), 1, - sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(613), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2048), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258674,84 +262130,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79742] = 33, + [81153] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(425), 1, sym__val_number_decimal, - STATE(244), 1, + STATE(426), 1, sym__val_number, - STATE(246), 1, + STATE(464), 1, sym_val_number, - STATE(1694), 1, + STATE(2049), 1, + sym_comment, + STATE(2902), 1, sym__var, - STATE(2018), 1, + STATE(3108), 1, sym_unquoted, - STATE(2019), 1, + STATE(3112), 1, sym__expr_binary_expression, - STATE(2054), 1, - sym_comment, - STATE(2110), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, sym__expr_unary_minus, - STATE(2115), 1, + STATE(3222), 1, sym__str_double_quotes, - STATE(2131), 1, - sym__inter_single_quotes, - STATE(2132), 1, - sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4531), 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(4147), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258763,84 +262221,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79864] = 33, + [81278] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, - anon_sym_DQUOTE, - ACTIONS(4153), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4483), 1, + anon_sym_DOLLAR, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4411), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(48), 1, sym_val_number, - STATE(1694), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(1964), 1, - sym__expr_binary_expression, - STATE(2020), 1, + STATE(567), 1, sym_unquoted, - STATE(2055), 1, - sym_comment, - STATE(2110), 1, + STATE(568), 1, + sym__expr_binary_expression, + STATE(580), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(613), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2050), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258852,84 +262312,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [79986] = 33, + [81403] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(425), 1, sym__val_number_decimal, - STATE(244), 1, + STATE(426), 1, sym__val_number, - STATE(246), 1, + STATE(464), 1, sym_val_number, - STATE(1694), 1, + STATE(2051), 1, + sym_comment, + STATE(2902), 1, sym__var, - STATE(2022), 1, + STATE(3104), 1, sym_unquoted, - STATE(2023), 1, + STATE(3106), 1, sym__expr_binary_expression, - STATE(2056), 1, - sym_comment, - STATE(2110), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, sym__expr_unary_minus, - STATE(2115), 1, + STATE(3222), 1, sym__str_double_quotes, - STATE(2131), 1, - sym__inter_single_quotes, - STATE(2132), 1, - sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4531), 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(4147), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -258941,84 +262403,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80108] = 33, + [81528] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, - anon_sym_DQUOTE, - ACTIONS(4153), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4315), 1, anon_sym_DASH, - ACTIONS(4411), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4319), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4321), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - STATE(228), 1, - sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(346), 1, sym_val_number, - STATE(1694), 1, - sym__var, - STATE(2024), 1, - sym_unquoted, - STATE(2025), 1, - sym__expr_binary_expression, - STATE(2057), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(2052), 1, sym_comment, - STATE(2110), 1, - sym__expr_unary_minus, - STATE(2115), 1, + STATE(2532), 1, + sym__var, + STATE(2744), 1, sym__str_double_quotes, - STATE(2131), 1, - sym__inter_single_quotes, - STATE(2132), 1, + STATE(2797), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2829), 1, + sym_unquoted, + STATE(2971), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259030,84 +262494,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80230] = 33, + [81653] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, - anon_sym_DQUOTE, - ACTIONS(4153), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4483), 1, + anon_sym_DOLLAR, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4411), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(244), 1, - sym__val_number, - STATE(246), 1, + STATE(48), 1, sym_val_number, - STATE(1694), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2026), 1, + STATE(573), 1, sym_unquoted, - STATE(2029), 1, + STATE(575), 1, sym__expr_binary_expression, - STATE(2058), 1, - sym_comment, - STATE(2110), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(2115), 1, - sym__str_double_quotes, - STATE(2131), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(2132), 1, + STATE(613), 1, sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2053), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4147), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259119,84 +262585,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80352] = 33, + [81778] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4123), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4127), 1, - anon_sym_DOLLAR, - ACTIONS(4137), 1, - anon_sym_not, - ACTIONS(4149), 1, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4153), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4155), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4407), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, anon_sym_LPAREN, - ACTIONS(4409), 1, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4411), 1, - anon_sym_LBRACE, - ACTIONS(4413), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4415), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4417), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4421), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(228), 1, + STATE(425), 1, sym__val_number_decimal, - STATE(244), 1, + STATE(426), 1, sym__val_number, - STATE(246), 1, + STATE(464), 1, sym_val_number, - STATE(1694), 1, + STATE(2054), 1, + sym_comment, + STATE(2902), 1, sym__var, - STATE(2030), 1, + STATE(3101), 1, sym_unquoted, - STATE(2032), 1, + STATE(3102), 1, sym__expr_binary_expression, - STATE(2059), 1, - sym_comment, - STATE(2110), 1, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, sym__expr_unary_minus, - STATE(2115), 1, + STATE(3222), 1, sym__str_double_quotes, - STATE(2131), 1, - sym__inter_single_quotes, - STATE(2132), 1, - sym__inter_double_quotes, - ACTIONS(4139), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4141), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4151), 2, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4145), 3, + ACTIONS(4531), 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(4147), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4419), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2037), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2124), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259208,84 +262676,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80474] = 33, + [81903] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2060), 1, + STATE(2055), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3091), 1, + STATE(3097), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3397), 1, + STATE(3098), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259297,84 +262767,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80596] = 33, + [82028] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2061), 1, + STATE(2056), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3087), 1, + STATE(3089), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3396), 1, + STATE(3091), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3179), 1, + sym__inter_double_quotes, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259386,84 +262858,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80718] = 33, + [82153] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4481), 1, + anon_sym_LPAREN, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4487), 1, + anon_sym_LBRACE, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(457), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(2062), 1, - sym_comment, - STATE(2614), 1, + STATE(48), 1, + sym_val_number, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3053), 1, + STATE(576), 1, sym_unquoted, - STATE(3118), 1, + STATE(577), 1, + sym__expr_binary_expression, + STATE(580), 1, sym__expr_unary_minus, - STATE(3182), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(613), 1, sym__inter_double_quotes, - STATE(3394), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2057), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4511), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259475,84 +262949,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80840] = 33, + [82278] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2063), 1, + STATE(2058), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3055), 1, + STATE(3094), 1, + sym__expr_binary_expression, + STATE(3096), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3392), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259564,84 +263040,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [80962] = 33, + [82403] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2064), 1, + STATE(2059), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3057), 1, + STATE(3109), 1, + sym__expr_binary_expression, + STATE(3110), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3391), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259653,84 +263131,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81084] = 33, + [82528] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2065), 1, + STATE(2060), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3059), 1, + STATE(3111), 1, + sym__expr_binary_expression, + STATE(3171), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3388), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259742,84 +263222,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81206] = 33, + [82653] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2066), 1, + STATE(2061), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3060), 1, + STATE(3141), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3385), 1, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3187), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259831,84 +263313,210 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81328] = 33, + [82778] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(4541), 1, + anon_sym_COMMA, + STATE(2062), 1, + sym_comment, + ACTIONS(4543), 12, anon_sym_LPAREN, - ACTIONS(2794), 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, - ACTIONS(3996), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4539), 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, + [82845] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4547), 1, + anon_sym_COMMA, + STATE(2063), 1, + sym_comment, + ACTIONS(4549), 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(4545), 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, + [82912] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4481), 1, + anon_sym_LPAREN, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4487), 1, + anon_sym_LBRACE, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4515), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(457), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(2067), 1, - sym_comment, - STATE(2614), 1, + STATE(48), 1, + sym_val_number, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3061), 1, - sym_unquoted, - STATE(3118), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(3182), 1, + STATE(582), 1, + sym_unquoted, + STATE(583), 1, + sym__expr_binary_expression, + STATE(600), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(613), 1, sym__inter_double_quotes, - STATE(3383), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2064), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4511), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -259920,86 +263528,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81450] = 33, + [83037] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, + anon_sym_DQUOTE, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4551), 1, + anon_sym_LPAREN, + ACTIONS(4553), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4555), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4557), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4559), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(457), 1, + STATE(39), 1, sym__val_number_decimal, - STATE(2068), 1, - sym_comment, - STATE(2614), 1, + STATE(48), 1, + sym_val_number, + STATE(50), 1, + sym__val_number, + STATE(527), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3062), 1, - sym_unquoted, - STATE(3118), 1, + STATE(559), 1, + sym_val_variable, + STATE(563), 1, + sym_expr_parenthesized, + STATE(580), 1, sym__expr_unary_minus, - STATE(3182), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(613), 1, sym__inter_double_quotes, - STATE(3381), 1, + STATE(618), 1, + sym__str_double_quotes, + STATE(1384), 1, + sym_val_range, + STATE(1390), 1, + sym__expression, + STATE(2065), 1, + sym_comment, + STATE(3461), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(4511), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4505), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3094), 4, + STATE(608), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3070), 11, + ACTIONS(4501), 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(614), 11, + sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -260009,84 +263620,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81572] = 33, + [83164] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4563), 1, + anon_sym_LPAREN, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4569), 1, + anon_sym_LBRACE, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4575), 1, + anon_sym_not, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4597), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(44), 1, + sym__val_number_decimal, + STATE(55), 1, sym__val_number, - STATE(444), 1, + STATE(56), 1, sym_val_number, - STATE(457), 1, - sym__val_number_decimal, - STATE(2069), 1, - sym_comment, - STATE(2614), 1, + STATE(541), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3063), 1, + STATE(662), 1, + sym__expr_binary_expression, + STATE(663), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(3380), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(678), 1, + sym__expr_unary_minus, + STATE(2066), 1, + sym_comment, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260098,84 +263711,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81694] = 33, + [83289] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(457), 1, + STATE(483), 1, sym__val_number_decimal, - STATE(2070), 1, + STATE(2067), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3064), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3138), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3379), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3454), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260187,84 +263802,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81816] = 33, + [83414] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(457), 1, + STATE(483), 1, sym__val_number_decimal, - STATE(2071), 1, + STATE(2068), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3067), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3139), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3378), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3452), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260276,84 +263893,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [81938] = 33, + [83539] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4423), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4425), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4427), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4429), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4433), 1, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(457), 1, + STATE(483), 1, sym__val_number_decimal, - STATE(2072), 1, + STATE(2069), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3068), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3140), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3377), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3449), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4431), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260365,84 +263984,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82060] = 33, + [83664] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2073), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2070), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2785), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3142), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2811), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3447), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260454,84 +264075,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82182] = 33, + [83789] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2074), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2071), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2796), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3143), 1, sym_unquoted, - STATE(2812), 1, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3445), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260543,84 +264166,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82304] = 33, + [83914] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2075), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2072), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2792), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3144), 1, sym_unquoted, - STATE(2813), 1, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3443), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260632,84 +264257,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82426] = 33, + [84039] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2076), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2073), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2787), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3145), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2814), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3441), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260721,84 +264348,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82548] = 33, + [84164] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2077), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2074), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2784), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3147), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2797), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3439), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260810,84 +264439,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82670] = 33, + [84289] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2078), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2075), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2778), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3148), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2816), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3437), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260899,84 +264530,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82792] = 33, + [84414] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2079), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2076), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2769), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3149), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2818), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3435), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -260988,84 +264621,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [82914] = 33, + [84539] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2080), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2077), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2765), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3150), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2820), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3432), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261077,84 +264712,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83036] = 33, + [84664] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2081), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2078), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2761), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3151), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2821), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3430), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261166,84 +264803,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83158] = 33, + [84789] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4603), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4605), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4607), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4609), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + STATE(434), 1, sym__val_number, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2082), 1, + STATE(483), 1, + sym__val_number_decimal, + STATE(2079), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2759), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3152), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2822), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3428), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4611), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261255,84 +264894,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83280] = 33, + [84914] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4485), 1, + anon_sym_DASH, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4489), 1, + anon_sym_DOT, + ACTIONS(4491), 1, + anon_sym_PLUS, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - ACTIONS(4435), 1, - anon_sym_DASH, - ACTIONS(4437), 1, - anon_sym_DOT, - ACTIONS(4439), 1, - anon_sym_PLUS, - ACTIONS(4441), 1, - aux_sym__val_number_decimal_token1, - STATE(307), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(48), 1, sym_val_number, - STATE(2083), 1, - sym_comment, - STATE(2442), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2738), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2757), 1, + STATE(584), 1, sym_unquoted, - STATE(2789), 1, + STATE(591), 1, + sym__expr_binary_expression, + STATE(600), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(613), 1, sym__inter_double_quotes, - STATE(2830), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2080), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261344,84 +264985,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83402] = 33, + [85039] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4261), 1, + ACTIONS(4485), 1, + anon_sym_DASH, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, + ACTIONS(4489), 1, + anon_sym_DOT, + ACTIONS(4491), 1, + anon_sym_PLUS, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - ACTIONS(4435), 1, - anon_sym_DASH, - ACTIONS(4437), 1, - anon_sym_DOT, - ACTIONS(4439), 1, - anon_sym_PLUS, - ACTIONS(4441), 1, - aux_sym__val_number_decimal_token1, - STATE(307), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, + STATE(48), 1, sym_val_number, - STATE(2084), 1, - sym_comment, - STATE(2442), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2711), 1, - sym_unquoted, - STATE(2738), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, + STATE(592), 1, + sym_unquoted, + STATE(596), 1, + sym__expr_binary_expression, + STATE(600), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(613), 1, sym__inter_double_quotes, - STATE(2838), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2081), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, + ACTIONS(4505), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261433,173 +265076,303 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83524] = 33, + [85164] = 36, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, - anon_sym_DOLLAR, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, ACTIONS(4289), 1, - aux_sym_unquoted_token1, - ACTIONS(4435), 1, + anon_sym_LBRACK, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(4295), 1, anon_sym_DASH, - ACTIONS(4437), 1, + ACTIONS(4297), 1, + anon_sym_LBRACE, + ACTIONS(4299), 1, anon_sym_DOT, - ACTIONS(4439), 1, + ACTIONS(4301), 1, anon_sym_PLUS, - ACTIONS(4441), 1, + ACTIONS(4303), 1, aux_sym__val_number_decimal_token1, - STATE(307), 1, - sym__val_number_decimal, - STATE(329), 1, + ACTIONS(4307), 1, + sym_val_date, + ACTIONS(4615), 1, + anon_sym_RBRACK, + STATE(508), 1, sym__val_number, - STATE(341), 1, + STATE(510), 1, + sym__val_number_decimal, + STATE(513), 1, sym_val_number, - STATE(2085), 1, + STATE(2082), 1, sym_comment, - STATE(2442), 1, + STATE(2223), 1, + aux_sym__match_pattern_list_repeat1, + STATE(3168), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(3419), 1, sym__str_double_quotes, - STATE(2749), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2835), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(3486), 1, + sym_val_variable, + STATE(3487), 1, + sym_expr_parenthesized, + STATE(3517), 1, + sym__expr_unary_minus, + STATE(3520), 1, + sym__match_pattern_expression, + STATE(3522), 1, + sym__match_pattern_list, + STATE(5820), 1, + sym_val_list, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + STATE(3524), 2, + sym__match_pattern_value, + sym_val_range, + STATE(5998), 2, + sym__match_pattern_rest, + sym__match_pattern_ignore_rest, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4279), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4443), 3, + ACTIONS(4305), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, + STATE(3521), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3527), 8, + 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, - [83646] = 33, + [85293] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4619), 1, + anon_sym_COMMA, + STATE(2083), 1, + sym_comment, + ACTIONS(4621), 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(4617), 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, + [85360] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4625), 1, + anon_sym_COMMA, + STATE(2084), 1, + sym_comment, + ACTIONS(4627), 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(4623), 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, + [85427] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4261), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4263), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4265), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4267), 1, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4273), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(341), 1, + STATE(48), 1, sym_val_number, - STATE(2086), 1, - sym_comment, - STATE(2442), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2738), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, + STATE(600), 1, sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2796), 1, + STATE(605), 1, sym_unquoted, - STATE(2842), 1, + STATE(606), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(613), 1, + sym__inter_double_quotes, + STATE(618), 1, + sym__str_double_quotes, + STATE(2085), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4279), 3, + ACTIONS(4505), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2739), 4, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261611,84 +265384,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83768] = 33, + [85552] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4479), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4481), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4483), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, + ACTIONS(4485), 1, anon_sym_DASH, - ACTIONS(4261), 1, + ACTIONS(4487), 1, anon_sym_LBRACE, - ACTIONS(4263), 1, + ACTIONS(4489), 1, anon_sym_DOT, - ACTIONS(4265), 1, + ACTIONS(4491), 1, anon_sym_PLUS, - ACTIONS(4267), 1, + ACTIONS(4493), 1, anon_sym_not, - ACTIONS(4273), 1, + ACTIONS(4495), 1, + anon_sym_null, + ACTIONS(4499), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, + ACTIONS(4507), 1, + sym_val_date, + ACTIONS(4509), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4513), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4515), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4517), 1, aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, + STATE(19), 1, sym__val_number_decimal, - STATE(341), 1, + STATE(48), 1, sym_val_number, - STATE(2087), 1, - sym_comment, - STATE(2442), 1, + STATE(50), 1, + sym__val_number, + STATE(517), 1, sym__var, - STATE(2738), 1, + STATE(580), 1, sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, + STATE(598), 1, + sym__expr_binary_expression, + STATE(600), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(613), 1, sym__inter_double_quotes, - STATE(2792), 1, + STATE(616), 1, sym_unquoted, - STATE(2863), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(618), 1, + sym__str_double_quotes, + STATE(2086), 1, + sym_comment, + ACTIONS(4497), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4511), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4501), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, + ACTIONS(4503), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4279), 3, + ACTIONS(4505), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2739), 4, + STATE(623), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(614), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261700,84 +265475,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [83890] = 33, + [85677] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4263), 1, - anon_sym_DOT, - ACTIONS(4265), 1, - anon_sym_PLUS, - ACTIONS(4267), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(329), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, + STATE(465), 1, sym_val_number, - STATE(2088), 1, + STATE(490), 1, + sym__val_number_decimal, + STATE(2087), 1, sym_comment, - STATE(2442), 1, + STATE(2682), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(2787), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3152), 1, sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2853), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3373), 1, sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4279), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2739), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261789,144 +265566,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84012] = 4, + [85802] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2089), 1, + STATE(2088), 1, sym_comment, - ACTIONS(1363), 12, - 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, - ACTIONS(1365), 41, - anon_sym_LBRACK, + ACTIONS(3305), 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, - sym_val_nothing, - 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, - [84076] = 33, + ACTIONS(3303), 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, + [85867] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4261), 1, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4263), 1, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4265), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4267), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4273), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(341), 1, + STATE(55), 1, + sym__val_number, + STATE(56), 1, sym_val_number, - STATE(2090), 1, - sym_comment, - STATE(2442), 1, + STATE(541), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2778), 1, + STATE(644), 1, sym_unquoted, - STATE(2789), 1, + STATE(649), 1, + sym__expr_binary_expression, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(2886), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(678), 1, + sym__expr_unary_minus, + STATE(2089), 1, + sym_comment, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4593), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4279), 3, + ACTIONS(4587), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2739), 4, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -261938,84 +265718,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84198] = 33, + [85992] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4255), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4261), 1, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4263), 1, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4265), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4267), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4273), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(341), 1, + STATE(55), 1, + sym__val_number, + STATE(56), 1, sym_val_number, - STATE(2091), 1, - sym_comment, - STATE(2442), 1, + STATE(541), 1, sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2769), 1, + STATE(639), 1, sym_unquoted, - STATE(2789), 1, + STATE(643), 1, + sym__expr_binary_expression, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(2791), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(2847), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, + STATE(678), 1, + sym__expr_unary_minus, + STATE(2090), 1, + sym_comment, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4283), 2, + ACTIONS(4593), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4279), 3, + ACTIONS(4587), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2739), 4, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(2733), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -262027,161 +265809,502 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [84320] = 4, + [86117] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2091), 1, + sym_comment, + ACTIONS(3309), 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(3307), 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, + [86182] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2092), 1, + sym_comment, + ACTIONS(3325), 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(3323), 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, + [86247] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2093), 1, + sym_comment, + ACTIONS(3329), 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(3327), 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, + [86312] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2094), 1, + sym_comment, + ACTIONS(3333), 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(3331), 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, + [86377] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2095), 1, + sym_comment, + ACTIONS(3337), 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(3335), 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, + [86442] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2096), 1, + sym_comment, + ACTIONS(3343), 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(3341), 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, + [86507] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2097), 1, + sym_comment, + ACTIONS(3347), 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(3345), 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, + [86572] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2092), 1, + STATE(2098), 1, sym_comment, - ACTIONS(1590), 12, - 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, - ACTIONS(1592), 41, - anon_sym_LBRACK, + ACTIONS(3351), 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, - sym_val_nothing, - 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, - [84384] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, - anon_sym_DOLLAR, - ACTIONS(4259), 1, + ACTIONS(3349), 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(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, - anon_sym_DOT, - ACTIONS(4265), 1, - anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 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(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2093), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2765), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2848), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4275), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4277), 3, aux_sym__val_number_token4, - aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [84506] = 4, + aux_sym__record_key_token2, + [86637] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2094), 1, + ACTIONS(4639), 1, + aux_sym_unquoted_token5, + STATE(2099), 1, sym_comment, - ACTIONS(1566), 12, + ACTIONS(1495), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -262194,7 +266317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1568), 41, + ACTIONS(1497), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -262223,7 +266346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -262236,916 +266359,574 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [84570] = 33, + [86704] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + STATE(2100), 1, + sym_comment, + ACTIONS(3355), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4257), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4265), 1, anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2095), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2761), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2849), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4275), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [84692] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4257), 1, - anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, - anon_sym_DOT, - ACTIONS(4265), 1, - anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2096), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2785), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2894), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4275), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4277), 3, + ACTIONS(3353), 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, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [84814] = 33, + aux_sym__record_key_token2, + [86769] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + STATE(2101), 1, + sym_comment, + ACTIONS(3359), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4257), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4265), 1, anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2097), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2757), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2854), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4275), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3357), 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, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [84936] = 33, + aux_sym__record_key_token2, + [86834] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + STATE(2102), 1, + sym_comment, + ACTIONS(3363), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4257), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4265), 1, anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2098), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2711), 1, - sym_unquoted, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2855), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4275), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3361), 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, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [85058] = 4, + aux_sym__record_key_token2, + [86899] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2099), 1, + STATE(2103), 1, sym_comment, - ACTIONS(1558), 12, - 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, - ACTIONS(1560), 41, - anon_sym_LBRACK, + ACTIONS(3367), 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, - sym_val_nothing, - 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, - [85122] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2100), 1, - sym_comment, - ACTIONS(1554), 12, - anon_sym_GT, + ACTIONS(3365), 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, - ACTIONS(1556), 41, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [86964] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2104), 1, + sym_comment, + ACTIONS(3371), 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, - sym_val_nothing, - 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, - [85186] = 33, + ACTIONS(3369), 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, + [87029] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + STATE(2105), 1, + sym_comment, + ACTIONS(3375), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4257), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4265), 1, anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2101), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2749), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2868), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4275), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [85308] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, - anon_sym_LPAREN, - ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, - anon_sym_DOT, - ACTIONS(4451), 1, - anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(695), 1, - sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(755), 1, - sym__expr_binary_expression, - STATE(767), 1, - sym_unquoted, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, - sym__inter_double_quotes, - STATE(2102), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4227), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(3373), 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(726), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(774), 11, - 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, - [85430] = 33, + aux_sym__record_key_token2, + [87094] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + STATE(2106), 1, + sym_comment, + ACTIONS(3383), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4451), 1, anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(695), 1, - sym__var, - STATE(732), 1, - sym_unquoted, - STATE(742), 1, - sym__str_double_quotes, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, - sym__inter_double_quotes, - STATE(786), 1, - sym__expr_binary_expression, - STATE(2103), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4227), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(726), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(774), 11, - 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, - [85552] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3381), 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, + [87159] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2107), 1, + sym_comment, + ACTIONS(3387), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4451), 1, anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(695), 1, - sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(764), 1, - sym__expr_binary_expression, - STATE(765), 1, - sym_unquoted, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, - sym__inter_double_quotes, - STATE(2104), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4227), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3385), 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(726), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(774), 11, - 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, - [85674] = 33, + aux_sym__record_key_token2, + [87224] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4447), 1, + ACTIONS(4565), 1, + anon_sym_DOLLAR, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4449), 1, + ACTIONS(4569), 1, + anon_sym_LBRACE, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4451), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4453), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4457), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4597), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(75), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(55), 1, sym__val_number, - STATE(85), 1, + STATE(56), 1, sym_val_number, - STATE(695), 1, + STATE(541), 1, sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(760), 1, - sym__expr_binary_expression, - STATE(761), 1, + STATE(654), 1, sym_unquoted, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, + STATE(657), 1, + sym__expr_binary_expression, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(782), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(2105), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(2108), 1, sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263157,84 +266938,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85796] = 33, + [87349] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4447), 1, + ACTIONS(4565), 1, + anon_sym_DOLLAR, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4449), 1, + ACTIONS(4569), 1, + anon_sym_LBRACE, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4451), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4453), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4457), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4597), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(75), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(55), 1, sym__val_number, - STATE(85), 1, + STATE(56), 1, sym_val_number, - STATE(695), 1, + STATE(541), 1, sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(753), 1, - sym__expr_binary_expression, - STATE(759), 1, + STATE(641), 1, sym_unquoted, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, + STATE(647), 1, + sym__expr_binary_expression, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(782), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(2106), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(2109), 1, sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263246,84 +267029,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [85918] = 33, + [87474] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4447), 1, + ACTIONS(4565), 1, + anon_sym_DOLLAR, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4449), 1, + ACTIONS(4569), 1, + anon_sym_LBRACE, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4451), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4453), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4457), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4597), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(75), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(55), 1, sym__val_number, - STATE(85), 1, + STATE(56), 1, sym_val_number, - STATE(695), 1, + STATE(541), 1, sym__var, - STATE(736), 1, + STATE(658), 1, + sym_unquoted, + STATE(660), 1, sym__expr_binary_expression, - STATE(742), 1, + STATE(671), 1, sym__str_double_quotes, - STATE(744), 1, - sym_unquoted, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, + STATE(672), 1, sym__inter_single_quotes, - STATE(782), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(2107), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(2110), 1, sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263335,173 +267120,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86040] = 33, + [87599] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + STATE(2111), 1, + sym_comment, + ACTIONS(3395), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4451), 1, anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(695), 1, - sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(769), 1, - sym_unquoted, - STATE(771), 1, - sym__expr_binary_expression, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, - sym__inter_double_quotes, - STATE(2108), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4227), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3393), 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(726), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(774), 11, - 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, - [86162] = 33, + aux_sym__record_key_token2, + [87664] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, + ACTIONS(2556), 1, anon_sym_DOLLAR, - ACTIONS(4213), 1, + ACTIONS(2558), 1, + anon_sym_DASH, + ACTIONS(2572), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4425), 1, + anon_sym_LBRACK, + ACTIONS(4427), 1, + anon_sym_LPAREN, + ACTIONS(4429), 1, anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, + ACTIONS(4431), 1, + anon_sym_DOT, + ACTIONS(4433), 1, + anon_sym_PLUS, + ACTIONS(4435), 1, + anon_sym_not, + ACTIONS(4437), 1, + anon_sym_null, ACTIONS(4445), 1, - anon_sym_LPAREN, + sym_val_date, ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, - anon_sym_DOT, + anon_sym_DQUOTE, ACTIONS(4451), 1, - anon_sym_PLUS, + anon_sym_DOLLAR_SQUOTE, ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4455), 1, aux_sym_unquoted_token1, - STATE(75), 1, + STATE(127), 1, sym__val_number_decimal, - STATE(84), 1, + STATE(134), 1, sym__val_number, - STATE(85), 1, + STATE(135), 1, sym_val_number, - STATE(695), 1, + STATE(912), 1, sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(775), 1, + STATE(1068), 1, + sym_unquoted, + STATE(1069), 1, sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(781), 1, + STATE(1095), 1, sym__expr_binary_expression, - STATE(782), 1, + STATE(1104), 1, + sym__str_double_quotes, + STATE(1111), 1, sym__inter_double_quotes, - STATE(784), 1, - sym_unquoted, - STATE(2109), 1, + STATE(1112), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4231), 3, + ACTIONS(4449), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2578), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4441), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4443), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + STATE(1103), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(1114), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263513,144 +267272,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86284] = 4, + [87789] = 34, ACTIONS(3), 1, anon_sym_POUND, - STATE(2110), 1, - sym_comment, - ACTIONS(1634), 12, - 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, - ACTIONS(1636), 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, - sym_val_nothing, - 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(2833), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86348] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4209), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4213), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4447), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4629), 1, anon_sym_DASH, - ACTIONS(4449), 1, + ACTIONS(4631), 1, anon_sym_DOT, - ACTIONS(4451), 1, + ACTIONS(4633), 1, anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, + ACTIONS(4635), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, + STATE(434), 1, sym__val_number, - STATE(85), 1, + STATE(465), 1, sym_val_number, - STATE(695), 1, + STATE(490), 1, + sym__val_number_decimal, + STATE(2113), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(728), 1, - sym__expr_binary_expression, - STATE(742), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(775), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(777), 1, + STATE(3151), 1, sym_unquoted, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(2111), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3376), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4455), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4637), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263662,84 +267363,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86470] = 33, + [87914] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4447), 1, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4315), 1, anon_sym_DASH, - ACTIONS(4449), 1, + ACTIONS(4317), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, anon_sym_DOT, - ACTIONS(4451), 1, + ACTIONS(4321), 1, anon_sym_PLUS, - ACTIONS(4453), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4457), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4345), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, + STATE(346), 1, sym_val_number, - STATE(695), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, + sym__val_number_decimal, + STATE(2114), 1, + sym_comment, + STATE(2532), 1, sym__var, - STATE(729), 1, - sym_unquoted, - STATE(731), 1, - sym__expr_binary_expression, - STATE(742), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2112), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2815), 1, + sym_unquoted, + STATE(2972), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263751,84 +267454,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86592] = 33, + [88039] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4209), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4213), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4235), 1, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4239), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, - anon_sym_LPAREN, - ACTIONS(4447), 1, + ACTIONS(4347), 1, + aux_sym_unquoted_token1, + ACTIONS(4405), 1, anon_sym_DASH, - ACTIONS(4449), 1, + ACTIONS(4407), 1, anon_sym_DOT, - ACTIONS(4451), 1, + ACTIONS(4409), 1, anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, + ACTIONS(4411), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, + STATE(346), 1, sym_val_number, - STATE(695), 1, + STATE(359), 1, + sym__val_number, + STATE(360), 1, + sym__val_number_decimal, + STATE(2115), 1, + sym_comment, + STATE(2532), 1, sym__var, - STATE(742), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(746), 1, + STATE(2785), 1, sym_unquoted, - STATE(749), 1, - sym__expr_binary_expression, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(2113), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2894), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4227), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(4413), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(726), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(774), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -263840,382 +267545,208 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [86714] = 4, + [88164] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2114), 1, + STATE(2116), 1, sym_comment, - ACTIONS(1596), 12, - 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, - ACTIONS(1598), 41, - anon_sym_LBRACK, + ACTIONS(3399), 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, - sym_val_nothing, - 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, - [86778] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2115), 1, - sym_comment, - ACTIONS(1630), 12, - anon_sym_GT, + ACTIONS(3397), 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, - ACTIONS(1632), 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, - sym_val_nothing, - 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, - [86842] = 33, + aux_sym__record_key_token2, + [88229] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, - anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, + STATE(2117), 1, + sym_comment, + ACTIONS(3407), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4451), 1, anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(695), 1, - sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(750), 1, - sym_unquoted, - STATE(758), 1, - sym__expr_binary_expression, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, - sym__inter_double_quotes, - STATE(2116), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4227), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(726), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(774), 11, - 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, - [86964] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4205), 1, - anon_sym_LBRACK, - ACTIONS(4209), 1, - anon_sym_DOLLAR, - ACTIONS(4213), 1, - anon_sym_LBRACE, - ACTIONS(4235), 1, anon_sym_DQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4241), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4445), 1, - anon_sym_LPAREN, - ACTIONS(4447), 1, - anon_sym_DASH, - ACTIONS(4449), 1, - anon_sym_DOT, - ACTIONS(4451), 1, - anon_sym_PLUS, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(4457), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4461), 1, - aux_sym_unquoted_token1, - STATE(75), 1, - sym__val_number_decimal, - STATE(84), 1, - sym__val_number, - STATE(85), 1, - sym_val_number, - STATE(695), 1, - sym__var, - STATE(742), 1, - sym__str_double_quotes, - STATE(762), 1, - sym_unquoted, - STATE(763), 1, - sym__expr_binary_expression, - STATE(775), 1, - sym__expr_unary_minus, - STATE(780), 1, - sym__inter_single_quotes, - STATE(782), 1, - sym__inter_double_quotes, - STATE(2117), 1, - sym_comment, - ACTIONS(4233), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4237), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4227), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4231), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4459), 3, + ACTIONS(3405), 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(726), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(774), 11, - 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, - [87086] = 33, + aux_sym__record_key_token2, + [88294] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, - anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, - anon_sym_DOT, - ACTIONS(4475), 1, - anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(514), 1, + STATE(465), 1, + sym_val_number, + STATE(490), 1, + sym__val_number_decimal, + STATE(2118), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(560), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3149), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(567), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(604), 1, + STATE(3385), 1, sym__expr_binary_expression, - STATE(605), 1, - sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2118), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -264227,84 +267758,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87208] = 33, + [88419] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, - anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, - anon_sym_DOT, - ACTIONS(4475), 1, - anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(514), 1, + STATE(465), 1, + sym_val_number, + STATE(490), 1, + sym__val_number_decimal, + STATE(2119), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(560), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3143), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(567), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(602), 1, + STATE(3398), 1, sym__expr_binary_expression, - STATE(603), 1, - sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2119), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -264316,84 +267849,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87330] = 33, + [88544] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, - anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, - anon_sym_DOT, - ACTIONS(4475), 1, - anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(514), 1, + STATE(465), 1, + sym_val_number, + STATE(490), 1, + sym__val_number_decimal, + STATE(2120), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(560), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3148), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(567), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(589), 1, + STATE(3388), 1, sym__expr_binary_expression, - STATE(592), 1, - sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2120), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -264405,173 +267940,208 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87452] = 33, + [88669] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, - anon_sym_LBRACK, - ACTIONS(4465), 1, + STATE(2121), 1, + sym_comment, + ACTIONS(3411), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4467), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, - anon_sym_LBRACE, - ACTIONS(4473), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4475), 1, anon_sym_PLUS, - ACTIONS(4477), 1, - anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 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(4495), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, - aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(514), 1, - sym__var, - STATE(556), 1, - sym__expr_binary_expression, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, - sym__inter_single_quotes, - STATE(571), 1, - sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2121), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3409), 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, + [88734] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2122), 1, + sym_comment, + ACTIONS(3415), 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(4487), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3413), 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, - ACTIONS(4489), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(569), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(597), 11, - 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, - [87574] = 33, + aux_sym__record_key_token2, + [88799] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, - anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, - anon_sym_DOT, - ACTIONS(4475), 1, - anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(514), 1, + STATE(465), 1, + sym_val_number, + STATE(490), 1, + sym__val_number_decimal, + STATE(2123), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(560), 1, - sym__inter_double_quotes, - STATE(565), 1, - sym__expr_binary_expression, - STATE(567), 1, - sym__inter_single_quotes, - STATE(612), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(613), 1, - sym_unquoted, - STATE(615), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(2122), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, + STATE(3147), 1, + sym_unquoted, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3390), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -264583,84 +268153,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87696] = 33, + [88924] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, - anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, - anon_sym_DOT, - ACTIONS(4475), 1, - anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(514), 1, + STATE(465), 1, + sym_val_number, + STATE(490), 1, + sym__val_number_decimal, + STATE(2124), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(560), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3145), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(567), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(572), 1, - sym_unquoted, - STATE(575), 1, + STATE(3393), 1, sym__expr_binary_expression, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2123), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -264672,267 +268244,208 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [87818] = 4, + [89049] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2124), 1, + STATE(2125), 1, sym_comment, - ACTIONS(213), 12, - 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, - ACTIONS(215), 41, - anon_sym_LBRACK, + ACTIONS(3419), 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, - sym_val_nothing, - 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, - [87882] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2125), 1, - sym_comment, - ACTIONS(1498), 12, - anon_sym_GT, + ACTIONS(3417), 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, - ACTIONS(1500), 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, - sym_val_nothing, - 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, - [87946] = 7, + aux_sym__record_key_token2, + [89114] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(2126), 1, sym_comment, - ACTIONS(1471), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1465), 5, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1469), 5, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_LT2, - ACTIONS(1467), 20, - anon_sym_LBRACK, + ACTIONS(3427), 13, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - sym_val_nothing, - 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(1562), 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, - [88016] = 33, + ACTIONS(3425), 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, + [89179] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, - anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, - anon_sym_DOT, - ACTIONS(4475), 1, - anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + ACTIONS(4629), 1, + anon_sym_DASH, + ACTIONS(4631), 1, + anon_sym_DOT, + ACTIONS(4633), 1, + anon_sym_PLUS, + ACTIONS(4635), 1, + aux_sym__val_number_decimal_token1, + STATE(434), 1, sym__val_number, - STATE(514), 1, + STATE(465), 1, + sym_val_number, + STATE(490), 1, + sym__val_number_decimal, + STATE(2127), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(560), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3144), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(567), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(595), 1, - sym_unquoted, - STATE(600), 1, + STATE(3396), 1, sym__expr_binary_expression, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2127), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + ACTIONS(4637), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -264944,84 +268457,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88138] = 33, + [89304] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4475), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4483), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(28), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + STATE(55), 1, sym__val_number, - STATE(514), 1, + STATE(56), 1, + sym_val_number, + STATE(541), 1, sym__var, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, - sym__inter_single_quotes, - STATE(610), 1, + STATE(664), 1, + sym__expr_binary_expression, + STATE(665), 1, sym_unquoted, - STATE(612), 1, + STATE(671), 1, sym__str_double_quotes, - STATE(614), 1, - sym__expr_binary_expression, - STATE(615), 1, + STATE(672), 1, + sym__inter_single_quotes, + STATE(676), 1, + sym__inter_double_quotes, + STATE(678), 1, sym__expr_unary_minus, STATE(2128), 1, sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(4593), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(4587), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -265033,84 +268548,269 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88260] = 33, + [89429] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + STATE(2129), 1, + sym_comment, + ACTIONS(3431), 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(3429), 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, + [89494] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2130), 1, + sym_comment, + ACTIONS(3435), 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(3433), 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, + [89559] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2131), 1, + sym_comment, + ACTIONS(3439), 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(3437), 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, + [89624] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4475), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4483), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(28), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + STATE(55), 1, sym__val_number, - STATE(514), 1, + STATE(56), 1, + sym_val_number, + STATE(541), 1, sym__var, - STATE(558), 1, + STATE(667), 1, sym__expr_binary_expression, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, - sym__inter_single_quotes, - STATE(612), 1, + STATE(669), 1, + sym_unquoted, + STATE(671), 1, sym__str_double_quotes, - STATE(615), 1, + STATE(672), 1, + sym__inter_single_quotes, + STATE(676), 1, + sym__inter_double_quotes, + STATE(678), 1, sym__expr_unary_minus, - STATE(617), 1, - sym_unquoted, - STATE(2129), 1, + STATE(2132), 1, sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(4593), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(4587), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -265122,84 +268822,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88382] = 33, + [89749] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, + ACTIONS(4315), 1, anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, + ACTIONS(4319), 1, anon_sym_DOT, - ACTIONS(4475), 1, + ACTIONS(4321), 1, anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4483), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, + STATE(346), 1, sym_val_number, - STATE(49), 1, + STATE(359), 1, sym__val_number, - STATE(514), 1, + STATE(385), 1, + sym__val_number_decimal, + STATE(2133), 1, + sym_comment, + STATE(2532), 1, sym__var, - STATE(560), 1, + STATE(2744), 1, + sym__str_double_quotes, + STATE(2763), 1, + sym_unquoted, + STATE(2797), 1, sym__inter_double_quotes, - STATE(567), 1, + STATE(2798), 1, sym__inter_single_quotes, - STATE(577), 1, - sym__expr_binary_expression, - STATE(581), 1, - sym_unquoted, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, + STATE(2811), 1, sym__expr_unary_minus, - STATE(2130), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, + STATE(2973), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(4335), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -265211,471 +268913,391 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [88504] = 4, + [89874] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2131), 1, + STATE(2134), 1, sym_comment, - ACTIONS(1538), 12, - 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, - ACTIONS(1540), 41, - anon_sym_LBRACK, + ACTIONS(3443), 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, - sym_val_nothing, - 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, - [88568] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2132), 1, - sym_comment, - ACTIONS(1538), 12, - anon_sym_GT, + ACTIONS(3441), 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, - ACTIONS(1540), 41, - anon_sym_LBRACK, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [89939] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2135), 1, + sym_comment, + ACTIONS(3447), 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, - sym_val_nothing, - 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, - [88632] = 33, + ACTIONS(3445), 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, + [90004] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, - anon_sym_LBRACK, - ACTIONS(4465), 1, + STATE(2136), 1, + sym_comment, + ACTIONS(3451), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4467), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, - anon_sym_LBRACE, - ACTIONS(4473), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4475), 1, anon_sym_PLUS, - ACTIONS(4477), 1, - anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, - aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(514), 1, - sym__var, - STATE(552), 1, - sym_unquoted, - STATE(553), 1, - sym__expr_binary_expression, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(2133), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4485), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3449), 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, - ACTIONS(4489), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(569), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(597), 11, - 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, - [88754] = 33, + aux_sym__record_key_token2, + [90069] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, - anon_sym_LBRACK, - ACTIONS(4465), 1, + STATE(2137), 1, + sym_comment, + ACTIONS(3479), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4467), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, - anon_sym_DASH, - ACTIONS(4471), 1, - anon_sym_LBRACE, - ACTIONS(4473), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4475), 1, anon_sym_PLUS, - ACTIONS(4477), 1, - anon_sym_not, - ACTIONS(4483), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, - aux_sym_unquoted_token1, - STATE(28), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(514), 1, - sym__var, - STATE(557), 1, - sym__expr_binary_expression, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(616), 1, - sym_unquoted, - STATE(2134), 1, - sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4493), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4485), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3477), 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, - ACTIONS(4489), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(569), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(597), 11, - 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, - [88876] = 33, + aux_sym__record_key_token2, + [90134] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, - anon_sym_LBRACK, - ACTIONS(4255), 1, + STATE(2138), 1, + sym_comment, + ACTIONS(3483), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4257), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DASH, - ACTIONS(4261), 1, - anon_sym_LBRACE, - ACTIONS(4263), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4265), 1, anon_sym_PLUS, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4273), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4289), 1, - aux_sym_unquoted_token1, - STATE(329), 1, - sym__val_number, - STATE(330), 1, - sym__val_number_decimal, - STATE(341), 1, - sym_val_number, - STATE(2135), 1, - sym_comment, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2759), 1, - sym_unquoted, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(2852), 1, - sym__expr_binary_expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4283), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4275), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4277), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3481), 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, - ACTIONS(4279), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2739), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(2733), 11, - 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, - [88998] = 33, + aux_sym__record_key_token2, + [90199] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, + ACTIONS(4629), 1, anon_sym_DASH, - ACTIONS(4503), 1, + ACTIONS(4631), 1, anon_sym_DOT, - ACTIONS(4505), 1, + ACTIONS(4633), 1, anon_sym_PLUS, - ACTIONS(4507), 1, + ACTIONS(4635), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(461), 1, + STATE(490), 1, sym__val_number_decimal, - STATE(2136), 1, + STATE(2139), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3068), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3150), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3415), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3384), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4637), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -265687,84 +269309,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89120] = 33, + [90324] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, + ACTIONS(4629), 1, anon_sym_DASH, - ACTIONS(4503), 1, + ACTIONS(4631), 1, anon_sym_DOT, - ACTIONS(4505), 1, + ACTIONS(4633), 1, anon_sym_PLUS, - ACTIONS(4507), 1, + ACTIONS(4635), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(461), 1, + STATE(490), 1, sym__val_number_decimal, - STATE(2137), 1, + STATE(2140), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3067), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3142), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3413), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3400), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4637), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -265776,84 +269400,208 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89242] = 33, + [90449] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2141), 1, + sym_comment, + ACTIONS(3503), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 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, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, + 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, + [90514] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2142), 1, + sym_comment, + ACTIONS(3507), 13, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4004), 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(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, + [90579] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4501), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, + anon_sym_LPAREN, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4503), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4505), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4507), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + ACTIONS(4537), 1, + aux_sym_unquoted_token1, + STATE(425), 1, + sym__val_number_decimal, + STATE(426), 1, sym__val_number, - STATE(444), 1, + STATE(464), 1, sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2138), 1, + STATE(2143), 1, sym_comment, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3064), 1, + STATE(3115), 1, + sym__expr_binary_expression, + STATE(3172), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(3408), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(3185), 1, + sym__inter_single_quotes, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4531), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(87), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -265865,173 +269613,270 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89364] = 33, + [90704] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2144), 1, + sym_comment, + ACTIONS(3515), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4501), 1, - anon_sym_DASH, - ACTIONS(4503), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4505), 1, anon_sym_PLUS, - ACTIONS(4507), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2139), 1, - sym_comment, - STATE(2614), 1, - sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3063), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3407), 1, - sym__expr_binary_expression, - ACTIONS(2796), 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(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + 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, + [90769] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2145), 1, + sym_comment, + ACTIONS(1501), 13, + 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, + ACTIONS(1503), 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, - ACTIONS(2790), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 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, + [90834] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4641), 1, + anon_sym_DOT2, + STATE(2146), 1, + sym_comment, + ACTIONS(213), 13, + 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, - ACTIONS(4509), 3, + ACTIONS(215), 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(3094), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3070), 11, - 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, - [89486] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [90901] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4319), 1, + anon_sym_DOT, + ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, - anon_sym_DASH, - ACTIONS(4503), 1, - anon_sym_DOT, - ACTIONS(4505), 1, - anon_sym_PLUS, - ACTIONS(4507), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, + STATE(346), 1, sym_val_number, - STATE(461), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, sym__val_number_decimal, - STATE(2140), 1, + STATE(2147), 1, sym_comment, - STATE(2614), 1, + STATE(2532), 1, sym__var, - STATE(2693), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(3062), 1, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2800), 1, sym_unquoted, - STATE(3118), 1, + STATE(2811), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3406), 1, + STATE(2945), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266043,84 +269888,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89608] = 33, + [91026] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2148), 1, + sym_comment, + ACTIONS(3559), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 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, - ACTIONS(3996), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3557), 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, + [91091] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, + ACTIONS(4629), 1, anon_sym_DASH, - ACTIONS(4503), 1, + ACTIONS(4631), 1, anon_sym_DOT, - ACTIONS(4505), 1, + ACTIONS(4633), 1, anon_sym_PLUS, - ACTIONS(4507), 1, + ACTIONS(4635), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(461), 1, + STATE(490), 1, sym__val_number_decimal, - STATE(2141), 1, + STATE(2149), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3061), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3140), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, STATE(3402), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4637), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266132,84 +270040,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89730] = 33, + [91216] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, + ACTIONS(4629), 1, anon_sym_DASH, - ACTIONS(4503), 1, + ACTIONS(4631), 1, anon_sym_DOT, - ACTIONS(4505), 1, + ACTIONS(4633), 1, anon_sym_PLUS, - ACTIONS(4507), 1, + ACTIONS(4635), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(461), 1, + STATE(490), 1, sym__val_number_decimal, - STATE(2142), 1, + STATE(2150), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3060), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3139), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3390), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3403), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4637), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266221,84 +270131,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89852] = 33, + [91341] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, + ACTIONS(4629), 1, anon_sym_DASH, - ACTIONS(4503), 1, + ACTIONS(4631), 1, anon_sym_DOT, - ACTIONS(4505), 1, + ACTIONS(4633), 1, anon_sym_PLUS, - ACTIONS(4507), 1, + ACTIONS(4635), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(461), 1, + STATE(490), 1, sym__val_number_decimal, - STATE(2143), 1, + STATE(2151), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3059), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3138), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3384), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3404), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4637), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266310,173 +270222,330 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [89974] = 33, + [91466] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2152), 1, + sym_comment, + ACTIONS(3613), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4501), 1, - anon_sym_DASH, - ACTIONS(4503), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4505), 1, anon_sym_PLUS, - ACTIONS(4507), 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(3611), 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, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2144), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [91531] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2153), 1, sym_comment, - STATE(2614), 1, - sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3057), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3373), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(3617), 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(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(3615), 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, + [91596] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2154), 1, + sym_comment, + ACTIONS(3637), 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(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4509), 3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3635), 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, + [91661] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2155), 1, + sym_comment, + ACTIONS(3641), 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(3639), 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(3094), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3070), 11, - 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, - [90096] = 33, + aux_sym__record_key_token2, + [91726] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, + ACTIONS(4229), 1, anon_sym_LBRACK, - ACTIONS(329), 1, + ACTIONS(4233), 1, + anon_sym_DOLLAR, + ACTIONS(4237), 1, anon_sym_LBRACE, - ACTIONS(369), 1, + ACTIONS(4257), 1, + sym_val_date, + ACTIONS(4259), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, + ACTIONS(4263), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, + ACTIONS(4265), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, + ACTIONS(4459), 1, anon_sym_LPAREN, - ACTIONS(4513), 1, + ACTIONS(4461), 1, anon_sym_DASH, - ACTIONS(4515), 1, + ACTIONS(4463), 1, anon_sym_DOT, - ACTIONS(4517), 1, + ACTIONS(4465), 1, anon_sym_PLUS, - ACTIONS(4519), 1, + ACTIONS(4467), 1, anon_sym_not, - ACTIONS(4523), 1, + ACTIONS(4469), 1, + anon_sym_null, + ACTIONS(4473), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, + ACTIONS(4477), 1, aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, + STATE(75), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(83), 1, sym_val_number, - STATE(2145), 1, - sym_comment, - STATE(2799), 1, + STATE(85), 1, + sym__val_number, + STATE(722), 1, sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2993), 1, - sym__expr_binary_expression, - STATE(2994), 1, + STATE(751), 1, sym_unquoted, - STATE(3038), 1, + STATE(766), 1, + sym__expr_binary_expression, + STATE(776), 1, + sym__expr_unary_minus, + STATE(782), 1, + sym__inter_single_quotes, + STATE(784), 1, sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, + STATE(791), 1, + sym__str_double_quotes, + STATE(2156), 1, + sym_comment, + ACTIONS(4261), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4521), 2, + ACTIONS(4471), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(4251), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(4255), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4525), 3, + ACTIONS(4475), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, + STATE(756), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3041), 11, + STATE(759), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266488,262 +270557,331 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90218] = 33, - ACTIONS(3), 1, + [91851] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(3940), 1, + aux_sym_unquoted_token3, + STATE(2157), 1, + sym_comment, + ACTIONS(1371), 7, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(2794), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1369), 46, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4501), 1, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4503), 1, + anon_sym_in, + anon_sym__, anon_sym_DOT, - ACTIONS(4505), 1, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - ACTIONS(4507), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2146), 1, - sym_comment, - STATE(2614), 1, - sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3372), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + 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, - ACTIONS(2790), 3, + aux_sym__val_number_decimal_token1, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4509), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3070), 11, - 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, - [90340] = 33, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + [91918] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2158), 1, + sym_comment, + ACTIONS(3653), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4501), 1, - anon_sym_DASH, - ACTIONS(4503), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4505), 1, anon_sym_PLUS, - ACTIONS(4507), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2147), 1, - sym_comment, - STATE(2614), 1, - sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3053), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3358), 1, - sym__expr_binary_expression, - ACTIONS(2796), 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(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(3651), 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, + [91983] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2159), 1, + sym_comment, + ACTIONS(3661), 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(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4509), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3659), 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(3094), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3070), 11, - 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, - [90462] = 33, + aux_sym__record_key_token2, + [92048] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2160), 1, + sym_comment, + ACTIONS(3667), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 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, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3665), 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, + [92113] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(2289), 1, + anon_sym_DASH, + ACTIONS(2303), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4643), 1, + anon_sym_LBRACK, + ACTIONS(4645), 1, + anon_sym_LPAREN, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4649), 1, + anon_sym_DOT, + ACTIONS(4651), 1, + anon_sym_PLUS, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, + anon_sym_DQUOTE, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, - anon_sym_DASH, - ACTIONS(4503), 1, - anon_sym_DOT, - ACTIONS(4505), 1, - anon_sym_PLUS, - ACTIONS(4507), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(113), 1, + sym__val_number_decimal, + STATE(130), 1, sym__val_number, - STATE(444), 1, + STATE(133), 1, sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2148), 1, - sym_comment, - STATE(2614), 1, + STATE(894), 1, sym__var, - STATE(2693), 1, + STATE(991), 1, + sym__inter_double_quotes, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(3087), 1, + STATE(1039), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3348), 1, + STATE(1040), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(2161), 1, + sym_comment, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(4667), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4659), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266755,84 +270893,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90584] = 33, + [92238] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(2289), 1, + anon_sym_DASH, + ACTIONS(2303), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4643), 1, + anon_sym_LBRACK, + ACTIONS(4645), 1, + anon_sym_LPAREN, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4649), 1, + anon_sym_DOT, + ACTIONS(4651), 1, + anon_sym_PLUS, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, + anon_sym_DQUOTE, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - ACTIONS(4501), 1, - anon_sym_DASH, - ACTIONS(4503), 1, - anon_sym_DOT, - ACTIONS(4505), 1, - anon_sym_PLUS, - ACTIONS(4507), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(113), 1, + sym__val_number_decimal, + STATE(130), 1, sym__val_number, - STATE(444), 1, + STATE(133), 1, sym_val_number, - STATE(461), 1, - sym__val_number_decimal, - STATE(2149), 1, - sym_comment, - STATE(2614), 1, + STATE(894), 1, sym__var, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3091), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(3344), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, + sym__str_double_quotes, + STATE(1037), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(1038), 1, + sym_unquoted, + STATE(2162), 1, + sym_comment, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(4667), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4509), 3, + ACTIONS(4659), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266844,84 +270984,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90706] = 33, + [92363] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(933), 1, - sym_unquoted, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, - sym__str_double_quotes, - STATE(1011), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, sym__expr_unary_minus, - STATE(1012), 1, + STATE(1015), 1, + sym__str_double_quotes, + STATE(1035), 1, sym__expr_binary_expression, - STATE(2150), 1, + STATE(1036), 1, + sym_unquoted, + STATE(2163), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -266933,87 +271075,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90828] = 34, + [92488] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(2287), 1, + anon_sym_DOLLAR, + ACTIONS(2289), 1, + anon_sym_DASH, + ACTIONS(2303), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(3998), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4010), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, + anon_sym_DQUOTE, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, - anon_sym_DASH, - STATE(418), 1, + ACTIONS(4673), 1, + aux_sym_unquoted_token1, + STATE(113), 1, + sym__val_number_decimal, + STATE(130), 1, sym__val_number, - STATE(444), 1, + STATE(133), 1, sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(2151), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, + STATE(894), 1, sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, + sym__str_double_quotes, + STATE(1033), 1, sym__expr_binary_expression, - STATE(4379), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(1034), 1, + sym_unquoted, + STATE(2164), 1, + sym_comment, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, + ACTIONS(4667), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 6, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3070), 10, + STATE(1007), 4, + sym_expr_unary, + sym_expr_binary, + sym_expr_parenthesized, + sym__value, + STATE(994), 12, + sym_val_nothing, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -267023,84 +271166,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [90952] = 33, + [92613] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(947), 1, - sym_unquoted, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(984), 1, + STATE(1031), 1, sym__expr_binary_expression, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2152), 1, + STATE(1032), 1, + sym_unquoted, + STATE(2165), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267112,84 +271257,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91074] = 33, + [92738] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + STATE(2166), 1, + sym_comment, + ACTIONS(3036), 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(3034), 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, + [92803] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4465), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4467), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4469), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4471), 1, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4473), 1, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4475), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4477), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4483), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4491), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, anon_sym_DQUOTE, - ACTIONS(4495), 1, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4499), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(28), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, + STATE(55), 1, sym__val_number, - STATE(514), 1, + STATE(56), 1, + sym_val_number, + STATE(541), 1, sym__var, - STATE(559), 1, - sym_unquoted, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(568), 1, + STATE(673), 1, sym__expr_binary_expression, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, + STATE(674), 1, + sym_unquoted, + STATE(676), 1, + sym__inter_double_quotes, + STATE(678), 1, sym__expr_unary_minus, - STATE(2153), 1, + STATE(2167), 1, sym_comment, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4493), 2, + ACTIONS(4593), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4485), 3, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4487), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4489), 3, + ACTIONS(4587), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(569), 4, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(597), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267201,84 +271409,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91196] = 33, + [92928] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(964), 1, - sym_unquoted, - STATE(965), 1, + STATE(1028), 1, sym__expr_binary_expression, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2154), 1, + STATE(1030), 1, + sym_unquoted, + STATE(2168), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267290,84 +271500,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91318] = 33, + [93053] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(961), 1, + sym__expr_binary_expression, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(976), 1, + STATE(1027), 1, sym_unquoted, - STATE(977), 1, - sym__expr_binary_expression, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2155), 1, + STATE(2169), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267379,84 +271591,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91440] = 33, + [93178] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(994), 1, - sym_unquoted, - STATE(1004), 1, + STATE(1024), 1, sym__expr_binary_expression, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2156), 1, + STATE(1026), 1, + sym_unquoted, + STATE(2170), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267468,84 +271682,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91562] = 33, + [93303] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, - anon_sym_DOLLAR, - ACTIONS(2298), 1, - anon_sym_DASH, - ACTIONS(2312), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4563), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4565), 1, + anon_sym_DOLLAR, + ACTIONS(4567), 1, + anon_sym_DASH, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(44), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(55), 1, sym__val_number, - STATE(864), 1, + STATE(56), 1, + sym_val_number, + STATE(541), 1, sym__var, - STATE(936), 1, + STATE(671), 1, + sym__str_double_quotes, + STATE(672), 1, sym__inter_single_quotes, - STATE(937), 1, + STATE(675), 1, + sym__expr_binary_expression, + STATE(676), 1, sym__inter_double_quotes, - STATE(950), 1, - sym__str_double_quotes, - STATE(1007), 1, - sym_unquoted, - STATE(1011), 1, + STATE(678), 1, sym__expr_unary_minus, - STATE(1014), 1, - sym__expr_binary_expression, - STATE(2157), 1, + STATE(679), 1, + sym_unquoted, + STATE(2171), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4593), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267557,84 +271773,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91684] = 33, + [93428] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(1001), 1, + STATE(1022), 1, sym__expr_binary_expression, - STATE(1006), 1, + STATE(1023), 1, sym_unquoted, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2158), 1, + STATE(2172), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267646,84 +271864,212 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91806] = 33, + [93553] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + STATE(2173), 1, + sym_comment, + ACTIONS(1485), 13, + 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, + ACTIONS(1487), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2298), 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_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [93618] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4641), 1, + anon_sym_DOT2, + STATE(2174), 1, + sym_comment, + ACTIONS(1521), 2, anon_sym_DASH, - ACTIONS(2312), 1, + anon_sym_PLUS, + ACTIONS(1519), 5, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT2, + ACTIONS(1515), 6, + anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1517), 19, anon_sym_LBRACK, - ACTIONS(4531), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4533), 1, + anon_sym_DOLLAR, + 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, + ACTIONS(1644), 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, + [93691] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2287), 1, + anon_sym_DOLLAR, + ACTIONS(2289), 1, + anon_sym_DASH, + ACTIONS(2303), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4643), 1, + anon_sym_LBRACK, + ACTIONS(4645), 1, + anon_sym_LPAREN, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(993), 1, + STATE(1020), 1, sym__expr_binary_expression, - STATE(1000), 1, + STATE(1021), 1, sym_unquoted, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2159), 1, + STATE(2175), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267735,84 +272081,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [91928] = 33, + [93816] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1015), 1, sym__str_double_quotes, - STATE(987), 1, + STATE(1016), 1, sym__expr_binary_expression, - STATE(989), 1, + STATE(1018), 1, sym_unquoted, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2160), 1, + STATE(2176), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267824,84 +272172,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92050] = 33, + [93941] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, - sym__str_double_quotes, - STATE(981), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, + sym__expr_unary_minus, + STATE(1013), 1, sym__expr_binary_expression, - STATE(985), 1, + STATE(1014), 1, sym_unquoted, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2161), 1, + STATE(1015), 1, + sym__str_double_quotes, + STATE(2177), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -267913,84 +272263,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92172] = 33, + [94066] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR, - ACTIONS(2298), 1, + ACTIONS(2289), 1, anon_sym_DASH, - ACTIONS(2312), 1, + ACTIONS(2303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4529), 1, + ACTIONS(4643), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4645), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4647), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4649), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4651), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4653), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4655), 1, + anon_sym_null, + ACTIONS(4663), 1, + sym_val_date, + ACTIONS(4665), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4669), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4671), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4673), 1, aux_sym_unquoted_token1, - STATE(119), 1, + STATE(113), 1, sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, + STATE(130), 1, sym__val_number, - STATE(864), 1, + STATE(133), 1, + sym_val_number, + STATE(894), 1, sym__var, - STATE(934), 1, - sym__expr_binary_expression, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, + STATE(991), 1, sym__inter_double_quotes, - STATE(950), 1, - sym__str_double_quotes, - STATE(978), 1, - sym_unquoted, - STATE(1011), 1, + STATE(992), 1, + sym__inter_single_quotes, + STATE(998), 1, sym__expr_unary_minus, - STATE(2162), 1, + STATE(1009), 1, + sym__expr_binary_expression, + STATE(1010), 1, + sym_unquoted, + STATE(1015), 1, + sym__str_double_quotes, + STATE(2178), 1, sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + ACTIONS(4657), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4667), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, + ACTIONS(2309), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4659), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4661), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + STATE(1007), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(994), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268002,84 +272354,269 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92294] = 33, + [94191] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, + STATE(2179), 1, + sym_comment, + ACTIONS(3696), 13, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2298), 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(3694), 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(2312), 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(4529), 1, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [94256] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2180), 1, + sym_comment, + ACTIONS(3700), 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(3698), 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, + [94321] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2181), 1, + sym_comment, + ACTIONS(3704), 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(3702), 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, + [94386] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4531), 1, + ACTIONS(4311), 1, anon_sym_LPAREN, - ACTIONS(4533), 1, + ACTIONS(4313), 1, + anon_sym_DOLLAR, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4319), 1, anon_sym_DOT, - ACTIONS(4537), 1, + ACTIONS(4321), 1, anon_sym_PLUS, - ACTIONS(4539), 1, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4549), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, anon_sym_DQUOTE, - ACTIONS(4553), 1, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - STATE(119), 1, - sym__val_number_decimal, - STATE(132), 1, + STATE(346), 1, sym_val_number, - STATE(133), 1, + STATE(359), 1, sym__val_number, - STATE(864), 1, + STATE(385), 1, + sym__val_number_decimal, + STATE(2182), 1, + sym_comment, + STATE(2532), 1, sym__var, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, - sym__inter_double_quotes, - STATE(950), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(970), 1, - sym__expr_binary_expression, - STATE(972), 1, + STATE(2770), 1, sym_unquoted, - STATE(1011), 1, + STATE(2797), 1, + sym__inter_double_quotes, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, sym__expr_unary_minus, - STATE(2163), 1, - sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 2, + STATE(2947), 1, + sym__expr_binary_expression, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(4551), 2, + ACTIONS(4341), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2318), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4545), 3, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(969), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268091,86 +272628,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92416] = 33, + [94511] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4163), 1, anon_sym_DASH, - ACTIONS(4561), 1, - anon_sym_DOT, - ACTIONS(4563), 1, - anon_sym_PLUS, - ACTIONS(4565), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(451), 1, + STATE(498), 1, sym__val_number_decimal, - STATE(2164), 1, + STATE(2183), 1, sym_comment, - STATE(2614), 1, - sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3068), 1, - sym_unquoted, - STATE(3118), 1, + STATE(2775), 1, + sym__var, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3325), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(4372), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3421), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3070), 11, + ACTIONS(2829), 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(3219), 11, + sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -268180,84 +272720,147 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92538] = 33, + [94638] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + STATE(2184), 1, + sym_comment, + ACTIONS(3708), 13, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2794), 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, - ACTIONS(3996), 1, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3706), 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, + [94703] = 34, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4563), 1, + anon_sym_LPAREN, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4567), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4569), 1, + anon_sym_LBRACE, + ACTIONS(4571), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4573), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4575), 1, + anon_sym_not, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4597), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4599), 1, + aux_sym_unquoted_token1, + STATE(44), 1, + sym__val_number_decimal, + STATE(55), 1, sym__val_number, - STATE(444), 1, + STATE(56), 1, sym_val_number, - STATE(451), 1, - sym__val_number_decimal, - STATE(2165), 1, - sym_comment, - STATE(2614), 1, + STATE(541), 1, sym__var, - STATE(2693), 1, + STATE(671), 1, sym__str_double_quotes, - STATE(3067), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, + STATE(672), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(3324), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(680), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(682), 1, + sym_unquoted, + STATE(2185), 1, + sym_comment, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268269,84 +272872,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92660] = 33, + [94828] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4563), 1, + anon_sym_LPAREN, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4567), 1, + anon_sym_DASH, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4571), 1, + anon_sym_DOT, + ACTIONS(4573), 1, + anon_sym_PLUS, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, - anon_sym_DASH, - ACTIONS(4561), 1, - anon_sym_DOT, - ACTIONS(4563), 1, - anon_sym_PLUS, - ACTIONS(4565), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(44), 1, + sym__val_number_decimal, + STATE(55), 1, sym__val_number, - STATE(444), 1, + STATE(56), 1, sym_val_number, - STATE(451), 1, - sym__val_number_decimal, - STATE(2166), 1, - sym_comment, - STATE(2614), 1, + STATE(541), 1, sym__var, - STATE(2693), 1, + STATE(637), 1, + sym__expr_binary_expression, + STATE(671), 1, sym__str_double_quotes, - STATE(3064), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, + STATE(672), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(3318), 1, - sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(678), 1, + sym__expr_unary_minus, + STATE(687), 1, + sym_unquoted, + STATE(2186), 1, + sym_comment, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268358,84 +272963,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92782] = 33, + [94953] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4563), 1, + anon_sym_LPAREN, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4567), 1, + anon_sym_DASH, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4571), 1, + anon_sym_DOT, + ACTIONS(4573), 1, + anon_sym_PLUS, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4581), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4599), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, - anon_sym_DASH, - ACTIONS(4561), 1, - anon_sym_DOT, - ACTIONS(4563), 1, - anon_sym_PLUS, - ACTIONS(4565), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(44), 1, + sym__val_number_decimal, + STATE(55), 1, sym__val_number, - STATE(444), 1, + STATE(56), 1, sym_val_number, - STATE(451), 1, - sym__val_number_decimal, - STATE(2167), 1, - sym_comment, - STATE(2614), 1, + STATE(541), 1, sym__var, - STATE(2693), 1, + STATE(671), 1, sym__str_double_quotes, - STATE(3063), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, + STATE(672), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(3308), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(688), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + STATE(689), 1, + sym_unquoted, + STATE(2187), 1, + sym_comment, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4583), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4585), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4587), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(652), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(638), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268447,84 +273054,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [92904] = 33, + [95078] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4319), 1, + anon_sym_DOT, + ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, - anon_sym_DASH, - ACTIONS(4561), 1, - anon_sym_DOT, - ACTIONS(4563), 1, - anon_sym_PLUS, - ACTIONS(4565), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, + STATE(346), 1, sym_val_number, - STATE(451), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, sym__val_number_decimal, - STATE(2168), 1, + STATE(2188), 1, sym_comment, - STATE(2614), 1, + STATE(2532), 1, sym__var, - STATE(2693), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(3062), 1, + STATE(2785), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3294), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2948), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268536,84 +273145,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93026] = 33, + [95203] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4309), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4311), 1, + anon_sym_LPAREN, + ACTIONS(4313), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4315), 1, + anon_sym_DASH, + ACTIONS(4317), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4319), 1, + anon_sym_DOT, + ACTIONS(4321), 1, + anon_sym_PLUS, + ACTIONS(4323), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4325), 1, + anon_sym_null, + ACTIONS(4329), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4337), 1, + sym_val_date, + ACTIONS(4339), 1, + anon_sym_DQUOTE, + ACTIONS(4343), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4345), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4347), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, - anon_sym_DASH, - ACTIONS(4561), 1, - anon_sym_DOT, - ACTIONS(4563), 1, - anon_sym_PLUS, - ACTIONS(4565), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, - sym__val_number, - STATE(444), 1, + STATE(346), 1, sym_val_number, - STATE(451), 1, + STATE(359), 1, + sym__val_number, + STATE(385), 1, sym__val_number_decimal, - STATE(2169), 1, + STATE(2189), 1, sym_comment, - STATE(2614), 1, + STATE(2532), 1, sym__var, - STATE(2693), 1, + STATE(2744), 1, sym__str_double_quotes, - STATE(3061), 1, + STATE(2795), 1, sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(2797), 1, sym__inter_double_quotes, - STATE(3290), 1, + STATE(2798), 1, + sym__inter_single_quotes, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(2960), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4327), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(4341), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4331), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4333), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + ACTIONS(4335), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2761), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(2807), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268625,86 +273236,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93148] = 33, + [95328] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3980), 1, + anon_sym_DOT, + ACTIONS(3982), 1, + anon_sym_PLUS, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3990), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4163), 1, anon_sym_DASH, - ACTIONS(4561), 1, - anon_sym_DOT, - ACTIONS(4563), 1, - anon_sym_PLUS, - ACTIONS(4565), 1, - aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, + STATE(465), 1, sym_val_number, - STATE(451), 1, + STATE(498), 1, sym__val_number_decimal, - STATE(2170), 1, + STATE(2190), 1, sym_comment, - STATE(2614), 1, - sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3060), 1, - sym_unquoted, - STATE(3118), 1, + STATE(2775), 1, + sym__var, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3202), 1, sym__inter_double_quotes, + STATE(3206), 1, + sym__inter_single_quotes, STATE(3252), 1, + sym_expr_parenthesized, + STATE(3358), 1, + sym_val_variable, + STATE(3485), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + STATE(4353), 1, + sym__expression, + STATE(4514), 1, + sym_val_range, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3421), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3070), 11, + ACTIONS(2829), 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(3219), 11, + sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -268714,86 +273328,89 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93270] = 33, + [95455] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(4561), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(4565), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(4569), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(4575), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(4577), 1, + anon_sym_null, + ACTIONS(4589), 1, + sym_val_date, + ACTIONS(4591), 1, + anon_sym_DQUOTE, + ACTIONS(4595), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(4597), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, - aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4675), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4679), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4681), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4683), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(53), 1, + sym__val_number_decimal, + STATE(55), 1, sym__val_number, - STATE(444), 1, + STATE(56), 1, sym_val_number, - STATE(451), 1, - sym__val_number_decimal, - STATE(2171), 1, - sym_comment, - STATE(2614), 1, + STATE(537), 1, sym__var, - STATE(2693), 1, + STATE(630), 1, + sym_expr_parenthesized, + STATE(631), 1, + sym_val_variable, + STATE(671), 1, sym__str_double_quotes, - STATE(3059), 1, - sym_unquoted, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, + STATE(672), 1, sym__inter_single_quotes, - STATE(3183), 1, + STATE(676), 1, sym__inter_double_quotes, - STATE(3251), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(1516), 1, + sym_val_range, + STATE(1607), 1, + sym__expression, + STATE(2191), 1, + sym_comment, + STATE(3483), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(4579), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(4593), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4587), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3094), 4, + STATE(684), 3, sym_expr_unary, sym_expr_binary, - sym_expr_parenthesized, sym__value, - STATE(3070), 11, + ACTIONS(4583), 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(638), 11, + sym_val_nothing, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -268803,84 +273420,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93392] = 33, + [95582] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, - sym_val_number, STATE(451), 1, sym__val_number_decimal, - STATE(2172), 1, + STATE(465), 1, + sym_val_number, + STATE(2192), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3057), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3152), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3313), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3294), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268892,84 +273511,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93514] = 33, + [95707] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, - sym_val_number, STATE(451), 1, sym__val_number_decimal, - STATE(2173), 1, + STATE(465), 1, + sym_val_number, + STATE(2193), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3055), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3151), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3216), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3293), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -268981,84 +273602,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93636] = 33, + [95832] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, - sym_val_number, STATE(451), 1, sym__val_number_decimal, - STATE(2174), 1, + STATE(465), 1, + sym_val_number, + STATE(2194), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3053), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3150), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3217), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3292), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269070,84 +273693,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93758] = 33, + [95957] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, - sym_val_number, STATE(451), 1, sym__val_number_decimal, - STATE(2175), 1, + STATE(465), 1, + sym_val_number, + STATE(2195), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3087), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3149), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3218), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3291), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269159,84 +273784,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [93880] = 33, + [96082] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4000), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4020), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4433), 1, + ACTIONS(4601), 1, + anon_sym_LPAREN, + ACTIONS(4613), 1, aux_sym_unquoted_token1, - ACTIONS(4559), 1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4561), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4563), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4565), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - STATE(418), 1, + STATE(434), 1, sym__val_number, - STATE(444), 1, - sym_val_number, STATE(451), 1, sym__val_number_decimal, - STATE(2176), 1, + STATE(465), 1, + sym_val_number, + STATE(2196), 1, sym_comment, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3091), 1, - sym_unquoted, - STATE(3118), 1, + STATE(3123), 1, sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, + STATE(3148), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(3222), 1, + STATE(3206), 1, + sym__inter_single_quotes, + STATE(3290), 1, sym__expr_binary_expression, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(2790), 3, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4567), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3094), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(3070), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269248,84 +273875,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94002] = 33, + [96207] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2197), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(669), 1, - sym__expr_binary_expression, - STATE(670), 1, - sym__inter_double_quotes, - STATE(674), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3147), 1, sym_unquoted, - STATE(677), 1, + STATE(3202), 1, + sym__inter_double_quotes, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2177), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3289), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269337,84 +273966,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94124] = 33, + [96332] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2198), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(651), 1, - sym__expr_binary_expression, - STATE(668), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3145), 1, sym_unquoted, - STATE(670), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2178), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3288), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269426,84 +274057,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94246] = 33, + [96457] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2199), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(661), 1, - sym__expr_binary_expression, - STATE(664), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3144), 1, sym_unquoted, - STATE(670), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2179), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3287), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269515,84 +274148,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94368] = 33, + [96582] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2200), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(659), 1, - sym__expr_binary_expression, - STATE(660), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3143), 1, sym_unquoted, - STATE(670), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2180), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3285), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269604,84 +274239,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94490] = 33, + [96707] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, - anon_sym_not, - ACTIONS(4399), 1, + ACTIONS(93), 1, + sym_val_date, + ACTIONS(95), 1, anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(101), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(4519), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4521), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4523), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4525), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(4529), 1, + anon_sym_null, + ACTIONS(4533), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, + ACTIONS(4537), 1, aux_sym_unquoted_token1, - STATE(36), 1, + STATE(425), 1, sym__val_number_decimal, - STATE(55), 1, - sym_val_number, - STATE(57), 1, + STATE(426), 1, sym__val_number, - STATE(530), 1, + STATE(464), 1, + sym_val_number, + STATE(2201), 1, + sym_comment, + STATE(2902), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, - sym__str_double_quotes, - STATE(657), 1, + STATE(3173), 1, sym__expr_binary_expression, - STATE(658), 1, + STATE(3174), 1, sym_unquoted, - STATE(670), 1, + STATE(3179), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3185), 1, sym__inter_single_quotes, - STATE(2181), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3222), 1, + sym__str_double_quotes, + ACTIONS(97), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(4531), 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(4397), 3, + ACTIONS(91), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4535), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3119), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3212), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269693,84 +274330,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94612] = 33, + [96832] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2202), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(656), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3142), 1, sym_unquoted, - STATE(670), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(672), 1, - sym__expr_binary_expression, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2182), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3283), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269782,84 +274421,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94734] = 33, + [96957] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2203), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(619), 1, - sym_unquoted, - STATE(626), 1, - sym__expr_binary_expression, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(670), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3140), 1, + sym_unquoted, + STATE(3202), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2183), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3282), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269871,84 +274512,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94856] = 33, + [97082] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2204), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3123), 1, sym__expr_unary_minus, - STATE(640), 1, + STATE(3139), 1, sym_unquoted, - STATE(645), 1, - sym__expr_binary_expression, - STATE(646), 1, - sym__str_double_quotes, - STATE(670), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2184), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3280), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -269960,84 +274603,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [94978] = 33, + [97207] = 34, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3970), 1, anon_sym_LBRACK, - ACTIONS(4377), 1, + ACTIONS(3974), 1, anon_sym_DOLLAR, - ACTIONS(4381), 1, + ACTIONS(3978), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, + ACTIONS(3984), 1, anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(3994), 1, + sym_val_date, + ACTIONS(3996), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, + ACTIONS(3998), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + ACTIONS(4601), 1, anon_sym_LPAREN, - ACTIONS(4571), 1, + ACTIONS(4613), 1, + aux_sym_unquoted_token1, + ACTIONS(4685), 1, anon_sym_DASH, - ACTIONS(4573), 1, + ACTIONS(4687), 1, anon_sym_DOT, - ACTIONS(4575), 1, + ACTIONS(4689), 1, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(4691), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, + STATE(434), 1, + sym__val_number, + STATE(451), 1, sym__val_number_decimal, - STATE(55), 1, + STATE(465), 1, sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, + STATE(2205), 1, + sym_comment, + STATE(2682), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(648), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3138), 1, sym_unquoted, - STATE(650), 1, - sym__expr_binary_expression, - STATE(670), 1, + STATE(3202), 1, sym__inter_double_quotes, - STATE(677), 1, + STATE(3206), 1, sym__inter_single_quotes, - STATE(2185), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4401), 2, + STATE(3278), 1, + sym__expr_binary_expression, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4395), 3, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2829), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4579), 3, + ACTIONS(4693), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, + STATE(3137), 4, sym_expr_unary, sym_expr_binary, sym_expr_parenthesized, sym__value, - STATE(647), 11, + STATE(3219), 12, + sym_val_nothing, sym_val_bool, sym_val_variable, sym_val_duration, @@ -270049,536 +274694,1121 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [95100] = 33, + [97332] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + STATE(2206), 1, + sym_comment, + ACTIONS(1572), 12, + 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, + ACTIONS(1574), 41, anon_sym_LBRACK, - ACTIONS(4377), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4381), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, - anon_sym_not, - ACTIONS(4399), 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, - ACTIONS(4403), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [97396] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2207), 1, + sym_comment, + ACTIONS(1556), 12, + 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, + ACTIONS(1558), 41, + anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4571), 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, + 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, + [97460] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2208), 1, + sym_comment, + ACTIONS(213), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4573), 1, + 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, + ACTIONS(215), 41, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4575), 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, + [97524] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2209), 1, + sym_comment, + ACTIONS(1521), 2, + anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4577), 1, + ACTIONS(1515), 5, + anon_sym__, aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, - sym__val_number_decimal, - STATE(55), 1, - sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, - sym__var, - STATE(631), 1, - sym_unquoted, - STATE(635), 1, - sym__expr_unary_minus, - STATE(639), 1, - sym__expr_binary_expression, - STATE(646), 1, - sym__str_double_quotes, - STATE(670), 1, - sym__inter_double_quotes, - STATE(677), 1, - sym__inter_single_quotes, - STATE(2186), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1519), 5, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT2, + ACTIONS(1517), 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(1644), 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, + [97594] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2210), 1, sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, + ACTIONS(1650), 12, + 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, + ACTIONS(1652), 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(4391), 2, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97658] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2211), 1, + sym_comment, + ACTIONS(1600), 12, + 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, + ACTIONS(1602), 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(4401), 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(4395), 3, + [97722] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2212), 1, + sym_comment, + ACTIONS(4697), 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, - ACTIONS(4397), 3, + aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4695), 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, + [97786] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2213), 1, + sym_comment, + ACTIONS(1568), 12, + 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, - ACTIONS(4579), 3, + ACTIONS(1570), 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, - STATE(638), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(647), 11, - 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, - [95222] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97850] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + STATE(2214), 1, + sym_comment, + ACTIONS(1654), 12, + 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, + ACTIONS(1656), 41, anon_sym_LBRACK, - ACTIONS(3998), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4000), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, anon_sym_LBRACE, - ACTIONS(4006), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4008), 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, + [97914] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2215), 1, + sym_comment, + ACTIONS(1600), 12, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1602), 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, + [97978] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2216), 1, + sym_comment, + ACTIONS(1636), 12, + anon_sym_GT, anon_sym_DASH, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(2187), 1, + 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, + ACTIONS(1638), 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, + [98042] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2217), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4309), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, + ACTIONS(1608), 12, + 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, + ACTIONS(1610), 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, - ACTIONS(4012), 2, - sym_val_nothing, + [98106] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2218), 1, + sym_comment, + ACTIONS(1596), 12, + 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, + ACTIONS(1598), 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(4014), 2, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98170] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2219), 1, + sym_comment, + ACTIONS(1580), 12, + 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, + ACTIONS(1582), 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(4018), 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, + [98234] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2220), 1, + sym_comment, + ACTIONS(1524), 12, + 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(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, - 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, - [95346] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4373), 1, + ACTIONS(1526), 41, anon_sym_LBRACK, - ACTIONS(4377), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4381), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, - anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, - anon_sym_LPAREN, - ACTIONS(4571), 1, - anon_sym_DASH, - ACTIONS(4573), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4575), 1, - anon_sym_PLUS, - ACTIONS(4577), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, - sym__val_number_decimal, - STATE(55), 1, - sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, - sym__var, - STATE(622), 1, - sym__expr_binary_expression, - STATE(635), 1, - sym__expr_unary_minus, - STATE(644), 1, - sym_unquoted, - STATE(646), 1, - sym__str_double_quotes, - STATE(670), 1, - sym__inter_double_quotes, - STATE(677), 1, - sym__inter_single_quotes, - STATE(2188), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 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(4401), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4395), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4579), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(647), 11, - 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, - [95468] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98298] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + STATE(2221), 1, + sym_comment, + ACTIONS(1519), 12, + 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, + ACTIONS(1644), 41, anon_sym_LBRACK, - ACTIONS(4377), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4381), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, - anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, - anon_sym_LPAREN, - ACTIONS(4571), 1, - anon_sym_DASH, - ACTIONS(4573), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4575), 1, - anon_sym_PLUS, - ACTIONS(4577), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, - sym__val_number_decimal, - STATE(55), 1, - sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, - sym__var, - STATE(624), 1, - sym_unquoted, - STATE(625), 1, - sym__expr_binary_expression, - STATE(635), 1, - sym__expr_unary_minus, - STATE(646), 1, - sym__str_double_quotes, - STATE(670), 1, - sym__inter_double_quotes, - STATE(677), 1, - sym__inter_single_quotes, - STATE(2189), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 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(4401), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4395), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4579), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(647), 11, - 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, - [95590] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98362] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4373), 1, + STATE(2222), 1, + sym_comment, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 6, + anon_sym_in, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1530), 31, anon_sym_LBRACK, - ACTIONS(4377), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4381), 1, anon_sym_LBRACE, - ACTIONS(4387), 1, - anon_sym_not, - ACTIONS(4399), 1, - anon_sym_DQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4405), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4569), 1, - anon_sym_LPAREN, - ACTIONS(4571), 1, - anon_sym_DASH, - ACTIONS(4573), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4575), 1, - anon_sym_PLUS, - ACTIONS(4577), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4581), 1, - aux_sym_unquoted_token1, - STATE(36), 1, - sym__val_number_decimal, - STATE(55), 1, - sym_val_number, - STATE(57), 1, - sym__val_number, - STATE(530), 1, - sym__var, - STATE(629), 1, - sym_unquoted, - STATE(635), 1, - sym__expr_unary_minus, - STATE(636), 1, - sym__expr_binary_expression, - STATE(646), 1, - sym__str_double_quotes, - STATE(670), 1, - sym__inter_double_quotes, - STATE(677), 1, - sym__inter_single_quotes, - STATE(2190), 1, - sym_comment, - ACTIONS(4389), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4391), 2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_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(4401), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4395), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4397), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4579), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(638), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(647), 11, - 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, - [95712] = 35, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98440] = 36, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - ACTIONS(3215), 1, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(3223), 1, + ACTIONS(3095), 1, aux_sym__unquoted_in_list_token1, - ACTIONS(4583), 1, - anon_sym_LBRACK, - ACTIONS(4585), 1, - anon_sym_RBRACK, - ACTIONS(4587), 1, + ACTIONS(4293), 1, anon_sym_DOLLAR, - ACTIONS(4589), 1, + ACTIONS(4295), 1, anon_sym_DASH, - ACTIONS(4591), 1, + ACTIONS(4297), 1, anon_sym_LBRACE, - ACTIONS(4593), 1, + ACTIONS(4299), 1, anon_sym_DOT, - ACTIONS(4595), 1, + ACTIONS(4301), 1, anon_sym_PLUS, - ACTIONS(4599), 1, + ACTIONS(4303), 1, aux_sym__val_number_decimal_token1, - STATE(494), 1, + ACTIONS(4307), 1, + sym_val_date, + ACTIONS(4713), 1, + anon_sym_LBRACK, + ACTIONS(4715), 1, + anon_sym_RBRACK, + STATE(508), 1, sym__val_number, - STATE(495), 1, + STATE(510), 1, sym__val_number_decimal, - STATE(497), 1, + STATE(513), 1, sym_val_number, - STATE(2191), 1, + STATE(2223), 1, sym_comment, - STATE(2248), 1, + STATE(2279), 1, aux_sym__match_pattern_list_repeat1, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - STATE(3436), 1, - sym_expr_parenthesized, - STATE(3443), 1, + STATE(3486), 1, sym_val_variable, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3506), 1, + STATE(3487), 1, + sym_expr_parenthesized, + STATE(3517), 1, sym__expr_unary_minus, - STATE(3507), 1, + STATE(3520), 1, + sym__match_pattern_expression, + STATE(3522), 1, sym__match_pattern_list, - STATE(5771), 1, - sym_val_list, - ACTIONS(3205), 2, + STATE(5952), 1, + sym__match_pattern_rest, + STATE(5974), 1, + sym__match_pattern_ignore_rest, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, + ACTIONS(3089), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4597), 2, - sym_val_nothing, - sym_val_date, - STATE(3514), 2, + STATE(3524), 2, sym__match_pattern_value, sym_val_range, - STATE(5767), 2, - sym__match_pattern_rest, - sym__match_pattern_ignore_rest, - ACTIONS(3209), 3, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3213), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4601), 3, + ACTIONS(4305), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3495), 4, + STATE(3521), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3515), 7, + STATE(3527), 8, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -270586,372 +275816,388 @@ static const uint16_t ts_small_parse_table[] = { sym_val_string, sym_val_record, sym_val_table, - [95838] = 33, + [98568] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2296), 1, - anon_sym_DOLLAR, - ACTIONS(2298), 1, + STATE(2224), 1, + sym_comment, + ACTIONS(1556), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2312), 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(4529), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1558), 41, anon_sym_LBRACK, - ACTIONS(4531), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4533), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4535), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4537), 1, - anon_sym_PLUS, - ACTIONS(4539), 1, - anon_sym_not, - ACTIONS(4549), 1, - anon_sym_DQUOTE, - ACTIONS(4553), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4555), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4557), 1, - aux_sym_unquoted_token1, - STATE(119), 1, - sym__val_number_decimal, - STATE(132), 1, - sym_val_number, - STATE(133), 1, - sym__val_number, - STATE(864), 1, - sym__var, - STATE(935), 1, - sym_unquoted, - STATE(936), 1, - sym__inter_single_quotes, - STATE(937), 1, - sym__inter_double_quotes, - STATE(950), 1, - sym__str_double_quotes, - STATE(974), 1, - sym__expr_binary_expression, - STATE(1011), 1, - sym__expr_unary_minus, - STATE(2192), 1, - sym_comment, - ACTIONS(4541), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4543), 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(4551), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2318), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4545), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4547), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(966), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(969), 11, - 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, - [95960] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98632] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4463), 1, + STATE(2225), 1, + sym_comment, + ACTIONS(4701), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 8, + 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, + ACTIONS(1530), 37, anon_sym_LBRACK, - ACTIONS(4467), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4471), 1, anon_sym_LBRACE, - ACTIONS(4477), 1, - anon_sym_not, - ACTIONS(4491), 1, - anon_sym_DQUOTE, - ACTIONS(4495), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4603), 1, - anon_sym_LPAREN, - ACTIONS(4605), 1, - anon_sym_DASH, - ACTIONS(4607), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4609), 1, - anon_sym_PLUS, - ACTIONS(4611), 1, - aux_sym__val_number_decimal_token1, - STATE(33), 1, - sym__val_number_decimal, - STATE(48), 1, - sym_val_number, - STATE(49), 1, - sym__val_number, - STATE(515), 1, - sym__var, - STATE(536), 1, - sym_val_variable, - STATE(540), 1, - sym_expr_parenthesized, - STATE(560), 1, - sym__inter_double_quotes, - STATE(567), 1, - sym__inter_single_quotes, - STATE(612), 1, - sym__str_double_quotes, - STATE(615), 1, - sym__expr_unary_minus, - STATE(1341), 1, - sym__expression, - STATE(1409), 1, - sym_val_range, - STATE(2193), 1, - sym_comment, - STATE(3416), 1, - sym__expr_binary_expression, - ACTIONS(4479), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4481), 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, + anon_sym_EQ_TILDE, + anon_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(4493), 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(4489), 3, + [98704] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2226), 1, + sym_comment, + ACTIONS(1556), 12, + 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(587), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4485), 6, + ACTIONS(1558), 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, - STATE(597), 10, - 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, - [96084] = 35, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98768] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4583), 1, + ACTIONS(4717), 1, + anon_sym_in, + STATE(2227), 1, + sym_comment, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1530), 28, anon_sym_LBRACK, - ACTIONS(4587), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4589), 1, - anon_sym_DASH, - ACTIONS(4591), 1, anon_sym_LBRACE, - ACTIONS(4593), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4595), 1, - anon_sym_PLUS, - ACTIONS(4599), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4613), 1, - anon_sym_RBRACK, - STATE(494), 1, - sym__val_number, - STATE(495), 1, - sym__val_number_decimal, - STATE(497), 1, - sym_val_number, - STATE(2194), 1, - sym_comment, - STATE(2247), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3364), 1, - sym__str_double_quotes, - STATE(3436), 1, - sym_expr_parenthesized, - STATE(3443), 1, - sym_val_variable, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3506), 1, - sym__expr_unary_minus, - STATE(3507), 1, - sym__match_pattern_list, - STATE(5779), 1, - sym_val_list, - ACTIONS(3205), 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, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4597), 2, - sym_val_nothing, - sym_val_date, - STATE(3514), 2, - sym__match_pattern_value, - sym_val_range, - STATE(5746), 2, - sym__match_pattern_rest, - sym__match_pattern_ignore_rest, - ACTIONS(3209), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4601), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(3495), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3515), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [96210] = 34, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98850] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4253), 1, + STATE(2228), 1, + sym_comment, + ACTIONS(1556), 12, + 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, + ACTIONS(1558), 41, anon_sym_LBRACK, - ACTIONS(4257), 1, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(4261), 1, anon_sym_LBRACE, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(4285), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4287), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4291), 1, - anon_sym_LPAREN, - ACTIONS(4293), 1, - anon_sym_DASH, - ACTIONS(4295), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4297), 1, - anon_sym_PLUS, - ACTIONS(4299), 1, - aux_sym__val_number_decimal_token1, - STATE(321), 1, - sym__val_number_decimal, - STATE(329), 1, - sym__val_number, - STATE(341), 1, - sym_val_number, - STATE(2195), 1, - sym_comment, - STATE(2452), 1, - sym__var, - STATE(2685), 1, - sym_val_variable, - STATE(2703), 1, - sym_expr_parenthesized, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(2746), 1, - sym__str_double_quotes, - STATE(2789), 1, - sym__inter_single_quotes, - STATE(2791), 1, - sym__inter_double_quotes, - STATE(3433), 1, - sym__expr_binary_expression, - STATE(3901), 1, - sym_val_range, - STATE(3950), 1, - sym__expression, - ACTIONS(4269), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4271), 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(4283), 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(4279), 3, + [98914] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2229), 1, + sym_comment, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 10, + 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, - STATE(2726), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(4275), 6, + ACTIONS(1530), 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, - STATE(2733), 10, - 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, - [96334] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98984] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2196), 1, + STATE(2230), 1, sym_comment, - ACTIONS(1502), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -270964,7 +276210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1504), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -270993,7 +276239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271006,12 +276252,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96398] = 4, + [99048] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2197), 1, + STATE(2231), 1, sym_comment, - ACTIONS(1582), 12, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271024,7 +276273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1584), 41, + ACTIONS(1530), 39, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271032,8 +276281,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, @@ -271053,7 +276300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271066,12 +276313,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96462] = 4, + [99114] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2198), 1, + STATE(2232), 1, sym_comment, - ACTIONS(1570), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271084,7 +276331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1572), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271113,7 +276360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271126,12 +276373,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96526] = 4, + [99178] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(2199), 1, + STATE(2233), 1, + sym_comment, + ACTIONS(4701), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1528), 8, + 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, + ACTIONS(1530), 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, + 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, + [99252] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2234), 1, sym_comment, - ACTIONS(1446), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271144,7 +276456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1448), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271173,7 +276485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271186,12 +276498,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96590] = 4, + [99316] = 14, ACTIONS(3), 1, anon_sym_POUND, - STATE(2200), 1, + ACTIONS(4717), 1, + anon_sym_in, + STATE(2235), 1, + sym_comment, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1530), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + 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, + [99400] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2236), 1, sym_comment, - ACTIONS(1461), 12, + ACTIONS(1454), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271204,7 +276586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1463), 41, + ACTIONS(1456), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271233,7 +276615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271246,12 +276628,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96654] = 4, + [99464] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2201), 1, + STATE(2237), 1, sym_comment, - ACTIONS(1437), 12, + ACTIONS(1491), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271264,7 +276646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1439), 41, + ACTIONS(1493), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271293,7 +276675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271306,12 +276688,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96718] = 4, + [99528] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2202), 1, + STATE(2238), 1, sym_comment, - ACTIONS(1542), 12, + ACTIONS(1475), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271324,7 +276706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1544), 41, + ACTIONS(1477), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271353,7 +276735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271366,12 +276748,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96782] = 4, + [99592] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2203), 1, + STATE(2239), 1, sym_comment, - ACTIONS(1626), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271384,7 +276766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1628), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271413,7 +276795,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + 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, + [99656] = 16, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4717), 1, + anon_sym_in, + ACTIONS(4723), 1, + anon_sym_bit_DASHand, + ACTIONS(4725), 1, + anon_sym_bit_DASHxor, + STATE(2240), 1, + sym_comment, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1530), 24, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + 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, @@ -271426,25 +276880,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96846] = 4, + [99744] = 15, ACTIONS(3), 1, anon_sym_POUND, - STATE(2204), 1, + ACTIONS(4717), 1, + anon_sym_in, + ACTIONS(4723), 1, + anon_sym_bit_DASHand, + STATE(2241), 1, sym_comment, - ACTIONS(1612), 12, + ACTIONS(4699), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, anon_sym_DASH, - anon_sym_in, - anon_sym__, + anon_sym_PLUS, + ACTIONS(4703), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1614), 41, + ACTIONS(1530), 25, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271452,28 +276933,12 @@ 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271486,12 +276951,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96910] = 4, + [99830] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2205), 1, + STATE(2242), 1, sym_comment, - ACTIONS(1608), 12, + ACTIONS(1632), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271504,7 +276969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1610), 41, + ACTIONS(1634), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271533,7 +276998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271546,12 +277011,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96974] = 4, + [99894] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2206), 1, + STATE(2243), 1, sym_comment, - ACTIONS(1604), 12, + ACTIONS(1658), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271564,7 +277029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1606), 41, + ACTIONS(1660), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271593,7 +277058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271606,12 +277071,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97038] = 4, + [99958] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2207), 1, + STATE(2244), 1, sym_comment, - ACTIONS(1620), 12, + ACTIONS(1604), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271624,7 +277089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1622), 41, + ACTIONS(1606), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271653,7 +277118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271666,12 +277131,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97102] = 4, + [100022] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2208), 1, + STATE(2245), 1, sym_comment, - ACTIONS(1484), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271684,7 +277149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1486), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271713,7 +277178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271726,26 +277191,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97166] = 6, + [100086] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2209), 1, + ACTIONS(4717), 1, + anon_sym_in, + ACTIONS(4723), 1, + anon_sym_bit_DASHand, + ACTIONS(4725), 1, + anon_sym_bit_DASHxor, + ACTIONS(4727), 1, + anon_sym_bit_DASHor, + STATE(2246), 1, sym_comment, - ACTIONS(1626), 5, + ACTIONS(4699), 2, anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_LT2, - ACTIONS(4618), 7, + ACTIONS(4701), 2, anon_sym_DASH, - anon_sym__, anon_sym_PLUS, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4615), 20, + ACTIONS(1530), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271753,7 +277248,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - sym_val_nothing, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271766,34 +277264,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1628), 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, - [97234] = 4, + [100176] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2210), 1, + STATE(2247), 1, sym_comment, - ACTIONS(1574), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -271806,7 +277282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1576), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -271835,7 +277311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -271848,522 +277324,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97298] = 34, + [100240] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, - anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, - anon_sym_DASH, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(2211), 1, + ACTIONS(4717), 1, + anon_sym_in, + ACTIONS(4723), 1, + anon_sym_bit_DASHand, + ACTIONS(4725), 1, + anon_sym_bit_DASHxor, + ACTIONS(4727), 1, + anon_sym_bit_DASHor, + ACTIONS(4729), 1, + anon_sym_and, + STATE(2248), 1, sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4368), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, - 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, - [97422] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, - anon_sym_LBRACK, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4000), 1, - anon_sym_DOLLAR, - ACTIONS(4004), 1, - anon_sym_LBRACE, - ACTIONS(4006), 1, - anon_sym_DOT, - ACTIONS(4008), 1, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, + anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4016), 1, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, aux_sym__val_number_decimal_token1, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4109), 1, - anon_sym_DASH, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(480), 1, - sym__val_number_decimal, - STATE(2212), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3226), 1, - sym_expr_parenthesized, - STATE(3232), 1, - sym_val_variable, - STATE(3432), 1, - sym__expr_binary_expression, - STATE(4404), 1, - sym__expression, - STATE(4483), 1, - sym_val_range, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4018), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3387), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, - 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, - [97546] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3996), 1, + ACTIONS(1530), 22, anon_sym_LBRACK, - ACTIONS(3998), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4000), 1, anon_sym_DOLLAR, - ACTIONS(4004), 1, anon_sym_LBRACE, - ACTIONS(4010), 1, - anon_sym_not, - ACTIONS(4020), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4022), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4157), 1, - anon_sym_DASH, - ACTIONS(4161), 1, - anon_sym_PLUS, - ACTIONS(4163), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4621), 1, + anon_sym_RBRACE, anon_sym_DOT, - STATE(418), 1, - sym__val_number, - STATE(444), 1, - sym_val_number, - STATE(481), 1, - sym__val_number_decimal, - STATE(2213), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3118), 1, - sym__expr_unary_minus, - STATE(3182), 1, - sym__inter_single_quotes, - STATE(3183), 1, - sym__inter_double_quotes, - STATE(3228), 1, - sym_expr_parenthesized, - STATE(3240), 1, - sym_val_variable, - STATE(3419), 1, - sym__expr_binary_expression, - STATE(4483), 1, - sym_val_range, - STATE(5897), 1, - sym__expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4012), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4014), 2, + anon_sym_xor, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(3119), 3, - sym_expr_unary, - sym_expr_binary, - sym__value, - ACTIONS(2790), 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(3070), 10, - 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, - [97670] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2214), 1, - sym_comment, - ACTIONS(4625), 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(4623), 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, - [97734] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2215), 1, - sym_comment, - ACTIONS(4629), 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(4627), 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, - [97798] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2216), 1, - sym_comment, - ACTIONS(4633), 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(4631), 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, - [97862] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2217), 1, - sym_comment, - ACTIONS(4637), 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, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4635), 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, - [97926] = 4, + [100332] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2218), 1, + STATE(2249), 1, sym_comment, - ACTIONS(1600), 12, + ACTIONS(1556), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -272376,7 +277416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1602), 41, + ACTIONS(1558), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -272405,7 +277445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -272418,12 +277458,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97990] = 4, + [100396] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2219), 1, + STATE(2250), 1, sym_comment, - ACTIONS(1546), 12, + ACTIONS(1628), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -272436,7 +277476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1548), 41, + ACTIONS(1630), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -272465,7 +277505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -272478,1614 +277518,977 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98054] = 33, + [100460] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + ACTIONS(4717), 1, + anon_sym_in, + ACTIONS(4723), 1, + anon_sym_bit_DASHand, + ACTIONS(4725), 1, + anon_sym_bit_DASHxor, + ACTIONS(4727), 1, + anon_sym_bit_DASHor, + ACTIONS(4729), 1, + anon_sym_and, + ACTIONS(4731), 1, + anon_sym_xor, + STATE(2251), 1, + sym_comment, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, anon_sym_DASH, - ACTIONS(2493), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4641), 1, - anon_sym_LPAREN, - ACTIONS(4643), 1, - anon_sym_LBRACE, - ACTIONS(4645), 1, - anon_sym_DOT, - ACTIONS(4647), 1, anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1073), 1, - sym__expr_binary_expression, - STATE(1074), 1, - sym_unquoted, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2220), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, + aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4655), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4657), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98176] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, - anon_sym_DASH, - ACTIONS(2493), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4639), 1, + ACTIONS(1530), 21, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1071), 1, - sym__expr_binary_expression, - STATE(1072), 1, - sym_unquoted, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2221), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 2, + anon_sym_or, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98298] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, - anon_sym_DASH, - ACTIONS(2493), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4641), 1, - anon_sym_LPAREN, - ACTIONS(4643), 1, - anon_sym_LBRACE, - ACTIONS(4645), 1, - anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1039), 1, - sym_unquoted, - STATE(1067), 1, - sym__expr_binary_expression, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2222), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, sym_val_date, - ACTIONS(4653), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4661), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(4657), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98420] = 33, + [100554] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2252), 1, + sym_comment, + ACTIONS(1556), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1558), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1062), 1, - sym__expr_binary_expression, - STATE(1064), 1, - sym_unquoted, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2223), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98542] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100618] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + ACTIONS(4717), 1, + anon_sym_in, + ACTIONS(4723), 1, + anon_sym_bit_DASHand, + ACTIONS(4725), 1, + anon_sym_bit_DASHxor, + ACTIONS(4727), 1, + anon_sym_bit_DASHor, + ACTIONS(4729), 1, + anon_sym_and, + ACTIONS(4731), 1, + anon_sym_xor, + ACTIONS(4733), 1, + anon_sym_or, + STATE(2253), 1, + sym_comment, + ACTIONS(4699), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(4701), 2, anon_sym_DASH, - ACTIONS(2493), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4641), 1, - anon_sym_LPAREN, - ACTIONS(4643), 1, - anon_sym_LBRACE, - ACTIONS(4645), 1, - anon_sym_DOT, - ACTIONS(4647), 1, anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1047), 1, - sym__expr_binary_expression, - STATE(1060), 1, - sym_unquoted, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2224), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, + ACTIONS(4703), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(4705), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(4707), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(4709), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(4721), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(4719), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(4711), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + anon_sym__, + aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4655), 3, + ACTIONS(1530), 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, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98664] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100714] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2254), 1, + sym_comment, + ACTIONS(1556), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1558), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1031), 1, - sym__expr_binary_expression, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1041), 1, - sym_unquoted, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2225), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98786] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100778] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2255), 1, + sym_comment, + ACTIONS(1616), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1618), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1044), 1, - sym__expr_binary_expression, - STATE(1058), 1, - sym_unquoted, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2226), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [98908] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100842] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, - anon_sym_DASH, - ACTIONS(2493), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4639), 1, - anon_sym_LBRACK, - ACTIONS(4641), 1, + STATE(2256), 1, + sym_comment, + ACTIONS(4737), 12, anon_sym_LPAREN, - ACTIONS(4643), 1, - anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1018), 1, - sym_unquoted, - STATE(1025), 1, - sym__expr_binary_expression, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2227), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4735), 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(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [99030] = 33, + aux_sym__record_key_token2, + [100906] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2257), 1, + sym_comment, + ACTIONS(1624), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1626), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1040), 1, - sym_unquoted, - STATE(1051), 1, - sym__expr_binary_expression, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2228), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [99152] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100970] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2258), 1, + sym_comment, + ACTIONS(1640), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1642), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1052), 1, - sym_unquoted, - STATE(1055), 1, - sym__expr_binary_expression, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2229), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [99274] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101034] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2259), 1, + sym_comment, + ACTIONS(1628), 5, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_LT2, + ACTIONS(4742), 7, anon_sym_DASH, - ACTIONS(2493), 1, + anon_sym__, + anon_sym_PLUS, aux_sym__val_number_decimal_token1, - ACTIONS(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4739), 20, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1056), 1, - sym_unquoted, - STATE(1057), 1, - sym__expr_binary_expression, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2230), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 2, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [99396] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1630), 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, + [101102] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2260), 1, + sym_comment, + ACTIONS(1576), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1578), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1023), 1, - sym_unquoted, - STATE(1027), 1, - sym__expr_binary_expression, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2231), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [99518] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101166] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2477), 1, - anon_sym_DOLLAR, - ACTIONS(2479), 1, + STATE(2261), 1, + sym_comment, + ACTIONS(1564), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2493), 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(4639), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1566), 41, anon_sym_LBRACK, - ACTIONS(4641), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4643), 1, + anon_sym_DOLLAR, anon_sym_LBRACE, - ACTIONS(4645), 1, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4647), 1, - anon_sym_PLUS, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(4659), 1, - anon_sym_DQUOTE, - ACTIONS(4663), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4665), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4667), 1, - aux_sym_unquoted_token1, - STATE(124), 1, - sym__val_number_decimal, - STATE(134), 1, - sym__val_number, - STATE(135), 1, - sym_val_number, - STATE(891), 1, - sym__var, - STATE(1016), 1, - sym__str_double_quotes, - STATE(1029), 1, - sym_unquoted, - STATE(1036), 1, - sym__inter_double_quotes, - STATE(1037), 1, - sym__inter_single_quotes, - STATE(1038), 1, - sym__expr_binary_expression, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(2232), 1, - sym_comment, - ACTIONS(4651), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4653), 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(4661), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2499), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4655), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4657), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1054), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(1043), 11, - 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, - [99640] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101230] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, + STATE(2262), 1, + sym_comment, + ACTIONS(4747), 12, anon_sym_LPAREN, - ACTIONS(4513), 1, - anon_sym_DASH, - ACTIONS(4515), 1, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4517), 1, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2233), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3001), 1, - sym__expr_binary_expression, - STATE(3002), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 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(4525), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [99762] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, - anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, - anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2234), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2999), 1, - sym__expr_binary_expression, - STATE(3000), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4521), 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(4525), 3, + ACTIONS(4745), 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(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [99884] = 33, + aux_sym__record_key_token2, + [101294] = 36, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, + ACTIONS(3061), 1, + anon_sym_LPAREN, + ACTIONS(3073), 1, + anon_sym_null, + ACTIONS(3087), 1, anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, + ACTIONS(3095), 1, + aux_sym__unquoted_in_list_token1, + ACTIONS(4293), 1, anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + ACTIONS(4295), 1, anon_sym_DASH, - ACTIONS(4515), 1, + ACTIONS(4297), 1, + anon_sym_LBRACE, + ACTIONS(4299), 1, anon_sym_DOT, - ACTIONS(4517), 1, - anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + ACTIONS(4301), 1, + anon_sym_PLUS, + ACTIONS(4303), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, + ACTIONS(4307), 1, + sym_val_date, + ACTIONS(4713), 1, + anon_sym_LBRACK, + ACTIONS(4749), 1, + anon_sym_RBRACK, + STATE(508), 1, sym__val_number, - STATE(378), 1, + STATE(510), 1, sym__val_number_decimal, - STATE(425), 1, + STATE(513), 1, sym_val_number, - STATE(2235), 1, + STATE(2263), 1, sym_comment, - STATE(2799), 1, + STATE(2279), 1, + aux_sym__match_pattern_list_repeat1, + STATE(3168), 1, sym__var, - STATE(2933), 1, + STATE(3419), 1, sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, + STATE(3486), 1, + sym_val_variable, + STATE(3487), 1, + sym_expr_parenthesized, + STATE(3517), 1, sym__expr_unary_minus, - STATE(2996), 1, - sym__expr_binary_expression, - STATE(2998), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + STATE(3520), 1, + sym__match_pattern_expression, + STATE(3522), 1, + sym__match_pattern_list, + STATE(6084), 1, + sym__match_pattern_ignore_rest, + STATE(6099), 1, + sym__match_pattern_rest, + ACTIONS(3075), 2, anon_sym_true, anon_sym_false, - ACTIONS(361), 3, + ACTIONS(3089), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3524), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(3079), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(365), 3, + ACTIONS(3083), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4525), 3, + ACTIONS(4305), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, + STATE(3521), 4, + sym__list_item_starts_with_sign, + sym_short_flag, + sym_long_flag, + sym__unquoted_in_list, + STATE(3527), 8, + 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, - [100006] = 33, + [101422] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2264), 1, + sym_comment, + ACTIONS(1668), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2236), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2988), 1, - sym__expr_binary_expression, - STATE(2989), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1670), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [100128] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101486] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2265), 1, + sym_comment, + ACTIONS(1560), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2237), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2991), 1, - sym__expr_binary_expression, - STATE(2992), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1562), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [100250] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101550] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2238), 1, + STATE(2266), 1, sym_comment, - ACTIONS(1586), 12, + ACTIONS(1584), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -274098,7 +278501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1588), 41, + ACTIONS(1586), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -274127,7 +278530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -274140,635 +278543,492 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [100314] = 33, + [101614] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2267), 1, + sym_comment, + ACTIONS(1612), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2239), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2959), 1, - sym_unquoted, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2987), 1, - sym__expr_binary_expression, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1614), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [100436] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101678] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2268), 1, + sym_comment, + ACTIONS(1588), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2240), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2984), 1, - sym__expr_binary_expression, - STATE(2986), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1590), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101742] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2269), 1, + sym_comment, + ACTIONS(1646), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2241), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2982), 1, - sym__expr_binary_expression, - STATE(2983), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1648), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [100680] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101806] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2270), 1, + sym_comment, + ACTIONS(1495), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2242), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2980), 1, - sym__expr_binary_expression, - STATE(2981), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1497), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [100802] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101870] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2271), 1, + sym_comment, + ACTIONS(1620), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2243), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2978), 1, - sym__expr_binary_expression, - STATE(2979), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1622), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [100924] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101934] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + STATE(2272), 1, + sym_comment, + ACTIONS(1426), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4515), 1, - anon_sym_DOT, - ACTIONS(4517), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2244), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2975), 1, - sym__expr_binary_expression, - STATE(2977), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 2, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1428), 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(4525), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [101046] = 33, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101998] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - anon_sym_LBRACK, - ACTIONS(329), 1, - anon_sym_LBRACE, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(373), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(375), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(4511), 1, + STATE(2273), 1, + sym_comment, + ACTIONS(4753), 12, anon_sym_LPAREN, - ACTIONS(4513), 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(4751), 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(4515), 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, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + aux_sym__record_key_token2, + [102062] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2274), 1, + sym_comment, + ACTIONS(4757), 12, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_RBRACE, anon_sym_DOT, - ACTIONS(4517), 1, anon_sym_PLUS, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(4523), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4527), 1, - aux_sym_unquoted_token1, - STATE(359), 1, - sym__val_number, - STATE(378), 1, - sym__val_number_decimal, - STATE(425), 1, - sym_val_number, - STATE(2245), 1, - sym_comment, - STATE(2799), 1, - sym__var, - STATE(2933), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__inter_single_quotes, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(2973), 1, - sym__expr_binary_expression, - STATE(2974), 1, - sym_unquoted, - STATE(3038), 1, - sym__inter_double_quotes, - ACTIONS(367), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(371), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4521), 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(4525), 3, - aux_sym__val_number_token4, aux_sym__val_number_token5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4755), 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(2971), 4, - sym_expr_unary, - sym_expr_binary, - sym_expr_parenthesized, - sym__value, - STATE(3041), 11, - 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, - [101168] = 4, + aux_sym__record_key_token2, + [102126] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2246), 1, + STATE(2275), 1, sym_comment, - ACTIONS(1578), 12, + ACTIONS(1664), 12, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -274781,7 +279041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1580), 41, + ACTIONS(1666), 41, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -274810,7 +279070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -274823,360 +279083,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [101232] = 35, + [102190] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4587), 1, - anon_sym_DOLLAR, - ACTIONS(4589), 1, - anon_sym_DASH, - ACTIONS(4591), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - anon_sym_DOT, - ACTIONS(4595), 1, - anon_sym_PLUS, - ACTIONS(4599), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4669), 1, - anon_sym_LBRACK, - ACTIONS(4671), 1, - anon_sym_RBRACK, - STATE(494), 1, - sym__val_number, - STATE(495), 1, - sym__val_number_decimal, - STATE(497), 1, - sym_val_number, - STATE(2247), 1, + STATE(2276), 1, sym_comment, - STATE(2254), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3364), 1, - sym__str_double_quotes, - STATE(3436), 1, - sym_expr_parenthesized, - STATE(3443), 1, - sym_val_variable, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3506), 1, - sym__expr_unary_minus, - STATE(3507), 1, - sym__match_pattern_list, - STATE(5798), 1, - sym__match_pattern_rest, - STATE(5799), 1, - sym__match_pattern_ignore_rest, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4597), 2, - sym_val_nothing, - sym_val_date, - STATE(3514), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3213), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4601), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3495), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3515), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [101357] = 35, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3215), 1, - anon_sym_DQUOTE, - ACTIONS(3223), 1, - aux_sym__unquoted_in_list_token1, - ACTIONS(4587), 1, - anon_sym_DOLLAR, - ACTIONS(4589), 1, + ACTIONS(1507), 12, + anon_sym_GT, anon_sym_DASH, - ACTIONS(4591), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - anon_sym_DOT, - ACTIONS(4595), 1, + anon_sym_in, + anon_sym__, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(4599), 1, + anon_sym_LT2, aux_sym__val_number_decimal_token1, - ACTIONS(4669), 1, - anon_sym_LBRACK, - ACTIONS(4673), 1, - anon_sym_RBRACK, - STATE(494), 1, - sym__val_number, - STATE(495), 1, - sym__val_number_decimal, - STATE(497), 1, - sym_val_number, - STATE(2248), 1, - sym_comment, - STATE(2254), 1, - aux_sym__match_pattern_list_repeat1, - STATE(3081), 1, - sym__var, - STATE(3364), 1, - sym__str_double_quotes, - STATE(3436), 1, - sym_expr_parenthesized, - STATE(3443), 1, - sym_val_variable, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3506), 1, - sym__expr_unary_minus, - STATE(3507), 1, - sym__match_pattern_list, - STATE(5976), 1, - sym__match_pattern_ignore_rest, - STATE(5977), 1, - sym__match_pattern_rest, - ACTIONS(3205), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3217), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4597), 2, - sym_val_nothing, - sym_val_date, - STATE(3514), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(3209), 3, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - ACTIONS(3213), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4601), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(3495), 4, - sym__list_item_starts_with_sign, - sym_short_flag, - sym_long_flag, - sym__unquoted_in_list, - STATE(3515), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [101482] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1345), 1, - anon_sym_LF, - ACTIONS(2234), 1, - anon_sym_LPAREN, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(4675), 1, - anon_sym_LT, - ACTIONS(4677), 1, - anon_sym_DOT2, - ACTIONS(4679), 1, - anon_sym_EQ2, - ACTIONS(4681), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4683), 1, - anon_sym_DASH2, - ACTIONS(4685), 1, - anon_sym_PLUS2, - ACTIONS(4687), 1, - aux_sym_unquoted_token4, - ACTIONS(4689), 1, - aux_sym_unquoted_token6, - STATE(2249), 1, - sym_comment, - STATE(2306), 1, - sym__var, - STATE(2367), 1, - sym__immediate_decimal, - STATE(2416), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1343), 37, - anon_sym_SEMI, + ACTIONS(1509), 41, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - sym_val_nothing, - 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, - [101571] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2363), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2365), 1, anon_sym_DOLLAR, - ACTIONS(4691), 1, - anon_sym_LT, - ACTIONS(4693), 1, - anon_sym_DOT2, - ACTIONS(4695), 1, - anon_sym_EQ2, - ACTIONS(4697), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4699), 1, - anon_sym_DASH2, - ACTIONS(4701), 1, - anon_sym_PLUS2, - ACTIONS(4703), 1, - aux_sym_unquoted_token4, - ACTIONS(4705), 1, - aux_sym_unquoted_token6, - STATE(2250), 1, - sym_comment, - STATE(2342), 1, - sym__var, - STATE(2562), 1, - sym__immediate_decimal, - ACTIONS(1345), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2561), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1343), 35, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, - sym_val_nothing, + 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_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, - [101659] = 15, + [102254] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1925), 1, + ACTIONS(1371), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4759), 1, anon_sym_LPAREN, - ACTIONS(4709), 1, + ACTIONS(4761), 1, anon_sym_LT, - ACTIONS(4711), 1, + ACTIONS(4763), 1, anon_sym_DOT2, - ACTIONS(4713), 1, + ACTIONS(4765), 1, anon_sym_EQ2, - ACTIONS(4715), 1, + ACTIONS(4767), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4769), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4771), 1, anon_sym_PLUS2, - STATE(2251), 1, + ACTIONS(4773), 1, + aux_sym_unquoted_token4, + ACTIONS(4775), 1, + aux_sym_unquoted_token6, + STATE(2277), 1, sym_comment, - STATE(2310), 1, + STATE(2327), 1, sym__var, - STATE(2513), 1, + STATE(2432), 1, sym__immediate_decimal, - STATE(2512), 2, + STATE(2437), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1923), 37, + ACTIONS(1369), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -275186,7 +279187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -275214,115 +279215,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [101742] = 15, + [102343] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1979), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4777), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4779), 1, + anon_sym_LT, + ACTIONS(4781), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4783), 1, + anon_sym_EQ2, + ACTIONS(4785), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4787), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4789), 1, anon_sym_PLUS2, - ACTIONS(4721), 1, - anon_sym_LT, - ACTIONS(4723), 1, - anon_sym_EQ2, - STATE(2252), 1, + ACTIONS(4791), 1, + aux_sym_unquoted_token4, + ACTIONS(4793), 1, + aux_sym_unquoted_token6, + STATE(2278), 1, sym_comment, - STATE(2310), 1, + STATE(2375), 1, sym__var, - STATE(2516), 1, + STATE(2447), 1, sym__immediate_decimal, - STATE(2515), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1977), 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, - sym_val_nothing, - 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, - [101825] = 15, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1971), 1, + ACTIONS(1371), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2234), 1, - anon_sym_LPAREN, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(4683), 1, - anon_sym_DASH2, - ACTIONS(4685), 1, - anon_sym_PLUS2, - ACTIONS(4725), 1, - anon_sym_LT, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(4729), 1, - anon_sym_EQ2, - ACTIONS(4731), 1, - aux_sym__immediate_decimal_token1, - STATE(2253), 1, - sym_comment, - STATE(2306), 1, - sym__var, - STATE(2404), 1, - sym__immediate_decimal, - STATE(2380), 2, + STATE(2448), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1969), 37, + ACTIONS(1369), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -275350,84 +279286,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [101908] = 32, + [102431] = 33, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4733), 1, + ACTIONS(4795), 1, anon_sym_LBRACK, - ACTIONS(4736), 1, + ACTIONS(4798), 1, anon_sym_RBRACK, - ACTIONS(4738), 1, + ACTIONS(4800), 1, anon_sym_LPAREN, - ACTIONS(4741), 1, + ACTIONS(4803), 1, anon_sym_DOLLAR, - ACTIONS(4744), 1, + ACTIONS(4806), 1, anon_sym_DASH, - ACTIONS(4747), 1, + ACTIONS(4809), 1, anon_sym_LBRACE, - ACTIONS(4750), 1, + ACTIONS(4812), 1, anon_sym_DOT, - ACTIONS(4753), 1, + ACTIONS(4815), 1, anon_sym_PLUS, - ACTIONS(4762), 1, + ACTIONS(4818), 1, + anon_sym_null, + ACTIONS(4824), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4774), 1, + ACTIONS(4836), 1, + sym_val_date, + ACTIONS(4839), 1, anon_sym_DQUOTE, - ACTIONS(4780), 1, + ACTIONS(4845), 1, aux_sym__unquoted_in_list_token1, - STATE(494), 1, + STATE(508), 1, sym__val_number, - STATE(495), 1, + STATE(510), 1, sym__val_number_decimal, - STATE(497), 1, + STATE(513), 1, sym_val_number, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3364), 1, + STATE(3419), 1, sym__str_double_quotes, - STATE(3436), 1, - sym_expr_parenthesized, - STATE(3443), 1, + STATE(3486), 1, sym_val_variable, - STATE(3456), 1, - sym__match_pattern_expression, - STATE(3506), 1, + STATE(3487), 1, + sym_expr_parenthesized, + STATE(3517), 1, sym__expr_unary_minus, - STATE(3507), 1, + STATE(3520), 1, + sym__match_pattern_expression, + STATE(3522), 1, sym__match_pattern_list, - ACTIONS(4756), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4759), 2, + ACTIONS(4821), 2, anon_sym_true, anon_sym_false, - ACTIONS(4777), 2, + ACTIONS(4842), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(2254), 2, + STATE(2279), 2, sym_comment, aux_sym__match_pattern_list_repeat1, - STATE(3514), 2, + STATE(3524), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4765), 3, + ACTIONS(4827), 3, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, - ACTIONS(4768), 3, + ACTIONS(4830), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(4771), 3, + ACTIONS(4833), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(3495), 4, + STATE(3521), 4, sym__list_item_starts_with_sign, sym_short_flag, sym_long_flag, sym__unquoted_in_list, - STATE(3515), 7, + STATE(3527), 8, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -275435,37 +279373,37 @@ static const uint16_t ts_small_parse_table[] = { sym_val_string, sym_val_record, sym_val_table, - [102025] = 15, + [102551] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1987), 1, + ACTIONS(1959), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4850), 1, + anon_sym_LT, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4854), 1, + anon_sym_EQ2, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4783), 1, - anon_sym_LT, - ACTIONS(4785), 1, - anon_sym_EQ2, - STATE(2255), 1, + STATE(2280), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2519), 1, + STATE(2477), 1, sym__immediate_decimal, - STATE(2518), 2, + STATE(2478), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1985), 37, + ACTIONS(1957), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -275475,7 +279413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -275503,37 +279441,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [102108] = 15, + [102634] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1945), 1, + ACTIONS(2005), 1, anon_sym_LF, - ACTIONS(2234), 1, - anon_sym_LPAREN, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4681), 1, + ACTIONS(4759), 1, + anon_sym_LPAREN, + ACTIONS(4767), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4683), 1, + ACTIONS(4769), 1, anon_sym_DASH2, - ACTIONS(4685), 1, + ACTIONS(4771), 1, anon_sym_PLUS2, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(4787), 1, + ACTIONS(4862), 1, anon_sym_LT, - ACTIONS(4789), 1, + ACTIONS(4864), 1, + anon_sym_DOT2, + ACTIONS(4866), 1, anon_sym_EQ2, - STATE(2256), 1, + STATE(2281), 1, sym_comment, - STATE(2306), 1, + STATE(2327), 1, sym__var, - STATE(2411), 1, + STATE(2426), 1, sym__immediate_decimal, - STATE(2390), 2, + STATE(2424), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1943), 37, + ACTIONS(2003), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -275543,7 +279481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -275571,287 +279509,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [102191] = 15, - ACTIONS(105), 1, + [102717] = 35, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1963), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(4715), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, - anon_sym_DASH2, - ACTIONS(4719), 1, - anon_sym_PLUS2, - ACTIONS(4791), 1, - anon_sym_LT, - ACTIONS(4793), 1, - anon_sym_EQ2, - STATE(2257), 1, - sym_comment, - STATE(2310), 1, - sym__var, - STATE(2508), 1, - sym__immediate_decimal, - STATE(2495), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1961), 37, - anon_sym_SEMI, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(4868), 1, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4870), 1, anon_sym_DASH, + ACTIONS(4872), 1, anon_sym_LBRACE, + ACTIONS(4874), 1, anon_sym_RBRACE, + ACTIONS(4876), 1, + anon_sym__, + ACTIONS(4878), 1, anon_sym_DOT, + ACTIONS(4880), 1, anon_sym_PLUS, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + ACTIONS(4882), 1, 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(4886), 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, - [102274] = 15, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2365), 1, - anon_sym_DOLLAR, - ACTIONS(4795), 1, - anon_sym_LPAREN, - ACTIONS(4797), 1, - anon_sym_LT, - ACTIONS(4799), 1, - anon_sym_DOT2, - ACTIONS(4801), 1, - anon_sym_EQ2, - ACTIONS(4803), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, - anon_sym_DASH2, - ACTIONS(4807), 1, - anon_sym_PLUS2, - STATE(2258), 1, + STATE(727), 1, + sym__val_number_decimal, + STATE(740), 1, + sym_val_number, + STATE(743), 1, + sym__val_number, + STATE(2282), 1, sym_comment, - STATE(2327), 1, + STATE(2294), 1, + aux_sym_ctrl_match_repeat1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, sym__var, - STATE(2660), 1, - sym__immediate_decimal, - ACTIONS(1987), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2661), 2, + STATE(3563), 1, + sym_match_arm, + STATE(4697), 1, + sym__match_pattern_expression, + STATE(4931), 1, sym_expr_parenthesized, + STATE(4941), 1, sym_val_variable, - ACTIONS(1985), 35, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - sym_val_nothing, + STATE(5399), 1, + sym__match_pattern_list, + STATE(5449), 1, + sym__expr_unary_minus, + STATE(5967), 1, + sym_match_pattern, + STATE(5997), 1, + sym_default_arm, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + STATE(5394), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4884), 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_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, - [102356] = 15, - ACTIONS(105), 1, + STATE(5389), 8, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_record, + sym_val_table, + [102840] = 35, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, - anon_sym_DOT2, - ACTIONS(4803), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, - anon_sym_DASH2, - ACTIONS(4807), 1, - anon_sym_PLUS2, - ACTIONS(4809), 1, - anon_sym_LT, - ACTIONS(4811), 1, - anon_sym_EQ2, - STATE(2259), 1, - sym_comment, - STATE(2327), 1, - sym__var, - STATE(2663), 1, - sym__immediate_decimal, - ACTIONS(1979), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2636), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1977), 35, - anon_sym_SEMI, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(4868), 1, anon_sym_LBRACK, - anon_sym_PIPE, + ACTIONS(4870), 1, anon_sym_DASH, + ACTIONS(4872), 1, anon_sym_LBRACE, + ACTIONS(4876), 1, + anon_sym__, + ACTIONS(4878), 1, anon_sym_DOT, + ACTIONS(4880), 1, anon_sym_PLUS, - sym_val_nothing, + ACTIONS(4882), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4886), 1, + sym_val_date, + ACTIONS(4888), 1, + anon_sym_RBRACE, + STATE(727), 1, + sym__val_number_decimal, + STATE(740), 1, + sym_val_number, + STATE(743), 1, + sym__val_number, + STATE(2283), 1, + sym_comment, + STATE(2294), 1, + aux_sym_ctrl_match_repeat1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3563), 1, + sym_match_arm, + STATE(4697), 1, + sym__match_pattern_expression, + STATE(4931), 1, + sym_expr_parenthesized, + STATE(4941), 1, + sym_val_variable, + STATE(5399), 1, + sym__match_pattern_list, + STATE(5449), 1, + sym__expr_unary_minus, + STATE(5967), 1, + sym_match_pattern, + STATE(6082), 1, + sym_default_arm, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + STATE(5394), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4884), 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_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, - [102438] = 34, + STATE(5389), 8, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_record, + sym_val_table, + [102963] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3998), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4813), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(4868), 1, anon_sym_LBRACK, - ACTIONS(4815), 1, + ACTIONS(4870), 1, anon_sym_DASH, - ACTIONS(4817), 1, + ACTIONS(4872), 1, anon_sym_LBRACE, - ACTIONS(4819), 1, - anon_sym_RBRACE, - ACTIONS(4821), 1, + ACTIONS(4876), 1, anon_sym__, - ACTIONS(4823), 1, + ACTIONS(4878), 1, anon_sym_DOT, - ACTIONS(4825), 1, + ACTIONS(4880), 1, anon_sym_PLUS, - ACTIONS(4829), 1, + ACTIONS(4882), 1, aux_sym__val_number_decimal_token1, - STATE(707), 1, + ACTIONS(4886), 1, + sym_val_date, + ACTIONS(4890), 1, + anon_sym_RBRACE, + STATE(727), 1, sym__val_number_decimal, - STATE(713), 1, - sym__val_number, - STATE(716), 1, + STATE(740), 1, sym_val_number, - STATE(2260), 1, - sym_comment, - STATE(2280), 1, + STATE(743), 1, + sym__val_number, + STATE(2282), 1, aux_sym_ctrl_match_repeat1, - STATE(2693), 1, + STATE(2284), 1, + sym_comment, + STATE(2728), 1, sym__str_double_quotes, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3521), 1, + STATE(3563), 1, sym_match_arm, - STATE(4586), 1, + STATE(4697), 1, sym__match_pattern_expression, - STATE(5075), 1, - sym_val_variable, - STATE(5119), 1, + STATE(4931), 1, sym_expr_parenthesized, - STATE(5266), 1, + STATE(4941), 1, + sym_val_variable, + STATE(5399), 1, sym__match_pattern_list, - STATE(5280), 1, + STATE(5449), 1, sym__expr_unary_minus, - STATE(5661), 1, + STATE(5967), 1, sym_match_pattern, - STATE(5777), 1, + STATE(5977), 1, sym_default_arm, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(4827), 2, - sym_val_nothing, - sym_val_date, - STATE(5256), 2, + STATE(5394), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4831), 6, + ACTIONS(4884), 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(5410), 7, + STATE(5389), 8, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -275859,46 +279773,47 @@ static const uint16_t ts_small_parse_table[] = { sym_val_string, sym_val_record, sym_val_table, - [102558] = 15, + [103086] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(1997), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4833), 1, + ACTIONS(4892), 1, anon_sym_LT, - ACTIONS(4835), 1, + ACTIONS(4894), 1, anon_sym_EQ2, - STATE(2261), 1, + STATE(2285), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2664), 1, + STATE(2543), 1, sym__immediate_decimal, - ACTIONS(1925), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2665), 2, + STATE(2469), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1923), 35, + ACTIONS(1995), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -275926,46 +279841,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [102640] = 15, + [103169] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2013), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4837), 1, + ACTIONS(4896), 1, anon_sym_LT, - ACTIONS(4839), 1, + ACTIONS(4898), 1, anon_sym_EQ2, - STATE(2262), 1, + STATE(2286), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2668), 1, + STATE(2483), 1, sym__immediate_decimal, - ACTIONS(1963), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2670), 2, + STATE(2484), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1961), 35, + ACTIONS(2011), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -275993,35 +279909,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [102722] = 14, + [103252] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1494), 1, + ACTIONS(1979), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4759), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(4715), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4769), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4771), 1, anon_sym_PLUS2, - ACTIONS(4841), 1, - aux_sym_unquoted_token5, - STATE(2263), 1, + ACTIONS(4864), 1, + anon_sym_DOT2, + ACTIONS(4900), 1, + anon_sym_LT, + ACTIONS(4902), 1, + anon_sym_EQ2, + ACTIONS(4904), 1, + aux_sym__immediate_decimal_token1, + STATE(2287), 1, sym_comment, - STATE(2310), 1, + STATE(2327), 1, sym__var, - STATE(2537), 1, + STATE(2430), 1, sym__immediate_decimal, - STATE(2542), 2, + STATE(2428), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1492), 37, + ACTIONS(1977), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -276031,7 +279949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276059,218 +279977,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [102802] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4815), 1, - anon_sym_DASH, - ACTIONS(4817), 1, - anon_sym_LBRACE, - ACTIONS(4821), 1, - anon_sym__, - ACTIONS(4823), 1, - anon_sym_DOT, - ACTIONS(4825), 1, - anon_sym_PLUS, - ACTIONS(4829), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4843), 1, - anon_sym_RBRACE, - STATE(707), 1, - sym__val_number_decimal, - STATE(713), 1, - sym__val_number, - STATE(716), 1, - sym_val_number, - STATE(2264), 1, - sym_comment, - STATE(2267), 1, - aux_sym_ctrl_match_repeat1, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3521), 1, - sym_match_arm, - STATE(4586), 1, - sym__match_pattern_expression, - STATE(5075), 1, - sym_val_variable, - STATE(5119), 1, - sym_expr_parenthesized, - STATE(5266), 1, - sym__match_pattern_list, - STATE(5280), 1, - sym__expr_unary_minus, - STATE(5656), 1, - sym_default_arm, - STATE(5661), 1, - sym_match_pattern, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4827), 2, - sym_val_nothing, - sym_val_date, - STATE(5256), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4831), 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(5410), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [102922] = 34, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4813), 1, - anon_sym_LBRACK, - ACTIONS(4815), 1, - anon_sym_DASH, - ACTIONS(4817), 1, - anon_sym_LBRACE, - ACTIONS(4821), 1, - anon_sym__, - ACTIONS(4823), 1, - anon_sym_DOT, - ACTIONS(4825), 1, - anon_sym_PLUS, - ACTIONS(4829), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4845), 1, - anon_sym_RBRACE, - STATE(707), 1, - sym__val_number_decimal, - STATE(713), 1, - sym__val_number, - STATE(716), 1, - sym_val_number, - STATE(2260), 1, - aux_sym_ctrl_match_repeat1, - STATE(2265), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3521), 1, - sym_match_arm, - STATE(4586), 1, - sym__match_pattern_expression, - STATE(5075), 1, - sym_val_variable, - STATE(5119), 1, - sym_expr_parenthesized, - STATE(5266), 1, - sym__match_pattern_list, - STATE(5280), 1, - sym__expr_unary_minus, - STATE(5661), 1, - sym_match_pattern, - STATE(5773), 1, - sym_default_arm, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4827), 2, - sym_val_nothing, - sym_val_date, - STATE(5256), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4831), 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(5410), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [103042] = 15, + [103335] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2363), 1, - anon_sym_LPAREN, - ACTIONS(2365), 1, + ACTIONS(2021), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4699), 1, + ACTIONS(4848), 1, + anon_sym_LPAREN, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(4856), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4701), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4847), 1, + ACTIONS(4906), 1, anon_sym_LT, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(4851), 1, + ACTIONS(4908), 1, anon_sym_EQ2, - ACTIONS(4853), 1, - aux_sym__immediate_decimal_token1, - STATE(2266), 1, + STATE(2288), 1, sym_comment, - STATE(2342), 1, + STATE(2330), 1, sym__var, - STATE(2474), 1, + STATE(2494), 1, sym__immediate_decimal, - ACTIONS(1971), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2473), 2, + STATE(2495), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1969), 35, + ACTIONS(2019), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276298,85 +280045,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103124] = 34, + [103418] = 35, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(3998), 1, + ACTIONS(3972), 1, anon_sym_LPAREN, - ACTIONS(4813), 1, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(4868), 1, anon_sym_LBRACK, - ACTIONS(4815), 1, + ACTIONS(4870), 1, anon_sym_DASH, - ACTIONS(4817), 1, + ACTIONS(4872), 1, anon_sym_LBRACE, - ACTIONS(4821), 1, + ACTIONS(4876), 1, anon_sym__, - ACTIONS(4823), 1, + ACTIONS(4878), 1, anon_sym_DOT, - ACTIONS(4825), 1, + ACTIONS(4880), 1, anon_sym_PLUS, - ACTIONS(4829), 1, + ACTIONS(4882), 1, aux_sym__val_number_decimal_token1, - ACTIONS(4855), 1, + ACTIONS(4886), 1, + sym_val_date, + ACTIONS(4910), 1, anon_sym_RBRACE, - STATE(707), 1, + STATE(727), 1, sym__val_number_decimal, - STATE(713), 1, - sym__val_number, - STATE(716), 1, + STATE(740), 1, sym_val_number, - STATE(2267), 1, - sym_comment, - STATE(2280), 1, + STATE(743), 1, + sym__val_number, + STATE(2283), 1, aux_sym_ctrl_match_repeat1, - STATE(2693), 1, + STATE(2289), 1, + sym_comment, + STATE(2728), 1, sym__str_double_quotes, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3521), 1, + STATE(3563), 1, sym_match_arm, - STATE(4586), 1, + STATE(4697), 1, sym__match_pattern_expression, - STATE(5075), 1, - sym_val_variable, - STATE(5119), 1, + STATE(4931), 1, sym_expr_parenthesized, - STATE(5266), 1, + STATE(4941), 1, + sym_val_variable, + STATE(5399), 1, sym__match_pattern_list, - STATE(5280), 1, + STATE(5449), 1, sym__expr_unary_minus, - STATE(5661), 1, - sym_match_pattern, - STATE(5764), 1, + STATE(5964), 1, sym_default_arm, - ACTIONS(2796), 2, + STATE(5967), 1, + sym_match_pattern, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4014), 2, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - ACTIONS(4827), 2, - sym_val_nothing, - sym_val_date, - STATE(5256), 2, + STATE(5394), 2, sym__match_pattern_value, sym_val_range, - ACTIONS(4018), 3, + ACTIONS(3992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(4831), 6, + ACTIONS(4884), 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(5410), 7, + STATE(5389), 8, + sym_val_nothing, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -276384,46 +280133,45 @@ static const uint16_t ts_small_parse_table[] = { sym_val_string, sym_val_record, sym_val_table, - [103244] = 15, + [103541] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2363), 1, - anon_sym_LPAREN, - ACTIONS(2365), 1, + ACTIONS(1497), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4697), 1, + ACTIONS(4848), 1, + anon_sym_LPAREN, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4699), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4701), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(4857), 1, - anon_sym_LT, - ACTIONS(4859), 1, - anon_sym_EQ2, - STATE(2268), 1, + ACTIONS(4912), 1, + aux_sym_unquoted_token5, + STATE(2290), 1, sym_comment, - STATE(2342), 1, + STATE(2330), 1, sym__var, - STATE(2459), 1, + STATE(2591), 1, sym__immediate_decimal, - ACTIONS(1945), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2458), 2, + STATE(2592), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1943), 35, + ACTIONS(1495), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276451,35 +280199,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103326] = 14, + [103621] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1494), 1, + ACTIONS(1497), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4841), 1, + ACTIONS(4912), 1, aux_sym_unquoted_token5, - STATE(2269), 1, + STATE(2291), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2544), 1, + STATE(2446), 1, sym__immediate_decimal, - STATE(2546), 2, + STATE(2595), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1492), 37, + ACTIONS(1495), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -276489,7 +280237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276517,43 +280265,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103406] = 13, + [103701] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2053), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4777), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4785), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4787), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4789), 1, anon_sym_PLUS2, - STATE(2270), 1, + ACTIONS(4914), 1, + anon_sym_LT, + ACTIONS(4916), 1, + anon_sym_DOT2, + ACTIONS(4918), 1, + anon_sym_EQ2, + STATE(2292), 1, sym_comment, - STATE(2310), 1, + STATE(2375), 1, sym__var, - STATE(2535), 1, + STATE(2490), 1, sym__immediate_decimal, - STATE(2533), 2, + ACTIONS(2005), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2491), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2051), 37, + ACTIONS(2003), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276581,43 +280332,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103483] = 13, + [103783] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2093), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4777), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(4715), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4787), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4789), 1, anon_sym_PLUS2, - STATE(2271), 1, + ACTIONS(4916), 1, + anon_sym_DOT2, + ACTIONS(4920), 1, + anon_sym_LT, + ACTIONS(4922), 1, + anon_sym_EQ2, + ACTIONS(4924), 1, + aux_sym__immediate_decimal_token1, + STATE(2293), 1, sym_comment, - STATE(2310), 1, + STATE(2375), 1, sym__var, - STATE(2523), 1, + STATE(2487), 1, sym__immediate_decimal, - STATE(2522), 2, + ACTIONS(1979), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2489), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2091), 37, + ACTIONS(1977), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276645,43 +280399,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103560] = 13, + [103865] = 33, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4926), 1, + anon_sym_LBRACK, + ACTIONS(4929), 1, + anon_sym_LPAREN, + ACTIONS(4932), 1, + anon_sym_DOLLAR, + ACTIONS(4935), 1, + anon_sym_DASH, + ACTIONS(4938), 1, + anon_sym_LBRACE, + ACTIONS(4941), 1, + anon_sym_RBRACE, + ACTIONS(4943), 1, + anon_sym__, + ACTIONS(4945), 1, + anon_sym_DOT, + ACTIONS(4948), 1, + anon_sym_PLUS, + ACTIONS(4951), 1, + anon_sym_null, + ACTIONS(4957), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4966), 1, + sym_val_date, + ACTIONS(4969), 1, + anon_sym_DQUOTE, + STATE(727), 1, + sym__val_number_decimal, + STATE(740), 1, + sym_val_number, + STATE(743), 1, + sym__val_number, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(3563), 1, + sym_match_arm, + STATE(4697), 1, + sym__match_pattern_expression, + STATE(4931), 1, + sym_expr_parenthesized, + STATE(4941), 1, + sym_val_variable, + STATE(5399), 1, + sym__match_pattern_list, + STATE(5449), 1, + sym__expr_unary_minus, + STATE(5967), 1, + sym_match_pattern, + ACTIONS(4954), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4972), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2294), 2, + sym_comment, + aux_sym_ctrl_match_repeat1, + STATE(5394), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(4963), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4960), 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(5389), 8, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_record, + sym_val_table, + [103983] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2069), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4977), 1, + anon_sym_LT, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4981), 1, + anon_sym_EQ2, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2272), 1, + STATE(2295), 1, sym_comment, - STATE(2310), 1, + STATE(2353), 1, sym__var, - STATE(2470), 1, + STATE(2650), 1, sym__immediate_decimal, - STATE(2471), 2, + ACTIONS(2021), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2649), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2067), 37, + ACTIONS(2019), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276709,43 +280551,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103637] = 13, + [104065] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2085), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2273), 1, + ACTIONS(4989), 1, + anon_sym_LT, + ACTIONS(4991), 1, + anon_sym_EQ2, + STATE(2296), 1, sym_comment, - STATE(2310), 1, + STATE(2353), 1, sym__var, - STATE(2548), 1, + STATE(2653), 1, sym__immediate_decimal, - STATE(2538), 2, + ACTIONS(2013), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2652), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2083), 37, + ACTIONS(2011), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276773,43 +280618,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103714] = 13, + [104147] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2101), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2274), 1, + ACTIONS(4993), 1, + anon_sym_LT, + ACTIONS(4995), 1, + anon_sym_EQ2, + STATE(2297), 1, sym_comment, - STATE(2310), 1, + STATE(2353), 1, sym__var, - STATE(2531), 1, + STATE(2655), 1, sym__immediate_decimal, - STATE(2526), 2, + ACTIONS(1959), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2608), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2099), 37, + ACTIONS(1957), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276837,43 +280685,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103791] = 13, + [104229] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2089), 1, - anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2275), 1, + ACTIONS(4997), 1, + anon_sym_LT, + ACTIONS(4999), 1, + anon_sym_EQ2, + STATE(2298), 1, sym_comment, - STATE(2310), 1, + STATE(2353), 1, sym__var, - STATE(2552), 1, + STATE(2658), 1, sym__immediate_decimal, - STATE(2549), 2, + ACTIONS(1997), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2657), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2087), 37, + ACTIONS(1995), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276901,44 +280752,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103868] = 14, + [104311] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2103), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - ACTIONS(4861), 1, - aux_sym_unquoted_token5, - STATE(2276), 1, + STATE(2299), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2635), 1, + STATE(2488), 1, sym__immediate_decimal, - ACTIONS(1494), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2637), 2, + STATE(2593), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1492), 35, + ACTIONS(2101), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -276966,36 +280816,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [103947] = 14, + [104388] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - ACTIONS(4861), 1, + ACTIONS(5001), 1, aux_sym_unquoted_token5, - STATE(2277), 1, + STATE(2300), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2632), 1, + STATE(2700), 1, sym__immediate_decimal, - ACTIONS(1494), 2, + ACTIONS(1497), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2634), 2, + STATE(2713), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1492), 35, + ACTIONS(1495), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -277003,7 +280853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277031,33 +280881,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104026] = 13, + [104467] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2061), 1, + ACTIONS(2095), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2278), 1, + STATE(2301), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2463), 1, + STATE(2560), 1, sym__immediate_decimal, - STATE(2464), 2, + STATE(2561), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2059), 37, + ACTIONS(2093), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -277067,7 +280917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277095,33 +280945,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104103] = 13, + [104544] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2057), 1, + ACTIONS(2083), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2279), 1, + STATE(2302), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2466), 1, + STATE(2569), 1, sym__immediate_decimal, - STATE(2467), 2, + STATE(2575), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2055), 37, + ACTIONS(2081), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -277131,7 +280981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277159,116 +281009,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104180] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4863), 1, - anon_sym_LBRACK, - ACTIONS(4866), 1, - anon_sym_LPAREN, - ACTIONS(4869), 1, - anon_sym_DOLLAR, - ACTIONS(4872), 1, - anon_sym_DASH, - ACTIONS(4875), 1, - anon_sym_LBRACE, - ACTIONS(4878), 1, - anon_sym_RBRACE, - ACTIONS(4880), 1, - anon_sym__, - ACTIONS(4882), 1, - anon_sym_DOT, - ACTIONS(4885), 1, - anon_sym_PLUS, - ACTIONS(4894), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4903), 1, - anon_sym_DQUOTE, - STATE(707), 1, - sym__val_number_decimal, - STATE(713), 1, - sym__val_number, - STATE(716), 1, - sym_val_number, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(3521), 1, - sym_match_arm, - STATE(4586), 1, - sym__match_pattern_expression, - STATE(5075), 1, - sym_val_variable, - STATE(5119), 1, - sym_expr_parenthesized, - STATE(5266), 1, - sym__match_pattern_list, - STATE(5280), 1, - sym__expr_unary_minus, - STATE(5661), 1, - sym_match_pattern, - ACTIONS(4888), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(4891), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4906), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2280), 2, - sym_comment, - aux_sym_ctrl_match_repeat1, - STATE(5256), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(4900), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4897), 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(5410), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [104295] = 13, + [104621] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2049), 1, + ACTIONS(2099), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2281), 1, + STATE(2303), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2525), 1, + STATE(2577), 1, sym__immediate_decimal, - STATE(2524), 2, + STATE(2581), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2047), 37, + ACTIONS(2097), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -277278,7 +281045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277306,33 +281073,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104372] = 13, + [104698] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2065), 1, + ACTIONS(2091), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2282), 1, + STATE(2304), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2468), 1, + STATE(2574), 1, sym__immediate_decimal, - STATE(2469), 2, + STATE(2571), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2063), 37, + ACTIONS(2089), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -277342,7 +281109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277370,33 +281137,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104449] = 13, + [104775] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2097), 1, + ACTIONS(2135), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2283), 1, + STATE(2305), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2554), 1, + STATE(2589), 1, sym__immediate_decimal, - STATE(2553), 2, + STATE(2579), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2095), 37, + ACTIONS(2133), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -277406,7 +281173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277434,33 +281201,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104526] = 13, + [104852] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2081), 1, + ACTIONS(2107), 1, anon_sym_LF, - ACTIONS(2236), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4707), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4711), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4715), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4717), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2284), 1, + STATE(2306), 1, sym_comment, - STATE(2310), 1, + STATE(2330), 1, sym__var, - STATE(2445), 1, + STATE(2567), 1, sym__immediate_decimal, - STATE(2430), 2, + STATE(2563), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2079), 37, + ACTIONS(2105), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_RPAREN, @@ -277470,7 +281237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277498,105 +281265,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104603] = 13, + [104929] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, - anon_sym_DOLLAR, - ACTIONS(4795), 1, - anon_sym_LPAREN, - ACTIONS(4799), 1, - anon_sym_DOT2, - ACTIONS(4803), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, - anon_sym_DASH2, - ACTIONS(4807), 1, - anon_sym_PLUS2, - STATE(2285), 1, - sym_comment, - STATE(2327), 1, - sym__var, - STATE(2673), 1, - sym__immediate_decimal, - ACTIONS(2061), 2, - ts_builtin_sym_end, + ACTIONS(2119), 1, anon_sym_LF, - STATE(2638), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2059), 35, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - sym_val_nothing, - 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, - [104679] = 13, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2286), 1, + STATE(2307), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2645), 1, + STATE(2555), 1, sym__immediate_decimal, - ACTIONS(2089), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2646), 2, + STATE(2544), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2087), 35, + ACTIONS(2117), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277624,34 +281329,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104755] = 13, + [105006] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2287), 1, + ACTIONS(5001), 1, + aux_sym_unquoted_token5, + STATE(2308), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2651), 1, + STATE(2716), 1, sym__immediate_decimal, - ACTIONS(2101), 2, + ACTIONS(1497), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2655), 2, + STATE(2714), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2099), 35, + ACTIONS(1495), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -277659,7 +281366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277687,42 +281394,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104831] = 13, + [105085] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2123), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2288), 1, + STATE(2309), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2571), 1, + STATE(2536), 1, sym__immediate_decimal, - ACTIONS(2069), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2572), 2, + STATE(2537), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2067), 35, + ACTIONS(2121), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277750,42 +281458,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104907] = 13, + [105162] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2127), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2289), 1, + STATE(2310), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2566), 1, + STATE(2538), 1, sym__immediate_decimal, - ACTIONS(2097), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2643), 2, + STATE(2540), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2095), 35, + ACTIONS(2125), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277813,42 +281522,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [104983] = 13, + [105239] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2131), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2290), 1, + STATE(2311), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2615), 1, + STATE(2557), 1, sym__immediate_decimal, - ACTIONS(2057), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2568), 2, + STATE(2562), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2055), 35, + ACTIONS(2129), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277876,42 +281586,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105059] = 13, + [105316] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2087), 1, + anon_sym_LF, + ACTIONS(2153), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4848), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4856), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4858), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4860), 1, anon_sym_PLUS2, - STATE(2291), 1, + STATE(2312), 1, sym_comment, - STATE(2327), 1, + STATE(2330), 1, sym__var, - STATE(2641), 1, + STATE(2548), 1, sym__immediate_decimal, - ACTIONS(2081), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2642), 2, + STATE(2554), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2079), 35, + ACTIONS(2085), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -277939,34 +281650,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105135] = 13, + [105393] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2292), 1, + STATE(2313), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2656), 1, + STATE(2681), 1, sym__immediate_decimal, - ACTIONS(2049), 2, + ACTIONS(2091), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2657), 2, + STATE(2680), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2047), 35, + ACTIONS(2089), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -277974,7 +281685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278002,34 +281713,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105211] = 13, + [105469] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2293), 1, + STATE(2314), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2658), 1, + STATE(2661), 1, sym__immediate_decimal, - ACTIONS(2093), 2, + ACTIONS(2127), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2659), 2, + STATE(2685), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2091), 35, + ACTIONS(2125), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -278037,7 +281748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278065,34 +281776,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105287] = 13, + [105545] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2294), 1, + STATE(2315), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2569), 1, + STATE(2612), 1, sym__immediate_decimal, - ACTIONS(2065), 2, + ACTIONS(2123), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2570), 2, + STATE(2670), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2063), 35, + ACTIONS(2121), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -278100,7 +281811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278128,34 +281839,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105363] = 13, + [105621] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2295), 1, + STATE(2316), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2647), 1, + STATE(2697), 1, sym__immediate_decimal, - ACTIONS(2085), 2, + ACTIONS(2083), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2648), 2, + STATE(2696), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2083), 35, + ACTIONS(2081), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -278163,7 +281874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278191,34 +281902,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105439] = 13, + [105697] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2365), 1, + ACTIONS(2490), 1, anon_sym_DOLLAR, - ACTIONS(4795), 1, + ACTIONS(4975), 1, anon_sym_LPAREN, - ACTIONS(4799), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4803), 1, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4805), 1, + ACTIONS(4985), 1, anon_sym_DASH2, - ACTIONS(4807), 1, + ACTIONS(4987), 1, anon_sym_PLUS2, - STATE(2296), 1, + STATE(2317), 1, sym_comment, - STATE(2327), 1, + STATE(2353), 1, sym__var, - STATE(2649), 1, + STATE(2694), 1, sym__immediate_decimal, - ACTIONS(2053), 2, + ACTIONS(2099), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2650), 2, + STATE(2693), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2051), 35, + ACTIONS(2097), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, @@ -278226,7 +281937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278254,32 +281965,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105515] = 7, + [105773] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1404), 1, - anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, anon_sym_DOT2, - STATE(2297), 1, + ACTIONS(4983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2318), 1, sym_comment, - STATE(2312), 1, - aux_sym_cell_path_repeat1, - STATE(2409), 1, - sym_path, - ACTIONS(1402), 39, + STATE(2353), 1, + sym__var, + STATE(2691), 1, + sym__immediate_decimal, + ACTIONS(2103), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2690), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2101), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278307,31 +282028,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105575] = 6, + [105849] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1416), 1, - anon_sym_LF, - ACTIONS(4911), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, anon_sym_DOT2, - STATE(2409), 1, - sym_path, - STATE(2298), 2, + ACTIONS(4983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2319), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 39, + STATE(2353), 1, + sym__var, + STATE(2687), 1, + sym__immediate_decimal, + ACTIONS(2135), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2686), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2133), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278359,32 +282091,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105633] = 7, + [105925] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1382), 1, - anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, anon_sym_DOT2, - STATE(2297), 1, - sym_path, - STATE(2299), 1, + ACTIONS(4983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2320), 1, sym_comment, - STATE(2492), 1, - sym_cell_path, - ACTIONS(1380), 39, + STATE(2353), 1, + sym__var, + STATE(2651), 1, + sym__immediate_decimal, + ACTIONS(2131), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2638), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2129), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278412,31 +282154,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105693] = 6, + [106001] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4914), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, + anon_sym_DOT2, + ACTIONS(4983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4916), 1, - aux_sym__immediate_decimal_token2, - STATE(2300), 1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2321), 1, sym_comment, - ACTIONS(2726), 2, + STATE(2353), 1, + sym__var, + STATE(2683), 1, + sym__immediate_decimal, + ACTIONS(2087), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 39, + STATE(2667), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2085), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278464,32 +282217,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105751] = 7, + [106077] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1365), 1, - anon_sym_LF, - ACTIONS(2125), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4918), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(4920), 1, - aux_sym_unquoted_token2, - STATE(2301), 1, + ACTIONS(4983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2322), 1, sym_comment, - ACTIONS(1363), 39, + STATE(2353), 1, + sym__var, + STATE(2669), 1, + sym__immediate_decimal, + ACTIONS(2119), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2596), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2117), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278517,85 +282280,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105811] = 7, + [106153] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1423), 1, - anon_sym_LF, - ACTIONS(4922), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, anon_sym_DOT2, - STATE(2302), 1, + ACTIONS(4983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2323), 1, sym_comment, - STATE(2307), 1, - sym_path, - STATE(2414), 1, - sym_cell_path, - ACTIONS(1421), 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, - [105871] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1412), 1, + STATE(2353), 1, + sym__var, + STATE(2701), 1, + sym__immediate_decimal, + ACTIONS(2095), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(4909), 1, - anon_sym_DOT2, - STATE(2297), 1, - sym_path, - STATE(2303), 1, - sym_comment, - STATE(2497), 1, - sym_cell_path, - ACTIONS(1410), 39, + STATE(2699), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2093), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278623,84 +282343,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [105931] = 6, + [106229] = 13, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1416), 1, - anon_sym_LF, - ACTIONS(4925), 1, + ACTIONS(2490), 1, + anon_sym_DOLLAR, + ACTIONS(4975), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, anon_sym_DOT2, - STATE(2368), 1, - sym_path, - STATE(2304), 2, + ACTIONS(4983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4985), 1, + anon_sym_DASH2, + ACTIONS(4987), 1, + anon_sym_PLUS2, + STATE(2324), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 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, - [105989] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1408), 1, + STATE(2353), 1, + sym__var, + STATE(2679), 1, + sym__immediate_decimal, + ACTIONS(2107), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(4909), 1, - anon_sym_DOT2, - STATE(2297), 1, - sym_path, - STATE(2305), 1, - sym_comment, - STATE(2530), 1, - sym_cell_path, - ACTIONS(1406), 39, + STATE(2677), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2105), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278728,73 +282406,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106049] = 7, - ACTIONS(105), 1, + [106305] = 29, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1423), 1, - anon_sym_LF, - ACTIONS(4928), 1, - anon_sym_DOT2, - STATE(2306), 1, - sym_comment, - STATE(2313), 1, - sym_path, - STATE(2387), 1, - sym_cell_path, - ACTIONS(1421), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2819), 1, anon_sym_DOLLAR, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(3972), 1, + anon_sym_LPAREN, + ACTIONS(3986), 1, + anon_sym_null, + ACTIONS(4868), 1, + anon_sym_LBRACK, + ACTIONS(4870), 1, anon_sym_DASH, + ACTIONS(4872), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(4880), 1, anon_sym_PLUS, - sym_val_nothing, + ACTIONS(4882), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(4886), 1, + sym_val_date, + ACTIONS(5003), 1, + anon_sym_DOT, + STATE(740), 1, + sym_val_number, + STATE(742), 1, + sym__val_number_decimal, + STATE(743), 1, + sym__val_number, + STATE(2325), 1, + sym_comment, + STATE(2728), 1, + sym__str_double_quotes, + STATE(2775), 1, + sym__var, + STATE(5390), 1, + sym_expr_parenthesized, + STATE(5392), 1, + sym_val_variable, + STATE(5399), 1, + sym__match_pattern_list, + STATE(5449), 1, + sym__expr_unary_minus, + STATE(5494), 1, + sym__match_pattern_expression, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3988), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, + STATE(5394), 2, + sym__match_pattern_value, + sym_val_range, + ACTIONS(3992), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(4884), 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_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, - [106109] = 7, + STATE(5389), 8, + sym_val_nothing, + sym_val_bool, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_record, + sym_val_table, + [106410] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1404), 1, - anon_sym_LF, - ACTIONS(4931), 1, - anon_sym_DOT2, - STATE(2307), 1, + STATE(2326), 1, sym_comment, - STATE(2317), 1, + STATE(2337), 1, aux_sym_cell_path_repeat1, - STATE(2368), 1, + STATE(2395), 1, sym_path, - ACTIONS(1402), 39, + ACTIONS(1438), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1436), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -278834,20 +282534,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [106169] = 7, + [106468] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1365), 1, + ACTIONS(1397), 1, anon_sym_LF, - ACTIONS(4918), 1, + ACTIONS(5005), 1, anon_sym_DOT2, - ACTIONS(4920), 1, - aux_sym_unquoted_token2, - ACTIONS(4933), 1, - aux_sym__immediate_decimal_token1, - STATE(2308), 1, + STATE(2327), 1, sym_comment, - ACTIONS(1363), 39, + STATE(2329), 1, + sym_path, + STATE(2412), 1, + sym_cell_path, + ACTIONS(1395), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -278859,7 +282559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278887,20 +282587,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106229] = 7, + [106528] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1375), 1, + ACTIONS(1442), 1, anon_sym_LF, - ACTIONS(4935), 1, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2309), 1, + STATE(2328), 1, sym_comment, - STATE(2313), 1, + STATE(2333), 1, + aux_sym_cell_path_repeat1, + STATE(2404), 1, sym_path, - STATE(2389), 1, - sym_cell_path, - ACTIONS(1373), 39, + ACTIONS(1440), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -278912,7 +282612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278940,20 +282640,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106289] = 7, + [106588] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1423), 1, + ACTIONS(1442), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2297), 1, - sym_path, - STATE(2310), 1, + STATE(2329), 1, sym_comment, - STATE(2476), 1, - sym_cell_path, - ACTIONS(1421), 39, + STATE(2348), 1, + aux_sym_cell_path_repeat1, + STATE(2404), 1, + sym_path, + ACTIONS(1440), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -278965,7 +282665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -278993,20 +282693,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106349] = 7, + [106648] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1392), 1, + ACTIONS(1397), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2297), 1, + STATE(2328), 1, sym_path, - STATE(2311), 1, + STATE(2330), 1, sym_comment, - STATE(2514), 1, + STATE(2486), 1, sym_cell_path, - ACTIONS(1390), 39, + ACTIONS(1395), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279018,7 +282718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279046,20 +282746,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106409] = 7, + [106708] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1388), 1, + ACTIONS(1428), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(5010), 1, anon_sym_DOT2, - STATE(2298), 1, - aux_sym_cell_path_repeat1, - STATE(2312), 1, + ACTIONS(5012), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5014), 1, + aux_sym_unquoted_token2, + STATE(2331), 1, sym_comment, - STATE(2409), 1, - sym_path, - ACTIONS(1386), 39, + ACTIONS(1426), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279071,7 +282771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279099,20 +282799,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106469] = 7, + [106768] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1404), 1, + ACTIONS(1397), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(5016), 1, anon_sym_DOT2, - STATE(2313), 1, + STATE(2332), 1, sym_comment, - STATE(2315), 1, + STATE(2342), 1, + sym_path, + STATE(2440), 1, + sym_cell_path, + ACTIONS(1395), 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, + [106828] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1438), 1, + anon_sym_LF, + ACTIONS(5008), 1, + anon_sym_DOT2, + STATE(2333), 1, + sym_comment, + STATE(2347), 1, aux_sym_cell_path_repeat1, - STATE(2409), 1, + STATE(2404), 1, sym_path, - ACTIONS(1402), 39, + ACTIONS(1436), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279124,7 +282877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279152,19 +282905,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106529] = 6, + [106888] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4938), 1, + ACTIONS(5019), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4940), 1, + ACTIONS(5021), 1, aux_sym__immediate_decimal_token2, - STATE(2314), 1, + STATE(2334), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(2808), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2734), 39, + ACTIONS(2806), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279176,7 +282929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279204,19 +282957,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106587] = 6, + [106946] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2298), 1, - aux_sym_cell_path_repeat1, - STATE(2315), 1, + ACTIONS(5023), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5025), 1, + aux_sym__immediate_decimal_token2, + STATE(2335), 1, sym_comment, - STATE(2409), 1, - sym_path, - ACTIONS(1388), 2, + ACTIONS(2784), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1386), 39, + ACTIONS(2782), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279228,7 +282981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279256,20 +283009,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106645] = 7, + [107004] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1375), 1, + ACTIONS(1428), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(2139), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5010), 1, anon_sym_DOT2, - STATE(2297), 1, - sym_path, - STATE(2316), 1, + ACTIONS(5014), 1, + aux_sym_unquoted_token2, + STATE(2336), 1, sym_comment, - STATE(2491), 1, - sym_cell_path, - ACTIONS(1373), 39, + ACTIONS(1426), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279281,7 +283034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279309,19 +283062,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106705] = 6, + [107064] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2304), 1, - aux_sym_cell_path_repeat1, - STATE(2317), 1, - sym_comment, - STATE(2368), 1, - sym_path, - ACTIONS(1388), 2, + ACTIONS(1413), 1, anon_sym_LF, + ACTIONS(5027), 1, anon_sym_DOT2, - ACTIONS(1386), 39, + STATE(2395), 1, + sym_path, + STATE(2337), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -279361,20 +283114,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [106763] = 7, + [107122] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1396), 1, + ACTIONS(1420), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2297), 1, + STATE(2328), 1, sym_path, - STATE(2318), 1, + STATE(2338), 1, sym_comment, - STATE(2563), 1, + STATE(2505), 1, sym_cell_path, - ACTIONS(1394), 39, + ACTIONS(1418), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279386,7 +283139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279414,94 +283167,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106823] = 28, - ACTIONS(3), 1, + [107182] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(4813), 1, + ACTIONS(1405), 1, + anon_sym_LF, + ACTIONS(5008), 1, + anon_sym_DOT2, + STATE(2328), 1, + sym_path, + STATE(2339), 1, + sym_comment, + STATE(2500), 1, + sym_cell_path, + ACTIONS(1403), 39, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(4815), 1, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - ACTIONS(4817), 1, anon_sym_LBRACE, - ACTIONS(4825), 1, - anon_sym_PLUS, - ACTIONS(4829), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(4942), 1, + anon_sym_RBRACE, anon_sym_DOT, - STATE(713), 1, - sym__val_number, - STATE(715), 1, - sym__val_number_decimal, - STATE(716), 1, - sym_val_number, - STATE(2319), 1, - sym_comment, - STATE(2693), 1, - sym__str_double_quotes, - STATE(2763), 1, - sym__var, - STATE(5266), 1, - sym__match_pattern_list, - STATE(5268), 1, - sym_val_variable, - STATE(5269), 1, - sym_expr_parenthesized, - STATE(5280), 1, - sym__expr_unary_minus, - STATE(5481), 1, - sym__match_pattern_expression, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4014), 2, + anon_sym_PLUS, + anon_sym_null, anon_sym_true, anon_sym_false, - ACTIONS(4827), 2, - sym_val_nothing, - sym_val_date, - STATE(5256), 2, - sym__match_pattern_value, - sym_val_range, - ACTIONS(4018), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(4831), 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(5410), 7, - sym_val_bool, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_record, - sym_val_table, - [106925] = 7, + 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, + [107242] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1400), 1, + ACTIONS(1401), 1, anon_sym_LF, - ACTIONS(4909), 1, + ACTIONS(5030), 1, anon_sym_DOT2, - STATE(2297), 1, + STATE(2329), 1, sym_path, - STATE(2320), 1, + STATE(2340), 1, sym_comment, - STATE(2558), 1, + STATE(2433), 1, sym_cell_path, - ACTIONS(1398), 39, + ACTIONS(1399), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279513,7 +283245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279541,31 +283273,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [106985] = 7, + [107302] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(1391), 1, + anon_sym_LF, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2321), 1, - sym_comment, - STATE(2357), 1, - aux_sym_cell_path_repeat1, - STATE(2547), 1, + STATE(2328), 1, sym_path, - ACTIONS(1404), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1402), 37, + STATE(2341), 1, + sym_comment, + STATE(2468), 1, + sym_cell_path, + ACTIONS(1389), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279593,17 +283326,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107044] = 5, + [107362] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4946), 1, - anon_sym_QMARK2, - STATE(2322), 1, - sym_comment, - ACTIONS(1433), 2, + ACTIONS(1442), 1, anon_sym_LF, + ACTIONS(5033), 1, anon_sym_DOT2, - ACTIONS(1431), 39, + STATE(2326), 1, + aux_sym_cell_path_repeat1, + STATE(2342), 1, + sym_comment, + STATE(2395), 1, + sym_path, + ACTIONS(1440), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -279643,31 +283379,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107099] = 7, + [107422] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(1424), 1, + anon_sym_LF, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2321), 1, + STATE(2328), 1, sym_path, - STATE(2323), 1, + STATE(2343), 1, sym_comment, - STATE(2594), 1, + STATE(2466), 1, sym_cell_path, - ACTIONS(1382), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1380), 37, + ACTIONS(1422), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279695,31 +283432,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107158] = 7, + [107482] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(1409), 1, + anon_sym_LF, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2321), 1, + STATE(2328), 1, sym_path, - STATE(2324), 1, + STATE(2344), 1, sym_comment, - STATE(2605), 1, + STATE(2454), 1, sym_cell_path, - ACTIONS(1400), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1398), 37, + ACTIONS(1407), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279747,132 +283485,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107217] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2325), 1, - sym_comment, - STATE(2363), 1, - aux_sym_cell_path_repeat1, - STATE(2560), 1, - sym_path, - ACTIONS(1386), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1388), 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, - [107276] = 4, + [107542] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2326), 1, - sym_comment, - ACTIONS(1439), 2, + ACTIONS(1401), 1, anon_sym_LF, + ACTIONS(5008), 1, anon_sym_DOT2, - ACTIONS(1437), 40, - anon_sym_EQ, + STATE(2328), 1, + sym_path, + STATE(2345), 1, + sym_comment, + STATE(2467), 1, + sym_cell_path, + ACTIONS(1399), 39, 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_QMARK2, - 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, - [107329] = 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, + 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, + [107602] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(1449), 1, + anon_sym_LF, + ACTIONS(5008), 1, anon_sym_DOT2, - STATE(2321), 1, + STATE(2328), 1, sym_path, - STATE(2327), 1, + STATE(2346), 1, sym_comment, - STATE(2578), 1, + STATE(2452), 1, sym_cell_path, - ACTIONS(1423), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1421), 37, + ACTIONS(1447), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279900,31 +283591,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107388] = 7, + [107662] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(1413), 1, + anon_sym_LF, + ACTIONS(5035), 1, anon_sym_DOT2, - STATE(2321), 1, + STATE(2404), 1, sym_path, - STATE(2328), 1, + STATE(2347), 2, sym_comment, - STATE(2597), 1, - sym_cell_path, - ACTIONS(1412), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1410), 37, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -279952,17 +283643,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107447] = 5, + [107720] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4950), 1, - anon_sym_QMARK2, - STATE(2329), 1, + STATE(2347), 1, + aux_sym_cell_path_repeat1, + STATE(2348), 1, sym_comment, - ACTIONS(1433), 2, + STATE(2404), 1, + sym_path, + ACTIONS(1438), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1431), 39, + ACTIONS(1436), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -279974,7 +283667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280002,17 +283695,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107502] = 5, + [107778] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4950), 1, + ACTIONS(5038), 1, anon_sym_QMARK2, - STATE(2330), 1, + STATE(2349), 1, sym_comment, - ACTIONS(1433), 2, + ACTIONS(1466), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1431), 39, + ACTIONS(1464), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280024,7 +283717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280052,31 +283745,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107557] = 7, + [107833] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(5040), 1, + anon_sym_QMARK2, + STATE(2350), 1, + sym_comment, + ACTIONS(1466), 2, + anon_sym_LF, anon_sym_DOT2, - STATE(2321), 1, - sym_path, - STATE(2331), 1, + ACTIONS(1464), 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, + [107888] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5042), 1, + aux_sym__immediate_decimal_token2, + STATE(2351), 1, sym_comment, - STATE(2589), 1, - sym_cell_path, - ACTIONS(1392), 2, - ts_builtin_sym_end, + ACTIONS(2876), 2, anon_sym_LF, - ACTIONS(1390), 37, + anon_sym_DOT2, + ACTIONS(2874), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280104,25 +283845,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107616] = 4, + [107943] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2332), 1, + ACTIONS(5044), 1, + anon_sym_DOT2, + STATE(2585), 1, + sym_path, + STATE(2352), 2, sym_comment, - ACTIONS(1437), 6, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 6, anon_sym_EQ, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1439), 36, + ACTIONS(1413), 33, 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, @@ -280130,8 +283875,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -280153,21 +283896,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107669] = 7, + [108000] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4952), 1, + ACTIONS(5047), 1, anon_sym_DOT2, - STATE(2333), 1, + STATE(2353), 1, sym_comment, - STATE(2344), 1, + STATE(2354), 1, sym_path, - STATE(2550), 1, + STATE(2705), 1, sym_cell_path, - ACTIONS(1375), 2, + ACTIONS(1397), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1373), 37, + ACTIONS(1395), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280177,7 +283920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280205,20 +283948,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107728] = 6, + [108059] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2334), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2354), 1, sym_comment, - STATE(2362), 1, + STATE(2388), 1, aux_sym_cell_path_repeat1, - STATE(2547), 1, + STATE(2578), 1, sym_path, - ACTIONS(1388), 3, + ACTIONS(1442), 2, ts_builtin_sym_end, anon_sym_LF, + ACTIONS(1440), 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, + [108118] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5049), 1, anon_sym_DOT2, - ACTIONS(1386), 37, + ACTIONS(5051), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5053), 1, + aux_sym_unquoted_token2, + STATE(2355), 1, + sym_comment, + ACTIONS(1428), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1426), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280228,7 +284024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280256,17 +284052,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107785] = 5, + [108177] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4940), 1, - aux_sym__immediate_decimal_token2, - STATE(2335), 1, - sym_comment, - ACTIONS(2736), 2, + ACTIONS(2906), 1, anon_sym_LF, + ACTIONS(5055), 1, anon_sym_DOT2, - ACTIONS(2734), 39, + ACTIONS(5058), 1, + aux_sym__immediate_decimal_token2, + STATE(2356), 1, + sym_comment, + ACTIONS(2904), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280278,7 +284075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280306,80 +284103,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107840] = 4, + [108234] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2336), 1, - sym_comment, - ACTIONS(1448), 2, + ACTIONS(2808), 1, anon_sym_LF, + ACTIONS(5021), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5060), 1, anon_sym_DOT2, - ACTIONS(1446), 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, - [107893] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(4955), 1, - anon_sym_DOT2, - ACTIONS(4957), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4959), 1, - aux_sym_unquoted_token2, - STATE(2337), 1, + STATE(2357), 1, sym_comment, - ACTIONS(1365), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1363), 37, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280407,30 +284154,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [107952] = 6, + [108291] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4961), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4963), 1, + ACTIONS(5025), 1, aux_sym__immediate_decimal_token2, - STATE(2338), 1, + STATE(2358), 1, sym_comment, - ACTIONS(2736), 3, - ts_builtin_sym_end, + ACTIONS(2784), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2734), 37, + ACTIONS(2782), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280458,18 +284204,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108009] = 6, + [108346] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, + ACTIONS(2906), 1, anon_sym_LF, - ACTIONS(4940), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(4965), 1, + ACTIONS(5063), 1, anon_sym_DOT2, - STATE(2339), 1, + ACTIONS(5067), 1, + aux_sym__immediate_decimal_token2, + STATE(2359), 1, sym_comment, - ACTIONS(2734), 39, + ACTIONS(2904), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280481,7 +284227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280509,30 +284255,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108066] = 6, + [108403] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2726), 1, + ACTIONS(5069), 1, + anon_sym_DOT2, + STATE(2578), 1, + sym_path, + ACTIONS(1413), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(4968), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4970), 1, - aux_sym__immediate_decimal_token2, - STATE(2340), 1, + STATE(2360), 2, sym_comment, - ACTIONS(2724), 39, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280560,18 +284306,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108123] = 6, + [108460] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2770), 1, - anon_sym_LF, - ACTIONS(4972), 1, - anon_sym_DOT2, - ACTIONS(4975), 1, + ACTIONS(5021), 1, aux_sym__immediate_decimal_token2, - STATE(2341), 1, + STATE(2361), 1, sym_comment, - ACTIONS(2768), 39, + ACTIONS(2808), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2806), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280583,7 +284328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280611,21 +284356,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108180] = 7, + [108515] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4977), 1, + ACTIONS(5047), 1, anon_sym_DOT2, - STATE(2342), 1, - sym_comment, - STATE(2344), 1, + STATE(2354), 1, sym_path, - STATE(2437), 1, + STATE(2362), 1, + sym_comment, + STATE(2611), 1, sym_cell_path, - ACTIONS(1423), 2, + ACTIONS(1449), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1421), 37, + ACTIONS(1447), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280635,7 +284380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280663,21 +284408,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108239] = 7, + [108574] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, - anon_sym_DOT2, - STATE(2321), 1, - sym_path, - STATE(2343), 1, + STATE(2360), 1, + aux_sym_cell_path_repeat1, + STATE(2363), 1, sym_comment, - STATE(2628), 1, - sym_cell_path, - ACTIONS(1375), 2, + STATE(2578), 1, + sym_path, + ACTIONS(1438), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1373), 37, + anon_sym_DOT2, + ACTIONS(1436), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280687,7 +284431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280715,21 +284459,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108298] = 7, + [108631] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(5047), 1, anon_sym_DOT2, - STATE(2334), 1, - aux_sym_cell_path_repeat1, - STATE(2344), 1, - sym_comment, - STATE(2547), 1, + STATE(2354), 1, sym_path, - ACTIONS(1404), 2, + STATE(2364), 1, + sym_comment, + STATE(2715), 1, + sym_cell_path, + ACTIONS(1401), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1402), 37, + ACTIONS(1399), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280739,7 +284483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280767,42 +284511,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108357] = 4, - ACTIONS(3), 1, + [108690] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2345), 1, + STATE(2365), 1, sym_comment, - ACTIONS(1446), 6, + ACTIONS(1456), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1454), 40, anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1448), 36, 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_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_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, @@ -280816,82 +284560,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [108410] = 19, - ACTIONS(3), 1, + [108743] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(4982), 1, - anon_sym_RBRACK, - ACTIONS(4984), 1, - anon_sym_LT, - ACTIONS(4988), 1, - anon_sym_DOT2, - ACTIONS(4990), 1, - anon_sym_DOLLAR2, - ACTIONS(4992), 1, - anon_sym_EQ2, - ACTIONS(4994), 1, + ACTIONS(5072), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4996), 1, - anon_sym_DASH2, - ACTIONS(4998), 1, - anon_sym_PLUS2, - ACTIONS(5000), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5002), 1, - aux_sym__unquoted_in_list_token7, - STATE(2346), 1, + ACTIONS(5074), 1, + aux_sym__immediate_decimal_token2, + STATE(2366), 1, sym_comment, - STATE(3081), 1, - sym__var, - STATE(3231), 1, - sym__immediate_decimal, - STATE(3230), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(4986), 8, + ACTIONS(2784), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 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(4980), 18, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - sym_val_nothing, + 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, - [108493] = 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, + [108800] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2367), 1, + sym_comment, + ACTIONS(1477), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1475), 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, + [108853] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2770), 1, + ACTIONS(2906), 1, anon_sym_LF, - ACTIONS(5004), 1, + ACTIONS(5076), 1, anon_sym_DOT2, - ACTIONS(5008), 1, + ACTIONS(5078), 1, aux_sym__immediate_decimal_token2, - STATE(2347), 1, + STATE(2368), 1, sym_comment, - ACTIONS(2768), 39, + ACTIONS(2904), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -280903,7 +284683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280931,28 +284711,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108550] = 4, + [108910] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2348), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2354), 1, + sym_path, + STATE(2369), 1, sym_comment, - ACTIONS(1448), 2, + STATE(2678), 1, + sym_cell_path, + ACTIONS(1405), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1446), 40, + ACTIONS(1403), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -280980,28 +284763,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108603] = 4, + [108969] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2349), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2354), 1, + sym_path, + STATE(2370), 1, sym_comment, - ACTIONS(1439), 2, + STATE(2707), 1, + sym_cell_path, + ACTIONS(1409), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 40, + ACTIONS(1407), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281029,17 +284815,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108656] = 5, + [109028] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5010), 1, + ACTIONS(2808), 1, + anon_sym_LF, + ACTIONS(5080), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5082), 1, aux_sym__immediate_decimal_token2, - STATE(2350), 1, + STATE(2371), 1, sym_comment, - ACTIONS(2935), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2933), 39, + ACTIONS(2806), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281051,7 +284838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281079,17 +284866,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108711] = 5, + [109085] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4916), 1, - aux_sym__immediate_decimal_token2, - STATE(2351), 1, - sym_comment, - ACTIONS(2726), 2, + ACTIONS(2808), 1, anon_sym_LF, + ACTIONS(5082), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5084), 1, anon_sym_DOT2, - ACTIONS(2724), 39, + STATE(2372), 1, + sym_comment, + ACTIONS(2806), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281101,7 +284889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281129,20 +284917,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108766] = 6, + [109142] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5012), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5014), 1, - aux_sym__immediate_decimal_token2, - STATE(2352), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2363), 1, + aux_sym_cell_path_repeat1, + STATE(2373), 1, sym_comment, - ACTIONS(2726), 3, + STATE(2578), 1, + sym_path, + ACTIONS(1442), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 37, + ACTIONS(1440), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281152,7 +284941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281180,31 +284969,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108823] = 7, + [109201] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2144), 1, + ACTIONS(2784), 1, + anon_sym_LF, + ACTIONS(5086), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4955), 1, - anon_sym_DOT2, - ACTIONS(4959), 1, - aux_sym_unquoted_token2, - STATE(2353), 1, + ACTIONS(5088), 1, + aux_sym__immediate_decimal_token2, + STATE(2374), 1, sym_comment, - ACTIONS(1365), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1363), 37, + ACTIONS(2782), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281232,21 +285020,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108882] = 7, + [109258] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(5090), 1, anon_sym_DOT2, - STATE(2321), 1, + STATE(2373), 1, sym_path, - STATE(2354), 1, + STATE(2375), 1, sym_comment, - STATE(2608), 1, + STATE(2541), 1, sym_cell_path, - ACTIONS(1408), 2, + ACTIONS(1397), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1406), 37, + ACTIONS(1395), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281256,7 +285044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281284,18 +285072,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108941] = 6, + [109317] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, + STATE(2376), 1, + sym_comment, + ACTIONS(1456), 2, anon_sym_LF, - ACTIONS(5016), 1, anon_sym_DOT2, - ACTIONS(5018), 1, - aux_sym__immediate_decimal_token2, - STATE(2355), 1, - sym_comment, - ACTIONS(2734), 39, + ACTIONS(1454), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281306,8 +285091,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281335,30 +285121,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [108998] = 6, + [109370] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - ACTIONS(5018), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5020), 1, + ACTIONS(5093), 1, aux_sym__immediate_decimal_token1, - STATE(2356), 1, + ACTIONS(5095), 1, + aux_sym__immediate_decimal_token2, + STATE(2377), 1, sym_comment, - ACTIONS(2734), 39, + ACTIONS(2808), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281386,31 +285172,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109055] = 7, + [109427] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, - anon_sym_DOT2, - STATE(2357), 1, + ACTIONS(5038), 1, + anon_sym_QMARK2, + STATE(2378), 1, sym_comment, - STATE(2362), 1, - aux_sym_cell_path_repeat1, - STATE(2547), 1, - sym_path, - ACTIONS(1388), 2, - ts_builtin_sym_end, + ACTIONS(1466), 2, anon_sym_LF, - ACTIONS(1386), 37, + anon_sym_DOT2, + ACTIONS(1464), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281438,30 +285222,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109114] = 6, + [109482] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2352), 1, + aux_sym_cell_path_repeat1, + STATE(2379), 1, + sym_comment, + STATE(2585), 1, + sym_path, + ACTIONS(1436), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1438), 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, + [109541] = 19, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5101), 1, + anon_sym_RBRACK, + ACTIONS(5103), 1, + anon_sym_LPAREN, + ACTIONS(5105), 1, + anon_sym_LT, + ACTIONS(5109), 1, + anon_sym_DOT2, + ACTIONS(5111), 1, + anon_sym_DOLLAR2, + ACTIONS(5113), 1, + anon_sym_EQ2, + ACTIONS(5115), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5117), 1, + anon_sym_DASH2, + ACTIONS(5119), 1, + anon_sym_PLUS2, + ACTIONS(5121), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(5123), 1, + aux_sym__unquoted_in_list_token7, + STATE(2380), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3324), 1, + sym__immediate_decimal, + STATE(3320), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5107), 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(5099), 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, + [109624] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2770), 1, - anon_sym_LF, - ACTIONS(5022), 1, + ACTIONS(5047), 1, anon_sym_DOT2, - ACTIONS(5024), 1, - aux_sym__immediate_decimal_token2, - STATE(2358), 1, + STATE(2354), 1, + sym_path, + STATE(2381), 1, sym_comment, - ACTIONS(2768), 39, + STATE(2708), 1, + sym_cell_path, + ACTIONS(1420), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1418), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281489,43 +285390,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109171] = 5, - ACTIONS(105), 1, + [109683] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4946), 1, - anon_sym_QMARK2, - STATE(2359), 1, + STATE(2382), 1, sym_comment, - ACTIONS(1433), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1431), 39, + ACTIONS(1475), 6, anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1477), 36, anon_sym_SEMI, anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, 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_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, + anon_sym_EQ_GT, + anon_sym_DOT2, + 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, @@ -281539,30 +285439,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109226] = 7, + [109736] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2325), 1, - aux_sym_cell_path_repeat1, - STATE(2360), 1, + STATE(2383), 1, sym_comment, - STATE(2560), 1, - sym_path, - ACTIONS(1402), 6, + ACTIONS(1454), 6, anon_sym_EQ, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1404), 33, + ACTIONS(1456), 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, @@ -281570,6 +285465,8 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -281591,31 +285488,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109285] = 7, + [109789] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4944), 1, - anon_sym_DOT2, - STATE(2321), 1, - sym_path, - STATE(2361), 1, + STATE(2384), 1, sym_comment, - STATE(2596), 1, - sym_cell_path, - ACTIONS(1396), 2, - ts_builtin_sym_end, + ACTIONS(1477), 2, anon_sym_LF, - ACTIONS(1394), 37, + anon_sym_DOT2, + ACTIONS(1475), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281643,20 +285537,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109344] = 6, + [109842] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5026), 1, + ACTIONS(2592), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5049), 1, anon_sym_DOT2, - STATE(2547), 1, - sym_path, - ACTIONS(1416), 2, + ACTIONS(5053), 1, + aux_sym_unquoted_token2, + STATE(2385), 1, + sym_comment, + ACTIONS(1428), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2362), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 37, + ACTIONS(1426), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281666,7 +285561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281694,24 +285589,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109401] = 6, + [109901] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5040), 1, + anon_sym_QMARK2, + STATE(2386), 1, + sym_comment, + ACTIONS(1466), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1464), 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, + [109956] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5029), 1, + ACTIONS(5097), 1, anon_sym_DOT2, - STATE(2560), 1, - sym_path, - STATE(2363), 2, - sym_comment, + STATE(2379), 1, aux_sym_cell_path_repeat1, - ACTIONS(1414), 6, + STATE(2387), 1, + sym_comment, + STATE(2585), 1, + sym_path, + ACTIONS(1440), 6, anon_sym_EQ, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1416), 33, + ACTIONS(1442), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_LBRACK, @@ -281745,27 +285691,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109458] = 4, + [110015] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2364), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2360), 1, + aux_sym_cell_path_repeat1, + STATE(2388), 1, sym_comment, - ACTIONS(2726), 2, + STATE(2578), 1, + sym_path, + ACTIONS(1438), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 39, + ACTIONS(1436), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281793,19 +285743,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109510] = 6, + [110074] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5032), 1, + ACTIONS(5047), 1, anon_sym_DOT2, - ACTIONS(5036), 1, - aux_sym__immediate_decimal_token2, - STATE(2365), 1, + STATE(2354), 1, + sym_path, + STATE(2389), 1, sym_comment, - ACTIONS(2770), 2, + STATE(2618), 1, + sym_cell_path, + ACTIONS(1424), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2768), 37, + ACTIONS(1422), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -281815,7 +285767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281843,27 +285795,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109566] = 4, + [110133] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2366), 1, + ACTIONS(5047), 1, + anon_sym_DOT2, + STATE(2354), 1, + sym_path, + STATE(2390), 1, sym_comment, - ACTIONS(3004), 2, + STATE(2606), 1, + sym_cell_path, + ACTIONS(1391), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3002), 39, + ACTIONS(1389), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281891,28 +285847,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109618] = 5, + [110192] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3012), 1, - anon_sym_LF, - ACTIONS(5038), 1, + ACTIONS(5125), 1, anon_sym_DOT2, - STATE(2367), 1, + STATE(2373), 1, + sym_path, + STATE(2391), 1, sym_comment, - ACTIONS(3010), 39, + STATE(2584), 1, + sym_cell_path, + ACTIONS(1401), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1399), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -281940,15 +285899,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109672] = 4, + [110251] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2368), 1, + STATE(2392), 1, sym_comment, - ACTIONS(1480), 2, + ACTIONS(1513), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1478), 39, + ACTIONS(1511), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -281988,28 +285947,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109724] = 5, + [110303] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - ACTIONS(5040), 1, - anon_sym_DOT2, - STATE(2369), 1, + ACTIONS(5128), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5130), 1, + aux_sym__immediate_decimal_token2, + STATE(2393), 1, sym_comment, - ACTIONS(2734), 39, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282037,16 +285997,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109778] = 5, + [110359] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2726), 1, + ACTIONS(2784), 1, anon_sym_LF, - ACTIONS(4970), 1, + ACTIONS(5088), 1, aux_sym__immediate_decimal_token2, - STATE(2370), 1, + STATE(2394), 1, sym_comment, - ACTIONS(2724), 39, + ACTIONS(2782), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282058,7 +286018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282086,16 +286046,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109832] = 4, + [110413] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2371), 1, + STATE(2395), 1, sym_comment, - ACTIONS(1448), 3, - ts_builtin_sym_end, + ACTIONS(1487), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1446), 38, + ACTIONS(1485), 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, + [110465] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5132), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5134), 1, + aux_sym__immediate_decimal_token2, + STATE(2396), 1, + sym_comment, + ACTIONS(2784), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2782), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282104,9 +286115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_LBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282134,29 +286144,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109884] = 6, - ACTIONS(105), 1, + [110521] = 17, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4963), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5043), 1, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5103), 1, + anon_sym_LPAREN, + ACTIONS(5105), 1, + anon_sym_LT, + ACTIONS(5109), 1, anon_sym_DOT2, - STATE(2372), 1, + ACTIONS(5113), 1, + anon_sym_EQ2, + ACTIONS(5115), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5117), 1, + anon_sym_DASH2, + ACTIONS(5119), 1, + anon_sym_PLUS2, + ACTIONS(5121), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(5123), 1, + aux_sym__unquoted_in_list_token7, + STATE(2397), 1, sym_comment, - ACTIONS(2736), 2, - ts_builtin_sym_end, + STATE(3168), 1, + sym__var, + STATE(3324), 1, + sym__immediate_decimal, + STATE(3320), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5107), 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(5099), 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, + [110599] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5136), 1, + anon_sym_QMARK2, + STATE(2398), 1, + sym_comment, + ACTIONS(1464), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1466), 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, + [110653] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5142), 1, + aux_sym_unquoted_token6, + STATE(2399), 1, + sym_comment, + ACTIONS(5138), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(5140), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(1369), 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(1371), 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, + [110711] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5136), 1, + anon_sym_QMARK2, + STATE(2400), 1, + sym_comment, + ACTIONS(1464), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1466), 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, + [110765] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2625), 1, + anon_sym_DOT2, + ACTIONS(5146), 1, anon_sym_LF, - ACTIONS(2734), 37, + STATE(2401), 1, + sym_comment, + ACTIONS(5144), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282184,29 +286403,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109940] = 6, + [110819] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5046), 1, - anon_sym_DOT2, - ACTIONS(5048), 1, - aux_sym__immediate_decimal_token2, - STATE(2373), 1, + STATE(2402), 1, sym_comment, - ACTIONS(2770), 2, - ts_builtin_sym_end, + ACTIONS(1513), 2, anon_sym_LF, - ACTIONS(2768), 37, + anon_sym_DOT2, + ACTIONS(1511), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282234,16 +286451,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [109996] = 5, + [110871] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(2964), 1, anon_sym_LF, - ACTIONS(2471), 1, - anon_sym_DOT2, - STATE(2374), 1, + ACTIONS(5148), 1, + sym__long_flag_identifier, + STATE(2403), 1, sym_comment, - ACTIONS(213), 39, + ACTIONS(2960), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282255,7 +286472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282283,27 +286500,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110050] = 4, + [110925] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2375), 1, + STATE(2404), 1, sym_comment, - ACTIONS(1439), 3, - ts_builtin_sym_end, + ACTIONS(1487), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1437), 38, + ACTIONS(1485), 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_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282331,15 +286548,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110102] = 4, + [110977] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2376), 1, - sym_comment, - ACTIONS(2935), 2, + ACTIONS(1371), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2933), 39, + ACTIONS(4775), 1, + aux_sym_unquoted_token3, + STATE(2405), 1, + sym_comment, + ACTIONS(1369), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282351,7 +286569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282379,16 +286597,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110154] = 5, + [111031] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1345), 1, + ACTIONS(5150), 1, + anon_sym_DOT2, + STATE(2406), 1, + sym_comment, + STATE(2422), 1, + aux_sym_cell_path_repeat1, + STATE(2613), 1, + sym_path, + ACTIONS(1442), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(4689), 1, - aux_sym_unquoted_token3, - STATE(2377), 1, + ACTIONS(1440), 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, + [111089] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(215), 1, + anon_sym_LF, + ACTIONS(2625), 1, + anon_sym_DOT2, + STATE(2407), 1, sym_comment, - ACTIONS(1343), 39, + ACTIONS(213), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282400,7 +286669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282428,28 +286697,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110208] = 5, + [111143] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2471), 1, - anon_sym_DOT2, - ACTIONS(5052), 1, - anon_sym_LF, - STATE(2378), 1, + ACTIONS(5074), 1, + aux_sym__immediate_decimal_token2, + STATE(2408), 1, sym_comment, - ACTIONS(5050), 39, + ACTIONS(2784), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282477,28 +286746,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110262] = 5, + [111197] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2766), 1, + ACTIONS(5152), 1, + anon_sym_DOT2, + STATE(2613), 1, + sym_path, + ACTIONS(1413), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5054), 1, - sym__long_flag_identifier, - STATE(2379), 1, + STATE(2409), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 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, + [111253] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5155), 1, + anon_sym_RBRACK, + ACTIONS(5161), 1, + anon_sym_list, + STATE(2410), 1, + sym_comment, + STATE(2414), 1, + aux_sym__multiple_types_repeat1, + STATE(2871), 1, + sym__one_type, + STATE(6002), 1, + sym__type_annotation, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(2565), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 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, + [111317] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2411), 1, sym_comment, - ACTIONS(2762), 39, + ACTIONS(1456), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1454), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282526,16 +286898,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110316] = 5, + [111369] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3050), 1, + STATE(2412), 1, + sym_comment, + ACTIONS(1493), 2, anon_sym_LF, - ACTIONS(5056), 1, anon_sym_DOT2, - STATE(2380), 1, - sym_comment, - ACTIONS(3048), 39, + ACTIONS(1491), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282547,7 +286918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282575,114 +286946,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110370] = 6, + [111421] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5058), 1, + ACTIONS(5163), 1, anon_sym_DOT2, - STATE(2600), 1, - sym_path, - ACTIONS(1416), 2, + ACTIONS(5167), 1, + aux_sym__immediate_decimal_token2, + STATE(2413), 1, + sym_comment, + ACTIONS(2906), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2381), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 36, - anon_sym_EQ, + ACTIONS(2904), 37, 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_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, - [110426] = 5, + 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, + [111477] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5061), 1, - anon_sym_QMARK2, - STATE(2382), 1, - sym_comment, - ACTIONS(1431), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1433), 34, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(5169), 1, 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, - [110480] = 4, + ACTIONS(5177), 1, + anon_sym_list, + STATE(2871), 1, + sym__one_type, + STATE(6002), 1, + sym__type_annotation, + ACTIONS(5174), 2, + anon_sym_table, + anon_sym_record, + STATE(2414), 2, + sym_comment, + aux_sym__multiple_types_repeat1, + STATE(2565), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5171), 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, + [111539] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2383), 1, + STATE(2415), 1, sym_comment, - ACTIONS(1476), 2, + ACTIONS(1503), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1474), 39, + ACTIONS(1501), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282694,7 +287069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282722,28 +287097,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110532] = 5, + [111591] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - ACTIONS(5018), 1, - aux_sym__immediate_decimal_token2, - STATE(2384), 1, + STATE(2416), 1, sym_comment, - ACTIONS(2734), 39, + ACTIONS(1477), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1475), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282771,114 +287145,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110586] = 4, + [111643] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2385), 1, - sym_comment, - ACTIONS(1476), 2, + ACTIONS(2876), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 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, - [110638] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token6, - STATE(2386), 1, - sym_comment, - ACTIONS(5063), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(5065), 2, - anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(1343), 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(1345), 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, - [110696] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2387), 1, + ACTIONS(5180), 1, + aux_sym__immediate_decimal_token2, + STATE(2417), 1, sym_comment, - ACTIONS(1463), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1461), 39, + ACTIONS(2874), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282890,7 +287166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -282918,66 +287194,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110748] = 7, + [111697] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5069), 1, - anon_sym_DOT2, - STATE(2388), 1, - sym_comment, - STATE(2402), 1, - aux_sym_cell_path_repeat1, - STATE(2600), 1, - sym_path, - ACTIONS(1404), 2, - ts_builtin_sym_end, + ACTIONS(2808), 1, anon_sym_LF, - ACTIONS(1402), 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, - [110806] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2389), 1, + ACTIONS(5082), 1, + aux_sym__immediate_decimal_token2, + STATE(2418), 1, sym_comment, - ACTIONS(1486), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1484), 39, + ACTIONS(2806), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -282989,7 +287215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283017,28 +287243,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110858] = 5, + [111751] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3027), 1, + ACTIONS(5182), 1, + anon_sym_QMARK2, + STATE(2419), 1, + sym_comment, + ACTIONS(1466), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5071), 1, anon_sym_DOT2, - STATE(2390), 1, - sym_comment, - ACTIONS(3025), 39, + ACTIONS(1464), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283066,19 +287292,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110912] = 6, + [111805] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5073), 1, - anon_sym_DOT2, - ACTIONS(5076), 1, - aux_sym__immediate_decimal_token2, - STATE(2391), 1, + ACTIONS(5182), 1, + anon_sym_QMARK2, + STATE(2420), 1, sym_comment, - ACTIONS(2770), 2, + ACTIONS(1466), 3, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2768), 37, + anon_sym_DOT2, + ACTIONS(1464), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -283088,7 +287313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283116,29 +287341,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [110968] = 10, + [111859] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5078), 1, - anon_sym_RBRACK, - ACTIONS(5084), 1, + ACTIONS(5161), 1, anon_sym_list, - STATE(2392), 1, - sym_comment, - STATE(2413), 1, + ACTIONS(5184), 1, + anon_sym_RBRACK, + STATE(2410), 1, aux_sym__multiple_types_repeat1, - STATE(2807), 1, + STATE(2421), 1, + sym_comment, + STATE(2871), 1, sym__one_type, - STATE(5715), 1, + STATE(6002), 1, sym__type_annotation, - ACTIONS(5082), 2, + ACTIONS(5159), 2, anon_sym_table, anon_sym_record, - STATE(2527), 3, + STATE(2565), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(5080), 31, + ACTIONS(5157), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -283170,28 +287395,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [111032] = 5, + [111923] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2935), 1, + STATE(2409), 1, + aux_sym_cell_path_repeat1, + STATE(2422), 1, + sym_comment, + STATE(2613), 1, + sym_path, + ACTIONS(1438), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5086), 1, + anon_sym_DOT2, + ACTIONS(1436), 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, + [111979] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5186), 1, aux_sym__immediate_decimal_token2, - STATE(2393), 1, + STATE(2423), 1, sym_comment, - ACTIONS(2933), 39, + ACTIONS(2876), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2874), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283219,82 +287494,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111086] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - ACTIONS(5088), 1, - anon_sym_LBRACK, - STATE(2394), 1, - sym_comment, - STATE(5575), 1, - sym__one_type, - STATE(5576), 1, - sym__multiple_types, - STATE(5577), 1, - sym__type_annotation, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(2527), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [111150] = 5, + [112033] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5090), 1, - aux_sym__immediate_decimal_token2, - STATE(2395), 1, - sym_comment, - ACTIONS(2935), 3, - ts_builtin_sym_end, + ACTIONS(3117), 1, anon_sym_LF, + ACTIONS(5188), 1, anon_sym_DOT2, - ACTIONS(2933), 37, + STATE(2424), 1, + sym_comment, + ACTIONS(3115), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283322,29 +287543,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111204] = 6, + [112087] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5092), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5094), 1, - aux_sym__immediate_decimal_token2, - STATE(2396), 1, + STATE(2425), 1, sym_comment, - ACTIONS(2726), 2, - ts_builtin_sym_end, + ACTIONS(2808), 2, anon_sym_LF, - ACTIONS(2724), 37, + anon_sym_DOT2, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283372,28 +287591,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111260] = 5, + [112139] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5096), 1, - anon_sym_QMARK2, - STATE(2397), 1, - sym_comment, - ACTIONS(1433), 3, - ts_builtin_sym_end, + ACTIONS(3111), 1, anon_sym_LF, + ACTIONS(5190), 1, anon_sym_DOT2, - ACTIONS(1431), 37, + STATE(2426), 1, + sym_comment, + ACTIONS(3109), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283421,75 +287640,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111314] = 4, + [112193] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2398), 1, - sym_comment, - ACTIONS(1490), 2, - anon_sym_LF, + ACTIONS(5130), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5192), 1, anon_sym_DOT2, - ACTIONS(1488), 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, - [111366] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2399), 1, + STATE(2427), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(2808), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2734), 39, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283517,90 +287690,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111418] = 17, - ACTIONS(3), 1, + [112249] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(4984), 1, - anon_sym_LT, - ACTIONS(4988), 1, + ACTIONS(3105), 1, + anon_sym_LF, + ACTIONS(5194), 1, anon_sym_DOT2, - ACTIONS(4992), 1, - anon_sym_EQ2, - ACTIONS(4994), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4996), 1, - anon_sym_DASH2, - ACTIONS(4998), 1, - anon_sym_PLUS2, - ACTIONS(5000), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5002), 1, - aux_sym__unquoted_in_list_token7, - STATE(2400), 1, + STATE(2428), 1, sym_comment, - STATE(3081), 1, - sym__var, - STATE(3231), 1, - sym__immediate_decimal, - STATE(3230), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(4986), 8, + ACTIONS(3103), 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(4980), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, + 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, - [111496] = 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, + [112303] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5098), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5100), 1, - aux_sym__immediate_decimal_token2, - STATE(2401), 1, + STATE(2429), 1, sym_comment, - ACTIONS(2736), 2, - ts_builtin_sym_end, + ACTIONS(2784), 2, anon_sym_LF, - ACTIONS(2734), 37, + anon_sym_DOT2, + ACTIONS(2782), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283628,78 +287787,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111552] = 6, + [112355] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2381), 1, - aux_sym_cell_path_repeat1, - STATE(2402), 1, - sym_comment, - STATE(2600), 1, - sym_path, - ACTIONS(1388), 3, - ts_builtin_sym_end, + ACTIONS(3099), 1, anon_sym_LF, + ACTIONS(5196), 1, anon_sym_DOT2, - ACTIONS(1386), 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, - [111608] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5096), 1, - anon_sym_QMARK2, - STATE(2403), 1, + STATE(2430), 1, sym_comment, - ACTIONS(1433), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1431), 37, + 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283727,16 +287836,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111662] = 5, + [112409] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5161), 1, + anon_sym_list, + ACTIONS(5198), 1, + anon_sym_LBRACK, + STATE(2431), 1, + sym_comment, + STATE(6071), 1, + sym__one_type, + STATE(6072), 1, + sym__multiple_types, + STATE(6073), 1, + sym__type_annotation, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(2565), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 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, + [112473] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3056), 1, + ACTIONS(3125), 1, anon_sym_LF, - ACTIONS(5102), 1, + ACTIONS(5200), 1, anon_sym_DOT2, - STATE(2404), 1, + STATE(2432), 1, sym_comment, - ACTIONS(3054), 39, + ACTIONS(3123), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -283748,7 +287911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283776,28 +287939,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111716] = 5, + [112527] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5014), 1, - aux_sym__immediate_decimal_token2, - STATE(2405), 1, + STATE(2433), 1, sym_comment, - ACTIONS(2726), 3, - ts_builtin_sym_end, + ACTIONS(1509), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2724), 37, + ACTIONS(1507), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283825,21 +287987,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111770] = 7, + [112579] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5104), 1, + ACTIONS(5202), 1, anon_sym_DOT2, - STATE(2388), 1, - sym_path, STATE(2406), 1, + sym_path, + STATE(2434), 1, sym_comment, - STATE(2644), 1, + STATE(2627), 1, sym_cell_path, - ACTIONS(1423), 2, + ACTIONS(1397), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1421), 36, + ACTIONS(1395), 36, anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, @@ -283876,28 +288038,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [111828] = 5, + [112637] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4963), 1, - aux_sym__immediate_decimal_token2, - STATE(2407), 1, - sym_comment, - ACTIONS(2736), 3, - ts_builtin_sym_end, + ACTIONS(2808), 1, anon_sym_LF, + ACTIONS(5205), 1, anon_sym_DOT2, - ACTIONS(2734), 37, + STATE(2435), 1, + sym_comment, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283925,15 +288087,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111882] = 4, + [112691] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2408), 1, + STATE(2436), 1, sym_comment, - ACTIONS(1490), 2, + ACTIONS(2876), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1488), 39, + ACTIONS(2874), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -283945,7 +288107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -283973,15 +288135,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111934] = 4, + [112743] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2409), 1, - sym_comment, - ACTIONS(1480), 2, + ACTIONS(3131), 1, anon_sym_LF, + ACTIONS(5208), 1, anon_sym_DOT2, - ACTIONS(1478), 39, + STATE(2437), 1, + sym_comment, + ACTIONS(3129), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -283993,7 +288156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284021,29 +288184,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [111986] = 6, + [112797] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5100), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5107), 1, - anon_sym_DOT2, - STATE(2410), 1, + STATE(2438), 1, sym_comment, - ACTIONS(2736), 2, - ts_builtin_sym_end, + ACTIONS(3036), 2, anon_sym_LF, - ACTIONS(2734), 37, + anon_sym_DOT2, + ACTIONS(3034), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284071,28 +288232,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112042] = 5, + [112849] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2975), 1, - anon_sym_LF, - ACTIONS(5109), 1, + ACTIONS(5210), 1, anon_sym_DOT2, - STATE(2411), 1, + ACTIONS(5212), 1, + aux_sym__immediate_decimal_token2, + STATE(2439), 1, sym_comment, - ACTIONS(2973), 39, + ACTIONS(2906), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2904), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284120,122 +288282,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112096] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5111), 1, - anon_sym_RBRACK, - ACTIONS(5119), 1, - anon_sym_list, - STATE(2807), 1, - sym__one_type, - STATE(5715), 1, - sym__type_annotation, - ACTIONS(5116), 2, - anon_sym_table, - anon_sym_record, - STATE(2412), 2, - sym_comment, - aux_sym__multiple_types_repeat1, - STATE(2527), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5113), 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, - [112158] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - ACTIONS(5122), 1, - anon_sym_RBRACK, - STATE(2412), 1, - aux_sym__multiple_types_repeat1, - STATE(2413), 1, - sym_comment, - STATE(2807), 1, - sym__one_type, - STATE(5715), 1, - sym__type_annotation, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(2527), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [112222] = 4, + [112905] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2414), 1, + STATE(2440), 1, sym_comment, - ACTIONS(1463), 2, + ACTIONS(1493), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1461), 39, + ACTIONS(1491), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, @@ -284275,42 +288330,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [112274] = 5, - ACTIONS(3), 1, + [112957] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5061), 1, - anon_sym_QMARK2, - STATE(2415), 1, + ACTIONS(5095), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5214), 1, + anon_sym_DOT2, + STATE(2441), 1, sym_comment, - ACTIONS(1431), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2806), 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_LT2, - ACTIONS(1433), 34, + 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, + [113013] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2442), 1, + sym_comment, + ACTIONS(1503), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1501), 39, + anon_sym_EQ, anon_sym_SEMI, anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, + 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_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, @@ -284324,28 +288428,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [112328] = 5, + [113065] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2981), 1, - anon_sym_LF, - ACTIONS(5124), 1, + ACTIONS(5217), 1, anon_sym_DOT2, - STATE(2416), 1, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token2, + STATE(2443), 1, sym_comment, - ACTIONS(2979), 39, + ACTIONS(2906), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2904), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284373,26 +288478,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112382] = 4, + [113121] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3326), 1, - anon_sym_LF, - STATE(2417), 1, + ACTIONS(5095), 1, + aux_sym__immediate_decimal_token2, + STATE(2444), 1, sym_comment, - ACTIONS(3324), 39, + ACTIONS(2808), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284420,14 +288527,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112433] = 4, + [113175] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1552), 1, + ACTIONS(5224), 1, anon_sym_LF, - STATE(2418), 1, + ACTIONS(5227), 1, + anon_sym_PIPE, + STATE(2445), 2, + sym_comment, + aux_sym_pipe_element_repeat1, + ACTIONS(5222), 37, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, + 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, + [113228] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3704), 1, + anon_sym_LF, + STATE(2446), 1, sym_comment, - ACTIONS(1550), 39, + ACTIONS(3702), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -284439,7 +288594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284467,26 +288622,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112484] = 4, + [113279] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, + ACTIONS(5230), 1, + anon_sym_DOT2, + STATE(2447), 1, + sym_comment, + ACTIONS(3125), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2419), 1, + ACTIONS(3123), 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, + [113332] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5232), 1, + anon_sym_DOT2, + STATE(2448), 1, sym_comment, - ACTIONS(1465), 39, + ACTIONS(3131), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3129), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284514,18 +288718,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112535] = 7, + [113385] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5126), 1, + ACTIONS(5234), 1, anon_sym_DOT2, - STATE(2420), 1, + STATE(2449), 1, sym_comment, - STATE(2528), 1, + STATE(2553), 1, sym_path, - STATE(2782), 1, + STATE(2727), 1, sym_cell_path, - ACTIONS(1406), 12, + ACTIONS(1399), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -284538,7 +288742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1408), 25, + ACTIONS(1401), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -284564,62 +288768,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [112592] = 5, - ACTIONS(105), 1, + [113442] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5094), 1, - aux_sym__immediate_decimal_token2, - STATE(2421), 1, + ACTIONS(5234), 1, + anon_sym_DOT2, + STATE(2450), 1, sym_comment, - ACTIONS(2726), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2724), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + STATE(2553), 1, + sym_path, + STATE(2752), 1, + sym_cell_path, + ACTIONS(1403), 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(1405), 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, + [113499] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5236), 1, + anon_sym_DOT2, + STATE(2451), 1, + sym_comment, + STATE(2590), 1, + sym_path, + STATE(2727), 1, + sym_cell_path, + ACTIONS(1399), 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, - sym_val_nothing, - 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, - [112645] = 4, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1401), 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, + [113556] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1448), 1, + ACTIONS(1666), 1, anon_sym_LF, - STATE(2422), 1, + STATE(2452), 1, sym_comment, - ACTIONS(1446), 39, + ACTIONS(1664), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -284631,7 +288887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284659,64 +288915,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112696] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token6, - STATE(2423), 1, - sym_comment, - ACTIONS(5065), 2, - anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(5128), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 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(1345), 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, - [112753] = 4, + [113607] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3362), 1, + ACTIONS(1634), 1, anon_sym_LF, - STATE(2424), 1, + STATE(2453), 1, sym_comment, - ACTIONS(3360), 39, + ACTIONS(1632), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -284728,7 +288934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284756,14 +288962,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112804] = 4, + [113658] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3366), 1, + ACTIONS(1652), 1, anon_sym_LF, - STATE(2425), 1, + STATE(2454), 1, sym_comment, - ACTIONS(3364), 39, + ACTIONS(1650), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -284775,7 +288981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284803,16 +289009,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112855] = 4, + [113709] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2426), 1, + ACTIONS(5134), 1, + aux_sym__immediate_decimal_token2, + STATE(2455), 1, sym_comment, - ACTIONS(2736), 3, + ACTIONS(2784), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2734), 37, + ACTIONS(2782), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -284822,7 +289029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284850,36 +289057,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [112906] = 6, + [113762] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5132), 1, - anon_sym_LF, - ACTIONS(5134), 1, - anon_sym_PIPE, - STATE(2427), 1, + ACTIONS(2719), 1, + anon_sym_DOT2, + STATE(2456), 1, sym_comment, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5130), 37, - sym_cmd_identifier, + ACTIONS(5146), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5144), 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_LBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284898,37 +289096,35 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [112961] = 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, + [113815] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(5138), 1, + ACTIONS(5241), 1, anon_sym_LF, - STATE(2428), 1, + STATE(2457), 1, sym_comment, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5136), 37, - sym_cmd_identifier, + ACTIONS(5239), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284947,28 +289143,35 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [113016] = 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, + [113866] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5140), 1, - aux_sym__immediate_decimal_token2, - STATE(2429), 1, - sym_comment, - ACTIONS(2935), 2, - ts_builtin_sym_end, + ACTIONS(1648), 1, anon_sym_LF, - ACTIONS(2933), 37, + STATE(2458), 1, + sym_comment, + ACTIONS(1646), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -284996,26 +289199,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113069] = 4, + [113917] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3151), 1, - anon_sym_LF, - STATE(2430), 1, + ACTIONS(2719), 1, + anon_sym_DOT2, + STATE(2459), 1, sym_comment, - ACTIONS(3149), 39, + ACTIONS(215), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(213), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285043,14 +289247,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113120] = 4, + [113970] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1365), 1, + ACTIONS(5245), 1, anon_sym_LF, - STATE(2431), 1, + STATE(2460), 1, sym_comment, - ACTIONS(1363), 39, + ACTIONS(5243), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285062,7 +289266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285090,27 +289294,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113171] = 5, + [114021] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5142), 1, - sym__long_flag_identifier, - STATE(2432), 1, - sym_comment, - ACTIONS(2766), 2, - ts_builtin_sym_end, + ACTIONS(5249), 1, anon_sym_LF, - ACTIONS(2762), 37, + STATE(2461), 1, + sym_comment, + ACTIONS(5247), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285138,27 +289341,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113224] = 5, + [114072] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4705), 1, - aux_sym_unquoted_token3, - STATE(2433), 1, - sym_comment, - ACTIONS(1345), 2, - ts_builtin_sym_end, + ACTIONS(5253), 1, anon_sym_LF, - ACTIONS(1343), 37, + STATE(2462), 1, + sym_comment, + ACTIONS(5251), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285186,14 +289388,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113277] = 4, + [114123] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2991), 1, + STATE(2463), 1, + sym_comment, + ACTIONS(1477), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(2434), 1, + anon_sym_DOT2, + ACTIONS(1475), 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, + [114174] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5234), 1, + anon_sym_DOT2, + STATE(2464), 1, sym_comment, - ACTIONS(2989), 39, + STATE(2576), 1, + aux_sym_cell_path_repeat1, + STATE(2739), 1, + sym_path, + ACTIONS(1436), 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(1438), 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, + [114231] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5146), 1, + anon_sym_LF, + STATE(2465), 1, + sym_comment, + ACTIONS(5144), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285205,7 +289504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285233,26 +289532,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113328] = 4, + [114282] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2435), 1, - sym_comment, - ACTIONS(1490), 3, - ts_builtin_sym_end, + ACTIONS(1582), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1488), 37, + STATE(2466), 1, + sym_comment, + ACTIONS(1580), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285280,14 +289579,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113379] = 4, + [114333] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3370), 1, + ACTIONS(1509), 1, anon_sym_LF, - STATE(2436), 1, + STATE(2467), 1, sym_comment, - ACTIONS(3368), 39, + ACTIONS(1507), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285299,7 +289598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285327,26 +289626,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113430] = 4, + [114384] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2437), 1, - sym_comment, - ACTIONS(1463), 3, - ts_builtin_sym_end, + ACTIONS(1590), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1461), 37, + STATE(2468), 1, + sym_comment, + ACTIONS(1588), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285374,14 +289673,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113481] = 4, + [114435] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1500), 1, + ACTIONS(3395), 1, anon_sym_LF, - STATE(2438), 1, + STATE(2469), 1, sym_comment, - ACTIONS(1498), 39, + ACTIONS(3393), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285393,7 +289692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285421,16 +289720,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113532] = 6, + [114486] = 6, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(215), 1, anon_sym_LF, - ACTIONS(5146), 1, + ACTIONS(5257), 1, anon_sym_DOT2, - STATE(2439), 1, + STATE(2470), 1, sym_comment, - ACTIONS(5144), 6, + ACTIONS(5255), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -285470,26 +289769,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [113587] = 4, + [114541] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3374), 1, - anon_sym_LF, - STATE(2440), 1, + STATE(2471), 1, sym_comment, - ACTIONS(3372), 39, + ACTIONS(2808), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285517,14 +289816,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113638] = 4, + [114592] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1439), 1, + ACTIONS(1517), 1, anon_sym_LF, - STATE(2441), 1, + STATE(2472), 1, sym_comment, - ACTIONS(1437), 39, + ACTIONS(1515), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285536,7 +289835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285564,68 +289863,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113689] = 7, + [114643] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5126), 1, + ACTIONS(5234), 1, anon_sym_DOT2, - STATE(2442), 1, + STATE(2473), 1, sym_comment, - STATE(2528), 1, + STATE(2553), 1, sym_path, - STATE(2688), 1, + STATE(2762), 1, sym_cell_path, - ACTIONS(1421), 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(1423), 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, - [113746] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2443), 1, - sym_comment, - STATE(2536), 1, - aux_sym_cell_path_repeat1, - STATE(2706), 1, - sym_path, - ACTIONS(1386), 12, + ACTIONS(1422), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -285638,7 +289887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1388), 25, + ACTIONS(1424), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -285664,14 +289913,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [113803] = 4, + [114700] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(2784), 1, anon_sym_LF, - STATE(2444), 1, + STATE(2474), 1, sym_comment, - ACTIONS(213), 39, + ACTIONS(2782), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285683,7 +289932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285711,14 +289960,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113854] = 4, + [114751] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3147), 1, + ACTIONS(5261), 1, anon_sym_LF, - STATE(2445), 1, + STATE(2475), 1, sym_comment, - ACTIONS(3145), 39, + ACTIONS(5259), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -285730,7 +289979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285758,76 +290007,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [113905] = 7, + [114802] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(1477), 1, anon_sym_LF, - ACTIONS(1250), 1, - anon_sym_COLON, - ACTIONS(5146), 1, - anon_sym_DOT2, - STATE(2446), 1, - sym_comment, - ACTIONS(5144), 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), 31, - 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, - 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, - [113962] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2447), 1, + STATE(2476), 1, sym_comment, - ACTIONS(2726), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 37, + ACTIONS(1475), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285855,76 +290054,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114013] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2448), 1, - sym_comment, - STATE(2536), 1, - aux_sym_cell_path_repeat1, - STATE(2706), 1, - sym_path, - ACTIONS(1386), 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(1388), 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, - [114068] = 5, + [114853] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5100), 1, - aux_sym__immediate_decimal_token2, - STATE(2449), 1, - sym_comment, - ACTIONS(2736), 2, - ts_builtin_sym_end, + ACTIONS(3399), 1, anon_sym_LF, - ACTIONS(2734), 37, + STATE(2477), 1, + sym_comment, + ACTIONS(3397), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -285952,64 +290101,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114121] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2450), 1, - sym_comment, - STATE(2528), 1, - sym_path, - STATE(2707), 1, - sym_cell_path, - ACTIONS(1373), 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(1375), 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, - [114178] = 4, + [114904] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1540), 1, + ACTIONS(3407), 1, anon_sym_LF, - STATE(2451), 1, + STATE(2478), 1, sym_comment, - ACTIONS(1538), 39, + ACTIONS(3405), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286021,7 +290120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286049,18 +290148,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114229] = 7, + [114955] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5148), 1, + ACTIONS(5234), 1, anon_sym_DOT2, - STATE(2452), 1, + STATE(2479), 1, sym_comment, - STATE(2565), 1, + STATE(2553), 1, sym_path, - STATE(2688), 1, + STATE(2808), 1, sym_cell_path, - ACTIONS(1421), 12, + ACTIONS(1389), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -286073,7 +290172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1423), 25, + ACTIONS(1391), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -286099,14 +290198,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [114286] = 4, + [115012] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3358), 1, + ACTIONS(5265), 1, anon_sym_LF, - STATE(2453), 1, + STATE(2480), 1, sym_comment, - ACTIONS(3356), 39, + ACTIONS(5263), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286118,7 +290217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286146,14 +290245,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114337] = 4, + [115063] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1528), 1, + ACTIONS(3447), 1, anon_sym_LF, - STATE(2454), 1, + STATE(2481), 1, sym_comment, - ACTIONS(1526), 39, + ACTIONS(3445), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286165,7 +290264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286193,14 +290292,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114388] = 4, + [115114] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1540), 1, + ACTIONS(5269), 1, anon_sym_LF, - STATE(2455), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + STATE(2445), 1, + aux_sym_pipe_element_repeat1, + STATE(2482), 1, + sym_comment, + ACTIONS(5267), 37, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, + 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, + [115169] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3411), 1, + anon_sym_LF, + STATE(2483), 1, sym_comment, - ACTIONS(1538), 39, + ACTIONS(3409), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286212,7 +290360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286240,124 +290388,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114439] = 4, + [115220] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2456), 1, - sym_comment, - ACTIONS(1448), 3, - ts_builtin_sym_end, + ACTIONS(3415), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1446), 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, - [114490] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2457), 1, - sym_comment, - STATE(2528), 1, - sym_path, - STATE(2779), 1, - sym_cell_path, - ACTIONS(1410), 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(1412), 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, - [114547] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5151), 1, - anon_sym_DOT2, - STATE(2458), 1, + STATE(2484), 1, sym_comment, - ACTIONS(3027), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3025), 37, + ACTIONS(3413), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286385,27 +290435,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114600] = 5, + [115271] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5153), 1, - anon_sym_DOT2, - STATE(2459), 1, - sym_comment, - ACTIONS(2975), 2, - ts_builtin_sym_end, + ACTIONS(2876), 1, anon_sym_LF, - ACTIONS(2973), 37, + STATE(2485), 1, + sym_comment, + ACTIONS(2874), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286433,36 +290482,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114653] = 6, + [115322] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(5157), 1, + ACTIONS(1493), 1, anon_sym_LF, - STATE(2460), 1, + STATE(2486), 1, sym_comment, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5155), 37, - sym_cmd_identifier, + ACTIONS(1491), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286481,84 +290520,83 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [114708] = 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, + [115373] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2461), 1, + ACTIONS(5273), 1, + anon_sym_DOT2, + STATE(2487), 1, sym_comment, - ACTIONS(1439), 3, + ACTIONS(3099), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 37, - anon_sym_EQ, + ACTIONS(3097), 37, 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_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_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, - [114759] = 6, + 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, + [115426] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(5161), 1, + ACTIONS(3343), 1, anon_sym_LF, - STATE(2462), 1, + STATE(2488), 1, sym_comment, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5159), 37, - sym_cmd_identifier, + ACTIONS(3341), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286577,27 +290615,36 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [114814] = 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, + [115477] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3378), 1, - anon_sym_LF, - STATE(2463), 1, + ACTIONS(5275), 1, + anon_sym_DOT2, + STATE(2489), 1, sym_comment, - ACTIONS(3376), 39, + ACTIONS(3105), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3103), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286625,26 +290672,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114865] = 4, + [115530] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3382), 1, + ACTIONS(5277), 1, + anon_sym_DOT2, + STATE(2490), 1, + sym_comment, + ACTIONS(3111), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2464), 1, + 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, + [115583] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5279), 1, + anon_sym_DOT2, + STATE(2491), 1, sym_comment, - ACTIONS(3380), 39, + ACTIONS(3117), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3115), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286672,14 +290768,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114916] = 4, + [115636] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5281), 1, + anon_sym_DOT2, + STATE(2492), 1, + sym_comment, + STATE(2590), 1, + sym_path, + STATE(2721), 1, + sym_cell_path, + ACTIONS(1395), 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(1397), 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, + [115693] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3354), 1, + ACTIONS(1562), 1, anon_sym_LF, - STATE(2465), 1, + STATE(2493), 1, sym_comment, - ACTIONS(3352), 39, + ACTIONS(1560), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286691,7 +290837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286719,14 +290865,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [114967] = 4, + [115744] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3386), 1, + ACTIONS(3419), 1, anon_sym_LF, - STATE(2466), 1, + STATE(2494), 1, sym_comment, - ACTIONS(3384), 39, + ACTIONS(3417), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286738,7 +290884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286766,14 +290912,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115018] = 4, + [115795] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3390), 1, + ACTIONS(3427), 1, anon_sym_LF, - STATE(2467), 1, + STATE(2495), 1, sym_comment, - ACTIONS(3388), 39, + ACTIONS(3425), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286785,7 +290931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286813,14 +290959,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115069] = 4, + [115846] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3396), 1, + ACTIONS(1566), 1, anon_sym_LF, - STATE(2468), 1, + STATE(2496), 1, sym_comment, - ACTIONS(3394), 39, + ACTIONS(1564), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286832,7 +290978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286860,14 +291006,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115120] = 4, + [115897] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3400), 1, + ACTIONS(1578), 1, anon_sym_LF, - STATE(2469), 1, + STATE(2497), 1, sym_comment, - ACTIONS(3398), 39, + ACTIONS(1576), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286879,7 +291025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286907,14 +291053,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115171] = 4, + [115948] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3408), 1, + ACTIONS(1630), 1, anon_sym_LF, - STATE(2470), 1, + STATE(2498), 1, sym_comment, - ACTIONS(3406), 39, + ACTIONS(1628), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286926,7 +291072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -286954,14 +291100,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115222] = 4, + [115999] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3412), 1, + ACTIONS(3431), 1, anon_sym_LF, - STATE(2471), 1, + STATE(2499), 1, sym_comment, - ACTIONS(3410), 39, + ACTIONS(3429), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -286973,7 +291119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287001,36 +291147,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115273] = 6, + [116050] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(5165), 1, + ACTIONS(1574), 1, anon_sym_LF, - STATE(2472), 1, + STATE(2500), 1, sym_comment, - STATE(2551), 1, - aux_sym_pipe_element_repeat1, - ACTIONS(5163), 37, - sym_cmd_identifier, + ACTIONS(1572), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287049,28 +291185,45 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [115328] = 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, + [116101] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5167), 1, - anon_sym_DOT2, - STATE(2473), 1, - sym_comment, - ACTIONS(3050), 2, - ts_builtin_sym_end, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(5286), 1, anon_sym_LF, - ACTIONS(3048), 37, - anon_sym_SEMI, + STATE(2445), 1, + aux_sym_pipe_element_repeat1, + STATE(2501), 1, + sym_comment, + ACTIONS(5284), 37, + 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, - sym_val_nothing, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287089,36 +291242,27 @@ 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, - [115381] = 5, + anon_sym_CARET, + [116156] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5169), 1, - anon_sym_DOT2, - STATE(2474), 1, - sym_comment, - ACTIONS(3056), 2, - ts_builtin_sym_end, + ACTIONS(3435), 1, anon_sym_LF, - ACTIONS(3054), 37, + STATE(2502), 1, + sym_comment, + ACTIONS(3433), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287146,14 +291290,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115434] = 4, + [116207] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5234), 1, + anon_sym_DOT2, + STATE(2503), 1, + sym_comment, + STATE(2553), 1, + sym_path, + STATE(2753), 1, + sym_cell_path, + ACTIONS(1418), 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(1420), 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, + [116264] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5052), 1, + ACTIONS(3439), 1, anon_sym_LF, - STATE(2475), 1, + STATE(2504), 1, sym_comment, - ACTIONS(5050), 39, + ACTIONS(3437), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287165,7 +291359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287193,14 +291387,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115485] = 4, + [116315] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1463), 1, + ACTIONS(1642), 1, anon_sym_LF, - STATE(2476), 1, + STATE(2505), 1, sym_comment, - ACTIONS(1461), 39, + ACTIONS(1640), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287212,7 +291406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287240,14 +291434,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115536] = 4, + [116366] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5173), 1, + ACTIONS(3443), 1, anon_sym_LF, - STATE(2477), 1, + STATE(2506), 1, sym_comment, - ACTIONS(5171), 39, + ACTIONS(3441), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287259,7 +291453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287287,26 +291481,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115587] = 4, + [116417] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1504), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(5290), 1, anon_sym_LF, - STATE(2478), 1, + STATE(2445), 1, + aux_sym_pipe_element_repeat1, + STATE(2507), 1, sym_comment, - ACTIONS(1502), 39, - anon_sym_SEMI, + ACTIONS(5288), 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, - sym_val_nothing, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287325,23 +291529,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, - [115638] = 4, + anon_sym_CARET, + [116472] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1584), 1, + ACTIONS(1626), 1, anon_sym_LF, - STATE(2479), 1, + STATE(2508), 1, sym_comment, - ACTIONS(1582), 39, + ACTIONS(1624), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287353,7 +291549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287381,26 +291577,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115689] = 4, + [116523] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2480), 1, - sym_comment, - ACTIONS(3004), 3, - ts_builtin_sym_end, + ACTIONS(1622), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3002), 37, + STATE(2509), 1, + sym_comment, + ACTIONS(1620), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287428,14 +291624,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115740] = 4, + [116574] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3350), 1, + ACTIONS(3451), 1, anon_sym_LF, - STATE(2481), 1, + STATE(2510), 1, sym_comment, - ACTIONS(3348), 39, + ACTIONS(3449), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287447,7 +291643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287475,14 +291671,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115791] = 4, + [116625] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3338), 1, + ACTIONS(3479), 1, anon_sym_LF, - STATE(2482), 1, + STATE(2511), 1, sym_comment, - ACTIONS(3336), 39, + ACTIONS(3477), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287494,7 +291690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287522,14 +291718,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115842] = 4, + [116676] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1560), 1, + ACTIONS(215), 1, anon_sym_LF, - STATE(2483), 1, + ACTIONS(1248), 1, + anon_sym_COLON, + ACTIONS(5257), 1, + anon_sym_DOT2, + STATE(2512), 1, sym_comment, - ACTIONS(1558), 39, + ACTIONS(5255), 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), 31, + 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, + 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, + [116733] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3483), 1, + anon_sym_LF, + STATE(2513), 1, + sym_comment, + ACTIONS(3481), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287541,7 +291787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287569,14 +291815,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115893] = 4, + [116784] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3334), 1, + ACTIONS(1606), 1, anon_sym_LF, - STATE(2484), 1, + STATE(2514), 1, sym_comment, - ACTIONS(3332), 39, + ACTIONS(1604), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287588,7 +291834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287616,14 +291862,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115944] = 4, + [116835] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3330), 1, + ACTIONS(1598), 1, anon_sym_LF, - STATE(2485), 1, + STATE(2515), 1, sym_comment, - ACTIONS(3328), 39, + ACTIONS(1596), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287635,7 +291881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287663,26 +291909,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [115995] = 4, + [116886] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1602), 1, - anon_sym_LF, - STATE(2486), 1, + STATE(2516), 1, sym_comment, - ACTIONS(1600), 39, + ACTIONS(2784), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287710,14 +291956,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116046] = 4, + [116937] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1572), 1, + ACTIONS(1670), 1, anon_sym_LF, - STATE(2487), 1, + STATE(2517), 1, sym_comment, - ACTIONS(1570), 39, + ACTIONS(1668), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287729,7 +291975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287757,14 +292003,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116097] = 4, + [116988] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3319), 1, + ACTIONS(1618), 1, anon_sym_LF, - STATE(2488), 1, + STATE(2518), 1, sym_comment, - ACTIONS(3317), 39, + ACTIONS(1616), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287776,7 +292022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287804,18 +292050,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116148] = 7, + [117039] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5175), 1, + STATE(2519), 1, + sym_comment, + ACTIONS(1511), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1513), 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(2489), 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, + [117090] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5234), 1, + anon_sym_DOT2, + STATE(2520), 1, sym_comment, - STATE(2565), 1, + STATE(2553), 1, sym_path, - STATE(2707), 1, + STATE(2823), 1, sym_cell_path, - ACTIONS(1373), 12, + ACTIONS(1407), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -287828,7 +292121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1375), 25, + ACTIONS(1409), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -287854,61 +292147,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [116205] = 4, - ACTIONS(105), 1, + [117147] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5180), 1, - anon_sym_LF, - STATE(2490), 1, + STATE(2521), 1, sym_comment, - ACTIONS(5178), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + STATE(2576), 1, + aux_sym_cell_path_repeat1, + STATE(2739), 1, + sym_path, + ACTIONS(1436), 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(1438), 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, - sym_val_nothing, - 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, - [116256] = 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, + [117202] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1486), 1, + ACTIONS(3036), 1, anon_sym_LF, - STATE(2491), 1, + STATE(2522), 1, sym_comment, - ACTIONS(1484), 39, + ACTIONS(3034), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -287920,7 +292215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287948,26 +292243,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116307] = 4, + [117253] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1544), 1, - anon_sym_LF, - STATE(2492), 1, + ACTIONS(5205), 1, + anon_sym_DOT2, + STATE(2523), 1, sym_comment, - ACTIONS(1542), 39, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -287995,14 +292291,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116358] = 4, + [117306] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1588), 1, + ACTIONS(1428), 1, anon_sym_LF, - STATE(2493), 1, + STATE(2524), 1, sym_comment, - ACTIONS(1586), 39, + ACTIONS(1426), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288014,7 +292310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288042,64 +292338,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116409] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2494), 1, - sym_comment, - STATE(2528), 1, - sym_path, - STATE(2756), 1, - sym_cell_path, - ACTIONS(1380), 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(1382), 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, - [116466] = 4, + [117357] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3315), 1, + ACTIONS(1602), 1, anon_sym_LF, - STATE(2495), 1, + STATE(2525), 1, sym_comment, - ACTIONS(3313), 39, + ACTIONS(1600), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288111,7 +292357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288139,14 +292385,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116517] = 4, + [117408] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, + ACTIONS(3503), 1, anon_sym_LF, - STATE(2496), 1, + STATE(2526), 1, sym_comment, - ACTIONS(2734), 39, + ACTIONS(3501), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288158,7 +292404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288186,14 +292432,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116568] = 4, + [117459] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1568), 1, + ACTIONS(3507), 1, anon_sym_LF, - STATE(2497), 1, + STATE(2527), 1, sym_comment, - ACTIONS(1566), 39, + ACTIONS(3505), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288205,7 +292451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288233,27 +292479,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116619] = 5, + [117510] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5040), 1, - anon_sym_DOT2, - STATE(2498), 1, - sym_comment, - ACTIONS(2736), 2, - ts_builtin_sym_end, + ACTIONS(3515), 1, anon_sym_LF, - ACTIONS(2734), 37, + STATE(2528), 1, + sym_comment, + ACTIONS(3513), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288281,14 +292526,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116672] = 4, + [117561] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1628), 1, + ACTIONS(3559), 1, anon_sym_LF, - STATE(2499), 1, + STATE(2529), 1, sym_comment, - ACTIONS(1626), 39, + ACTIONS(3557), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288300,7 +292545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288328,14 +292573,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116723] = 4, + [117612] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1614), 1, + ACTIONS(1602), 1, anon_sym_LF, - STATE(2500), 1, + STATE(2530), 1, sym_comment, - ACTIONS(1612), 39, + ACTIONS(1600), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288347,7 +292592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288375,14 +292620,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116774] = 4, + [117663] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3093), 1, + ACTIONS(3155), 1, anon_sym_LF, - STATE(2501), 1, + STATE(2531), 1, sym_comment, - ACTIONS(3091), 39, + ACTIONS(3153), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288394,7 +292639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288422,68 +292667,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116825] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2502), 1, - sym_comment, - STATE(2528), 1, - sym_path, - STATE(2774), 1, - sym_cell_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, - [116882] = 7, + [117714] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5126), 1, + ACTIONS(5234), 1, anon_sym_DOT2, - STATE(2503), 1, + STATE(2532), 1, sym_comment, - STATE(2528), 1, + STATE(2553), 1, sym_path, - STATE(2786), 1, + STATE(2721), 1, sym_cell_path, - ACTIONS(1390), 12, + ACTIONS(1395), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -288496,7 +292691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1392), 25, + ACTIONS(1397), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -288522,14 +292717,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [116939] = 4, + [117771] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1610), 1, + ACTIONS(1586), 1, anon_sym_LF, - STATE(2504), 1, + STATE(2533), 1, sym_comment, - ACTIONS(1608), 39, + ACTIONS(1584), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288541,7 +292736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288569,26 +292764,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [116990] = 4, + [117822] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1606), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(5294), 1, anon_sym_LF, - STATE(2505), 1, + STATE(2445), 1, + aux_sym_pipe_element_repeat1, + STATE(2534), 1, sym_comment, - ACTIONS(1604), 39, - anon_sym_SEMI, + ACTIONS(5292), 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, - sym_val_nothing, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288607,70 +292812,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, - [117041] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2506), 1, - sym_comment, - ACTIONS(1474), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1476), 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, - [117092] = 4, + anon_sym_CARET, + [117877] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5184), 1, + ACTIONS(215), 1, anon_sym_LF, - STATE(2507), 1, + STATE(2535), 1, sym_comment, - ACTIONS(5182), 39, + ACTIONS(213), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288682,7 +292832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288710,14 +292860,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117143] = 4, + [117928] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3311), 1, + ACTIONS(3613), 1, anon_sym_LF, - STATE(2508), 1, + STATE(2536), 1, sym_comment, - ACTIONS(3309), 39, + ACTIONS(3611), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288729,7 +292879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288757,26 +292907,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117194] = 4, + [117979] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2509), 1, - sym_comment, - ACTIONS(1476), 3, - ts_builtin_sym_end, + ACTIONS(3617), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 37, + STATE(2537), 1, + sym_comment, + ACTIONS(3615), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288804,64 +292954,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117245] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2510), 1, - sym_comment, - STATE(2528), 1, - sym_path, - STATE(2790), 1, - sym_cell_path, - ACTIONS(1398), 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(1400), 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, - [117302] = 4, + [118030] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5188), 1, + ACTIONS(3637), 1, anon_sym_LF, - STATE(2511), 1, + STATE(2538), 1, sym_comment, - ACTIONS(5186), 39, + ACTIONS(3635), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288873,7 +292973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288901,26 +293001,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117353] = 4, + [118081] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3307), 1, - anon_sym_LF, - STATE(2512), 1, + STATE(2539), 1, sym_comment, - ACTIONS(3305), 39, + ACTIONS(1503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1501), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288948,14 +293048,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117404] = 4, + [118132] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3275), 1, + ACTIONS(3641), 1, anon_sym_LF, - STATE(2513), 1, + STATE(2540), 1, sym_comment, - ACTIONS(3273), 39, + ACTIONS(3639), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -288967,7 +293067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -288995,26 +293095,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117455] = 4, + [118183] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1576), 1, - anon_sym_LF, - STATE(2514), 1, + STATE(2541), 1, sym_comment, - ACTIONS(1574), 39, + ACTIONS(1493), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1491), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289042,61 +293142,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117506] = 4, + [118234] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3271), 1, - anon_sym_LF, - STATE(2515), 1, + STATE(2542), 1, sym_comment, - ACTIONS(3269), 39, + ACTIONS(1456), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1454), 37, + 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_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, - sym_val_nothing, - 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, - [117557] = 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, + [118285] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3267), 1, + ACTIONS(3387), 1, anon_sym_LF, - STATE(2516), 1, + STATE(2543), 1, sym_comment, - ACTIONS(3265), 39, + ACTIONS(3385), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289108,7 +293208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289136,27 +293236,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117608] = 5, + [118336] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2668), 1, - anon_sym_DOT2, - STATE(2517), 1, - sym_comment, - ACTIONS(215), 2, - ts_builtin_sym_end, + ACTIONS(3383), 1, anon_sym_LF, - ACTIONS(213), 37, + STATE(2544), 1, + sym_comment, + ACTIONS(3381), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289184,14 +293283,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117661] = 4, + [118387] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3263), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(5298), 1, anon_sym_LF, - STATE(2518), 1, + STATE(2445), 1, + aux_sym_pipe_element_repeat1, + STATE(2545), 1, sym_comment, - ACTIONS(3261), 39, + ACTIONS(5296), 37, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, + 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, + [118442] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2808), 1, + anon_sym_LF, + STATE(2546), 1, + sym_comment, + ACTIONS(2806), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289203,7 +293351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289231,14 +293379,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117712] = 4, + [118493] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3259), 1, + ACTIONS(1660), 1, anon_sym_LF, - STATE(2519), 1, + STATE(2547), 1, sym_comment, - ACTIONS(3257), 39, + ACTIONS(1658), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289250,7 +293398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289278,27 +293426,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117763] = 5, + [118544] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2668), 1, - anon_sym_DOT2, - STATE(2520), 1, - sym_comment, - ACTIONS(5052), 2, - ts_builtin_sym_end, + ACTIONS(3649), 1, anon_sym_LF, - ACTIONS(5050), 37, + STATE(2548), 1, + sym_comment, + ACTIONS(3647), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289326,14 +293473,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117816] = 4, + [118595] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2726), 1, + ACTIONS(1656), 1, anon_sym_LF, - STATE(2521), 1, + STATE(2549), 1, sym_comment, - ACTIONS(2724), 39, + ACTIONS(1654), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289345,7 +293492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289373,14 +293520,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117867] = 4, + [118646] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3255), 1, + ACTIONS(1456), 1, anon_sym_LF, - STATE(2522), 1, + STATE(2550), 1, sym_comment, - ACTIONS(3253), 39, + ACTIONS(1454), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289392,7 +293539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289420,26 +293567,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117918] = 4, + [118697] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3251), 1, - anon_sym_LF, - STATE(2523), 1, + STATE(2551), 1, sym_comment, - ACTIONS(3249), 39, + ACTIONS(3036), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(3034), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289467,26 +293614,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [117969] = 4, + [118748] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3247), 1, - anon_sym_LF, - STATE(2524), 1, + ACTIONS(5300), 1, + aux_sym__immediate_decimal_token2, + STATE(2552), 1, sym_comment, - ACTIONS(3245), 39, + ACTIONS(2876), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2874), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289514,14 +293662,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118020] = 4, + [118801] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5234), 1, + anon_sym_DOT2, + STATE(2464), 1, + aux_sym_cell_path_repeat1, + STATE(2553), 1, + sym_comment, + STATE(2739), 1, + sym_path, + ACTIONS(1440), 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(1442), 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, + [118858] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3243), 1, + ACTIONS(3653), 1, anon_sym_LF, - STATE(2525), 1, + STATE(2554), 1, sym_comment, - ACTIONS(3241), 39, + ACTIONS(3651), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289533,7 +293731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289561,14 +293759,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118071] = 4, + [118909] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3239), 1, + ACTIONS(3375), 1, anon_sym_LF, - STATE(2526), 1, + STATE(2555), 1, sym_comment, - ACTIONS(3237), 39, + ACTIONS(3373), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289580,7 +293778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289608,122 +293806,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118122] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2527), 1, - sym_comment, - ACTIONS(5190), 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, - [118171] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2443), 1, - aux_sym_cell_path_repeat1, - STATE(2528), 1, - sym_comment, - STATE(2706), 1, - sym_path, - ACTIONS(1402), 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(1404), 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, - [118228] = 4, + [118960] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2529), 1, - sym_comment, - ACTIONS(2935), 3, - ts_builtin_sym_end, + ACTIONS(3053), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2933), 37, + STATE(2556), 1, + sym_comment, + ACTIONS(3051), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289751,14 +293853,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118279] = 4, + [119011] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1556), 1, + ACTIONS(3661), 1, anon_sym_LF, - STATE(2530), 1, + STATE(2557), 1, sym_comment, - ACTIONS(1554), 39, + ACTIONS(3659), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289770,7 +293872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289798,14 +293900,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118330] = 4, + [119062] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3235), 1, + ACTIONS(1526), 1, anon_sym_LF, - STATE(2531), 1, + STATE(2558), 1, sym_comment, - ACTIONS(3233), 39, + ACTIONS(1524), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289817,7 +293919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289845,20 +293947,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118381] = 7, + [119113] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token6, - STATE(2532), 1, - sym_comment, - ACTIONS(5065), 2, + ACTIONS(5234), 1, anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(5192), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 12, + STATE(2553), 1, + sym_path, + STATE(2559), 1, + sym_comment, + STATE(2825), 1, + sym_cell_path, + ACTIONS(1447), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -289871,10 +293971,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1345), 23, + ACTIONS(1449), 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, @@ -289895,14 +293997,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [118438] = 4, + [119170] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3227), 1, + ACTIONS(3305), 1, anon_sym_LF, - STATE(2533), 1, + STATE(2560), 1, sym_comment, - ACTIONS(3225), 39, + ACTIONS(3303), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289914,7 +294016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289942,14 +294044,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118489] = 4, + [119221] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2935), 1, + ACTIONS(3309), 1, anon_sym_LF, - STATE(2534), 1, + STATE(2561), 1, sym_comment, - ACTIONS(2933), 39, + ACTIONS(3307), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -289961,7 +294063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -289989,14 +294091,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118540] = 4, + [119272] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3185), 1, + ACTIONS(3667), 1, anon_sym_LF, - STATE(2535), 1, + STATE(2562), 1, sym_comment, - ACTIONS(3183), 39, + ACTIONS(3665), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290008,7 +294110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290036,63 +294138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118591] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5194), 1, - anon_sym_DOT2, - STATE(2706), 1, - sym_path, - STATE(2536), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 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(1416), 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, - [118646] = 4, + [119323] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3537), 1, + ACTIONS(3371), 1, anon_sym_LF, - STATE(2537), 1, + STATE(2563), 1, sym_comment, - ACTIONS(3535), 39, + ACTIONS(3369), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290104,7 +294157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290132,26 +294185,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118697] = 4, + [119374] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3175), 1, + ACTIONS(5302), 1, + anon_sym_QMARK2, + STATE(2564), 1, + sym_comment, + ACTIONS(1466), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(2538), 1, + anon_sym_DOT2, + ACTIONS(1464), 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, + [119427] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2565), 1, + sym_comment, + ACTIONS(5304), 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, + [119476] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5130), 1, + aux_sym__immediate_decimal_token2, + STATE(2566), 1, sym_comment, - ACTIONS(3173), 39, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2806), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290179,14 +294327,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118748] = 4, + [119529] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1632), 1, + ACTIONS(3367), 1, anon_sym_LF, - STATE(2539), 1, + STATE(2567), 1, sym_comment, - ACTIONS(1630), 39, + ACTIONS(3365), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290198,7 +294346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290226,89 +294374,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118799] = 5, - ACTIONS(105), 1, + [119580] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5197), 1, - anon_sym_QMARK2, - STATE(2540), 1, + ACTIONS(5142), 1, + aux_sym_unquoted_token6, + STATE(2568), 1, sym_comment, - ACTIONS(1433), 3, - ts_builtin_sym_end, - anon_sym_LF, + ACTIONS(5140), 2, anon_sym_DOT2, - ACTIONS(1431), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, + aux_sym_unquoted_token4, + ACTIONS(5306), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 12, + 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_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, - [118852] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5197), 1, - anon_sym_QMARK2, - STATE(2541), 1, - sym_comment, - ACTIONS(1433), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1431), 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, + ACTIONS(1371), 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, @@ -290319,17 +294424,14 @@ 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, - [118905] = 4, + [119637] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3541), 1, + ACTIONS(3325), 1, anon_sym_LF, - STATE(2542), 1, + STATE(2569), 1, sym_comment, - ACTIONS(3539), 39, + ACTIONS(3323), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290341,7 +294443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290369,26 +294471,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [118956] = 4, + [119688] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1548), 1, - anon_sym_LF, - STATE(2543), 1, + ACTIONS(4793), 1, + aux_sym_unquoted_token3, + STATE(2570), 1, sym_comment, - ACTIONS(1546), 39, + ACTIONS(1371), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1369), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290416,14 +294519,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119007] = 4, + [119741] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3561), 1, + ACTIONS(3363), 1, anon_sym_LF, - STATE(2544), 1, + STATE(2571), 1, sym_comment, - ACTIONS(3559), 39, + ACTIONS(3361), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290435,7 +294538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290463,14 +294566,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119058] = 4, + [119792] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2995), 1, + ACTIONS(1614), 1, anon_sym_LF, - STATE(2545), 1, + STATE(2572), 1, sym_comment, - ACTIONS(2993), 39, + ACTIONS(1612), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290482,7 +294585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290510,73 +294613,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119109] = 4, - ACTIONS(105), 1, + [119843] = 19, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3565), 1, - anon_sym_LF, - STATE(2546), 1, - sym_comment, - ACTIONS(3563), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(5101), 1, + anon_sym_RBRACK, + ACTIONS(5103), 1, + anon_sym_LPAREN, + ACTIONS(5105), 1, + anon_sym_LT, + ACTIONS(5109), 1, + anon_sym_DOT2, + ACTIONS(5113), 1, + anon_sym_EQ2, + ACTIONS(5115), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5117), 1, + anon_sym_DASH2, + ACTIONS(5119), 1, + anon_sym_PLUS2, + ACTIONS(5121), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(5123), 1, + aux_sym__unquoted_in_list_token7, + ACTIONS(5308), 1, + anon_sym_DOLLAR2, + STATE(2573), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3324), 1, + sym__immediate_decimal, + STATE(3320), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5107), 8, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(5099), 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, - [119160] = 4, + [119924] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2547), 1, - sym_comment, - ACTIONS(1480), 3, - ts_builtin_sym_end, + ACTIONS(3359), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1478), 37, + STATE(2574), 1, + sym_comment, + ACTIONS(3357), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290604,14 +294722,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119211] = 4, + [119975] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3171), 1, + ACTIONS(3329), 1, anon_sym_LF, - STATE(2548), 1, + STATE(2575), 1, sym_comment, - ACTIONS(3169), 39, + ACTIONS(3327), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290623,7 +294741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290651,14 +294769,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119262] = 4, + [120026] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5310), 1, + anon_sym_DOT2, + STATE(2739), 1, + sym_path, + STATE(2576), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 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(1413), 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, + [120081] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3167), 1, + ACTIONS(3333), 1, anon_sym_LF, - STATE(2549), 1, + STATE(2577), 1, sym_comment, - ACTIONS(3165), 39, + ACTIONS(3331), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290670,7 +294837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290698,16 +294865,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119313] = 4, + [120132] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2550), 1, + STATE(2578), 1, sym_comment, - ACTIONS(1486), 3, + ACTIONS(1487), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1484), 37, + ACTIONS(1485), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290717,7 +294884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290745,35 +294912,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119364] = 5, + [120183] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5201), 1, + ACTIONS(3355), 1, anon_sym_LF, - ACTIONS(5204), 1, - anon_sym_PIPE, - STATE(2551), 2, + STATE(2579), 1, sym_comment, - aux_sym_pipe_element_repeat1, - ACTIONS(5199), 37, - sym_cmd_identifier, + ACTIONS(3353), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290792,27 +294950,35 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [119417] = 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, + [120234] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3163), 1, - anon_sym_LF, - STATE(2552), 1, + STATE(2580), 1, sym_comment, - ACTIONS(3161), 39, + ACTIONS(1513), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1511), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290840,14 +295006,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119468] = 4, + [120285] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3159), 1, + ACTIONS(3337), 1, anon_sym_LF, - STATE(2553), 1, + STATE(2581), 1, sym_comment, - ACTIONS(3157), 39, + ACTIONS(3335), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -290859,7 +295025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290887,26 +295053,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119519] = 4, + [120336] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3155), 1, + ACTIONS(5302), 1, + anon_sym_QMARK2, + STATE(2582), 1, + sym_comment, + ACTIONS(1466), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(2554), 1, + anon_sym_DOT2, + ACTIONS(1464), 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, + [120389] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5313), 1, + sym__long_flag_identifier, + STATE(2583), 1, sym_comment, - ACTIONS(3153), 39, + ACTIONS(2964), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2960), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290934,26 +295149,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119570] = 4, + [120442] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5209), 1, - anon_sym_LF, - STATE(2555), 1, + STATE(2584), 1, sym_comment, - ACTIONS(5207), 39, + ACTIONS(1509), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1507), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -290981,76 +295196,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119621] = 19, + [120493] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(4982), 1, - anon_sym_RBRACK, - ACTIONS(4984), 1, - anon_sym_LT, - ACTIONS(4988), 1, - anon_sym_DOT2, - ACTIONS(4992), 1, - anon_sym_EQ2, - ACTIONS(4994), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4996), 1, - anon_sym_DASH2, - ACTIONS(4998), 1, - anon_sym_PLUS2, - ACTIONS(5000), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5002), 1, - aux_sym__unquoted_in_list_token7, - ACTIONS(5211), 1, - anon_sym_DOLLAR2, - STATE(2556), 1, + STATE(2585), 1, sym_comment, - STATE(3081), 1, - sym__var, - STATE(3231), 1, - sym__immediate_decimal, - STATE(3230), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(4986), 8, - anon_sym_DASH, - anon_sym_DOT, + ACTIONS(1485), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_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(4980), 16, + anon_sym_LT2, + ACTIONS(1487), 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, - sym_val_nothing, - 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, - [119702] = 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, + [120544] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3004), 1, + ACTIONS(1497), 1, anon_sym_LF, - STATE(2557), 1, + STATE(2586), 1, sym_comment, - ACTIONS(3002), 39, + ACTIONS(1495), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291062,7 +295262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291090,14 +295290,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119753] = 4, + [120595] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1580), 1, + ACTIONS(3161), 1, anon_sym_LF, - STATE(2558), 1, + STATE(2587), 1, sym_comment, - ACTIONS(1578), 39, + ACTIONS(3159), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291109,7 +295309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291137,14 +295337,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119804] = 4, + [120646] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5142), 1, + aux_sym_unquoted_token6, + STATE(2588), 1, + sym_comment, + ACTIONS(5140), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(5315), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 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(1371), 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, + [120703] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5215), 1, + ACTIONS(3351), 1, anon_sym_LF, - STATE(2559), 1, + STATE(2589), 1, sym_comment, - ACTIONS(5213), 39, + ACTIONS(3349), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291156,7 +295406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291184,35 +295434,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119855] = 4, + [120754] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2560), 1, + ACTIONS(5234), 1, + anon_sym_DOT2, + STATE(2521), 1, + aux_sym_cell_path_repeat1, + STATE(2590), 1, sym_comment, - ACTIONS(1478), 6, - anon_sym_EQ, + STATE(2739), 1, + sym_path, + ACTIONS(1440), 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(1480), 34, - anon_sym_SEMI, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1442), 25, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, + anon_sym_RPAREN, 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_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -291228,30 +295484,26 @@ 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, - [119906] = 5, + [120811] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5217), 1, - anon_sym_DOT2, - STATE(2561), 1, - sym_comment, - ACTIONS(2981), 2, - ts_builtin_sym_end, + ACTIONS(3696), 1, anon_sym_LF, - ACTIONS(2979), 37, + STATE(2591), 1, + sym_comment, + ACTIONS(3694), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291279,27 +295531,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [119959] = 5, + [120862] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5219), 1, - anon_sym_DOT2, - STATE(2562), 1, - sym_comment, - ACTIONS(3012), 2, - ts_builtin_sym_end, + ACTIONS(3700), 1, anon_sym_LF, - ACTIONS(3010), 37, + STATE(2592), 1, + sym_comment, + ACTIONS(3698), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291327,14 +295578,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120012] = 4, + [120913] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1598), 1, + ACTIONS(3347), 1, anon_sym_LF, - STATE(2563), 1, + STATE(2593), 1, sym_comment, - ACTIONS(1596), 39, + ACTIONS(3345), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291346,7 +295597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291374,26 +295625,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120063] = 4, + [120964] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1494), 1, - anon_sym_LF, - STATE(2564), 1, + STATE(2594), 1, sym_comment, - ACTIONS(1492), 39, + ACTIONS(2876), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2874), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291421,65 +295672,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120114] = 7, - ACTIONS(3), 1, + [121015] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5126), 1, - anon_sym_DOT2, - STATE(2448), 1, - aux_sym_cell_path_repeat1, - STATE(2565), 1, + ACTIONS(3708), 1, + anon_sym_LF, + STATE(2595), 1, sym_comment, - STATE(2706), 1, - sym_path, - ACTIONS(1402), 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(1404), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(3706), 39, + 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, - 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, - [120171] = 4, + 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, + [121066] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2566), 1, + STATE(2596), 1, sym_comment, - ACTIONS(3155), 2, + ACTIONS(3383), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3153), 37, + ACTIONS(3381), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291489,7 +295737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291517,15 +295765,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120221] = 4, + [121116] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2567), 1, + STATE(2597), 1, sym_comment, - ACTIONS(1588), 2, + ACTIONS(3447), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1586), 37, + ACTIONS(3445), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291535,7 +295783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291563,15 +295811,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120271] = 4, + [121166] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2568), 1, + STATE(2598), 1, sym_comment, - ACTIONS(3390), 2, + ACTIONS(3036), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3388), 37, + ACTIONS(3034), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291581,7 +295829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291609,15 +295857,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120321] = 4, + [121216] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5317), 1, + anon_sym_QMARK2, + STATE(2599), 1, + sym_comment, + ACTIONS(1464), 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(1466), 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, + [121268] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2569), 1, + STATE(2600), 1, sym_comment, - ACTIONS(3396), 2, + ACTIONS(3559), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3394), 37, + ACTIONS(3557), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291627,7 +295922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291655,15 +295950,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120371] = 4, + [121318] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2570), 1, + STATE(2601), 1, sym_comment, - ACTIONS(3400), 2, + ACTIONS(3515), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 37, + ACTIONS(3513), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291673,7 +295968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291701,15 +295996,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120421] = 4, + [121368] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5103), 1, + anon_sym_LPAREN, + ACTIONS(5117), 1, + anon_sym_DASH2, + ACTIONS(5119), 1, + anon_sym_PLUS2, + ACTIONS(5319), 1, + anon_sym_LT, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(5323), 1, + anon_sym_EQ2, + ACTIONS(5325), 1, + aux_sym__immediate_decimal_token1, + STATE(2602), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3275), 1, + sym__immediate_decimal, + STATE(3295), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1977), 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(1979), 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, + [121440] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2571), 1, + STATE(2603), 1, sym_comment, - ACTIONS(3408), 2, + ACTIONS(3507), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3406), 37, + ACTIONS(3505), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291719,7 +296071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291747,15 +296099,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120471] = 4, + [121490] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2572), 1, + STATE(2604), 1, sym_comment, - ACTIONS(3412), 2, + ACTIONS(3503), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3410), 37, + ACTIONS(3501), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291765,7 +296117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291793,15 +296145,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120521] = 4, + [121540] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2573), 1, + STATE(2605), 1, sym_comment, - ACTIONS(1504), 2, + ACTIONS(1517), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1502), 37, + ACTIONS(1515), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291811,7 +296163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291839,15 +296191,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120571] = 4, + [121590] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2574), 1, + STATE(2606), 1, sym_comment, - ACTIONS(1584), 2, + ACTIONS(1590), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1582), 37, + ACTIONS(1588), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291857,7 +296209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291885,22 +296237,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120621] = 7, + [121640] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5221), 1, - anon_sym_DOT2, - ACTIONS(5223), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5225), 1, - aux_sym_unquoted_token2, - STATE(2575), 1, + ACTIONS(5317), 1, + anon_sym_QMARK2, + STATE(2607), 1, sym_comment, - ACTIONS(1363), 12, + ACTIONS(1464), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -291909,11 +296258,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1365), 24, + ACTIONS(1466), 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, @@ -291934,15 +296284,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [120677] = 4, + [121692] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2576), 1, + STATE(2608), 1, sym_comment, - ACTIONS(1467), 2, + ACTIONS(3407), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1465), 37, + ACTIONS(3405), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -291952,7 +296302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -291980,63 +296330,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120727] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5229), 1, - anon_sym_DOT2, - STATE(2577), 1, - sym_comment, - ACTIONS(215), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5227), 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, - 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, - [120781] = 4, + [121742] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2578), 1, + STATE(2609), 1, sym_comment, - ACTIONS(1463), 2, + ACTIONS(1598), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1461), 37, + ACTIONS(1596), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292046,7 +296348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292074,15 +296376,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120831] = 4, + [121792] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5161), 1, + anon_sym_list, + ACTIONS(5327), 1, + anon_sym_GT, + STATE(2610), 1, + sym_comment, + STATE(6093), 1, + sym__all_type, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(4413), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 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, + [121850] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2579), 1, + STATE(2611), 1, sym_comment, - ACTIONS(1365), 2, + ACTIONS(1666), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1363), 37, + ACTIONS(1664), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292092,7 +296444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292120,15 +296472,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120881] = 4, + [121900] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2580), 1, + STATE(2612), 1, sym_comment, - ACTIONS(5052), 2, + ACTIONS(3613), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5050), 37, + ACTIONS(3611), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292138,7 +296490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292166,15 +296518,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120931] = 4, + [121950] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2581), 1, + STATE(2613), 1, + sym_comment, + ACTIONS(1487), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1485), 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, + [122000] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5331), 1, + anon_sym_DOT2, + STATE(2614), 1, + sym_comment, + ACTIONS(215), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5329), 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, + 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, + [122054] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2615), 1, sym_comment, - ACTIONS(5173), 2, + ACTIONS(3161), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5171), 37, + ACTIONS(3159), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292184,7 +296630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292212,15 +296658,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [120981] = 4, + [122104] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2582), 1, + STATE(2616), 1, sym_comment, - ACTIONS(5184), 2, + ACTIONS(1606), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5182), 37, + ACTIONS(1604), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292230,7 +296676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292258,15 +296704,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121031] = 4, + [122154] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2583), 1, + STATE(2617), 1, sym_comment, - ACTIONS(5188), 2, + ACTIONS(1526), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5186), 37, + ACTIONS(1524), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292276,7 +296722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292304,15 +296750,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121081] = 4, + [122204] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2584), 1, + STATE(2618), 1, sym_comment, - ACTIONS(2991), 2, + ACTIONS(1582), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2989), 37, + ACTIONS(1580), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292322,7 +296768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292350,19 +296796,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121131] = 5, + [122254] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5231), 1, - anon_sym_QMARK2, - STATE(2585), 1, + ACTIONS(5333), 1, + anon_sym_DOT2, + ACTIONS(5335), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5337), 1, + aux_sym_unquoted_token2, + STATE(2619), 1, sym_comment, - ACTIONS(1431), 13, + ACTIONS(1426), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -292371,12 +296820,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1433), 25, + ACTIONS(1428), 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, @@ -292397,35 +296845,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [121183] = 15, + [122310] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3191), 1, - anon_sym_LPAREN, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(4996), 1, + ACTIONS(5103), 1, + anon_sym_LPAREN, + ACTIONS(5115), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5117), 1, anon_sym_DASH2, - ACTIONS(4998), 1, + ACTIONS(5119), 1, anon_sym_PLUS2, - ACTIONS(5233), 1, - anon_sym_LT, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(5237), 1, + ACTIONS(5339), 1, + anon_sym_LT, + ACTIONS(5341), 1, anon_sym_EQ2, - ACTIONS(5239), 1, - aux_sym__immediate_decimal_token1, - STATE(2586), 1, + STATE(2620), 1, sym_comment, - STATE(3081), 1, + STATE(3168), 1, sym__var, - STATE(3310), 1, + STATE(3265), 1, sym__immediate_decimal, - STATE(3213), 2, + STATE(3263), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1969), 8, + ACTIONS(2003), 8, anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, @@ -292434,12 +296882,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1971), 19, + ACTIONS(2005), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -292454,15 +296902,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [121255] = 4, + [122382] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2587), 1, + STATE(2621), 1, sym_comment, - ACTIONS(5209), 2, + ACTIONS(1618), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5207), 37, + ACTIONS(1616), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292472,7 +296920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292500,62 +296948,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121305] = 5, + [122432] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5231), 1, - anon_sym_QMARK2, - STATE(2588), 1, - sym_comment, - ACTIONS(1431), 13, - sym_identifier, + ACTIONS(5161), 1, + anon_sym_list, + ACTIONS(5343), 1, 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(1433), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(2622), 1, + sym_comment, + STATE(5913), 1, + sym__all_type, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(4413), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 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, + [122490] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2623), 1, + sym_comment, + ACTIONS(3053), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3051), 37, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, 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, - [121357] = 4, + 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, + [122540] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2589), 1, + STATE(2624), 1, sym_comment, - ACTIONS(1576), 2, + ACTIONS(2808), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1574), 37, + ACTIONS(2806), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292565,7 +297062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292593,15 +297090,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121407] = 4, + [122590] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2590), 1, + STATE(2625), 1, sym_comment, - ACTIONS(1602), 2, + ACTIONS(1562), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1600), 37, + ACTIONS(1560), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292611,7 +297108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292639,15 +297136,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121457] = 4, + [122640] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2591), 1, + STATE(2626), 1, sym_comment, - ACTIONS(1572), 2, + ACTIONS(1566), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1570), 37, + ACTIONS(1564), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292657,7 +297154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292685,16 +297182,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121507] = 4, + [122690] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2592), 1, + STATE(2627), 1, sym_comment, - ACTIONS(1490), 3, + ACTIONS(1493), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1488), 36, + ACTIONS(1491), 36, anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, @@ -292731,33 +297228,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [121557] = 4, + [122740] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5241), 1, - anon_sym_LF, - STATE(2593), 1, + STATE(2628), 1, sym_comment, - ACTIONS(5199), 38, - sym_cmd_identifier, + ACTIONS(2784), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2782), 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_LBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292776,16 +297265,70 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [121607] = 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, + [122790] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2594), 1, + STATE(2629), 1, + sym_comment, + ACTIONS(1513), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1511), 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, + [122840] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2630), 1, sym_comment, - ACTIONS(1544), 2, + ACTIONS(1428), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1542), 37, + ACTIONS(1426), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292795,7 +297338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292823,74 +297366,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121657] = 17, - ACTIONS(3), 1, + [122890] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3191), 1, + STATE(2631), 1, + sym_comment, + ACTIONS(5261), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5259), 37, + anon_sym_SEMI, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(4587), 1, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(4984), 1, - anon_sym_LT, - ACTIONS(4988), 1, - anon_sym_DOT2, - ACTIONS(4992), 1, - anon_sym_EQ2, - ACTIONS(4994), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4996), 1, - anon_sym_DASH2, - ACTIONS(4998), 1, - anon_sym_PLUS2, - ACTIONS(5000), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5002), 1, - aux_sym__unquoted_in_list_token7, - STATE(2595), 1, - sym_comment, - STATE(3081), 1, - sym__var, - STATE(3231), 1, - sym__immediate_decimal, - STATE(3230), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(4986), 8, 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, - aux_sym__unquoted_in_list_token1, - ACTIONS(4980), 17, + 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, + [122940] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2632), 1, + sym_comment, + ACTIONS(1670), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1668), 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, - sym_val_nothing, + 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, - [121733] = 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, + [122990] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2596), 1, + STATE(2633), 1, sym_comment, - ACTIONS(1598), 2, + ACTIONS(5265), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1596), 37, + ACTIONS(5263), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292900,7 +297476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292928,15 +297504,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121783] = 4, + [123040] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2597), 1, + STATE(2634), 1, sym_comment, - ACTIONS(1568), 2, + ACTIONS(1578), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1566), 37, + ACTIONS(1576), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -292946,7 +297522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -292974,263 +297550,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [121833] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token6, - STATE(2598), 1, - sym_comment, - ACTIONS(5065), 2, - anon_sym_DOT2, - aux_sym_unquoted_token4, - ACTIONS(5243), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 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(1345), 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, - [121889] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - ACTIONS(5245), 1, - anon_sym_GT, - STATE(2599), 1, - sym_comment, - STATE(6055), 1, - sym__all_type, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(4369), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [121947] = 4, + [123090] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2600), 1, + STATE(2635), 1, sym_comment, - ACTIONS(1480), 3, + ACTIONS(1497), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1478), 36, - anon_sym_EQ, + ACTIONS(1495), 37, 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_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, - [121997] = 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, + [123140] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2601), 1, + STATE(2636), 1, sym_comment, - ACTIONS(1476), 3, + ACTIONS(5146), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 36, - anon_sym_EQ, + ACTIONS(5144), 37, 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, - [122047] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3191), 1, + anon_sym_LBRACK, anon_sym_LPAREN, - ACTIONS(3193), 1, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(4994), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4996), 1, - anon_sym_DASH2, - ACTIONS(4998), 1, - anon_sym_PLUS2, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(5247), 1, - anon_sym_LT, - ACTIONS(5249), 1, - anon_sym_EQ2, - STATE(2602), 1, - sym_comment, - STATE(3081), 1, - sym__var, - STATE(3314), 1, - sym__immediate_decimal, - STATE(3316), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1943), 8, 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, - aux_sym__unquoted_in_list_token1, - ACTIONS(1945), 19, + 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, + [123190] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2637), 1, + sym_comment, + ACTIONS(2876), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2874), 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, - sym_val_nothing, + 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, - [122119] = 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, + [123240] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2603), 1, + STATE(2638), 1, sym_comment, - ACTIONS(1628), 2, + ACTIONS(3667), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1626), 37, + ACTIONS(3665), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293240,7 +297706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293268,15 +297734,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122169] = 4, + [123290] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2604), 1, + STATE(2639), 1, sym_comment, - ACTIONS(1540), 2, + ACTIONS(5253), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1538), 37, + ACTIONS(5251), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293286,7 +297752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293314,15 +297780,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122219] = 4, + [123340] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2605), 1, + STATE(2640), 1, sym_comment, - ACTIONS(1580), 2, + ACTIONS(3483), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1578), 37, + ACTIONS(3481), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293332,7 +297798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293360,15 +297826,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122269] = 4, + [123390] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2606), 1, + STATE(2641), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(3479), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2734), 37, + ACTIONS(3477), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293378,7 +297844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293406,15 +297872,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122319] = 4, + [123440] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2607), 1, + STATE(2642), 1, sym_comment, - ACTIONS(1560), 2, + ACTIONS(3451), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1558), 37, + ACTIONS(3449), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293424,7 +297890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293452,15 +297918,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122369] = 4, + [123490] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2608), 1, + STATE(2643), 1, sym_comment, - ACTIONS(1556), 2, + ACTIONS(1456), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1554), 37, + ACTIONS(1454), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293470,7 +297936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293498,65 +297964,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122419] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - ACTIONS(5251), 1, - anon_sym_GT, - STATE(2609), 1, - sym_comment, - STATE(6043), 1, - sym__all_type, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(4369), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [122477] = 4, + [123540] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2610), 1, + STATE(2644), 1, sym_comment, - ACTIONS(2995), 2, + ACTIONS(5249), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2993), 37, + ACTIONS(5247), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293566,7 +297982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293594,15 +298010,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122527] = 4, + [123590] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2611), 1, + STATE(2645), 1, sym_comment, - ACTIONS(1540), 2, + ACTIONS(5245), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1538), 37, + ACTIONS(5243), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293612,7 +298028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293640,15 +298056,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122577] = 4, + [123640] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2612), 1, + STATE(2646), 1, sym_comment, - ACTIONS(1494), 2, + ACTIONS(3443), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1492), 37, + ACTIONS(3441), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293658,7 +298074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293686,15 +298102,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122627] = 4, + [123690] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2613), 1, + STATE(2647), 1, sym_comment, - ACTIONS(3374), 2, + ACTIONS(3435), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3372), 37, + ACTIONS(3433), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293704,7 +298120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293732,64 +298148,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122677] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2614), 1, - sym_comment, - STATE(2715), 1, - sym_cell_path, - ACTIONS(1421), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1423), 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, - [122733] = 4, + [123740] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2615), 1, + STATE(2648), 1, sym_comment, - ACTIONS(3386), 2, + ACTIONS(3431), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3384), 37, + ACTIONS(3429), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293799,7 +298166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293827,15 +298194,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122783] = 4, + [123790] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2616), 1, + STATE(2649), 1, sym_comment, - ACTIONS(3370), 2, + ACTIONS(3427), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3368), 37, + ACTIONS(3425), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293845,7 +298212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293873,15 +298240,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122833] = 4, + [123840] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2617), 1, + STATE(2650), 1, sym_comment, - ACTIONS(1610), 2, + ACTIONS(3419), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1608), 37, + ACTIONS(3417), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293891,7 +298258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293919,15 +298286,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122883] = 4, + [123890] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2618), 1, + STATE(2651), 1, sym_comment, - ACTIONS(1606), 2, + ACTIONS(3661), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1604), 37, + ACTIONS(3659), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -293937,7 +298304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -293965,72 +298332,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [122933] = 15, - ACTIONS(3), 1, + [123940] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5255), 1, - anon_sym_LT, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5259), 1, - anon_sym_EQ2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2619), 1, + STATE(2652), 1, sym_comment, - STATE(3085), 1, - sym__var, - STATE(3300), 1, - sym__immediate_decimal, - STATE(3299), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1985), 8, + ACTIONS(3415), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3413), 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(1987), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, + 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, - [123005] = 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, + [123990] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2620), 1, + STATE(2653), 1, sym_comment, - ACTIONS(3366), 2, + ACTIONS(3411), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3364), 37, + ACTIONS(3409), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294040,7 +298396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294068,15 +298424,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123055] = 4, + [124040] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2621), 1, + STATE(2654), 1, sym_comment, - ACTIONS(3362), 2, + ACTIONS(3155), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3360), 37, + ACTIONS(3153), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294086,7 +298442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294114,15 +298470,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123105] = 4, + [124090] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2622), 1, + STATE(2655), 1, sym_comment, - ACTIONS(1500), 2, + ACTIONS(3399), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1498), 37, + ACTIONS(3397), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294132,7 +298488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294160,72 +298516,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123155] = 15, - ACTIONS(3), 1, + [124140] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - ACTIONS(5267), 1, - anon_sym_LT, - ACTIONS(5269), 1, - anon_sym_EQ2, - STATE(2623), 1, + ACTIONS(5347), 1, + anon_sym_LF, + STATE(2656), 1, sym_comment, - STATE(3085), 1, - sym__var, - STATE(3298), 1, - sym__immediate_decimal, - STATE(3297), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1977), 8, + ACTIONS(5345), 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, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(1979), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, + 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, - [123227] = 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, + [124190] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2624), 1, + STATE(2657), 1, sym_comment, - ACTIONS(215), 2, + ACTIONS(3395), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(213), 37, + ACTIONS(3393), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294235,7 +298580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294263,72 +298608,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123277] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - ACTIONS(5271), 1, - anon_sym_LT, - ACTIONS(5273), 1, - anon_sym_EQ2, - STATE(2625), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3296), 1, - sym__immediate_decimal, - STATE(3295), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1923), 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(1925), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [123349] = 4, + [124240] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2626), 1, + STATE(2658), 1, sym_comment, - ACTIONS(2726), 2, + ACTIONS(3387), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2724), 37, + ACTIONS(3385), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294338,7 +298626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294366,61 +298654,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123399] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2627), 1, - sym_comment, - ACTIONS(1437), 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(1439), 26, - 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_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [123449] = 4, + [124290] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2628), 1, + STATE(2659), 1, sym_comment, - ACTIONS(1486), 2, + ACTIONS(5241), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1484), 37, + ACTIONS(5239), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294430,7 +298672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294458,17 +298700,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123499] = 4, + [124340] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2629), 1, + ACTIONS(5142), 1, + aux_sym_unquoted_token6, + STATE(2660), 1, sym_comment, - ACTIONS(1446), 13, + ACTIONS(5140), 2, + anon_sym_DOT2, + aux_sym_unquoted_token4, + ACTIONS(5349), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -294477,16 +298726,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1448), 26, - anon_sym_COLON, + ACTIONS(1371), 22, 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_SLASH, @@ -294504,90 +298749,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [123549] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - ACTIONS(5275), 1, - anon_sym_LT, - ACTIONS(5277), 1, - anon_sym_EQ2, - STATE(2630), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3293), 1, - sym__immediate_decimal, - STATE(3292), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1961), 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(1963), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [123621] = 4, + [124396] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5281), 1, - anon_sym_LF, - STATE(2631), 1, + STATE(2661), 1, sym_comment, - ACTIONS(5279), 38, - sym_cmd_identifier, + ACTIONS(3637), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3635), 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_LBRACE, anon_sym_DOT, - anon_sym_try, - anon_sym_return, - anon_sym_where, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294606,16 +298786,24 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [123671] = 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, + [124446] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2632), 1, + STATE(2662), 1, sym_comment, - ACTIONS(3537), 2, + ACTIONS(1477), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3535), 37, + ACTIONS(1475), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294625,7 +298813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294653,15 +298841,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123721] = 4, + [124496] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2633), 1, + STATE(2663), 1, sym_comment, - ACTIONS(2935), 2, + ACTIONS(1622), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2933), 37, + ACTIONS(1620), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294671,7 +298859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294699,25 +298887,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123771] = 4, + [124546] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2634), 1, - sym_comment, - ACTIONS(3541), 2, - ts_builtin_sym_end, + ACTIONS(5353), 1, anon_sym_LF, - ACTIONS(3539), 37, - anon_sym_SEMI, + STATE(2664), 1, + sym_comment, + ACTIONS(5351), 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, - sym_val_nothing, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294736,34 +298932,26 @@ 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, - [123821] = 4, + anon_sym_CARET, + [124596] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2635), 1, - sym_comment, - ACTIONS(3561), 2, - ts_builtin_sym_end, + ACTIONS(5357), 1, anon_sym_LF, - ACTIONS(3559), 37, + STATE(2665), 1, + sym_comment, + ACTIONS(5355), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294791,15 +298979,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123871] = 4, + [124646] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5361), 1, + anon_sym_LT, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5365), 1, + anon_sym_EQ2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2666), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3346), 1, + sym__immediate_decimal, + STATE(3344), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2019), 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(2021), 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, + [124718] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2636), 1, + STATE(2667), 1, sym_comment, - ACTIONS(3271), 2, + ACTIONS(3653), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3269), 37, + ACTIONS(3651), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294809,7 +299054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294837,15 +299082,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123921] = 4, + [124768] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2637), 1, + STATE(2668), 1, sym_comment, - ACTIONS(3565), 2, + ACTIONS(1602), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3563), 37, + ACTIONS(1600), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294855,7 +299100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294883,15 +299128,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [123971] = 4, + [124818] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2638), 1, + STATE(2669), 1, sym_comment, - ACTIONS(3382), 2, + ACTIONS(3375), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3380), 37, + ACTIONS(3373), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294901,7 +299146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294929,15 +299174,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124021] = 4, + [124868] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2639), 1, + STATE(2670), 1, sym_comment, - ACTIONS(3004), 2, + ACTIONS(3617), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3002), 37, + ACTIONS(3615), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -294947,7 +299192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -294975,223 +299220,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124071] = 4, - ACTIONS(105), 1, + [124918] = 15, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2640), 1, - sym_comment, - ACTIONS(1632), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1630), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + ACTIONS(5373), 1, + anon_sym_LT, + ACTIONS(5375), 1, + anon_sym_EQ2, + STATE(2671), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3348), 1, + sym__immediate_decimal, + STATE(3347), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2011), 8, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, - 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, - [124121] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2641), 1, - sym_comment, - ACTIONS(3147), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3145), 37, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token1, + ACTIONS(2013), 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, - sym_val_nothing, + 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, - [124171] = 4, - ACTIONS(105), 1, + [124990] = 15, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2642), 1, - sym_comment, - ACTIONS(3151), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3149), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + ACTIONS(5377), 1, + anon_sym_LT, + ACTIONS(5379), 1, + anon_sym_EQ2, + STATE(2672), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3351), 1, + sym__immediate_decimal, + STATE(3350), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1957), 8, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, - 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, - [124221] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2643), 1, - sym_comment, - ACTIONS(3159), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3157), 37, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token1, + ACTIONS(1959), 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, - sym_val_nothing, + 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, - [124271] = 4, - ACTIONS(105), 1, + [125062] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2644), 1, + STATE(2673), 1, sym_comment, - ACTIONS(1463), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1461), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1454), 13, + 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, + ACTIONS(1456), 26, + 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_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, @@ -295202,18 +299380,15 @@ 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, - [124321] = 4, + [125112] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2645), 1, + STATE(2674), 1, sym_comment, - ACTIONS(3163), 2, + ACTIONS(1602), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3161), 37, + ACTIONS(1600), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295223,7 +299398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295251,15 +299426,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124371] = 4, + [125162] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2646), 1, + STATE(2675), 1, sym_comment, - ACTIONS(3167), 2, + ACTIONS(1630), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3165), 37, + ACTIONS(1628), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295269,7 +299444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295297,25 +299472,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124421] = 4, + [125212] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2647), 1, - sym_comment, - ACTIONS(3171), 2, - ts_builtin_sym_end, + ACTIONS(5381), 1, anon_sym_LF, - ACTIONS(3169), 37, - anon_sym_SEMI, + STATE(2676), 1, + sym_comment, + ACTIONS(5222), 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, - sym_val_nothing, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295334,24 +299517,16 @@ 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, - [124471] = 4, + anon_sym_CARET, + [125262] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2648), 1, + STATE(2677), 1, sym_comment, - ACTIONS(3175), 2, + ACTIONS(3371), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3173), 37, + ACTIONS(3369), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295361,7 +299536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295389,15 +299564,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124521] = 4, + [125312] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2649), 1, + STATE(2678), 1, sym_comment, - ACTIONS(3185), 2, + ACTIONS(1574), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3183), 37, + ACTIONS(1572), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295407,7 +299582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295435,15 +299610,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124571] = 4, + [125362] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2650), 1, + STATE(2679), 1, sym_comment, - ACTIONS(3227), 2, + ACTIONS(3367), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3225), 37, + ACTIONS(3365), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295453,7 +299628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295481,15 +299656,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124621] = 4, + [125412] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2651), 1, + STATE(2680), 1, sym_comment, - ACTIONS(3235), 2, + ACTIONS(3363), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3233), 37, + ACTIONS(3361), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295499,7 +299674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295527,15 +299702,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124671] = 4, + [125462] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2652), 1, + STATE(2681), 1, sym_comment, - ACTIONS(3093), 2, + ACTIONS(3359), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3091), 37, + ACTIONS(3357), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295545,7 +299720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295573,15 +299748,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124721] = 4, + [125512] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2682), 1, + sym_comment, + STATE(2749), 1, + sym_cell_path, + ACTIONS(1395), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1397), 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, + [125568] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2653), 1, + STATE(2683), 1, sym_comment, - ACTIONS(5215), 2, + ACTIONS(3649), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5213), 37, + ACTIONS(3647), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295591,7 +299815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295619,15 +299843,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124771] = 4, + [125618] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2654), 1, + STATE(2684), 1, sym_comment, - ACTIONS(5180), 2, + ACTIONS(1634), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5178), 37, + ACTIONS(1632), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295637,7 +299861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295665,15 +299889,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124821] = 4, + [125668] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2655), 1, + STATE(2685), 1, sym_comment, - ACTIONS(3239), 2, + ACTIONS(3641), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3237), 37, + ACTIONS(3639), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295683,7 +299907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295711,15 +299935,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124871] = 4, + [125718] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2656), 1, + STATE(2686), 1, sym_comment, - ACTIONS(3243), 2, + ACTIONS(3355), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3241), 37, + ACTIONS(3353), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295729,7 +299953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295757,15 +299981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124921] = 4, + [125768] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2657), 1, + STATE(2687), 1, sym_comment, - ACTIONS(3247), 2, + ACTIONS(3351), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3245), 37, + ACTIONS(3349), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295775,7 +299999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295803,15 +300027,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [124971] = 4, + [125818] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2688), 1, + sym_comment, + ACTIONS(1475), 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(1477), 26, + 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_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [125868] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2658), 1, + STATE(2689), 1, sym_comment, - ACTIONS(3251), 2, + ACTIONS(1586), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3249), 37, + ACTIONS(1584), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295821,7 +300091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295849,15 +300119,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125021] = 4, + [125918] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2659), 1, + STATE(2690), 1, sym_comment, - ACTIONS(3255), 2, + ACTIONS(3347), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3253), 37, + ACTIONS(3345), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295867,7 +300137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295895,15 +300165,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125071] = 4, + [125968] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2660), 1, + STATE(2691), 1, sym_comment, - ACTIONS(3259), 2, + ACTIONS(3343), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3257), 37, + ACTIONS(3341), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -295913,7 +300183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -295941,107 +300211,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125121] = 4, - ACTIONS(105), 1, + [126018] = 15, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2661), 1, - sym_comment, - ACTIONS(3263), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3261), 37, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + ACTIONS(3063), 1, anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + ACTIONS(5383), 1, + anon_sym_LT, + ACTIONS(5385), 1, + anon_sym_EQ2, + STATE(2692), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3353), 1, + sym__immediate_decimal, + STATE(3352), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1995), 8, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, - 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, - [125171] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2662), 1, - sym_comment, - ACTIONS(1439), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1437), 37, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token1, + ACTIONS(1997), 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, - sym_val_nothing, + 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, - [125221] = 4, + [126090] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2663), 1, + STATE(2693), 1, sym_comment, - ACTIONS(3267), 2, + ACTIONS(3337), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3265), 37, + ACTIONS(3335), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296051,7 +300286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296079,15 +300314,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125271] = 4, + [126140] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2664), 1, + STATE(2694), 1, sym_comment, - ACTIONS(3275), 2, + ACTIONS(3333), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3273), 37, + ACTIONS(3331), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296097,7 +300332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296125,15 +300360,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125321] = 4, + [126190] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2665), 1, + STATE(2695), 1, sym_comment, - ACTIONS(3307), 2, + ACTIONS(1648), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3305), 37, + ACTIONS(1646), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296143,7 +300378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296165,71 +300400,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - [125371] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - ACTIONS(5283), 1, - anon_sym_GT, - STATE(2666), 1, - sym_comment, - STATE(5792), 1, - sym__all_type, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(4369), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [125429] = 4, + 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, + [126240] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2667), 1, + STATE(2696), 1, sym_comment, - ACTIONS(1548), 2, + ACTIONS(3329), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1546), 37, + ACTIONS(3327), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296239,7 +300424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296267,15 +300452,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125479] = 4, + [126290] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2668), 1, + STATE(2697), 1, sym_comment, - ACTIONS(3311), 2, + ACTIONS(3325), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3309), 37, + ACTIONS(3323), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296285,7 +300470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296313,25 +300498,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125529] = 4, + [126340] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(5103), 1, + anon_sym_LPAREN, + ACTIONS(5105), 1, + anon_sym_LT, + ACTIONS(5109), 1, + anon_sym_DOT2, + ACTIONS(5113), 1, + anon_sym_EQ2, + ACTIONS(5115), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5117), 1, + anon_sym_DASH2, + ACTIONS(5119), 1, + anon_sym_PLUS2, + ACTIONS(5121), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(5123), 1, + aux_sym__unquoted_in_list_token7, + STATE(2698), 1, + sym_comment, + STATE(3168), 1, + sym__var, + STATE(3324), 1, + sym__immediate_decimal, + STATE(3320), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5107), 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(5099), 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_token1, + aux_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, + [126416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5287), 1, - anon_sym_LF, - STATE(2669), 1, + STATE(2699), 1, sym_comment, - ACTIONS(5285), 38, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3307), 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_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296359,15 +300603,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125579] = 4, + [126466] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2670), 1, + STATE(2700), 1, sym_comment, - ACTIONS(3315), 2, + ACTIONS(3696), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3313), 37, + ACTIONS(3694), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296377,7 +300621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296405,15 +300649,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125629] = 4, + [126516] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2671), 1, + STATE(2701), 1, sym_comment, - ACTIONS(3319), 2, + ACTIONS(3305), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3317), 37, + ACTIONS(3303), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296423,7 +300667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296451,15 +300695,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125679] = 4, + [126566] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2672), 1, + STATE(2702), 1, sym_comment, - ACTIONS(3326), 2, + ACTIONS(1614), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3324), 37, + ACTIONS(1612), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296469,7 +300713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296497,15 +300741,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125729] = 4, + [126616] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2673), 1, + STATE(2703), 1, sym_comment, - ACTIONS(3378), 2, + ACTIONS(3439), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3376), 37, + ACTIONS(3437), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296515,7 +300759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296543,15 +300787,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125779] = 4, + [126666] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5161), 1, + anon_sym_list, + ACTIONS(5387), 1, + anon_sym_GT, + STATE(2704), 1, + sym_comment, + STATE(5984), 1, + sym__all_type, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(4413), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 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, + [126724] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2674), 1, + STATE(2705), 1, sym_comment, - ACTIONS(3330), 2, + ACTIONS(1493), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3328), 37, + ACTIONS(1491), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296561,7 +300855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296589,15 +300883,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125829] = 4, + [126774] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2675), 1, + STATE(2706), 1, + sym_comment, + ACTIONS(1503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1501), 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, + [126824] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2707), 1, sym_comment, - ACTIONS(3334), 2, + ACTIONS(1652), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3332), 37, + ACTIONS(1650), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296607,7 +300947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296635,15 +300975,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125879] = 4, + [126874] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2676), 1, + STATE(2708), 1, sym_comment, - ACTIONS(3338), 2, + ACTIONS(1642), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3336), 37, + ACTIONS(1640), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296653,7 +300993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296681,15 +301021,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125929] = 4, + [126924] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2677), 1, + STATE(2709), 1, sym_comment, - ACTIONS(3350), 2, + ACTIONS(1626), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3348), 37, + ACTIONS(1624), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296699,7 +301039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296727,25 +301067,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [125979] = 4, + [126974] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5291), 1, - anon_sym_LF, - STATE(2678), 1, + STATE(2710), 1, sym_comment, - ACTIONS(5289), 38, + ACTIONS(1656), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1654), 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_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296773,15 +301113,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126029] = 4, + [127024] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2679), 1, + STATE(2711), 1, sym_comment, - ACTIONS(3354), 2, + ACTIONS(1660), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3352), 37, + ACTIONS(1658), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296791,7 +301131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296819,15 +301159,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126079] = 4, + [127074] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2680), 1, + STATE(2712), 1, sym_comment, - ACTIONS(1528), 2, + ACTIONS(215), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1526), 37, + ACTIONS(213), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296837,7 +301177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296865,15 +301205,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126129] = 4, + [127124] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2681), 1, + STATE(2713), 1, sym_comment, - ACTIONS(3358), 2, + ACTIONS(3700), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3356), 37, + ACTIONS(3698), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296883,7 +301223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296911,15 +301251,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126179] = 4, + [127174] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2682), 1, + STATE(2714), 1, sym_comment, - ACTIONS(1614), 2, + ACTIONS(3708), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1612), 37, + ACTIONS(3706), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296929,7 +301269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -296957,15 +301297,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126229] = 4, + [127224] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2683), 1, + STATE(2715), 1, sym_comment, - ACTIONS(1448), 2, + ACTIONS(1509), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1446), 37, + ACTIONS(1507), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -296975,7 +301315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -297003,15 +301343,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126279] = 4, + [127274] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2684), 1, + STATE(2716), 1, sym_comment, - ACTIONS(1552), 2, + ACTIONS(3704), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1550), 37, + ACTIONS(3702), 37, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -297021,7 +301361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -297049,12 +301389,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - [126329] = 5, + [127324] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5293), 1, + ACTIONS(1515), 1, + sym_identifier, + ACTIONS(1521), 1, + anon_sym_DASH, + ACTIONS(5389), 1, anon_sym_DOT2, - STATE(2685), 1, + STATE(2717), 1, + sym_comment, + ACTIONS(1517), 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(1519), 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(1644), 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, + [127381] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2718), 1, + sym_comment, + STATE(2840), 1, + sym_cell_path, + ACTIONS(1399), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1401), 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, + [127436] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5389), 1, + anon_sym_DOT2, + STATE(2719), 1, sym_comment, ACTIONS(213), 12, sym_identifier, @@ -297095,69 +301532,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [126380] = 14, - ACTIONS(3), 1, + [127487] = 8, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(1371), 1, + anon_sym_LF, + ACTIONS(5393), 1, anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - ACTIONS(5299), 1, - aux_sym__unquoted_in_list_token6, - STATE(2686), 1, + ACTIONS(5395), 1, + aux_sym_unquoted_token4, + ACTIONS(5397), 1, + aux_sym_unquoted_token6, + STATE(2720), 1, sym_comment, - STATE(3085), 1, - sym__var, - STATE(3258), 1, - sym__immediate_decimal, - STATE(3271), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(5297), 8, + ACTIONS(5391), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - 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, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - aux_sym__unquoted_in_list_token1, - ACTIONS(5295), 19, - anon_sym_LBRACK, + 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, + [127544] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2721), 1, + sym_comment, + ACTIONS(1491), 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(1493), 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, + [127593] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5403), 1, + anon_sym_PIPE, + STATE(2722), 1, + sym_comment, + ACTIONS(5401), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, - sym_val_nothing, - 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, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [126449] = 5, + anon_sym_CARET, + ACTIONS(5399), 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, + [127644] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5305), 1, + ACTIONS(5403), 1, anon_sym_PIPE, - STATE(2687), 1, + STATE(2723), 1, sym_comment, - ACTIONS(5303), 16, + ACTIONS(5407), 16, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -297174,7 +301696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(5301), 21, + ACTIONS(5405), 21, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_DASH, @@ -297187,7 +301709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_where, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -297196,59 +301718,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [126500] = 4, + [127695] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2688), 1, + ACTIONS(5403), 1, + anon_sym_PIPE, + STATE(2724), 1, sym_comment, - ACTIONS(1461), 13, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT2, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, + ACTIONS(5411), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1463), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + 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(5409), 21, + sym_cmd_identifier, 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] = 5, + 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, + [127746] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5305), 1, + ACTIONS(5403), 1, anon_sym_PIPE, - STATE(2689), 1, + STATE(2725), 1, sym_comment, - ACTIONS(5309), 16, + ACTIONS(5415), 16, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -297265,7 +301788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(5307), 21, + ACTIONS(5413), 21, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_DASH, @@ -297278,7 +301801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_where, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -297287,23 +301810,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [126600] = 7, + [127797] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5084), 1, + ACTIONS(5161), 1, anon_sym_list, - STATE(2690), 1, + STATE(2726), 1, sym_comment, - STATE(4375), 1, - sym__all_type, - ACTIONS(5082), 2, + STATE(2790), 1, + sym__type_annotation, + ACTIONS(5159), 2, anon_sym_table, anon_sym_record, - STATE(4369), 3, + STATE(2565), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(5080), 31, + ACTIONS(5157), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -297335,12 +301858,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [126655] = 4, + [127852] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2691), 1, + STATE(2727), 1, sym_comment, - ACTIONS(1488), 13, + ACTIONS(1507), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -297354,7 +301877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1490), 25, + ACTIONS(1509), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -297380,67 +301903,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [126704] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - STATE(2692), 1, - sym_comment, - STATE(2742), 1, - sym__type_annotation, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(2527), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [126759] = 4, + [127901] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2693), 1, + STATE(2728), 1, sym_comment, - ACTIONS(1630), 6, + ACTIONS(1632), 6, anon_sym_EQ, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1632), 32, + ACTIONS(1634), 32, anon_sym_COLON, anon_sym_LBRACK, anon_sym_COMMA, @@ -297473,119 +301948,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [126808] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - STATE(2694), 1, - sym_comment, - STATE(4374), 1, - sym__all_type, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(4369), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [126863] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5084), 1, - anon_sym_list, - STATE(2695), 1, - sym_comment, - STATE(5324), 1, - sym__type_annotation, - ACTIONS(5082), 2, - anon_sym_table, - anon_sym_record, - STATE(2527), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(5080), 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, - [126918] = 7, + [127950] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5315), 1, + ACTIONS(5421), 1, anon_sym_list, - STATE(2696), 1, + STATE(2729), 1, sym_comment, - STATE(2742), 1, + STATE(3846), 1, sym__type_annotation, - ACTIONS(5313), 2, + ACTIONS(5419), 2, anon_sym_table, anon_sym_record, - STATE(2527), 3, + STATE(3886), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(5311), 31, + ACTIONS(5417), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -297617,107 +301996,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [126973] = 7, + [128005] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5317), 1, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5319), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5321), 1, - aux_sym_unquoted_token2, - STATE(2697), 1, - sym_comment, - ACTIONS(1363), 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(1365), 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, - [127028] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2698), 1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + ACTIONS(5427), 1, + aux_sym__unquoted_in_list_token6, + STATE(2730), 1, sym_comment, - ACTIONS(1474), 13, - sym_identifier, - anon_sym_GT, + STATE(3189), 1, + sym__var, + STATE(3276), 1, + sym__immediate_decimal, + STATE(3277), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(5425), 8, anon_sym_DASH, - anon_sym_in, - anon_sym_DOT2, - 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, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(5423), 19, + 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, - [127077] = 5, + 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, + [128074] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5305), 1, + ACTIONS(5403), 1, anon_sym_PIPE, - STATE(2699), 1, + STATE(2731), 1, sym_comment, - ACTIONS(5325), 16, + ACTIONS(5431), 16, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -297734,7 +302075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(5323), 21, + ACTIONS(5429), 21, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_DASH, @@ -297747,7 +302088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_where, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -297756,71 +302097,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [127128] = 7, + [128125] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2700), 1, + ACTIONS(5161), 1, + anon_sym_list, + STATE(2732), 1, sym_comment, - STATE(2836), 1, - sym_cell_path, - ACTIONS(1373), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1375), 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, - [127183] = 7, + STATE(4330), 1, + sym__all_type, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(4413), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 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, + [128180] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5331), 1, + ACTIONS(5161), 1, anon_sym_list, - STATE(2701), 1, + STATE(2733), 1, sym_comment, - STATE(3759), 1, - sym__type_annotation, - ACTIONS(5329), 2, + STATE(4329), 1, + sym__all_type, + ACTIONS(5159), 2, anon_sym_table, anon_sym_record, - STATE(3847), 3, + STATE(4413), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(5327), 31, + ACTIONS(5157), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -297852,33 +302193,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [127238] = 14, + [128235] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5261), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5265), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - ACTIONS(5299), 1, + ACTIONS(5427), 1, aux_sym__unquoted_in_list_token6, - STATE(2702), 1, + STATE(2734), 1, sym_comment, - STATE(3085), 1, + STATE(3189), 1, sym__var, - STATE(3301), 1, + STATE(3261), 1, sym__immediate_decimal, - STATE(3303), 2, + STATE(3262), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(5297), 8, + ACTIONS(5425), 8, anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, @@ -297887,181 +302228,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(5295), 19, + ACTIONS(5423), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LBRACE, - sym_val_nothing, - 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, - [127307] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1465), 1, - sym_identifier, - ACTIONS(1471), 1, - anon_sym_DASH, - ACTIONS(5293), 1, - anon_sym_DOT2, - STATE(2703), 1, - sym_comment, - ACTIONS(1467), 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(1469), 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(1562), 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, - [127364] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5305), 1, - anon_sym_PIPE, - STATE(2704), 1, - sym_comment, - ACTIONS(5335), 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(5333), 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, - sym_val_nothing, + 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, - [127415] = 8, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1345), 1, - anon_sym_LF, - ACTIONS(5339), 1, - anon_sym_DOT2, - ACTIONS(5341), 1, - aux_sym_unquoted_token4, - ACTIONS(5343), 1, - aux_sym_unquoted_token6, - STATE(2705), 1, - sym_comment, - ACTIONS(5337), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 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, - [127472] = 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, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [128304] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2706), 1, + ACTIONS(5437), 1, + anon_sym_list, + STATE(2735), 1, + sym_comment, + STATE(2790), 1, + sym__type_annotation, + ACTIONS(5435), 2, + anon_sym_table, + anon_sym_record, + STATE(2565), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5433), 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, + [128359] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5439), 1, + anon_sym_DOT2, + ACTIONS(5441), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5443), 1, + aux_sym_unquoted_token2, + STATE(2736), 1, sym_comment, - ACTIONS(1478), 13, + ACTIONS(1426), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -298070,11 +302320,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1480), 25, + ACTIONS(1428), 23, anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -298096,12 +302344,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [127521] = 4, + [128414] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2707), 1, + STATE(2737), 1, sym_comment, - ACTIONS(1484), 13, + ACTIONS(1511), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -298115,7 +302363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1486), 25, + ACTIONS(1513), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -298141,18 +302389,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [127570] = 7, + [128463] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5345), 1, + ACTIONS(5445), 1, anon_sym_DOT2, - ACTIONS(5347), 1, + ACTIONS(5447), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5349), 1, + ACTIONS(5449), 1, aux_sym_unquoted_token2, - STATE(2708), 1, + STATE(2738), 1, sym_comment, - ACTIONS(1363), 12, + ACTIONS(1426), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -298165,10 +302413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1365), 23, - anon_sym_COLON, + ACTIONS(1428), 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, @@ -298189,109 +302437,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [127625] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5305), 1, - anon_sym_PIPE, - STATE(2709), 1, - sym_comment, - ACTIONS(5353), 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(5351), 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, - sym_val_nothing, - 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, - [127676] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5355), 1, - anon_sym_DOT2, - STATE(2710), 1, - sym_comment, - STATE(2762), 1, - sym_path, - STATE(2836), 1, - sym_cell_path, - ACTIONS(1373), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1375), 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, - [127730] = 4, + [128518] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2711), 1, + STATE(2739), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1485), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT2, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -298300,7 +302456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1487), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -298326,63 +302482,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [127778] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2712), 1, - sym_comment, - STATE(2927), 1, - sym_cell_path, - ACTIONS(1394), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1396), 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, - [127832] = 4, + [128567] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5360), 1, - anon_sym_LT, - STATE(2713), 1, + ACTIONS(5161), 1, + anon_sym_list, + STATE(2740), 1, sym_comment, - ACTIONS(5358), 36, - anon_sym_COMMA, - anon_sym_RBRACK, + STATE(5293), 1, + sym__type_annotation, + ACTIONS(5159), 2, + anon_sym_table, + anon_sym_record, + STATE(2565), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(5157), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -298412,54 +302528,145 @@ static const uint16_t ts_small_parse_table[] = { 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, - [127880] = 15, + [128622] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2741), 1, + sym_comment, + ACTIONS(1501), 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(1503), 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, + [128671] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5362), 1, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5364), 1, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2742), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3298), 1, + sym__immediate_decimal, + STATE(3297), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2129), 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(2131), 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, + [128737] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - anon_sym_LT, - ACTIONS(5368), 1, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5370), 1, - anon_sym_EQ2, - ACTIONS(5372), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5374), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5376), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - STATE(2714), 1, + STATE(2743), 1, sym_comment, - STATE(3284), 1, + STATE(3189), 1, sym__var, - STATE(3424), 1, + STATE(3364), 1, sym__immediate_decimal, - STATE(3426), 2, + STATE(3363), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1943), 8, + ACTIONS(2089), 8, 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, - ACTIONS(1945), 17, + aux_sym__unquoted_in_list_token1, + ACTIONS(2091), 19, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -298472,32 +302679,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [127950] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [128803] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2715), 1, + STATE(2744), 1, sym_comment, - ACTIONS(1461), 6, - anon_sym_EQ, + ACTIONS(1632), 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(1463), 31, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1634), 25, anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, 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_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -298513,402 +302725,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + [128851] = 21, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1092), 1, + anon_sym_DOT2, + ACTIONS(5453), 1, + anon_sym_LF, + ACTIONS(5463), 1, + anon_sym_QMARK2, + ACTIONS(5471), 1, + anon_sym_bit_DASHand, + ACTIONS(5473), 1, + anon_sym_bit_DASHxor, + ACTIONS(5475), 1, + anon_sym_bit_DASHor, + ACTIONS(5477), 1, anon_sym_and, + ACTIONS(5479), 1, anon_sym_xor, + ACTIONS(5481), 1, anon_sym_or, - [127998] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2716), 1, + STATE(2745), 1, sym_comment, - STATE(2930), 1, + STATE(2832), 1, + sym_path, + STATE(3069), 1, sym_cell_path, - ACTIONS(1410), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1412), 29, - anon_sym_COMMA, - anon_sym_PIPE, + ACTIONS(5457), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(5465), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5467), 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(5469), 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, - [128052] = 8, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5380), 1, - anon_sym_DOT2, - ACTIONS(5382), 1, - aux_sym_unquoted_token4, - ACTIONS(5384), 1, - aux_sym_unquoted_token6, - STATE(2717), 1, - sym_comment, - ACTIONS(1345), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5378), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 30, + ACTIONS(5451), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + anon_sym_RBRACE, + ACTIONS(5459), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5461), 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(5455), 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, - [128108] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2718), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3331), 1, - sym__immediate_decimal, - STATE(3330), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2079), 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(2081), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [128174] = 21, + [128933] = 21, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(5388), 1, + ACTIONS(1084), 1, anon_sym_LF, - ACTIONS(5398), 1, + ACTIONS(1092), 1, + anon_sym_DOT2, + ACTIONS(1096), 1, anon_sym_QMARK2, - ACTIONS(5406), 1, + ACTIONS(1104), 1, anon_sym_bit_DASHand, - ACTIONS(5408), 1, + ACTIONS(1106), 1, anon_sym_bit_DASHxor, - ACTIONS(5410), 1, + ACTIONS(1108), 1, anon_sym_bit_DASHor, - ACTIONS(5412), 1, + ACTIONS(1110), 1, anon_sym_and, - ACTIONS(5414), 1, + ACTIONS(1112), 1, anon_sym_xor, - ACTIONS(5416), 1, + ACTIONS(1114), 1, anon_sym_or, - STATE(2719), 1, + STATE(2746), 1, sym_comment, - STATE(2798), 1, + STATE(2832), 1, sym_path, - STATE(2970), 1, + STATE(3038), 1, sym_cell_path, - ACTIONS(5392), 2, + ACTIONS(1088), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5400), 2, + ACTIONS(1098), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5402), 2, + ACTIONS(1100), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5404), 2, + ACTIONS(1102), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5386), 4, + ACTIONS(1082), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(5394), 4, + ACTIONS(1090), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5396), 4, + ACTIONS(1094), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5390), 6, + ACTIONS(1086), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [128256] = 13, + [129015] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2720), 1, + STATE(2747), 1, sym_comment, - STATE(3085), 1, - sym__var, - STATE(3329), 1, - sym__immediate_decimal, - STATE(3328), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2095), 8, - anon_sym_DASH, - anon_sym_DOT, + ACTIONS(1501), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_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(2097), 19, - anon_sym_LBRACK, + anon_sym_LT2, + ACTIONS(1503), 31, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [128322] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2721), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3327), 1, - sym__immediate_decimal, - STATE(3326), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2087), 8, + anon_sym_PIPE, 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(2089), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, + anon_sym_in, + anon_sym_if, anon_sym_LBRACE, - sym_val_nothing, - 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, - [128388] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2722), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3323), 1, - sym__immediate_decimal, - STATE(3322), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2083), 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(2085), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [128454] = 13, + 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, + [129063] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5261), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5265), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - STATE(2723), 1, + STATE(2748), 1, sym_comment, - STATE(3085), 1, + STATE(3189), 1, sym__var, - STATE(3321), 1, + STATE(3368), 1, sym__immediate_decimal, - STATE(3319), 2, + STATE(3367), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2051), 8, + ACTIONS(2101), 8, anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, @@ -298917,12 +302924,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2053), 19, + ACTIONS(2103), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -298937,22 +302944,20 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [128520] = 6, + [129129] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2363), 1, - aux_sym_cell_path_repeat1, - STATE(2560), 1, - sym_path, - STATE(2724), 1, + STATE(2749), 1, sym_comment, - ACTIONS(1386), 5, + ACTIONS(1491), 6, + anon_sym_EQ, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1388), 30, + ACTIONS(1493), 31, + anon_sym_COLON, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -298983,12 +302988,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [128572] = 4, + [129177] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2725), 1, + STATE(2750), 1, sym_comment, - ACTIONS(1363), 12, + ACTIONS(1560), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299001,7 +303006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1365), 25, + ACTIONS(1562), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299027,26 +303032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [128620] = 7, + [129225] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1465), 1, - sym_identifier, - ACTIONS(1471), 1, - anon_sym_DASH, - STATE(2726), 1, + STATE(2751), 1, sym_comment, - ACTIONS(1467), 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(1469), 10, + ACTIONS(1556), 12, + sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -299056,7 +303050,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1562), 17, + ACTIONS(1558), 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, @@ -299074,12 +303076,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [128674] = 4, + [129273] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2727), 1, + STATE(2752), 1, sym_comment, - ACTIONS(1498), 12, + ACTIONS(1572), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299092,7 +303094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1500), 25, + ACTIONS(1574), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299118,118 +303120,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [128722] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2728), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3277), 1, - sym__immediate_decimal, - STATE(3278), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2059), 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(2061), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [128788] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2729), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3244), 1, - sym__immediate_decimal, - STATE(3315), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2099), 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(2101), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [128854] = 4, + [129321] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2730), 1, + STATE(2753), 1, sym_comment, - ACTIONS(1600), 12, + ACTIONS(1640), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299242,7 +303138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1602), 25, + ACTIONS(1642), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299268,56 +303164,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [128902] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2731), 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, - sym_val_nothing, - 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, - [128950] = 4, + [129369] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2732), 1, + STATE(2754), 1, sym_comment, - ACTIONS(1586), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299330,7 +303182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1588), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299356,12 +303208,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [128998] = 4, + [129417] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2733), 1, + STATE(2755), 1, sym_comment, - ACTIONS(213), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299374,7 +303226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(215), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299400,40 +303252,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129046] = 7, - ACTIONS(105), 1, + [129465] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1375), 1, - anon_sym_LF, - ACTIONS(5422), 1, - anon_sym_DOT2, - STATE(2734), 1, + ACTIONS(5483), 1, + aux_sym_unquoted_token5, + STATE(2756), 1, sym_comment, - STATE(2764), 1, - sym_path, - STATE(2860), 1, - sym_cell_path, - ACTIONS(1373), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1495), 12, + sym_identifier, 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_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1497), 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_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -299444,94 +303297,40 @@ 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, - [129100] = 13, + [129515] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2735), 1, + STATE(2757), 1, sym_comment, - STATE(3085), 1, - sym__var, - STATE(3312), 1, - sym__immediate_decimal, - STATE(3311), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2047), 8, + ACTIONS(1556), 12, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_DOT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, 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(2049), 19, - anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1558), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [129166] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token3, - STATE(2736), 1, - sym_comment, - ACTIONS(1345), 2, anon_sym_RBRACK, anon_sym_RPAREN, - ACTIONS(1343), 34, - 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, @@ -299542,68 +303341,56 @@ 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, - [129216] = 13, + [129563] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2737), 1, + STATE(2758), 1, sym_comment, - STATE(3085), 1, - sym__var, - STATE(3309), 1, - sym__immediate_decimal, - STATE(3305), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2091), 8, + ACTIONS(1668), 12, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_DOT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, 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(2093), 19, - anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1670), 25, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [129282] = 4, + 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, + [129611] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2738), 1, + STATE(2759), 1, sym_comment, - ACTIONS(1634), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299616,7 +303403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1636), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299642,12 +303429,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129330] = 4, + [129659] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2739), 1, + STATE(2760), 1, sym_comment, - ACTIONS(1469), 12, + ACTIONS(1524), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299660,7 +303447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1562), 25, + ACTIONS(1526), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299686,39 +303473,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129378] = 6, - ACTIONS(105), 1, + [129707] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1416), 1, - anon_sym_LF, - ACTIONS(5425), 1, - anon_sym_DOT2, - STATE(2857), 1, - sym_path, - STATE(2740), 2, + STATE(2761), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1519), 12, + sym_identifier, 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_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1644), 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, @@ -299729,38 +303517,35 @@ 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, - [129430] = 7, + [129755] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2741), 1, + STATE(2762), 1, sym_comment, - STATE(2947), 1, - sym_cell_path, - ACTIONS(1398), 5, + ACTIONS(1580), 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(1400), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1582), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -299776,58 +303561,12 @@ 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, - [129484] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2742), 1, - sym_comment, - ACTIONS(5428), 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, - [129530] = 4, + [129803] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2743), 1, + STATE(2763), 1, sym_comment, - ACTIONS(1502), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299840,7 +303579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1504), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299866,31 +303605,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129578] = 13, + [129851] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5261), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5265), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - STATE(2744), 1, + STATE(2764), 1, sym_comment, - STATE(3085), 1, + STATE(3189), 1, sym__var, - STATE(3281), 1, + STATE(3326), 1, sym__immediate_decimal, - STATE(3282), 2, + STATE(3279), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2055), 8, + ACTIONS(2093), 8, anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, @@ -299899,12 +303638,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2057), 19, + ACTIONS(2095), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -299919,12 +303658,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [129644] = 4, + [129917] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2745), 1, + STATE(2765), 1, sym_comment, - ACTIONS(1582), 12, + ACTIONS(1636), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -299937,7 +303676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1584), 25, + ACTIONS(1638), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -299963,119 +303702,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129692] = 4, + [129965] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2746), 1, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2766), 1, sym_comment, - ACTIONS(1630), 12, - sym_identifier, - anon_sym_GT, + STATE(3189), 1, + sym__var, + STATE(3334), 1, + sym__immediate_decimal, + STATE(3349), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2081), 8, 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(1632), 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, - [129740] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5430), 1, - anon_sym_LT, - STATE(2747), 1, - sym_comment, - ACTIONS(5358), 36, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + aux_sym__unquoted_in_list_token1, + ACTIONS(2083), 19, + 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, - [129788] = 13, + 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, + [130031] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3193), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5261), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5265), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - STATE(2748), 1, + STATE(2767), 1, sym_comment, - STATE(3085), 1, + STATE(3189), 1, sym__var, - STATE(3288), 1, + STATE(3311), 1, sym__immediate_decimal, - STATE(3289), 2, + STATE(3369), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2067), 8, + ACTIONS(2097), 8, anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, @@ -300084,12 +303788,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2069), 19, + ACTIONS(2099), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -300104,12 +303808,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [129854] = 4, + [130097] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2749), 1, + STATE(2768), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1584), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300122,7 +303826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1586), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300148,18 +303852,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129902] = 7, + [130145] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5432), 1, + STATE(2352), 1, + aux_sym_cell_path_repeat1, + STATE(2585), 1, + sym_path, + STATE(2769), 1, + sym_comment, + ACTIONS(1436), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1438), 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, - ACTIONS(5434), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5436), 1, - aux_sym_unquoted_token2, - STATE(2750), 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, + [130197] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2770), 1, sym_comment, - ACTIONS(1363), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300172,8 +303916,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1365), 22, + ACTIONS(1558), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -300195,35 +303942,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [129956] = 7, + [130245] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2751), 1, + STATE(2771), 1, sym_comment, - STATE(2916), 1, - sym_cell_path, - ACTIONS(1406), 5, + ACTIONS(1624), 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(1408), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1626), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -300239,68 +303986,12 @@ 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, - [130010] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3193), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(5261), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5263), 1, - anon_sym_DASH2, - ACTIONS(5265), 1, - anon_sym_PLUS2, - STATE(2752), 1, - sym_comment, - STATE(3085), 1, - sym__var, - STATE(3285), 1, - sym__immediate_decimal, - STATE(3287), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2063), 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(2065), 19, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LBRACE, - sym_val_nothing, - 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, - [130076] = 4, + [130293] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2753), 1, + STATE(2772), 1, sym_comment, - ACTIONS(5440), 16, + ACTIONS(5487), 16, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -300317,7 +304008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(5438), 21, + ACTIONS(5485), 21, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_DASH, @@ -300330,7 +304021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_where, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -300339,67 +304030,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [130124] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5362), 1, - anon_sym_LPAREN, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DOT2, - ACTIONS(5372), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5374), 1, - anon_sym_DASH2, - ACTIONS(5376), 1, - anon_sym_PLUS2, - ACTIONS(5442), 1, - anon_sym_LT, - ACTIONS(5444), 1, - anon_sym_EQ2, - STATE(2754), 1, - sym_comment, - STATE(3284), 1, - sym__var, - STATE(3422), 1, - sym__immediate_decimal, - STATE(3420), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1969), 8, - 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, - ACTIONS(1971), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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, - [130194] = 4, + [130341] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2755), 1, + STATE(2773), 1, sym_comment, - ACTIONS(1570), 12, + ACTIONS(1604), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300412,7 +304048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1572), 25, + ACTIONS(1606), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300438,12 +304074,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130242] = 4, + [130389] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2756), 1, + STATE(2774), 1, sym_comment, - ACTIONS(1542), 12, + ACTIONS(1596), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300456,7 +304092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1544), 25, + ACTIONS(1598), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300482,35 +304118,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130290] = 4, + [130437] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2757), 1, + ACTIONS(5489), 1, + anon_sym_DOT2, + STATE(2749), 1, + sym_cell_path, + STATE(2775), 1, sym_comment, - ACTIONS(1506), 12, - sym_identifier, + STATE(2803), 1, + sym_path, + ACTIONS(1395), 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(1508), 25, - anon_sym_COLON, + ACTIONS(1397), 29, 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_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, @@ -300526,49 +304162,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130338] = 15, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [130491] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5448), 1, - anon_sym_LT, - ACTIONS(5450), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5452), 1, - anon_sym_EQ2, - ACTIONS(5454), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - STATE(2758), 1, + STATE(2776), 1, sym_comment, - STATE(3264), 1, + STATE(3189), 1, sym__var, - STATE(3510), 1, + STATE(3366), 1, sym__immediate_decimal, - STATE(3508), 2, + STATE(3365), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1985), 8, + ACTIONS(2133), 8, 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, - ACTIONS(1987), 17, + aux_sym__unquoted_in_list_token1, + ACTIONS(2135), 19, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -300581,35 +304216,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [130408] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [130557] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2759), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2777), 1, sym_comment, - ACTIONS(1506), 12, - sym_identifier, + STATE(2966), 1, + sym_cell_path, + ACTIONS(1403), 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(1508), 25, - anon_sym_COLON, + ACTIONS(1405), 29, 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_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, @@ -300625,49 +304262,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130456] = 15, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [130611] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(3063), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5367), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5369), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5371), 1, anon_sym_PLUS2, - ACTIONS(5460), 1, - anon_sym_LT, - ACTIONS(5462), 1, - anon_sym_EQ2, - STATE(2760), 1, + STATE(2778), 1, sym_comment, - STATE(3264), 1, + STATE(3189), 1, sym__var, - STATE(3484), 1, + STATE(3362), 1, sym__immediate_decimal, - STATE(3483), 2, + STATE(3361), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1977), 8, + ACTIONS(2105), 8, 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, - ACTIONS(1979), 17, + aux_sym__unquoted_in_list_token1, + ACTIONS(2107), 19, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -300680,12 +304316,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [130526] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [130677] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2761), 1, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2779), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3360), 1, + sym__immediate_decimal, + STATE(3356), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2117), 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(2119), 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, + [130743] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2780), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1620), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300698,7 +304389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1622), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300724,40 +304415,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130574] = 7, + [130791] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, + ACTIONS(5492), 1, + anon_sym_LPAREN, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5496), 1, + anon_sym_LT, + ACTIONS(5498), 1, anon_sym_DOT2, - STATE(2560), 1, - sym_path, - STATE(2724), 1, - aux_sym_cell_path_repeat1, - STATE(2762), 1, + ACTIONS(5500), 1, + anon_sym_EQ2, + ACTIONS(5502), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5504), 1, + anon_sym_DASH2, + ACTIONS(5506), 1, + anon_sym_PLUS2, + STATE(2781), 1, sym_comment, - ACTIONS(1402), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, + STATE(3357), 1, + sym__var, + STATE(3460), 1, + sym__immediate_decimal, + STATE(3462), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2003), 8, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1404), 29, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2005), 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, + [130861] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1401), 1, + anon_sym_LF, + ACTIONS(5508), 1, + anon_sym_DOT2, + STATE(2782), 1, + sym_comment, + STATE(2817), 1, + sym_path, + STATE(2882), 1, + sym_cell_path, + ACTIONS(1399), 33, + anon_sym_SEMI, + anon_sym_COLON, + 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, @@ -300771,35 +304517,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [130628] = 7, + [130915] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5464), 1, + ACTIONS(5492), 1, + anon_sym_LPAREN, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5498), 1, anon_sym_DOT2, - STATE(2715), 1, - sym_cell_path, - STATE(2762), 1, - sym_path, - STATE(2763), 1, + ACTIONS(5502), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5504), 1, + anon_sym_DASH2, + ACTIONS(5506), 1, + anon_sym_PLUS2, + ACTIONS(5511), 1, + anon_sym_LT, + ACTIONS(5513), 1, + anon_sym_EQ2, + STATE(2783), 1, + sym_comment, + STATE(3357), 1, + sym__var, + STATE(3465), 1, + sym__immediate_decimal, + STATE(3488), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1977), 8, + 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, + ACTIONS(1979), 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, + [130985] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2784), 1, sym_comment, - ACTIONS(1421), 5, + ACTIONS(1612), 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(1423), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1614), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -300815,43 +304616,40 @@ 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, - [130682] = 7, - ACTIONS(105), 1, + [131033] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1404), 1, - anon_sym_LF, - STATE(2764), 1, + STATE(2785), 1, sym_comment, - STATE(2781), 1, - aux_sym_cell_path_repeat1, - STATE(2857), 1, - sym_path, - ACTIONS(1402), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1556), 12, + sym_identifier, 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_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1558), 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, @@ -300862,15 +304660,12 @@ 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, - [130736] = 4, + [131081] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2765), 1, + STATE(2786), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1628), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300883,7 +304678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1630), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300909,12 +304704,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130784] = 4, + [131129] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2766), 1, + STATE(2787), 1, sym_comment, - ACTIONS(1626), 12, + ACTIONS(1616), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300927,7 +304722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1628), 25, + ACTIONS(1618), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300953,12 +304748,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130832] = 4, + [131177] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2767), 1, + STATE(2788), 1, sym_comment, - ACTIONS(1492), 12, + ACTIONS(1576), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -300971,7 +304766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1494), 25, + ACTIONS(1578), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -300997,96 +304792,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [130880] = 21, + [131225] = 8, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1047), 1, - anon_sym_LF, - ACTIONS(1055), 1, + ACTIONS(5517), 1, anon_sym_DOT2, - ACTIONS(1059), 1, - anon_sym_QMARK2, - ACTIONS(1067), 1, + ACTIONS(5519), 1, + aux_sym_unquoted_token4, + ACTIONS(5521), 1, + aux_sym_unquoted_token6, + STATE(2789), 1, + sym_comment, + ACTIONS(1371), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5515), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 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, - ACTIONS(1069), 1, anon_sym_bit_DASHxor, - ACTIONS(1071), 1, anon_sym_bit_DASHor, - ACTIONS(1073), 1, anon_sym_and, - ACTIONS(1075), 1, anon_sym_xor, - ACTIONS(1077), 1, anon_sym_or, - STATE(2768), 1, + [131281] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2790), 1, sym_comment, - STATE(2798), 1, + ACTIONS(5523), 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, + [131327] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5525), 1, + anon_sym_DOT2, + STATE(2791), 1, + sym_comment, + STATE(2803), 1, sym_path, - STATE(3004), 1, + STATE(2840), 1, sym_cell_path, - ACTIONS(1051), 2, - anon_sym_DASH, + ACTIONS(1399), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(1061), 2, + anon_sym_LT2, + ACTIONS(1401), 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, - ACTIONS(1063), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1065), 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(1045), 4, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [131381] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1413), 1, + anon_sym_LF, + ACTIONS(5528), 1, + anon_sym_DOT2, + STATE(2891), 1, + sym_path, + STATE(2792), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 33, anon_sym_SEMI, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1053), 4, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1057), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1049), 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, - [130962] = 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, + [131433] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2769), 1, + ACTIONS(5533), 1, + anon_sym_LT, + STATE(2793), 1, sym_comment, - ACTIONS(1506), 12, - sym_identifier, + ACTIONS(5531), 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, + [131481] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2794), 1, + sym_comment, + STATE(2983), 1, + sym_cell_path, + ACTIONS(1422), 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(1508), 25, - anon_sym_COLON, + ACTIONS(1424), 29, 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_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, @@ -301101,68 +305063,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [131010] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(5454), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, - anon_sym_DASH2, - ACTIONS(5458), 1, - anon_sym_PLUS2, - ACTIONS(5467), 1, - anon_sym_LT, - ACTIONS(5469), 1, - anon_sym_EQ2, - STATE(2770), 1, - sym_comment, - STATE(3264), 1, - sym__var, - STATE(3478), 1, - sym__immediate_decimal, - STATE(3477), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1923), 8, - 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, - ACTIONS(1925), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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, - [131080] = 4, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [131535] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2771), 1, + STATE(2795), 1, sym_comment, - ACTIONS(1612), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301175,7 +305085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1614), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301201,67 +305111,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131128] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(5454), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, - anon_sym_DASH2, - ACTIONS(5458), 1, - anon_sym_PLUS2, - ACTIONS(5471), 1, - anon_sym_LT, - ACTIONS(5473), 1, - anon_sym_EQ2, - STATE(2772), 1, - sym_comment, - STATE(3264), 1, - sym__var, - STATE(3474), 1, - sym__immediate_decimal, - STATE(3467), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1961), 8, - 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, - ACTIONS(1963), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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, - [131198] = 4, + [131583] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2773), 1, + STATE(2796), 1, sym_comment, - ACTIONS(1526), 12, + ACTIONS(1564), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301274,7 +305129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1528), 25, + ACTIONS(1566), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301300,12 +305155,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131246] = 4, + [131631] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2774), 1, + STATE(2797), 1, sym_comment, - ACTIONS(1596), 12, + ACTIONS(1600), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301318,7 +305173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1598), 25, + ACTIONS(1602), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301344,12 +305199,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131294] = 4, + [131679] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2775), 1, + STATE(2798), 1, sym_comment, - ACTIONS(1608), 12, + ACTIONS(1600), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301362,7 +305217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1610), 25, + ACTIONS(1602), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301388,37 +305243,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131342] = 4, - ACTIONS(3), 1, + [131727] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2776), 1, + ACTIONS(5142), 1, + aux_sym_unquoted_token3, + STATE(2799), 1, sym_comment, - ACTIONS(1488), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1490), 31, + ACTIONS(1371), 2, + anon_sym_RBRACK, + anon_sym_RPAREN, + ACTIONS(1369), 34, + 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_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, @@ -301432,12 +305288,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [131390] = 4, + [131777] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2777), 1, + STATE(2800), 1, sym_comment, - ACTIONS(1620), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301450,7 +305306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1622), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301476,15 +305332,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131438] = 4, + [131825] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2778), 1, - sym_comment, - ACTIONS(1506), 12, + ACTIONS(1515), 1, sym_identifier, - anon_sym_GT, + ACTIONS(1521), 1, anon_sym_DASH, + STATE(2801), 1, + sym_comment, + ACTIONS(1517), 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(1519), 10, + anon_sym_GT, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -301494,15 +305361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 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, + ACTIONS(1644), 17, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -301520,12 +305379,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131486] = 4, + [131879] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2779), 1, + STATE(2802), 1, sym_comment, - ACTIONS(1566), 12, + ACTIONS(1495), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301538,7 +305397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1568), 25, + ACTIONS(1497), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301564,12 +305423,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131534] = 4, + [131927] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2780), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2585), 1, + sym_path, + STATE(2769), 1, + aux_sym_cell_path_repeat1, + STATE(2803), 1, sym_comment, - ACTIONS(1604), 12, + ACTIONS(1440), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1442), 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, + [131981] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2804), 1, + sym_comment, + ACTIONS(5537), 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(5535), 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, + [132029] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2805), 1, + sym_comment, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301582,7 +305532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1606), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301608,19 +305558,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131582] = 6, + [132077] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2740), 1, + STATE(2792), 1, aux_sym_cell_path_repeat1, - STATE(2781), 1, + STATE(2806), 1, sym_comment, - STATE(2857), 1, + STATE(2891), 1, sym_path, - ACTIONS(1388), 2, + ACTIONS(1438), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1386), 33, + ACTIONS(1436), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -301654,12 +305604,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [131634] = 4, + [132129] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2782), 1, + STATE(2807), 1, sym_comment, - ACTIONS(1554), 12, + ACTIONS(213), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301672,7 +305622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1556), 25, + ACTIONS(215), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301698,12 +305648,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131682] = 4, + [132177] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2783), 1, + STATE(2808), 1, sym_comment, - ACTIONS(1558), 12, + ACTIONS(1588), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301716,7 +305666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1560), 25, + ACTIONS(1590), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301742,12 +305692,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131730] = 4, + [132225] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2784), 1, + ACTIONS(5539), 1, + anon_sym_LT, + STATE(2809), 1, + sym_comment, + ACTIONS(5531), 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, + [132273] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2810), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1658), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301760,7 +305754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1660), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301786,12 +305780,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131778] = 4, + [132321] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2785), 1, + STATE(2811), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1568), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301804,7 +305798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1570), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301830,12 +305824,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131826] = 4, + [132369] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2786), 1, + ACTIONS(5541), 1, + anon_sym_DOT2, + ACTIONS(5543), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5545), 1, + aux_sym_unquoted_token2, + STATE(2812), 1, sym_comment, - ACTIONS(1574), 12, + ACTIONS(1426), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301848,11 +305848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1576), 25, - anon_sym_COLON, + ACTIONS(1428), 22, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, @@ -301874,12 +305871,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131874] = 4, + [132423] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2787), 1, + STATE(2813), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1654), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301892,7 +305889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1656), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -301918,35 +305915,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131922] = 4, + [132471] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2788), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2814), 1, sym_comment, - ACTIONS(1590), 12, - sym_identifier, + STATE(2987), 1, + sym_cell_path, + ACTIONS(1447), 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(1592), 25, - anon_sym_COLON, + ACTIONS(1449), 29, 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_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, @@ -301962,12 +305959,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [131970] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [132525] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2789), 1, + STATE(2815), 1, sym_comment, - ACTIONS(1538), 12, + ACTIONS(1556), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -301980,7 +305980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1540), 25, + ACTIONS(1558), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -302006,12 +306006,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132018] = 4, + [132573] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2790), 1, + STATE(2816), 1, sym_comment, - ACTIONS(1578), 12, + ACTIONS(1646), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -302024,7 +306024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1580), 25, + ACTIONS(1648), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -302050,40 +306050,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132066] = 4, - ACTIONS(3), 1, + [132621] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2791), 1, + ACTIONS(1092), 1, + anon_sym_DOT2, + ACTIONS(1442), 1, + anon_sym_LF, + STATE(2806), 1, + aux_sym_cell_path_repeat1, + STATE(2817), 1, sym_comment, - ACTIONS(1538), 12, - sym_identifier, + STATE(2891), 1, + sym_path, + ACTIONS(1440), 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(1540), 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, @@ -302094,12 +306094,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132114] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [132675] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(2792), 1, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2818), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3301), 1, + sym__immediate_decimal, + STATE(3299), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2085), 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(2087), 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, + [132741] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2819), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3303), 1, + sym__immediate_decimal, + STATE(3302), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2125), 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(2127), 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, + [132807] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3063), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(5367), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5369), 1, + anon_sym_DASH2, + ACTIONS(5371), 1, + anon_sym_PLUS2, + STATE(2820), 1, + sym_comment, + STATE(3189), 1, + sym__var, + STATE(3305), 1, + sym__immediate_decimal, + STATE(3304), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2121), 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(2123), 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, + [132873] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2821), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1426), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -302112,7 +306274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1428), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -302138,36 +306300,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132162] = 5, + [132921] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5475), 1, - aux_sym_unquoted_token5, - STATE(2793), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2822), 1, sym_comment, - ACTIONS(1492), 12, - sym_identifier, + STATE(2986), 1, + sym_cell_path, + ACTIONS(1407), 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(1494), 24, - anon_sym_COLON, + ACTIONS(1409), 29, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + 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, @@ -302183,12 +306344,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132212] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [132975] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2794), 1, + STATE(2823), 1, sym_comment, - ACTIONS(1550), 12, + ACTIONS(1650), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -302201,7 +306365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1552), 25, + ACTIONS(1652), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -302227,12 +306391,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132260] = 4, + [133023] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2795), 1, + STATE(2824), 1, sym_comment, - ACTIONS(1546), 12, + ACTIONS(1608), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -302245,7 +306409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1548), 25, + ACTIONS(1610), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -302271,12 +306435,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132308] = 4, + [133071] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2796), 1, + STATE(2825), 1, sym_comment, - ACTIONS(1506), 12, + ACTIONS(1664), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -302289,7 +306453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1508), 25, + ACTIONS(1666), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -302315,94 +306479,205 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [132356] = 16, + [133119] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, - anon_sym_in, - ACTIONS(5487), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5497), 1, - anon_sym_bit_DASHand, - ACTIONS(5499), 1, - anon_sym_bit_DASHxor, - STATE(2797), 1, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5549), 1, + anon_sym_LT, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5553), 1, + anon_sym_EQ2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + STATE(2826), 1, sym_comment, - ACTIONS(5477), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5479), 2, + STATE(3253), 1, + sym__var, + STATE(3551), 1, + sym__immediate_decimal, + STATE(3543), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2019), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(5485), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5495), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5483), 3, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2021), 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, + [133189] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + ACTIONS(5561), 1, + anon_sym_LT, + ACTIONS(5563), 1, + anon_sym_EQ2, + STATE(2827), 1, + sym_comment, + STATE(3253), 1, + sym__var, + STATE(3501), 1, + sym__immediate_decimal, + STATE(3499), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2011), 8, + 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, + ACTIONS(2013), 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, + [133259] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + ACTIONS(5565), 1, + anon_sym_LT, + ACTIONS(5567), 1, + anon_sym_EQ2, + STATE(2828), 1, + sym_comment, + STATE(3253), 1, + sym__var, + STATE(3503), 1, + sym__immediate_decimal, + STATE(3502), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1957), 8, + 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, + ACTIONS(1959), 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, + [133329] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2829), 1, + sym_comment, + ACTIONS(1556), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5491), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 8, + ACTIONS(1558), 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_bit_DASHor, - [132427] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1404), 1, - anon_sym_LF, - STATE(2798), 1, - sym_comment, - STATE(2802), 1, - aux_sym_cell_path_repeat1, - STATE(2857), 1, - sym_path, - ACTIONS(1402), 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, @@ -302413,23 +306688,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, - [132480] = 7, + [133377] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + ACTIONS(5569), 1, + anon_sym_LT, + ACTIONS(5571), 1, + anon_sym_EQ2, + STATE(2830), 1, + sym_comment, + STATE(3253), 1, + sym__var, + STATE(3504), 1, + sym__immediate_decimal, + STATE(3495), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(1995), 8, + 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, + ACTIONS(1997), 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, + [133447] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(1423), 1, + ACTIONS(1405), 1, anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2799), 1, + STATE(2831), 1, sym_comment, - STATE(2942), 1, + STATE(2832), 1, + sym_path, + STATE(3028), 1, sym_cell_path, - ACTIONS(1421), 32, + ACTIONS(1403), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -302462,17 +306789,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132533] = 4, + [133500] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2800), 1, - sym_comment, - ACTIONS(1448), 2, - anon_sym_LF, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(1446), 34, + ACTIONS(1442), 1, + anon_sym_LF, + STATE(2832), 1, + sym_comment, + STATE(2865), 1, + aux_sym_cell_path_repeat1, + STATE(2891), 1, + sym_path, + ACTIONS(1440), 32, anon_sym_SEMI, - anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, @@ -302480,7 +306811,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -302505,64 +306835,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132580] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5475), 1, - aux_sym_unquoted_token5, - STATE(2801), 1, - sym_comment, - ACTIONS(1492), 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(1494), 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, - [132629] = 7, + [133553] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1388), 1, + ACTIONS(1397), 1, anon_sym_LF, - STATE(2740), 1, - aux_sym_cell_path_repeat1, - STATE(2802), 1, - sym_comment, - STATE(2857), 1, + ACTIONS(5573), 1, + anon_sym_DOT2, + STATE(2817), 1, sym_path, - ACTIONS(1386), 32, + STATE(2833), 1, + sym_comment, + STATE(2974), 1, + sym_cell_path, + ACTIONS(1395), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -302595,21 +306881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132682] = 7, + [133606] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1382), 1, - anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2803), 1, + STATE(2834), 1, sym_comment, - STATE(3030), 1, - sym_cell_path, - ACTIONS(1380), 32, + ACTIONS(1456), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1454), 34, anon_sym_SEMI, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, @@ -302617,6 +306899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -302641,27 +306924,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132735] = 7, + [133653] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1412), 1, - anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2804), 1, + ACTIONS(5142), 1, + aux_sym_unquoted_token3, + STATE(2835), 1, sym_comment, - STATE(2990), 1, - sym_cell_path, - ACTIONS(1410), 32, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1369), 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_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -302687,62 +306967,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132788] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2805), 1, - sym_comment, - ACTIONS(5358), 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, - [132833] = 7, + [133700] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1423), 1, - anon_sym_LF, - ACTIONS(5501), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - STATE(2764), 1, + ACTIONS(1424), 1, + anon_sym_LF, + STATE(2832), 1, sym_path, - STATE(2806), 1, + STATE(2836), 1, sym_comment, - STATE(2942), 1, + STATE(3014), 1, sym_cell_path, - ACTIONS(1421), 32, + ACTIONS(1422), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -302775,100 +307013,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [132886] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5504), 1, - anon_sym_COMMA, - STATE(2807), 1, - sym_comment, - ACTIONS(5506), 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, - [132933] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2808), 1, - sym_comment, - ACTIONS(5508), 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, - [132978] = 4, + [133753] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2809), 1, + STATE(2837), 1, sym_comment, - ACTIONS(1439), 2, + ACTIONS(1477), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1437), 34, + ACTIONS(1475), 34, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -302903,100 +307056,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [133025] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2810), 1, - sym_comment, - ACTIONS(5510), 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, - [133070] = 20, + [133800] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1510), 1, + ACTIONS(1528), 1, sym_identifier, - ACTIONS(5481), 1, + ACTIONS(5580), 1, anon_sym_in, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - ACTIONS(5497), 1, + ACTIONS(5596), 1, anon_sym_bit_DASHand, - ACTIONS(5499), 1, + ACTIONS(5598), 1, anon_sym_bit_DASHxor, - ACTIONS(5512), 1, + ACTIONS(5600), 1, anon_sym_bit_DASHor, - ACTIONS(5514), 1, + ACTIONS(5602), 1, anon_sym_and, - ACTIONS(5516), 1, + ACTIONS(5604), 1, anon_sym_xor, - ACTIONS(5518), 1, + ACTIONS(5606), 1, anon_sym_or, - STATE(2811), 1, + STATE(2838), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, + ACTIONS(5592), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5491), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 7, + ACTIONS(1530), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303004,57 +307115,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [133149] = 19, + [133879] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, + ACTIONS(5580), 1, anon_sym_in, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - ACTIONS(5497), 1, + ACTIONS(5596), 1, anon_sym_bit_DASHand, - ACTIONS(5499), 1, + ACTIONS(5598), 1, anon_sym_bit_DASHxor, - ACTIONS(5512), 1, + ACTIONS(5600), 1, anon_sym_bit_DASHor, - ACTIONS(5514), 1, + ACTIONS(5602), 1, anon_sym_and, - ACTIONS(5516), 1, + ACTIONS(5604), 1, anon_sym_xor, - STATE(2812), 1, + STATE(2839), 1, sym_comment, - ACTIONS(1510), 2, + ACTIONS(1528), 2, sym_identifier, anon_sym_or, - ACTIONS(5477), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, + ACTIONS(5592), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5491), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 7, + ACTIONS(1530), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303062,56 +307173,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [133226] = 18, + [133956] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, + STATE(2840), 1, + sym_comment, + ACTIONS(1507), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1509), 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, + [134003] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5580), 1, anon_sym_in, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - ACTIONS(5497), 1, + ACTIONS(5596), 1, anon_sym_bit_DASHand, - ACTIONS(5499), 1, + ACTIONS(5598), 1, anon_sym_bit_DASHxor, - ACTIONS(5512), 1, + ACTIONS(5600), 1, anon_sym_bit_DASHor, - ACTIONS(5514), 1, + ACTIONS(5602), 1, anon_sym_and, - STATE(2813), 1, + STATE(2841), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1510), 3, + ACTIONS(1528), 3, sym_identifier, anon_sym_xor, anon_sym_or, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, + ACTIONS(5592), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5491), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 7, + ACTIONS(1530), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303119,55 +307273,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [133301] = 17, + [134078] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, + ACTIONS(5580), 1, anon_sym_in, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - ACTIONS(5497), 1, + ACTIONS(5596), 1, anon_sym_bit_DASHand, - ACTIONS(5499), 1, + ACTIONS(5598), 1, anon_sym_bit_DASHxor, - ACTIONS(5512), 1, + ACTIONS(5600), 1, anon_sym_bit_DASHor, - STATE(2814), 1, + STATE(2842), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, + ACTIONS(5592), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5491), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 7, + ACTIONS(1530), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303175,97 +307329,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [133374] = 7, - ACTIONS(105), 1, + [134151] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1396), 1, - anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2815), 1, + STATE(2843), 1, sym_comment, - STATE(3005), 1, - sym_cell_path, - ACTIONS(1394), 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, - [133427] = 15, + ACTIONS(5608), 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, + [134196] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, + ACTIONS(5580), 1, anon_sym_in, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - ACTIONS(5497), 1, + ACTIONS(5596), 1, anon_sym_bit_DASHand, - STATE(2816), 1, + ACTIONS(5598), 1, + anon_sym_bit_DASHxor, + STATE(2844), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, + ACTIONS(5592), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5491), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 9, + ACTIONS(1530), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303273,97 +307425,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133496] = 7, - ACTIONS(105), 1, + [134267] = 15, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1375), 1, - anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2817), 1, + ACTIONS(5580), 1, + anon_sym_in, + ACTIONS(5586), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5596), 1, + anon_sym_bit_DASHand, + STATE(2845), 1, sym_comment, - STATE(2860), 1, - sym_cell_path, - ACTIONS(1373), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(5576), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5578), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(5588), 2, 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(5594), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5582), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5592), 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, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, + ACTIONS(1528), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - [133549] = 14, + ACTIONS(5590), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 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, + [134336] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, + ACTIONS(5580), 1, anon_sym_in, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - STATE(2818), 1, + STATE(2846), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, + ACTIONS(5592), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5491), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 10, + ACTIONS(1530), 10, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303374,25 +307533,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133616] = 5, + [134403] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token3, - STATE(2819), 1, + ACTIONS(1428), 1, + anon_sym_LF, + ACTIONS(5610), 1, + anon_sym_DOT2, + ACTIONS(5612), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5614), 1, + aux_sym_unquoted_token2, + STATE(2847), 1, sym_comment, - ACTIONS(1345), 2, - anon_sym_RBRACK, + ACTIONS(1426), 32, + anon_sym_SEMI, anon_sym_RPAREN, - ACTIONS(1343), 33, - sym_identifier, - 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, @@ -303418,27 +307579,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [133665] = 9, + [134456] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - STATE(2820), 1, + STATE(2848), 1, sym_comment, - ACTIONS(5479), 2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, + ACTIONS(1528), 7, sym_identifier, anon_sym_GT, anon_sym_in, @@ -303446,7 +307607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 19, + ACTIONS(1530), 19, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303466,15 +307627,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133722] = 5, + [134513] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2821), 1, + STATE(2849), 1, sym_comment, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1510), 12, + ACTIONS(1528), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -303487,7 +307648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 22, + ACTIONS(1530), 22, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303510,21 +307671,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133771] = 7, + [134562] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2850), 1, + sym_comment, + ACTIONS(5616), 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, + [134607] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2851), 1, + sym_comment, + ACTIONS(5618), 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, + [134652] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1092), 1, + anon_sym_DOT2, + ACTIONS(1391), 1, + anon_sym_LF, + STATE(2832), 1, + sym_path, + STATE(2852), 1, + sym_comment, + STATE(3016), 1, + sym_cell_path, + ACTIONS(1389), 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, + [134705] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5487), 1, + ACTIONS(5586), 1, anon_sym_SLASH_SLASH, - STATE(2822), 1, + STATE(2853), 1, sym_comment, - ACTIONS(5485), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5483), 3, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 9, + ACTIONS(1528), 9, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -303534,7 +307825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 21, + ACTIONS(1530), 21, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -303556,27 +307847,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [133824] = 7, + [134758] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1392), 1, - anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2823), 1, + ACTIONS(5142), 1, + aux_sym_unquoted_token3, + STATE(2854), 1, sym_comment, - STATE(3018), 1, - sym_cell_path, - ACTIONS(1390), 32, - anon_sym_SEMI, + ACTIONS(1371), 2, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1369), 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_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -303602,36 +307891,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [133877] = 4, - ACTIONS(105), 1, + [134807] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token3, - STATE(2824), 1, + ACTIONS(5580), 1, + anon_sym_in, + ACTIONS(5586), 1, + anon_sym_SLASH_SLASH, + STATE(2855), 1, sym_comment, - ACTIONS(1343), 35, + ACTIONS(5576), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5578), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5584), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5588), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5582), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5592), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1528), 4, sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5590), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 12, anon_sym_COLON, anon_sym_COMMA, - anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, - anon_sym_GT, 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, + [134872] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5586), 1, + anon_sym_SLASH_SLASH, + STATE(2856), 1, + sym_comment, + ACTIONS(5578), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5582), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(1528), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 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, @@ -303642,15 +307990,12 @@ 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, - [133924] = 3, + [134927] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(2825), 1, + STATE(2857), 1, sym_comment, - ACTIONS(5520), 36, + ACTIONS(5531), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -303687,182 +308032,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [133969] = 3, + [134972] = 11, ACTIONS(3), 1, anon_sym_POUND, - STATE(2826), 1, - sym_comment, - ACTIONS(5522), 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, - [134014] = 21, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1121), 1, - anon_sym_DOT2, - ACTIONS(1125), 1, - anon_sym_QMARK2, - ACTIONS(1133), 1, - anon_sym_bit_DASHand, - ACTIONS(1135), 1, - anon_sym_bit_DASHxor, - ACTIONS(1137), 1, - anon_sym_bit_DASHor, - ACTIONS(1139), 1, - anon_sym_and, - ACTIONS(1141), 1, - anon_sym_xor, - ACTIONS(1143), 1, - anon_sym_or, - STATE(2827), 1, + ACTIONS(5586), 1, + anon_sym_SLASH_SLASH, + STATE(2858), 1, sym_comment, - STATE(2909), 1, - sym_path, - STATE(3162), 1, - sym_cell_path, - ACTIONS(1045), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1047), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1117), 2, + ACTIONS(5576), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5578), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1127), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1129), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1131), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1119), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1123), 4, + ACTIONS(5582), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1115), 6, - anon_sym_GT, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [134095] = 20, + ACTIONS(1528), 5, + sym_identifier, + anon_sym_in, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 15, + 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_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [135033] = 20, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(5526), 1, + ACTIONS(5622), 1, anon_sym_LF, - ACTIONS(5542), 1, + ACTIONS(5638), 1, anon_sym_bit_DASHand, - ACTIONS(5544), 1, + ACTIONS(5640), 1, anon_sym_bit_DASHxor, - ACTIONS(5546), 1, + ACTIONS(5642), 1, anon_sym_bit_DASHor, - ACTIONS(5548), 1, + ACTIONS(5644), 1, anon_sym_and, - ACTIONS(5550), 1, + ACTIONS(5646), 1, anon_sym_xor, - ACTIONS(5552), 1, + ACTIONS(5648), 1, anon_sym_or, - STATE(2798), 1, + STATE(2832), 1, sym_path, - STATE(2828), 1, + STATE(2859), 1, sym_comment, - STATE(3039), 1, + STATE(2998), 1, sym_cell_path, - ACTIONS(5530), 2, + ACTIONS(5626), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5536), 2, + ACTIONS(5632), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5538), 2, + ACTIONS(5634), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5540), 2, + ACTIONS(5636), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5524), 4, + ACTIONS(5620), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(5532), 4, + ACTIONS(5628), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5534), 4, + ACTIONS(5630), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5528), 6, + ACTIONS(5624), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [134174] = 7, + [135112] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1365), 1, + ACTIONS(5650), 1, + anon_sym_QMARK2, + STATE(2860), 1, + sym_comment, + ACTIONS(1466), 2, anon_sym_LF, - ACTIONS(5554), 1, anon_sym_DOT2, - ACTIONS(5556), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5558), 1, - aux_sym_unquoted_token2, - STATE(2829), 1, - sym_comment, - ACTIONS(1363), 32, + ACTIONS(1464), 33, anon_sym_SEMI, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, @@ -303894,91 +308185,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [134227] = 13, + [135161] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5481), 1, - anon_sym_in, - ACTIONS(5487), 1, - anon_sym_SLASH_SLASH, - STATE(2830), 1, + ACTIONS(5483), 1, + aux_sym_unquoted_token5, + STATE(2861), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(1495), 12, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5479), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5485), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5483), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5493), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5491), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 12, - anon_sym_COLON, + ACTIONS(1497), 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, - [134292] = 7, - ACTIONS(105), 1, + [135210] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1055), 1, - anon_sym_DOT2, - ACTIONS(1408), 1, - anon_sym_LF, - STATE(2798), 1, - sym_path, - STATE(2831), 1, + ACTIONS(5483), 1, + aux_sym_unquoted_token5, + STATE(2862), 1, sym_comment, - STATE(3015), 1, - sym_cell_path, - ACTIONS(1406), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1495), 12, + sym_identifier, 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_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1497), 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_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -303989,20 +308273,17 @@ 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, - [134345] = 5, + [135259] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5560), 1, + ACTIONS(5650), 1, anon_sym_QMARK2, - STATE(2832), 1, + STATE(2863), 1, sym_comment, - ACTIONS(1433), 2, + ACTIONS(1466), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1431), 33, + ACTIONS(1464), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -304036,19 +308317,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [134394] = 5, - ACTIONS(105), 1, + [135308] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5560), 1, - anon_sym_QMARK2, - STATE(2833), 1, + STATE(2864), 1, sym_comment, - ACTIONS(1433), 2, - anon_sym_LF, + ACTIONS(5652), 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, + [135353] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(1431), 33, + ACTIONS(1438), 1, + anon_sym_LF, + STATE(2792), 1, + aux_sym_cell_path_repeat1, + STATE(2865), 1, + sym_comment, + STATE(2891), 1, + sym_path, + ACTIONS(1436), 32, anon_sym_SEMI, - anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, @@ -304080,108 +308405,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [134443] = 21, + [135406] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(5570), 1, - anon_sym_QMARK2, - ACTIONS(5578), 1, - anon_sym_bit_DASHand, - ACTIONS(5580), 1, - anon_sym_bit_DASHxor, - ACTIONS(5582), 1, - anon_sym_bit_DASHor, - ACTIONS(5584), 1, - anon_sym_and, - ACTIONS(5586), 1, - anon_sym_xor, - ACTIONS(5588), 1, - anon_sym_or, - STATE(2834), 1, - sym_comment, - STATE(2909), 1, + ACTIONS(1397), 1, + anon_sym_LF, + STATE(2832), 1, sym_path, - STATE(3161), 1, + STATE(2866), 1, + sym_comment, + STATE(2974), 1, sym_cell_path, - ACTIONS(5386), 2, + ACTIONS(1395), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(5388), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5564), 2, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5572), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5574), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5576), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5566), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5568), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5562), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [134524] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5487), 1, - anon_sym_SLASH_SLASH, - STATE(2835), 1, - sym_comment, - ACTIONS(5477), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5479), 2, - anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5485), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5489), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5483), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5491), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1510), 5, - sym_identifier, - anon_sym_in, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 15, - 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_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -304190,36 +308448,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134585] = 4, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [135459] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2836), 1, + ACTIONS(1092), 1, + anon_sym_DOT2, + ACTIONS(1409), 1, + anon_sym_LF, + STATE(2832), 1, + sym_path, + STATE(2867), 1, sym_comment, - ACTIONS(1484), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1486), 31, - anon_sym_COLON, - anon_sym_COMMA, + STATE(3011), 1, + sym_cell_path, + ACTIONS(1407), 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, @@ -304233,102 +308497,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [134632] = 20, + [135512] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(5592), 1, + ACTIONS(1449), 1, anon_sym_LF, - ACTIONS(5608), 1, - anon_sym_bit_DASHand, - ACTIONS(5610), 1, - anon_sym_bit_DASHxor, - ACTIONS(5612), 1, - anon_sym_bit_DASHor, - ACTIONS(5614), 1, - anon_sym_and, - ACTIONS(5616), 1, - anon_sym_xor, - ACTIONS(5618), 1, - anon_sym_or, - STATE(2798), 1, + STATE(2832), 1, sym_path, - STATE(2837), 1, + STATE(2868), 1, sym_comment, - STATE(3009), 1, + STATE(3010), 1, sym_cell_path, - ACTIONS(5596), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5602), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5604), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5606), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5590), 4, + ACTIONS(1447), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5598), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5600), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5594), 6, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [134711] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5487), 1, - anon_sym_SLASH_SLASH, - STATE(2838), 1, - sym_comment, - ACTIONS(5479), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5485), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5483), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 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_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, @@ -304339,40 +308540,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134766] = 5, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [135565] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5475), 1, - aux_sym_unquoted_token5, - STATE(2839), 1, + ACTIONS(1092), 1, + anon_sym_DOT2, + ACTIONS(1401), 1, + anon_sym_LF, + STATE(2832), 1, + sym_path, + STATE(2869), 1, sym_comment, - ACTIONS(1492), 12, - sym_identifier, + STATE(2882), 1, + sym_cell_path, + ACTIONS(1399), 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(1494), 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, + 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, @@ -304383,20 +308586,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [134815] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [135618] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1055), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - ACTIONS(1400), 1, + ACTIONS(1420), 1, anon_sym_LF, - STATE(2798), 1, + STATE(2832), 1, sym_path, - STATE(2840), 1, + STATE(2870), 1, sym_comment, - STATE(3007), 1, + STATE(3030), 1, sym_cell_path, - ACTIONS(1398), 32, + ACTIONS(1418), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -304429,167 +308635,243 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [134868] = 7, + [135671] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5654), 1, + anon_sym_COMMA, + STATE(2871), 1, + sym_comment, + ACTIONS(5656), 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, + [135718] = 21, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2841), 1, + ACTIONS(1157), 1, + anon_sym_QMARK2, + ACTIONS(1165), 1, + anon_sym_bit_DASHand, + ACTIONS(1167), 1, + anon_sym_bit_DASHxor, + ACTIONS(1169), 1, + anon_sym_bit_DASHor, + ACTIONS(1171), 1, + anon_sym_and, + ACTIONS(1173), 1, + anon_sym_xor, + ACTIONS(1175), 1, + anon_sym_or, + STATE(2872), 1, sym_comment, - STATE(2909), 1, + STATE(2875), 1, sym_path, - STATE(3158), 1, + STATE(3161), 1, sym_cell_path, - ACTIONS(1412), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1410), 30, + ACTIONS(1082), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(1084), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1149), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(1159), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(1161), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1163), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1151), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1155), 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(1147), 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, - [134920] = 19, - ACTIONS(3), 1, + [135799] = 21, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5624), 1, - anon_sym_in, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5640), 1, + ACTIONS(1153), 1, + anon_sym_DOT2, + ACTIONS(5666), 1, + anon_sym_QMARK2, + ACTIONS(5674), 1, anon_sym_bit_DASHand, - ACTIONS(5642), 1, + ACTIONS(5676), 1, anon_sym_bit_DASHxor, - ACTIONS(5644), 1, + ACTIONS(5678), 1, anon_sym_bit_DASHor, - ACTIONS(5646), 1, + ACTIONS(5680), 1, anon_sym_and, - ACTIONS(5648), 1, + ACTIONS(5682), 1, anon_sym_xor, - STATE(2842), 1, - sym_comment, - ACTIONS(1510), 2, - sym_identifier, + ACTIONS(5684), 1, anon_sym_or, - ACTIONS(5620), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5622), 2, + STATE(2873), 1, + sym_comment, + STATE(2875), 1, + sym_path, + STATE(3164), 1, + sym_cell_path, + ACTIONS(5451), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5453), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5660), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5628), 2, + ACTIONS(5668), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + ACTIONS(5670), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, + ACTIONS(5672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5626), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5636), 3, + ACTIONS(5662), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5634), 4, + ACTIONS(5664), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5658), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [134996] = 6, + [135880] = 20, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5650), 1, + ACTIONS(1092), 1, anon_sym_DOT2, - STATE(3020), 1, - sym_path, - ACTIONS(1416), 2, - ts_builtin_sym_end, + ACTIONS(5688), 1, anon_sym_LF, - STATE(2843), 2, + ACTIONS(5704), 1, + anon_sym_bit_DASHand, + ACTIONS(5706), 1, + anon_sym_bit_DASHxor, + ACTIONS(5708), 1, + anon_sym_bit_DASHor, + ACTIONS(5710), 1, + anon_sym_and, + ACTIONS(5712), 1, + anon_sym_xor, + ACTIONS(5714), 1, + anon_sym_or, + STATE(2832), 1, + sym_path, + STATE(2874), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 30, + STATE(3008), 1, + sym_cell_path, + ACTIONS(5692), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5698), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5700), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5702), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5686), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + anon_sym_RBRACE, + ACTIONS(5694), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5696), 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(5690), 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, - [135046] = 7, + [135959] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2844), 1, + STATE(2875), 1, sym_comment, - STATE(2909), 1, + STATE(2899), 1, + aux_sym_cell_path_repeat1, + STATE(3020), 1, sym_path, - STATE(3043), 1, - sym_cell_path, - ACTIONS(1423), 2, + ACTIONS(1442), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1421), 30, + ACTIONS(1440), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -304620,21 +308902,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135098] = 7, + [136011] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2845), 1, - sym_comment, - STATE(2909), 1, + STATE(2875), 1, sym_path, - STATE(3106), 1, + STATE(2876), 1, + sym_comment, + STATE(3211), 1, sym_cell_path, - ACTIONS(1382), 2, + ACTIONS(1409), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1380), 30, + ACTIONS(1407), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -304665,31 +308947,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135150] = 13, + [136063] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2846), 1, + STATE(2877), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3462), 1, + STATE(3556), 1, sym__immediate_decimal, - STATE(3457), 2, + STATE(3557), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2055), 8, + ACTIONS(2121), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -304698,12 +308980,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2057), 17, + ACTIONS(2123), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -304716,95 +308998,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [135214] = 14, + [136127] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5624), 1, - anon_sym_in, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - STATE(2847), 1, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + STATE(2878), 1, sym_comment, - ACTIONS(5620), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5622), 2, + STATE(3253), 1, + sym__var, + STATE(3559), 1, + sym__immediate_decimal, + STATE(3560), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2125), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(5628), 2, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2127), 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, + [136191] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2879), 1, + sym_comment, + ACTIONS(1513), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1511), 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, - ACTIONS(5632), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5638), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5626), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5636), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5634), 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(1512), 9, - 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, - [135280] = 9, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [136237] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - STATE(2848), 1, + ACTIONS(1153), 1, + anon_sym_DOT2, + STATE(2875), 1, + sym_path, + STATE(2880), 1, sym_comment, - ACTIONS(5622), 2, + STATE(3210), 1, + sym_cell_path, + ACTIONS(1405), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1403), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5628), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5626), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 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_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, @@ -304815,34 +309133,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [135336] = 5, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [136289] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2849), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2881), 1, sym_comment, - ACTIONS(5628), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 12, - sym_identifier, + STATE(3188), 1, + sym_cell_path, + ACTIONS(1389), 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(1512), 21, - anon_sym_COLON, + ACTIONS(1391), 27, 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_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, @@ -304858,26 +309178,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [135384] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [136341] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, - anon_sym_DOT2, - STATE(2850), 1, + STATE(2882), 1, sym_comment, - STATE(2909), 1, - sym_path, - STATE(3110), 1, - sym_cell_path, - ACTIONS(1408), 2, - ts_builtin_sym_end, + ACTIONS(1509), 2, anon_sym_LF, - ACTIONS(1406), 30, + anon_sym_DOT2, + ACTIONS(1507), 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, @@ -304903,31 +309223,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135436] = 13, + [136387] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2851), 1, + STATE(2883), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3465), 1, + STATE(3546), 1, sym__immediate_decimal, - STATE(3471), 2, + STATE(3541), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2083), 8, + ACTIONS(2097), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -304936,12 +309256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2085), 17, + ACTIONS(2099), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -304954,217 +309274,261 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [135500] = 7, - ACTIONS(3), 1, + [136451] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - STATE(2852), 1, + ACTIONS(1442), 1, + anon_sym_LF, + ACTIONS(5716), 1, + anon_sym_DOT2, + STATE(2884), 1, sym_comment, - ACTIONS(5628), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5626), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1510), 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(1512), 20, - anon_sym_COLON, - anon_sym_COMMA, + STATE(2889), 1, + aux_sym_cell_path_repeat1, + STATE(3005), 1, + sym_path, + ACTIONS(1440), 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, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [135552] = 17, + 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, + [136503] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2885), 1, + sym_comment, + ACTIONS(5718), 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, + [136547] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5624), 1, + ACTIONS(5724), 1, anon_sym_in, - ACTIONS(5630), 1, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - ACTIONS(5640), 1, + ACTIONS(5740), 1, anon_sym_bit_DASHand, - ACTIONS(5642), 1, - anon_sym_bit_DASHxor, - ACTIONS(5644), 1, - anon_sym_bit_DASHor, - STATE(2853), 1, + STATE(2886), 1, sym_comment, - ACTIONS(5620), 2, + ACTIONS(5720), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5622), 2, + ACTIONS(5722), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5628), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + ACTIONS(5732), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, + ACTIONS(5738), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5626), 3, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5636), 3, + ACTIONS(5736), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5634), 4, + ACTIONS(5734), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, - anon_sym_COLON, + ACTIONS(1530), 8, anon_sym_COMMA, - anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [135624] = 13, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136615] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5624), 1, - anon_sym_in, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - STATE(2854), 1, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + STATE(2887), 1, sym_comment, - ACTIONS(5620), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5622), 2, + STATE(3253), 1, + sym__var, + STATE(3561), 1, + sym__immediate_decimal, + STATE(3562), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2085), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(5628), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5626), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5636), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5634), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 11, - anon_sym_COLON, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2087), 17, + anon_sym_LBRACK, 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, - [135688] = 8, + 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, + [136679] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - STATE(2855), 1, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + STATE(2888), 1, sym_comment, - ACTIONS(5622), 2, + STATE(3253), 1, + sym__var, + STATE(3558), 1, + sym__immediate_decimal, + STATE(3553), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2129), 8, anon_sym_DASH, + anon_sym__, + anon_sym_DOT, anon_sym_PLUS, - ACTIONS(5628), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5626), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(1510), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 20, - anon_sym_COLON, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2131), 17, + anon_sym_LBRACK, 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, - [135742] = 7, + 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, + [136743] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1423), 1, + ACTIONS(1438), 1, anon_sym_LF, - ACTIONS(5653), 1, + ACTIONS(5716), 1, anon_sym_DOT2, - STATE(2856), 1, + STATE(2889), 1, sym_comment, - STATE(2865), 1, + STATE(2912), 1, + aux_sym_cell_path_repeat1, + STATE(3005), 1, sym_path, - STATE(3175), 1, - sym_cell_path, - ACTIONS(1421), 31, + ACTIONS(1436), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -305177,7 +309541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -305196,15 +309560,62 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [135794] = 4, + [136795] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5748), 1, + anon_sym_SLASH_SLASH, + STATE(2890), 1, + sym_comment, + ACTIONS(5742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5750), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(1528), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 18, + anon_sym_COLON, + 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, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [136851] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2857), 1, + STATE(2891), 1, sym_comment, - ACTIONS(1480), 2, + ACTIONS(1487), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1478), 33, + ACTIONS(1485), 33, anon_sym_SEMI, anon_sym_COLON, anon_sym_RPAREN, @@ -305238,119 +309649,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [135840] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1388), 1, - anon_sym_LF, - ACTIONS(5653), 1, - anon_sym_DOT2, - STATE(2858), 1, - sym_comment, - STATE(2893), 1, - aux_sym_cell_path_repeat1, - STATE(3012), 1, - sym_path, - ACTIONS(1386), 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, - sym_val_nothing, - 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, - [135892] = 13, + [136897] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(5454), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, - anon_sym_DASH2, - ACTIONS(5458), 1, - anon_sym_PLUS2, - STATE(2859), 1, + ACTIONS(5724), 1, + anon_sym_in, + ACTIONS(5730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5740), 1, + anon_sym_bit_DASHand, + ACTIONS(5752), 1, + anon_sym_bit_DASHxor, + STATE(2892), 1, sym_comment, - STATE(3264), 1, - sym__var, - STATE(3464), 1, - sym__immediate_decimal, - STATE(3463), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2059), 8, + ACTIONS(5720), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5722), 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, - ACTIONS(2061), 17, - anon_sym_LBRACK, + ACTIONS(5728), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5732), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5738), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5726), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5736), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1528), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5734), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 7, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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, - [135956] = 4, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHor, + [136967] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2860), 1, + ACTIONS(5754), 1, + anon_sym_DOT2, + STATE(2893), 1, sym_comment, - ACTIONS(1486), 2, + STATE(2908), 1, + sym_path, + STATE(3081), 1, + sym_cell_path, + ACTIONS(1397), 2, + ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1484), 33, + ACTIONS(1395), 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, @@ -305376,21 +309748,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136002] = 7, + [137019] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5748), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5759), 1, + anon_sym_in, + ACTIONS(5767), 1, + anon_sym_bit_DASHand, + ACTIONS(5769), 1, + anon_sym_bit_DASHxor, + ACTIONS(5771), 1, + anon_sym_bit_DASHor, + ACTIONS(5773), 1, + anon_sym_and, + STATE(2894), 1, + sym_comment, + ACTIONS(5742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5750), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1528), 3, + sym_identifier, + anon_sym_xor, + anon_sym_or, + ACTIONS(5744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5763), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5761), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 6, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [137093] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2843), 1, - aux_sym_cell_path_repeat1, - STATE(2861), 1, - sym_comment, - STATE(3020), 1, + STATE(2875), 1, sym_path, - ACTIONS(1388), 2, + STATE(2895), 1, + sym_comment, + STATE(3197), 1, + sym_cell_path, + ACTIONS(1391), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1386), 30, + ACTIONS(1389), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -305421,278 +309849,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136054] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2862), 1, - sym_comment, - ACTIONS(5655), 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, - [136098] = 18, + [137145] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5624), 1, + ACTIONS(5724), 1, anon_sym_in, - ACTIONS(5630), 1, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - ACTIONS(5640), 1, + ACTIONS(5740), 1, anon_sym_bit_DASHand, - ACTIONS(5642), 1, + ACTIONS(5752), 1, anon_sym_bit_DASHxor, - ACTIONS(5644), 1, + ACTIONS(5775), 1, anon_sym_bit_DASHor, - ACTIONS(5646), 1, - anon_sym_and, - STATE(2863), 1, + STATE(2896), 1, sym_comment, - ACTIONS(5620), 2, + ACTIONS(5720), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5622), 2, + ACTIONS(5722), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5628), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + ACTIONS(5732), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, + ACTIONS(5738), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1510), 3, - sym_identifier, - anon_sym_xor, - anon_sym_or, - ACTIONS(5626), 3, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5636), 3, + ACTIONS(5736), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5634), 4, + ACTIONS(1528), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5734), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, - anon_sym_COLON, + ACTIONS(1530), 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, - [136172] = 20, + [137217] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1510), 1, - sym_identifier, - ACTIONS(5661), 1, + ACTIONS(5779), 1, + anon_sym_DOT2, + ACTIONS(5781), 1, + aux_sym_unquoted_token4, + ACTIONS(5783), 1, + aux_sym_unquoted_token6, + STATE(2897), 1, + sym_comment, + ACTIONS(5777), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1371), 25, + anon_sym_COMMA, + anon_sym_DASH, anon_sym_in, - ACTIONS(5667), 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, + [137271] = 20, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1528), 1, + sym_identifier, + ACTIONS(5748), 1, anon_sym_SLASH_SLASH, - ACTIONS(5677), 1, + ACTIONS(5759), 1, + anon_sym_in, + ACTIONS(5767), 1, anon_sym_bit_DASHand, - ACTIONS(5679), 1, + ACTIONS(5769), 1, anon_sym_bit_DASHxor, - ACTIONS(5681), 1, + ACTIONS(5771), 1, anon_sym_bit_DASHor, - ACTIONS(5683), 1, + ACTIONS(5773), 1, anon_sym_and, - ACTIONS(5685), 1, + ACTIONS(5785), 1, anon_sym_xor, - ACTIONS(5687), 1, + ACTIONS(5787), 1, anon_sym_or, - STATE(2864), 1, + STATE(2898), 1, sym_comment, - ACTIONS(5657), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, + ACTIONS(5742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, + ACTIONS(5750), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5675), 2, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5663), 3, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, + ACTIONS(5763), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5671), 4, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, + ACTIONS(1530), 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, - [136250] = 7, + [137349] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1404), 1, - anon_sym_LF, - ACTIONS(5653), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2858), 1, - aux_sym_cell_path_repeat1, - STATE(2865), 1, + STATE(2899), 1, sym_comment, - STATE(3012), 1, + STATE(2917), 1, + aux_sym_cell_path_repeat1, + STATE(3020), 1, sym_path, - ACTIONS(1402), 31, + ACTIONS(1438), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1436), 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_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [136302] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5661), 1, anon_sym_in, - ACTIONS(5667), 1, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5677), 1, + 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, - ACTIONS(5679), 1, anon_sym_bit_DASHxor, - ACTIONS(5681), 1, anon_sym_bit_DASHor, - ACTIONS(5683), 1, anon_sym_and, - ACTIONS(5685), 1, anon_sym_xor, - STATE(2866), 1, - sym_comment, - ACTIONS(1510), 2, - sym_identifier, anon_sym_or, - ACTIONS(5657), 2, + [137401] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1153), 1, + anon_sym_DOT2, + STATE(2875), 1, + sym_path, + STATE(2900), 1, + sym_comment, + STATE(3107), 1, + sym_cell_path, + ACTIONS(1449), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1447), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5665), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5675), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5663), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5671), 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(1512), 6, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [137453] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + anon_sym_DASH2, + ACTIONS(5559), 1, + anon_sym_PLUS2, + STATE(2901), 1, + sym_comment, + STATE(3253), 1, + sym__var, + STATE(3540), 1, + sym__immediate_decimal, + STATE(3538), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2101), 8, + 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, + ACTIONS(2103), 17, + anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [136378] = 7, + 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, + [137517] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2867), 1, - sym_comment, - STATE(2909), 1, + STATE(2875), 1, sym_path, - STATE(3163), 1, + STATE(2902), 1, + sym_comment, + STATE(3081), 1, sym_cell_path, - ACTIONS(1396), 2, + ACTIONS(1397), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1394), 30, + ACTIONS(1395), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -305723,47 +310194,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136430] = 11, + [137569] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5630), 1, - anon_sym_SLASH_SLASH, - STATE(2868), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2903), 1, sym_comment, - ACTIONS(5620), 2, + STATE(3162), 1, + sym_cell_path, + ACTIONS(1418), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5622), 2, + ACTIONS(1420), 27, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5628), 2, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5626), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5634), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1510), 5, - sym_identifier, - anon_sym_in, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 14, - 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, @@ -305772,137 +310236,206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [136490] = 18, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [137621] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5661), 1, + ACTIONS(5724), 1, anon_sym_in, - ACTIONS(5667), 1, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - ACTIONS(5677), 1, + ACTIONS(5740), 1, anon_sym_bit_DASHand, - ACTIONS(5679), 1, + ACTIONS(5752), 1, anon_sym_bit_DASHxor, - ACTIONS(5681), 1, + ACTIONS(5775), 1, anon_sym_bit_DASHor, - ACTIONS(5683), 1, + ACTIONS(5789), 1, anon_sym_and, - STATE(2869), 1, + STATE(2904), 1, sym_comment, - ACTIONS(5657), 2, + ACTIONS(5720), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5659), 2, + ACTIONS(5722), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, + ACTIONS(5732), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5675), 2, + ACTIONS(5738), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1510), 3, + ACTIONS(1528), 3, sym_identifier, anon_sym_xor, anon_sym_or, - ACTIONS(5663), 3, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, + ACTIONS(5736), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5671), 4, + ACTIONS(5734), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, + ACTIONS(1530), 6, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [136564] = 4, - ACTIONS(105), 1, + [137695] = 19, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym_unquoted_token3, - STATE(2870), 1, + ACTIONS(5724), 1, + anon_sym_in, + ACTIONS(5730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5740), 1, + anon_sym_bit_DASHand, + ACTIONS(5752), 1, + anon_sym_bit_DASHxor, + ACTIONS(5775), 1, + anon_sym_bit_DASHor, + ACTIONS(5789), 1, + anon_sym_and, + ACTIONS(5791), 1, + anon_sym_xor, + STATE(2905), 1, sym_comment, - ACTIONS(1343), 34, + ACTIONS(1528), 2, sym_identifier, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_or, + ACTIONS(5720), 2, anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_LT2, + ACTIONS(5722), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(5732), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5738), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5726), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5736), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5734), 4, 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, - [136610] = 5, + ACTIONS(1530), 6, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [137771] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5475), 1, - aux_sym_unquoted_token5, - STATE(2871), 1, + ACTIONS(5748), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5759), 1, + anon_sym_in, + ACTIONS(5767), 1, + anon_sym_bit_DASHand, + STATE(2906), 1, sym_comment, - ACTIONS(1492), 12, - sym_identifier, - anon_sym_GT, + ACTIONS(5742), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5750), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(5763), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1528), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1494), 22, + ACTIONS(5761), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 8, + anon_sym_COLON, 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, + [137839] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2907), 1, + sym_comment, + STATE(2917), 1, + aux_sym_cell_path_repeat1, + STATE(3020), 1, + sym_path, + ACTIONS(1438), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1436), 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, @@ -305913,21 +310446,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [136658] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [137889] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2872), 1, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(2908), 1, sym_comment, - STATE(2909), 1, + STATE(3020), 1, sym_path, - STATE(3101), 1, - sym_cell_path, - ACTIONS(1392), 2, + ACTIONS(1442), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1390), 30, + ACTIONS(1440), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -305958,296 +310494,327 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [136710] = 17, + [137941] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5661), 1, - anon_sym_in, - ACTIONS(5667), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5677), 1, - anon_sym_bit_DASHand, - ACTIONS(5679), 1, - anon_sym_bit_DASHxor, - ACTIONS(5681), 1, - anon_sym_bit_DASHor, - STATE(2873), 1, + ACTIONS(5483), 1, + aux_sym_unquoted_token5, + STATE(2909), 1, sym_comment, - ACTIONS(5657), 2, + ACTIONS(1495), 12, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5665), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5675), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5663), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5671), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 6, + ACTIONS(1497), 22, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [136782] = 16, + 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, + [137989] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5661), 1, - anon_sym_in, - ACTIONS(5667), 1, + ACTIONS(5748), 1, anon_sym_SLASH_SLASH, - ACTIONS(5677), 1, + ACTIONS(5759), 1, + anon_sym_in, + ACTIONS(5767), 1, anon_sym_bit_DASHand, - ACTIONS(5679), 1, + ACTIONS(5769), 1, anon_sym_bit_DASHxor, - STATE(2874), 1, + ACTIONS(5771), 1, + anon_sym_bit_DASHor, + ACTIONS(5773), 1, + anon_sym_and, + ACTIONS(5785), 1, + anon_sym_xor, + STATE(2910), 1, sym_comment, - ACTIONS(5657), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, + ACTIONS(1528), 2, + sym_identifier, + anon_sym_or, + ACTIONS(5742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, + ACTIONS(5750), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5675), 2, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5663), 3, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, + ACTIONS(5763), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5671), 4, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 7, + ACTIONS(1530), 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, - [136852] = 15, + [138065] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5661), 1, - anon_sym_in, - ACTIONS(5667), 1, + ACTIONS(5748), 1, anon_sym_SLASH_SLASH, - ACTIONS(5677), 1, + ACTIONS(5759), 1, + anon_sym_in, + ACTIONS(5767), 1, anon_sym_bit_DASHand, - STATE(2875), 1, + ACTIONS(5769), 1, + anon_sym_bit_DASHxor, + ACTIONS(5771), 1, + anon_sym_bit_DASHor, + STATE(2911), 1, sym_comment, - ACTIONS(5657), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, + ACTIONS(5742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, + ACTIONS(5750), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5675), 2, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5663), 3, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, + ACTIONS(5763), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5671), 4, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 8, + ACTIONS(1530), 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_DASHxor, - anon_sym_bit_DASHor, - [136920] = 13, - ACTIONS(3), 1, + [138137] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(1413), 1, + anon_sym_LF, + ACTIONS(5793), 1, anon_sym_DOT2, - ACTIONS(5454), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, - anon_sym_DASH2, - ACTIONS(5458), 1, - anon_sym_PLUS2, - STATE(2876), 1, + STATE(3005), 1, + sym_path, + STATE(2912), 2, sym_comment, - STATE(3264), 1, - sym__var, - STATE(3476), 1, - sym__immediate_decimal, - STATE(3491), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2067), 8, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, + 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, - ACTIONS(2069), 17, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [138187] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1397), 1, + anon_sym_LF, + ACTIONS(5716), 1, + anon_sym_DOT2, + STATE(2884), 1, + sym_path, + STATE(2913), 1, + sym_comment, + STATE(3134), 1, + sym_cell_path, + ACTIONS(1395), 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, - sym_val_nothing, + 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, - [136984] = 14, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [138239] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5661), 1, - anon_sym_in, - ACTIONS(5667), 1, + ACTIONS(5748), 1, anon_sym_SLASH_SLASH, - STATE(2877), 1, + ACTIONS(5759), 1, + anon_sym_in, + STATE(2914), 1, sym_comment, - ACTIONS(5657), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, + ACTIONS(5742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, + ACTIONS(5750), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5675), 2, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5663), 3, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, + ACTIONS(5763), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5671), 4, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 9, + ACTIONS(1530), 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, - [137050] = 13, + [138305] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2878), 1, + STATE(2915), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3460), 1, + STATE(3515), 1, sym__immediate_decimal, - STATE(3461), 2, + STATE(3509), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2087), 8, + ACTIONS(2117), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -306256,12 +310823,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2089), 17, + ACTIONS(2119), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -306274,43 +310841,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [137114] = 9, - ACTIONS(3), 1, + [138369] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5667), 1, - anon_sym_SLASH_SLASH, - STATE(2879), 1, + ACTIONS(5796), 1, + anon_sym_DOT2, + ACTIONS(5798), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5800), 1, + aux_sym_unquoted_token2, + STATE(2916), 1, sym_comment, - ACTIONS(5659), 2, + ACTIONS(1428), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1426), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5665), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5663), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 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, @@ -306321,39 +310883,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [137170] = 5, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [138421] = 6, + ACTIONS(105), 1, anon_sym_POUND, - STATE(2880), 1, + ACTIONS(5802), 1, + anon_sym_DOT2, + STATE(3020), 1, + sym_path, + ACTIONS(1413), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2917), 2, sym_comment, - ACTIONS(5665), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 12, - sym_identifier, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 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_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 21, - 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, @@ -306364,21 +310927,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [137218] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [138471] = 20, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2881), 1, + ACTIONS(5819), 1, + anon_sym_bit_DASHand, + ACTIONS(5821), 1, + anon_sym_bit_DASHxor, + ACTIONS(5823), 1, + anon_sym_bit_DASHor, + ACTIONS(5825), 1, + anon_sym_and, + ACTIONS(5827), 1, + anon_sym_xor, + ACTIONS(5829), 1, + anon_sym_or, + STATE(2875), 1, + sym_path, + STATE(2918), 1, sym_comment, - STATE(2909), 1, + STATE(3177), 1, + sym_cell_path, + ACTIONS(5686), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5688), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5807), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5813), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5815), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5817), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5809), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5811), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5805), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [138549] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1153), 1, + anon_sym_DOT2, + STATE(2875), 1, sym_path, - STATE(3090), 1, + STATE(2919), 1, + sym_comment, + STATE(3221), 1, sym_cell_path, - ACTIONS(1400), 2, + ACTIONS(1420), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1398), 30, + ACTIONS(1418), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -306409,82 +311033,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137270] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(5454), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, - anon_sym_DASH2, - ACTIONS(5458), 1, - anon_sym_PLUS2, - STATE(2882), 1, - sym_comment, - STATE(3264), 1, - sym__var, - STATE(3472), 1, - sym__immediate_decimal, - STATE(3501), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2051), 8, - 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, - ACTIONS(2053), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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, - [137334] = 13, + [138601] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2883), 1, + STATE(2920), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3494), 1, + STATE(3528), 1, sym__immediate_decimal, - STATE(3509), 2, + STATE(3519), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2079), 8, + ACTIONS(2105), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -306493,12 +311066,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2081), 17, + ACTIONS(2107), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -306511,31 +311084,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [137398] = 13, + [138665] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2884), 1, + STATE(2921), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3513), 1, + STATE(3530), 1, sym__immediate_decimal, - STATE(3517), 2, + STATE(3529), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2099), 8, + ACTIONS(2089), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -306544,12 +311117,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2101), 17, + ACTIONS(2091), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -306562,38 +311135,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [137462] = 7, - ACTIONS(3), 1, + [138729] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4948), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - STATE(2360), 1, + STATE(2875), 1, sym_path, - STATE(2885), 1, + STATE(2922), 1, sym_comment, - STATE(3072), 1, + STATE(3017), 1, sym_cell_path, - ACTIONS(1390), 5, + ACTIONS(1401), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1399), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1392), 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, @@ -306607,84 +311180,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [137514] = 15, + [138781] = 20, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5624), 1, + ACTIONS(1528), 1, + sym_identifier, + ACTIONS(5724), 1, anon_sym_in, - ACTIONS(5630), 1, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - ACTIONS(5640), 1, + ACTIONS(5740), 1, anon_sym_bit_DASHand, - STATE(2886), 1, + ACTIONS(5752), 1, + anon_sym_bit_DASHxor, + ACTIONS(5775), 1, + anon_sym_bit_DASHor, + ACTIONS(5789), 1, + anon_sym_and, + ACTIONS(5791), 1, + anon_sym_xor, + ACTIONS(5831), 1, + anon_sym_or, + STATE(2923), 1, sym_comment, - ACTIONS(5620), 2, + ACTIONS(5720), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5622), 2, + ACTIONS(5722), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5628), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + ACTIONS(5732), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, + ACTIONS(5738), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5626), 3, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5636), 3, + ACTIONS(5736), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, + ACTIONS(5734), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 6, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [138859] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5833), 1, + anon_sym_DOT2, + STATE(2908), 1, + sym_path, + STATE(2924), 1, + sym_comment, + STATE(3017), 1, + sym_cell_path, + ACTIONS(1401), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1399), 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, - ACTIONS(5634), 4, + [138911] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5748), 1, + anon_sym_SLASH_SLASH, + STATE(2925), 1, + sym_comment, + ACTIONS(5742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5750), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 8, + ACTIONS(1528), 5, + sym_identifier, + anon_sym_in, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 14, 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, - [137582] = 13, + [138971] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2887), 1, + STATE(2926), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3455), 1, + STATE(3536), 1, sym__immediate_decimal, - STATE(3459), 2, + STATE(3535), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2095), 8, + ACTIONS(2133), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -306693,12 +311365,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2097), 17, + ACTIONS(2135), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -306711,432 +311383,250 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [137646] = 20, + [139035] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5748), 1, + anon_sym_SLASH_SLASH, + STATE(2927), 1, + sym_comment, + ACTIONS(5742), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5744), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(1528), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 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_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + 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] = 20, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - ACTIONS(5703), 1, + ACTIONS(5850), 1, anon_sym_bit_DASHand, - ACTIONS(5705), 1, + ACTIONS(5852), 1, anon_sym_bit_DASHxor, - ACTIONS(5707), 1, + ACTIONS(5854), 1, anon_sym_bit_DASHor, - ACTIONS(5709), 1, + ACTIONS(5856), 1, anon_sym_and, - ACTIONS(5711), 1, + ACTIONS(5858), 1, anon_sym_xor, - ACTIONS(5713), 1, + ACTIONS(5860), 1, anon_sym_or, - STATE(2888), 1, - sym_comment, - STATE(2909), 1, + STATE(2875), 1, sym_path, - STATE(3076), 1, + STATE(2928), 1, + sym_comment, + STATE(3223), 1, sym_cell_path, - ACTIONS(5590), 2, + ACTIONS(5620), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(5592), 2, + ACTIONS(5622), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5691), 2, + ACTIONS(5838), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5697), 2, + ACTIONS(5844), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5699), 2, + ACTIONS(5846), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5701), 2, + ACTIONS(5848), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5693), 4, + ACTIONS(5840), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5695), 4, + ACTIONS(5842), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5689), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [137724] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1121), 1, - anon_sym_DOT2, - STATE(2889), 1, - sym_comment, - STATE(2909), 1, - sym_path, - STATE(3027), 1, - sym_cell_path, - ACTIONS(1375), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1373), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(5836), 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, - [137776] = 16, + [139167] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5624), 1, - anon_sym_in, - ACTIONS(5630), 1, + ACTIONS(5748), 1, anon_sym_SLASH_SLASH, - ACTIONS(5640), 1, - anon_sym_bit_DASHand, - ACTIONS(5642), 1, - anon_sym_bit_DASHxor, - STATE(2890), 1, + ACTIONS(5759), 1, + anon_sym_in, + STATE(2929), 1, sym_comment, - ACTIONS(5620), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5622), 2, + ACTIONS(5742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5628), 2, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + ACTIONS(5750), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5626), 3, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5636), 3, + ACTIONS(5763), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5634), 4, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 7, + ACTIONS(1530), 11, 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, - [137846] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2891), 1, - sym_comment, - STATE(3107), 1, - sym_cell_path, - ACTIONS(1380), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1382), 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, - [137898] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1121), 1, - anon_sym_DOT2, - STATE(2892), 1, - sym_comment, - STATE(2900), 1, - aux_sym_cell_path_repeat1, - STATE(3020), 1, - sym_path, - ACTIONS(1404), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1402), 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, - [137950] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1416), 1, - anon_sym_LF, - ACTIONS(5715), 1, - anon_sym_DOT2, - STATE(3012), 1, - sym_path, - STATE(2893), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 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, - sym_val_nothing, - 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, - [138000] = 20, + [139231] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1510), 1, - sym_identifier, - ACTIONS(5624), 1, - anon_sym_in, - ACTIONS(5630), 1, + ACTIONS(5748), 1, anon_sym_SLASH_SLASH, - ACTIONS(5640), 1, + ACTIONS(5759), 1, + anon_sym_in, + ACTIONS(5767), 1, anon_sym_bit_DASHand, - ACTIONS(5642), 1, + ACTIONS(5769), 1, anon_sym_bit_DASHxor, - ACTIONS(5644), 1, - anon_sym_bit_DASHor, - ACTIONS(5646), 1, - anon_sym_and, - ACTIONS(5648), 1, - anon_sym_xor, - ACTIONS(5718), 1, - anon_sym_or, - STATE(2894), 1, + STATE(2930), 1, sym_comment, - ACTIONS(5620), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5622), 2, + ACTIONS(5742), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5628), 2, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5632), 2, + ACTIONS(5750), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, + ACTIONS(5757), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5765), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5626), 3, + ACTIONS(5744), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5636), 3, + ACTIONS(5763), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5634), 4, + ACTIONS(1528), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, + ACTIONS(1530), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [138078] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5720), 1, - anon_sym_DOT2, - ACTIONS(5722), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5724), 1, - aux_sym_unquoted_token2, - STATE(2895), 1, - sym_comment, - ACTIONS(1365), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1363), 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, - [138130] = 7, - ACTIONS(105), 1, + [139301] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5726), 1, - anon_sym_DOT2, - STATE(2892), 1, - sym_path, - STATE(2896), 1, + ACTIONS(5748), 1, + anon_sym_SLASH_SLASH, + STATE(2931), 1, sym_comment, - STATE(3027), 1, - sym_cell_path, - ACTIONS(1375), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1373), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + ACTIONS(5746), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5744), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(1528), 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(1530), 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, @@ -307147,34 +311637,31 @@ 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, - [138182] = 13, + [139353] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2897), 1, + STATE(2932), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3518), 1, + STATE(3552), 1, sym__immediate_decimal, - STATE(3519), 2, + STATE(3496), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2047), 8, + ACTIONS(2093), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -307183,12 +311670,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2049), 17, + ACTIONS(2095), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -307201,38 +311688,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [138246] = 7, - ACTIONS(105), 1, + [139417] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5729), 1, - anon_sym_DOT2, - STATE(2892), 1, - sym_path, - STATE(2898), 1, + STATE(2933), 1, sym_comment, - STATE(3043), 1, - sym_cell_path, - ACTIONS(1423), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1421), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 12, + sym_identifier, 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_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 21, + 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_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -307243,34 +311731,31 @@ 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, - [138298] = 13, + [139465] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(5454), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, + ACTIONS(5557), 1, anon_sym_DASH2, - ACTIONS(5458), 1, + ACTIONS(5559), 1, anon_sym_PLUS2, - STATE(2899), 1, + STATE(2934), 1, sym_comment, - STATE(3264), 1, + STATE(3253), 1, sym__var, - STATE(3493), 1, + STATE(3548), 1, sym__immediate_decimal, - STATE(3497), 2, + STATE(3547), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2063), 8, + ACTIONS(2081), 8, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -307279,12 +311764,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2065), 17, + ACTIONS(2083), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -307297,37 +311782,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [138362] = 6, - ACTIONS(105), 1, + [139529] = 11, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2843), 1, - aux_sym_cell_path_repeat1, - STATE(2900), 1, + ACTIONS(5730), 1, + anon_sym_SLASH_SLASH, + STATE(2935), 1, sym_comment, - STATE(3020), 1, - sym_path, - ACTIONS(1388), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1386), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(5720), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5722), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5732), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5726), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, + ACTIONS(5734), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + sym_identifier, + anon_sym_in, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 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, + [139589] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, + STATE(2936), 1, + sym_comment, + ACTIONS(5722), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5728), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5726), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(1528), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 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, @@ -307338,26 +311877,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + [139643] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5724), 1, + anon_sym_in, + ACTIONS(5730), 1, + anon_sym_SLASH_SLASH, + STATE(2937), 1, + sym_comment, + ACTIONS(5720), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5722), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5728), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5732), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5726), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5736), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1528), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - [138412] = 4, + ACTIONS(5734), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 11, + 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, + [139707] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2901), 1, + ACTIONS(5142), 1, + aux_sym_unquoted_token3, + STATE(2938), 1, sym_comment, - ACTIONS(1476), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, + ACTIONS(1369), 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_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -307383,97 +311970,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138458] = 20, + [139753] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1121), 1, + ACTIONS(1153), 1, anon_sym_DOT2, - ACTIONS(5746), 1, - anon_sym_bit_DASHand, - ACTIONS(5748), 1, - anon_sym_bit_DASHxor, - ACTIONS(5750), 1, - anon_sym_bit_DASHor, - ACTIONS(5752), 1, - anon_sym_and, - ACTIONS(5754), 1, - anon_sym_xor, - ACTIONS(5756), 1, - anon_sym_or, - STATE(2902), 1, - sym_comment, - STATE(2909), 1, + STATE(2875), 1, sym_path, - STATE(3096), 1, + STATE(2939), 1, + sym_comment, + STATE(3176), 1, sym_cell_path, - ACTIONS(5524), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5526), 2, + ACTIONS(1424), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5734), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5740), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5742), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5744), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5736), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5738), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5732), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [138536] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - ACTIONS(5762), 1, - aux_sym_unquoted_token4, - ACTIONS(5764), 1, - aux_sym_unquoted_token6, - STATE(2903), 1, - sym_comment, - ACTIONS(5758), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 5, + ACTIONS(1422), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1345), 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, @@ -307487,21 +312015,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [138590] = 7, + [139805] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5667), 1, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - STATE(2904), 1, + STATE(2940), 1, sym_comment, - ACTIONS(5665), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5663), 3, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 9, + ACTIONS(1528), 9, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -307511,7 +312039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 20, + ACTIONS(1530), 20, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -307532,75 +312060,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [138642] = 13, + [139857] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5661), 1, - anon_sym_in, - ACTIONS(5667), 1, - anon_sym_SLASH_SLASH, - STATE(2905), 1, + STATE(2941), 1, sym_comment, - ACTIONS(5657), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5659), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5663), 3, + ACTIONS(1528), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5673), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5671), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 11, + ACTIONS(1530), 21, 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, - [138706] = 8, + [139905] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5667), 1, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - STATE(2906), 1, + STATE(2942), 1, sym_comment, - ACTIONS(5659), 2, + ACTIONS(5722), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5663), 3, + ACTIONS(5732), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, + ACTIONS(1528), 7, sym_identifier, anon_sym_GT, anon_sym_in, @@ -307608,15 +312131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 20, + ACTIONS(1530), 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, @@ -307629,138 +312150,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [138760] = 11, + [139961] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5667), 1, + ACTIONS(5724), 1, + anon_sym_in, + ACTIONS(5730), 1, anon_sym_SLASH_SLASH, - STATE(2907), 1, + STATE(2943), 1, sym_comment, - ACTIONS(5657), 2, + ACTIONS(5720), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5659), 2, + ACTIONS(5722), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5665), 2, + ACTIONS(5728), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5669), 2, + ACTIONS(5732), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5663), 3, + ACTIONS(5738), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5726), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5671), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1510), 5, + ACTIONS(5736), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1528), 4, sym_identifier, - anon_sym_in, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 14, + ACTIONS(5734), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 9, 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, - [138820] = 13, + [140027] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(5454), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5456), 1, - anon_sym_DASH2, - ACTIONS(5458), 1, - anon_sym_PLUS2, - STATE(2908), 1, - sym_comment, - STATE(3264), 1, - sym__var, - STATE(3520), 1, - sym__immediate_decimal, - STATE(3511), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2091), 8, - 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, - ACTIONS(2093), 17, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - sym_val_nothing, - 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, - [138884] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1121), 1, - anon_sym_DOT2, - STATE(2861), 1, - aux_sym_cell_path_repeat1, - STATE(2909), 1, + STATE(2944), 1, sym_comment, - STATE(3020), 1, - sym_path, - ACTIONS(1404), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1402), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(5862), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 12, + sym_identifier, 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_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 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, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -307771,80 +312244,87 @@ 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, - [138936] = 5, - ACTIONS(105), 1, + [140074] = 16, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1345), 1, - anon_sym_LF, - ACTIONS(5343), 1, - aux_sym_unquoted_token3, - STATE(2910), 1, - sym_comment, - ACTIONS(1343), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(5868), 1, anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5882), 1, + anon_sym_bit_DASHand, + ACTIONS(5884), 1, + anon_sym_bit_DASHxor, + STATE(2945), 1, + sym_comment, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5864), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5866), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5874), 2, 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(5880), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5870), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5878), 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, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, + ACTIONS(1528), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - [138983] = 5, - ACTIONS(105), 1, + ACTIONS(5876), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 6, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHor, + [140143] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(215), 1, - anon_sym_LF, - ACTIONS(5146), 1, - anon_sym_DOT2, - STATE(2911), 1, + STATE(2946), 1, sym_comment, - ACTIONS(213), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(1654), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1656), 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, @@ -307858,232 +312338,253 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139030] = 18, + [140188] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5770), 1, + ACTIONS(5868), 1, anon_sym_in, - ACTIONS(5776), 1, + ACTIONS(5872), 1, anon_sym_SLASH_SLASH, - ACTIONS(5786), 1, + ACTIONS(5882), 1, anon_sym_bit_DASHand, - ACTIONS(5788), 1, + ACTIONS(5884), 1, anon_sym_bit_DASHxor, - ACTIONS(5790), 1, + ACTIONS(5886), 1, anon_sym_bit_DASHor, - ACTIONS(5792), 1, - anon_sym_and, - STATE(2912), 1, + STATE(2947), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(5862), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5864), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5768), 2, + ACTIONS(5866), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5784), 2, + ACTIONS(5880), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1510), 3, - sym_identifier, - anon_sym_xor, - anon_sym_or, - ACTIONS(5772), 3, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5782), 3, + ACTIONS(5878), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5780), 4, + ACTIONS(1528), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5876), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 5, + ACTIONS(1530), 5, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [139103] = 17, + [140259] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5770), 1, + ACTIONS(5868), 1, anon_sym_in, - ACTIONS(5776), 1, + ACTIONS(5872), 1, anon_sym_SLASH_SLASH, - ACTIONS(5786), 1, + ACTIONS(5882), 1, anon_sym_bit_DASHand, - ACTIONS(5788), 1, + ACTIONS(5884), 1, anon_sym_bit_DASHxor, - ACTIONS(5790), 1, + ACTIONS(5886), 1, anon_sym_bit_DASHor, - STATE(2913), 1, + ACTIONS(5888), 1, + anon_sym_and, + STATE(2948), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(5862), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5864), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5768), 2, + ACTIONS(5866), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5784), 2, + ACTIONS(5880), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5772), 3, + ACTIONS(1528), 3, + sym_identifier, + anon_sym_xor, + anon_sym_or, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5782), 3, + ACTIONS(5878), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(5780), 4, + ACTIONS(5876), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 5, + ACTIONS(1530), 5, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [139174] = 16, - ACTIONS(3), 1, + [140332] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5770), 1, - anon_sym_in, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5786), 1, - anon_sym_bit_DASHand, - ACTIONS(5788), 1, - anon_sym_bit_DASHxor, - STATE(2914), 1, + ACTIONS(5890), 1, + anon_sym_QMARK2, + STATE(2949), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(1466), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1464), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5768), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5784), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5772), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5782), 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(1510), 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(5780), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 6, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_bit_DASHor, - [139243] = 15, - ACTIONS(3), 1, + [140379] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5770), 1, - anon_sym_in, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5786), 1, - anon_sym_bit_DASHand, - STATE(2915), 1, + ACTIONS(5890), 1, + anon_sym_QMARK2, + STATE(2950), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(1466), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1464), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5768), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5784), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5772), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5782), 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(1510), 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(5780), 4, + [140426] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(215), 1, + anon_sym_LF, + ACTIONS(5892), 1, + anon_sym_DOT2, + STATE(2951), 1, + sym_comment, + 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, - ACTIONS(1512), 7, - 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, - [139310] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [140473] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2916), 1, + STATE(2952), 1, sym_comment, - ACTIONS(1554), 5, + ACTIONS(1624), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1556), 29, + ACTIONS(1626), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -308113,93 +312614,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139355] = 14, + [140518] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5770), 1, - anon_sym_in, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - STATE(2917), 1, + STATE(2953), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(1620), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, anon_sym_LT2, - ACTIONS(5768), 2, + ACTIONS(1622), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 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(5778), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5784), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5772), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5782), 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(1510), 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(5780), 4, + [140563] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1248), 1, + anon_sym_COLON, + ACTIONS(1517), 1, + anon_sym_LF, + ACTIONS(5257), 1, + anon_sym_DOT2, + STATE(2954), 1, + sym_comment, + ACTIONS(1515), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(1519), 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, - ACTIONS(1512), 8, - 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, - [139420] = 9, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [140614] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - STATE(2918), 1, + STATE(2955), 1, sym_comment, - ACTIONS(5768), 2, + ACTIONS(1503), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1501), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5772), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 17, - anon_sym_COMMA, - anon_sym_PIPE, - 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, @@ -308210,40 +312737,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139475] = 5, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [140659] = 11, ACTIONS(3), 1, anon_sym_POUND, - STATE(2919), 1, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + STATE(2956), 1, sym_comment, - ACTIONS(5774), 2, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1510), 12, - sym_identifier, + ACTIONS(5864), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(5866), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(5874), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(5876), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 5, + sym_identifier, + anon_sym_in, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(1512), 20, + ACTIONS(1530), 13, 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, - anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -308252,31 +312788,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139522] = 7, + [140718] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5776), 1, + ACTIONS(5872), 1, anon_sym_SLASH_SLASH, - STATE(2920), 1, + STATE(2957), 1, sym_comment, - ACTIONS(5774), 2, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5772), 3, + ACTIONS(5866), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 9, + ACTIONS(1528), 7, 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(1512), 19, + ACTIONS(1530), 19, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, @@ -308296,46 +312833,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139573] = 13, + [140771] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5770), 1, + ACTIONS(5868), 1, anon_sym_in, - ACTIONS(5776), 1, + ACTIONS(5872), 1, anon_sym_SLASH_SLASH, - STATE(2921), 1, + STATE(2958), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(5862), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5864), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5768), 2, + ACTIONS(5866), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5772), 3, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5782), 3, + ACTIONS(5878), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1510), 4, + ACTIONS(1528), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(5780), 4, + ACTIONS(5876), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 10, + ACTIONS(1530), 10, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, @@ -308346,117 +312883,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139636] = 4, + [140834] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2922), 1, + STATE(2959), 1, sym_comment, - ACTIONS(1490), 2, + ACTIONS(1477), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1488), 32, + ACTIONS(1475), 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_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, + 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, + [140879] = 19, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5868), 1, + anon_sym_in, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5882), 1, + anon_sym_bit_DASHand, + ACTIONS(5884), 1, + anon_sym_bit_DASHxor, + ACTIONS(5886), 1, + anon_sym_bit_DASHor, + ACTIONS(5888), 1, + anon_sym_and, + ACTIONS(5894), 1, + anon_sym_xor, + STATE(2960), 1, + sym_comment, + ACTIONS(1528), 2, + sym_identifier, + anon_sym_or, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5864), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5866), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5880), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5870), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5878), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5876), 4, 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, - [139681] = 7, + ACTIONS(1530), 5, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [140954] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_LF, - ACTIONS(1471), 1, - anon_sym_DASH, - ACTIONS(5794), 1, + ACTIONS(5896), 1, anon_sym_DOT2, - STATE(2923), 1, + STATE(3120), 1, + sym_path, + ACTIONS(1413), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2961), 2, sym_comment, - ACTIONS(1465), 4, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 29, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1469), 27, - anon_sym_GT, + 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, + [141003] = 20, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1528), 1, + sym_identifier, + ACTIONS(5868), 1, anon_sym_in, - anon_sym_STAR, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5882), 1, + anon_sym_bit_DASHand, + ACTIONS(5884), 1, + anon_sym_bit_DASHxor, + ACTIONS(5886), 1, + anon_sym_bit_DASHor, + ACTIONS(5888), 1, + anon_sym_and, + ACTIONS(5894), 1, + anon_sym_xor, + ACTIONS(5899), 1, + anon_sym_or, + STATE(2962), 1, + sym_comment, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5864), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5866), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5880), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5870), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5878), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5876), 4, 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, - [139732] = 8, - ACTIONS(3), 1, + ACTIONS(1530), 5, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [141080] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - STATE(2924), 1, + ACTIONS(5901), 1, + anon_sym_DOT2, + STATE(2963), 1, sym_comment, - ACTIONS(5768), 2, + STATE(2989), 1, + aux_sym_cell_path_repeat1, + STATE(3120), 1, + sym_path, + ACTIONS(1442), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1440), 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, - ACTIONS(5774), 2, + 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, + [141131] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + STATE(2964), 1, + sym_comment, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5772), 3, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(1510), 7, + ACTIONS(1528), 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(1512), 19, + ACTIONS(1530), 19, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, @@ -308476,46 +313168,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139785] = 11, - ACTIONS(3), 1, + [141182] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - STATE(2925), 1, + ACTIONS(1371), 1, + anon_sym_LF, + ACTIONS(5397), 1, + aux_sym_unquoted_token3, + STATE(2965), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(1369), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(5768), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5772), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5780), 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(1510), 5, - sym_identifier, - anon_sym_in, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(1512), 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, @@ -308524,18 +313207,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [139844] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [141229] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2926), 1, + STATE(2966), 1, sym_comment, - ACTIONS(1498), 5, + ACTIONS(1572), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1500), 29, + ACTIONS(1574), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -308565,18 +313251,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139889] = 4, + [141274] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2927), 1, + STATE(2967), 1, sym_comment, - ACTIONS(1596), 5, + ACTIONS(1616), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1598), 29, + ACTIONS(1618), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -308606,26 +313292,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139934] = 4, + [141319] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2928), 1, + ACTIONS(5779), 1, + anon_sym_DOT2, + ACTIONS(5781), 1, + aux_sym_unquoted_token4, + ACTIONS(5783), 1, + aux_sym_unquoted_token6, + STATE(2968), 1, sym_comment, - ACTIONS(1612), 5, + ACTIONS(5903), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1614), 29, - anon_sym_COMMA, - anon_sym_PIPE, + ACTIONS(1371), 24, 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, @@ -308647,34 +313337,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [139979] = 4, - ACTIONS(105), 1, + [141372] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2929), 1, + STATE(2969), 1, sym_comment, - ACTIONS(1439), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 31, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1576), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1578), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_QMARK2, + 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, @@ -308688,18 +313378,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140024] = 4, + [141417] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2930), 1, + STATE(2970), 1, sym_comment, - ACTIONS(1566), 5, + ACTIONS(1658), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1568), 29, + ACTIONS(1660), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -308729,209 +313419,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140069] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3078), 1, - anon_sym_LF, - STATE(2931), 1, - sym_comment, - ACTIONS(3076), 33, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_else, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_catch, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [140114] = 18, - ACTIONS(105), 1, + [141462] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1047), 1, - anon_sym_LF, - ACTIONS(1067), 1, - anon_sym_bit_DASHand, - ACTIONS(1069), 1, - anon_sym_bit_DASHxor, - ACTIONS(1071), 1, - anon_sym_bit_DASHor, - ACTIONS(1073), 1, - anon_sym_and, - ACTIONS(1075), 1, - anon_sym_xor, - ACTIONS(1077), 1, - anon_sym_or, - ACTIONS(5146), 1, - anon_sym_DOT2, - STATE(2932), 1, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + STATE(2971), 1, sym_comment, - ACTIONS(1051), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1061), 2, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1063), 2, + ACTIONS(5866), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1065), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1045), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1053), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1057), 4, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1049), 6, + ACTIONS(1528), 7, + sym_identifier, anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(1530), 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_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [140187] = 4, - ACTIONS(105), 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, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141517] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1632), 1, - anon_sym_LF, - STATE(2933), 1, - sym_comment, - ACTIONS(1630), 33, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(5868), 1, anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + ACTIONS(5872), 1, + anon_sym_SLASH_SLASH, + STATE(2972), 1, + sym_comment, + ACTIONS(5862), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(5864), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5866), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(5880), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5870), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(5878), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1528), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5876), 4, 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(1530), 8, + 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, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [140232] = 19, + [141582] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5770), 1, + ACTIONS(5868), 1, anon_sym_in, - ACTIONS(5776), 1, + ACTIONS(5872), 1, anon_sym_SLASH_SLASH, - ACTIONS(5786), 1, + ACTIONS(5882), 1, anon_sym_bit_DASHand, - ACTIONS(5788), 1, - anon_sym_bit_DASHxor, - ACTIONS(5790), 1, - anon_sym_bit_DASHor, - ACTIONS(5792), 1, - anon_sym_and, - ACTIONS(5796), 1, - anon_sym_xor, - STATE(2934), 1, + STATE(2973), 1, sym_comment, - ACTIONS(1510), 2, - sym_identifier, - anon_sym_or, - ACTIONS(5766), 2, + ACTIONS(5862), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5864), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5768), 2, + ACTIONS(5866), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5784), 2, + ACTIONS(5880), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5772), 3, + ACTIONS(5870), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(5782), 3, + ACTIONS(5878), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5780), 4, + ACTIONS(1528), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(5876), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 5, + ACTIONS(1530), 7, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [140307] = 5, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [141649] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1494), 1, - anon_sym_LF, - ACTIONS(5798), 1, - aux_sym_unquoted_token5, - STATE(2935), 1, + STATE(2974), 1, sym_comment, - ACTIONS(1492), 32, + ACTIONS(1493), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1491), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -308964,136 +313609,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140354] = 20, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1510), 1, - sym_identifier, - ACTIONS(5770), 1, - anon_sym_in, - ACTIONS(5776), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5786), 1, - anon_sym_bit_DASHand, - ACTIONS(5788), 1, - anon_sym_bit_DASHxor, - ACTIONS(5790), 1, - anon_sym_bit_DASHor, - ACTIONS(5792), 1, - anon_sym_and, - ACTIONS(5796), 1, - anon_sym_xor, - ACTIONS(5800), 1, - anon_sym_or, - STATE(2936), 1, - sym_comment, - ACTIONS(5766), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(5768), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5774), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5778), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5784), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5772), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(5782), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5780), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 5, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [140431] = 4, + [141694] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(2937), 1, - sym_comment, - ACTIONS(1439), 2, + ACTIONS(1517), 1, anon_sym_LF, + ACTIONS(1521), 1, + anon_sym_DASH, + ACTIONS(5892), 1, anon_sym_DOT2, - ACTIONS(1437), 32, + STATE(2975), 1, + sym_comment, + ACTIONS(1515), 4, 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, - sym_val_nothing, - 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, - [140476] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - ACTIONS(5762), 1, - aux_sym_unquoted_token4, - ACTIONS(5764), 1, - aux_sym_unquoted_token6, - STATE(2938), 1, - sym_comment, - ACTIONS(5802), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 5, + ACTIONS(1519), 27, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1345), 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, @@ -309107,16 +313653,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140529] = 5, + [141745] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(1497), 1, anon_sym_LF, - ACTIONS(5794), 1, - anon_sym_DOT2, - STATE(2939), 1, + ACTIONS(5905), 1, + aux_sym_unquoted_token5, + STATE(2976), 1, sym_comment, - ACTIONS(213), 32, + ACTIONS(1495), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -309149,15 +313695,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140576] = 4, + [141792] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(2940), 1, + ACTIONS(5907), 1, + anon_sym_QMARK2, + STATE(2977), 1, sym_comment, - ACTIONS(1448), 2, + ACTIONS(1466), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1446), 32, + ACTIONS(1464), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -309168,10 +313716,9 @@ 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_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -309190,32 +313737,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [140621] = 7, + [141839] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5804), 1, - anon_sym_DOT2, - STATE(2941), 1, + ACTIONS(5907), 1, + anon_sym_QMARK2, + STATE(2978), 1, sym_comment, - STATE(2950), 1, - aux_sym_cell_path_repeat1, - STATE(3092), 1, - sym_path, - ACTIONS(1404), 2, - ts_builtin_sym_end, + ACTIONS(1466), 2, anon_sym_LF, - ACTIONS(1402), 29, + anon_sym_DOT2, + ACTIONS(1464), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -309234,23 +313779,23 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [140672] = 4, + [141886] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2942), 1, + STATE(2979), 1, sym_comment, - ACTIONS(1463), 2, + ACTIONS(1477), 3, + ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1461), 32, + ACTIONS(1475), 31, 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, @@ -309275,23 +313820,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140717] = 5, + [141931] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5806), 1, - anon_sym_QMARK2, - STATE(2943), 1, - sym_comment, - ACTIONS(1433), 3, - ts_builtin_sym_end, + ACTIONS(215), 1, anon_sym_LF, + ACTIONS(5257), 1, anon_sym_DOT2, - ACTIONS(1431), 30, + STATE(2980), 1, + sym_comment, + 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, @@ -309317,18 +313862,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140764] = 4, + [141978] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2944), 1, + STATE(2981), 1, sym_comment, - ACTIONS(1570), 5, + ACTIONS(1636), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1572), 29, + ACTIONS(1638), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -309358,65 +313903,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140809] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - ACTIONS(5762), 1, - aux_sym_unquoted_token4, - ACTIONS(5764), 1, - aux_sym_unquoted_token6, - STATE(2945), 1, - sym_comment, - ACTIONS(5808), 2, - anon_sym_LT, - anon_sym_EQ2, - ACTIONS(1343), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1345), 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, - [140862] = 6, + [142023] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5810), 1, + ACTIONS(5901), 1, anon_sym_DOT2, - STATE(3092), 1, + STATE(2963), 1, sym_path, - ACTIONS(1416), 2, + STATE(2982), 1, + sym_comment, + STATE(3234), 1, + sym_cell_path, + ACTIONS(1397), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2946), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 29, + ACTIONS(1395), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -309427,7 +313928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -309446,18 +313947,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [140911] = 4, + [142074] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2947), 1, + STATE(2983), 1, sym_comment, - ACTIONS(1578), 5, + ACTIONS(1580), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1580), 29, + ACTIONS(1582), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -309487,17 +313988,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [140956] = 5, + [142119] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5813), 1, - anon_sym_QMARK2, - STATE(2948), 1, - sym_comment, - ACTIONS(1433), 2, + ACTIONS(3030), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1431), 31, + STATE(2984), 1, + sym_comment, + ACTIONS(3028), 33, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -309505,12 +314003,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH, + anon_sym_else, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, + anon_sym_catch, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -309529,35 +314029,89 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [141003] = 5, + [142164] = 18, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5806), 1, - anon_sym_QMARK2, - STATE(2949), 1, - sym_comment, - ACTIONS(1433), 3, - ts_builtin_sym_end, + ACTIONS(1084), 1, anon_sym_LF, + ACTIONS(1104), 1, + anon_sym_bit_DASHand, + ACTIONS(1106), 1, + anon_sym_bit_DASHxor, + ACTIONS(1108), 1, + anon_sym_bit_DASHor, + ACTIONS(1110), 1, + anon_sym_and, + ACTIONS(1112), 1, + anon_sym_xor, + ACTIONS(1114), 1, + anon_sym_or, + ACTIONS(5257), 1, anon_sym_DOT2, - ACTIONS(1431), 30, + STATE(2985), 1, + sym_comment, + ACTIONS(1088), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1098), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1100), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1102), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1082), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(1090), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1094), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1086), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [142237] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2986), 1, + sym_comment, + ACTIONS(1650), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1652), 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, @@ -309571,80 +314125,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141050] = 7, - ACTIONS(105), 1, + [142282] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5804), 1, - anon_sym_DOT2, - STATE(2946), 1, - aux_sym_cell_path_repeat1, - STATE(2950), 1, + STATE(2987), 1, sym_comment, - STATE(3092), 1, - sym_path, - ACTIONS(1388), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1386), 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, + ACTIONS(1664), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [141101] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_LF, - ACTIONS(5146), 1, - anon_sym_DOT2, - STATE(2951), 1, - sym_comment, - ACTIONS(1465), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_LT2, + ACTIONS(1666), 29, + anon_sym_COMMA, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1469), 28, - anon_sym_GT, 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, @@ -309658,25 +314166,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141150] = 4, + [142327] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2952), 1, + ACTIONS(5779), 1, + anon_sym_DOT2, + ACTIONS(5781), 1, + aux_sym_unquoted_token4, + ACTIONS(5783), 1, + aux_sym_unquoted_token6, + STATE(2988), 1, sym_comment, - ACTIONS(1620), 5, + ACTIONS(5909), 2, + anon_sym_LT, + anon_sym_EQ2, + ACTIONS(1369), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1622), 29, - anon_sym_COMMA, - anon_sym_PIPE, + ACTIONS(1371), 24, 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, @@ -309699,21 +314211,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141195] = 7, + [142380] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5804), 1, + ACTIONS(5901), 1, anon_sym_DOT2, - STATE(2941), 1, - sym_path, - STATE(2953), 1, + STATE(2961), 1, + aux_sym_cell_path_repeat1, + STATE(2989), 1, sym_comment, - STATE(3190), 1, - sym_cell_path, - ACTIONS(1423), 2, + STATE(3120), 1, + sym_path, + ACTIONS(1438), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1421), 29, + ACTIONS(1436), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -309724,7 +314236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -309743,17 +314255,56 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [141246] = 5, + [142431] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5813), 1, - anon_sym_QMARK2, - STATE(2954), 1, + ACTIONS(1634), 1, + anon_sym_LF, + STATE(2990), 1, + sym_comment, + ACTIONS(1632), 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, + [142476] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2991), 1, sym_comment, - ACTIONS(1433), 2, + ACTIONS(1456), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1431), 31, + ACTIONS(1454), 32, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -309764,9 +314315,10 @@ 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_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -309785,67 +314337,23 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [141293] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2955), 1, - sym_comment, - ACTIONS(1546), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1548), 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, - [141338] = 7, + [142521] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1250), 1, - anon_sym_COLON, - ACTIONS(1467), 1, + STATE(2992), 1, + sym_comment, + ACTIONS(1456), 3, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5146), 1, anon_sym_DOT2, - STATE(2956), 1, - sym_comment, - ACTIONS(1465), 3, + ACTIONS(1454), 31, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1469), 28, 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, @@ -309870,18 +314378,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141389] = 4, + [142566] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2957), 1, + STATE(2993), 1, sym_comment, - ACTIONS(1600), 5, + ACTIONS(1646), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1602), 29, + ACTIONS(1648), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -309911,23 +314419,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141434] = 4, + [142611] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2958), 1, - sym_comment, - ACTIONS(1448), 3, - ts_builtin_sym_end, + ACTIONS(1517), 1, anon_sym_LF, + ACTIONS(5257), 1, anon_sym_DOT2, - ACTIONS(1446), 31, + STATE(2994), 1, + sym_comment, + ACTIONS(1515), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(1519), 28, 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, @@ -309952,142 +314462,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141479] = 4, + [142660] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1530), 1, anon_sym_LF, - STATE(2959), 1, + ACTIONS(5925), 1, + anon_sym_bit_DASHand, + ACTIONS(5927), 1, + anon_sym_bit_DASHxor, + ACTIONS(5929), 1, + anon_sym_bit_DASHor, + STATE(2995), 1, sym_comment, - ACTIONS(1506), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(5913), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5919), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(5921), 2, 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(5923), 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, - [141523] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1540), 1, - anon_sym_LF, - STATE(2960), 1, - sym_comment, - ACTIONS(1538), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(5915), 4, anon_sym_in, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5917), 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(5911), 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, + ACTIONS(1528), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_and, anon_sym_xor, anon_sym_or, - [141567] = 4, + [142724] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2961), 1, - sym_comment, - ACTIONS(3078), 2, - ts_builtin_sym_end, + ACTIONS(1578), 1, anon_sym_LF, - ACTIONS(3076), 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, - sym_val_nothing, - 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, - [141611] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5815), 1, - aux_sym_unquoted_token5, - STATE(2962), 1, + STATE(2996), 1, sym_comment, - ACTIONS(1494), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1492), 30, + ACTIONS(1576), 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, @@ -310113,21 +314552,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141657] = 4, + [142768] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1592), 1, - anon_sym_LF, - STATE(2963), 1, + ACTIONS(5931), 1, + aux_sym_unquoted_token5, + STATE(2997), 1, sym_comment, - ACTIONS(1590), 32, + ACTIONS(1497), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1495), 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, @@ -310153,70 +314593,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141701] = 17, + [142814] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1047), 1, + ACTIONS(5935), 1, anon_sym_LF, - ACTIONS(1067), 1, + ACTIONS(5951), 1, anon_sym_bit_DASHand, - ACTIONS(1069), 1, + ACTIONS(5953), 1, anon_sym_bit_DASHxor, - ACTIONS(1071), 1, + ACTIONS(5955), 1, anon_sym_bit_DASHor, - ACTIONS(1073), 1, + ACTIONS(5957), 1, anon_sym_and, - ACTIONS(1075), 1, + ACTIONS(5959), 1, anon_sym_xor, - ACTIONS(1077), 1, + ACTIONS(5961), 1, anon_sym_or, - STATE(2964), 1, + STATE(2998), 1, sym_comment, - ACTIONS(1051), 2, + ACTIONS(5939), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1061), 2, + ACTIONS(5945), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1063), 2, + ACTIONS(5947), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1065), 2, + ACTIONS(5949), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1045), 4, + ACTIONS(5933), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(1053), 4, + ACTIONS(5941), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1057), 4, + ACTIONS(5943), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1049), 6, + ACTIONS(5937), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [141771] = 6, + [142884] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5817), 1, + ACTIONS(5963), 1, anon_sym_DOT2, - STATE(3205), 1, + STATE(3248), 1, sym_path, - STATE(2965), 2, + STATE(2999), 2, sym_comment, aux_sym_cell_path_repeat1, - ACTIONS(1414), 8, + ACTIONS(1411), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -310225,7 +314665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1416), 22, + ACTIONS(1413), 22, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, @@ -310233,7 +314673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -310248,21 +314688,105 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [141819] = 4, + [142932] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1636), 1, + STATE(3000), 1, + sym_comment, + ACTIONS(1513), 2, anon_sym_LF, - STATE(2966), 1, + anon_sym_DOT2, + ACTIONS(1511), 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, + [142976] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2964), 1, + anon_sym_LF, + ACTIONS(5966), 1, + sym__long_flag_identifier, + STATE(3001), 1, sym_comment, - ACTIONS(1634), 32, + ACTIONS(2960), 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, + [143022] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1521), 1, + anon_sym_DASH, + ACTIONS(5968), 1, + anon_sym_DOT2, + STATE(3002), 1, + sym_comment, + ACTIONS(1515), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1517), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1519), 27, + anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -310288,64 +314812,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141863] = 5, + [143072] = 18, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_LF, - STATE(2967), 1, + ACTIONS(1165), 1, + anon_sym_bit_DASHand, + ACTIONS(1167), 1, + anon_sym_bit_DASHxor, + ACTIONS(1169), 1, + anon_sym_bit_DASHor, + ACTIONS(1171), 1, + anon_sym_and, + ACTIONS(1173), 1, + anon_sym_xor, + ACTIONS(1175), 1, + anon_sym_or, + ACTIONS(5331), 1, + anon_sym_DOT2, + STATE(3003), 1, sym_comment, - ACTIONS(1465), 4, + ACTIONS(1082), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1469), 28, - anon_sym_GT, + ACTIONS(1084), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1149), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(1159), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(1161), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1163), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1151), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1155), 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(1147), 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, - [141909] = 7, + [143144] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1471), 1, - anon_sym_DASH, - ACTIONS(5820), 1, - anon_sym_DOT2, - STATE(2968), 1, + ACTIONS(1517), 1, + anon_sym_LF, + STATE(3004), 1, sym_comment, - ACTIONS(1465), 2, + ACTIONS(1515), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1467), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1469), 27, + anon_sym_RBRACE, + ACTIONS(1519), 28, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_STAR_STAR, @@ -310372,16 +314907,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [141959] = 5, + [143190] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2766), 1, - anon_sym_LF, - ACTIONS(5822), 1, - sym__long_flag_identifier, - STATE(2969), 1, + STATE(3005), 1, sym_comment, - ACTIONS(2762), 31, + ACTIONS(1487), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1485), 31, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -310394,7 +314928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -310413,67 +314947,66 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [142005] = 17, + [143234] = 16, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5526), 1, + ACTIONS(1530), 1, anon_sym_LF, - ACTIONS(5542), 1, + ACTIONS(5925), 1, anon_sym_bit_DASHand, - ACTIONS(5544), 1, + ACTIONS(5927), 1, anon_sym_bit_DASHxor, - ACTIONS(5546), 1, + ACTIONS(5929), 1, anon_sym_bit_DASHor, - ACTIONS(5548), 1, + ACTIONS(5970), 1, anon_sym_and, - ACTIONS(5550), 1, + ACTIONS(5972), 1, anon_sym_xor, - ACTIONS(5552), 1, - anon_sym_or, - STATE(2970), 1, + STATE(3006), 1, sym_comment, - ACTIONS(5530), 2, + ACTIONS(5913), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5536), 2, + ACTIONS(5919), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5538), 2, + ACTIONS(5921), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5540), 2, + ACTIONS(5923), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5524), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5532), 4, + ACTIONS(5915), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5534), 4, + ACTIONS(5917), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5528), 6, + ACTIONS(1528), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_or, + ACTIONS(5911), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [142075] = 4, + [143302] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1562), 1, + ACTIONS(1570), 1, anon_sym_LF, - STATE(2971), 1, + STATE(3007), 1, sym_comment, - ACTIONS(1469), 32, + ACTIONS(1568), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310506,102 +315039,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142119] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(2965), 1, - aux_sym_cell_path_repeat1, - STATE(2972), 1, - sym_comment, - STATE(3205), 1, - sym_path, - ACTIONS(1386), 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(1388), 22, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [142169] = 9, + [143346] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(5976), 1, anon_sym_LF, - STATE(2973), 1, + ACTIONS(5992), 1, + anon_sym_bit_DASHand, + ACTIONS(5994), 1, + anon_sym_bit_DASHxor, + ACTIONS(5996), 1, + anon_sym_bit_DASHor, + ACTIONS(5998), 1, + anon_sym_and, + ACTIONS(6000), 1, + anon_sym_xor, + ACTIONS(6002), 1, + anon_sym_or, + STATE(3008), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(5980), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5832), 2, + ACTIONS(5986), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, + ACTIONS(5988), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5830), 4, + ACTIONS(5990), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5974), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(5982), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5984), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5826), 6, + ACTIONS(5978), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1510), 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, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [142223] = 4, + [143416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1622), 1, anon_sym_LF, - STATE(2974), 1, + STATE(3009), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1620), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310634,31 +315132,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142267] = 7, + [143460] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1666), 1, anon_sym_LF, - STATE(2975), 1, + STATE(3010), 1, sym_comment, - ACTIONS(5828), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5830), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 24, + ACTIONS(1664), 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, @@ -310677,54 +315172,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142317] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(2976), 1, - sym_comment, - ACTIONS(1490), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1488), 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, - sym_val_nothing, - 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, - [142361] = 4, + [143504] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1652), 1, anon_sym_LF, - STATE(2977), 1, + STATE(3011), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1650), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310757,44 +315212,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142405] = 10, + [143548] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, - anon_sym_LF, - STATE(2978), 1, + STATE(3012), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(1513), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1511), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5830), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5826), 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(1510), 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, @@ -310803,14 +315252,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142461] = 4, + [143592] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1648), 1, anon_sym_LF, - STATE(2979), 1, + STATE(3013), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1646), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310843,22 +315292,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142505] = 6, + [143636] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1582), 1, anon_sym_LF, - STATE(2980), 1, + STATE(3014), 1, sym_comment, - ACTIONS(5832), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5830), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 26, + ACTIONS(1580), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310866,6 +315307,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, @@ -310885,14 +315332,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142553] = 4, + [143680] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1526), 1, anon_sym_LF, - STATE(2981), 1, + STATE(3015), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1524), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310925,17 +315372,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142597] = 5, + [143724] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1590), 1, anon_sym_LF, - STATE(2982), 1, + STATE(3016), 1, sym_comment, - ACTIONS(5832), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 30, + ACTIONS(1588), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -310944,6 +315388,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, @@ -310966,21 +315412,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142643] = 4, + [143768] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, - anon_sym_LF, - STATE(2983), 1, + STATE(3017), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1509), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1507), 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, @@ -311006,34 +315452,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142687] = 8, + [143812] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, - anon_sym_LF, - STATE(2984), 1, + ACTIONS(5968), 1, + anon_sym_DOT2, + STATE(3018), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(215), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(213), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5830), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1510), 22, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_in, - anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -311050,22 +315493,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142739] = 8, + [143858] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5824), 1, + ACTIONS(6004), 1, anon_sym_DOT2, - STATE(2985), 1, + STATE(3019), 1, sym_comment, - STATE(3010), 1, + STATE(3068), 1, + aux_sym_cell_path_repeat1, + STATE(3248), 1, sym_path, - STATE(3220), 1, - sym_cell_path, - ACTIONS(1382), 3, - anon_sym_SEMI, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(5841), 8, + ACTIONS(1440), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -311074,14 +315513,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(5838), 19, + ACTIONS(1442), 22, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -311094,21 +315534,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [142791] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [143908] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, - anon_sym_LF, - STATE(2986), 1, + STATE(3020), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1487), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1485), 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, @@ -311134,109 +315576,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142835] = 11, + [143952] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(215), 1, anon_sym_LF, - STATE(2987), 1, + ACTIONS(1248), 1, + anon_sym_COLON, + STATE(3021), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(213), 31, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5844), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5830), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5826), 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(1510), 10, - 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, - [142893] = 12, + [143998] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1428), 1, anon_sym_LF, - ACTIONS(5846), 1, - anon_sym_bit_DASHand, - STATE(2988), 1, + STATE(3022), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(1426), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5844), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5830), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5826), 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(1510), 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, - [142953] = 4, + [144042] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(3019), 1, + sym_path, + STATE(3023), 1, + sym_comment, + STATE(3270), 1, + sym_cell_path, + ACTIONS(1420), 3, + anon_sym_SEMI, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6009), 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(6006), 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, + [144094] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1562), 1, anon_sym_LF, - STATE(2989), 1, + STATE(3024), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1560), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311269,14 +315741,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [142997] = 4, + [144138] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1568), 1, + ACTIONS(1566), 1, anon_sym_LF, - STATE(2990), 1, + STATE(3025), 1, sym_comment, - ACTIONS(1566), 32, + ACTIONS(1564), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311309,63 +315781,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143041] = 13, - ACTIONS(105), 1, + [144182] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1512), 1, - anon_sym_LF, - ACTIONS(5846), 1, - anon_sym_bit_DASHand, - ACTIONS(5848), 1, - anon_sym_bit_DASHxor, - STATE(2991), 1, + ACTIONS(6012), 1, + anon_sym_DOT2, + ACTIONS(6014), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6016), 1, + aux_sym_unquoted_token2, + STATE(3026), 1, sym_comment, - ACTIONS(5828), 2, - anon_sym_DASH, + ACTIONS(1426), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_LT2, + ACTIONS(1428), 25, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5844), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5830), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5826), 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(1510), 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, - [143103] = 4, + [144232] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1630), 1, anon_sym_LF, - STATE(2992), 1, + STATE(3027), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1628), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311398,71 +315864,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143147] = 14, + [144276] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1574), 1, anon_sym_LF, - ACTIONS(5846), 1, - anon_sym_bit_DASHand, - ACTIONS(5848), 1, - anon_sym_bit_DASHxor, - ACTIONS(5850), 1, - anon_sym_bit_DASHor, - STATE(2993), 1, + STATE(3028), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(1572), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5844), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5830), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5826), 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(1510), 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, - [143211] = 4, + [144320] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, - anon_sym_LF, - STATE(2994), 1, + ACTIONS(5331), 1, + anon_sym_DOT2, + STATE(3029), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1515), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, + ACTIONS(1517), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1519), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -311488,23 +315946,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143255] = 6, + [144368] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5229), 1, - anon_sym_DOT2, - STATE(2995), 1, + ACTIONS(1642), 1, + anon_sym_LF, + STATE(3030), 1, sym_comment, - ACTIONS(1465), 2, + ACTIONS(1640), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1467), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1469), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -311530,87 +315986,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143303] = 15, + [144412] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1626), 1, anon_sym_LF, - ACTIONS(5846), 1, - anon_sym_bit_DASHand, - ACTIONS(5848), 1, - anon_sym_bit_DASHxor, - ACTIONS(5850), 1, - anon_sym_bit_DASHor, - ACTIONS(5852), 1, - anon_sym_and, - STATE(2996), 1, + STATE(3031), 1, sym_comment, - ACTIONS(5828), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5844), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5830), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 6, + ACTIONS(1624), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_xor, - anon_sym_or, - ACTIONS(5826), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [143369] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5854), 1, - anon_sym_DOT2, - ACTIONS(5856), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5858), 1, - aux_sym_unquoted_token2, - STATE(2997), 1, - sym_comment, - ACTIONS(1363), 5, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1365), 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, @@ -311624,14 +316026,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143419] = 4, + [144456] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1606), 1, anon_sym_LF, - STATE(2998), 1, + STATE(3032), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1604), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311664,66 +316066,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143463] = 16, + [144500] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1598), 1, anon_sym_LF, - ACTIONS(5846), 1, - anon_sym_bit_DASHand, - ACTIONS(5848), 1, - anon_sym_bit_DASHxor, - ACTIONS(5850), 1, - anon_sym_bit_DASHor, - ACTIONS(5852), 1, - anon_sym_and, - ACTIONS(5860), 1, - anon_sym_xor, - STATE(2999), 1, + STATE(3033), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(1596), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5832), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5844), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5830), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_or, - ACTIONS(5826), 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, - [143531] = 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, + [144544] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3000), 1, + STATE(3034), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311756,67 +316146,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143575] = 17, + [144588] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1512), 1, + ACTIONS(1530), 1, anon_sym_LF, - ACTIONS(5846), 1, + ACTIONS(5925), 1, anon_sym_bit_DASHand, - ACTIONS(5848), 1, + ACTIONS(5927), 1, anon_sym_bit_DASHxor, - ACTIONS(5850), 1, + ACTIONS(5929), 1, anon_sym_bit_DASHor, - ACTIONS(5852), 1, + ACTIONS(5970), 1, anon_sym_and, - ACTIONS(5860), 1, + ACTIONS(5972), 1, anon_sym_xor, - ACTIONS(5862), 1, + ACTIONS(6018), 1, anon_sym_or, - STATE(3001), 1, + STATE(3035), 1, sym_comment, - ACTIONS(5828), 2, + ACTIONS(5913), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5832), 2, + ACTIONS(5919), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5834), 2, + ACTIONS(5921), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5844), 2, + ACTIONS(5923), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1510), 4, + ACTIONS(1528), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(5830), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5836), 4, + ACTIONS(5915), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5826), 6, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5911), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [143645] = 4, + [144658] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1508), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3002), 1, + STATE(3036), 1, sym_comment, - ACTIONS(1506), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311849,37 +316239,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143689] = 8, - ACTIONS(3), 1, + [144702] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(2930), 1, - sym_cell_path, - STATE(3003), 1, + ACTIONS(1618), 1, + anon_sym_LF, + STATE(3037), 1, sym_comment, - ACTIONS(4084), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(1410), 5, + ACTIONS(1616), 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(1412), 23, 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, @@ -311893,67 +316279,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143741] = 17, + [144746] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5592), 1, + ACTIONS(5688), 1, anon_sym_LF, - ACTIONS(5608), 1, + ACTIONS(5704), 1, anon_sym_bit_DASHand, - ACTIONS(5610), 1, + ACTIONS(5706), 1, anon_sym_bit_DASHxor, - ACTIONS(5612), 1, + ACTIONS(5708), 1, anon_sym_bit_DASHor, - ACTIONS(5614), 1, + ACTIONS(5710), 1, anon_sym_and, - ACTIONS(5616), 1, + ACTIONS(5712), 1, anon_sym_xor, - ACTIONS(5618), 1, + ACTIONS(5714), 1, anon_sym_or, - STATE(3004), 1, + STATE(3038), 1, sym_comment, - ACTIONS(5596), 2, + ACTIONS(5692), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5602), 2, + ACTIONS(5698), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5604), 2, + ACTIONS(5700), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5606), 2, + ACTIONS(5702), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5590), 4, + ACTIONS(5686), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(5598), 4, + ACTIONS(5694), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5600), 4, + ACTIONS(5696), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5594), 6, + ACTIONS(5690), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [143811] = 4, + [144816] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1598), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3005), 1, + STATE(3039), 1, sym_comment, - ACTIONS(1596), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -311986,21 +316372,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143855] = 4, + [144860] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1365), 1, - anon_sym_LF, - STATE(3006), 1, + ACTIONS(5331), 1, + anon_sym_DOT2, + STATE(3040), 1, sym_comment, - ACTIONS(1363), 32, + ACTIONS(215), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(213), 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, @@ -312026,60 +316413,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143899] = 4, + [144906] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1580), 1, + ACTIONS(1517), 1, anon_sym_LF, - STATE(3007), 1, + ACTIONS(1521), 1, + anon_sym_DASH, + STATE(3041), 1, sym_comment, - ACTIONS(1578), 32, + ACTIONS(1515), 4, 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, - [143943] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3008), 1, - sym_comment, - ACTIONS(1476), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1519), 27, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_STAR_STAR, @@ -312106,118 +316455,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [143987] = 17, + [144954] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5866), 1, + ACTIONS(1084), 1, anon_sym_LF, - ACTIONS(5882), 1, + ACTIONS(1104), 1, anon_sym_bit_DASHand, - ACTIONS(5884), 1, + ACTIONS(1106), 1, anon_sym_bit_DASHxor, - ACTIONS(5886), 1, + ACTIONS(1108), 1, anon_sym_bit_DASHor, - ACTIONS(5888), 1, + ACTIONS(1110), 1, anon_sym_and, - ACTIONS(5890), 1, + ACTIONS(1112), 1, anon_sym_xor, - ACTIONS(5892), 1, + ACTIONS(1114), 1, anon_sym_or, - STATE(3009), 1, + STATE(3042), 1, sym_comment, - ACTIONS(5870), 2, + ACTIONS(1088), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5876), 2, + ACTIONS(1098), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5878), 2, + ACTIONS(1100), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5880), 2, + ACTIONS(1102), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5864), 4, + ACTIONS(1082), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(5872), 4, + ACTIONS(1090), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5874), 4, + ACTIONS(1094), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5868), 6, + ACTIONS(1086), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [144057] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(2972), 1, - aux_sym_cell_path_repeat1, - STATE(3010), 1, - sym_comment, - STATE(3205), 1, - sym_path, - ACTIONS(1402), 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(1404), 22, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [144107] = 5, + [145024] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5820), 1, - anon_sym_DOT2, - STATE(3011), 1, - sym_comment, - ACTIONS(215), 2, - ts_builtin_sym_end, + ACTIONS(1610), 1, anon_sym_LF, - ACTIONS(213), 30, + STATE(3043), 1, + sym_comment, + ACTIONS(1608), 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, @@ -312243,54 +316548,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144153] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3012), 1, - sym_comment, - ACTIONS(1480), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1478), 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, - sym_val_nothing, - 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, - [144197] = 4, + [145068] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1548), 1, + ACTIONS(1497), 1, anon_sym_LF, - STATE(3013), 1, + STATE(3044), 1, sym_comment, - ACTIONS(1546), 32, + ACTIONS(1495), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312323,14 +316588,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144241] = 4, + [145112] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1494), 1, + ACTIONS(1602), 1, anon_sym_LF, - STATE(3014), 1, + STATE(3045), 1, sym_comment, - ACTIONS(1492), 32, + ACTIONS(1600), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312363,14 +316628,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144285] = 4, + [145156] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1556), 1, + ACTIONS(1602), 1, anon_sym_LF, - STATE(3015), 1, + STATE(3046), 1, sym_comment, - ACTIONS(1554), 32, + ACTIONS(1600), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312403,14 +316668,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144329] = 4, + [145200] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1560), 1, + ACTIONS(215), 1, anon_sym_LF, - STATE(3016), 1, + STATE(3047), 1, sym_comment, - ACTIONS(1558), 32, + ACTIONS(213), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312443,57 +316708,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144373] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3017), 1, - sym_comment, - STATE(3220), 1, - sym_cell_path, - ACTIONS(1380), 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(1382), 22, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [144423] = 4, + [145244] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1576), 1, + ACTIONS(1660), 1, anon_sym_LF, - STATE(3018), 1, + STATE(3048), 1, sym_comment, - ACTIONS(1574), 32, + ACTIONS(1658), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312526,17 +316748,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144467] = 5, + [145288] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(1656), 1, anon_sym_LF, - ACTIONS(1250), 1, - anon_sym_COLON, - STATE(3019), 1, + STATE(3049), 1, sym_comment, - ACTIONS(213), 31, + ACTIONS(1654), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, @@ -312567,21 +316788,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144513] = 4, + [145332] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3020), 1, - sym_comment, - ACTIONS(1480), 3, - ts_builtin_sym_end, + ACTIONS(1638), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1478), 30, + STATE(3050), 1, + sym_comment, + ACTIONS(1636), 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, @@ -312607,14 +316828,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144557] = 4, + [145376] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1588), 1, + ACTIONS(1530), 1, anon_sym_LF, - STATE(3021), 1, + ACTIONS(5925), 1, + anon_sym_bit_DASHand, + ACTIONS(5927), 1, + anon_sym_bit_DASHxor, + ACTIONS(5929), 1, + anon_sym_bit_DASHor, + ACTIONS(5970), 1, + anon_sym_and, + STATE(3051), 1, + sym_comment, + ACTIONS(5913), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5921), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5923), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5915), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_xor, + anon_sym_or, + ACTIONS(5911), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [145442] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1558), 1, + anon_sym_LF, + STATE(3052), 1, sym_comment, - ACTIONS(1586), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312647,57 +316919,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144601] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3022), 1, - sym_comment, - STATE(3235), 1, - sym_cell_path, - ACTIONS(1390), 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(1392), 22, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [144651] = 4, + [145486] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1606), 1, + ACTIONS(1614), 1, anon_sym_LF, - STATE(3023), 1, + STATE(3053), 1, sym_comment, - ACTIONS(1604), 32, + ACTIONS(1612), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312730,33 +316959,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144695] = 4, - ACTIONS(105), 1, + [145530] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1610), 1, - anon_sym_LF, - STATE(3024), 1, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(2966), 1, + sym_cell_path, + STATE(3054), 1, sym_comment, - ACTIONS(1608), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4205), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(1403), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1405), 23, 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, @@ -312770,23 +317003,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144739] = 6, + [145582] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, + ACTIONS(1558), 1, anon_sym_LF, - ACTIONS(1471), 1, - anon_sym_DASH, - STATE(3025), 1, + STATE(3055), 1, sym_comment, - ACTIONS(1465), 4, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(1469), 27, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -312812,14 +317043,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144787] = 4, + [145626] = 13, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1530), 1, + anon_sym_LF, + ACTIONS(5925), 1, + anon_sym_bit_DASHand, + ACTIONS(5927), 1, + anon_sym_bit_DASHxor, + STATE(3056), 1, + sym_comment, + ACTIONS(5913), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5921), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5923), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5915), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5911), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 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, + [145688] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3057), 1, + sym_comment, + ACTIONS(3030), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3028), 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, + [145732] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(3019), 1, + sym_path, + STATE(3058), 1, + sym_comment, + STATE(3274), 1, + sym_cell_path, + ACTIONS(1389), 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(1391), 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, + [145782] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1614), 1, + ACTIONS(1586), 1, anon_sym_LF, - STATE(3026), 1, + STATE(3059), 1, sym_comment, - ACTIONS(1612), 32, + ACTIONS(1584), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -312852,21 +317215,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144831] = 4, + [145826] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3027), 1, + STATE(3060), 1, sym_comment, - ACTIONS(1486), 3, - ts_builtin_sym_end, + ACTIONS(1503), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1484), 30, + ACTIONS(1501), 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, + [145870] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1558), 1, + anon_sym_LF, + STATE(3061), 1, + sym_comment, + ACTIONS(1556), 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, @@ -312892,108 +317295,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [144875] = 18, + [145914] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1133), 1, - anon_sym_bit_DASHand, - ACTIONS(1135), 1, - anon_sym_bit_DASHxor, - ACTIONS(1137), 1, - anon_sym_bit_DASHor, - ACTIONS(1139), 1, - anon_sym_and, - ACTIONS(1141), 1, - anon_sym_xor, - ACTIONS(1143), 1, - anon_sym_or, - ACTIONS(5229), 1, - anon_sym_DOT2, - STATE(3028), 1, + STATE(3062), 1, sym_comment, - ACTIONS(1045), 2, + ACTIONS(1477), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1475), 30, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - ACTIONS(1047), 2, - ts_builtin_sym_end, + 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, + [145958] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1530), 1, anon_sym_LF, - ACTIONS(1117), 2, + ACTIONS(5925), 1, + anon_sym_bit_DASHand, + STATE(3063), 1, + sym_comment, + ACTIONS(5913), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1127), 2, + ACTIONS(5919), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(1129), 2, + ACTIONS(5921), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1131), 2, + ACTIONS(5923), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1119), 4, + ACTIONS(5915), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1123), 4, + ACTIONS(5917), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1115), 6, + ACTIONS(5911), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [144947] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1628), 1, - anon_sym_LF, - STATE(3029), 1, - sym_comment, - ACTIONS(1626), 32, + ACTIONS(1528), 9, 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, - [144991] = 4, + [146018] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1544), 1, + STATE(3064), 1, + sym_comment, + ACTIONS(1456), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(3030), 1, + anon_sym_DOT2, + ACTIONS(1454), 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, + [146062] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1558), 1, + anon_sym_LF, + STATE(3065), 1, sym_comment, - ACTIONS(1542), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313026,14 +317463,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145035] = 4, + [146106] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(3019), 1, + sym_path, + STATE(3066), 1, + sym_comment, + STATE(3270), 1, + sym_cell_path, + ACTIONS(1418), 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(1420), 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, + [146156] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1528), 1, + ACTIONS(1670), 1, anon_sym_LF, - STATE(3031), 1, + STATE(3067), 1, sym_comment, - ACTIONS(1526), 32, + ACTIONS(1668), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313066,58 +317546,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145079] = 4, + [146200] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(2999), 1, + aux_sym_cell_path_repeat1, + STATE(3068), 1, + sym_comment, + STATE(3248), 1, + sym_path, + ACTIONS(1436), 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(1438), 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, + [146250] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1572), 1, + ACTIONS(5622), 1, anon_sym_LF, - STATE(3032), 1, + ACTIONS(5638), 1, + anon_sym_bit_DASHand, + ACTIONS(5640), 1, + anon_sym_bit_DASHxor, + ACTIONS(5642), 1, + anon_sym_bit_DASHor, + ACTIONS(5644), 1, + anon_sym_and, + ACTIONS(5646), 1, + anon_sym_xor, + ACTIONS(5648), 1, + anon_sym_or, + STATE(3069), 1, sym_comment, - ACTIONS(1570), 32, + ACTIONS(5626), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5632), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5634), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5636), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5620), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, + ACTIONS(5628), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5630), 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(5624), 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, - [145123] = 5, + [146320] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5894), 1, + ACTIONS(6020), 1, anon_sym_QMARK2, - STATE(3033), 1, + STATE(3070), 1, sym_comment, - ACTIONS(1433), 3, + ACTIONS(1466), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1431), 29, + ACTIONS(1464), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -313128,7 +317664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -313147,18 +317683,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [145169] = 5, + [146366] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5894), 1, + ACTIONS(6020), 1, anon_sym_QMARK2, - STATE(3034), 1, + STATE(3071), 1, sym_comment, - ACTIONS(1433), 3, + ACTIONS(1466), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1431), 29, + ACTIONS(1464), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -313169,7 +317705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -313188,14 +317724,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [145215] = 4, + [146412] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1602), 1, + ACTIONS(1644), 1, anon_sym_LF, - STATE(3035), 1, + STATE(3072), 1, sym_comment, - ACTIONS(1600), 32, + ACTIONS(1519), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313228,14 +317764,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145259] = 4, + [146456] = 9, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1584), 1, + ACTIONS(1530), 1, anon_sym_LF, - STATE(3036), 1, + STATE(3073), 1, + sym_comment, + ACTIONS(5913), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5921), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5911), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 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, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [146510] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1558), 1, + anon_sym_LF, + STATE(3074), 1, sym_comment, - ACTIONS(1582), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313268,28 +317849,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145303] = 4, + [146554] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1552), 1, + ACTIONS(1530), 1, anon_sym_LF, - STATE(3037), 1, + STATE(3075), 1, sym_comment, - ACTIONS(1550), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(5913), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(5919), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(5917), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(1528), 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, @@ -313308,14 +317892,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145347] = 4, + [146604] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1540), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3038), 1, + STATE(3076), 1, sym_comment, - ACTIONS(1538), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313348,70 +317932,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145391] = 17, + [146648] = 10, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5898), 1, + ACTIONS(1530), 1, anon_sym_LF, - ACTIONS(5914), 1, - anon_sym_bit_DASHand, - ACTIONS(5916), 1, - anon_sym_bit_DASHxor, - ACTIONS(5918), 1, - anon_sym_bit_DASHor, - ACTIONS(5920), 1, - anon_sym_and, - ACTIONS(5922), 1, - anon_sym_xor, - ACTIONS(5924), 1, - anon_sym_or, - STATE(3039), 1, + STATE(3077), 1, sym_comment, - ACTIONS(5902), 2, + ACTIONS(5913), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5908), 2, + ACTIONS(5919), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5910), 2, + ACTIONS(5921), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5912), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5896), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(5904), 4, + ACTIONS(5915), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5906), 4, + ACTIONS(5917), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5900), 6, + ACTIONS(5911), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [145461] = 5, + ACTIONS(1528), 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, + [146704] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5384), 1, + ACTIONS(5521), 1, aux_sym_unquoted_token3, - STATE(3040), 1, + STATE(3078), 1, sym_comment, - ACTIONS(1345), 2, + ACTIONS(1371), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1343), 30, + ACTIONS(1369), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -313442,14 +318019,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145507] = 4, + [146750] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(215), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3041), 1, + STATE(3079), 1, sym_comment, - ACTIONS(213), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313482,56 +318059,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145551] = 4, + [146794] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(3042), 1, - sym_comment, - ACTIONS(1439), 3, - ts_builtin_sym_end, + ACTIONS(1530), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1437), 30, + STATE(3080), 1, + sym_comment, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 26, 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_QMARK2, + anon_sym_in, + anon_sym_RBRACE, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [145595] = 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, + [146842] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3043), 1, + STATE(3081), 1, sym_comment, - ACTIONS(1463), 3, + ACTIONS(1493), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1461), 30, + ACTIONS(1491), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -313562,16 +318141,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145639] = 4, + [146886] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3044), 1, + STATE(3082), 1, sym_comment, - ACTIONS(1490), 3, + ACTIONS(1503), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1488), 30, + ACTIONS(1501), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -313602,14 +318181,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145683] = 4, + [146930] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1500), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3045), 1, + STATE(3083), 1, sym_comment, - ACTIONS(1498), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313642,54 +318221,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145727] = 4, + [146974] = 11, ACTIONS(105), 1, anon_sym_POUND, - STATE(3046), 1, + ACTIONS(1530), 1, + anon_sym_LF, + STATE(3084), 1, sym_comment, - ACTIONS(1448), 3, - ts_builtin_sym_end, + ACTIONS(5913), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5921), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5923), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5915), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5911), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 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, + [147032] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1530), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1446), 30, + STATE(3085), 1, + sym_comment, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 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_QMARK2, + 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, - sym_val_nothing, - 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, - [145771] = 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, + [147078] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1504), 1, + ACTIONS(1558), 1, anon_sym_LF, - STATE(3047), 1, + STATE(3086), 1, sym_comment, - ACTIONS(1502), 32, + ACTIONS(1556), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -313722,22 +318349,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145815] = 5, + [147122] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5229), 1, - anon_sym_DOT2, - STATE(3048), 1, - sym_comment, - ACTIONS(215), 2, - ts_builtin_sym_end, + ACTIONS(1558), 1, anon_sym_LF, - ACTIONS(213), 30, + STATE(3087), 1, + sym_comment, + ACTIONS(1556), 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, @@ -313763,61 +318389,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145861] = 4, + [147166] = 8, ACTIONS(105), 1, anon_sym_POUND, - STATE(3049), 1, - sym_comment, - ACTIONS(1476), 2, + ACTIONS(1530), 1, anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 31, + STATE(3088), 1, + sym_comment, + ACTIONS(5913), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5919), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5921), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5917), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 22, 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_GT, + anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [145905] = 4, + 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, + [147218] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1622), 1, - anon_sym_LF, - STATE(3050), 1, + STATE(3089), 1, sym_comment, - ACTIONS(1620), 32, + ACTIONS(1558), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1556), 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, @@ -313843,18 +318472,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [145949] = 7, + [147261] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5926), 1, + ACTIONS(6004), 1, anon_sym_DOT2, - STATE(3051), 1, - sym_comment, - STATE(3115), 1, + STATE(3019), 1, sym_path, - STATE(3211), 1, + STATE(3090), 1, + sym_comment, + STATE(3429), 1, sym_cell_path, - ACTIONS(1373), 8, + ACTIONS(1399), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -313863,14 +318492,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1375), 21, + ACTIONS(1401), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -313885,140 +318514,72 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [145998] = 4, + [147310] = 11, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4615), 1, - anon_sym_LF, - STATE(3052), 1, + STATE(3091), 1, sym_comment, - ACTIONS(4618), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6024), 2, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [146041] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3053), 1, - sym_comment, - ACTIONS(1506), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 27, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(6032), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6034), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6026), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6022), 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(1528), 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, - [146084] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3093), 1, - anon_sym_LF, - STATE(3054), 1, - sym_comment, - ACTIONS(3091), 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, - sym_val_nothing, - 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, - [146127] = 4, + [147367] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3055), 1, + ACTIONS(6036), 1, + anon_sym_DOT2, + ACTIONS(6038), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6040), 1, + aux_sym_unquoted_token2, + STATE(3092), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1426), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1508), 27, - anon_sym_COMMA, + ACTIONS(1428), 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, @@ -314041,24 +318602,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146170] = 7, + [147416] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5929), 1, + ACTIONS(6042), 1, anon_sym_DOT2, - ACTIONS(5931), 1, + ACTIONS(6044), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5933), 1, + ACTIONS(6046), 1, aux_sym_unquoted_token2, - STATE(3056), 1, + STATE(3093), 1, sym_comment, - ACTIONS(1363), 5, + ACTIONS(1426), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1365), 24, + ACTIONS(1428), 24, anon_sym_DASH, anon_sym_in, anon_sym_LBRACE, @@ -314083,71 +318644,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146219] = 4, - ACTIONS(3), 1, + [147465] = 12, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3057), 1, + ACTIONS(6048), 1, + anon_sym_bit_DASHand, + STATE(3094), 1, sym_comment, - ACTIONS(1506), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 27, - anon_sym_COMMA, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6024), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(6032), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6034), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6026), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6022), 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(1528), 7, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [146262] = 4, - ACTIONS(3), 1, + [147524] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3058), 1, + ACTIONS(3161), 1, + anon_sym_LF, + STATE(3095), 1, sym_comment, - ACTIONS(1363), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1365), 27, - anon_sym_COMMA, + ACTIONS(3159), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, + 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, + [147567] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3096), 1, + sym_comment, + ACTIONS(1558), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1556), 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, @@ -314161,32 +318769,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146305] = 4, - ACTIONS(3), 1, + [147610] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3059), 1, + STATE(3097), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1558), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1556), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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, @@ -314200,32 +318808,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146348] = 4, - ACTIONS(3), 1, + [147653] = 8, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3060), 1, + STATE(3098), 1, sym_comment, - ACTIONS(1506), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 27, - anon_sym_COMMA, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6024), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(6032), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 20, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + 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, @@ -314239,32 +318851,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146391] = 4, - ACTIONS(3), 1, + [147704] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3061), 1, + STATE(3099), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1656), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1654), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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, @@ -314278,32 +318890,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146434] = 4, - ACTIONS(3), 1, + [147747] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3062), 1, + STATE(3100), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1497), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1495), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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, @@ -314317,32 +318929,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146477] = 4, - ACTIONS(3), 1, + [147790] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3063), 1, + STATE(3101), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1558), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1556), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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, @@ -314356,32 +318968,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146520] = 4, - ACTIONS(3), 1, + [147833] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3064), 1, + STATE(3102), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6030), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 28, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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_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, @@ -314395,18 +319008,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146563] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3065), 1, + [147878] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2999), 1, + aux_sym_cell_path_repeat1, + STATE(3103), 1, sym_comment, - STATE(3334), 1, - sym_cell_path, - ACTIONS(1373), 8, + STATE(3248), 1, + sym_path, + ACTIONS(1436), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -314415,14 +319026,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1375), 21, + ACTIONS(1438), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -314437,111 +319049,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [146612] = 5, + [147925] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5935), 1, - sym__long_flag_identifier, - STATE(3066), 1, + STATE(3104), 1, sym_comment, - ACTIONS(2766), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2762), 29, + ACTIONS(1556), 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_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [146657] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3067), 1, - sym_comment, - ACTIONS(1506), 5, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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, - [146700] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3068), 1, - sym_comment, - ACTIONS(1506), 5, - anon_sym_GT, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1508), 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_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, @@ -314555,18 +319088,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146743] = 7, + [147968] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3069), 1, + ACTIONS(6050), 1, + anon_sym_QMARK2, + STATE(3105), 1, sym_comment, - STATE(3365), 1, - sym_cell_path, - ACTIONS(1398), 8, + ACTIONS(1464), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -314575,14 +319104,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1400), 21, + ACTIONS(1466), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -314597,32 +319128,34 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [146792] = 4, - ACTIONS(3), 1, + [148013] = 6, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3070), 1, + STATE(3106), 1, sym_comment, - ACTIONS(213), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(215), 27, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(1528), 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, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -314636,15 +319169,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146835] = 4, + [148060] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3071), 1, + STATE(3107), 1, sym_comment, - ACTIONS(1622), 2, + ACTIONS(1666), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1620), 30, + ACTIONS(1664), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314675,32 +319208,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146878] = 4, - ACTIONS(3), 1, + [148103] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3072), 1, + STATE(3108), 1, sym_comment, - ACTIONS(1574), 5, + ACTIONS(1558), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1556), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1576), 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, @@ -314714,15 +319247,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146921] = 4, + [148146] = 13, ACTIONS(105), 1, anon_sym_POUND, - STATE(3073), 1, + ACTIONS(6048), 1, + anon_sym_bit_DASHand, + ACTIONS(6052), 1, + anon_sym_bit_DASHxor, + STATE(3109), 1, + sym_comment, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6024), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6030), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6032), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6034), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6026), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 6, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(6022), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [148207] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3110), 1, sym_comment, - ACTIONS(1572), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1570), 30, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314753,15 +319334,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [146964] = 4, + [148250] = 14, ACTIONS(105), 1, anon_sym_POUND, - STATE(3074), 1, + ACTIONS(6048), 1, + anon_sym_bit_DASHand, + ACTIONS(6052), 1, + anon_sym_bit_DASHxor, + ACTIONS(6054), 1, + anon_sym_bit_DASHor, + STATE(3111), 1, sym_comment, - ACTIONS(1602), 2, + ACTIONS(1530), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1600), 30, + ACTIONS(6024), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6030), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6032), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6034), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6026), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 5, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(6022), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [148313] = 10, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3112), 1, + sym_comment, + ACTIONS(1530), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6024), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(6030), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6032), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6026), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6022), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1528), 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, + [148368] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3113), 1, + sym_comment, + ACTIONS(1558), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314792,27 +319467,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147007] = 4, + [148411] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(3075), 1, + STATE(3114), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1530), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(6024), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6028), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(1528), 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, @@ -314831,67 +319509,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147050] = 17, + [148460] = 16, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5951), 1, + ACTIONS(6048), 1, anon_sym_bit_DASHand, - ACTIONS(5953), 1, + ACTIONS(6052), 1, anon_sym_bit_DASHxor, - ACTIONS(5955), 1, + ACTIONS(6054), 1, anon_sym_bit_DASHor, - ACTIONS(5957), 1, + ACTIONS(6056), 1, anon_sym_and, - ACTIONS(5959), 1, + ACTIONS(6058), 1, anon_sym_xor, - ACTIONS(5961), 1, - anon_sym_or, - STATE(3076), 1, + STATE(3115), 1, sym_comment, - ACTIONS(5864), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5866), 2, + ACTIONS(1530), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5939), 2, + ACTIONS(6024), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5945), 2, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5947), 2, + ACTIONS(6032), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5949), 2, + ACTIONS(6034), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5941), 4, + ACTIONS(1528), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_or, + ACTIONS(6026), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(5943), 4, + ACTIONS(6028), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5937), 6, + ACTIONS(6022), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [147119] = 4, + [148527] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3077), 1, + STATE(3116), 1, sym_comment, - ACTIONS(1584), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1582), 30, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -314922,34 +319599,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147162] = 4, + [148570] = 9, ACTIONS(105), 1, anon_sym_POUND, - STATE(3078), 1, + STATE(3117), 1, sym_comment, - ACTIONS(1494), 2, + ACTIONS(1530), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1492), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(6024), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(6030), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(6032), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6028), 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(6022), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(1528), 14, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -314961,77 +319643,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147205] = 7, - ACTIONS(3), 1, + [148623] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3079), 1, + ACTIONS(6060), 1, + sym__long_flag_identifier, + STATE(3118), 1, sym_comment, - STATE(3363), 1, - sym_cell_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(2964), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2960), 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, - sym_val_nothing, + 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, - [147254] = 7, - ACTIONS(3), 1, + [148668] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5963), 1, - anon_sym_DOT2, - ACTIONS(5965), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5967), 1, - aux_sym_unquoted_token2, - STATE(3080), 1, + STATE(3119), 1, sym_comment, - ACTIONS(1363), 5, + ACTIONS(1644), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1519), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1365), 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, @@ -315045,156 +319722,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147303] = 7, - ACTIONS(3), 1, + [148711] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5969), 1, - anon_sym_DOT2, - STATE(3081), 1, + STATE(3120), 1, sym_comment, - STATE(3115), 1, - sym_path, - STATE(3255), 1, - sym_cell_path, - ACTIONS(1421), 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(1423), 21, + ACTIONS(1487), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1485), 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, - sym_val_nothing, + 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, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [147352] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2965), 1, - aux_sym_cell_path_repeat1, - STATE(3082), 1, - sym_comment, - STATE(3205), 1, - sym_path, - ACTIONS(1386), 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(1388), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - sym_val_nothing, - 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, - [147399] = 6, - ACTIONS(105), 1, + [148754] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3083), 1, + STATE(3121), 1, sym_comment, - ACTIONS(1512), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5972), 4, + ACTIONS(1517), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + ACTIONS(1519), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 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, - 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, - [147446] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3084), 1, - sym_comment, - ACTIONS(1508), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1506), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(1644), 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, @@ -315208,18 +319801,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147489] = 7, + [148799] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3085), 1, + ACTIONS(6050), 1, + anon_sym_QMARK2, + STATE(3122), 1, sym_comment, - STATE(3374), 1, - sym_cell_path, - ACTIONS(1421), 8, + ACTIONS(1464), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -315228,14 +319817,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1423), 21, + ACTIONS(1466), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -315250,32 +319841,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [147538] = 4, - ACTIONS(105), 1, + [148844] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3086), 1, + STATE(3123), 1, sym_comment, - ACTIONS(1508), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1506), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1568), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1570), 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, @@ -315289,24 +319880,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147581] = 4, + [148887] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3087), 1, + ACTIONS(6062), 1, + anon_sym_DOT2, + STATE(3124), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1517), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(1519), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1508), 27, - anon_sym_COMMA, + ACTIONS(1644), 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, @@ -315328,14 +319921,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147624] = 5, + [148934] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5976), 1, - anon_sym_QMARK2, - STATE(3088), 1, + ACTIONS(6068), 1, + anon_sym_DOT2, + ACTIONS(6070), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6072), 1, + aux_sym__unquoted_in_list_token2, + STATE(3125), 1, sym_comment, - ACTIONS(1431), 8, + ACTIONS(6066), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -315344,16 +319941,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1433), 23, - anon_sym_SEMI, + ACTIONS(6064), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -315368,97 +319963,57 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [147669] = 5, - ACTIONS(3), 1, + [148983] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5976), 1, - anon_sym_QMARK2, - STATE(3089), 1, + ACTIONS(3053), 1, + anon_sym_LF, + STATE(3126), 1, sym_comment, - ACTIONS(1431), 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(1433), 23, + ACTIONS(3051), 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, - sym_val_nothing, + 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, - [147714] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3090), 1, - sym_comment, - ACTIONS(1580), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1578), 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, - [147757] = 4, + [149026] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3091), 1, + STATE(3127), 1, sym_comment, - ACTIONS(1506), 5, + ACTIONS(1495), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1508), 27, + ACTIONS(1497), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -315486,71 +320041,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147800] = 4, - ACTIONS(105), 1, + [149069] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3092), 1, - sym_comment, - ACTIONS(1480), 3, - ts_builtin_sym_end, - anon_sym_LF, + ACTIONS(6004), 1, anon_sym_DOT2, - ACTIONS(1478), 29, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + STATE(3019), 1, + sym_path, + STATE(3128), 1, + sym_comment, + STATE(3444), 1, + sym_cell_path, + ACTIONS(1403), 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(1405), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + 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, - [147843] = 4, - ACTIONS(105), 1, + [149118] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3093), 1, + STATE(3129), 1, sym_comment, - ACTIONS(1548), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1546), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1608), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1610), 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, @@ -315564,32 +320122,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147886] = 4, - ACTIONS(3), 1, + [149161] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3094), 1, + STATE(3130), 1, sym_comment, - ACTIONS(1469), 5, + ACTIONS(1660), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1658), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1562), 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, @@ -315603,32 +320161,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147929] = 4, - ACTIONS(3), 1, + [149204] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3095), 1, + STATE(3131), 1, sym_comment, - ACTIONS(1604), 5, + ACTIONS(1566), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1564), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1606), 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, @@ -315642,70 +320200,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [147972] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5992), 1, - anon_sym_bit_DASHand, - ACTIONS(5994), 1, - anon_sym_bit_DASHxor, - ACTIONS(5996), 1, - anon_sym_bit_DASHor, - ACTIONS(5998), 1, - anon_sym_and, - ACTIONS(6000), 1, - anon_sym_xor, - ACTIONS(6002), 1, - anon_sym_or, - STATE(3096), 1, - sym_comment, - ACTIONS(5896), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5898), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5980), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5986), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5988), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5990), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5982), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5984), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5978), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [148041] = 4, + [149247] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3097), 1, + STATE(3132), 1, sym_comment, - ACTIONS(1492), 5, + ACTIONS(1560), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1494), 27, + ACTIONS(1562), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -315733,14 +320239,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148084] = 5, + [149290] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - STATE(3098), 1, + ACTIONS(6074), 1, + anon_sym_DOT2, + STATE(3133), 1, sym_comment, - ACTIONS(2734), 8, + STATE(3167), 1, + sym_path, + STATE(3240), 1, + sym_cell_path, + ACTIONS(1399), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -315749,16 +320259,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2736), 23, + ACTIONS(1401), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -315773,57 +320281,57 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [148129] = 4, - ACTIONS(3), 1, + [149339] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3099), 1, + ACTIONS(1493), 1, + anon_sym_LF, + STATE(3134), 1, sym_comment, - ACTIONS(1608), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1610), 27, - anon_sym_COMMA, + ACTIONS(1491), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, 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, - [148172] = 7, + 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, + [149382] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5824), 1, + ACTIONS(6004), 1, anon_sym_DOT2, - STATE(3010), 1, + STATE(3019), 1, sym_path, - STATE(3100), 1, + STATE(3135), 1, sym_comment, - STATE(3369), 1, + STATE(3406), 1, sym_cell_path, - ACTIONS(1406), 8, + ACTIONS(1422), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -315832,14 +320340,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1408), 21, + ACTIONS(1424), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -315854,15 +320362,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [148221] = 4, + [149431] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3101), 1, + STATE(3136), 1, sym_comment, - ACTIONS(1576), 2, + ACTIONS(1618), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1574), 30, + ACTIONS(1616), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -315893,18 +320401,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148264] = 4, + [149474] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3102), 1, + STATE(3137), 1, sym_comment, - ACTIONS(1558), 5, + ACTIONS(1519), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1560), 27, + ACTIONS(1644), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -315932,18 +320440,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148307] = 4, + [149517] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3103), 1, + STATE(3138), 1, sym_comment, - ACTIONS(1626), 5, + ACTIONS(1556), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1628), 27, + ACTIONS(1558), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -315971,32 +320479,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148350] = 4, - ACTIONS(105), 1, + [149560] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3104), 1, + STATE(3139), 1, sym_comment, - ACTIONS(1504), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1502), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1556), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1558), 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, @@ -316010,18 +320518,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148393] = 4, + [149603] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3105), 1, + STATE(3140), 1, sym_comment, - ACTIONS(1590), 5, + ACTIONS(1556), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1592), 27, + ACTIONS(1558), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -316049,15 +320557,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148436] = 4, + [149646] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3106), 1, + STATE(3141), 1, sym_comment, - ACTIONS(1544), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1542), 30, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -316088,18 +320596,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148479] = 4, + [149689] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3107), 1, + STATE(3142), 1, sym_comment, - ACTIONS(1542), 5, + ACTIONS(1556), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1544), 27, + ACTIONS(1558), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -316127,69 +320635,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148522] = 7, + [149732] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3010), 1, - sym_path, - STATE(3108), 1, + STATE(3143), 1, sym_comment, - STATE(3404), 1, - sym_cell_path, - ACTIONS(1410), 8, - anon_sym_DOLLAR, + ACTIONS(1556), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1558), 27, + anon_sym_COMMA, 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(1412), 21, - anon_sym_LBRACK, + 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, + [149775] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3144), 1, + sym_comment, + ACTIONS(1556), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1558), 27, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, + 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, + [149818] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3145), 1, + sym_comment, + ACTIONS(1556), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - sym_val_nothing, - 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, - [148571] = 4, + anon_sym_LT2, + ACTIONS(1558), 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, + [149861] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2995), 1, - anon_sym_LF, - STATE(3109), 1, + STATE(3146), 1, sym_comment, - ACTIONS(2993), 31, + ACTIONS(1513), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1511), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -316208,32 +320791,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [148614] = 4, - ACTIONS(105), 1, + [149904] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3110), 1, + STATE(3147), 1, sym_comment, - ACTIONS(1556), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1554), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1556), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1558), 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, @@ -316247,25 +320830,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148657] = 5, + [149947] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6006), 1, - anon_sym_DOT2, - STATE(3111), 1, + STATE(3148), 1, sym_comment, - ACTIONS(213), 5, + ACTIONS(1556), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(215), 26, + ACTIONS(1558), 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, @@ -316287,32 +320869,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148702] = 4, - ACTIONS(105), 1, + [149990] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3112), 1, + STATE(3149), 1, sym_comment, - ACTIONS(1592), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1590), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1556), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1558), 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, @@ -316326,32 +320908,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148745] = 4, - ACTIONS(105), 1, + [150033] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3113), 1, + STATE(3150), 1, sym_comment, - ACTIONS(1560), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1558), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1556), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1558), 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, @@ -316365,120 +320947,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148788] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1133), 1, - anon_sym_bit_DASHand, - ACTIONS(1135), 1, - anon_sym_bit_DASHxor, - ACTIONS(1137), 1, - anon_sym_bit_DASHor, - ACTIONS(1139), 1, - anon_sym_and, - ACTIONS(1141), 1, - anon_sym_xor, - ACTIONS(1143), 1, - anon_sym_or, - STATE(3114), 1, - sym_comment, - ACTIONS(1045), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1047), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1117), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1127), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1129), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(1131), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1119), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1123), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1115), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [148857] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5824), 1, - anon_sym_DOT2, - STATE(3082), 1, - aux_sym_cell_path_repeat1, - STATE(3115), 1, - sym_comment, - STATE(3205), 1, - sym_path, - ACTIONS(1402), 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(1404), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [148906] = 6, + [150076] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6006), 1, - anon_sym_DOT2, - STATE(3116), 1, + STATE(3151), 1, sym_comment, - ACTIONS(1467), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - ACTIONS(1469), 5, + ACTIONS(1556), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1562), 23, + ACTIONS(1558), 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, @@ -316500,59 +320986,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [148953] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6008), 1, - aux_sym__immediate_decimal_token1, - STATE(3117), 1, - sym_comment, - ACTIONS(2734), 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(2736), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - sym_val_nothing, - 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, - [149000] = 4, + [150119] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3118), 1, + STATE(3152), 1, sym_comment, - ACTIONS(1634), 5, + ACTIONS(1556), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1636), 27, + ACTIONS(1558), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -316580,25 +321025,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149043] = 5, + [150162] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3119), 1, + STATE(3153), 1, sym_comment, - ACTIONS(1467), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - ACTIONS(1469), 5, + ACTIONS(1668), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1562), 23, + ACTIONS(1670), 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, @@ -316620,93 +321064,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149088] = 4, - ACTIONS(105), 1, + [150205] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6012), 1, - anon_sym_LF, - STATE(3120), 1, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(3019), 1, + sym_path, + STATE(3154), 1, sym_comment, - ACTIONS(6010), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(3405), 1, + sym_cell_path, + ACTIONS(1407), 8, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [149131] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6016), 1, - anon_sym_LF, - STATE(3121), 1, - sym_comment, - ACTIONS(6014), 31, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token1, + ACTIONS(1409), 21, 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, - sym_val_nothing, + 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, - [149174] = 4, + [150254] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3122), 1, + STATE(3155), 1, sym_comment, - ACTIONS(215), 2, + ACTIONS(1614), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(213), 30, + ACTIONS(1612), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -316737,32 +321145,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149217] = 4, - ACTIONS(105), 1, + [150297] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3123), 1, + STATE(3156), 1, sym_comment, - ACTIONS(1500), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1498), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1564), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1566), 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, @@ -316776,32 +321184,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149260] = 4, - ACTIONS(105), 1, + [150340] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3124), 1, + STATE(3157), 1, sym_comment, - ACTIONS(1632), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1630), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1628), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1630), 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, @@ -316815,65 +321223,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149303] = 6, + [150383] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6018), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6020), 1, - aux_sym__immediate_decimal_token2, - STATE(3125), 1, + STATE(3158), 1, sym_comment, - ACTIONS(2724), 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(2726), 22, - anon_sym_LBRACK, + ACTIONS(1612), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1614), 27, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, + anon_sym_DASH, + anon_sym_in, anon_sym_LBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - sym_val_nothing, - 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, - [149350] = 4, + 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, + [150426] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3126), 1, + ACTIONS(6062), 1, + anon_sym_DOT2, + STATE(3159), 1, sym_comment, - ACTIONS(1582), 5, + ACTIONS(213), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1584), 27, + ACTIONS(215), 26, 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, @@ -316895,24 +321302,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149393] = 5, + [150471] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3127), 1, + STATE(3160), 1, sym_comment, - ACTIONS(1512), 2, + ACTIONS(1578), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 28, + ACTIONS(1576), 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, @@ -316935,18 +321341,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149438] = 4, + [150514] = 17, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5819), 1, + anon_sym_bit_DASHand, + ACTIONS(5821), 1, + anon_sym_bit_DASHxor, + ACTIONS(5823), 1, + anon_sym_bit_DASHor, + ACTIONS(5825), 1, + anon_sym_and, + ACTIONS(5827), 1, + anon_sym_xor, + ACTIONS(5829), 1, + anon_sym_or, + STATE(3161), 1, + sym_comment, + ACTIONS(5686), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5688), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(5807), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(5813), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5815), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5817), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5809), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(5811), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5805), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [150583] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3128), 1, + STATE(3162), 1, sym_comment, - ACTIONS(1502), 5, + ACTIONS(1640), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1504), 27, + ACTIONS(1642), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -316974,160 +321432,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149481] = 4, - ACTIONS(105), 1, + [150626] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3129), 1, - sym_comment, - ACTIONS(1490), 3, - ts_builtin_sym_end, - anon_sym_LF, + ACTIONS(6004), 1, anon_sym_DOT2, - ACTIONS(1488), 29, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + STATE(3019), 1, + sym_path, + STATE(3163), 1, + sym_comment, + STATE(3401), 1, + sym_cell_path, + ACTIONS(1447), 8, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, anon_sym_DOT, - anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, - 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, - [149524] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2991), 1, - anon_sym_LF, - STATE(3130), 1, - sym_comment, - ACTIONS(2989), 31, - anon_sym_SEMI, + aux_sym__unquoted_in_list_token1, + ACTIONS(1449), 21, 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, - sym_val_nothing, + 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, - [149567] = 4, + [150675] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1560), 1, - anon_sym_LF, - STATE(3131), 1, + ACTIONS(5850), 1, + anon_sym_bit_DASHand, + ACTIONS(5852), 1, + anon_sym_bit_DASHxor, + ACTIONS(5854), 1, + anon_sym_bit_DASHor, + ACTIONS(5856), 1, + anon_sym_and, + ACTIONS(5858), 1, + anon_sym_xor, + ACTIONS(5860), 1, + anon_sym_or, + STATE(3164), 1, sym_comment, - ACTIONS(1558), 31, + ACTIONS(5620), 2, 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, - sym_val_nothing, - 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, - [149610] = 10, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3132), 1, - sym_comment, - ACTIONS(1512), 2, + ACTIONS(5622), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, + ACTIONS(5838), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6028), 2, + ACTIONS(5844), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5846), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5972), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6026), 4, + ACTIONS(5848), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5840), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6022), 6, + ACTIONS(5842), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5836), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1510), 10, + [150744] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3165), 1, + sym_comment, + ACTIONS(1586), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1584), 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, @@ -317136,18 +321565,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149665] = 7, + [150787] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6034), 1, - anon_sym_DOT2, - ACTIONS(6036), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6038), 1, - aux_sym__unquoted_in_list_token2, - STATE(3133), 1, + STATE(3166), 1, sym_comment, - ACTIONS(6032), 8, + ACTIONS(1454), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -317156,14 +321579,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6030), 21, + ACTIONS(1456), 24, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -317178,54 +321604,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149714] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3134), 1, - sym_comment, - ACTIONS(1512), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5972), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 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, - 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, - [149763] = 4, + [150830] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3135), 1, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(3103), 1, + aux_sym_cell_path_repeat1, + STATE(3167), 1, sym_comment, - ACTIONS(1437), 8, + STATE(3248), 1, + sym_path, + ACTIONS(1440), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -317234,17 +321624,14 @@ 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(1442), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -317259,14 +321646,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149806] = 5, + [150879] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6020), 1, - aux_sym__immediate_decimal_token2, - STATE(3136), 1, + ACTIONS(6077), 1, + anon_sym_DOT2, + STATE(3167), 1, + sym_path, + STATE(3168), 1, sym_comment, - ACTIONS(2724), 8, + STATE(3329), 1, + sym_cell_path, + ACTIONS(1395), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -317275,16 +321666,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2726), 23, + ACTIONS(1397), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -317299,18 +321688,17 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [149851] = 5, + [150928] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3137), 1, + STATE(3169), 1, sym_comment, - ACTIONS(1465), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1467), 2, + ACTIONS(1562), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1469), 28, + ACTIONS(1560), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -317339,32 +321727,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149896] = 4, - ACTIONS(105), 1, + [150971] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3138), 1, + STATE(3170), 1, sym_comment, - ACTIONS(1636), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1634), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1426), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1428), 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, @@ -317378,15 +321766,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149939] = 4, + [151014] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3139), 1, + STATE(3171), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317417,15 +321805,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [149982] = 4, + [151057] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3140), 1, + STATE(3172), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317456,51 +321844,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150025] = 17, + [151100] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6042), 1, + ACTIONS(6048), 1, anon_sym_bit_DASHand, - ACTIONS(6044), 1, + ACTIONS(6052), 1, anon_sym_bit_DASHxor, - ACTIONS(6046), 1, + ACTIONS(6054), 1, anon_sym_bit_DASHor, - ACTIONS(6048), 1, + ACTIONS(6056), 1, anon_sym_and, - ACTIONS(6050), 1, + ACTIONS(6058), 1, anon_sym_xor, - ACTIONS(6052), 1, + ACTIONS(6080), 1, anon_sym_or, - STATE(3141), 1, + STATE(3173), 1, sym_comment, - ACTIONS(1510), 2, + ACTIONS(1528), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1512), 2, + ACTIONS(1530), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, ACTIONS(6024), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6028), 2, + ACTIONS(6030), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6032), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6040), 2, + ACTIONS(6034), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5972), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, ACTIONS(6026), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, ACTIONS(6022), 6, anon_sym_GT, anon_sym_EQ_EQ, @@ -317508,15 +321896,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [150094] = 4, + [151169] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3142), 1, + STATE(3174), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1558), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1556), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317547,66 +321935,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150137] = 16, - ACTIONS(105), 1, + [151212] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6042), 1, - anon_sym_bit_DASHand, - ACTIONS(6044), 1, - anon_sym_bit_DASHxor, - ACTIONS(6046), 1, - anon_sym_bit_DASHor, - ACTIONS(6048), 1, - anon_sym_and, - ACTIONS(6050), 1, - anon_sym_xor, - STATE(3143), 1, + STATE(3175), 1, sym_comment, - ACTIONS(1512), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6028), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6040), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1510), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_or, - ACTIONS(5972), 4, + ACTIONS(1584), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1586), 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, - ACTIONS(6026), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6022), 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, - [150204] = 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, + [151255] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3144), 1, + STATE(3176), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1582), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1580), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317637,65 +322013,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150247] = 15, + [151298] = 17, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6042), 1, + ACTIONS(6096), 1, anon_sym_bit_DASHand, - ACTIONS(6044), 1, + ACTIONS(6098), 1, anon_sym_bit_DASHxor, - ACTIONS(6046), 1, + ACTIONS(6100), 1, anon_sym_bit_DASHor, - ACTIONS(6048), 1, + ACTIONS(6102), 1, anon_sym_and, - STATE(3145), 1, + ACTIONS(6104), 1, + anon_sym_xor, + ACTIONS(6106), 1, + anon_sym_or, + STATE(3177), 1, sym_comment, - ACTIONS(1512), 2, + ACTIONS(5974), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5976), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, + ACTIONS(6084), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6028), 2, + ACTIONS(6090), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6092), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6040), 2, + ACTIONS(6094), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1510), 4, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_xor, - anon_sym_or, - ACTIONS(5972), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6026), 4, + ACTIONS(6086), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6022), 6, + ACTIONS(6088), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6082), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [150312] = 4, + [151367] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3146), 1, + STATE(3178), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1526), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1524), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317726,54 +322104,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150355] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(3147), 1, - sym_comment, - ACTIONS(1476), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(1474), 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, - sym_val_nothing, - 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, - [150398] = 4, + [151410] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3148), 1, + STATE(3179), 1, sym_comment, - ACTIONS(1540), 2, + ACTIONS(1602), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1538), 30, + ACTIONS(1600), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317804,64 +322143,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150441] = 14, - ACTIONS(105), 1, + [151453] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6042), 1, - anon_sym_bit_DASHand, - ACTIONS(6044), 1, - anon_sym_bit_DASHxor, - ACTIONS(6046), 1, - anon_sym_bit_DASHor, - STATE(3149), 1, + STATE(3180), 1, sym_comment, - ACTIONS(1512), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5974), 2, + ACTIONS(1604), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1606), 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(6024), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6028), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6040), 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(5972), 4, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [151496] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3181), 1, + sym_comment, + ACTIONS(1524), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1526), 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, - ACTIONS(6026), 4, - anon_sym_in, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + 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(1510), 5, - 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, - ACTIONS(6022), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [150504] = 4, + [151539] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3150), 1, + STATE(3182), 1, sym_comment, - ACTIONS(1540), 2, + ACTIONS(1648), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1538), 30, + ACTIONS(1646), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317892,15 +322260,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150547] = 4, + [151582] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3183), 1, + sym_comment, + ACTIONS(1503), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(1501), 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, + [151625] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3155), 1, + anon_sym_LF, + STATE(3184), 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, + [151668] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3151), 1, + STATE(3185), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1602), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1600), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -317931,63 +322377,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150590] = 13, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(6042), 1, - anon_sym_bit_DASHand, - ACTIONS(6044), 1, - anon_sym_bit_DASHxor, - STATE(3152), 1, - sym_comment, - ACTIONS(1512), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6028), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6040), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5972), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6026), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1510), 6, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6022), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [150651] = 4, + [151711] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3153), 1, + STATE(3186), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1570), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1568), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318018,38 +322416,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150694] = 12, + [151754] = 15, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6042), 1, + ACTIONS(6048), 1, anon_sym_bit_DASHand, - STATE(3154), 1, + ACTIONS(6052), 1, + anon_sym_bit_DASHxor, + ACTIONS(6054), 1, + anon_sym_bit_DASHor, + ACTIONS(6056), 1, + anon_sym_and, + STATE(3187), 1, sym_comment, - ACTIONS(1512), 2, + ACTIONS(1530), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, ACTIONS(6024), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(6028), 2, + ACTIONS(6030), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6032), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6040), 2, + ACTIONS(6034), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5972), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(1528), 4, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_xor, + anon_sym_or, ACTIONS(6026), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + ACTIONS(6028), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, ACTIONS(6022), 6, anon_sym_GT, anon_sym_EQ_EQ, @@ -318057,40 +322466,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1510), 7, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [150753] = 4, - ACTIONS(105), 1, + [151819] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3155), 1, + STATE(3188), 1, sym_comment, - ACTIONS(1552), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1550), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1588), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1590), 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, @@ -318104,17 +322505,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150796] = 4, + [151862] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6004), 1, + anon_sym_DOT2, + STATE(3019), 1, + sym_path, + STATE(3189), 1, + sym_comment, + STATE(3416), 1, + sym_cell_path, + ACTIONS(1395), 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(1397), 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, + [151911] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(3156), 1, + STATE(3190), 1, sym_comment, - ACTIONS(1508), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1515), 2, anon_sym_SEMI, anon_sym_PIPE, + ACTIONS(1517), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1519), 28, anon_sym_GT, anon_sym_DASH, anon_sym_in, @@ -318143,18 +322587,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150839] = 4, + [151956] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3157), 1, + ACTIONS(6108), 1, + aux_sym__immediate_decimal_token2, + STATE(3191), 1, + sym_comment, + ACTIONS(2874), 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(2876), 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, + [152001] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3192), 1, sym_comment, - ACTIONS(1586), 5, + ACTIONS(1596), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1588), 27, + ACTIONS(1598), 27, anon_sym_COMMA, anon_sym_DASH, anon_sym_in, @@ -318182,54 +322666,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150882] = 4, + [152044] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3158), 1, - sym_comment, - ACTIONS(1568), 2, - ts_builtin_sym_end, + ACTIONS(4739), 1, anon_sym_LF, - ACTIONS(1566), 30, + STATE(3193), 1, + sym_comment, + ACTIONS(4742), 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_STAR, + 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, + [152087] = 17, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1165), 1, + anon_sym_bit_DASHand, + ACTIONS(1167), 1, + anon_sym_bit_DASHxor, + ACTIONS(1169), 1, + anon_sym_bit_DASHor, + ACTIONS(1171), 1, + anon_sym_and, + ACTIONS(1173), 1, + anon_sym_xor, + ACTIONS(1175), 1, + anon_sym_or, + STATE(3194), 1, + sym_comment, + ACTIONS(1082), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1084), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1149), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1159), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(1161), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1163), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1151), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1155), 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(1147), 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, - [150925] = 4, + [152156] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3195), 1, + sym_comment, + ACTIONS(1475), 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(1477), 24, + anon_sym_SEMI, + 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, + 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, + [152199] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3159), 1, + STATE(3196), 1, sym_comment, - ACTIONS(1628), 2, + ACTIONS(1598), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1626), 30, + ACTIONS(1596), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318260,165 +322835,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [150968] = 11, + [152242] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3160), 1, + STATE(3197), 1, sym_comment, - ACTIONS(1512), 2, + ACTIONS(1590), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, + ACTIONS(1588), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6028), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6040), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5972), 4, + anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6026), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6022), 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(1510), 8, - 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, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [151025] = 17, + [152285] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5746), 1, - anon_sym_bit_DASHand, - ACTIONS(5748), 1, - anon_sym_bit_DASHxor, - ACTIONS(5750), 1, - anon_sym_bit_DASHor, - ACTIONS(5752), 1, - anon_sym_and, - ACTIONS(5754), 1, - anon_sym_xor, - ACTIONS(5756), 1, - anon_sym_or, - STATE(3161), 1, + STATE(3198), 1, sym_comment, - ACTIONS(5524), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5526), 2, + ACTIONS(1428), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5734), 2, + ACTIONS(1426), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5740), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5742), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5744), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5736), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5738), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5732), 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, - [151094] = 17, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5703), 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(5705), 1, anon_sym_bit_DASHxor, - ACTIONS(5707), 1, anon_sym_bit_DASHor, - ACTIONS(5709), 1, anon_sym_and, - ACTIONS(5711), 1, anon_sym_xor, - ACTIONS(5713), 1, anon_sym_or, - STATE(3162), 1, - sym_comment, - ACTIONS(5590), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(5592), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(5691), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5697), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5699), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5701), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(5693), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(5695), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(5689), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [151163] = 4, + [152328] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3163), 1, + STATE(3199), 1, sym_comment, - ACTIONS(1598), 2, + ACTIONS(1606), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1596), 30, + ACTIONS(1604), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318449,15 +322952,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151206] = 4, + [152371] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3164), 1, + STATE(3200), 1, sym_comment, - ACTIONS(1508), 2, + ACTIONS(1638), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1506), 30, + ACTIONS(1636), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318488,12 +322991,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151249] = 4, + [152414] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3165), 1, + ACTIONS(6110), 1, + aux_sym__immediate_decimal_token2, + STATE(3201), 1, sym_comment, - ACTIONS(1446), 8, + ACTIONS(2782), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -318502,17 +323007,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1448), 24, - anon_sym_SEMI, + ACTIONS(2784), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT2, - anon_sym_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -318527,32 +323031,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [151292] = 4, - ACTIONS(105), 1, + [152459] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3166), 1, + STATE(3202), 1, sym_comment, - ACTIONS(1508), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1506), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1600), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1602), 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, @@ -318566,15 +323070,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151335] = 4, + [152502] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3167), 1, + STATE(3203), 1, sym_comment, - ACTIONS(1528), 2, + ACTIONS(1670), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1526), 30, + ACTIONS(1668), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318605,14 +323109,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151378] = 5, + [152545] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6054), 1, + ACTIONS(6112), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6114), 1, aux_sym__immediate_decimal_token2, - STATE(3168), 1, + STATE(3204), 1, sym_comment, - ACTIONS(2933), 8, + ACTIONS(2806), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -318621,16 +323127,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2935), 23, + ACTIONS(2808), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -318645,74 +323150,71 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [151423] = 7, - ACTIONS(3), 1, + [152592] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6036), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6038), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(6056), 1, - anon_sym_DOT2, - STATE(3169), 1, + ACTIONS(6118), 1, + anon_sym_LF, + STATE(3205), 1, sym_comment, - ACTIONS(6032), 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(6030), 21, + ACTIONS(6116), 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, - sym_val_nothing, + 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, - [151472] = 4, - ACTIONS(105), 1, + [152635] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3170), 1, + STATE(3206), 1, sym_comment, - ACTIONS(1365), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1363), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(1600), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1602), 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, @@ -318726,32 +323228,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151515] = 4, - ACTIONS(3), 1, + [152678] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3171), 1, + ACTIONS(6122), 1, + anon_sym_LF, + STATE(3207), 1, sym_comment, - ACTIONS(1550), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1552), 27, - anon_sym_COMMA, + ACTIONS(6120), 31, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, + 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, + [152721] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3208), 1, + sym_comment, + ACTIONS(1630), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1628), 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, @@ -318765,33 +323306,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151558] = 8, + [152764] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6070), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6072), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(6124), 1, + anon_sym_DOT2, + STATE(3209), 1, + sym_comment, + ACTIONS(6066), 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(6064), 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, + [152813] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3172), 1, + STATE(3210), 1, sym_comment, - ACTIONS(1512), 2, + ACTIONS(1574), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, + ACTIONS(1572), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(6028), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5972), 4, + anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1510), 20, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - 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, @@ -318808,15 +323387,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151609] = 4, + [152856] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3173), 1, + STATE(3211), 1, sym_comment, - ACTIONS(1614), 2, + ACTIONS(1652), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1612), 30, + ACTIONS(1650), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318847,15 +323426,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151652] = 4, + [152899] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3174), 1, + STATE(3212), 1, sym_comment, - ACTIONS(1610), 2, + ACTIONS(215), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1608), 30, + ACTIONS(213), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -318886,58 +323465,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151695] = 4, - ACTIONS(105), 1, + [152942] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1463), 1, - anon_sym_LF, - STATE(3175), 1, + ACTIONS(6110), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6126), 1, + aux_sym__immediate_decimal_token1, + STATE(3213), 1, sym_comment, - ACTIONS(1461), 31, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2782), 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(2784), 22, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT2, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + 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, - [151738] = 4, + [152989] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(3176), 1, + ACTIONS(1521), 1, + anon_sym_DASH, + STATE(3214), 1, sym_comment, - ACTIONS(1606), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1604), 30, + ACTIONS(1515), 2, anon_sym_SEMI, anon_sym_PIPE, + ACTIONS(1517), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1519), 27, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_STAR_STAR, @@ -318964,32 +323547,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151781] = 4, - ACTIONS(3), 1, + [153036] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3177), 1, + STATE(3215), 1, sym_comment, - ACTIONS(1526), 5, + ACTIONS(1622), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1620), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1528), 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, @@ -319003,15 +323586,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151824] = 4, + [153079] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3178), 1, + STATE(3216), 1, sym_comment, - ACTIONS(1562), 2, + ACTIONS(1626), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1469), 30, + ACTIONS(1624), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -319042,21 +323625,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151867] = 6, + [153122] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1471), 1, - anon_sym_DASH, - STATE(3179), 1, + STATE(3217), 1, sym_comment, - ACTIONS(1465), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1467), 2, + ACTIONS(1610), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1469), 27, + ACTIONS(1608), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_STAR_STAR, @@ -319083,39 +323664,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151914] = 9, + [153165] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3180), 1, - sym_comment, - ACTIONS(1512), 2, - ts_builtin_sym_end, + ACTIONS(1526), 1, anon_sym_LF, - ACTIONS(5974), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6024), 2, + STATE(3218), 1, + sym_comment, + ACTIONS(1524), 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, - ACTIONS(6028), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(5972), 4, + 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, + [153208] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3219), 1, + sym_comment, + ACTIONS(213), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(215), 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, - ACTIONS(6022), 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(1510), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -319127,15 +323742,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [151967] = 4, + [153251] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6114), 1, + aux_sym__immediate_decimal_token2, + STATE(3220), 1, + sym_comment, + ACTIONS(2806), 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(2808), 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, + [153296] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3181), 1, + STATE(3221), 1, sym_comment, - ACTIONS(1588), 2, + ACTIONS(1642), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1586), 30, + ACTIONS(1640), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -319166,32 +323821,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152010] = 4, - ACTIONS(3), 1, + [153339] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3182), 1, + STATE(3222), 1, sym_comment, - ACTIONS(1538), 5, + ACTIONS(1634), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1632), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1540), 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, @@ -319205,71 +323860,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [152053] = 4, - ACTIONS(3), 1, + [153382] = 17, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3183), 1, + ACTIONS(6142), 1, + anon_sym_bit_DASHand, + ACTIONS(6144), 1, + anon_sym_bit_DASHxor, + ACTIONS(6146), 1, + anon_sym_bit_DASHor, + ACTIONS(6148), 1, + anon_sym_and, + ACTIONS(6150), 1, + anon_sym_xor, + ACTIONS(6152), 1, + anon_sym_or, + STATE(3223), 1, sym_comment, - ACTIONS(1538), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1540), 27, - anon_sym_COMMA, + ACTIONS(5933), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(5935), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6130), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(6136), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(6138), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6140), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6132), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6134), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6128), 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, - [152096] = 6, + [153451] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6058), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6060), 1, + ACTIONS(6154), 1, + anon_sym_DOT2, + ACTIONS(6156), 1, aux_sym__immediate_decimal_token2, - STATE(3184), 1, + STATE(3224), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(2806), 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(2736), 22, + ACTIONS(2808), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319284,51 +323952,55 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152142] = 5, - ACTIONS(105), 1, + [153497] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1345), 1, - anon_sym_RBRACE, - ACTIONS(5764), 1, - aux_sym_unquoted_token3, - STATE(3185), 1, + ACTIONS(6158), 1, + aux_sym__immediate_decimal_token2, + STATE(3225), 1, sym_comment, - ACTIONS(1343), 29, - anon_sym_COMMA, - anon_sym_GT, + ACTIONS(2806), 6, 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__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2808), 24, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + 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, - [152186] = 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, + [153541] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3186), 1, + ACTIONS(6160), 1, + anon_sym_DOT2, + ACTIONS(6164), 1, + aux_sym__immediate_decimal_token2, + STATE(3226), 1, sym_comment, - ACTIONS(2933), 8, + ACTIONS(2904), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -319337,16 +324009,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2935), 23, + ACTIONS(2906), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319361,12 +324031,16 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152228] = 4, + [153587] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3187), 1, + ACTIONS(6166), 1, + anon_sym_DOT2, + ACTIONS(6169), 1, + aux_sym__immediate_decimal_token2, + STATE(3227), 1, sym_comment, - ACTIONS(2724), 8, + ACTIONS(2904), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -319375,16 +324049,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2726), 23, + ACTIONS(2906), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319399,50 +324071,88 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152270] = 4, - ACTIONS(3), 1, + [153633] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(3188), 1, + STATE(3228), 1, sym_comment, - ACTIONS(3002), 8, + ACTIONS(3161), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3159), 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, - aux_sym__unquoted_in_list_token1, - ACTIONS(3004), 23, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [153675] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(3229), 1, + sym_comment, + ACTIONS(6118), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6116), 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, - sym_val_nothing, + 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, - [152312] = 4, + [153717] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3189), 1, + STATE(3230), 1, sym_comment, - ACTIONS(1474), 8, + ACTIONS(2782), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -319451,16 +324161,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1476), 23, - anon_sym_SEMI, + ACTIONS(2784), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319475,15 +324185,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152354] = 4, + [153759] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3190), 1, + STATE(3231), 1, sym_comment, - ACTIONS(1463), 2, + ACTIONS(6122), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1461), 29, + ACTIONS(6120), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -319494,7 +324204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -319513,15 +324223,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152396] = 4, + [153801] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3191), 1, + STATE(3232), 1, sym_comment, - ACTIONS(3093), 2, + ACTIONS(3155), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3091), 29, + ACTIONS(3153), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -319532,7 +324242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -319551,55 +324261,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152438] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6062), 1, - aux_sym_unquoted_token5, - STATE(3192), 1, - sym_comment, - ACTIONS(1492), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1494), 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, - [152482] = 6, + [153843] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6064), 1, - anon_sym_DOT2, - ACTIONS(6068), 1, - aux_sym__immediate_decimal_token2, - STATE(3193), 1, + STATE(3233), 1, sym_comment, - ACTIONS(2768), 8, + ACTIONS(2874), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -319608,14 +324275,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2770), 21, + ACTIONS(2876), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319630,15 +324299,15 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152528] = 4, + [153885] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3194), 1, + STATE(3234), 1, sym_comment, - ACTIONS(6016), 2, + ACTIONS(1493), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6014), 29, + ACTIONS(1491), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -319649,7 +324318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -319668,53 +324337,55 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152570] = 4, - ACTIONS(105), 1, + [153927] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3195), 1, + ACTIONS(6171), 1, + anon_sym_DOT2, + ACTIONS(6173), 1, + aux_sym__immediate_decimal_token2, + STATE(3235), 1, sym_comment, - ACTIONS(6012), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6010), 29, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, + ACTIONS(2904), 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(2906), 21, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + 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, - [152612] = 4, + [153973] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3196), 1, + STATE(3236), 1, sym_comment, - ACTIONS(2991), 2, + ACTIONS(4739), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2989), 29, + ACTIONS(4742), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -319725,7 +324396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -319744,32 +324415,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152654] = 6, + [154015] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6070), 1, - anon_sym_DOT2, - ACTIONS(6072), 1, + ACTIONS(6175), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6177), 1, aux_sym__immediate_decimal_token2, - STATE(3197), 1, + STATE(3237), 1, sym_comment, - ACTIONS(2768), 8, + ACTIONS(2782), 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(2770), 21, + ACTIONS(2784), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319784,20 +324455,17 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152700] = 8, + [154061] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1382), 1, - anon_sym_SEMI, - ACTIONS(4948), 1, + ACTIONS(6114), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6179), 1, anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(3198), 1, + STATE(3238), 1, sym_comment, - STATE(3220), 1, - sym_cell_path, - ACTIONS(6076), 7, + ACTIONS(2806), 8, + anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, aux_sym__val_number_decimal_token1, @@ -319805,15 +324473,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6074), 20, + ACTIONS(2808), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319826,16 +324493,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [152750] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [154107] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1371), 1, + anon_sym_RBRACE, + ACTIONS(5783), 1, + aux_sym_unquoted_token3, + STATE(3239), 1, + sym_comment, + ACTIONS(1369), 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, + [154151] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6078), 1, - anon_sym_DOT2, - STATE(3199), 1, + STATE(3240), 1, sym_comment, - ACTIONS(2734), 8, + ACTIONS(1507), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -319844,14 +324548,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2736), 21, + ACTIONS(1509), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319866,15 +324572,54 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152796] = 4, + [154193] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6182), 1, + aux_sym_unquoted_token5, + STATE(3241), 1, + sym_comment, + ACTIONS(1495), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1497), 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, + [154237] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(3200), 1, + STATE(3242), 1, sym_comment, - ACTIONS(2995), 2, + ACTIONS(1526), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2993), 29, + ACTIONS(1524), 29, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -319885,7 +324630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -319904,33 +324649,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152838] = 5, + [154279] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6081), 1, - aux_sym__immediate_decimal_token2, - STATE(3201), 1, + STATE(3243), 1, sym_comment, - ACTIONS(2734), 6, + ACTIONS(3034), 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, - ACTIONS(2736), 24, + aux_sym__unquoted_in_list_token1, + ACTIONS(3036), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319943,32 +324685,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [152882] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [154321] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6083), 1, - anon_sym_DOT2, - ACTIONS(6086), 1, + ACTIONS(6156), 1, aux_sym__immediate_decimal_token2, - STATE(3202), 1, + ACTIONS(6184), 1, + aux_sym__immediate_decimal_token1, + STATE(3244), 1, sym_comment, - ACTIONS(2768), 8, + ACTIONS(2806), 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(2770), 21, + ACTIONS(2808), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -319983,12 +324727,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152928] = 4, + [154367] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3203), 1, + STATE(3245), 1, sym_comment, - ACTIONS(2734), 8, + ACTIONS(1511), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -319997,16 +324741,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2736), 23, + ACTIONS(1513), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320021,51 +324765,50 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [152970] = 5, - ACTIONS(3), 1, + [154409] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6088), 1, - aux_sym__immediate_decimal_token2, - STATE(3204), 1, + STATE(3246), 1, sym_comment, - ACTIONS(2724), 6, - anon_sym_DASH, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(2726), 24, + ACTIONS(3053), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3051), 29, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_if, + anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + 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, - [153014] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [154451] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3205), 1, + STATE(3247), 1, sym_comment, - ACTIONS(1478), 8, + ACTIONS(2806), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -320074,16 +324817,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1480), 23, - anon_sym_SEMI, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320098,33 +324841,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [153056] = 5, + [154493] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6090), 1, - aux_sym__immediate_decimal_token2, - STATE(3206), 1, + STATE(3248), 1, sym_comment, - ACTIONS(2933), 6, + ACTIONS(1485), 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, - ACTIONS(2935), 24, + aux_sym__unquoted_in_list_token1, + ACTIONS(1487), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320137,17 +324877,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [153100] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [154535] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6060), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6092), 1, + ACTIONS(1420), 1, + anon_sym_SEMI, + ACTIONS(5097), 1, anon_sym_DOT2, - STATE(3207), 1, + STATE(2387), 1, + sym_path, + STATE(3249), 1, sym_comment, - ACTIONS(2734), 8, - anon_sym_DOLLAR, + STATE(3270), 1, + sym_cell_path, + ACTIONS(6188), 7, anon_sym_DASH, anon_sym_DOT, aux_sym__val_number_decimal_token1, @@ -320155,14 +324900,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2736), 21, + ACTIONS(6186), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320175,110 +324921,152 @@ 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, - [153146] = 4, - ACTIONS(105), 1, + [154585] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3208), 1, + ACTIONS(6190), 1, + aux_sym__immediate_decimal_token2, + STATE(3250), 1, sym_comment, - ACTIONS(4615), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(4618), 29, - anon_sym_SEMI, + ACTIONS(2782), 6, + anon_sym_DASH, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2784), 24, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + 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, - [153188] = 4, - ACTIONS(105), 1, + [154629] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3209), 1, + ACTIONS(6192), 1, + aux_sym__immediate_decimal_token2, + STATE(3251), 1, sym_comment, - ACTIONS(1560), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1558), 29, - anon_sym_SEMI, + ACTIONS(2874), 6, + anon_sym_DASH, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2876), 24, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - anon_sym_not, - sym_val_nothing, + 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, - [153230] = 6, + [154673] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6094), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6096), 1, - aux_sym__immediate_decimal_token2, - STATE(3210), 1, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(6194), 1, + anon_sym_DASH, + ACTIONS(6197), 1, + anon_sym_DOT2, + STATE(3252), 1, sym_comment, - ACTIONS(2724), 7, - anon_sym_DOLLAR, + ACTIONS(1519), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1644), 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, + [154720] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6199), 1, + anon_sym_DOT2, + STATE(3253), 1, + sym_comment, + STATE(3314), 1, + sym_path, + STATE(3512), 1, + sym_cell_path, + ACTIONS(1395), 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_in_list_token1, - ACTIONS(2726), 22, + ACTIONS(1397), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320291,32 +325079,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, - [153276] = 4, + [154767] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3211), 1, + ACTIONS(6201), 1, + anon_sym_SEMI, + STATE(3254), 1, sym_comment, - ACTIONS(1484), 8, + ACTIONS(213), 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(1486), 23, + ACTIONS(215), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320331,14 +325117,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [153318] = 5, + [154810] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6098), 1, - anon_sym_SEMI, - STATE(3212), 1, + ACTIONS(6156), 1, + aux_sym__immediate_decimal_token2, + STATE(3255), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(2806), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -320346,7 +325132,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(2808), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -320354,7 +325140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320369,30 +325155,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [153361] = 5, + [154853] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6100), 1, - anon_sym_DOT2, - STATE(3213), 1, + ACTIONS(6203), 1, + anon_sym_SEMI, + STATE(3256), 1, sym_comment, - ACTIONS(3048), 8, + ACTIONS(213), 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(3050), 21, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320407,31 +325193,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [153404] = 4, + [154896] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3214), 1, + ACTIONS(6205), 1, + anon_sym_SEMI, + STATE(3257), 1, sym_comment, - ACTIONS(2734), 6, + ACTIONS(213), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2736), 24, + aux_sym__unquoted_in_list_token1, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320444,30 +325229,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [153445] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [154939] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6060), 1, - aux_sym__immediate_decimal_token2, - STATE(3215), 1, + ACTIONS(6199), 1, + anon_sym_DOT2, + STATE(3258), 1, sym_comment, - ACTIONS(2734), 7, - anon_sym_DOLLAR, + STATE(3354), 1, + aux_sym_cell_path_repeat1, + STATE(3469), 1, + sym_path, + ACTIONS(1440), 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_in_list_token1, - ACTIONS(2736), 22, + ACTIONS(1442), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320480,156 +325271,22 @@ 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, - [153488] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3216), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1512), 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, - [153535] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - STATE(3217), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 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, - [153592] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - STATE(3218), 1, - sym_comment, - ACTIONS(1510), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1512), 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, - [153643] = 5, + [154986] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6120), 1, - sym__long_flag_identifier, - STATE(3219), 1, + ACTIONS(6207), 1, + anon_sym_SEMI, + STATE(3259), 1, sym_comment, - ACTIONS(2762), 12, + ACTIONS(213), 7, anon_sym_DOLLAR, anon_sym_DASH, - sym_val_nothing, - 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(2766), 17, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -320637,22 +325294,29 @@ 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, - [153686] = 4, + [155029] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3220), 1, + ACTIONS(6209), 1, + anon_sym_SEMI, + STATE(3260), 1, sym_comment, - ACTIONS(1542), 7, + ACTIONS(213), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -320660,8 +325324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1544), 23, - anon_sym_SEMI, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -320669,7 +325332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320684,31 +325347,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [153727] = 4, + [155072] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3221), 1, + STATE(3261), 1, sym_comment, - ACTIONS(2724), 6, + ACTIONS(3694), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2726), 24, + aux_sym__unquoted_in_list_token1, + ACTIONS(3696), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320721,113 +325382,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [153768] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - STATE(3222), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 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, - [153823] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6062), 1, - aux_sym_unquoted_token5, - STATE(3223), 1, - sym_comment, - ACTIONS(1492), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1494), 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, - [153866] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155113] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3224), 1, + STATE(3262), 1, sym_comment, - ACTIONS(2933), 6, + ACTIONS(3698), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2935), 24, + aux_sym__unquoted_in_list_token1, + ACTIONS(3700), 23, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320840,17 +325419,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [153907] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155154] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6128), 1, + ACTIONS(6211), 1, anon_sym_DOT2, - STATE(3225), 1, + STATE(3263), 1, sym_comment, - ACTIONS(6130), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6125), 8, + ACTIONS(3115), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -320859,14 +325437,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6122), 19, + ACTIONS(3117), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320879,33 +325457,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [153952] = 7, - ACTIONS(3), 1, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155197] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, + ACTIONS(1371), 1, anon_sym_LBRACE, - ACTIONS(6132), 1, - anon_sym_DASH, - ACTIONS(6135), 1, - anon_sym_DOT2, - STATE(3226), 1, + ACTIONS(5783), 1, + aux_sym_unquoted_token3, + STATE(3264), 1, sym_comment, - ACTIONS(1469), 5, + ACTIONS(1369), 28, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1562), 22, + 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, @@ -320919,17 +325497,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [153999] = 6, + [155240] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6128), 1, + ACTIONS(6213), 1, anon_sym_DOT2, - STATE(3227), 1, + STATE(3265), 1, sym_comment, - ACTIONS(215), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1332), 8, + ACTIONS(3109), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -320938,14 +325513,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1329), 19, + ACTIONS(3111), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -320958,51 +325533,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154044] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_EQ_GT, - ACTIONS(6137), 1, - anon_sym_DOT2, - STATE(3228), 1, - sym_comment, - ACTIONS(1469), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1562), 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, - [154089] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155283] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6139), 1, + ACTIONS(6215), 1, anon_sym_SEMI, - STATE(3229), 1, + STATE(3266), 1, sym_comment, ACTIONS(213), 7, anon_sym_DOLLAR, @@ -321020,7 +325558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321035,30 +325573,33 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154132] = 5, + [155326] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6141), 1, - anon_sym_DOT2, - STATE(3230), 1, + ACTIONS(6217), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6219), 1, + aux_sym__immediate_decimal_token2, + STATE(3267), 1, sym_comment, - ACTIONS(2979), 8, - anon_sym_DOLLAR, + ACTIONS(2806), 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_in_list_token1, - ACTIONS(2981), 21, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321071,32 +325612,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, - [154175] = 5, + [155371] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6143), 1, - anon_sym_DOT2, - STATE(3231), 1, + ACTIONS(6177), 1, + aux_sym__immediate_decimal_token2, + STATE(3268), 1, sym_comment, - ACTIONS(3010), 8, + ACTIONS(2782), 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(3012), 21, + ACTIONS(2784), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321111,69 +325650,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154218] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6135), 1, - anon_sym_DOT2, - STATE(3232), 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_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, - [154261] = 4, + [155414] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3233), 1, + ACTIONS(6221), 1, + anon_sym_SEMI, + STATE(3269), 1, sym_comment, - ACTIONS(3002), 6, + ACTIONS(213), 7, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3004), 24, + aux_sym__unquoted_in_list_token1, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321186,34 +325686,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154302] = 7, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155457] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6145), 1, - anon_sym_DOT2, - ACTIONS(6147), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6149), 1, - aux_sym__unquoted_in_list_token2, - STATE(3234), 1, + STATE(3270), 1, sym_comment, - ACTIONS(6032), 7, + ACTIONS(1640), 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(6030), 20, + ACTIONS(1642), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321226,12 +325723,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154349] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155498] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3235), 1, + ACTIONS(6223), 1, + anon_sym_SEMI, + STATE(3271), 1, sym_comment, - ACTIONS(1574), 7, + ACTIONS(213), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -321239,8 +325740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1576), 23, - anon_sym_SEMI, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -321248,7 +325748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321263,72 +325763,68 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154390] = 5, + [155541] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6128), 1, - anon_sym_DOT2, - STATE(3236), 1, + ACTIONS(6225), 1, + sym__long_flag_identifier, + STATE(3272), 1, sym_comment, - ACTIONS(213), 8, + ACTIONS(2960), 12, anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_DOT, + 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), 21, + ACTIONS(2964), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, - 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, - [154433] = 7, + [155584] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6151), 1, - anon_sym_DOT2, - STATE(3237), 1, + ACTIONS(6227), 1, + aux_sym__immediate_decimal_token2, + STATE(3273), 1, sym_comment, - STATE(3276), 1, - aux_sym_cell_path_repeat1, - STATE(3421), 1, - sym_path, - ACTIONS(1402), 7, + ACTIONS(2874), 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, - ACTIONS(1404), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(2876), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321341,52 +325837,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154480] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6062), 1, - aux_sym_unquoted_token5, - STATE(3238), 1, - sym_comment, - ACTIONS(1492), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1494), 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, - [154523] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155627] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6153), 1, - anon_sym_SEMI, - STATE(3239), 1, + STATE(3274), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(1588), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -321394,7 +325852,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(1590), 23, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -321402,7 +325861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321416,110 +325875,31 @@ static const uint16_t ts_small_parse_table[] = { sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [154566] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6137), 1, - anon_sym_DOT2, - STATE(3240), 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, - [154609] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3241), 1, - sym_comment, - ACTIONS(4615), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(1626), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1628), 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, - [154652] = 6, + anon_sym_DOLLAR_DQUOTE, + [155668] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6155), 1, + ACTIONS(6229), 1, anon_sym_DOT2, - STATE(3421), 1, - sym_path, - STATE(3242), 2, + STATE(3275), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 7, + ACTIONS(3097), 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, - ACTIONS(1416), 20, + aux_sym__unquoted_in_list_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_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321532,33 +325912,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154697] = 6, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155711] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6158), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6160), 1, - aux_sym__immediate_decimal_token2, - STATE(3243), 1, + STATE(3276), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(3702), 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, - ACTIONS(2726), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(3704), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321571,12 +325949,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154742] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [155752] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3244), 1, + STATE(3277), 1, sym_comment, - ACTIONS(3233), 7, + ACTIONS(3706), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -321584,7 +325964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3235), 23, + ACTIONS(3708), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -321593,7 +325973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321608,33 +325988,39 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154783] = 5, - ACTIONS(105), 1, + [155793] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1345), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - aux_sym_unquoted_token3, - STATE(3245), 1, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + STATE(3278), 1, sym_comment, - ACTIONS(1343), 28, + ACTIONS(6231), 2, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(6235), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(6239), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(6243), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6245), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(1530), 14, + anon_sym_COMMA, + anon_sym_in, + anon_sym_RBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -321646,14 +326032,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [154826] = 5, + [155848] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6096), 1, - aux_sym__immediate_decimal_token2, - STATE(3246), 1, + STATE(3279), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(3307), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -321661,15 +326045,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2726), 22, + ACTIONS(3309), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321684,34 +326069,199 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [154869] = 7, + [155889] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6147), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6149), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(6162), 1, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + STATE(3280), 1, + sym_comment, + ACTIONS(1528), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1530), 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, + [155940] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3281), 1, + sym_comment, + ACTIONS(4739), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(1628), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1630), 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, + [155983] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + STATE(3282), 1, + sym_comment, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1530), 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, + [156040] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3283), 1, + sym_comment, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 3, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1530), 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, + [156087] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6199), 1, anon_sym_DOT2, - STATE(3247), 1, + STATE(3284), 1, sym_comment, - ACTIONS(6032), 7, + STATE(3321), 1, + aux_sym_cell_path_repeat1, + STATE(3469), 1, + sym_path, + ACTIONS(1436), 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_in_list_token1, - ACTIONS(6030), 20, + ACTIONS(1438), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321724,52 +326274,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [154916] = 5, + [156134] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6164), 1, - anon_sym_SEMI, - STATE(3248), 1, + STATE(3285), 1, sym_comment, - ACTIONS(213), 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(215), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - sym_val_nothing, - 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, - [154959] = 5, + anon_sym_LT2, + ACTIONS(1530), 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, + [156177] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5002), 1, + ACTIONS(5123), 1, aux_sym__unquoted_in_list_token3, - STATE(3249), 1, + STATE(3286), 1, sym_comment, - ACTIONS(4980), 10, + ACTIONS(5099), 10, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -321780,12 +326330,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(4986), 19, + ACTIONS(5107), 19, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -321800,69 +326350,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0x, sym_val_date, aux_sym__unquoted_in_list_token1, - [155002] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6128), 1, - anon_sym_DOT2, - STATE(3250), 1, - sym_comment, - ACTIONS(6166), 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(6130), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [155045] = 10, + [156220] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6110), 1, + ACTIONS(6233), 1, anon_sym_DASH, - ACTIONS(6114), 1, + ACTIONS(6241), 1, anon_sym_PLUS, - STATE(3251), 1, + STATE(3287), 1, sym_comment, - ACTIONS(1510), 2, + ACTIONS(1528), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6102), 2, + ACTIONS(6235), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6104), 2, + ACTIONS(6237), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, + ACTIONS(6239), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6116), 2, + ACTIONS(6243), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1512), 18, + ACTIONS(1530), 18, anon_sym_COMMA, anon_sym_in, anon_sym_RBRACE, @@ -321881,58 +326393,357 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [155098] = 13, + [156273] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6110), 1, + ACTIONS(6233), 1, anon_sym_DASH, - ACTIONS(6114), 1, + ACTIONS(6241), 1, anon_sym_PLUS, - STATE(3252), 1, + STATE(3288), 1, + sym_comment, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1530), 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, + [156332] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, + anon_sym_bit_DASHand, + STATE(3289), 1, sym_comment, - ACTIONS(6102), 2, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6104), 2, + ACTIONS(6237), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, + ACTIONS(6239), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1530), 7, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [156393] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, + anon_sym_bit_DASHand, + ACTIONS(6253), 1, + anon_sym_bit_DASHxor, + STATE(3290), 1, + sym_comment, + ACTIONS(6231), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6116), 2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6168), 2, + ACTIONS(6249), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6112), 4, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6118), 4, + ACTIONS(1530), 6, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [156456] = 16, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, + anon_sym_bit_DASHand, + ACTIONS(6253), 1, + anon_sym_bit_DASHxor, + ACTIONS(6255), 1, + anon_sym_bit_DASHor, + STATE(3291), 1, + sym_comment, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6245), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 8, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(1530), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [156521] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, + anon_sym_bit_DASHand, + ACTIONS(6253), 1, + anon_sym_bit_DASHxor, + ACTIONS(6255), 1, + anon_sym_bit_DASHor, + ACTIONS(6257), 1, + anon_sym_and, + STATE(3292), 1, + sym_comment, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1530), 4, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_xor, + anon_sym_or, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [156588] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, anon_sym_bit_DASHand, + ACTIONS(6253), 1, anon_sym_bit_DASHxor, + ACTIONS(6255), 1, anon_sym_bit_DASHor, + ACTIONS(6257), 1, anon_sym_and, + ACTIONS(6259), 1, anon_sym_xor, + STATE(3293), 1, + sym_comment, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1530), 3, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_or, - [155157] = 4, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [156657] = 19, ACTIONS(3), 1, anon_sym_POUND, - STATE(3253), 1, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, + anon_sym_bit_DASHand, + ACTIONS(6253), 1, + anon_sym_bit_DASHxor, + ACTIONS(6255), 1, + anon_sym_bit_DASHor, + ACTIONS(6257), 1, + anon_sym_and, + ACTIONS(6259), 1, + anon_sym_xor, + ACTIONS(6261), 1, + anon_sym_or, + STATE(3294), 1, + sym_comment, + ACTIONS(1530), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [156728] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6263), 1, + anon_sym_DOT2, + STATE(3295), 1, sym_comment, - ACTIONS(1488), 8, + ACTIONS(3103), 8, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT, @@ -321941,15 +326752,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1490), 22, + ACTIONS(3105), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -321964,12 +326774,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155198] = 5, + [156771] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6170), 1, + ACTIONS(6265), 1, anon_sym_SEMI, - STATE(3254), 1, + STATE(3296), 1, sym_comment, ACTIONS(213), 7, anon_sym_DOLLAR, @@ -321987,7 +326797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322002,29 +326812,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155241] = 4, + [156814] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3255), 1, + STATE(3297), 1, sym_comment, - ACTIONS(1461), 8, + ACTIONS(3665), 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(1463), 22, + ACTIONS(3667), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT2, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322039,14 +326849,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155282] = 5, + [156855] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6172), 1, - aux_sym__immediate_decimal_token2, - STATE(3256), 1, + STATE(3298), 1, sym_comment, - ACTIONS(2933), 7, + ACTIONS(3659), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322054,15 +326862,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2935), 22, + ACTIONS(3661), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322077,33 +326886,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155325] = 6, + [156896] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6174), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6176), 1, - aux_sym__immediate_decimal_token2, - STATE(3257), 1, + STATE(3299), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(3651), 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, - ACTIONS(2736), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(3653), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322116,12 +326921,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155370] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [156937] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3258), 1, + ACTIONS(6267), 1, + anon_sym_SEMI, + STATE(3300), 1, sym_comment, - ACTIONS(3535), 7, + ACTIONS(213), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322129,16 +326938,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3537), 23, + ACTIONS(215), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322153,12 +326961,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155411] = 4, + [156980] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3259), 1, + STATE(3301), 1, sym_comment, - ACTIONS(3360), 7, + ACTIONS(3647), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322166,7 +326974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3362), 23, + ACTIONS(3649), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322175,7 +326983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322190,12 +326998,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155452] = 4, + [157021] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3260), 1, + STATE(3302), 1, sym_comment, - ACTIONS(3364), 7, + ACTIONS(3639), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322203,7 +327011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3366), 23, + ACTIONS(3641), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322212,7 +327020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322227,12 +327035,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155493] = 4, + [157062] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3261), 1, + STATE(3303), 1, sym_comment, - ACTIONS(3368), 7, + ACTIONS(3635), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322240,7 +327048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3370), 23, + ACTIONS(3637), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322249,7 +327057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322264,34 +327072,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155534] = 7, + [157103] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6151), 1, - anon_sym_DOT2, - STATE(3242), 1, - aux_sym_cell_path_repeat1, - STATE(3262), 1, + STATE(3304), 1, sym_comment, - STATE(3421), 1, - sym_path, - ACTIONS(1386), 7, + ACTIONS(3615), 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, - ACTIONS(1388), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(3617), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322304,14 +327107,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155581] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [157144] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6178), 1, - anon_sym_SEMI, - STATE(3263), 1, + STATE(3305), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3611), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322319,15 +327122,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3613), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322342,34 +327146,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155624] = 7, + [157185] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6151), 1, + ACTIONS(5205), 1, anon_sym_DOT2, - STATE(3264), 1, + STATE(3306), 1, sym_comment, - STATE(3302), 1, - sym_path, - STATE(3486), 1, - sym_cell_path, - ACTIONS(1421), 7, + ACTIONS(2806), 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, - ACTIONS(1423), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322382,12 +327182,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [155671] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [157228] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3265), 1, + STATE(3307), 1, sym_comment, - ACTIONS(3356), 7, + ACTIONS(3557), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322395,7 +327197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3358), 23, + ACTIONS(3559), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322404,7 +327206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322419,12 +327221,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155712] = 4, + [157269] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3266), 1, + STATE(3308), 1, sym_comment, - ACTIONS(3352), 7, + ACTIONS(3513), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322432,7 +327234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3354), 23, + ACTIONS(3515), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322441,7 +327243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322456,12 +327258,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155753] = 4, + [157310] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3267), 1, + STATE(3309), 1, sym_comment, - ACTIONS(3348), 7, + ACTIONS(3505), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322469,7 +327271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3350), 23, + ACTIONS(3507), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322478,7 +327280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322493,12 +327295,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155794] = 4, + [157351] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3268), 1, + STATE(3310), 1, sym_comment, - ACTIONS(3336), 7, + ACTIONS(3501), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322506,7 +327308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3338), 23, + ACTIONS(3503), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322515,7 +327317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322530,12 +327332,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155835] = 4, + [157392] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3269), 1, + STATE(3311), 1, sym_comment, - ACTIONS(3332), 7, + ACTIONS(3331), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322543,7 +327345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3334), 23, + ACTIONS(3333), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -322552,7 +327354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322567,29 +327369,31 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [155876] = 4, + [157433] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3270), 1, + STATE(3312), 1, sym_comment, - ACTIONS(3328), 7, - anon_sym_DOLLAR, + ACTIONS(3034), 6, 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(3330), 23, + ACTIONS(3036), 24, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322602,31 +327406,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, - [155917] = 4, + [157474] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3271), 1, + STATE(3313), 1, sym_comment, - ACTIONS(3539), 7, - anon_sym_DOLLAR, + ACTIONS(2874), 6, 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(3541), 23, + ACTIONS(2876), 24, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322639,31 +327443,34 @@ 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, - [155958] = 4, + [157515] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3272), 1, + ACTIONS(6199), 1, + anon_sym_DOT2, + STATE(3284), 1, + aux_sym_cell_path_repeat1, + STATE(3314), 1, sym_comment, - ACTIONS(3324), 7, - anon_sym_DOLLAR, + STATE(3469), 1, + sym_path, + ACTIONS(1440), 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_in_list_token1, - ACTIONS(3326), 23, + ACTIONS(1442), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322676,14 +327483,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, - [155999] = 4, + [157562] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3273), 1, + ACTIONS(6269), 1, + anon_sym_SEMI, + STATE(3315), 1, sym_comment, - ACTIONS(3372), 7, + ACTIONS(213), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -322691,16 +327498,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3374), 23, + ACTIONS(215), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322715,30 +327521,30 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156040] = 5, + [157605] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5040), 1, - anon_sym_DOT2, - STATE(3274), 1, + ACTIONS(6271), 1, + anon_sym_SEMI, + STATE(3316), 1, sym_comment, - ACTIONS(2734), 8, + ACTIONS(213), 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(2736), 21, + ACTIONS(215), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322753,12 +327559,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156083] = 5, + [157648] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6180), 1, + ACTIONS(6273), 1, anon_sym_SEMI, - STATE(3275), 1, + STATE(3317), 1, sym_comment, ACTIONS(213), 7, anon_sym_DOLLAR, @@ -322776,7 +327582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322791,33 +327597,69 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156126] = 6, + [157691] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3242), 1, - aux_sym_cell_path_repeat1, - STATE(3276), 1, + ACTIONS(6182), 1, + aux_sym_unquoted_token5, + STATE(3318), 1, sym_comment, - STATE(3421), 1, - sym_path, - ACTIONS(1386), 7, + ACTIONS(1495), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1497), 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, + [157734] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3319), 1, + sym_comment, + ACTIONS(2782), 6, anon_sym_DASH, anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1388), 21, + ACTIONS(2784), 24, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, + anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322830,29 +327672,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [156171] = 4, + [157775] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3277), 1, + ACTIONS(6275), 1, + anon_sym_DOT2, + STATE(3320), 1, sym_comment, - ACTIONS(3376), 7, + ACTIONS(3129), 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(3378), 23, + ACTIONS(3131), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322867,29 +327710,33 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156212] = 4, + [157818] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3278), 1, + ACTIONS(6277), 1, + anon_sym_DOT2, + STATE(3469), 1, + sym_path, + STATE(3321), 2, sym_comment, - ACTIONS(3380), 7, - anon_sym_DOLLAR, + aux_sym_cell_path_repeat1, + ACTIONS(1411), 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_in_list_token1, - ACTIONS(3382), 23, + ACTIONS(1413), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322902,32 +327749,33 @@ 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, - [156253] = 5, + [157863] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6182), 1, - anon_sym_SEMI, - STATE(3279), 1, + ACTIONS(6280), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6282), 1, + aux_sym__immediate_decimal_token2, + STATE(3322), 1, sym_comment, - ACTIONS(213), 7, - anon_sym_DOLLAR, + ACTIONS(2782), 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_in_list_token1, - ACTIONS(215), 22, + ACTIONS(2784), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322940,32 +327788,34 @@ 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, - [156296] = 5, + [157908] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6184), 1, - anon_sym_SEMI, - STATE(3280), 1, + ACTIONS(6284), 1, + anon_sym_DOT2, + STATE(3258), 1, + sym_path, + STATE(3323), 1, sym_comment, - ACTIONS(213), 7, - anon_sym_DOLLAR, + STATE(3492), 1, + sym_cell_path, + ACTIONS(1399), 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_in_list_token1, - ACTIONS(215), 22, + ACTIONS(1401), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -322978,31 +327828,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, - [156339] = 4, + [157955] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3281), 1, + ACTIONS(6287), 1, + anon_sym_DOT2, + STATE(3324), 1, sym_comment, - ACTIONS(3384), 7, + ACTIONS(3123), 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(3386), 23, + ACTIONS(3125), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323017,29 +327866,31 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156380] = 4, + [157998] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3282), 1, + STATE(3325), 1, sym_comment, - ACTIONS(3388), 7, - anon_sym_DOLLAR, + ACTIONS(2806), 6, 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(3390), 23, + ACTIONS(2808), 24, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323052,16 +327903,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, - [156421] = 5, + [158039] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6186), 1, - anon_sym_SEMI, - STATE(3283), 1, + STATE(3326), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3303), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323069,15 +327916,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3305), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323092,69 +327940,66 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156464] = 7, - ACTIONS(3), 1, + [158080] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6188), 1, - anon_sym_DOT2, - STATE(3237), 1, - sym_path, - STATE(3284), 1, + ACTIONS(5783), 1, + aux_sym_unquoted_token3, + STATE(3327), 1, sym_comment, - STATE(3446), 1, - sym_cell_path, - ACTIONS(1421), 7, + ACTIONS(1369), 29, + anon_sym_GT, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1423), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, + 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, - sym_val_nothing, - 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, - [156511] = 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, + [158121] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3285), 1, + STATE(3328), 1, sym_comment, - ACTIONS(3394), 7, + ACTIONS(1501), 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(3396), 23, + ACTIONS(1503), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323169,34 +328014,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156552] = 7, + [158162] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6151), 1, - anon_sym_DOT2, - STATE(3286), 1, + STATE(3329), 1, sym_comment, - STATE(3302), 1, - sym_path, - STATE(3453), 1, - sym_cell_path, - ACTIONS(1373), 7, + ACTIONS(1491), 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, - ACTIONS(1375), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(1493), 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_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323209,29 +328049,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [156599] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [158203] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3287), 1, + ACTIONS(6295), 1, + anon_sym_DOT2, + STATE(3330), 1, sym_comment, - ACTIONS(3398), 7, + ACTIONS(6297), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6292), 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(3400), 23, + ACTIONS(6289), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323244,31 +328090,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, - [156640] = 4, + [158248] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3288), 1, + ACTIONS(6295), 1, + anon_sym_DOT2, + STATE(3331), 1, sym_comment, - ACTIONS(3406), 7, + ACTIONS(213), 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(3408), 23, + ACTIONS(215), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323283,29 +328128,33 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156681] = 4, + [158291] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3289), 1, + ACTIONS(6295), 1, + anon_sym_DOT2, + STATE(3332), 1, sym_comment, - ACTIONS(3410), 7, + ACTIONS(215), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1358), 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(3412), 23, + ACTIONS(1355), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323318,61 +328167,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, - [156722] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - ACTIONS(6191), 1, - anon_sym_bit_DASHand, - STATE(3290), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6168), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 7, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [156783] = 4, + [158336] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3291), 1, + STATE(3333), 1, sym_comment, - ACTIONS(3317), 7, + ACTIONS(3481), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323380,7 +328180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3319), 23, + ACTIONS(3483), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323389,7 +328189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323404,12 +328204,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156824] = 4, + [158377] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3292), 1, + STATE(3334), 1, sym_comment, - ACTIONS(3313), 7, + ACTIONS(3323), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323417,7 +328217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3315), 23, + ACTIONS(3325), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323426,7 +328226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323441,12 +328241,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156865] = 4, + [158418] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3293), 1, + STATE(3335), 1, sym_comment, - ACTIONS(3309), 7, + ACTIONS(3477), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323454,7 +328254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3311), 23, + ACTIONS(3479), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323463,7 +328263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323478,60 +328278,51 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [156906] = 15, + [158459] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - ACTIONS(6191), 1, - anon_sym_bit_DASHand, - ACTIONS(6193), 1, - anon_sym_bit_DASHxor, - STATE(3294), 1, + ACTIONS(1517), 1, + anon_sym_EQ_GT, + ACTIONS(6299), 1, + anon_sym_DOT2, + STATE(3336), 1, sym_comment, - ACTIONS(6102), 2, + ACTIONS(1519), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6104), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1644), 23, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6168), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1512), 6, - anon_sym_COMMA, - 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, - [156969] = 4, + [158504] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3295), 1, + STATE(3337), 1, sym_comment, - ACTIONS(3305), 7, + ACTIONS(3449), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323539,7 +328330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3307), 23, + ACTIONS(3451), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323548,7 +328339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323563,12 +328354,52 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157010] = 4, + [158545] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3296), 1, + ACTIONS(6301), 1, + anon_sym_DOT2, + ACTIONS(6303), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6305), 1, + aux_sym__unquoted_in_list_token2, + STATE(3338), 1, + sym_comment, + ACTIONS(6066), 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(6064), 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, + [158592] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3339), 1, sym_comment, - ACTIONS(3273), 7, + ACTIONS(3445), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323576,7 +328407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3275), 23, + ACTIONS(3447), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323585,7 +328416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323600,12 +328431,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157051] = 4, + [158633] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3297), 1, + STATE(3340), 1, sym_comment, - ACTIONS(3269), 7, + ACTIONS(3441), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323613,7 +328444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3271), 23, + ACTIONS(3443), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323622,7 +328453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323637,12 +328468,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157092] = 4, + [158674] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3298), 1, + STATE(3341), 1, sym_comment, - ACTIONS(3265), 7, + ACTIONS(3437), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323650,7 +328481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3267), 23, + ACTIONS(3439), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323659,7 +328490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323674,12 +328505,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157133] = 4, + [158715] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3299), 1, + STATE(3342), 1, sym_comment, - ACTIONS(3261), 7, + ACTIONS(3433), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323687,7 +328518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3263), 23, + ACTIONS(3435), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323696,7 +328527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323711,12 +328542,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157174] = 4, + [158756] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3300), 1, + STATE(3343), 1, sym_comment, - ACTIONS(3257), 7, + ACTIONS(3429), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323724,7 +328555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3259), 23, + ACTIONS(3431), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323733,7 +328564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323748,12 +328579,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157215] = 4, + [158797] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3301), 1, + STATE(3344), 1, sym_comment, - ACTIONS(3559), 7, + ACTIONS(3425), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323761,7 +328592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3561), 23, + ACTIONS(3427), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323770,7 +328601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323785,18 +328616,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157256] = 7, + [158838] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6151), 1, + ACTIONS(6199), 1, anon_sym_DOT2, - STATE(3262), 1, - aux_sym_cell_path_repeat1, - STATE(3302), 1, - sym_comment, - STATE(3421), 1, + STATE(3314), 1, sym_path, - ACTIONS(1402), 7, + STATE(3345), 1, + sym_comment, + STATE(3508), 1, + sym_cell_path, + ACTIONS(1399), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -323804,7 +328635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1404), 20, + ACTIONS(1401), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -323812,7 +328643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323825,12 +328656,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [157303] = 4, + [158885] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3303), 1, + STATE(3346), 1, sym_comment, - ACTIONS(3563), 7, + ACTIONS(3417), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323838,7 +328669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3565), 23, + ACTIONS(3419), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323847,7 +328678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323862,14 +328693,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157344] = 5, + [158926] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6195), 1, - anon_sym_SEMI, - STATE(3304), 1, + STATE(3347), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3413), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323877,15 +328706,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3415), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323900,12 +328730,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157387] = 4, + [158967] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3305), 1, + STATE(3348), 1, sym_comment, - ACTIONS(3253), 7, + ACTIONS(3409), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323913,7 +328743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3255), 23, + ACTIONS(3411), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -323922,7 +328752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323937,14 +328767,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157428] = 5, + [159008] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6197), 1, - anon_sym_SEMI, - STATE(3306), 1, + STATE(3349), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3327), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323952,15 +328780,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3329), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -323975,14 +328804,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157471] = 5, + [159049] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6199), 1, - anon_sym_SEMI, - STATE(3307), 1, + STATE(3350), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(3405), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -323990,15 +328817,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(215), 22, + ACTIONS(3407), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324013,61 +328841,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157514] = 16, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - ACTIONS(6191), 1, - anon_sym_bit_DASHand, - ACTIONS(6193), 1, - anon_sym_bit_DASHxor, - ACTIONS(6201), 1, - anon_sym_bit_DASHor, - STATE(3308), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6168), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [157579] = 4, + [159090] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3309), 1, + STATE(3351), 1, sym_comment, - ACTIONS(3249), 7, + ACTIONS(3397), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324075,7 +328854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3251), 23, + ACTIONS(3399), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324084,7 +328863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324099,30 +328878,29 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157620] = 5, + [159131] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6203), 1, - anon_sym_DOT2, - STATE(3310), 1, + STATE(3352), 1, sym_comment, - ACTIONS(3054), 8, + ACTIONS(3393), 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(3056), 21, + ACTIONS(3395), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324137,12 +328915,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157663] = 4, + [159172] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3311), 1, + STATE(3353), 1, sym_comment, - ACTIONS(3245), 7, + ACTIONS(3385), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324150,7 +328928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3247), 23, + ACTIONS(3387), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324159,7 +328937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324174,29 +328952,33 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157704] = 4, + [159213] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3312), 1, + STATE(3321), 1, + aux_sym_cell_path_repeat1, + STATE(3354), 1, sym_comment, - ACTIONS(3241), 7, - anon_sym_DOLLAR, + STATE(3469), 1, + sym_path, + ACTIONS(1436), 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_in_list_token1, - ACTIONS(3243), 23, + ACTIONS(1438), 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_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324209,27 +328991,25 @@ 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, - [157745] = 5, + [159258] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3313), 1, + ACTIONS(6182), 1, + aux_sym_unquoted_token5, + STATE(3355), 1, sym_comment, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 5, + ACTIONS(1495), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(1512), 23, - anon_sym_COMMA, + ACTIONS(1497), 24, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, @@ -324249,50 +329029,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [157788] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6205), 1, - anon_sym_DOT2, - STATE(3314), 1, - sym_comment, - ACTIONS(2973), 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(2975), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, - 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, - [157831] = 4, + [159301] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3315), 1, + STATE(3356), 1, sym_comment, - ACTIONS(3237), 7, + ACTIONS(3381), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324300,7 +329042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3239), 23, + ACTIONS(3383), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324309,7 +329051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324324,30 +329066,34 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [157872] = 5, + [159342] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6207), 1, + ACTIONS(6307), 1, anon_sym_DOT2, - STATE(3316), 1, + STATE(3258), 1, + sym_path, + STATE(3357), 1, sym_comment, - ACTIONS(3025), 8, - anon_sym_DOLLAR, + STATE(3475), 1, + sym_cell_path, + ACTIONS(1395), 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_in_list_token1, - ACTIONS(3027), 21, + ACTIONS(1397), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324360,32 +329106,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, - [157915] = 4, - ACTIONS(105), 1, + [159389] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5764), 1, - aux_sym_unquoted_token3, - STATE(3317), 1, + ACTIONS(6197), 1, + anon_sym_DOT2, + STATE(3358), 1, sym_comment, - ACTIONS(1343), 29, + 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, + 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, @@ -324399,79 +329144,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [157956] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - ACTIONS(6191), 1, - anon_sym_bit_DASHand, - ACTIONS(6193), 1, - anon_sym_bit_DASHxor, - ACTIONS(6201), 1, - anon_sym_bit_DASHor, - ACTIONS(6209), 1, - anon_sym_and, - STATE(3318), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6168), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1512), 4, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_xor, - anon_sym_or, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [158023] = 4, + [159432] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3319), 1, + ACTIONS(6303), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6305), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(6310), 1, + anon_sym_DOT2, + STATE(3359), 1, sym_comment, - ACTIONS(3225), 7, - anon_sym_DOLLAR, + ACTIONS(6066), 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(3227), 23, + ACTIONS(6064), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324484,36 +329184,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, - [158064] = 7, + [159479] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_DOT2, - STATE(3237), 1, - sym_path, - STATE(3320), 1, + STATE(3360), 1, sym_comment, - STATE(3449), 1, - sym_cell_path, - ACTIONS(1373), 7, + ACTIONS(3373), 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, - ACTIONS(1375), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(3375), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324526,12 +329219,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [158111] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [159520] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3321), 1, + STATE(3361), 1, sym_comment, - ACTIONS(3183), 7, + ACTIONS(3369), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324539,7 +329234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3185), 23, + ACTIONS(3371), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324548,7 +329243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324563,12 +329258,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158152] = 4, + [159561] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3322), 1, + STATE(3362), 1, sym_comment, - ACTIONS(3173), 7, + ACTIONS(3365), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324576,7 +329271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3175), 23, + ACTIONS(3367), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324585,7 +329280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324600,12 +329295,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158193] = 4, + [159602] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3323), 1, + STATE(3363), 1, sym_comment, - ACTIONS(3169), 7, + ACTIONS(3361), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324613,7 +329308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3171), 23, + ACTIONS(3363), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324622,7 +329317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324637,115 +329332,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158234] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - ACTIONS(6191), 1, - anon_sym_bit_DASHand, - ACTIONS(6193), 1, - anon_sym_bit_DASHxor, - ACTIONS(6201), 1, - anon_sym_bit_DASHor, - ACTIONS(6209), 1, - anon_sym_and, - ACTIONS(6214), 1, - anon_sym_xor, - STATE(3324), 1, - sym_comment, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6168), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1512), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_or, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [158303] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6110), 1, - anon_sym_DASH, - ACTIONS(6114), 1, - anon_sym_PLUS, - ACTIONS(6191), 1, - anon_sym_bit_DASHand, - ACTIONS(6193), 1, - anon_sym_bit_DASHxor, - ACTIONS(6201), 1, - anon_sym_bit_DASHor, - ACTIONS(6209), 1, - anon_sym_and, - ACTIONS(6214), 1, - anon_sym_xor, - ACTIONS(6216), 1, - anon_sym_or, - STATE(3325), 1, - sym_comment, - ACTIONS(1512), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(6102), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6104), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6168), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6112), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6118), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [158374] = 4, + [159643] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3326), 1, + STATE(3364), 1, sym_comment, - ACTIONS(3165), 7, + ACTIONS(3357), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324753,7 +329345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3167), 23, + ACTIONS(3359), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324762,7 +329354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324777,12 +329369,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158415] = 4, + [159684] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3327), 1, + STATE(3365), 1, sym_comment, - ACTIONS(3161), 7, + ACTIONS(3353), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324790,7 +329382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3163), 23, + ACTIONS(3355), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324799,7 +329391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324814,12 +329406,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158456] = 4, + [159725] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3328), 1, + STATE(3366), 1, sym_comment, - ACTIONS(3157), 7, + ACTIONS(3349), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324827,7 +329419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3159), 23, + ACTIONS(3351), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324836,7 +329428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324851,12 +329443,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158497] = 4, + [159766] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3329), 1, + STATE(3367), 1, sym_comment, - ACTIONS(3153), 7, + ACTIONS(3345), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324864,7 +329456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3155), 23, + ACTIONS(3347), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324873,7 +329465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324888,12 +329480,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158538] = 4, + [159807] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3330), 1, + STATE(3368), 1, sym_comment, - ACTIONS(3149), 7, + ACTIONS(3341), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324901,7 +329493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3151), 23, + ACTIONS(3343), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324910,7 +329502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324925,12 +329517,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158579] = 4, + [159848] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3331), 1, + STATE(3369), 1, sym_comment, - ACTIONS(3145), 7, + ACTIONS(3335), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -324938,7 +329530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3147), 23, + ACTIONS(3337), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -324947,7 +329539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324962,28 +329554,68 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158620] = 4, + [159889] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3332), 1, + ACTIONS(6299), 1, + anon_sym_DOT2, + STATE(3370), 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, + [159932] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6295), 1, + anon_sym_DOT2, + STATE(3371), 1, sym_comment, - ACTIONS(6220), 7, + ACTIONS(6312), 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(6218), 22, + ACTIONS(6297), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -324998,12 +329630,16 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158660] = 4, + [159975] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3333), 1, + ACTIONS(6314), 1, + anon_sym_DOT2, + ACTIONS(6316), 1, + aux_sym__immediate_decimal_token2, + STATE(3372), 1, sym_comment, - ACTIONS(1437), 7, + ACTIONS(2904), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -325011,17 +329647,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1439), 22, + ACTIONS(2906), 20, 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_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325034,12 +329668,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [158700] = 4, + [160019] = 19, ACTIONS(3), 1, anon_sym_POUND, - STATE(3334), 1, + ACTIONS(1530), 1, + anon_sym_EQ_GT, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + ACTIONS(6338), 1, + anon_sym_bit_DASHand, + ACTIONS(6340), 1, + anon_sym_bit_DASHxor, + ACTIONS(6342), 1, + anon_sym_bit_DASHor, + ACTIONS(6344), 1, + anon_sym_and, + ACTIONS(6346), 1, + anon_sym_xor, + ACTIONS(6348), 1, + anon_sym_or, + STATE(3373), 1, + sym_comment, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [160089] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3374), 1, sym_comment, - ACTIONS(1484), 7, + ACTIONS(6066), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325047,7 +329732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1486), 22, + ACTIONS(6064), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325055,7 +329740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325070,12 +329755,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158740] = 4, + [160129] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3335), 1, + STATE(3375), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(6352), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325083,7 +329768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2736), 22, + ACTIONS(6350), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325091,7 +329776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325106,12 +329791,62 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158780] = 4, + [160169] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3336), 1, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + ACTIONS(6338), 1, + anon_sym_bit_DASHand, + ACTIONS(6340), 1, + anon_sym_bit_DASHxor, + ACTIONS(6342), 1, + anon_sym_bit_DASHor, + ACTIONS(6344), 1, + anon_sym_and, + ACTIONS(6346), 1, + anon_sym_xor, + STATE(3376), 1, sym_comment, - ACTIONS(1620), 7, + ACTIONS(1530), 2, + anon_sym_EQ_GT, + anon_sym_or, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [160237] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3377), 1, + sym_comment, + ACTIONS(2806), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325119,7 +329854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1622), 22, + ACTIONS(2808), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325127,7 +329862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325142,12 +329877,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158820] = 4, + [160277] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3337), 1, + STATE(3378), 1, sym_comment, - ACTIONS(3091), 7, + ACTIONS(1576), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325155,7 +329890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3093), 22, + ACTIONS(1578), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325163,7 +329898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325178,50 +329913,16 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [158860] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3338), 1, - sym_comment, - ACTIONS(1446), 7, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1448), 22, - 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_PLUS, - sym_val_nothing, - 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, - [158900] = 5, + [160317] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6176), 1, + ACTIONS(6158), 1, aux_sym__immediate_decimal_token2, - STATE(3339), 1, + ACTIONS(6354), 1, + anon_sym_DOT2, + STATE(3379), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(2806), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -325229,16 +329930,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2736), 21, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325251,12 +329951,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [158942] = 4, + [160361] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3340), 1, + ACTIONS(6359), 1, + anon_sym_COMMA, + STATE(3380), 1, sym_comment, - ACTIONS(3002), 7, + ACTIONS(6364), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6361), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325264,15 +329969,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(3004), 22, + ACTIONS(6356), 19, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325285,34 +329989,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, - [158982] = 6, + [160405] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6176), 1, + ACTIONS(6190), 1, aux_sym__immediate_decimal_token2, - ACTIONS(6222), 1, - anon_sym_DOT2, - STATE(3341), 1, + ACTIONS(6366), 1, + aux_sym__immediate_decimal_token1, + STATE(3381), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(2782), 6, anon_sym_DASH, anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2736), 20, + ACTIONS(2784), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325325,12 +330027,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159026] = 4, + [160449] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3342), 1, + STATE(3382), 1, sym_comment, - ACTIONS(6227), 7, + ACTIONS(6370), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325338,7 +330040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6225), 22, + ACTIONS(6368), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325346,7 +330048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325361,32 +330063,31 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159066] = 6, + [160489] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6229), 1, - anon_sym_DOT2, - ACTIONS(6232), 1, - aux_sym__immediate_decimal_token2, - STATE(3343), 1, + STATE(3383), 1, sym_comment, - ACTIONS(2768), 7, + ACTIONS(6297), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6292), 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, - ACTIONS(2770), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6289), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325399,71 +330100,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159110] = 11, + [160531] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6320), 1, anon_sym_DASH, - ACTIONS(6244), 1, + ACTIONS(6330), 1, anon_sym_PLUS, - STATE(3344), 1, + ACTIONS(6338), 1, + anon_sym_bit_DASHand, + ACTIONS(6340), 1, + anon_sym_bit_DASHxor, + ACTIONS(6342), 1, + anon_sym_bit_DASHor, + ACTIONS(6344), 1, + anon_sym_and, + STATE(3384), 1, sym_comment, - ACTIONS(6234), 2, + ACTIONS(6318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6324), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6326), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6328), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, + ACTIONS(6332), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 13, - anon_sym_in, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1530), 3, anon_sym_EQ_GT, + anon_sym_xor, + anon_sym_or, + ACTIONS(6322), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [160597] = 16, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + ACTIONS(6338), 1, anon_sym_bit_DASHand, + ACTIONS(6340), 1, anon_sym_bit_DASHxor, + ACTIONS(6342), 1, anon_sym_bit_DASHor, + STATE(3385), 1, + sym_comment, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1530), 4, + anon_sym_EQ_GT, anon_sym_and, anon_sym_xor, anon_sym_or, - [159164] = 4, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [160661] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3345), 1, + ACTIONS(6158), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6372), 1, + aux_sym__immediate_decimal_token1, + STATE(3386), 1, sym_comment, - ACTIONS(2933), 7, - anon_sym_DOLLAR, + ACTIONS(2806), 6, 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(2935), 22, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325476,34 +330235,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, - [159204] = 6, + [160705] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6081), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6250), 1, - anon_sym_DOT2, - STATE(3346), 1, + STATE(3387), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(6350), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(6377), 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, - ACTIONS(2736), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(6374), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325516,32 +330272,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159248] = 6, + [160747] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6252), 1, - anon_sym_DOT2, - ACTIONS(6254), 1, - aux_sym__immediate_decimal_token2, - STATE(3347), 1, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + ACTIONS(6338), 1, + anon_sym_bit_DASHand, + ACTIONS(6340), 1, + anon_sym_bit_DASHxor, + STATE(3388), 1, + sym_comment, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 5, + anon_sym_EQ_GT, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [160809] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3389), 1, sym_comment, - ACTIONS(2768), 7, + ACTIONS(215), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1358), 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, - ACTIONS(2770), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(1355), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325554,69 +330356,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159292] = 9, + [160851] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6320), 1, anon_sym_DASH, - ACTIONS(6244), 1, + ACTIONS(6330), 1, anon_sym_PLUS, - STATE(3348), 1, + ACTIONS(6338), 1, + anon_sym_bit_DASHand, + STATE(3390), 1, sym_comment, - ACTIONS(1510), 2, + ACTIONS(6318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6324), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6326), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6328), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1512), 19, - anon_sym_in, - anon_sym_EQ_GT, + ACTIONS(6332), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 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, + ACTIONS(1530), 6, + anon_sym_EQ_GT, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [159342] = 4, + [160911] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3349), 1, + ACTIONS(6219), 1, + aux_sym__immediate_decimal_token2, + STATE(3391), 1, sym_comment, - ACTIONS(6032), 7, - anon_sym_DOLLAR, + ACTIONS(2806), 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_in_list_token1, - ACTIONS(6030), 22, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325629,14 +330439,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, - [159382] = 4, + [160953] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3350), 1, + STATE(3392), 1, sym_comment, - ACTIONS(213), 7, + ACTIONS(6382), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325644,7 +330452,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(6380), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325652,7 +330460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325667,28 +330475,76 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159422] = 4, + [160993] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(3351), 1, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + STATE(3393), 1, sym_comment, - ACTIONS(1498), 7, - anon_sym_DOLLAR, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6336), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 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, + [161051] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6282), 1, + aux_sym__immediate_decimal_token2, + STATE(3394), 1, + sym_comment, + ACTIONS(2782), 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_in_list_token1, - ACTIONS(1500), 22, + ACTIONS(2784), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325701,30 +330557,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, - [159462] = 4, + [161093] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3352), 1, + ACTIONS(6384), 1, + aux_sym__immediate_decimal_token2, + STATE(3395), 1, sym_comment, - ACTIONS(6258), 7, - anon_sym_DOLLAR, + ACTIONS(2874), 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_in_list_token1, - ACTIONS(6256), 22, + ACTIONS(2876), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325737,14 +330594,54 @@ 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, - [159502] = 4, + [161135] = 10, ACTIONS(3), 1, anon_sym_POUND, - STATE(3353), 1, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + STATE(3396), 1, + sym_comment, + ACTIONS(1528), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1530), 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, + [161187] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3397), 1, sym_comment, - ACTIONS(6166), 7, + ACTIONS(6388), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325752,7 +330649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6130), 22, + ACTIONS(6386), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325760,7 +330657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325775,32 +330672,67 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159542] = 6, + [161227] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6088), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6260), 1, - aux_sym__immediate_decimal_token1, - STATE(3354), 1, + STATE(3398), 1, + sym_comment, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1530), 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, + [161269] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3399), 1, sym_comment, - ACTIONS(2724), 6, + ACTIONS(1454), 7, anon_sym_DASH, anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2726), 21, + ACTIONS(1456), 22, 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_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325813,48 +330745,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159586] = 4, + [161309] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3355), 1, + STATE(3400), 1, sym_comment, - ACTIONS(1538), 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(1540), 22, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1528), 3, + anon_sym_GT, anon_sym_PLUS, - sym_val_nothing, - 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, - [159626] = 4, + anon_sym_LT2, + ACTIONS(1530), 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, + [161355] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3356), 1, + STATE(3401), 1, sym_comment, - ACTIONS(1538), 7, + ACTIONS(1664), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325862,7 +330797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1540), 22, + ACTIONS(1666), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -325870,7 +330805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -325885,80 +330820,126 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159666] = 6, + [161395] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6081), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6262), 1, - aux_sym__immediate_decimal_token1, - STATE(3357), 1, + ACTIONS(6320), 1, + anon_sym_DASH, + ACTIONS(6330), 1, + anon_sym_PLUS, + STATE(3402), 1, sym_comment, - ACTIONS(2734), 6, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6332), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6322), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6334), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 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, + [161451] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6320), 1, anon_sym_DASH, - anon_sym__, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(2736), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, + ACTIONS(6330), 1, anon_sym_PLUS, - sym_val_nothing, - 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, - [159710] = 12, + STATE(3403), 1, + sym_comment, + ACTIONS(1528), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6326), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6328), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1530), 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, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [161501] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6320), 1, anon_sym_DASH, - ACTIONS(6244), 1, + ACTIONS(6330), 1, anon_sym_PLUS, - STATE(3358), 1, + STATE(3404), 1, sym_comment, - ACTIONS(6234), 2, + ACTIONS(6318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6324), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6326), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6328), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, + ACTIONS(6332), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6248), 4, + ACTIONS(6334), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(6264), 4, + ACTIONS(1530), 13, anon_sym_in, + anon_sym_EQ_GT, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1512), 9, - anon_sym_EQ_GT, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -325967,14 +330948,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [159766] = 5, + [161555] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6268), 1, - anon_sym_COMMA, - STATE(3359), 1, + STATE(3405), 1, sym_comment, - ACTIONS(6270), 7, + ACTIONS(1650), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -325982,14 +330961,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6266), 21, + ACTIONS(1652), 22, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326004,12 +330984,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159808] = 4, + [161595] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3360), 1, + STATE(3406), 1, sym_comment, - ACTIONS(6274), 7, + ACTIONS(1580), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326017,7 +330997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6272), 22, + ACTIONS(1582), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326025,7 +331005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326040,14 +331020,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159848] = 5, + [161635] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6160), 1, - aux_sym__immediate_decimal_token2, - STATE(3361), 1, + STATE(3407), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(1475), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -326055,7 +331033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2726), 21, + ACTIONS(1477), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -326063,8 +331041,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT2, + anon_sym_QMARK2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326077,14 +331056,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [159890] = 5, + [161675] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6278), 1, - anon_sym_COMMA, - STATE(3362), 1, + STATE(3408), 1, sym_comment, - ACTIONS(6280), 7, + ACTIONS(1654), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326092,14 +331069,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6276), 21, + ACTIONS(1656), 22, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326114,12 +331092,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159932] = 4, + [161715] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3363), 1, + STATE(3409), 1, sym_comment, - ACTIONS(1596), 7, + ACTIONS(1636), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326127,7 +331105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1598), 22, + ACTIONS(1638), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326135,7 +331113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326150,12 +331128,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [159972] = 4, + [161755] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3364), 1, + STATE(3410), 1, sym_comment, - ACTIONS(1630), 7, + ACTIONS(1646), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326163,7 +331141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1632), 22, + ACTIONS(1648), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326171,7 +331149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326186,12 +331164,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160012] = 4, + [161795] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3365), 1, + STATE(3411), 1, sym_comment, - ACTIONS(1578), 7, + ACTIONS(5425), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326199,7 +331177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1580), 22, + ACTIONS(5423), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326207,7 +331185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326222,12 +331200,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160052] = 4, + [161835] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3366), 1, + STATE(3412), 1, sym_comment, - ACTIONS(1546), 7, + ACTIONS(1658), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326235,7 +331213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1548), 22, + ACTIONS(1660), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326243,7 +331221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326258,68 +331236,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160092] = 5, + [161875] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6282), 1, - anon_sym_QMARK2, - STATE(3367), 1, + STATE(3413), 1, sym_comment, - ACTIONS(1431), 7, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1433), 21, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(213), 7, anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - anon_sym_PLUS, - sym_val_nothing, - 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, - [160134] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6282), 1, - anon_sym_QMARK2, - STATE(3368), 1, - sym_comment, - ACTIONS(1431), 7, anon_sym_DASH, - anon_sym__, - anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1433), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(215), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326332,12 +331270,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160176] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [161915] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3369), 1, + STATE(3414), 1, sym_comment, - ACTIONS(1554), 7, + ACTIONS(1524), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326345,7 +331285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1556), 22, + ACTIONS(1526), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326353,7 +331293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326368,12 +331308,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160216] = 4, + [161955] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3370), 1, + STATE(3415), 1, sym_comment, - ACTIONS(1558), 7, + ACTIONS(6392), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326381,7 +331321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1560), 22, + ACTIONS(6390), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326389,7 +331329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326404,12 +331344,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160256] = 4, + [161995] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3371), 1, + STATE(3416), 1, sym_comment, - ACTIONS(6286), 7, + ACTIONS(1491), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326417,7 +331357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6284), 22, + ACTIONS(1493), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326425,7 +331365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326440,88 +331380,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160296] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3372), 1, - sym_comment, - ACTIONS(6238), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6240), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1512), 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, - [160342] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3373), 1, - sym_comment, - ACTIONS(6240), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1512), 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, - [160384] = 4, + [162035] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3374), 1, + STATE(3417), 1, sym_comment, - ACTIONS(1461), 7, + ACTIONS(1600), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326529,7 +331393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1463), 22, + ACTIONS(1602), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326537,7 +331401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326552,12 +331416,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160424] = 4, + [162075] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3375), 1, + STATE(3418), 1, sym_comment, - ACTIONS(1437), 7, + ACTIONS(1600), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326565,7 +331429,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(1602), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326573,7 +331437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326588,12 +331452,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160464] = 4, + [162115] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3376), 1, + STATE(3419), 1, sym_comment, - ACTIONS(2993), 7, + ACTIONS(1632), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326601,7 +331465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2995), 22, + ACTIONS(1634), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -326609,7 +331473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326624,262 +331488,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [160504] = 19, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1512), 1, - anon_sym_LBRACE, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - ACTIONS(6308), 1, - anon_sym_bit_DASHand, - ACTIONS(6310), 1, - anon_sym_bit_DASHxor, - ACTIONS(6312), 1, - anon_sym_bit_DASHor, - ACTIONS(6314), 1, - anon_sym_and, - ACTIONS(6316), 1, - anon_sym_xor, - ACTIONS(6318), 1, - anon_sym_or, - STATE(3377), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [160574] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - ACTIONS(6308), 1, - anon_sym_bit_DASHand, - ACTIONS(6310), 1, - anon_sym_bit_DASHxor, - ACTIONS(6312), 1, - anon_sym_bit_DASHor, - ACTIONS(6314), 1, - anon_sym_and, - ACTIONS(6316), 1, - anon_sym_xor, - STATE(3378), 1, - sym_comment, - ACTIONS(1512), 2, - anon_sym_LBRACE, - anon_sym_or, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [160642] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - ACTIONS(6308), 1, - anon_sym_bit_DASHand, - ACTIONS(6310), 1, - anon_sym_bit_DASHxor, - ACTIONS(6312), 1, - anon_sym_bit_DASHor, - ACTIONS(6314), 1, - anon_sym_and, - STATE(3379), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1512), 3, - anon_sym_LBRACE, - anon_sym_xor, - anon_sym_or, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [160708] = 16, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - ACTIONS(6308), 1, - anon_sym_bit_DASHand, - ACTIONS(6310), 1, - anon_sym_bit_DASHxor, - ACTIONS(6312), 1, - anon_sym_bit_DASHor, - STATE(3380), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(1512), 4, - anon_sym_LBRACE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [160772] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - ACTIONS(6308), 1, - anon_sym_bit_DASHand, - ACTIONS(6310), 1, - anon_sym_bit_DASHxor, - STATE(3381), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 5, - anon_sym_LBRACE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [160834] = 6, + [162155] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6323), 1, - anon_sym_COMMA, - STATE(3382), 1, + STATE(3420), 1, sym_comment, - ACTIONS(6276), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6325), 7, + ACTIONS(3034), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -326887,14 +331501,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6320), 19, + ACTIONS(3036), 22, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -326907,79 +331522,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [160878] = 14, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [162195] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6290), 1, + ACTIONS(1517), 1, + anon_sym_LBRACE, + ACTIONS(6194), 1, anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - ACTIONS(6308), 1, - anon_sym_bit_DASHand, - STATE(3383), 1, + STATE(3421), 1, sym_comment, - ACTIONS(6288), 2, + ACTIONS(1519), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 6, - anon_sym_LBRACE, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [160938] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6236), 1, - anon_sym_DASH, - ACTIONS(6244), 1, anon_sym_PLUS, - STATE(3384), 1, - sym_comment, - ACTIONS(1510), 2, - anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(1644), 22, + anon_sym_in, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(1512), 17, - anon_sym_in, - anon_sym_EQ_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -326995,60 +331562,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [160990] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - STATE(3385), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6306), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 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, - [161048] = 5, + [162239] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3386), 1, + STATE(3422), 1, sym_comment, - ACTIONS(6130), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6125), 7, + ACTIONS(1616), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327056,7 +331575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6122), 20, + ACTIONS(1618), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327064,7 +331583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327077,92 +331596,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161090] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1467), 1, - anon_sym_LBRACE, - ACTIONS(6132), 1, - anon_sym_DASH, - STATE(3387), 1, - sym_comment, - ACTIONS(1469), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1562), 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, - [161134] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - STATE(3388), 1, - sym_comment, - ACTIONS(1510), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(1512), 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, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [161186] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [162279] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3389), 1, + STATE(3423), 1, sym_comment, - ACTIONS(1446), 7, + ACTIONS(6312), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327170,7 +331611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1448), 22, + ACTIONS(6297), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327178,7 +331619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327193,136 +331634,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161226] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6236), 1, - anon_sym_DASH, - ACTIONS(6244), 1, - anon_sym_PLUS, - STATE(3390), 1, - sym_comment, - ACTIONS(6234), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6238), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6240), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6328), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6264), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1512), 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, - [161284] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3391), 1, - sym_comment, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1510), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1512), 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, - [161326] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3392), 1, - sym_comment, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1510), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(1512), 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, - [161372] = 5, + [162319] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3393), 1, + STATE(3424), 1, sym_comment, - ACTIONS(6256), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6333), 7, + ACTIONS(1596), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327330,7 +331647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6330), 20, + ACTIONS(1598), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327338,7 +331655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327351,59 +331668,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161414] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - STATE(3394), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6292), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 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, - [161470] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [162359] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3395), 1, + STATE(3425), 1, sym_comment, - ACTIONS(215), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1332), 7, + ACTIONS(3051), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327411,7 +331683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1329), 20, + ACTIONS(3053), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327419,7 +331691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327432,94 +331704,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [161512] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - STATE(3396), 1, - sym_comment, - ACTIONS(1510), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(1512), 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, - [161562] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, - anon_sym_PLUS, - STATE(3397), 1, - sym_comment, - ACTIONS(6288), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6294), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6296), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6304), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1512), 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, - [161616] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [162399] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3398), 1, + STATE(3426), 1, sym_comment, ACTIONS(1604), 7, anon_sym_DOLLAR, @@ -327537,7 +331727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327552,12 +331742,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161656] = 4, + [162439] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3399), 1, + STATE(3427), 1, sym_comment, - ACTIONS(1608), 7, + ACTIONS(1620), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327565,7 +331755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1610), 22, + ACTIONS(1622), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327573,7 +331763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327588,12 +331778,63 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161696] = 4, + [162479] = 19, ACTIONS(3), 1, anon_sym_POUND, - STATE(3400), 1, + ACTIONS(1530), 1, + anon_sym_LBRACE, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + ACTIONS(6414), 1, + anon_sym_bit_DASHand, + ACTIONS(6416), 1, + anon_sym_bit_DASHxor, + ACTIONS(6418), 1, + anon_sym_bit_DASHor, + ACTIONS(6420), 1, + anon_sym_and, + ACTIONS(6422), 1, + anon_sym_xor, + ACTIONS(6424), 1, + anon_sym_or, + STATE(3428), 1, + sym_comment, + ACTIONS(6394), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6408), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6412), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6398), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [162549] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3429), 1, sym_comment, - ACTIONS(1612), 7, + ACTIONS(1507), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327601,7 +331842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1614), 22, + ACTIONS(1509), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327609,7 +331850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327624,95 +331865,62 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161736] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6336), 1, - aux_sym__immediate_decimal_token2, - STATE(3401), 1, - sym_comment, - ACTIONS(2933), 7, - anon_sym_DASH, - anon_sym__, - anon_sym_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(2935), 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, - sym_val_nothing, - 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, - [161778] = 14, + [162589] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6396), 1, anon_sym_DASH, - ACTIONS(6244), 1, + ACTIONS(6406), 1, anon_sym_PLUS, - ACTIONS(6338), 1, + ACTIONS(6414), 1, anon_sym_bit_DASHand, - STATE(3402), 1, + ACTIONS(6416), 1, + anon_sym_bit_DASHxor, + ACTIONS(6418), 1, + anon_sym_bit_DASHor, + ACTIONS(6420), 1, + anon_sym_and, + ACTIONS(6422), 1, + anon_sym_xor, + STATE(3430), 1, sym_comment, - ACTIONS(6234), 2, + ACTIONS(1530), 2, + anon_sym_LBRACE, + anon_sym_or, + ACTIONS(6394), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6402), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6404), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, + ACTIONS(6408), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6328), 2, + ACTIONS(6412), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6264), 4, + ACTIONS(6398), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(1512), 6, - anon_sym_EQ_GT, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [161838] = 4, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [162657] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3403), 1, + STATE(3431), 1, sym_comment, - ACTIONS(1626), 7, + ACTIONS(1624), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327720,7 +331928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1628), 22, + ACTIONS(1626), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327728,7 +331936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327743,12 +331951,61 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161878] = 4, + [162697] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(3404), 1, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + ACTIONS(6414), 1, + anon_sym_bit_DASHand, + ACTIONS(6416), 1, + anon_sym_bit_DASHxor, + ACTIONS(6418), 1, + anon_sym_bit_DASHor, + ACTIONS(6420), 1, + anon_sym_and, + STATE(3432), 1, + sym_comment, + ACTIONS(6394), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6408), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6412), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(1530), 3, + anon_sym_LBRACE, + anon_sym_xor, + anon_sym_or, + ACTIONS(6398), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [162763] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3433), 1, sym_comment, - ACTIONS(1566), 7, + ACTIONS(1475), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327756,7 +332013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1568), 22, + ACTIONS(1477), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327764,7 +332021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327779,12 +332036,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [161918] = 4, + [162803] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3405), 1, + STATE(3434), 1, sym_comment, - ACTIONS(5297), 7, + ACTIONS(2874), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327792,7 +332049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(5295), 22, + ACTIONS(2876), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -327800,7 +332057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327808,163 +332065,154 @@ static const uint16_t ts_small_parse_table[] = { 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, - [161958] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6236), 1, - anon_sym_DASH, - ACTIONS(6244), 1, - anon_sym_PLUS, - ACTIONS(6338), 1, - anon_sym_bit_DASHand, - ACTIONS(6340), 1, - anon_sym_bit_DASHxor, - STATE(3406), 1, - sym_comment, - ACTIONS(6234), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6238), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6240), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6328), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6264), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(1512), 5, - anon_sym_EQ_GT, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [162020] = 16, + 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, + [162843] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6396), 1, anon_sym_DASH, - ACTIONS(6244), 1, + ACTIONS(6406), 1, anon_sym_PLUS, - ACTIONS(6338), 1, + ACTIONS(6414), 1, anon_sym_bit_DASHand, - ACTIONS(6340), 1, + ACTIONS(6416), 1, anon_sym_bit_DASHxor, - ACTIONS(6342), 1, + ACTIONS(6418), 1, anon_sym_bit_DASHor, - STATE(3407), 1, + STATE(3435), 1, sym_comment, - ACTIONS(6234), 2, + ACTIONS(6394), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6402), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6404), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, + ACTIONS(6408), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6328), 2, + ACTIONS(6412), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1512), 4, - anon_sym_EQ_GT, + ACTIONS(1530), 4, + anon_sym_LBRACE, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6264), 4, + ACTIONS(6398), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [162084] = 17, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [162907] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6426), 1, + anon_sym_DOT2, + ACTIONS(6429), 1, + aux_sym__immediate_decimal_token2, + STATE(3436), 1, + sym_comment, + ACTIONS(2904), 7, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2906), 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, + [162951] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6396), 1, anon_sym_DASH, - ACTIONS(6244), 1, + ACTIONS(6406), 1, anon_sym_PLUS, - ACTIONS(6338), 1, + ACTIONS(6414), 1, anon_sym_bit_DASHand, - ACTIONS(6340), 1, + ACTIONS(6416), 1, anon_sym_bit_DASHxor, - ACTIONS(6342), 1, - anon_sym_bit_DASHor, - ACTIONS(6344), 1, - anon_sym_and, - STATE(3408), 1, + STATE(3437), 1, sym_comment, - ACTIONS(6234), 2, + ACTIONS(6394), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6402), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6404), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, + ACTIONS(6408), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6328), 2, + ACTIONS(6412), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(1512), 3, - anon_sym_EQ_GT, - anon_sym_xor, - anon_sym_or, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6264), 4, + ACTIONS(6398), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [162150] = 4, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 5, + anon_sym_LBRACE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163013] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3409), 1, + ACTIONS(6433), 1, + anon_sym_COMMA, + STATE(3438), 1, sym_comment, - ACTIONS(1570), 7, + ACTIONS(6435), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -327972,15 +332220,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1572), 22, + ACTIONS(6431), 21, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -327995,28 +332242,78 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162190] = 4, + [163055] = 14, ACTIONS(3), 1, anon_sym_POUND, - STATE(3410), 1, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + ACTIONS(6414), 1, + anon_sym_bit_DASHand, + STATE(3439), 1, sym_comment, - ACTIONS(1600), 7, - anon_sym_DOLLAR, + ACTIONS(6394), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6408), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6412), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6398), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 6, + anon_sym_LBRACE, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163115] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6219), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6437), 1, + anon_sym_DOT2, + STATE(3440), 1, + sym_comment, + ACTIONS(2806), 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_in_list_token1, - ACTIONS(1602), 22, + ACTIONS(2808), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328029,14 +332326,59 @@ 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, - [162230] = 4, + [163159] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(3411), 1, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + STATE(3441), 1, + sym_comment, + ACTIONS(6394), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6408), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6412), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6398), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1530), 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, + [163217] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6440), 1, + anon_sym_COMMA, + STATE(3442), 1, sym_comment, - ACTIONS(1582), 7, + ACTIONS(6442), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -328044,15 +332386,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1584), 22, + ACTIONS(6364), 21, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328067,12 +332408,54 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162270] = 4, + [163259] = 10, ACTIONS(3), 1, anon_sym_POUND, - STATE(3412), 1, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + STATE(3443), 1, sym_comment, - ACTIONS(1502), 7, + ACTIONS(1528), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6408), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1530), 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, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [163311] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3444), 1, + sym_comment, + ACTIONS(1572), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -328080,7 +332463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(1504), 22, + ACTIONS(1574), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -328088,7 +332471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328103,62 +332486,49 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162310] = 18, + [163351] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6236), 1, - anon_sym_DASH, - ACTIONS(6244), 1, - anon_sym_PLUS, - ACTIONS(6338), 1, - anon_sym_bit_DASHand, - ACTIONS(6340), 1, - anon_sym_bit_DASHxor, - ACTIONS(6342), 1, - anon_sym_bit_DASHor, - ACTIONS(6344), 1, - anon_sym_and, - ACTIONS(6346), 1, - anon_sym_xor, - STATE(3413), 1, + STATE(3445), 1, sym_comment, - ACTIONS(1512), 2, - anon_sym_EQ_GT, - anon_sym_or, - ACTIONS(6234), 2, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1528), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(6238), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1530), 22, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6328), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6248), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(6264), 4, - anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [162378] = 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, + [163393] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3414), 1, + STATE(3446), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(2782), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -328166,7 +332536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(2726), 22, + ACTIONS(2784), 22, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -328174,7 +332544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328189,112 +332559,53 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [162418] = 19, + [163433] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1512), 1, - anon_sym_EQ_GT, - ACTIONS(6236), 1, - anon_sym_DASH, - ACTIONS(6244), 1, - anon_sym_PLUS, - ACTIONS(6338), 1, - anon_sym_bit_DASHand, - ACTIONS(6340), 1, - anon_sym_bit_DASHxor, - ACTIONS(6342), 1, - anon_sym_bit_DASHor, - ACTIONS(6344), 1, - anon_sym_and, - ACTIONS(6346), 1, - anon_sym_xor, - ACTIONS(6348), 1, - anon_sym_or, - STATE(3415), 1, + STATE(3447), 1, sym_comment, - ACTIONS(6234), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6238), 2, + ACTIONS(6400), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6240), 2, + ACTIONS(6402), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, + ACTIONS(6404), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, + ACTIONS(1528), 3, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(1530), 20, + anon_sym_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6328), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6248), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(6264), 4, - anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [162488] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1516), 1, - anon_sym_PLUS, - ACTIONS(6350), 1, - anon_sym_DASH, - ACTIONS(6364), 1, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(6366), 1, anon_sym_bit_DASHxor, - ACTIONS(6368), 1, anon_sym_bit_DASHor, - ACTIONS(6370), 1, anon_sym_and, - ACTIONS(6372), 1, anon_sym_xor, - ACTIONS(6374), 1, anon_sym_or, - STATE(3416), 1, - sym_comment, - ACTIONS(1514), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(1520), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6354), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6356), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6358), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6362), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6352), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6360), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [162555] = 4, + [163479] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3417), 1, + ACTIONS(6444), 1, + anon_sym_QMARK2, + STATE(3448), 1, sym_comment, - ACTIONS(3002), 7, + ACTIONS(1464), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -328302,7 +332613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3004), 21, + ACTIONS(1466), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -328311,7 +332622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328324,112 +332635,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162594] = 18, + [163521] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6024), 1, - anon_sym_PLUS, - ACTIONS(6376), 1, - anon_sym_DASH, - ACTIONS(6390), 1, - anon_sym_bit_DASHand, - ACTIONS(6392), 1, - anon_sym_bit_DASHxor, - ACTIONS(6394), 1, - anon_sym_bit_DASHor, ACTIONS(6396), 1, - anon_sym_and, - ACTIONS(6398), 1, - anon_sym_xor, - ACTIONS(6400), 1, - anon_sym_or, - STATE(3418), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + STATE(3449), 1, sym_comment, - ACTIONS(5972), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6022), 2, + ACTIONS(6394), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6380), 2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6382), 2, + ACTIONS(6404), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6384), 2, + ACTIONS(6408), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6388), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6378), 4, + ACTIONS(6398), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6386), 4, + ACTIONS(6410), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [162661] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6236), 1, - anon_sym_DASH, - ACTIONS(6244), 1, - anon_sym_PLUS, - ACTIONS(6338), 1, + ACTIONS(1530), 9, + anon_sym_LBRACE, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(6340), 1, anon_sym_bit_DASHxor, - ACTIONS(6342), 1, anon_sym_bit_DASHor, - ACTIONS(6344), 1, anon_sym_and, - ACTIONS(6346), 1, anon_sym_xor, - ACTIONS(6348), 1, anon_sym_or, - STATE(3419), 1, - sym_comment, - ACTIONS(6234), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6238), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(6240), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6242), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6246), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6328), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6248), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(6264), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - [162728] = 5, + [163577] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6402), 1, - anon_sym_DOT2, - STATE(3420), 1, + ACTIONS(6444), 1, + anon_sym_QMARK2, + STATE(3450), 1, sym_comment, - ACTIONS(3048), 7, + ACTIONS(1464), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -328437,15 +332694,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3050), 20, + ACTIONS(1466), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328458,29 +332716,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162769] = 4, + [163619] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3421), 1, + STATE(3451), 1, sym_comment, - ACTIONS(1478), 7, + ACTIONS(1454), 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, - ACTIONS(1480), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(1456), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328493,30 +332750,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162808] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [163659] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6404), 1, - anon_sym_DOT2, - STATE(3422), 1, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + STATE(3452), 1, + sym_comment, + ACTIONS(1528), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1530), 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, + [163709] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3453), 1, sym_comment, - ACTIONS(3054), 7, + ACTIONS(1628), 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, - ACTIONS(3056), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(1630), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328529,79 +332827,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162849] = 18, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [163749] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2594), 1, - anon_sym_PLUS, - ACTIONS(6406), 1, + ACTIONS(6396), 1, anon_sym_DASH, - ACTIONS(6420), 1, - anon_sym_bit_DASHand, - ACTIONS(6422), 1, - anon_sym_bit_DASHxor, - ACTIONS(6424), 1, - anon_sym_bit_DASHor, - ACTIONS(6426), 1, - anon_sym_and, - ACTIONS(6428), 1, - anon_sym_xor, - ACTIONS(6430), 1, - anon_sym_or, - STATE(3423), 1, + ACTIONS(6406), 1, + anon_sym_PLUS, + STATE(3454), 1, sym_comment, - ACTIONS(2596), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2644), 2, + ACTIONS(6394), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6410), 2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6412), 2, + ACTIONS(6404), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6414), 2, + ACTIONS(6408), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6418), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6408), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6416), 4, + ACTIONS(6410), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [162916] = 5, + ACTIONS(1530), 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, + [163803] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6432), 1, - anon_sym_DOT2, - STATE(3424), 1, + STATE(3455), 1, sym_comment, - ACTIONS(2973), 7, + ACTIONS(3159), 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, - ACTIONS(2975), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(3161), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328614,15 +332906,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162957] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [163843] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3425), 1, + STATE(3456), 1, sym_comment, - ACTIONS(6440), 2, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(6437), 7, + ACTIONS(1560), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -328630,14 +332921,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6434), 19, + ACTIONS(1562), 22, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328650,30 +332942,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [162998] = 5, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [163883] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6442), 1, - anon_sym_DOT2, - STATE(3426), 1, + STATE(3457), 1, sym_comment, - ACTIONS(3025), 7, + ACTIONS(1564), 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, - ACTIONS(3027), 20, + aux_sym__unquoted_in_list_token1, + ACTIONS(1566), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328686,110 +332978,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163039] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4345), 1, - anon_sym_PLUS, - ACTIONS(4361), 1, - anon_sym_bit_DASHand, - ACTIONS(4363), 1, - anon_sym_bit_DASHxor, - ACTIONS(4365), 1, - anon_sym_bit_DASHor, - ACTIONS(4367), 1, - anon_sym_and, - ACTIONS(4369), 1, - anon_sym_xor, - ACTIONS(4371), 1, - anon_sym_or, - ACTIONS(6444), 1, - anon_sym_DASH, - STATE(3427), 1, - sym_comment, - ACTIONS(4251), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(4343), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(4349), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(4351), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(4353), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(4359), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(4355), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4357), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - [163106] = 18, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2683), 1, - anon_sym_PLUS, - ACTIONS(6446), 1, - anon_sym_DASH, - ACTIONS(6460), 1, - anon_sym_bit_DASHand, - ACTIONS(6462), 1, - anon_sym_bit_DASHxor, - ACTIONS(6464), 1, - anon_sym_bit_DASHor, - ACTIONS(6466), 1, - anon_sym_and, - ACTIONS(6468), 1, - anon_sym_xor, - ACTIONS(6470), 1, - anon_sym_or, - STATE(3428), 1, - sym_comment, - ACTIONS(2685), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2694), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6450), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(6452), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(6454), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(6458), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(6448), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6456), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [163173] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [163923] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3429), 1, + STATE(3458), 1, sym_comment, - ACTIONS(2734), 7, + ACTIONS(1511), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -328797,7 +332993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2736), 21, + ACTIONS(1513), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -328806,7 +333002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328819,18 +333015,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163212] = 5, + [163962] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6472), 1, + ACTIONS(6446), 1, sym__long_flag_identifier, - STATE(3430), 1, + STATE(3459), 1, sym_comment, - ACTIONS(2762), 12, + ACTIONS(2960), 12, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_decimal_token1, @@ -328839,7 +333035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2766), 15, + ACTIONS(2964), 15, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -328855,12 +333051,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163253] = 4, + [164003] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3431), 1, + ACTIONS(6448), 1, + anon_sym_DOT2, + STATE(3460), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(3109), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -328868,16 +333066,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2726), 21, + ACTIONS(3111), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -328890,159 +333087,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163292] = 18, + [164044] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6290), 1, - anon_sym_DASH, - ACTIONS(6300), 1, + ACTIONS(1534), 1, anon_sym_PLUS, - ACTIONS(6308), 1, + ACTIONS(6450), 1, + anon_sym_DASH, + ACTIONS(6464), 1, anon_sym_bit_DASHand, - ACTIONS(6310), 1, + ACTIONS(6466), 1, anon_sym_bit_DASHxor, - ACTIONS(6312), 1, + ACTIONS(6468), 1, anon_sym_bit_DASHor, - ACTIONS(6314), 1, + ACTIONS(6470), 1, anon_sym_and, - ACTIONS(6316), 1, + ACTIONS(6472), 1, anon_sym_xor, - ACTIONS(6318), 1, + ACTIONS(6474), 1, anon_sym_or, - STATE(3432), 1, + STATE(3461), 1, sym_comment, - ACTIONS(6288), 2, + ACTIONS(1532), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(6294), 2, + ACTIONS(1538), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6296), 2, + ACTIONS(6454), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6298), 2, + ACTIONS(6456), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6302), 2, + ACTIONS(6458), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6306), 2, + ACTIONS(6462), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6292), 4, + ACTIONS(6452), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6304), 4, + ACTIONS(6460), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [163359] = 18, + [164111] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5622), 1, + ACTIONS(6476), 1, + anon_sym_DOT2, + STATE(3462), 1, + sym_comment, + ACTIONS(3115), 7, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3117), 20, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(5640), 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, + [164152] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5866), 1, + anon_sym_PLUS, + ACTIONS(5882), 1, anon_sym_bit_DASHand, - ACTIONS(5642), 1, + ACTIONS(5884), 1, anon_sym_bit_DASHxor, - ACTIONS(5644), 1, + ACTIONS(5886), 1, anon_sym_bit_DASHor, - ACTIONS(6474), 1, + ACTIONS(6478), 1, anon_sym_DASH, - ACTIONS(6476), 1, + ACTIONS(6480), 1, anon_sym_and, - ACTIONS(6478), 1, + ACTIONS(6482), 1, anon_sym_xor, - ACTIONS(6480), 1, + ACTIONS(6484), 1, anon_sym_or, - STATE(3433), 1, + STATE(3463), 1, sym_comment, - ACTIONS(5620), 2, + ACTIONS(5862), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5864), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5626), 2, + ACTIONS(5870), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5628), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(5630), 2, + ACTIONS(5872), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5632), 2, + ACTIONS(5874), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5638), 2, + ACTIONS(5880), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5634), 4, + ACTIONS(5876), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5636), 4, + ACTIONS(5878), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [163426] = 18, + [164219] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1640), 1, + ACTIONS(5578), 1, anon_sym_PLUS, - ACTIONS(6482), 1, - anon_sym_DASH, - ACTIONS(6496), 1, + ACTIONS(5596), 1, anon_sym_bit_DASHand, - ACTIONS(6498), 1, + ACTIONS(5598), 1, anon_sym_bit_DASHxor, - ACTIONS(6500), 1, + ACTIONS(5600), 1, anon_sym_bit_DASHor, - ACTIONS(6502), 1, + ACTIONS(6486), 1, + anon_sym_DASH, + ACTIONS(6488), 1, anon_sym_and, - ACTIONS(6504), 1, + ACTIONS(6490), 1, anon_sym_xor, - ACTIONS(6506), 1, + ACTIONS(6492), 1, anon_sym_or, - STATE(3434), 1, + STATE(3464), 1, sym_comment, - ACTIONS(1638), 2, + ACTIONS(5576), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(1644), 2, + ACTIONS(5582), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6486), 2, + ACTIONS(5584), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6488), 2, + ACTIONS(5586), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6490), 2, + ACTIONS(5588), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6494), 2, + ACTIONS(5594), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6484), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(6492), 4, + ACTIONS(5590), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [163493] = 4, + ACTIONS(5592), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [164286] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3435), 1, + ACTIONS(6494), 1, + anon_sym_DOT2, + STATE(3465), 1, sym_comment, - ACTIONS(1488), 7, + ACTIONS(3097), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329050,16 +333285,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1490), 21, + ACTIONS(3099), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329072,30 +333306,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163532] = 5, + [164327] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6128), 1, + ACTIONS(6496), 1, anon_sym_DOT2, - STATE(3436), 1, + STATE(3466), 1, sym_comment, - ACTIONS(6510), 7, + ACTIONS(3123), 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_in_list_token1, - ACTIONS(6508), 20, + ACTIONS(3125), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329108,12 +333342,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163573] = 4, + [164368] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3437), 1, + ACTIONS(6498), 1, + anon_sym_DOT2, + STATE(3467), 1, sym_comment, - ACTIONS(1474), 7, + ACTIONS(3129), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329121,16 +333357,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1476), 21, + ACTIONS(3131), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329143,63 +333378,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163612] = 18, + [164409] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5479), 1, + ACTIONS(2760), 1, anon_sym_PLUS, - ACTIONS(5497), 1, + ACTIONS(6500), 1, + anon_sym_DASH, + ACTIONS(6514), 1, anon_sym_bit_DASHand, - ACTIONS(5499), 1, + ACTIONS(6516), 1, anon_sym_bit_DASHxor, - ACTIONS(5512), 1, + ACTIONS(6518), 1, anon_sym_bit_DASHor, - ACTIONS(6512), 1, - anon_sym_DASH, - ACTIONS(6514), 1, + ACTIONS(6520), 1, anon_sym_and, - ACTIONS(6516), 1, + ACTIONS(6522), 1, anon_sym_xor, - ACTIONS(6518), 1, + ACTIONS(6524), 1, anon_sym_or, - STATE(3438), 1, + STATE(3468), 1, sym_comment, - ACTIONS(5477), 2, + ACTIONS(2758), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5483), 2, + ACTIONS(2764), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5485), 2, + ACTIONS(6504), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5487), 2, + ACTIONS(6506), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5489), 2, + ACTIONS(6508), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5495), 2, + ACTIONS(6512), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5491), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5493), 4, + ACTIONS(6502), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [163679] = 5, + ACTIONS(6510), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [164476] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6520), 1, - anon_sym_DOT2, - STATE(3439), 1, + STATE(3469), 1, sym_comment, - ACTIONS(2979), 7, + ACTIONS(1485), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329207,15 +333440,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2981), 20, + ACTIONS(1487), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329228,14 +333462,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163720] = 5, + [164515] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6522), 1, - anon_sym_DOT2, - STATE(3440), 1, + ACTIONS(5722), 1, + anon_sym_PLUS, + ACTIONS(5740), 1, + anon_sym_bit_DASHand, + ACTIONS(5752), 1, + anon_sym_bit_DASHxor, + ACTIONS(5775), 1, + anon_sym_bit_DASHor, + ACTIONS(6526), 1, + anon_sym_DASH, + ACTIONS(6528), 1, + anon_sym_and, + ACTIONS(6530), 1, + anon_sym_xor, + ACTIONS(6532), 1, + anon_sym_or, + STATE(3470), 1, + sym_comment, + ACTIONS(5720), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5726), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(5728), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5730), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(5732), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5738), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(5734), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5736), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [164582] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3471), 1, sym_comment, - ACTIONS(3010), 7, + ACTIONS(1501), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329243,15 +333524,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3012), 20, + ACTIONS(1503), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329264,47 +333546,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163761] = 4, + [164621] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3441), 1, + STATE(3472), 1, sym_comment, - ACTIONS(6524), 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(6440), 21, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_PLUS, - sym_val_nothing, - 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(6540), 2, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [163800] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3442), 1, - sym_comment, - ACTIONS(6528), 7, + ACTIONS(6537), 7, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, @@ -329312,52 +333562,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, aux_sym__unquoted_in_list_token1, - ACTIONS(6526), 21, + ACTIONS(6534), 19, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, - 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, - [163839] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6128), 1, - anon_sym_DOT2, - STATE(3443), 1, - sym_comment, - ACTIONS(1341), 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(1339), 20, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329370,110 +333582,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [163880] = 18, + [164662] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1723), 1, + ACTIONS(5742), 1, anon_sym_PLUS, - ACTIONS(6530), 1, - anon_sym_DASH, - ACTIONS(6536), 1, + ACTIONS(5767), 1, anon_sym_bit_DASHand, - ACTIONS(6538), 1, + ACTIONS(5769), 1, anon_sym_bit_DASHxor, - ACTIONS(6540), 1, + ACTIONS(5771), 1, anon_sym_bit_DASHor, ACTIONS(6542), 1, - anon_sym_and, + anon_sym_DASH, ACTIONS(6544), 1, - anon_sym_xor, + anon_sym_and, ACTIONS(6546), 1, + anon_sym_xor, + ACTIONS(6548), 1, anon_sym_or, - STATE(3444), 1, + STATE(3473), 1, sym_comment, - ACTIONS(1715), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(1717), 2, + ACTIONS(5744), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1719), 2, + ACTIONS(5746), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(5748), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(1721), 2, + ACTIONS(5750), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(5757), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(1731), 2, + ACTIONS(5765), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6534), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(1729), 4, + ACTIONS(5761), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(6532), 4, + ACTIONS(5763), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [163947] = 18, + [164729] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6110), 1, + ACTIONS(6320), 1, anon_sym_DASH, - ACTIONS(6114), 1, + ACTIONS(6330), 1, anon_sym_PLUS, - ACTIONS(6191), 1, + ACTIONS(6338), 1, anon_sym_bit_DASHand, - ACTIONS(6193), 1, + ACTIONS(6340), 1, anon_sym_bit_DASHxor, - ACTIONS(6201), 1, + ACTIONS(6342), 1, anon_sym_bit_DASHor, - ACTIONS(6209), 1, + ACTIONS(6344), 1, anon_sym_and, - ACTIONS(6214), 1, + ACTIONS(6346), 1, anon_sym_xor, - ACTIONS(6216), 1, + ACTIONS(6348), 1, anon_sym_or, - STATE(3445), 1, + STATE(3474), 1, sym_comment, - ACTIONS(6102), 2, + ACTIONS(6318), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6324), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6104), 2, + ACTIONS(6326), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6106), 2, + ACTIONS(6328), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6108), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(6116), 2, + ACTIONS(6332), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6168), 2, + ACTIONS(6336), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6112), 4, + ACTIONS(6322), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6118), 4, + ACTIONS(6334), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [164014] = 4, + [164796] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3446), 1, + STATE(3475), 1, sym_comment, - ACTIONS(1461), 7, + ACTIONS(1491), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329481,7 +333693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1463), 21, + ACTIONS(1493), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329490,7 +333702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329503,48 +333715,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164053] = 5, - ACTIONS(105), 1, + [164835] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5002), 1, - aux_sym__unquoted_in_list_token3, - STATE(3447), 1, + STATE(3476), 1, sym_comment, - ACTIONS(4980), 8, + ACTIONS(2806), 7, + anon_sym_DASH, + anon_sym__, + anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2808), 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, + 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(4986), 19, - anon_sym_DOLLAR, + [164874] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3477), 1, + sym_comment, + ACTIONS(2782), 7, anon_sym_DASH, + anon_sym__, anon_sym_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2784), 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, - sym_val_nothing, + 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, - [164094] = 4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [164913] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3448), 1, + ACTIONS(6233), 1, + anon_sym_DASH, + ACTIONS(6241), 1, + anon_sym_PLUS, + ACTIONS(6251), 1, + anon_sym_bit_DASHand, + ACTIONS(6253), 1, + anon_sym_bit_DASHxor, + ACTIONS(6255), 1, + anon_sym_bit_DASHor, + ACTIONS(6257), 1, + anon_sym_and, + ACTIONS(6259), 1, + anon_sym_xor, + ACTIONS(6261), 1, + anon_sym_or, + STATE(3478), 1, + sym_comment, + ACTIONS(6231), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6235), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6237), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6239), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6243), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6249), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6245), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6247), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [164980] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3479), 1, sym_comment, - ACTIONS(2933), 7, + ACTIONS(2874), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329552,7 +333847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2935), 21, + ACTIONS(2876), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329561,7 +333856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329574,12 +333869,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164133] = 4, + [165019] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3449), 1, + STATE(3480), 1, sym_comment, - ACTIONS(1484), 7, + ACTIONS(3034), 7, anon_sym_DASH, anon_sym__, anon_sym_DOT, @@ -329587,7 +333882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1486), 21, + ACTIONS(3036), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329596,7 +333891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT2, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329609,175 +333904,275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164172] = 18, + [165058] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5768), 1, + ACTIONS(4701), 1, anon_sym_PLUS, - ACTIONS(5786), 1, + ACTIONS(4723), 1, anon_sym_bit_DASHand, - ACTIONS(5788), 1, + ACTIONS(4725), 1, anon_sym_bit_DASHxor, - ACTIONS(5790), 1, + ACTIONS(4727), 1, anon_sym_bit_DASHor, - ACTIONS(6548), 1, - anon_sym_DASH, - ACTIONS(6550), 1, + ACTIONS(4729), 1, anon_sym_and, - ACTIONS(6552), 1, + ACTIONS(4731), 1, anon_sym_xor, - ACTIONS(6554), 1, + ACTIONS(4733), 1, anon_sym_or, - STATE(3450), 1, + ACTIONS(6550), 1, + anon_sym_DASH, + STATE(3481), 1, sym_comment, - ACTIONS(5766), 2, + ACTIONS(4699), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5772), 2, + ACTIONS(4703), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5774), 2, + ACTIONS(4705), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5776), 2, + ACTIONS(4707), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5778), 2, + ACTIONS(4709), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5784), 2, + ACTIONS(4721), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5780), 4, + ACTIONS(4711), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5782), 4, + ACTIONS(4719), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [164239] = 18, + [165125] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5659), 1, + ACTIONS(2687), 1, anon_sym_PLUS, - ACTIONS(5677), 1, + ACTIONS(6552), 1, + anon_sym_DASH, + ACTIONS(6566), 1, anon_sym_bit_DASHand, - ACTIONS(5679), 1, + ACTIONS(6568), 1, anon_sym_bit_DASHxor, - ACTIONS(5681), 1, + ACTIONS(6570), 1, anon_sym_bit_DASHor, - ACTIONS(6556), 1, - anon_sym_DASH, - ACTIONS(6558), 1, + ACTIONS(6572), 1, anon_sym_and, - ACTIONS(6560), 1, + ACTIONS(6574), 1, anon_sym_xor, - ACTIONS(6562), 1, + ACTIONS(6576), 1, anon_sym_or, - STATE(3451), 1, + STATE(3482), 1, sym_comment, - ACTIONS(5657), 2, + ACTIONS(2685), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5663), 2, + ACTIONS(2691), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5665), 2, + ACTIONS(6556), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(5667), 2, + ACTIONS(6558), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(5669), 2, + ACTIONS(6560), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(5675), 2, + ACTIONS(6564), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(5671), 4, + ACTIONS(6554), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6562), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5673), 4, + [165192] = 18, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1674), 1, + anon_sym_PLUS, + ACTIONS(6578), 1, + anon_sym_DASH, + ACTIONS(6592), 1, + anon_sym_bit_DASHand, + ACTIONS(6594), 1, + anon_sym_bit_DASHxor, + ACTIONS(6596), 1, + anon_sym_bit_DASHor, + ACTIONS(6598), 1, + anon_sym_and, + ACTIONS(6600), 1, + anon_sym_xor, + ACTIONS(6602), 1, + anon_sym_or, + STATE(3483), 1, + sym_comment, + ACTIONS(1672), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(1678), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6582), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6584), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6586), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6590), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6580), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - [164306] = 18, + ACTIONS(6588), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [165259] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5828), 1, + ACTIONS(6024), 1, anon_sym_PLUS, - ACTIONS(6564), 1, + ACTIONS(6604), 1, anon_sym_DASH, - ACTIONS(6578), 1, + ACTIONS(6618), 1, anon_sym_bit_DASHand, - ACTIONS(6580), 1, + ACTIONS(6620), 1, anon_sym_bit_DASHxor, - ACTIONS(6582), 1, + ACTIONS(6622), 1, anon_sym_bit_DASHor, - ACTIONS(6584), 1, + ACTIONS(6624), 1, anon_sym_and, - ACTIONS(6586), 1, + ACTIONS(6626), 1, anon_sym_xor, - ACTIONS(6588), 1, + ACTIONS(6628), 1, anon_sym_or, - STATE(3452), 1, + STATE(3484), 1, sym_comment, - ACTIONS(5826), 2, + ACTIONS(6022), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(5830), 2, + ACTIONS(6028), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(6568), 2, + ACTIONS(6608), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(6570), 2, + ACTIONS(6610), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(6572), 2, + ACTIONS(6612), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(6576), 2, + ACTIONS(6616), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(6566), 4, + ACTIONS(6606), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(6574), 4, + ACTIONS(6614), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [164373] = 4, + [165326] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3453), 1, + ACTIONS(6396), 1, + anon_sym_DASH, + ACTIONS(6406), 1, + anon_sym_PLUS, + ACTIONS(6414), 1, + anon_sym_bit_DASHand, + ACTIONS(6416), 1, + anon_sym_bit_DASHxor, + ACTIONS(6418), 1, + anon_sym_bit_DASHor, + ACTIONS(6420), 1, + anon_sym_and, + ACTIONS(6422), 1, + anon_sym_xor, + ACTIONS(6424), 1, + anon_sym_or, + STATE(3485), 1, + sym_comment, + ACTIONS(6394), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(6400), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6402), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6404), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6408), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6412), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6398), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6410), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [165393] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6295), 1, + anon_sym_DOT2, + STATE(3486), 1, sym_comment, - ACTIONS(1484), 6, + ACTIONS(1367), 7, anon_sym_DASH, - anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1486), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(1365), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329790,28 +334185,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164411] = 4, + [165434] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3454), 1, + ACTIONS(6295), 1, + anon_sym_DOT2, + STATE(3487), 1, sym_comment, - ACTIONS(6592), 6, + ACTIONS(6632), 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(6590), 21, + ACTIONS(6630), 20, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329824,28 +334221,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164449] = 4, + [165475] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3455), 1, + ACTIONS(6634), 1, + anon_sym_DOT2, + STATE(3488), 1, sym_comment, - ACTIONS(3153), 6, + ACTIONS(3103), 7, anon_sym_DASH, anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3155), 21, + ACTIONS(3105), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329858,29 +334257,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164487] = 5, + [165516] = 18, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6596), 1, - anon_sym_COMMA, - STATE(3456), 1, + ACTIONS(1751), 1, + anon_sym_PLUS, + ACTIONS(6636), 1, + anon_sym_DASH, + ACTIONS(6642), 1, + anon_sym_bit_DASHand, + ACTIONS(6644), 1, + anon_sym_bit_DASHxor, + ACTIONS(6646), 1, + anon_sym_bit_DASHor, + ACTIONS(6648), 1, + anon_sym_and, + ACTIONS(6650), 1, + anon_sym_xor, + ACTIONS(6652), 1, + anon_sym_or, + STATE(3489), 1, + sym_comment, + ACTIONS(1749), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(1755), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1757), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(1759), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(1765), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6640), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(1763), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(6638), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [165583] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3490), 1, sym_comment, - ACTIONS(6598), 6, + ACTIONS(6656), 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(6594), 20, + ACTIONS(6654), 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_token1, + aux_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, + [165622] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3491), 1, + sym_comment, + ACTIONS(6658), 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(6540), 21, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329893,28 +334374,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164527] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [165661] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3457), 1, + STATE(3492), 1, sym_comment, - ACTIONS(3388), 6, + ACTIONS(1507), 7, anon_sym_DASH, anon_sym__, + anon_sym_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3390), 21, + ACTIONS(1509), 21, 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_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329927,19 +334411,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164565] = 4, + [165700] = 18, ACTIONS(3), 1, anon_sym_POUND, - STATE(3458), 1, + ACTIONS(5913), 1, + anon_sym_PLUS, + ACTIONS(6660), 1, + anon_sym_DASH, + ACTIONS(6674), 1, + anon_sym_bit_DASHand, + ACTIONS(6676), 1, + anon_sym_bit_DASHxor, + ACTIONS(6678), 1, + anon_sym_bit_DASHor, + ACTIONS(6680), 1, + anon_sym_and, + ACTIONS(6682), 1, + anon_sym_xor, + ACTIONS(6684), 1, + anon_sym_or, + STATE(3493), 1, sym_comment, - ACTIONS(6602), 6, + ACTIONS(5911), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(5917), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(6664), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(6666), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(6668), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(6672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(6662), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(6670), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [165767] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5123), 1, + aux_sym__unquoted_in_list_token3, + STATE(3494), 1, + sym_comment, + ACTIONS(5099), 8, + 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(5107), 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, + [165808] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3495), 1, + sym_comment, + ACTIONS(3393), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(6600), 21, + ACTIONS(3395), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329948,7 +334517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329961,19 +334530,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164603] = 4, + [165846] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3459), 1, + STATE(3496), 1, sym_comment, - ACTIONS(3157), 6, + ACTIONS(3307), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3159), 21, + ACTIONS(3309), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -329982,7 +334551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -329995,19 +334564,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164641] = 4, + [165884] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3460), 1, + STATE(3497), 1, sym_comment, - ACTIONS(3161), 6, + ACTIONS(3505), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3163), 21, + ACTIONS(3507), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330016,7 +334585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330029,28 +334598,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164679] = 4, + [165922] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3461), 1, + STATE(3498), 1, sym_comment, - ACTIONS(3165), 6, + ACTIONS(6188), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3167), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6186), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330063,19 +334632,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164717] = 4, + [165960] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3462), 1, + STATE(3499), 1, sym_comment, - ACTIONS(3384), 6, + ACTIONS(3413), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3386), 21, + ACTIONS(3415), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330084,7 +334653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330097,28 +334666,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164755] = 4, + [165998] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3463), 1, + STATE(3500), 1, sym_comment, - ACTIONS(3380), 6, + ACTIONS(3159), 6, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3382), 21, + ACTIONS(3161), 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, - sym_val_nothing, + anon_sym_not, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330131,19 +334698,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164793] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [166036] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3464), 1, + STATE(3501), 1, sym_comment, - ACTIONS(3376), 6, + ACTIONS(3409), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3378), 21, + ACTIONS(3411), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330152,7 +334721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330165,19 +334734,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164831] = 4, + [166074] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3465), 1, + STATE(3502), 1, sym_comment, - ACTIONS(3169), 6, + ACTIONS(3405), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3171), 21, + ACTIONS(3407), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330186,7 +334755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330199,19 +334768,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164869] = 4, + [166112] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3466), 1, + STATE(3503), 1, sym_comment, - ACTIONS(6606), 6, + ACTIONS(3397), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(6604), 21, + ACTIONS(3399), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330220,7 +334789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330233,19 +334802,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164907] = 4, + [166150] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3467), 1, + STATE(3504), 1, sym_comment, - ACTIONS(3313), 6, + ACTIONS(3385), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3315), 21, + ACTIONS(3387), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330254,7 +334823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330267,19 +334836,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164945] = 4, + [166188] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3468), 1, + STATE(3505), 1, sym_comment, - ACTIONS(3372), 6, + ACTIONS(3501), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3374), 21, + ACTIONS(3503), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330288,7 +334857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330301,28 +334870,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [164983] = 4, + [166226] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3469), 1, + STATE(3506), 1, sym_comment, - ACTIONS(3368), 6, + ACTIONS(6688), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3370), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6686), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330335,19 +334904,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165021] = 4, + [166264] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3470), 1, + STATE(3507), 1, sym_comment, - ACTIONS(3364), 6, + ACTIONS(3481), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3366), 21, + ACTIONS(3483), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330356,7 +334925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330369,19 +334938,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165059] = 4, + [166302] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3471), 1, + STATE(3508), 1, sym_comment, - ACTIONS(3173), 6, + ACTIONS(1507), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3175), 21, + ACTIONS(1509), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330390,7 +334959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330403,19 +334972,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165097] = 4, + [166340] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3472), 1, + STATE(3509), 1, sym_comment, - ACTIONS(3183), 6, + ACTIONS(3381), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3185), 21, + ACTIONS(3383), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330424,7 +334993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330437,28 +335006,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165135] = 4, + [166378] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3473), 1, + STATE(3510), 1, sym_comment, - ACTIONS(3360), 6, + ACTIONS(6688), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3362), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6686), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330471,19 +335040,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165173] = 4, + [166416] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3474), 1, + STATE(3511), 1, sym_comment, - ACTIONS(3309), 6, + ACTIONS(3694), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3311), 21, + ACTIONS(3696), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330492,7 +335061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330505,19 +335074,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165211] = 4, + [166454] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3475), 1, + STATE(3512), 1, sym_comment, - ACTIONS(3563), 6, + ACTIONS(1491), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3565), 21, + ACTIONS(1493), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330526,7 +335095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330539,19 +335108,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165249] = 4, + [166492] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3476), 1, + STATE(3513), 1, sym_comment, - ACTIONS(3406), 6, + ACTIONS(3698), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3408), 21, + ACTIONS(3700), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330560,7 +335129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330573,19 +335142,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165287] = 4, + [166530] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3477), 1, + STATE(3514), 1, sym_comment, - ACTIONS(3305), 6, + ACTIONS(3477), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3307), 21, + ACTIONS(3479), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330594,7 +335163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330607,19 +335176,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165325] = 4, + [166568] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3478), 1, + STATE(3515), 1, sym_comment, - ACTIONS(3273), 6, + ACTIONS(3373), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3275), 21, + ACTIONS(3375), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330628,7 +335197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330641,19 +335210,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165363] = 4, + [166606] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3479), 1, + STATE(3516), 1, sym_comment, - ACTIONS(1465), 6, + ACTIONS(3557), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1467), 21, + ACTIONS(3559), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330662,7 +335231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330675,19 +335244,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165401] = 4, + [166644] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3480), 1, + STATE(3517), 1, sym_comment, - ACTIONS(6610), 6, + ACTIONS(6692), 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(6608), 21, + ACTIONS(6690), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -330696,7 +335265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330709,28 +335278,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165439] = 4, + [166682] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3481), 1, + STATE(3518), 1, sym_comment, - ACTIONS(6610), 6, + ACTIONS(3702), 6, 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(6608), 21, + ACTIONS(3704), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330743,19 +335312,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165477] = 4, + [166720] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3482), 1, + STATE(3519), 1, sym_comment, - ACTIONS(3356), 6, + ACTIONS(3369), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3358), 21, + ACTIONS(3371), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330764,7 +335333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330777,28 +335346,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165515] = 4, + [166758] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3483), 1, + ACTIONS(6696), 1, + anon_sym_COMMA, + STATE(3520), 1, sym_comment, - ACTIONS(3269), 6, + ACTIONS(6698), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3271), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6694), 20, anon_sym_LBRACK, + 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_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [166798] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6702), 1, anon_sym_COMMA, + STATE(3521), 1, + sym_comment, + ACTIONS(6704), 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(6700), 20, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330811,28 +335416,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165553] = 4, + [166838] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3484), 1, + STATE(3522), 1, sym_comment, - ACTIONS(3265), 6, + ACTIONS(6708), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3267), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6706), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330845,19 +335450,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165591] = 4, + [166876] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3485), 1, + STATE(3523), 1, sym_comment, - ACTIONS(3352), 6, + ACTIONS(3449), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3354), 21, + ACTIONS(3451), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330866,7 +335471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330879,28 +335484,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165629] = 4, + [166914] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3486), 1, + STATE(3524), 1, sym_comment, - ACTIONS(1461), 6, + ACTIONS(6632), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1463), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(6630), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330913,19 +335518,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165667] = 4, + [166952] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3487), 1, + STATE(3525), 1, sym_comment, - ACTIONS(3348), 6, + ACTIONS(3445), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3350), 21, + ACTIONS(3447), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330934,7 +335539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330947,19 +335552,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165705] = 4, + [166990] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3488), 1, + STATE(3526), 1, sym_comment, - ACTIONS(3559), 6, + ACTIONS(3441), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3561), 21, + ACTIONS(3443), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -330968,7 +335573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -330981,28 +335586,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165743] = 4, + [167028] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3489), 1, + STATE(3527), 1, sym_comment, - ACTIONS(3336), 6, + ACTIONS(1367), 6, anon_sym_DASH, - anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3338), 21, + aux_sym__unquoted_in_list_token1, + ACTIONS(1365), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331015,19 +335620,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165781] = 4, + [167066] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3490), 1, + STATE(3528), 1, sym_comment, - ACTIONS(3317), 6, + ACTIONS(3365), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3319), 21, + ACTIONS(3367), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331036,7 +335641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331049,19 +335654,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165819] = 4, + [167104] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3491), 1, + STATE(3529), 1, sym_comment, - ACTIONS(3410), 6, + ACTIONS(3361), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3412), 21, + ACTIONS(3363), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331070,7 +335675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331083,19 +335688,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165857] = 4, + [167142] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3492), 1, + STATE(3530), 1, sym_comment, - ACTIONS(3332), 6, + ACTIONS(3357), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3334), 21, + ACTIONS(3359), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331104,7 +335709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331117,19 +335722,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165895] = 4, + [167180] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3493), 1, + STATE(3531), 1, sym_comment, - ACTIONS(3394), 6, + ACTIONS(6712), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3396), 21, + ACTIONS(6710), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331138,7 +335743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331151,19 +335756,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165933] = 4, + [167218] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3494), 1, + STATE(3532), 1, sym_comment, - ACTIONS(3145), 6, + ACTIONS(6716), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3147), 21, + ACTIONS(6714), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331172,7 +335777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331185,29 +335790,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [165971] = 5, + [167256] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6614), 1, + STATE(3533), 1, + sym_comment, + ACTIONS(6720), 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(6718), 21, + anon_sym_LBRACK, anon_sym_COMMA, - STATE(3495), 1, + 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_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [167294] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3534), 1, sym_comment, - ACTIONS(6616), 6, + ACTIONS(6724), 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(6612), 20, + ACTIONS(6722), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331220,19 +335858,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166011] = 4, + [167332] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3496), 1, + STATE(3535), 1, sym_comment, - ACTIONS(3328), 6, + ACTIONS(3353), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3330), 21, + ACTIONS(3355), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331241,7 +335879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331254,19 +335892,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166049] = 4, + [167370] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3497), 1, + STATE(3536), 1, sym_comment, - ACTIONS(3398), 6, + ACTIONS(3349), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3400), 21, + ACTIONS(3351), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331275,7 +335913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331288,26 +335926,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166087] = 4, + [167408] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3498), 1, + STATE(3537), 1, sym_comment, - ACTIONS(2993), 6, + ACTIONS(3153), 6, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2995), 21, + ACTIONS(3155), 21, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331322,29 +335960,28 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [166125] = 5, + [167446] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6620), 1, - anon_sym_COMMA, - STATE(3499), 1, + STATE(3538), 1, sym_comment, - ACTIONS(6622), 6, + ACTIONS(3345), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(6618), 20, + ACTIONS(3347), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331357,19 +335994,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166165] = 4, + [167484] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3500), 1, + STATE(3539), 1, sym_comment, - ACTIONS(3535), 6, + ACTIONS(3513), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3537), 21, + ACTIONS(3515), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331378,7 +336015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331391,19 +336028,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166203] = 4, + [167522] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3501), 1, + STATE(3540), 1, sym_comment, - ACTIONS(3225), 6, + ACTIONS(3341), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3227), 21, + ACTIONS(3343), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331412,7 +336049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331425,28 +336062,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166241] = 4, + [167560] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3502), 1, + STATE(3541), 1, sym_comment, - ACTIONS(6626), 6, + ACTIONS(3335), 6, 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(6624), 21, + ACTIONS(3337), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331459,26 +336096,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166279] = 4, + [167598] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3503), 1, + STATE(3542), 1, sym_comment, - ACTIONS(3091), 6, + ACTIONS(3051), 6, anon_sym_DOLLAR, anon_sym_DASH, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3093), 21, + ACTIONS(3053), 21, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, anon_sym_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331493,19 +336130,19 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [166317] = 4, + [167636] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3504), 1, + STATE(3543), 1, sym_comment, - ACTIONS(3539), 6, + ACTIONS(3425), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3541), 21, + ACTIONS(3427), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331514,7 +336151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331527,26 +336164,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166355] = 4, + [167674] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3505), 1, + STATE(3544), 1, sym_comment, - ACTIONS(2989), 6, - anon_sym_DOLLAR, + ACTIONS(3429), 6, anon_sym_DASH, + anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2991), 21, + ACTIONS(3431), 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_not, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331559,30 +336198,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, - [166393] = 4, + [167712] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3506), 1, + STATE(3545), 1, sym_comment, - ACTIONS(6630), 6, + ACTIONS(3437), 6, 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(6628), 21, + ACTIONS(3439), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331595,28 +336232,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166431] = 4, + [167750] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3507), 1, + STATE(3546), 1, sym_comment, - ACTIONS(6634), 6, + ACTIONS(3331), 6, 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(6632), 21, + ACTIONS(3333), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331629,19 +336266,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166469] = 4, + [167788] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3508), 1, + STATE(3547), 1, sym_comment, - ACTIONS(3261), 6, + ACTIONS(3327), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3263), 21, + ACTIONS(3329), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331650,7 +336287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331663,19 +336300,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166507] = 4, + [167826] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3509), 1, + STATE(3548), 1, sym_comment, - ACTIONS(3149), 6, + ACTIONS(3323), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3151), 21, + ACTIONS(3325), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331684,7 +336321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331697,19 +336334,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166545] = 4, + [167864] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3510), 1, + ACTIONS(6728), 1, + anon_sym_COMMA, + STATE(3549), 1, + sym_comment, + ACTIONS(6730), 6, + anon_sym_DASH, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(6726), 20, + anon_sym_LBRACK, + 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, + [167904] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3550), 1, sym_comment, - ACTIONS(3257), 6, + ACTIONS(3433), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3259), 21, + ACTIONS(3435), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331718,7 +336390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331731,19 +336403,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166583] = 4, + [167942] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3511), 1, + STATE(3551), 1, sym_comment, - ACTIONS(3253), 6, + ACTIONS(3417), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3255), 21, + ACTIONS(3419), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331752,7 +336424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331765,19 +336437,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166621] = 4, + [167980] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3512), 1, + STATE(3552), 1, sym_comment, - ACTIONS(3324), 6, + ACTIONS(3303), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3326), 21, + ACTIONS(3305), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331786,7 +336458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331799,19 +336471,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166659] = 4, + [168018] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3513), 1, + STATE(3553), 1, sym_comment, - ACTIONS(3233), 6, + ACTIONS(3665), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3235), 21, + ACTIONS(3667), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331820,7 +336492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331833,28 +336505,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166697] = 4, + [168056] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3514), 1, + STATE(3554), 1, sym_comment, - ACTIONS(6510), 6, + ACTIONS(1515), 6, 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(6508), 21, + ACTIONS(1517), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331867,28 +336539,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166735] = 4, + [168094] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3515), 1, + STATE(3555), 1, sym_comment, - ACTIONS(1341), 6, + ACTIONS(3706), 6, 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(1339), 21, + ACTIONS(3708), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331901,28 +336573,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166773] = 4, + [168132] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3516), 1, + STATE(3556), 1, sym_comment, - ACTIONS(6076), 6, + ACTIONS(3611), 6, 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(6074), 21, + ACTIONS(3613), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331935,19 +336607,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166811] = 4, + [168170] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3517), 1, + STATE(3557), 1, sym_comment, - ACTIONS(3237), 6, + ACTIONS(3615), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3239), 21, + ACTIONS(3617), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331956,7 +336628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -331969,19 +336641,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166849] = 4, + [168208] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3518), 1, + STATE(3558), 1, sym_comment, - ACTIONS(3241), 6, + ACTIONS(3659), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3243), 21, + ACTIONS(3661), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -331990,7 +336662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332003,19 +336675,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166887] = 4, + [168246] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3519), 1, + STATE(3559), 1, sym_comment, - ACTIONS(3245), 6, + ACTIONS(3635), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3247), 21, + ACTIONS(3637), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -332024,7 +336696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332037,19 +336709,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166925] = 4, + [168284] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3520), 1, + STATE(3560), 1, sym_comment, - ACTIONS(3249), 6, + ACTIONS(3639), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3251), 21, + ACTIONS(3641), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -332058,7 +336730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332071,27 +336743,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [166963] = 4, + [168322] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3521), 1, + STATE(3561), 1, sym_comment, - ACTIONS(6638), 6, + ACTIONS(3647), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(6636), 20, + ACTIONS(3649), 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, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332104,27 +336777,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167000] = 4, + [168360] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3522), 1, + STATE(3562), 1, sym_comment, - ACTIONS(6642), 6, + ACTIONS(3651), 6, 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(6640), 20, + ACTIONS(3653), 21, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332137,19 +336811,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167037] = 4, + [168398] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3523), 1, + STATE(3563), 1, sym_comment, - ACTIONS(6646), 6, + ACTIONS(6734), 6, anon_sym_DASH, anon_sym__, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(6644), 20, + ACTIONS(6732), 20, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -332157,7 +336831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332170,19 +336844,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167074] = 4, + [168435] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3524), 1, + STATE(3564), 1, sym_comment, - ACTIONS(6650), 6, + ACTIONS(6738), 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(6648), 20, + ACTIONS(6736), 20, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -332190,7 +336864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_DOT, anon_sym_PLUS, - sym_val_nothing, + anon_sym_null, anon_sym_true, anon_sym_false, aux_sym__val_number_token1, @@ -332203,38 +336877,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [167111] = 15, + [168472] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, + STATE(3565), 1, + sym_comment, + ACTIONS(6742), 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(6740), 20, + anon_sym_LBRACK, + 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_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [168509] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3566), 1, + sym_comment, + ACTIONS(6746), 6, + anon_sym_DASH, + anon_sym__, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(6744), 20, + anon_sym_LBRACK, + 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, + [168546] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6748), 1, anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6656), 1, + ACTIONS(6752), 1, anon_sym_LT, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6660), 1, + ACTIONS(6756), 1, anon_sym_EQ2, - ACTIONS(6662), 1, + ACTIONS(6758), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6760), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6762), 1, anon_sym_PLUS2, - STATE(3525), 1, + STATE(3567), 1, sym_comment, - STATE(3686), 1, + STATE(3737), 1, sym__var, - STATE(3945), 1, + STATE(3859), 1, sym__immediate_decimal, - ACTIONS(1923), 2, + ACTIONS(1977), 2, sym_identifier, anon_sym_DASH, - STATE(3850), 2, + STATE(3860), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1925), 7, + ACTIONS(1979), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332242,38 +336982,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167165] = 15, + [168600] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6668), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(6670), 1, + ACTIONS(6766), 1, anon_sym_LT, - ACTIONS(6672), 1, + ACTIONS(6768), 1, anon_sym_EQ2, - ACTIONS(6674), 1, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6676), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6678), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3526), 1, + STATE(3568), 1, sym_comment, - STATE(3702), 1, + STATE(3710), 1, sym__var, - STATE(3824), 1, + STATE(3938), 1, sym__immediate_decimal, - ACTIONS(1943), 2, + ACTIONS(1995), 2, sym_identifier, anon_sym_DASH, - STATE(3825), 2, + STATE(3939), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1945), 7, + ACTIONS(1997), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332281,38 +337021,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167219] = 15, + [168654] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6668), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(6674), 1, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6676), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6678), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - ACTIONS(6680), 1, + ACTIONS(6776), 1, anon_sym_LT, - ACTIONS(6682), 1, + ACTIONS(6778), 1, anon_sym_EQ2, - STATE(3527), 1, + STATE(3569), 1, sym_comment, - STATE(3702), 1, + STATE(3710), 1, sym__var, - STATE(3822), 1, + STATE(3940), 1, sym__immediate_decimal, - ACTIONS(1969), 2, + ACTIONS(1957), 2, sym_identifier, anon_sym_DASH, - STATE(3823), 2, + STATE(3941), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1971), 7, + ACTIONS(1959), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332320,38 +337060,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167273] = 15, + [168708] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - ACTIONS(6684), 1, + ACTIONS(6780), 1, anon_sym_LT, - ACTIONS(6686), 1, + ACTIONS(6782), 1, anon_sym_EQ2, - STATE(3528), 1, + STATE(3570), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3947), 1, + STATE(3942), 1, sym__immediate_decimal, - ACTIONS(1961), 2, + ACTIONS(2011), 2, sym_identifier, anon_sym_DASH, - STATE(3948), 2, + STATE(3900), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1963), 7, + ACTIONS(2013), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332359,38 +337099,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167327] = 15, + [168762] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - ACTIONS(6688), 1, + ACTIONS(6784), 1, anon_sym_LT, - ACTIONS(6690), 1, + ACTIONS(6786), 1, anon_sym_EQ2, - STATE(3529), 1, + STATE(3571), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3937), 1, + STATE(3944), 1, sym__immediate_decimal, - ACTIONS(1985), 2, + ACTIONS(2019), 2, sym_identifier, anon_sym_DASH, - STATE(3938), 2, + STATE(3947), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1987), 7, + ACTIONS(2021), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332398,38 +337138,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167381] = 15, + [168816] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, + ACTIONS(6748), 1, anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6758), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6760), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6762), 1, anon_sym_PLUS2, - ACTIONS(6692), 1, + ACTIONS(6788), 1, anon_sym_LT, - ACTIONS(6694), 1, + ACTIONS(6790), 1, anon_sym_EQ2, - STATE(3530), 1, + STATE(3572), 1, sym_comment, - STATE(3686), 1, + STATE(3737), 1, sym__var, - STATE(3943), 1, + STATE(3861), 1, sym__immediate_decimal, - ACTIONS(1977), 2, + ACTIONS(2003), 2, sym_identifier, anon_sym_DASH, - STATE(3944), 2, + STATE(3866), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1979), 7, + ACTIONS(2005), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332437,34 +337177,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167435] = 13, + [168870] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3531), 1, + STATE(3573), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3973), 1, + STATE(3913), 1, sym__immediate_decimal, - ACTIONS(2067), 2, + ACTIONS(2093), 2, sym_identifier, anon_sym_DASH, - STATE(3974), 2, + STATE(3914), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2069), 7, + ACTIONS(2095), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332472,34 +337212,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167483] = 13, + [168918] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3532), 1, + STATE(3574), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3912), 1, + STATE(4034), 1, sym__immediate_decimal, - ACTIONS(2095), 2, + ACTIONS(2085), 2, sym_identifier, anon_sym_DASH, - STATE(3913), 2, + STATE(4033), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2097), 7, + ACTIONS(2087), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332507,34 +337247,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167531] = 13, + [168966] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3533), 1, + STATE(3575), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3914), 1, + STATE(3934), 1, sym__immediate_decimal, - ACTIONS(2087), 2, + ACTIONS(2105), 2, sym_identifier, anon_sym_DASH, - STATE(3915), 2, + STATE(3935), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2089), 7, + ACTIONS(2107), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332542,34 +337282,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167579] = 13, + [169014] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3534), 1, + STATE(3576), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3916), 1, + STATE(3932), 1, sym__immediate_decimal, - ACTIONS(2083), 2, + ACTIONS(2089), 2, sym_identifier, anon_sym_DASH, - STATE(3918), 2, + STATE(3933), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2085), 7, + ACTIONS(2091), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332577,34 +337317,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167627] = 13, + [169062] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3535), 1, + STATE(3577), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3919), 1, + STATE(3930), 1, sym__immediate_decimal, - ACTIONS(2051), 2, + ACTIONS(2133), 2, sym_identifier, anon_sym_DASH, - STATE(3920), 2, + STATE(3931), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2053), 7, + ACTIONS(2135), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332612,34 +337352,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167675] = 13, + [169110] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3536), 1, + STATE(3578), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3923), 1, + STATE(3936), 1, sym__immediate_decimal, - ACTIONS(2099), 2, + ACTIONS(2117), 2, sym_identifier, anon_sym_DASH, - STATE(3925), 2, + STATE(3937), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2101), 7, + ACTIONS(2119), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332647,34 +337387,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167723] = 13, + [169158] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3537), 1, + STATE(3579), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3962), 1, + STATE(4029), 1, sym__immediate_decimal, - ACTIONS(2059), 2, + ACTIONS(2129), 2, sym_identifier, anon_sym_DASH, - STATE(3966), 2, + STATE(4028), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2061), 7, + ACTIONS(2131), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332682,34 +337422,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167771] = 13, + [169206] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3538), 1, + STATE(3580), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3910), 1, + STATE(3919), 1, sym__immediate_decimal, - ACTIONS(2079), 2, + ACTIONS(2101), 2, sym_identifier, anon_sym_DASH, - STATE(3911), 2, + STATE(3929), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2081), 7, + ACTIONS(2103), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332717,34 +337457,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167819] = 13, + [169254] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3539), 1, + STATE(3581), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3970), 1, + STATE(3917), 1, sym__immediate_decimal, - ACTIONS(2063), 2, + ACTIONS(2097), 2, sym_identifier, anon_sym_DASH, - STATE(3971), 2, + STATE(3918), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2065), 7, + ACTIONS(2099), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332752,34 +337492,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167867] = 13, + [169302] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3540), 1, + STATE(3582), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3934), 1, + STATE(4038), 1, sym__immediate_decimal, - ACTIONS(2047), 2, + ACTIONS(2121), 2, sym_identifier, anon_sym_DASH, - STATE(3900), 2, + STATE(4037), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2049), 7, + ACTIONS(2123), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332787,34 +337527,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167915] = 13, + [169350] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3541), 1, + STATE(3583), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3967), 1, + STATE(4036), 1, sym__immediate_decimal, - ACTIONS(2055), 2, + ACTIONS(2125), 2, sym_identifier, anon_sym_DASH, - STATE(3968), 2, + STATE(4035), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2057), 7, + ACTIONS(2127), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332822,34 +337562,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167963] = 13, + [169398] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(6658), 1, + ACTIONS(6754), 1, anon_sym_DOT2, - ACTIONS(6662), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(6770), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6664), 1, + ACTIONS(6772), 1, anon_sym_DASH2, - ACTIONS(6666), 1, + ACTIONS(6774), 1, anon_sym_PLUS2, - STATE(3542), 1, + STATE(3584), 1, sym_comment, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3935), 1, + STATE(3915), 1, sym__immediate_decimal, - ACTIONS(2091), 2, + ACTIONS(2081), 2, sym_identifier, anon_sym_DASH, - STATE(3936), 2, + STATE(3916), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2093), 7, + ACTIONS(2083), 7, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -332857,139 +337597,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [168011] = 14, + [169446] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(1979), 1, + ACTIONS(1959), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6698), 1, + ACTIONS(6794), 1, anon_sym_LT, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6702), 1, + ACTIONS(6798), 1, anon_sym_EQ2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3543), 1, + STATE(3585), 1, sym_comment, - STATE(4277), 1, + STATE(4343), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4279), 2, + STATE(4346), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1977), 5, + ACTIONS(1957), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [168060] = 14, + [169495] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(1945), 1, + ACTIONS(1997), 1, anon_sym_LF, - ACTIONS(2624), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6708), 1, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6804), 1, anon_sym_LT, - ACTIONS(6710), 1, + ACTIONS(6806), 1, anon_sym_EQ2, - ACTIONS(6712), 1, - aux_sym__immediate_decimal_token1, - STATE(2806), 1, + STATE(2866), 1, sym__var, - STATE(3544), 1, + STATE(3586), 1, sym_comment, - STATE(4203), 1, + STATE(4339), 1, sym__immediate_decimal, - ACTIONS(6714), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4202), 2, + STATE(4342), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1943), 5, + ACTIONS(1995), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [168109] = 14, + [169544] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(1925), 1, + ACTIONS(1979), 1, anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6716), 1, + ACTIONS(6808), 1, + anon_sym_LPAREN, + ACTIONS(6810), 1, anon_sym_LT, - ACTIONS(6718), 1, + ACTIONS(6812), 1, anon_sym_EQ2, - STATE(2799), 1, + ACTIONS(6814), 1, + aux_sym__immediate_decimal_token1, + STATE(2833), 1, sym__var, - STATE(3545), 1, + STATE(3587), 1, sym_comment, - STATE(4280), 1, + STATE(4242), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6816), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4281), 2, + STATE(4239), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1923), 5, + ACTIONS(1977), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [168158] = 16, + [169593] = 16, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(77), 1, anon_sym_PLUS, ACTIONS(85), 1, aux_sym__val_number_decimal_token1, - ACTIONS(2714), 1, + ACTIONS(2707), 1, anon_sym_DASH, - ACTIONS(6720), 1, + ACTIONS(6818), 1, sym_identifier, - ACTIONS(6722), 1, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(6724), 1, + ACTIONS(6822), 1, anon_sym_DOT, - STATE(403), 1, + STATE(413), 1, sym__val_number_decimal, - STATE(411), 1, + STATE(426), 1, sym__val_number, - STATE(2827), 1, + STATE(2872), 1, sym_val_number, - STATE(2844), 1, + STATE(2902), 1, sym__var, - STATE(3114), 1, + STATE(3194), 1, sym_val_variable, - STATE(3546), 1, + STATE(3588), 1, sym_comment, - STATE(5190), 1, + STATE(5075), 1, sym__where_predicate, ACTIONS(89), 2, aux_sym__val_number_token4, @@ -332999,104 +337739,69 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - [168211] = 14, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(1987), 1, - anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, - anon_sym_DOT2, - ACTIONS(6704), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6726), 1, - anon_sym_LT, - ACTIONS(6728), 1, - anon_sym_EQ2, - STATE(2799), 1, - sym__var, - STATE(3547), 1, - sym_comment, - STATE(4275), 1, - sym__immediate_decimal, - ACTIONS(6706), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4276), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1985), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [168260] = 14, + [169646] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(1963), 1, + ACTIONS(2021), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6730), 1, + ACTIONS(6824), 1, anon_sym_LT, - ACTIONS(6732), 1, + ACTIONS(6826), 1, anon_sym_EQ2, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3548), 1, + STATE(3589), 1, sym_comment, - STATE(4282), 1, + STATE(4360), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4285), 2, + STATE(4362), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1961), 5, + ACTIONS(2019), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [168309] = 16, + [169695] = 16, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(359), 1, aux_sym__val_number_decimal_token1, ACTIONS(527), 1, anon_sym_PLUS, - ACTIONS(2630), 1, + ACTIONS(2651), 1, anon_sym_DASH, - ACTIONS(6734), 1, + ACTIONS(6828), 1, sym_identifier, - ACTIONS(6736), 1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - ACTIONS(6738), 1, + ACTIONS(6832), 1, anon_sym_DOT, - STATE(353), 1, - sym__val_number_decimal, - STATE(359), 1, + STATE(368), 1, sym__val_number, - STATE(2768), 1, + STATE(379), 1, + sym__val_number_decimal, + STATE(2746), 1, sym_val_number, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(2964), 1, + STATE(3042), 1, sym_val_variable, - STATE(3549), 1, + STATE(3590), 1, sym_comment, - STATE(4597), 1, + STATE(4497), 1, sym__where_predicate, ACTIONS(363), 2, aux_sym__val_number_token4, @@ -333106,3419 +337811,3422 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token5, - [168362] = 14, + [169748] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(1971), 1, + ACTIONS(2013), 1, anon_sym_LF, - ACTIONS(2624), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6712), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6740), 1, + ACTIONS(6834), 1, anon_sym_LT, - ACTIONS(6742), 1, + ACTIONS(6836), 1, anon_sym_EQ2, - STATE(2806), 1, + STATE(2866), 1, sym__var, - STATE(3550), 1, + STATE(3591), 1, sym_comment, - STATE(4206), 1, + STATE(4347), 1, sym__immediate_decimal, - ACTIONS(6714), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4205), 2, + STATE(4359), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1969), 5, + ACTIONS(2011), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [168411] = 14, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6746), 1, - anon_sym_LT, - ACTIONS(6748), 1, - anon_sym_DOT2, - ACTIONS(6750), 1, - anon_sym_EQ2, - ACTIONS(6752), 1, - aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3551), 1, - sym_comment, - STATE(4602), 1, - sym__immediate_decimal, - ACTIONS(1925), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4603), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1923), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [168459] = 14, + [169797] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(1945), 1, + ACTIONS(2005), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6756), 1, + ACTIONS(6808), 1, anon_sym_LPAREN, - ACTIONS(6758), 1, + ACTIONS(6814), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6838), 1, anon_sym_LT, - ACTIONS(6760), 1, + ACTIONS(6840), 1, anon_sym_EQ2, - ACTIONS(6762), 1, - aux_sym__immediate_decimal_token1, - STATE(3552), 1, - sym_comment, - STATE(4114), 1, + STATE(2833), 1, sym__var, - STATE(4396), 1, + STATE(3592), 1, + sym_comment, + STATE(4229), 1, sym__immediate_decimal, - ACTIONS(6764), 2, + ACTIONS(6816), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4402), 2, + STATE(4226), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1943), 4, + ACTIONS(2003), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [168507] = 14, + [169846] = 14, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(1963), 1, + ACTIONS(2021), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6768), 1, + ACTIONS(6844), 1, anon_sym_LT, - ACTIONS(6770), 1, + ACTIONS(6846), 1, anon_sym_EQ2, - ACTIONS(6772), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2508), 1, + STATE(2494), 1, sym__immediate_decimal, - STATE(3553), 1, + STATE(3593), 1, sym_comment, - STATE(4095), 1, + STATE(4121), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, STATE(2495), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1961), 4, + ACTIONS(2019), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [168555] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3554), 1, - sym_comment, - ACTIONS(1446), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1448), 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, - [168583] = 14, + [169894] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2708), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, - anon_sym_DOT2, - ACTIONS(6776), 1, + ACTIONS(6854), 1, anon_sym_LT, - ACTIONS(6778), 1, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6858), 1, anon_sym_EQ2, - ACTIONS(6780), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2898), 1, + STATE(2902), 1, sym__var, - STATE(3555), 1, + STATE(3594), 1, sym_comment, - STATE(4242), 1, + STATE(4575), 1, sym__immediate_decimal, - ACTIONS(1971), 2, + ACTIONS(2013), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6782), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4315), 2, + STATE(4568), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1969), 3, + ACTIONS(2011), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [168631] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3556), 1, - sym_comment, - ACTIONS(1437), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1439), 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, - [168659] = 14, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(305), 1, - anon_sym_DOLLAR, - ACTIONS(1925), 1, - anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, - anon_sym_LPAREN, - ACTIONS(6772), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6784), 1, - anon_sym_LT, - ACTIONS(6786), 1, - anon_sym_EQ2, - STATE(2513), 1, - sym__immediate_decimal, - STATE(3557), 1, - sym_comment, - STATE(4095), 1, - sym__var, - ACTIONS(6774), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2512), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1923), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [168707] = 14, + [169942] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2708), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6780), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6788), 1, + ACTIONS(6864), 1, anon_sym_LT, - ACTIONS(6790), 1, + ACTIONS(6866), 1, anon_sym_EQ2, - STATE(2898), 1, + STATE(2902), 1, sym__var, - STATE(3558), 1, + STATE(3595), 1, sym_comment, - STATE(4336), 1, + STATE(4582), 1, sym__immediate_decimal, - ACTIONS(1945), 2, + ACTIONS(1959), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6782), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4267), 2, + STATE(4577), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1943), 3, + ACTIONS(1957), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [168755] = 14, + [169990] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6792), 1, + ACTIONS(6868), 1, + anon_sym_LPAREN, + ACTIONS(6870), 1, anon_sym_LT, - ACTIONS(6794), 1, + ACTIONS(6872), 1, anon_sym_EQ2, - STATE(2844), 1, + ACTIONS(6874), 1, + aux_sym__immediate_decimal_token1, + STATE(2893), 1, sym__var, - STATE(3559), 1, + STATE(3596), 1, sym_comment, - STATE(4599), 1, + STATE(4364), 1, sym__immediate_decimal, ACTIONS(1979), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6876), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4566), 2, + STATE(4350), 2, sym_expr_parenthesized, sym_val_variable, ACTIONS(1977), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [168803] = 14, + [170038] = 14, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(1979), 1, + ACTIONS(2013), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6796), 1, + ACTIONS(6878), 1, anon_sym_LT, - ACTIONS(6798), 1, + ACTIONS(6880), 1, anon_sym_EQ2, - STATE(2516), 1, + STATE(2483), 1, sym__immediate_decimal, - STATE(3560), 1, + STATE(3597), 1, sym_comment, - STATE(4095), 1, + STATE(4121), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2515), 2, + STATE(2484), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1977), 4, + ACTIONS(2011), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [168851] = 14, + [170086] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(1987), 1, - anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6800), 1, + ACTIONS(6882), 1, anon_sym_LT, - ACTIONS(6802), 1, + ACTIONS(6884), 1, anon_sym_EQ2, - STATE(2519), 1, - sym__immediate_decimal, - STATE(3561), 1, - sym_comment, - STATE(4095), 1, + STATE(2902), 1, sym__var, - ACTIONS(6774), 2, + STATE(3598), 1, + sym_comment, + STATE(4566), 1, + sym__immediate_decimal, + ACTIONS(2021), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2518), 2, + STATE(4543), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1985), 4, + ACTIONS(2019), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [168899] = 14, + anon_sym_DASH, + [170134] = 14, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(1971), 1, + ACTIONS(1959), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6756), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6762), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6804), 1, + ACTIONS(6886), 1, anon_sym_LT, - ACTIONS(6806), 1, + ACTIONS(6888), 1, anon_sym_EQ2, - STATE(3562), 1, + STATE(2477), 1, + sym__immediate_decimal, + STATE(3599), 1, sym_comment, - STATE(4114), 1, + STATE(4121), 1, sym__var, - STATE(4397), 1, - sym__immediate_decimal, - ACTIONS(6764), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4360), 2, + STATE(2478), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1969), 4, + ACTIONS(1957), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [168947] = 14, + [170182] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6808), 1, + ACTIONS(6890), 1, anon_sym_LT, - ACTIONS(6810), 1, + ACTIONS(6892), 1, anon_sym_EQ2, - STATE(2844), 1, + STATE(2902), 1, sym__var, - STATE(3563), 1, + STATE(3600), 1, sym_comment, - STATE(4592), 1, + STATE(4597), 1, sym__immediate_decimal, - ACTIONS(1987), 2, + ACTIONS(1997), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4598), 2, + STATE(4661), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1985), 3, + ACTIONS(1995), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [168995] = 14, + [170230] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6868), 1, + anon_sym_LPAREN, + ACTIONS(6874), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6812), 1, + ACTIONS(6894), 1, anon_sym_LT, - ACTIONS(6814), 1, + ACTIONS(6896), 1, anon_sym_EQ2, - STATE(2844), 1, + STATE(2893), 1, sym__var, - STATE(3564), 1, + STATE(3601), 1, sym_comment, - STATE(4604), 1, + STATE(4317), 1, sym__immediate_decimal, - ACTIONS(1963), 2, + ACTIONS(2005), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6876), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4605), 2, + STATE(4307), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1961), 3, + ACTIONS(2003), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [169043] = 12, + [170278] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(2069), 1, + ACTIONS(2005), 1, anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6898), 1, + anon_sym_LPAREN, + ACTIONS(6900), 1, + anon_sym_LT, + ACTIONS(6902), 1, + anon_sym_EQ2, + ACTIONS(6904), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, - sym__var, - STATE(3565), 1, + STATE(3602), 1, sym_comment, - STATE(4330), 1, + STATE(4187), 1, + sym__var, + STATE(4447), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6906), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4334), 2, + STATE(4445), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2067), 5, + ACTIONS(2003), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [169086] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + [170326] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6816), 1, - anon_sym_LPAREN, - ACTIONS(6818), 1, - anon_sym_LT, - ACTIONS(6820), 1, - anon_sym_EQ2, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - STATE(2664), 1, - sym__immediate_decimal, - STATE(3566), 1, + STATE(3603), 1, sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(1923), 2, - anon_sym_SEMI, + ACTIONS(1454), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(1456), 15, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1925), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6824), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2665), 2, - sym_expr_parenthesized, - sym_val_variable, - [169133] = 14, + 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, + [170354] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(6826), 1, + STATE(3604), 1, + sym_comment, + ACTIONS(1475), 2, anon_sym_DASH, - ACTIONS(6828), 1, - anon_sym_DOT, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6836), 1, + anon_sym_DOT2, + ACTIONS(1477), 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, - ACTIONS(6840), 1, - aux_sym_unquoted_token1, - STATE(1184), 1, - sym__str_double_quotes, - STATE(3567), 1, - sym_comment, - STATE(5425), 1, - sym__val_number_decimal, - ACTIONS(6838), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(861), 2, - sym_val_string, - sym_unquoted, - ACTIONS(6834), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [169180] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, + [170382] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(305), 1, + anon_sym_DOLLAR, + ACTIONS(1979), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6842), 1, + ACTIONS(6898), 1, anon_sym_LPAREN, - ACTIONS(6844), 1, + ACTIONS(6904), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6908), 1, anon_sym_LT, - ACTIONS(6846), 1, + ACTIONS(6910), 1, anon_sym_EQ2, - ACTIONS(6848), 1, - aux_sym__immediate_decimal_token1, - STATE(3568), 1, + STATE(3605), 1, sym_comment, - STATE(4215), 1, + STATE(4187), 1, sym__var, - STATE(4497), 1, + STATE(4453), 1, sym__immediate_decimal, - ACTIONS(1969), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1971), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6850), 2, + ACTIONS(6906), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4491), 2, + STATE(4455), 2, sym_expr_parenthesized, sym_val_variable, - [169227] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, + ACTIONS(1977), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [170430] = 14, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(305), 1, + anon_sym_DOLLAR, + ACTIONS(1997), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, ACTIONS(6842), 1, anon_sym_LPAREN, ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6852), 1, + ACTIONS(6912), 1, anon_sym_LT, - ACTIONS(6854), 1, + ACTIONS(6914), 1, anon_sym_EQ2, - STATE(3569), 1, + STATE(2543), 1, + sym__immediate_decimal, + STATE(3606), 1, sym_comment, - STATE(4215), 1, + STATE(4121), 1, sym__var, - STATE(4485), 1, - sym__immediate_decimal, - ACTIONS(1943), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1945), 2, - ts_builtin_sym_end, - anon_sym_LF, ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4481), 2, + STATE(2469), 2, sym_expr_parenthesized, sym_val_variable, - [169274] = 14, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6816), 1, - anon_sym_LPAREN, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6856), 1, - anon_sym_LT, - ACTIONS(6858), 1, - anon_sym_EQ2, - STATE(2668), 1, - sym__immediate_decimal, - STATE(3570), 1, - sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(1961), 2, + ACTIONS(1995), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1963), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6824), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2670), 2, - sym_expr_parenthesized, - sym_val_variable, - [169321] = 12, + anon_sym_RBRACE, + [170478] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2065), 1, + ACTIONS(2095), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3571), 1, + STATE(3607), 1, sym_comment, - STATE(4243), 1, + STATE(4313), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4329), 2, + STATE(4315), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2063), 5, + ACTIONS(2093), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169364] = 12, + [170521] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2057), 1, - anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6916), 1, + anon_sym_LPAREN, + ACTIONS(6918), 1, + anon_sym_LT, + ACTIONS(6920), 1, + anon_sym_EQ2, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, - sym__var, - STATE(3572), 1, - sym_comment, - STATE(4320), 1, + STATE(2650), 1, sym__immediate_decimal, - ACTIONS(6706), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4322), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2055), 5, + STATE(3608), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(2019), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [169407] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2061), 1, + ACTIONS(2021), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, - anon_sym_DOT2, - ACTIONS(6704), 1, - aux_sym__immediate_decimal_token1, - STATE(2799), 1, - sym__var, - STATE(3573), 1, - sym_comment, - STATE(4318), 1, - sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4319), 2, + STATE(2649), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2059), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [169450] = 12, + [170568] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2093), 1, - anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6916), 1, + anon_sym_LPAREN, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, - sym__var, - STATE(3574), 1, - sym_comment, - STATE(4269), 1, + ACTIONS(6926), 1, + anon_sym_LT, + ACTIONS(6928), 1, + anon_sym_EQ2, + STATE(2653), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + STATE(3609), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(2011), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2013), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4270), 2, + STATE(2652), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2091), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [169493] = 12, + [170615] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(2049), 1, - anon_sym_LF, - ACTIONS(6696), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6916), 1, + anon_sym_LPAREN, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, - sym__var, - STATE(3575), 1, - sym_comment, - STATE(4266), 1, + ACTIONS(6930), 1, + anon_sym_LT, + ACTIONS(6932), 1, + anon_sym_EQ2, + STATE(2655), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + STATE(3610), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(1957), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1959), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4268), 2, + STATE(2608), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2047), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [169536] = 12, + [170662] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2101), 1, + ACTIONS(2131), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3576), 1, + STATE(3611), 1, sym_comment, - STATE(4263), 1, + STATE(4391), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4265), 2, + STATE(4393), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2099), 5, + ACTIONS(2129), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169579] = 12, + [170705] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2053), 1, + ACTIONS(2087), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3577), 1, + STATE(3612), 1, sym_comment, - STATE(4260), 1, + STATE(4389), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4261), 2, + STATE(4390), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2051), 5, + ACTIONS(2085), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169622] = 12, + [170748] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2081), 1, + ACTIONS(2127), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3578), 1, + STATE(3613), 1, sym_comment, - STATE(4245), 1, + STATE(4386), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4246), 2, + STATE(4388), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2079), 5, + ACTIONS(2125), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169665] = 12, + [170791] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2085), 1, + ACTIONS(2123), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3579), 1, + STATE(3614), 1, sym_comment, - STATE(4253), 1, + STATE(4383), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4255), 2, + STATE(4385), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2083), 5, + ACTIONS(2121), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169708] = 14, + [170834] = 14, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6860), 1, + ACTIONS(6934), 1, anon_sym_LT, - ACTIONS(6862), 1, + ACTIONS(6936), 1, anon_sym_EQ2, - STATE(2660), 1, + STATE(2658), 1, sym__immediate_decimal, - STATE(3580), 1, + STATE(3615), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(1985), 2, + ACTIONS(1995), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1987), 2, + ACTIONS(1997), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2661), 2, + STATE(2657), 2, sym_expr_parenthesized, sym_val_variable, - [169755] = 14, + [170881] = 14, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6938), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6864), 1, + ACTIONS(6940), 1, anon_sym_LT, - ACTIONS(6866), 1, + ACTIONS(6942), 1, anon_sym_EQ2, - STATE(2663), 1, - sym__immediate_decimal, - STATE(3581), 1, + ACTIONS(6944), 1, + aux_sym__immediate_decimal_token1, + STATE(3616), 1, sym_comment, - STATE(4171), 1, + STATE(4255), 1, sym__var, + STATE(4545), 1, + sym__immediate_decimal, ACTIONS(1977), 2, anon_sym_SEMI, anon_sym_PIPE, ACTIONS(1979), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6946), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2636), 2, + STATE(4544), 2, sym_expr_parenthesized, sym_val_variable, - [169802] = 12, + [170928] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2089), 1, + ACTIONS(2119), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3582), 1, + STATE(3617), 1, sym_comment, - STATE(4249), 1, + STATE(4284), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4251), 2, + STATE(4334), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2087), 5, + ACTIONS(2117), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169845] = 12, + [170971] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1745), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2097), 1, + ACTIONS(2107), 1, anon_sym_LF, - ACTIONS(6696), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2799), 1, + STATE(2866), 1, sym__var, - STATE(3583), 1, + STATE(3618), 1, sym_comment, - STATE(4247), 1, + STATE(4331), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4248), 2, + STATE(4332), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2095), 5, + ACTIONS(2105), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [169888] = 12, + [171014] = 14, + ACTIONS(35), 1, + anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, - anon_sym_DOLLAR, - ACTIONS(2053), 1, - anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6938), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6944), 1, aux_sym__immediate_decimal_token1, - STATE(2535), 1, - sym__immediate_decimal, - STATE(3584), 1, + ACTIONS(6948), 1, + anon_sym_LT, + ACTIONS(6950), 1, + anon_sym_EQ2, + STATE(3619), 1, sym_comment, - STATE(4095), 1, + STATE(4255), 1, sym__var, - ACTIONS(6774), 2, + STATE(4540), 1, + sym__immediate_decimal, + ACTIONS(2003), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2005), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6946), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2533), 2, + STATE(4538), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2051), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [169930] = 12, + [171061] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6954), 1, + anon_sym_DOT, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(6966), 1, + aux_sym_unquoted_token1, + STATE(1233), 1, + sym__str_double_quotes, + STATE(3620), 1, + sym_comment, + STATE(5551), 1, + sym__val_number_decimal, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(870), 2, + sym_val_string, + sym_unquoted, + ACTIONS(6960), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [171108] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2085), 1, + ACTIONS(2091), 1, anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2548), 1, - sym__immediate_decimal, - STATE(3585), 1, - sym_comment, - STATE(4095), 1, + STATE(2866), 1, sym__var, - ACTIONS(6774), 2, + STATE(3621), 1, + sym_comment, + STATE(4326), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2538), 2, + STATE(4327), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2083), 4, + ACTIONS(2089), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [169972] = 12, + [171151] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2089), 1, + ACTIONS(2135), 1, anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2552), 1, - sym__immediate_decimal, - STATE(3586), 1, - sym_comment, - STATE(4095), 1, + STATE(2866), 1, sym__var, - ACTIONS(6774), 2, + STATE(3622), 1, + sym_comment, + STATE(4324), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2549), 2, + STATE(4325), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2087), 4, + ACTIONS(2133), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [170014] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6870), 1, - anon_sym_LT, - ACTIONS(6872), 1, - anon_sym_EQ2, - ACTIONS(6874), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3300), 1, - sym__immediate_decimal, - STATE(3587), 1, - sym_comment, - ACTIONS(6876), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3299), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1987), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [170058] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6826), 1, anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6878), 1, - anon_sym_DOT, - ACTIONS(6882), 1, - anon_sym_DQUOTE, - ACTIONS(6886), 1, - aux_sym_unquoted_token1, - STATE(1397), 1, - sym__str_double_quotes, - STATE(3588), 1, - sym_comment, - STATE(5443), 1, - sym__val_number_decimal, - ACTIONS(6884), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(896), 2, - sym_val_string, - sym_unquoted, - ACTIONS(6880), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [170102] = 12, + anon_sym_RBRACE, + [171194] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2097), 1, + ACTIONS(2103), 1, anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2554), 1, - sym__immediate_decimal, - STATE(3589), 1, - sym_comment, - STATE(4095), 1, + STATE(2866), 1, sym__var, - ACTIONS(6774), 2, + STATE(3623), 1, + sym_comment, + STATE(4322), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2553), 2, + STATE(4323), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2095), 4, + ACTIONS(2101), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [170144] = 12, + [171237] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2101), 1, + ACTIONS(2099), 1, anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2531), 1, - sym__immediate_decimal, - STATE(3590), 1, - sym_comment, - STATE(4095), 1, + STATE(2866), 1, sym__var, - ACTIONS(6774), 2, + STATE(3624), 1, + sym_comment, + STATE(4301), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2526), 2, + STATE(4321), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2099), 4, + ACTIONS(2097), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [170186] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1630), 1, anon_sym_DASH, - STATE(3591), 1, - sym_comment, - ACTIONS(1632), 14, - 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_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [170212] = 12, + anon_sym_RBRACE, + [171280] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1779), 1, anon_sym_DOLLAR, - ACTIONS(2069), 1, + ACTIONS(2083), 1, anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6792), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2470), 1, - sym__immediate_decimal, - STATE(3592), 1, - sym_comment, - STATE(4095), 1, + STATE(2866), 1, sym__var, - ACTIONS(6774), 2, + STATE(3625), 1, + sym_comment, + STATE(4319), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2471), 2, + STATE(4320), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2067), 4, + ACTIONS(2081), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [170254] = 12, + [171323] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2081), 1, - anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2445), 1, - sym__immediate_decimal, - STATE(3593), 1, - sym_comment, - STATE(4095), 1, + STATE(2902), 1, sym__var, - ACTIONS(6774), 2, + STATE(3626), 1, + sym_comment, + STATE(4581), 1, + sym__immediate_decimal, + ACTIONS(2087), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2430), 2, + STATE(4476), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2079), 4, + ACTIONS(2085), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [170296] = 13, + anon_sym_DASH, + [171365] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6826), 1, + ACTIONS(6952), 1, anon_sym_DASH, - ACTIONS(6828), 1, - anon_sym_DOT, - ACTIONS(6830), 1, + ACTIONS(6956), 1, anon_sym_PLUS, - ACTIONS(6832), 1, + ACTIONS(6958), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6836), 1, + ACTIONS(6968), 1, + anon_sym_DOT, + ACTIONS(6972), 1, anon_sym_DQUOTE, - ACTIONS(6840), 1, + ACTIONS(6976), 1, aux_sym_unquoted_token1, - STATE(1184), 1, + STATE(1432), 1, sym__str_double_quotes, - STATE(3594), 1, + STATE(3627), 1, sym_comment, - STATE(5425), 1, + STATE(5485), 1, sym__val_number_decimal, - ACTIONS(6838), 2, + ACTIONS(6974), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(861), 2, + STATE(909), 2, sym_val_string, sym_unquoted, - ACTIONS(6834), 3, + ACTIONS(6970), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - [170340] = 13, + [171409] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6888), 1, + ACTIONS(6980), 1, anon_sym_LT, - ACTIONS(6890), 1, + ACTIONS(6982), 1, anon_sym_EQ2, - STATE(2614), 1, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(3298), 1, + STATE(3348), 1, sym__immediate_decimal, - STATE(3595), 1, + STATE(3628), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3297), 2, + STATE(3347), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1979), 3, + ACTIONS(2013), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [170384] = 13, + [171453] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6892), 1, + ACTIONS(6988), 1, anon_sym_LT, - ACTIONS(6894), 1, + ACTIONS(6990), 1, anon_sym_EQ2, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3296), 1, + STATE(3346), 1, sym__immediate_decimal, - STATE(3596), 1, + STATE(3629), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3295), 2, + STATE(3344), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1925), 3, + ACTIONS(2021), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [170428] = 12, + [171497] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2065), 1, - anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2468), 1, - sym__immediate_decimal, - STATE(3597), 1, + STATE(2902), 1, + sym__var, + STATE(3630), 1, sym_comment, - STATE(4095), 1, + STATE(4615), 1, + sym__immediate_decimal, + ACTIONS(2131), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4618), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2129), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [171539] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(6852), 1, + anon_sym_LPAREN, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, + aux_sym__immediate_decimal_token1, + STATE(2902), 1, sym__var, - ACTIONS(6774), 2, + STATE(3631), 1, + sym_comment, + STATE(4726), 1, + sym__immediate_decimal, + ACTIONS(2095), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2469), 2, + STATE(4728), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2063), 4, + ACTIONS(2093), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [170470] = 13, - ACTIONS(3), 1, + anon_sym_DASH, + [171581] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(2095), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6896), 1, - anon_sym_LT, - ACTIONS(6898), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3293), 1, + STATE(2560), 1, sym__immediate_decimal, - STATE(3598), 1, + STATE(3632), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3292), 2, + STATE(2561), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1963), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(2093), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [170514] = 12, + [171623] = 12, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(2057), 1, + ACTIONS(2083), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2466), 1, + STATE(2569), 1, sym__immediate_decimal, - STATE(3599), 1, + STATE(3633), 1, sym_comment, - STATE(4095), 1, + STATE(4121), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2467), 2, + STATE(2575), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2055), 4, + ACTIONS(2081), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [170556] = 12, + [171665] = 12, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(2061), 1, + ACTIONS(2103), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2463), 1, + STATE(2488), 1, sym__immediate_decimal, - STATE(3600), 1, + STATE(3634), 1, sym_comment, - STATE(4095), 1, + STATE(4121), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2464), 2, + STATE(2593), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2059), 4, + ACTIONS(2101), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [170598] = 13, + [171707] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, + anon_sym_DOLLAR, + ACTIONS(6852), 1, + anon_sym_LPAREN, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, + aux_sym__immediate_decimal_token1, + STATE(2902), 1, + sym__var, + STATE(3635), 1, + sym_comment, + STATE(4729), 1, + sym__immediate_decimal, + ACTIONS(2083), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4602), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2081), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [171749] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6900), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(6902), 1, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6992), 1, anon_sym_LT, - ACTIONS(6904), 1, + ACTIONS(6994), 1, anon_sym_EQ2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - STATE(3601), 1, - sym_comment, - STATE(4359), 1, + STATE(2682), 1, sym__var, - STATE(4979), 1, + STATE(3353), 1, sym__immediate_decimal, - ACTIONS(6908), 2, + STATE(3636), 1, + sym_comment, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4980), 2, + STATE(3352), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1971), 3, + ACTIONS(1997), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [170642] = 12, + [171793] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(2049), 1, - anon_sym_LF, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2525), 1, - sym__immediate_decimal, - STATE(3602), 1, - sym_comment, - STATE(4095), 1, + STATE(2902), 1, sym__var, - ACTIONS(6774), 2, + STATE(3637), 1, + sym_comment, + STATE(4567), 1, + sym__immediate_decimal, + ACTIONS(2127), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2524), 2, + STATE(4580), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2047), 4, + ACTIONS(2125), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [170684] = 13, + anon_sym_DASH, + [171835] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6826), 1, + ACTIONS(6952), 1, anon_sym_DASH, - ACTIONS(6828), 1, + ACTIONS(6954), 1, anon_sym_DOT, - ACTIONS(6830), 1, + ACTIONS(6956), 1, anon_sym_PLUS, - ACTIONS(6832), 1, + ACTIONS(6958), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6836), 1, + ACTIONS(6962), 1, anon_sym_DQUOTE, - ACTIONS(6840), 1, + ACTIONS(6966), 1, aux_sym_unquoted_token1, - STATE(1184), 1, + STATE(1233), 1, sym__str_double_quotes, - STATE(3603), 1, + STATE(3638), 1, sym_comment, - STATE(5425), 1, + STATE(5551), 1, sym__val_number_decimal, - ACTIONS(6838), 2, + ACTIONS(6964), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(847), 2, + STATE(870), 2, sym_val_string, sym_unquoted, - ACTIONS(6834), 3, + ACTIONS(6960), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - [170728] = 12, + [171879] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + STATE(2902), 1, sym__var, - STATE(3604), 1, + STATE(3639), 1, sym_comment, - STATE(4648), 1, + STATE(4745), 1, sym__immediate_decimal, - ACTIONS(2069), 2, + ACTIONS(2099), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4653), 2, + STATE(4796), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2067), 3, + ACTIONS(2097), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [170770] = 12, + [171921] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, - anon_sym_DOT2, - ACTIONS(6752), 1, - aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3605), 1, - sym_comment, - STATE(4641), 1, - sym__immediate_decimal, - ACTIONS(2065), 2, - ts_builtin_sym_end, + ACTIONS(2099), 1, anon_sym_LF, - ACTIONS(6754), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4642), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2063), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [170812] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6900), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6906), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6910), 1, - anon_sym_LT, - ACTIONS(6912), 1, - anon_sym_EQ2, - STATE(3606), 1, - sym_comment, - STATE(4359), 1, - sym__var, - STATE(4981), 1, + STATE(2577), 1, sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4852), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(1945), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [170856] = 12, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, - anon_sym_DOT2, - ACTIONS(6752), 1, - aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3607), 1, + STATE(3640), 1, sym_comment, - STATE(4636), 1, - sym__immediate_decimal, - ACTIONS(2057), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4637), 2, + STATE(2581), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2055), 3, + ACTIONS(2097), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [170898] = 12, + anon_sym_RBRACE, + [171963] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + STATE(2902), 1, sym__var, - STATE(3608), 1, + STATE(3641), 1, sym_comment, - STATE(4457), 1, + STATE(4556), 1, sym__immediate_decimal, - ACTIONS(2049), 2, + ACTIONS(2123), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4584), 2, + STATE(4565), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2047), 3, + ACTIONS(2121), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [170940] = 12, + [172005] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + STATE(2902), 1, sym__var, - STATE(3609), 1, + STATE(3642), 1, sym_comment, - STATE(4588), 1, + STATE(4809), 1, sym__immediate_decimal, - ACTIONS(2093), 2, + ACTIONS(2103), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4589), 2, + STATE(4819), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2091), 3, + ACTIONS(2101), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [170982] = 12, + [172047] = 12, ACTIONS(105), 1, anon_sym_POUND, ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(2093), 1, + ACTIONS(2107), 1, anon_sym_LF, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6766), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6772), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2523), 1, + STATE(2567), 1, sym__immediate_decimal, - STATE(3610), 1, + STATE(3643), 1, sym_comment, - STATE(4095), 1, + STATE(4121), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2522), 2, + STATE(2563), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2091), 4, + ACTIONS(2105), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [171024] = 13, + [172089] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1632), 1, + anon_sym_DASH, + STATE(3644), 1, + sym_comment, + ACTIONS(1634), 14, + 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_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [172115] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(6914), 1, + ACTIONS(6998), 1, anon_sym_LT, - ACTIONS(6916), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6918), 1, + ACTIONS(7002), 1, anon_sym_EQ2, - ACTIONS(6920), 1, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3611), 1, + STATE(3645), 1, sym_comment, - STATE(4972), 1, + STATE(5113), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4973), 2, + STATE(5115), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1945), 3, + ACTIONS(1979), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [171068] = 13, + [172159] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6954), 1, + anon_sym_DOT, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(6966), 1, + aux_sym_unquoted_token1, + STATE(1233), 1, + sym__str_double_quotes, + STATE(3646), 1, + sym_comment, + STATE(5551), 1, + sym__val_number_decimal, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(889), 2, + sym_val_string, + sym_unquoted, + ACTIONS(6960), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [172203] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(3998), 1, - anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(2119), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(6842), 1, + anon_sym_LPAREN, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6924), 1, - anon_sym_LT, - ACTIONS(6926), 1, - anon_sym_EQ2, - STATE(2763), 1, - sym__var, - STATE(3612), 1, - sym_comment, - STATE(4968), 1, + STATE(2555), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + STATE(3647), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4971), 2, + STATE(2544), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1971), 3, + ACTIONS(2117), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [171112] = 13, - ACTIONS(3), 1, + anon_sym_RBRACE, + [172245] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(6852), 1, + anon_sym_LPAREN, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6928), 1, - anon_sym_LT, - ACTIONS(6930), 1, - anon_sym_EQ2, - ACTIONS(6932), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(3613), 1, + STATE(3648), 1, sym_comment, - STATE(4478), 1, + STATE(4826), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(2135), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4476), 2, + STATE(4851), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1963), 3, + ACTIONS(2133), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [171156] = 13, - ACTIONS(3), 1, + anon_sym_DASH, + [172287] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(2135), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6842), 1, + anon_sym_LPAREN, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6936), 1, - anon_sym_LT, - ACTIONS(6938), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3614), 1, - sym_comment, - STATE(4480), 1, + STATE(2589), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(3649), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4479), 2, + STATE(2579), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1925), 3, + ACTIONS(2133), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [171200] = 13, + anon_sym_RBRACE, + [172329] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6940), 1, + ACTIONS(7008), 1, anon_sym_LT, - ACTIONS(6942), 1, + ACTIONS(7010), 1, anon_sym_EQ2, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3615), 1, - sym_comment, - STATE(4490), 1, + STATE(3351), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(3650), 1, + sym_comment, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4539), 2, + STATE(3350), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1979), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [171244] = 12, + ACTIONS(1959), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [172373] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + STATE(2902), 1, sym__var, - STATE(3616), 1, + STATE(3651), 1, sym_comment, - STATE(4627), 1, + STATE(4853), 1, sym__immediate_decimal, - ACTIONS(2061), 2, + ACTIONS(2091), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4631), 2, + STATE(4857), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2059), 3, + ACTIONS(2089), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [171286] = 12, - ACTIONS(105), 1, + [172415] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7012), 1, + anon_sym_LPAREN, + ACTIONS(7014), 1, + anon_sym_LT, + ACTIONS(7016), 1, + anon_sym_EQ2, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3617), 1, + STATE(3652), 1, sym_comment, - STATE(4582), 1, + STATE(4300), 1, + sym__var, + STATE(5142), 1, sym__immediate_decimal, - ACTIONS(2101), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4583), 2, + STATE(5155), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2099), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [171328] = 13, + ACTIONS(2005), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [172459] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6944), 1, + ACTIONS(7022), 1, anon_sym_LT, - ACTIONS(6946), 1, + ACTIONS(7024), 1, anon_sym_EQ2, - STATE(2614), 1, + ACTIONS(7026), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(3618), 1, + STATE(3653), 1, sym_comment, - STATE(4501), 1, + STATE(4524), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4499), 2, + STATE(4600), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(1987), 3, + ACTIONS(2021), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [171372] = 12, - ACTIONS(105), 1, + [172503] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + ACTIONS(7030), 1, + anon_sym_LT, + ACTIONS(7032), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3619), 1, + STATE(3654), 1, sym_comment, - STATE(4579), 1, + STATE(4636), 1, sym__immediate_decimal, - ACTIONS(2053), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4581), 2, + STATE(4607), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2051), 3, - anon_sym_SEMI, + ACTIONS(2013), 3, anon_sym_PIPE, - anon_sym_DASH, - [171414] = 12, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_EQ_GT, + [172547] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + ACTIONS(7034), 1, + anon_sym_LT, + ACTIONS(7036), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3620), 1, + STATE(3655), 1, sym_comment, - STATE(4576), 1, + STATE(4656), 1, sym__immediate_decimal, - ACTIONS(2085), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4578), 2, + STATE(4641), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2083), 3, - anon_sym_SEMI, + ACTIONS(1959), 3, anon_sym_PIPE, - anon_sym_DASH, - [171456] = 12, + anon_sym_if, + anon_sym_EQ_GT, + [172591] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(2123), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6842), 1, + anon_sym_LPAREN, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3621), 1, - sym_comment, - STATE(4573), 1, + STATE(2536), 1, sym__immediate_decimal, - ACTIONS(2089), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + STATE(3656), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4575), 2, + STATE(2537), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2087), 3, + ACTIONS(2121), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [171498] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6826), 1, - anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6878), 1, - anon_sym_DOT, - ACTIONS(6882), 1, - anon_sym_DQUOTE, - ACTIONS(6886), 1, - aux_sym_unquoted_token1, - STATE(1397), 1, - sym__str_double_quotes, - STATE(3622), 1, - sym_comment, - STATE(5443), 1, - sym__val_number_decimal, - ACTIONS(6884), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(883), 2, - sym_val_string, - sym_unquoted, - ACTIONS(6880), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [171542] = 12, + anon_sym_RBRACE, + [172633] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1747), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(6744), 1, - anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(2127), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6842), 1, + anon_sym_LPAREN, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3623), 1, - sym_comment, - STATE(4567), 1, + STATE(2538), 1, sym__immediate_decimal, - ACTIONS(2081), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + STATE(3657), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4568), 2, + STATE(2540), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2079), 3, + ACTIONS(2125), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [171584] = 12, - ACTIONS(105), 1, + anon_sym_RBRACE, + [172675] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1747), 1, - anon_sym_DOLLAR, - ACTIONS(6744), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6748), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + ACTIONS(7038), 1, + anon_sym_LT, + ACTIONS(7040), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3624), 1, + STATE(3658), 1, sym_comment, - STATE(4570), 1, + STATE(4669), 1, sym__immediate_decimal, - ACTIONS(2097), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6754), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4572), 2, + STATE(4662), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2095), 3, - anon_sym_SEMI, + ACTIONS(1997), 3, anon_sym_PIPE, - anon_sym_DASH, - [171626] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(6826), 1, - anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6840), 1, - aux_sym_unquoted_token1, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(6950), 1, - anon_sym_DOT, - STATE(1035), 1, - sym__var, - STATE(1381), 1, - sym_val_variable, - STATE(1382), 1, - sym_unquoted, - STATE(3625), 1, - sym_comment, - STATE(5425), 1, - sym__val_number_decimal, - ACTIONS(6834), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [171671] = 12, - ACTIONS(35), 1, - anon_sym_DOLLAR, + anon_sym_if, + anon_sym_EQ_GT, + [172719] = 12, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(305), 1, + anon_sym_DOLLAR, + ACTIONS(2087), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2571), 1, + STATE(2548), 1, sym__immediate_decimal, - STATE(3626), 1, + STATE(3659), 1, sym_comment, - STATE(4171), 1, + STATE(4121), 1, sym__var, - ACTIONS(2067), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2069), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2572), 2, + STATE(2554), 2, sym_expr_parenthesized, sym_val_variable, - [171712] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(6826), 1, - anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6840), 1, - aux_sym_unquoted_token1, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(6950), 1, - anon_sym_DOT, - STATE(1035), 1, - sym__var, - STATE(1185), 1, - sym_val_variable, - STATE(1186), 1, - sym_unquoted, - STATE(3627), 1, - sym_comment, - STATE(5425), 1, - sym__val_number_decimal, - ACTIONS(6834), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [171757] = 14, - ACTIONS(3), 1, + ACTIONS(2085), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [172761] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1961), 1, - anon_sym_DASH, - ACTIONS(1963), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(2131), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6952), 1, - anon_sym_LT, - ACTIONS(6954), 1, - anon_sym_EQ2, - ACTIONS(6956), 1, + ACTIONS(6842), 1, + anon_sym_LPAREN, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3628), 1, - sym_comment, - STATE(4478), 1, + STATE(2557), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3660), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4476), 2, + STATE(2562), 2, sym_expr_parenthesized, sym_val_variable, - [171802] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6960), 1, - sym_identifier, - ACTIONS(6965), 1, - anon_sym_DOLLAR, - ACTIONS(6968), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6971), 1, - anon_sym_DASH_DASH, - ACTIONS(6974), 1, - anon_sym_DASH, - STATE(3630), 1, - sym_param_long_flag, - STATE(3799), 1, - sym__param_name, - STATE(3827), 1, - sym_param_short_flag, - STATE(3828), 1, - sym_param_opt, - STATE(3832), 1, - sym_param_rest, - STATE(4137), 1, - sym_parameter, - ACTIONS(6963), 2, - anon_sym_RBRACK, - anon_sym_RPAREN, - STATE(3629), 2, - sym_comment, - aux_sym_parameter_parens_repeat1, - [171847] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6979), 1, - anon_sym_EQ, - ACTIONS(6981), 1, - anon_sym_COLON, - ACTIONS(6983), 1, - anon_sym_COMMA, - ACTIONS(6985), 1, - anon_sym_LPAREN, - ACTIONS(6987), 1, - anon_sym_DASH, - STATE(3630), 1, - sym_comment, - STATE(3770), 1, - sym_flag_capsule, - STATE(3831), 1, - sym_param_value, - STATE(3902), 1, - sym_param_type, - ACTIONS(6977), 6, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(2129), 4, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [171886] = 13, + anon_sym_PIPE, + anon_sym_RBRACE, + [172803] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6989), 1, + ACTIONS(7042), 1, anon_sym_LT, - ACTIONS(6991), 1, + ACTIONS(7044), 1, anon_sym_EQ2, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3631), 1, + STATE(3661), 1, sym_comment, - STATE(5360), 1, + STATE(5116), 1, sym__immediate_decimal, - ACTIONS(1971), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(6922), 2, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5362), 2, + STATE(5117), 2, sym_expr_parenthesized, sym_val_variable, - [171929] = 14, - ACTIONS(3), 1, + ACTIONS(2005), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [172847] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1923), 1, - anon_sym_DASH, - ACTIONS(1925), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(305), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(2091), 1, + anon_sym_LF, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6993), 1, - anon_sym_LT, - ACTIONS(6995), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3632), 1, - sym_comment, - STATE(4480), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4479), 2, - sym_expr_parenthesized, - sym_val_variable, - [171974] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1977), 1, - anon_sym_DASH, - ACTIONS(1979), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(6842), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6997), 1, - anon_sym_LT, - ACTIONS(6999), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3633), 1, - sym_comment, - STATE(4490), 1, + STATE(2574), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3662), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4539), 2, + STATE(2571), 2, sym_expr_parenthesized, sym_val_variable, - [172019] = 14, + ACTIONS(2089), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [172889] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1985), 1, - anon_sym_DASH, - ACTIONS(1987), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7012), 1, + anon_sym_LPAREN, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7001), 1, + ACTIONS(7046), 1, anon_sym_LT, - ACTIONS(7003), 1, + ACTIONS(7048), 1, anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3634), 1, + STATE(3663), 1, sym_comment, - STATE(4501), 1, + STATE(4300), 1, + sym__var, + STATE(5140), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4499), 2, + STATE(5141), 2, sym_expr_parenthesized, sym_val_variable, - [172064] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1943), 1, - anon_sym_DASH, - ACTIONS(1945), 1, + ACTIONS(1979), 3, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(2778), 1, + anon_sym_RBRACE, + [172933] = 12, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7005), 1, - anon_sym_LT, - ACTIONS(7007), 1, - anon_sym_EQ2, - STATE(2763), 1, + STATE(2902), 1, sym__var, - STATE(3635), 1, + STATE(3664), 1, sym_comment, - STATE(5402), 1, + STATE(4638), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + ACTIONS(2119), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5384), 2, + STATE(4608), 2, sym_expr_parenthesized, sym_val_variable, - [172109] = 13, - ACTIONS(3), 1, + ACTIONS(2117), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [172975] = 12, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(1781), 1, anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(6852), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7009), 1, - anon_sym_LT, - ACTIONS(7011), 1, - anon_sym_EQ2, - STATE(2763), 1, + STATE(2902), 1, sym__var, - STATE(3636), 1, + STATE(3665), 1, sym_comment, - STATE(5363), 1, + STATE(4654), 1, sym__immediate_decimal, - ACTIONS(1945), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(6922), 2, + ACTIONS(2107), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5365), 2, + STATE(4640), 2, sym_expr_parenthesized, sym_val_variable, - [172152] = 13, + ACTIONS(2105), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [173017] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6968), 1, + anon_sym_DOT, + ACTIONS(6972), 1, + anon_sym_DQUOTE, + ACTIONS(6976), 1, + aux_sym_unquoted_token1, + STATE(1432), 1, + sym__str_double_quotes, + STATE(3666), 1, + sym_comment, + STATE(5485), 1, + sym__val_number_decimal, + ACTIONS(6974), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(921), 2, + sym_val_string, + sym_unquoted, + ACTIONS(6970), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [173061] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7013), 1, - anon_sym_LT, - ACTIONS(7015), 1, + ACTIONS(6996), 1, + anon_sym_LPAREN, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(7017), 1, - anon_sym_EQ2, - ACTIONS(7019), 1, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7050), 1, + anon_sym_LT, + ACTIONS(7052), 1, + anon_sym_EQ2, + STATE(2775), 1, sym__var, - STATE(3637), 1, + STATE(3667), 1, sym_comment, - STATE(4478), 1, + STATE(5289), 1, sym__immediate_decimal, - ACTIONS(1963), 2, + ACTIONS(2005), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4476), 2, + STATE(5456), 2, sym_expr_parenthesized, sym_val_variable, - [172195] = 13, + [173104] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7054), 1, + sym_identifier, + ACTIONS(7059), 1, + anon_sym_DOLLAR, + ACTIONS(7062), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7065), 1, + anon_sym_DASH_DASH, + ACTIONS(7068), 1, + anon_sym_DASH, + STATE(3676), 1, + sym_param_long_flag, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, + sym_param_short_flag, + STATE(3888), 1, + sym_param_opt, + STATE(3890), 1, + sym_param_rest, + STATE(4185), 1, + sym_parameter, + ACTIONS(7057), 2, + anon_sym_RBRACK, + anon_sym_RPAREN, + STATE(3668), 2, + sym_comment, + aux_sym_parameter_parens_repeat1, + [173149] = 12, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6916), 1, + anon_sym_LPAREN, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7023), 1, - anon_sym_LT, - ACTIONS(7025), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3638), 1, - sym_comment, - STATE(4480), 1, + STATE(2681), 1, sym__immediate_decimal, - ACTIONS(1925), 2, + STATE(3669), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(2089), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(2091), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4479), 2, + STATE(2680), 2, sym_expr_parenthesized, sym_val_variable, - [172238] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + [173190] = 12, + ACTIONS(35), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6916), 1, + anon_sym_LPAREN, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7027), 1, - anon_sym_LT, - ACTIONS(7029), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3639), 1, - sym_comment, - STATE(4490), 1, + STATE(2691), 1, sym__immediate_decimal, - ACTIONS(1979), 2, + STATE(3670), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(2101), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(2103), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4539), 2, + STATE(2690), 2, sym_expr_parenthesized, sym_val_variable, - [172281] = 13, + [173231] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7031), 1, + ACTIONS(7071), 1, anon_sym_LT, - ACTIONS(7033), 1, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7075), 1, anon_sym_EQ2, - STATE(2614), 1, + ACTIONS(7077), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(3640), 1, + STATE(3671), 1, sym_comment, - STATE(4501), 1, + STATE(4524), 1, sym__immediate_decimal, - ACTIONS(1987), 2, + ACTIONS(2021), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4499), 2, + STATE(4600), 2, sym_expr_parenthesized, sym_val_variable, - [172324] = 12, + [173274] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2651), 1, + STATE(2687), 1, sym__immediate_decimal, - STATE(3641), 1, + STATE(3672), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2099), 2, + ACTIONS(2133), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2101), 2, + ACTIONS(2135), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2655), 2, + STATE(2686), 2, sym_expr_parenthesized, sym_val_variable, - [172365] = 12, + [173315] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2566), 1, + STATE(2669), 1, sym__immediate_decimal, - STATE(3642), 1, + STATE(3673), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2095), 2, + ACTIONS(2117), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2097), 2, + ACTIONS(2119), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2643), 2, + STATE(2596), 2, sym_expr_parenthesized, sym_val_variable, - [172406] = 12, + [173356] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2649), 1, + STATE(2679), 1, sym__immediate_decimal, - STATE(3643), 1, + STATE(3674), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2051), 2, + ACTIONS(2105), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2053), 2, + ACTIONS(2107), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2650), 2, + STATE(2677), 2, sym_expr_parenthesized, sym_val_variable, - [172447] = 12, - ACTIONS(35), 1, - anon_sym_DOLLAR, - ACTIONS(105), 1, + [173397] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(2003), 1, + anon_sym_DASH, + ACTIONS(2005), 1, + anon_sym_LBRACE, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - STATE(2647), 1, - sym__immediate_decimal, - STATE(3644), 1, - sym_comment, - STATE(4171), 1, + ACTIONS(7081), 1, + anon_sym_LT, + ACTIONS(7083), 1, + anon_sym_EQ2, + STATE(2775), 1, sym__var, - ACTIONS(2083), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2085), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(6824), 2, + STATE(3675), 1, + sym_comment, + STATE(5372), 1, + sym__immediate_decimal, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2648), 2, + STATE(5373), 2, sym_expr_parenthesized, sym_val_variable, - [172488] = 12, + [173442] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7087), 1, + anon_sym_EQ, + ACTIONS(7089), 1, + anon_sym_COLON, + ACTIONS(7091), 1, + anon_sym_COMMA, + ACTIONS(7093), 1, + anon_sym_LPAREN, + ACTIONS(7095), 1, + anon_sym_DASH, + STATE(3676), 1, + sym_comment, + STATE(3825), 1, + sym_flag_capsule, + STATE(3863), 1, + sym_param_value, + STATE(4046), 1, + sym_param_type, + ACTIONS(7085), 6, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173481] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2645), 1, + STATE(2683), 1, sym__immediate_decimal, - STATE(3645), 1, + STATE(3677), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2087), 2, + ACTIONS(2085), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2089), 2, + ACTIONS(2087), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2646), 2, + STATE(2667), 2, sym_expr_parenthesized, sym_val_variable, - [172529] = 12, + [173522] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2641), 1, + STATE(2701), 1, sym__immediate_decimal, - STATE(3646), 1, + STATE(3678), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2079), 2, + ACTIONS(2093), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2081), 2, + ACTIONS(2095), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2642), 2, + STATE(2699), 2, sym_expr_parenthesized, sym_val_variable, - [172570] = 14, + [173563] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1969), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(6952), 1, anon_sym_DASH, - ACTIONS(1971), 1, - anon_sym_LBRACE, - ACTIONS(2778), 1, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6966), 1, + aux_sym_unquoted_token1, + ACTIONS(7097), 1, anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(7099), 1, + anon_sym_DOT, + STATE(1110), 1, + sym__var, + STATE(1386), 1, + sym_val_variable, + STATE(1387), 1, + sym_unquoted, + STATE(3679), 1, + sym_comment, + STATE(5551), 1, + sym__val_number_decimal, + ACTIONS(6960), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [173608] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7035), 1, + ACTIONS(7101), 1, anon_sym_LT, - ACTIONS(7037), 1, + ACTIONS(7103), 1, anon_sym_EQ2, - STATE(2763), 1, + STATE(2775), 1, sym__var, - STATE(3647), 1, + STATE(3680), 1, sym_comment, - STATE(5409), 1, + STATE(5460), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + ACTIONS(1979), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5408), 2, + STATE(5459), 2, sym_expr_parenthesized, sym_val_variable, - [172615] = 12, + [173651] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2658), 1, + STATE(2694), 1, sym__immediate_decimal, - STATE(3648), 1, + STATE(3681), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2091), 2, + ACTIONS(2097), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2093), 2, + ACTIONS(2099), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2659), 2, + STATE(2693), 2, sym_expr_parenthesized, sym_val_variable, - [172656] = 12, + [173692] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2656), 1, + STATE(2697), 1, sym__immediate_decimal, - STATE(3649), 1, + STATE(3682), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2047), 2, + ACTIONS(2081), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2049), 2, + ACTIONS(2083), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2657), 2, + STATE(2696), 2, sym_expr_parenthesized, sym_val_variable, - [172697] = 12, + [173733] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6966), 1, + aux_sym_unquoted_token1, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7099), 1, + anon_sym_DOT, + STATE(1110), 1, + sym__var, + STATE(1219), 1, + sym_unquoted, + STATE(1220), 1, + sym_val_variable, + STATE(3683), 1, + sym_comment, + STATE(5551), 1, + sym__val_number_decimal, + ACTIONS(6960), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [173778] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2673), 1, + STATE(2651), 1, sym__immediate_decimal, - STATE(3650), 1, + STATE(3684), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2059), 2, + ACTIONS(2129), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2061), 2, + ACTIONS(2131), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, STATE(2638), 2, sym_expr_parenthesized, sym_val_variable, - [172738] = 12, + [173819] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1995), 1, + anon_sym_DASH, + ACTIONS(1997), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7105), 1, + anon_sym_LT, + ACTIONS(7107), 1, + anon_sym_EQ2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3685), 1, + sym_comment, + STATE(4669), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4662), 2, + sym_expr_parenthesized, + sym_val_variable, + [173864] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1957), 1, + anon_sym_DASH, + ACTIONS(1959), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7113), 1, + anon_sym_LT, + ACTIONS(7115), 1, + anon_sym_EQ2, + STATE(2682), 1, + sym__var, + STATE(3686), 1, + sym_comment, + STATE(4656), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4641), 2, + sym_expr_parenthesized, + sym_val_variable, + [173909] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2615), 1, + STATE(2612), 1, sym__immediate_decimal, - STATE(3651), 1, + STATE(3687), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2055), 2, + ACTIONS(2121), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2057), 2, + ACTIONS(2123), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2670), 2, + sym_expr_parenthesized, + sym_val_variable, + [173950] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2011), 1, + anon_sym_DASH, + ACTIONS(2013), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7117), 1, + anon_sym_LT, + ACTIONS(7119), 1, + anon_sym_EQ2, + STATE(2682), 1, + sym__var, + STATE(3688), 1, + sym_comment, + STATE(4636), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2568), 2, + STATE(4607), 2, sym_expr_parenthesized, sym_val_variable, - [172779] = 12, + [173995] = 12, ACTIONS(35), 1, anon_sym_DOLLAR, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6816), 1, + ACTIONS(6916), 1, anon_sym_LPAREN, - ACTIONS(6822), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2569), 1, + STATE(2661), 1, sym__immediate_decimal, - STATE(3652), 1, + STATE(3689), 1, sym_comment, - STATE(4171), 1, + STATE(4274), 1, sym__var, - ACTIONS(2063), 2, + ACTIONS(2125), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2065), 2, + ACTIONS(2127), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(6824), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2570), 2, + STATE(2685), 2, sym_expr_parenthesized, sym_val_variable, - [172820] = 15, + [174036] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, - sym_identifier, - ACTIONS(7041), 1, - anon_sym_RBRACK, - ACTIONS(7043), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, - anon_sym_DASH_DASH, - ACTIONS(7049), 1, - anon_sym_DASH, - STATE(3629), 1, - aux_sym_parameter_parens_repeat1, - STATE(3630), 1, - sym_param_long_flag, - STATE(3653), 1, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7077), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7121), 1, + anon_sym_LT, + ACTIONS(7123), 1, + anon_sym_EQ2, + STATE(2682), 1, + sym__var, + STATE(3690), 1, sym_comment, - STATE(3799), 1, - sym__param_name, - STATE(3827), 1, - sym_param_short_flag, - STATE(3828), 1, - sym_param_opt, - STATE(3832), 1, - sym_param_rest, - STATE(4137), 1, - sym_parameter, - [172866] = 15, + STATE(4669), 1, + sym__immediate_decimal, + ACTIONS(1997), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4662), 2, + sym_expr_parenthesized, + sym_val_variable, + [174079] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, - sym_identifier, - ACTIONS(7043), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, - anon_sym_DASH_DASH, - ACTIONS(7049), 1, - anon_sym_DASH, - ACTIONS(7051), 1, - anon_sym_RPAREN, - STATE(3629), 1, - aux_sym_parameter_parens_repeat1, - STATE(3630), 1, - sym_param_long_flag, - STATE(3654), 1, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7077), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7125), 1, + anon_sym_LT, + ACTIONS(7127), 1, + anon_sym_EQ2, + STATE(2682), 1, + sym__var, + STATE(3691), 1, sym_comment, - STATE(3799), 1, - sym__param_name, - STATE(3827), 1, - sym_param_short_flag, - STATE(3828), 1, - sym_param_opt, - STATE(3832), 1, - sym_param_rest, - STATE(4137), 1, - sym_parameter, - [172912] = 11, + STATE(4656), 1, + sym__immediate_decimal, + ACTIONS(1959), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4641), 2, + sym_expr_parenthesized, + sym_val_variable, + [174122] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7129), 1, + anon_sym_LT, + ACTIONS(7131), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3655), 1, + STATE(3692), 1, sym_comment, - STATE(4442), 1, + STATE(4636), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(2013), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4428), 2, + STATE(4607), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2061), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [172950] = 11, + [174165] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2019), 1, + anon_sym_DASH, + ACTIONS(2021), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7133), 1, + anon_sym_LT, + ACTIONS(7135), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3656), 1, + STATE(3693), 1, sym_comment, - STATE(4439), 1, + STATE(4524), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4438), 2, + STATE(4600), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2057), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [172988] = 11, + [174210] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(1977), 1, + anon_sym_DASH, + ACTIONS(1979), 1, + anon_sym_LBRACE, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(6996), 1, + anon_sym_LPAREN, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7137), 1, + anon_sym_LT, + ACTIONS(7139), 1, + anon_sym_EQ2, + STATE(2775), 1, sym__var, - STATE(3657), 1, + STATE(3694), 1, sym_comment, - STATE(4434), 1, + STATE(5366), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4431), 2, + STATE(5369), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2065), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173026] = 11, + [174255] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3658), 1, + STATE(3695), 1, sym_comment, - STATE(4421), 1, + STATE(4720), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4423), 2, + STATE(4709), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2069), 3, + ACTIONS(2083), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [173064] = 15, + [174293] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7143), 1, + anon_sym_RBRACK, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7053), 1, - anon_sym_RBRACK, - STATE(3630), 1, + STATE(3668), 1, + aux_sym_parameter_parens_repeat1, + STATE(3676), 1, sym_param_long_flag, - STATE(3659), 1, + STATE(3696), 1, sym_comment, - STATE(3683), 1, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, + sym_param_short_flag, + STATE(3888), 1, + sym_param_opt, + STATE(3890), 1, + sym_param_rest, + STATE(4185), 1, + sym_parameter, + [174339] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3305), 1, + sym__immediate_decimal, + STATE(3697), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3304), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2123), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [174377] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7141), 1, + sym_identifier, + ACTIONS(7145), 1, + anon_sym_DOLLAR, + ACTIONS(7147), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7149), 1, + anon_sym_DASH_DASH, + ACTIONS(7151), 1, + anon_sym_DASH, + ACTIONS(7153), 1, + anon_sym_PIPE, + STATE(3698), 1, + sym_comment, + STATE(3735), 1, + sym_param_long_flag, + STATE(3738), 1, aux_sym_parameter_parens_repeat1, - STATE(3799), 1, + STATE(3851), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [173110] = 15, + [174423] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7055), 1, + ACTIONS(7155), 1, anon_sym_RPAREN, - STATE(3630), 1, + STATE(3676), 1, sym_param_long_flag, - STATE(3654), 1, + STATE(3699), 1, + sym_comment, + STATE(3708), 1, aux_sym_parameter_parens_repeat1, - STATE(3660), 1, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, + sym_param_short_flag, + STATE(3888), 1, + sym_param_opt, + STATE(3890), 1, + sym_param_rest, + STATE(4185), 1, + sym_parameter, + [174469] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7141), 1, + sym_identifier, + ACTIONS(7145), 1, + anon_sym_DOLLAR, + ACTIONS(7147), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7149), 1, + anon_sym_DASH_DASH, + ACTIONS(7151), 1, + anon_sym_DASH, + ACTIONS(7157), 1, + anon_sym_RPAREN, + STATE(3668), 1, + aux_sym_parameter_parens_repeat1, + STATE(3676), 1, + sym_param_long_flag, + STATE(3700), 1, sym_comment, - STATE(3799), 1, + STATE(3801), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [173156] = 7, + [174515] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1402), 1, + ACTIONS(7159), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7161), 1, + aux_sym__immediate_decimal_token2, + STATE(3701), 1, + sym_comment, + ACTIONS(2782), 3, + sym_identifier, anon_sym_DASH, - ACTIONS(7057), 1, anon_sym_DOT2, - STATE(3661), 1, + ACTIONS(2784), 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, + [174543] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1440), 1, + anon_sym_DASH, + ACTIONS(7163), 1, + anon_sym_DOT2, + STATE(3702), 1, sym_comment, - STATE(3695), 1, + STATE(3736), 1, aux_sym_cell_path_repeat1, - STATE(3813), 1, + STATE(3857), 1, sym_path, - ACTIONS(1404), 9, + ACTIONS(1442), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -336528,244 +341236,458 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173186] = 15, + [174573] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7059), 1, - anon_sym_PIPE, - STATE(3662), 1, + ACTIONS(7165), 1, + anon_sym_RBRACK, + STATE(3676), 1, + sym_param_long_flag, + STATE(3703), 1, sym_comment, - STATE(3694), 1, + STATE(3707), 1, aux_sym_parameter_parens_repeat1, - STATE(3697), 1, - sym_param_long_flag, - STATE(3827), 1, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(3833), 1, - sym__param_name, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [173232] = 11, + [174619] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3288), 1, - sym__immediate_decimal, - STATE(3663), 1, + STATE(3704), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4701), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3289), 2, + STATE(4698), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2069), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [173270] = 11, + ACTIONS(2135), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [174657] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6976), 1, + aux_sym_unquoted_token1, + ACTIONS(7167), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7169), 1, + anon_sym_DOT, + STATE(1129), 1, sym__var, - STATE(3285), 1, - sym__immediate_decimal, - STATE(3664), 1, - sym_comment, - ACTIONS(6876), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3287), 2, - sym_expr_parenthesized, + STATE(1590), 1, + sym_unquoted, + STATE(1591), 1, sym_val_variable, - ACTIONS(2065), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [173308] = 15, + STATE(3705), 1, + sym_comment, + STATE(5485), 1, + sym__val_number_decimal, + ACTIONS(6970), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [174699] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7054), 1, + sym_identifier, + ACTIONS(7057), 1, + anon_sym_PIPE, + ACTIONS(7059), 1, + anon_sym_DOLLAR, + ACTIONS(7062), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7065), 1, + anon_sym_DASH_DASH, + ACTIONS(7068), 1, + anon_sym_DASH, + STATE(3735), 1, + sym_param_long_flag, + STATE(3851), 1, + sym__param_name, + STATE(3887), 1, + sym_param_short_flag, + STATE(3888), 1, + sym_param_opt, + STATE(3890), 1, + sym_param_rest, + STATE(4185), 1, + sym_parameter, + STATE(3706), 2, + sym_comment, + aux_sym_parameter_parens_repeat1, + [174743] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7141), 1, + sym_identifier, + ACTIONS(7145), 1, + anon_sym_DOLLAR, + ACTIONS(7147), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7149), 1, + anon_sym_DASH_DASH, + ACTIONS(7151), 1, + anon_sym_DASH, + ACTIONS(7171), 1, + anon_sym_RBRACK, + STATE(3668), 1, + aux_sym_parameter_parens_repeat1, + STATE(3676), 1, + sym_param_long_flag, + STATE(3707), 1, + sym_comment, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, + sym_param_short_flag, + STATE(3888), 1, + sym_param_opt, + STATE(3890), 1, + sym_param_rest, + STATE(4185), 1, + sym_parameter, + [174789] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7061), 1, + ACTIONS(7173), 1, anon_sym_RPAREN, - STATE(3629), 1, + STATE(3668), 1, aux_sym_parameter_parens_repeat1, - STATE(3630), 1, + STATE(3676), 1, sym_param_long_flag, - STATE(3665), 1, + STATE(3708), 1, sym_comment, - STATE(3799), 1, + STATE(3801), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [173354] = 11, + [174835] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3666), 1, + STATE(3709), 1, sym_comment, - STATE(4538), 1, + STATE(4704), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4534), 2, + STATE(4702), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2081), 3, + ACTIONS(2103), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [173392] = 11, + [174873] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(1395), 1, + anon_sym_DASH, + ACTIONS(7163), 1, + anon_sym_DOT2, + STATE(3702), 1, + sym_path, + STATE(3710), 1, + sym_comment, + STATE(3881), 1, + sym_cell_path, + ACTIONS(1397), 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, + [174903] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3667), 1, - sym_comment, - STATE(4532), 1, + STATE(3303), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(3711), 1, + sym_comment, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4530), 2, + STATE(3302), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2097), 3, + ACTIONS(2127), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [174941] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1440), 1, + anon_sym_DASH, + ACTIONS(7163), 1, + anon_sym_DOT2, + STATE(3712), 1, + sym_comment, + STATE(3749), 1, + aux_sym_cell_path_repeat1, + STATE(3857), 1, + sym_path, + ACTIONS(1442), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173430] = 11, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [174971] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3301), 1, + sym__immediate_decimal, + STATE(3713), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3299), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2087), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175009] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3668), 1, + STATE(3326), 1, + sym__immediate_decimal, + STATE(3714), 1, sym_comment, - STATE(4440), 1, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3279), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2095), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175047] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3334), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(3715), 1, + sym_comment, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4526), 2, + STATE(3349), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2089), 3, + ACTIONS(2083), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175085] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1411), 1, + anon_sym_DASH, + ACTIONS(7175), 1, + anon_sym_DOT2, + STATE(3857), 1, + sym_path, + STATE(3716), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(1413), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173468] = 11, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [175113] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, + sym__var, + STATE(3298), 1, + sym__immediate_decimal, + STATE(3717), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3297), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2131), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175151] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6976), 1, + aux_sym_unquoted_token1, + ACTIONS(7167), 1, + anon_sym_DOLLAR, + ACTIONS(7169), 1, + anon_sym_DOT, + STATE(1129), 1, sym__var, - STATE(3669), 1, - sym_comment, - STATE(4525), 1, - sym__immediate_decimal, - ACTIONS(6934), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4519), 2, - sym_expr_parenthesized, + STATE(1340), 1, sym_val_variable, - ACTIONS(2085), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173506] = 6, + STATE(1345), 1, + sym_unquoted, + STATE(3718), 1, + sym_comment, + STATE(5485), 1, + sym__val_number_decimal, + ACTIONS(6970), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [175193] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1414), 1, - anon_sym_DASH, - ACTIONS(7063), 1, - anon_sym_DOT2, - STATE(3813), 1, - sym_path, - STATE(3670), 2, + ACTIONS(7178), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7180), 1, + aux_sym__immediate_decimal_token2, + STATE(3719), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1416), 9, + ACTIONS(2806), 3, sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2808), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -336774,377 +341696,327 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173534] = 15, + [175221] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7066), 1, - anon_sym_RPAREN, - STATE(3630), 1, + ACTIONS(7182), 1, + anon_sym_RBRACK, + STATE(3676), 1, sym_param_long_flag, - STATE(3665), 1, - aux_sym_parameter_parens_repeat1, - STATE(3671), 1, + STATE(3720), 1, sym_comment, - STATE(3799), 1, + STATE(3743), 1, + aux_sym_parameter_parens_repeat1, + STATE(3801), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [173580] = 6, + [175267] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7068), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7070), 1, - aux_sym__immediate_decimal_token2, - STATE(3672), 1, - sym_comment, - ACTIONS(2734), 3, - sym_identifier, + ACTIONS(6952), 1, anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2736), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6966), 1, + aux_sym_unquoted_token1, + ACTIONS(7097), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [173608] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7072), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7074), 1, - aux_sym__immediate_decimal_token2, - STATE(3673), 1, + ACTIONS(7099), 1, + anon_sym_DOT, + STATE(1110), 1, + sym__var, + STATE(1386), 1, + sym_val_variable, + STATE(1387), 1, + sym_unquoted, + STATE(3721), 1, sym_comment, - ACTIONS(2724), 3, - sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2726), 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, - [173636] = 15, + STATE(5551), 1, + sym__val_number_decimal, + ACTIONS(6960), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [175309] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7076), 1, - anon_sym_RBRACK, - STATE(3630), 1, + ACTIONS(7184), 1, + anon_sym_RPAREN, + STATE(3676), 1, sym_param_long_flag, - STATE(3653), 1, + STATE(3700), 1, aux_sym_parameter_parens_repeat1, - STATE(3674), 1, + STATE(3722), 1, sym_comment, - STATE(3799), 1, + STATE(3801), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [173682] = 11, + [175355] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3281), 1, - sym__immediate_decimal, - STATE(3675), 1, + STATE(3723), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4715), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3282), 2, + STATE(4710), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2057), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [173720] = 11, + ACTIONS(2095), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [175393] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3277), 1, + STATE(3368), 1, sym__immediate_decimal, - STATE(3676), 1, + STATE(3724), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3278), 2, + STATE(3367), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2061), 3, + ACTIONS(2103), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [173758] = 13, + [175431] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6826), 1, - anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6840), 1, - aux_sym_unquoted_token1, - ACTIONS(6948), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6950), 1, - anon_sym_DOT, - STATE(1035), 1, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(1185), 1, - sym_val_variable, - STATE(1186), 1, - sym_unquoted, - STATE(3677), 1, + STATE(3311), 1, + sym__immediate_decimal, + STATE(3725), 1, sym_comment, - STATE(5425), 1, - sym__val_number_decimal, - ACTIONS(6834), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [173800] = 11, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3369), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2099), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175469] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3678), 1, + STATE(3726), 1, sym_comment, - STATE(4518), 1, + STATE(4708), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4516), 2, + STATE(4705), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2053), 3, + ACTIONS(2099), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [173838] = 11, + [175507] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3679), 1, + STATE(3727), 1, sym_comment, - STATE(4515), 1, + STATE(4494), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4513), 2, + STATE(4493), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2101), 3, + ACTIONS(2131), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [173876] = 11, + [175545] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3680), 1, + STATE(3728), 1, sym_comment, - STATE(4511), 1, + STATE(4501), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4506), 2, + STATE(4500), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2049), 3, + ACTIONS(2087), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [173914] = 11, + [175583] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3681), 1, - sym_comment, - STATE(4503), 1, + STATE(3360), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(3729), 1, + sym_comment, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4502), 2, + STATE(3356), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2093), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173952] = 13, + ACTIONS(2119), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175621] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6826), 1, - anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6840), 1, - aux_sym_unquoted_token1, - ACTIONS(6948), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6950), 1, - anon_sym_DOT, - STATE(1035), 1, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(1381), 1, - sym_val_variable, - STATE(1382), 1, - sym_unquoted, - STATE(3682), 1, - sym_comment, - STATE(5425), 1, - sym__val_number_decimal, - ACTIONS(6834), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [173994] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7039), 1, - sym_identifier, - ACTIONS(7043), 1, - anon_sym_DOLLAR, - ACTIONS(7045), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, - anon_sym_DASH_DASH, - ACTIONS(7049), 1, - anon_sym_DASH, - ACTIONS(7078), 1, - anon_sym_RBRACK, - STATE(3629), 1, - aux_sym_parameter_parens_repeat1, - STATE(3630), 1, - sym_param_long_flag, - STATE(3683), 1, + STATE(3362), 1, + sym__immediate_decimal, + STATE(3730), 1, sym_comment, - STATE(3799), 1, - sym__param_name, - STATE(3827), 1, - sym_param_short_flag, - STATE(3828), 1, - sym_param_opt, - STATE(3832), 1, - sym_param_rest, - STATE(4137), 1, - sym_parameter, - [174040] = 7, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3361), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2107), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [175659] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1402), 1, + ACTIONS(1399), 1, anon_sym_DASH, - ACTIONS(7057), 1, + ACTIONS(7186), 1, anon_sym_DOT2, - STATE(3684), 1, - sym_comment, - STATE(3685), 1, - aux_sym_cell_path_repeat1, - STATE(3813), 1, + STATE(3712), 1, sym_path, - ACTIONS(1404), 9, + STATE(3731), 1, + sym_comment, + STATE(3878), 1, + sym_cell_path, + ACTIONS(1401), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -337154,43 +342026,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174070] = 7, + [175689] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1386), 1, - anon_sym_DASH, - ACTIONS(7057), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - STATE(3670), 1, - aux_sym_cell_path_repeat1, - STATE(3685), 1, + ACTIONS(7026), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3732), 1, sym_comment, - STATE(3813), 1, - sym_path, - ACTIONS(1388), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(4503), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4502), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2127), 3, anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [175727] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [174100] = 7, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7026), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3733), 1, + sym_comment, + STATE(4507), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4504), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2123), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [175765] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1421), 1, + ACTIONS(1399), 1, anon_sym_DASH, - ACTIONS(7057), 1, + ACTIONS(7163), 1, anon_sym_DOT2, - STATE(3684), 1, + STATE(3702), 1, sym_path, - STATE(3686), 1, + STATE(3734), 1, sym_comment, - STATE(3808), 1, + STATE(3878), 1, sym_cell_path, - ACTIONS(1423), 9, + ACTIONS(1401), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -337200,138 +342103,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174130] = 11, + [175795] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3309), 1, - sym__immediate_decimal, - STATE(3687), 1, - sym_comment, - ACTIONS(6876), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3305), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2093), 3, + ACTIONS(7089), 1, + anon_sym_COLON, + ACTIONS(7091), 1, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [174168] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6826), 1, + ACTIONS(7093), 1, + anon_sym_LPAREN, + ACTIONS(7095), 1, anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6886), 1, - aux_sym_unquoted_token1, - ACTIONS(7080), 1, - anon_sym_DOLLAR, - ACTIONS(7082), 1, - anon_sym_DOT, - STATE(1121), 1, - sym__var, - STATE(1460), 1, - sym_unquoted, - STATE(1463), 1, - sym_val_variable, - STATE(3688), 1, + ACTIONS(7189), 1, + anon_sym_EQ, + STATE(3735), 1, sym_comment, - STATE(5443), 1, - sym__val_number_decimal, - ACTIONS(6880), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [174210] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7039), 1, + STATE(3863), 1, + sym_param_value, + STATE(3877), 1, + sym_flag_capsule, + STATE(4053), 1, + sym_param_type, + ACTIONS(7085), 5, sym_identifier, - ACTIONS(7043), 1, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7045), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, - anon_sym_DASH, - ACTIONS(7084), 1, - anon_sym_RBRACK, - STATE(3630), 1, - sym_param_long_flag, - STATE(3689), 1, - sym_comment, - STATE(3698), 1, - aux_sym_parameter_parens_repeat1, - STATE(3799), 1, - sym__param_name, - STATE(3827), 1, - sym_param_short_flag, - STATE(3828), 1, - sym_param_opt, - STATE(3832), 1, - sym_param_rest, - STATE(4137), 1, - sym_parameter, - [174256] = 15, + [175833] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(1436), 1, + anon_sym_DASH, + ACTIONS(7163), 1, + anon_sym_DOT2, + STATE(3716), 1, + aux_sym_cell_path_repeat1, + STATE(3736), 1, + sym_comment, + STATE(3857), 1, + sym_path, + ACTIONS(1438), 9, sym_identifier, - ACTIONS(7043), 1, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7045), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, - anon_sym_DASH, - ACTIONS(7086), 1, - anon_sym_RPAREN, - STATE(3630), 1, - sym_param_long_flag, - STATE(3690), 1, - sym_comment, - STATE(3699), 1, - aux_sym_parameter_parens_repeat1, - STATE(3799), 1, - sym__param_name, - STATE(3827), 1, - sym_param_short_flag, - STATE(3828), 1, - sym_param_opt, - STATE(3832), 1, - sym_param_rest, - STATE(4137), 1, - sym_parameter, - [174302] = 7, + [175863] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1373), 1, + ACTIONS(1395), 1, anon_sym_DASH, - ACTIONS(7088), 1, + ACTIONS(7191), 1, anon_sym_DOT2, - STATE(3661), 1, + STATE(3712), 1, sym_path, - STATE(3691), 1, + STATE(3737), 1, sym_comment, - STATE(3820), 1, + STATE(3881), 1, sym_cell_path, - ACTIONS(1375), 9, + ACTIONS(1397), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -337341,325 +342176,338 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174332] = 14, + [175893] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6960), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(6963), 1, - anon_sym_PIPE, - ACTIONS(6965), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(6968), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6971), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(6974), 1, + ACTIONS(7151), 1, anon_sym_DASH, - STATE(3697), 1, + ACTIONS(7194), 1, + anon_sym_PIPE, + STATE(3706), 1, + aux_sym_parameter_parens_repeat1, + STATE(3735), 1, sym_param_long_flag, - STATE(3827), 1, + STATE(3738), 1, + sym_comment, + STATE(3851), 1, + sym__param_name, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(3833), 1, - sym__param_name, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - STATE(3692), 2, - sym_comment, - aux_sym_parameter_parens_repeat1, - [174376] = 13, + [175939] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6826), 1, - anon_sym_DASH, - ACTIONS(6830), 1, - anon_sym_PLUS, - ACTIONS(6832), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6886), 1, - aux_sym_unquoted_token1, - ACTIONS(7080), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7082), 1, - anon_sym_DOT, - STATE(1121), 1, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7026), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(1282), 1, - sym_unquoted, - STATE(1347), 1, - sym_val_variable, - STATE(3693), 1, + STATE(3739), 1, sym_comment, - STATE(5443), 1, - sym__val_number_decimal, - ACTIONS(6880), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - [174418] = 15, + STATE(4692), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4691), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2119), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [175977] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7091), 1, - anon_sym_PIPE, - STATE(3692), 1, - aux_sym_parameter_parens_repeat1, - STATE(3694), 1, - sym_comment, - STATE(3697), 1, + ACTIONS(7196), 1, + anon_sym_RPAREN, + STATE(3676), 1, sym_param_long_flag, - STATE(3827), 1, + STATE(3740), 1, + sym_comment, + STATE(3742), 1, + aux_sym_parameter_parens_repeat1, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(3833), 1, - sym__param_name, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [174464] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3670), 1, - aux_sym_cell_path_repeat1, - STATE(3695), 1, - sym_comment, - STATE(3813), 1, - sym_path, - ACTIONS(1386), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(1388), 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, - [174492] = 11, + [176023] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3312), 1, - sym__immediate_decimal, - STATE(3696), 1, + STATE(3741), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4694), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3311), 2, + STATE(4693), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2049), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [174530] = 11, + ACTIONS(2107), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [176061] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_COLON, - ACTIONS(6983), 1, - anon_sym_COMMA, - ACTIONS(6985), 1, - anon_sym_LPAREN, - ACTIONS(6987), 1, - anon_sym_DASH, - ACTIONS(7093), 1, - anon_sym_EQ, - STATE(3697), 1, - sym_comment, - STATE(3826), 1, - sym_flag_capsule, - STATE(3831), 1, - sym_param_value, - STATE(4016), 1, - sym_param_type, - ACTIONS(6977), 5, + ACTIONS(7141), 1, sym_identifier, - anon_sym_PIPE, + ACTIONS(7145), 1, anon_sym_DOLLAR, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - [174568] = 15, + ACTIONS(7151), 1, + anon_sym_DASH, + ACTIONS(7198), 1, + anon_sym_RPAREN, + STATE(3668), 1, + aux_sym_parameter_parens_repeat1, + STATE(3676), 1, + sym_param_long_flag, + STATE(3742), 1, + sym_comment, + STATE(3801), 1, + sym__param_name, + STATE(3887), 1, + sym_param_short_flag, + STATE(3888), 1, + sym_param_opt, + STATE(3890), 1, + sym_param_rest, + STATE(4185), 1, + sym_parameter, + [176107] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7095), 1, + ACTIONS(7200), 1, anon_sym_RBRACK, - STATE(3629), 1, + STATE(3668), 1, aux_sym_parameter_parens_repeat1, - STATE(3630), 1, + STATE(3676), 1, sym_param_long_flag, - STATE(3698), 1, + STATE(3743), 1, sym_comment, - STATE(3799), 1, + STATE(3801), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [174614] = 15, + [176153] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7039), 1, + ACTIONS(7141), 1, sym_identifier, - ACTIONS(7043), 1, + ACTIONS(7145), 1, anon_sym_DOLLAR, - ACTIONS(7045), 1, + ACTIONS(7147), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7047), 1, + ACTIONS(7149), 1, anon_sym_DASH_DASH, - ACTIONS(7049), 1, + ACTIONS(7151), 1, anon_sym_DASH, - ACTIONS(7097), 1, - anon_sym_RPAREN, - STATE(3629), 1, - aux_sym_parameter_parens_repeat1, - STATE(3630), 1, + ACTIONS(7202), 1, + anon_sym_RBRACK, + STATE(3676), 1, sym_param_long_flag, - STATE(3699), 1, + STATE(3696), 1, + aux_sym_parameter_parens_repeat1, + STATE(3744), 1, sym_comment, - STATE(3799), 1, + STATE(3801), 1, sym__param_name, - STATE(3827), 1, + STATE(3887), 1, sym_param_short_flag, - STATE(3828), 1, + STATE(3888), 1, sym_param_opt, - STATE(3832), 1, + STATE(3890), 1, sym_param_rest, - STATE(4137), 1, + STATE(4185), 1, sym_parameter, - [174660] = 11, + [176199] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3331), 1, + STATE(3364), 1, sym__immediate_decimal, - STATE(3700), 1, + STATE(3745), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3330), 2, + STATE(3363), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2081), 3, + ACTIONS(2091), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [174698] = 11, + [176237] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3329), 1, + STATE(3366), 1, sym__immediate_decimal, - STATE(3701), 1, + STATE(3746), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3328), 2, + STATE(3365), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2097), 3, + ACTIONS(2135), 3, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RBRACE, - [174736] = 7, + [176275] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1421), 1, - anon_sym_DASH, - ACTIONS(7099), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - STATE(3661), 1, - sym_path, - STATE(3702), 1, + ACTIONS(7026), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3747), 1, sym_comment, - STATE(3808), 1, - sym_cell_path, - ACTIONS(1423), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(4696), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4695), 2, + sym_expr_parenthesized, + sym_val_variable, + ACTIONS(2091), 3, anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [176313] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6952), 1, + anon_sym_DASH, + ACTIONS(6956), 1, + anon_sym_PLUS, + ACTIONS(6958), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6966), 1, + aux_sym_unquoted_token1, + ACTIONS(7097), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [174766] = 7, + ACTIONS(7099), 1, + anon_sym_DOT, + STATE(1110), 1, + sym__var, + STATE(1219), 1, + sym_unquoted, + STATE(1220), 1, + sym_val_variable, + STATE(3748), 1, + sym_comment, + STATE(5551), 1, + sym__val_number_decimal, + ACTIONS(6960), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + [176355] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1373), 1, + STATE(3716), 1, + aux_sym_cell_path_repeat1, + STATE(3749), 1, + sym_comment, + STATE(3857), 1, + sym_path, + ACTIONS(1436), 2, anon_sym_DASH, - ACTIONS(7057), 1, anon_sym_DOT2, - STATE(3684), 1, - sym_path, - STATE(3703), 1, - sym_comment, - STATE(3820), 1, - sym_cell_path, - ACTIONS(1375), 9, + ACTIONS(1438), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -337669,647 +342517,446 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174796] = 11, + [176383] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(4293), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3327), 1, - sym__immediate_decimal, - STATE(3704), 1, - sym_comment, - ACTIONS(6876), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3326), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2089), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [174834] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7204), 1, + anon_sym_LT, + ACTIONS(7206), 1, + anon_sym_EQ2, + ACTIONS(7208), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(3189), 1, sym__var, - STATE(3323), 1, + STATE(3310), 1, sym__immediate_decimal, - STATE(3705), 1, + STATE(3750), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(5371), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3322), 2, + STATE(3309), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2085), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [174872] = 11, + [176422] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3321), 1, - sym__immediate_decimal, - STATE(3706), 1, - sym_comment, - ACTIONS(6876), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3319), 2, - sym_expr_parenthesized, - sym_val_variable, - ACTIONS(2053), 3, - anon_sym_COMMA, + ACTIONS(2089), 1, + anon_sym_DASH, + ACTIONS(2091), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - [174910] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3244), 1, - sym__immediate_decimal, - STATE(3707), 1, + STATE(3751), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4696), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3315), 2, + STATE(4695), 2, sym_expr_parenthesized, sym_val_variable, - ACTIONS(2101), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [174948] = 12, + [176461] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4325), 1, + ACTIONS(2105), 1, + anon_sym_DASH, + ACTIONS(2107), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7102), 1, - anon_sym_LT, - ACTIONS(7104), 1, - anon_sym_EQ2, - STATE(2844), 1, + STATE(2682), 1, sym__var, - STATE(3708), 1, + STATE(3752), 1, sym_comment, - STATE(4621), 1, + STATE(4694), 1, sym__immediate_decimal, - ACTIONS(6754), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4622), 2, + STATE(4693), 2, sym_expr_parenthesized, sym_val_variable, - [174987] = 12, + [176500] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(2117), 1, + anon_sym_DASH, + ACTIONS(2119), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7106), 1, - anon_sym_LT, - ACTIONS(7108), 1, - anon_sym_EQ2, - STATE(2763), 1, + STATE(2682), 1, sym__var, - STATE(3709), 1, + STATE(3753), 1, sym_comment, - STATE(5259), 1, + STATE(4692), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5260), 2, + STATE(4691), 2, sym_expr_parenthesized, sym_val_variable, - [175026] = 12, + [176539] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4587), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(2093), 1, + anon_sym_DASH, + ACTIONS(2095), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(7110), 1, - anon_sym_LT, - ACTIONS(7112), 1, - anon_sym_EQ2, - ACTIONS(7114), 1, - aux_sym__immediate_decimal_token1, - STATE(3085), 1, - sym__var, - STATE(3259), 1, - sym__immediate_decimal, - STATE(3710), 1, - sym_comment, - ACTIONS(5265), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3260), 2, - sym_expr_parenthesized, - sym_val_variable, - [175065] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4587), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, - anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(7114), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7116), 1, - anon_sym_LT, - ACTIONS(7118), 1, - anon_sym_EQ2, - STATE(3085), 1, + STATE(2682), 1, sym__var, - STATE(3261), 1, - sym__immediate_decimal, - STATE(3711), 1, + STATE(3754), 1, sym_comment, - ACTIONS(5265), 2, + STATE(4715), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3273), 2, + STATE(4710), 2, sym_expr_parenthesized, sym_val_variable, - [175104] = 12, + [176578] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(7120), 1, + ACTIONS(2081), 1, + anon_sym_DASH, + ACTIONS(2083), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(7122), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7124), 1, - anon_sym_LT, - ACTIONS(7126), 1, - anon_sym_EQ2, - ACTIONS(7128), 1, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2310), 1, + STATE(2682), 1, sym__var, - STATE(2436), 1, - sym__immediate_decimal, - STATE(3712), 1, + STATE(3755), 1, sym_comment, - ACTIONS(4719), 2, + STATE(4720), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2440), 2, + STATE(4709), 2, sym_expr_parenthesized, sym_val_variable, - [175143] = 12, + [176617] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(301), 1, + ACTIONS(2097), 1, + anon_sym_DASH, + ACTIONS(2099), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6712), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - ACTIONS(7130), 1, - anon_sym_LT, - ACTIONS(7132), 1, - anon_sym_EQ2, - STATE(2806), 1, + STATE(2682), 1, sym__var, - STATE(3713), 1, + STATE(3756), 1, sym_comment, - STATE(4183), 1, + STATE(4708), 1, sym__immediate_decimal, - ACTIONS(6714), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4166), 2, + STATE(4705), 2, sym_expr_parenthesized, sym_val_variable, - [175182] = 10, + [176656] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(4333), 1, - anon_sym_not, - ACTIONS(6722), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7210), 1, anon_sym_DOLLAR, - ACTIONS(7134), 1, + ACTIONS(7212), 1, anon_sym_DASH, - STATE(2844), 1, + ACTIONS(7214), 1, + anon_sym_LBRACE, + STATE(2913), 1, sym__var, - STATE(3138), 1, - sym__expr_unary_minus, - STATE(3714), 1, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, + STATE(3757), 1, sym_comment, - ACTIONS(4335), 2, - anon_sym_true, - anon_sym_false, - STATE(3112), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, + STATE(3884), 1, + sym__flag, + STATE(1380), 2, + sym__blosure, sym_val_variable, - [175217] = 10, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [176695] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4531), 1, - anon_sym_LPAREN, - ACTIONS(4539), 1, + ACTIONS(4137), 1, anon_sym_not, - ACTIONS(7136), 1, + ACTIONS(7216), 1, + anon_sym_LPAREN, + ACTIONS(7218), 1, anon_sym_DOLLAR, - ACTIONS(7138), 1, + ACTIONS(7220), 1, anon_sym_DASH, - STATE(864), 1, + STATE(1782), 1, sym__var, - STATE(1011), 1, + STATE(2213), 1, sym__expr_unary_minus, - STATE(3715), 1, + STATE(3758), 1, sym_comment, - ACTIONS(4543), 2, + ACTIONS(4141), 2, anon_sym_true, anon_sym_false, - STATE(944), 4, + STATE(2217), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, - sym_val_variable, - [175252] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7070), 1, - aux_sym__immediate_decimal_token2, - STATE(3716), 1, - sym_comment, - ACTIONS(2734), 3, - sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2736), 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, - [175277] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7074), 1, - aux_sym__immediate_decimal_token2, - STATE(3717), 1, - sym_comment, - ACTIONS(2724), 3, - sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2726), 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, - [175302] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7140), 1, - aux_sym__immediate_decimal_token2, - STATE(3718), 1, - sym_comment, - ACTIONS(2933), 3, - sym_identifier, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2935), 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, - [175327] = 12, + sym_val_variable, + [176730] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6900), 1, - anon_sym_LPAREN, - ACTIONS(6906), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7142), 1, + ACTIONS(7222), 1, anon_sym_LT, - ACTIONS(7144), 1, + ACTIONS(7224), 1, anon_sym_EQ2, - STATE(3719), 1, - sym_comment, - STATE(4359), 1, + STATE(2682), 1, sym__var, - STATE(4860), 1, + STATE(3759), 1, + sym_comment, + STATE(4552), 1, sym__immediate_decimal, - ACTIONS(6908), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4861), 2, + STATE(4518), 2, sym_expr_parenthesized, sym_val_variable, - [175366] = 12, + [176769] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7146), 1, - anon_sym_LT, - ACTIONS(7148), 1, - anon_sym_EQ2, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3259), 1, - sym__immediate_decimal, - STATE(3720), 1, + STATE(3760), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4696), 1, + sym__immediate_decimal, + ACTIONS(2091), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3260), 2, + STATE(4695), 2, sym_expr_parenthesized, sym_val_variable, - [175405] = 10, + [176806] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(4010), 1, + ACTIONS(4393), 1, anon_sym_not, - ACTIONS(7150), 1, + ACTIONS(6830), 1, + anon_sym_DOLLAR, + ACTIONS(7226), 1, + anon_sym_LPAREN, + ACTIONS(7228), 1, anon_sym_DASH, - STATE(2614), 1, + STATE(2866), 1, sym__var, - STATE(3118), 1, + STATE(3007), 1, sym__expr_unary_minus, - STATE(3721), 1, + STATE(3761), 1, sym_comment, - ACTIONS(4014), 2, + ACTIONS(4397), 2, anon_sym_true, anon_sym_false, - STATE(3105), 4, + STATE(3043), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [175440] = 12, + [176841] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2101), 1, + anon_sym_DASH, + ACTIONS(2103), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7152), 1, - anon_sym_LT, - ACTIONS(7154), 1, - anon_sym_EQ2, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3261), 1, - sym__immediate_decimal, - STATE(3722), 1, + STATE(3762), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4704), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3273), 2, + STATE(4702), 2, sym_expr_parenthesized, sym_val_variable, - [175479] = 6, + [176880] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7070), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7156), 1, - anon_sym_DOT2, - STATE(3723), 1, - sym_comment, - ACTIONS(2734), 2, - sym_identifier, + ACTIONS(2121), 1, anon_sym_DASH, - ACTIONS(2736), 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, - [175506] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4465), 1, + ACTIONS(2123), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(4477), 1, - anon_sym_not, - ACTIONS(7158), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7160), 1, - anon_sym_DASH, - STATE(514), 1, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(615), 1, - sym__expr_unary_minus, - STATE(3724), 1, + STATE(3763), 1, sym_comment, - ACTIONS(4481), 2, - anon_sym_true, - anon_sym_false, - STATE(588), 4, - sym_expr_unary, + STATE(4507), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4504), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [175541] = 12, + [176919] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1951), 1, - anon_sym_DOT2, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(7162), 1, + ACTIONS(2125), 1, + anon_sym_DASH, + ACTIONS(2127), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(7164), 1, - anon_sym_LT, - ACTIONS(7166), 1, - anon_sym_EQ2, - ACTIONS(7168), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(1082), 1, + STATE(2682), 1, sym__var, - STATE(1162), 1, - sym__immediate_decimal, - STATE(3725), 1, + STATE(3764), 1, sym_comment, - ACTIONS(1959), 2, + STATE(4503), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1151), 2, + STATE(4502), 2, sym_expr_parenthesized, sym_val_variable, - [175580] = 6, + [176958] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7170), 1, - anon_sym_DOT2, - ACTIONS(7172), 1, - aux_sym__immediate_decimal_token2, - STATE(3726), 1, - sym_comment, - ACTIONS(2768), 2, - sym_identifier, + ACTIONS(2085), 1, anon_sym_DASH, - ACTIONS(2770), 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, - [175607] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4325), 1, + ACTIONS(2087), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7174), 1, - anon_sym_LT, - ACTIONS(7176), 1, - anon_sym_EQ2, - STATE(2844), 1, + STATE(2682), 1, sym__var, - STATE(3727), 1, + STATE(3765), 1, sym_comment, - STATE(4624), 1, + STATE(4501), 1, sym__immediate_decimal, - ACTIONS(6754), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4625), 2, + STATE(4500), 2, sym_expr_parenthesized, sym_val_variable, - [175646] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7070), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7178), 1, - anon_sym_DOT2, - STATE(3728), 1, - sym_comment, - ACTIONS(2734), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2736), 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, - [175673] = 6, + [176997] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7172), 1, + ACTIONS(7180), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7181), 1, + ACTIONS(7230), 1, anon_sym_DOT2, - STATE(3729), 1, + STATE(3766), 1, sym_comment, - ACTIONS(2768), 2, + ACTIONS(2806), 2, sym_identifier, anon_sym_DASH, - ACTIONS(2770), 8, + ACTIONS(2808), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -338318,592 +342965,566 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175700] = 12, + [177024] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2025), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - ACTIONS(7184), 1, + ACTIONS(7226), 1, anon_sym_LPAREN, - ACTIONS(7186), 1, + ACTIONS(7233), 1, anon_sym_LT, - ACTIONS(7188), 1, + ACTIONS(7235), 1, anon_sym_EQ2, - ACTIONS(7190), 1, - aux_sym__immediate_decimal_token1, - STATE(1146), 1, + STATE(2866), 1, sym__var, - STATE(1402), 1, - sym__immediate_decimal, - STATE(3730), 1, + STATE(3767), 1, sym_comment, - ACTIONS(2033), 2, + STATE(4381), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1394), 2, + STATE(4382), 2, sym_expr_parenthesized, sym_val_variable, - [175739] = 12, + [177063] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(2055), 1, anon_sym_DOT2, - ACTIONS(6772), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, - anon_sym_LPAREN, - ACTIONS(7194), 1, + ACTIONS(7167), 1, anon_sym_DOLLAR, - ACTIONS(7196), 1, + ACTIONS(7237), 1, + anon_sym_LPAREN, + ACTIONS(7239), 1, anon_sym_LT, - ACTIONS(7198), 1, + ACTIONS(7241), 1, anon_sym_EQ2, - STATE(2424), 1, + ACTIONS(7243), 1, + aux_sym__immediate_decimal_token1, + STATE(1129), 1, + sym__var, + STATE(1612), 1, sym__immediate_decimal, - STATE(3731), 1, + STATE(3768), 1, sym_comment, - STATE(4095), 1, - sym__var, - ACTIONS(6774), 2, + ACTIONS(2063), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2425), 2, + STATE(1613), 2, sym_expr_parenthesized, sym_val_variable, - [175778] = 10, + [177102] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4387), 1, - anon_sym_not, - ACTIONS(4569), 1, - anon_sym_LPAREN, - ACTIONS(7200), 1, + ACTIONS(2055), 1, + anon_sym_DOT2, + ACTIONS(7167), 1, anon_sym_DOLLAR, - ACTIONS(7202), 1, - anon_sym_DASH, - STATE(530), 1, + ACTIONS(7237), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7245), 1, + anon_sym_LT, + ACTIONS(7247), 1, + anon_sym_EQ2, + STATE(1129), 1, sym__var, - STATE(635), 1, - sym__expr_unary_minus, - STATE(3732), 1, + STATE(1511), 1, + sym__immediate_decimal, + STATE(3769), 1, sym_comment, - ACTIONS(4391), 2, - anon_sym_true, - anon_sym_false, - STATE(666), 4, - sym_expr_unary, + ACTIONS(2063), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1587), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [175813] = 11, + [177141] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3733), 1, + STATE(3770), 1, sym_comment, - STATE(4538), 1, + STATE(4701), 1, sym__immediate_decimal, - ACTIONS(2081), 2, + ACTIONS(2135), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4534), 2, + STATE(4698), 2, sym_expr_parenthesized, sym_val_variable, - [175850] = 11, + [177178] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3734), 1, + STATE(3771), 1, sym_comment, - STATE(4532), 1, + STATE(4704), 1, sym__immediate_decimal, - ACTIONS(2097), 2, + ACTIONS(2103), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4530), 2, + STATE(4702), 2, sym_expr_parenthesized, sym_val_variable, - [175887] = 11, + [177215] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2129), 1, + anon_sym_DASH, + ACTIONS(2131), 1, + anon_sym_LBRACE, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3735), 1, + STATE(3772), 1, sym_comment, - STATE(4440), 1, + STATE(4494), 1, sym__immediate_decimal, - ACTIONS(2089), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4526), 2, + STATE(4493), 2, sym_expr_parenthesized, sym_val_variable, - [175924] = 11, + [177254] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3736), 1, + STATE(3773), 1, sym_comment, - STATE(4525), 1, + STATE(4708), 1, sym__immediate_decimal, - ACTIONS(2085), 2, + ACTIONS(2099), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4519), 2, + STATE(4705), 2, sym_expr_parenthesized, sym_val_variable, - [175961] = 12, + [177291] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2079), 1, - anon_sym_DASH, - ACTIONS(2081), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7249), 1, + anon_sym_LT, + ACTIONS(7251), 1, + anon_sym_EQ2, + ACTIONS(7253), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(1667), 1, sym__var, - STATE(3737), 1, - sym_comment, - STATE(4538), 1, + STATE(2141), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3774), 1, + sym_comment, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4534), 2, + STATE(2142), 2, sym_expr_parenthesized, sym_val_variable, - [176000] = 12, + [177330] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2095), 1, - anon_sym_DASH, - ACTIONS(2097), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3738), 1, + STATE(3775), 1, sym_comment, - STATE(4532), 1, + STATE(4720), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(2083), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4530), 2, + STATE(4709), 2, sym_expr_parenthesized, sym_val_variable, - [176039] = 12, + [177367] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2087), 1, + ACTIONS(2133), 1, anon_sym_DASH, - ACTIONS(2089), 1, + ACTIONS(2135), 1, anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3739), 1, + STATE(3776), 1, sym_comment, - STATE(4440), 1, + STATE(4701), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4526), 2, + STATE(4698), 2, sym_expr_parenthesized, sym_val_variable, - [176078] = 12, + [177406] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2083), 1, - anon_sym_DASH, - ACTIONS(2085), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(1967), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7255), 1, + anon_sym_LPAREN, + ACTIONS(7257), 1, + anon_sym_LT, + ACTIONS(7259), 1, + anon_sym_EQ2, + ACTIONS(7261), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(1110), 1, sym__var, - STATE(3740), 1, - sym_comment, - STATE(4525), 1, + STATE(1333), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3777), 1, + sym_comment, + ACTIONS(1975), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4519), 2, + STATE(1334), 2, sym_expr_parenthesized, sym_val_variable, - [176117] = 12, + [177445] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2051), 1, - anon_sym_DASH, - ACTIONS(2053), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3741), 1, + STATE(3778), 1, sym_comment, - STATE(4518), 1, + STATE(4694), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(2107), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4516), 2, + STATE(4693), 2, sym_expr_parenthesized, sym_val_variable, - [176156] = 10, + [177482] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(4519), 1, - anon_sym_not, - ACTIONS(6736), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - ACTIONS(7204), 1, - anon_sym_DASH, - STATE(2799), 1, + ACTIONS(7226), 1, + anon_sym_LPAREN, + ACTIONS(7263), 1, + anon_sym_LT, + ACTIONS(7265), 1, + anon_sym_EQ2, + STATE(2866), 1, sym__var, - STATE(2966), 1, - sym__expr_unary_minus, - STATE(3742), 1, + STATE(3779), 1, sym_comment, - ACTIONS(4521), 2, - anon_sym_true, - anon_sym_false, - STATE(2963), 4, - sym_expr_unary, + STATE(4377), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4379), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [176191] = 12, + [177521] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(6996), 1, + anon_sym_LPAREN, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6822), 1, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, - anon_sym_LPAREN, - ACTIONS(7208), 1, - anon_sym_DOLLAR, - ACTIONS(7210), 1, + ACTIONS(7267), 1, anon_sym_LT, - ACTIONS(7212), 1, + ACTIONS(7269), 1, anon_sym_EQ2, - STATE(2616), 1, - sym__immediate_decimal, - STATE(3743), 1, - sym_comment, - STATE(4171), 1, + STATE(2775), 1, sym__var, - ACTIONS(6824), 2, + STATE(3780), 1, + sym_comment, + STATE(5379), 1, + sym__immediate_decimal, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2613), 2, + STATE(5381), 2, sym_expr_parenthesized, sym_val_variable, - [176230] = 10, + [177560] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4641), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(4649), 1, - anon_sym_not, - ACTIONS(7214), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7216), 1, - anon_sym_DASH, - STATE(891), 1, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7077), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, sym__var, - STATE(1085), 1, - sym__expr_unary_minus, - STATE(3744), 1, + STATE(3781), 1, sym_comment, - ACTIONS(4653), 2, - anon_sym_true, - anon_sym_false, - STATE(1076), 4, - sym_expr_unary, + STATE(4692), 1, + sym__immediate_decimal, + ACTIONS(2119), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4691), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [176265] = 12, + [177597] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(3998), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7218), 1, - anon_sym_LT, - ACTIONS(7220), 1, - anon_sym_EQ2, - STATE(2763), 1, + STATE(2682), 1, sym__var, - STATE(3745), 1, + STATE(3782), 1, sym_comment, - STATE(4858), 1, + STATE(4715), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + ACTIONS(2095), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4859), 2, + STATE(4710), 2, sym_expr_parenthesized, sym_val_variable, - [176304] = 4, + [177634] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7224), 1, + ACTIONS(4467), 1, + anon_sym_not, + ACTIONS(7271), 1, + anon_sym_LPAREN, + ACTIONS(7273), 1, + anon_sym_DOLLAR, + ACTIONS(7275), 1, anon_sym_DASH, - STATE(3746), 1, + STATE(722), 1, + sym__var, + STATE(776), 1, + sym__expr_unary_minus, + STATE(3783), 1, sym_comment, - ACTIONS(7222), 11, - anon_sym_EQ, + ACTIONS(4471), 2, + anon_sym_true, + anon_sym_false, + STATE(789), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [177669] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7277), 1, + anon_sym_DOT2, + ACTIONS(7280), 1, + aux_sym__immediate_decimal_token2, + STATE(3784), 1, + sym_comment, + ACTIONS(2904), 2, sym_identifier, + anon_sym_DASH, + ACTIONS(2906), 8, 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, - [176327] = 12, + [177696] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2047), 1, - anon_sym_DASH, - ACTIONS(2049), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3747), 1, + STATE(3785), 1, sym_comment, - STATE(4511), 1, + STATE(4503), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(2127), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4506), 2, + STATE(4502), 2, sym_expr_parenthesized, sym_val_variable, - [176366] = 12, + [177733] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2091), 1, - anon_sym_DASH, - ACTIONS(2093), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3748), 1, - sym_comment, - STATE(4503), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4502), 2, - sym_expr_parenthesized, - sym_val_variable, - [176405] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6762), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7194), 1, - anon_sym_DOLLAR, - ACTIONS(7226), 1, - anon_sym_LPAREN, - ACTIONS(7228), 1, - anon_sym_LT, - ACTIONS(7230), 1, - anon_sym_EQ2, - STATE(3749), 1, + STATE(3786), 1, sym_comment, - STATE(4114), 1, - sym__var, - STATE(4385), 1, - sym__immediate_decimal, - ACTIONS(6764), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4383), 2, - sym_expr_parenthesized, - sym_val_variable, - [176444] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, - anon_sym_LPAREN, - ACTIONS(7208), 1, - anon_sym_DOLLAR, - ACTIONS(7232), 1, - anon_sym_LT, - ACTIONS(7234), 1, - anon_sym_EQ2, - STATE(2621), 1, + STATE(4501), 1, sym__immediate_decimal, - STATE(3750), 1, - sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(6824), 2, + ACTIONS(2087), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2620), 2, + STATE(4500), 2, sym_expr_parenthesized, sym_val_variable, - [176483] = 11, + [177770] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3751), 1, + STATE(3787), 1, sym_comment, - STATE(4518), 1, + STATE(4494), 1, sym__immediate_decimal, - ACTIONS(2053), 2, + ACTIONS(2131), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4516), 2, + STATE(4493), 2, sym_expr_parenthesized, sym_val_variable, - [176520] = 5, + [177807] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7236), 1, + ACTIONS(7282), 1, anon_sym_QMARK2, - STATE(3752), 1, + STATE(3788), 1, sym_comment, - ACTIONS(1431), 2, + ACTIONS(1464), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1433), 9, + ACTIONS(1466), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -338913,43 +343534,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176545] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3753), 1, - sym_comment, - STATE(4515), 1, - sym__immediate_decimal, - ACTIONS(2101), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4513), 2, - sym_expr_parenthesized, - sym_val_variable, - [176582] = 5, + [177832] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7236), 1, + ACTIONS(7282), 1, anon_sym_QMARK2, - STATE(3754), 1, + STATE(3789), 1, sym_comment, - ACTIONS(1431), 2, + ACTIONS(1464), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1433), 9, + ACTIONS(1466), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -338959,933 +343554,1063 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176607] = 11, + [177857] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(7284), 1, + anon_sym_LT, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7288), 1, + anon_sym_EQ2, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(3710), 1, sym__var, - STATE(3755), 1, + STATE(3790), 1, sym_comment, - STATE(4503), 1, + STATE(4040), 1, sym__immediate_decimal, - ACTIONS(2093), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4502), 2, + STATE(4039), 2, sym_expr_parenthesized, sym_val_variable, - [176644] = 12, + [177896] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2099), 1, - anon_sym_DASH, - ACTIONS(2101), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(4653), 1, + anon_sym_not, + ACTIONS(7292), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7294), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7296), 1, + anon_sym_DASH, + STATE(894), 1, sym__var, - STATE(3756), 1, + STATE(998), 1, + sym__expr_unary_minus, + STATE(3791), 1, sym_comment, - STATE(4515), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4513), 2, + ACTIONS(4657), 2, + anon_sym_true, + anon_sym_false, + STATE(1003), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [176683] = 12, + [177931] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(7120), 1, - anon_sym_LPAREN, - ACTIONS(7122), 1, + ACTIONS(4527), 1, + anon_sym_not, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(7128), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7238), 1, - anon_sym_LT, - ACTIONS(7240), 1, - anon_sym_EQ2, - STATE(2310), 1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + ACTIONS(7300), 1, + anon_sym_DASH, + STATE(2902), 1, sym__var, - STATE(2424), 1, - sym__immediate_decimal, - STATE(3757), 1, + STATE(3186), 1, + sym__expr_unary_minus, + STATE(3792), 1, sym_comment, - ACTIONS(4719), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2425), 2, + ACTIONS(4531), 2, + anon_sym_true, + anon_sym_false, + STATE(3217), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [176722] = 11, + [177966] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(4575), 1, + anon_sym_not, + ACTIONS(7302), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7304), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7306), 1, + anon_sym_DASH, + STATE(541), 1, sym__var, - STATE(3758), 1, + STATE(678), 1, + sym__expr_unary_minus, + STATE(3793), 1, sym_comment, - STATE(4511), 1, - sym__immediate_decimal, - ACTIONS(2049), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4506), 2, + ACTIONS(4579), 2, + anon_sym_true, + anon_sym_false, + STATE(656), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [176759] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7244), 1, - anon_sym_AT, - ACTIONS(7246), 1, - anon_sym_DASH, - STATE(3759), 1, - sym_comment, - STATE(3963), 1, - sym_param_cmd, - ACTIONS(7242), 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, - [176786] = 12, + [178001] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(33), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6780), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7248), 1, + ACTIONS(7308), 1, anon_sym_LT, - ACTIONS(7250), 1, + ACTIONS(7310), 1, anon_sym_EQ2, - STATE(2898), 1, + STATE(2682), 1, sym__var, - STATE(3760), 1, + STATE(3794), 1, sym_comment, - STATE(4362), 1, + STATE(4552), 1, sym__immediate_decimal, - ACTIONS(6782), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4363), 2, + STATE(4518), 2, sym_expr_parenthesized, sym_val_variable, - [176825] = 12, + [178040] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(7252), 1, + ACTIONS(7253), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7312), 1, anon_sym_LT, - ACTIONS(7254), 1, + ACTIONS(7314), 1, anon_sym_EQ2, - ACTIONS(7256), 1, - aux_sym__immediate_decimal_token1, - STATE(1636), 1, + STATE(1667), 1, sym__var, - STATE(1912), 1, + STATE(2144), 1, sym__immediate_decimal, - STATE(3761), 1, + STATE(3795), 1, sym_comment, - ACTIONS(2905), 2, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1911), 2, + STATE(2148), 2, sym_expr_parenthesized, sym_val_variable, - [176864] = 12, + [178079] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2059), 1, - anon_sym_DASH, - ACTIONS(2061), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7316), 1, + anon_sym_LT, + ACTIONS(7318), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3762), 1, + STATE(3796), 1, sym_comment, - STATE(4442), 1, + STATE(4513), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4428), 2, + STATE(4511), 2, sym_expr_parenthesized, sym_val_variable, - [176903] = 12, + [178118] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2055), 1, - anon_sym_DASH, - ACTIONS(2057), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(3984), 1, + anon_sym_not, + ACTIONS(7320), 1, + anon_sym_DASH, + STATE(2682), 1, sym__var, - STATE(3763), 1, + STATE(3123), 1, + sym__expr_unary_minus, + STATE(3797), 1, sym_comment, - STATE(4439), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4438), 2, + ACTIONS(3988), 2, + anon_sym_true, + anon_sym_false, + STATE(3129), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [176942] = 12, + [178153] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, - anon_sym_DASH, - ACTIONS(2065), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, + ACTIONS(4323), 1, + anon_sym_not, + ACTIONS(7322), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7324), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7326), 1, + anon_sym_DASH, + STATE(2532), 1, sym__var, - STATE(3764), 1, + STATE(2811), 1, + sym__expr_unary_minus, + STATE(3798), 1, sym_comment, - STATE(4434), 1, + ACTIONS(4327), 2, + anon_sym_true, + anon_sym_false, + STATE(2824), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [178188] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4916), 1, + anon_sym_DOT2, + ACTIONS(6922), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7328), 1, + anon_sym_LPAREN, + ACTIONS(7330), 1, + anon_sym_DOLLAR, + ACTIONS(7332), 1, + anon_sym_LT, + ACTIONS(7334), 1, + anon_sym_EQ2, + STATE(2604), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3799), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4431), 2, + STATE(2603), 2, sym_expr_parenthesized, sym_val_variable, - [176981] = 12, + [178227] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2067), 1, - anon_sym_DASH, - ACTIONS(2069), 1, - anon_sym_LBRACE, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3765), 1, - sym_comment, - STATE(4421), 1, + ACTIONS(7328), 1, + anon_sym_LPAREN, + ACTIONS(7330), 1, + anon_sym_DOLLAR, + ACTIONS(7336), 1, + anon_sym_LT, + ACTIONS(7338), 1, + anon_sym_EQ2, + STATE(2601), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3800), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4423), 2, + STATE(2600), 2, sym_expr_parenthesized, sym_val_variable, - [177020] = 12, + [178266] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7087), 1, + anon_sym_EQ, + ACTIONS(7089), 1, + anon_sym_COLON, + ACTIONS(7342), 1, + anon_sym_COMMA, + ACTIONS(7344), 1, + anon_sym_DASH, + STATE(3801), 1, + sym_comment, + STATE(3883), 1, + sym_param_value, + STATE(4045), 1, + sym_param_type, + ACTIONS(7340), 6, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [178299] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(6944), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7330), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(7346), 1, anon_sym_LPAREN, - ACTIONS(7260), 1, + ACTIONS(7348), 1, anon_sym_LT, - ACTIONS(7262), 1, + ACTIONS(7350), 1, anon_sym_EQ2, - ACTIONS(7264), 1, - aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(3802), 1, + sym_comment, + STATE(4255), 1, sym__var, - STATE(1570), 1, + STATE(4473), 1, sym__immediate_decimal, - STATE(3766), 1, - sym_comment, - ACTIONS(2007), 2, + ACTIONS(6946), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1505), 2, + STATE(4472), 2, sym_expr_parenthesized, sym_val_variable, - [177059] = 11, + [178338] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7280), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7352), 1, + anon_sym_DOT2, + STATE(3803), 1, + sym_comment, + ACTIONS(2904), 2, + sym_identifier, + anon_sym_DASH, + ACTIONS(2906), 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, + [178365] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7012), 1, + anon_sym_LPAREN, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3767), 1, + ACTIONS(7354), 1, + anon_sym_LT, + ACTIONS(7356), 1, + anon_sym_EQ2, + STATE(3804), 1, sym_comment, - STATE(4442), 1, + STATE(4300), 1, + sym__var, + STATE(5003), 1, sym__immediate_decimal, - ACTIONS(2061), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4428), 2, + STATE(5037), 2, sym_expr_parenthesized, sym_val_variable, - [177096] = 10, + [178404] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4445), 1, - anon_sym_LPAREN, - ACTIONS(4453), 1, - anon_sym_not, - ACTIONS(7266), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6814), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - ACTIONS(7268), 1, - anon_sym_DASH, - STATE(695), 1, + ACTIONS(7358), 1, + anon_sym_LPAREN, + ACTIONS(7360), 1, + anon_sym_LT, + ACTIONS(7362), 1, + anon_sym_EQ2, + STATE(2833), 1, sym__var, - STATE(775), 1, - sym__expr_unary_minus, - STATE(3768), 1, + STATE(3805), 1, sym_comment, - ACTIONS(4455), 2, - anon_sym_true, - anon_sym_false, - STATE(766), 4, - sym_expr_unary, + STATE(4190), 1, + sym__immediate_decimal, + ACTIONS(6816), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4191), 2, sym_expr_parenthesized, - sym_val_bool, sym_val_variable, - [177131] = 12, + [178443] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(7180), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7364), 1, + anon_sym_DOT2, + STATE(3806), 1, + sym_comment, + ACTIONS(2806), 2, + sym_identifier, + anon_sym_DASH, + ACTIONS(2808), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(3998), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [178470] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6916), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6920), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7270), 1, + ACTIONS(7366), 1, anon_sym_LT, - ACTIONS(7272), 1, + ACTIONS(7368), 1, anon_sym_EQ2, - STATE(2763), 1, + STATE(2682), 1, sym__var, - STATE(3769), 1, + STATE(3807), 1, sym_comment, - STATE(5354), 1, + STATE(4552), 1, sym__immediate_decimal, - ACTIONS(6922), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(5350), 2, + STATE(4518), 2, sym_expr_parenthesized, sym_val_variable, - [177170] = 9, + [178509] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6979), 1, + ACTIONS(7370), 1, + anon_sym_LT, + ACTIONS(7372), 1, + anon_sym_DASH, + STATE(3808), 1, + sym_comment, + ACTIONS(5531), 10, anon_sym_EQ, - ACTIONS(6981), 1, + 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, + [178534] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7374), 1, + aux_sym__immediate_decimal_token2, + STATE(3809), 1, + sym_comment, + ACTIONS(2874), 3, + sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2876), 8, anon_sym_COLON, - ACTIONS(7276), 1, anon_sym_COMMA, - ACTIONS(7278), 1, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [178559] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7372), 1, anon_sym_DASH, - STATE(3770), 1, + ACTIONS(7376), 1, + anon_sym_LT, + STATE(3810), 1, sym_comment, - STATE(3816), 1, - sym_param_value, - STATE(3879), 1, - sym_param_type, - ACTIONS(7274), 6, + ACTIONS(5531), 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, - [177203] = 11, + [178584] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7378), 1, + anon_sym_LT, + ACTIONS(7380), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3771), 1, + STATE(3811), 1, sym_comment, - STATE(4439), 1, + STATE(4513), 1, sym__immediate_decimal, - ACTIONS(2057), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4438), 2, + STATE(4511), 2, sym_expr_parenthesized, sym_val_variable, - [177240] = 11, + [178623] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(7382), 1, + anon_sym_LT, + ACTIONS(7384), 1, + anon_sym_EQ2, + STATE(2682), 1, sym__var, - STATE(3772), 1, + STATE(3812), 1, sym_comment, - STATE(4434), 1, + STATE(4513), 1, sym__immediate_decimal, - ACTIONS(2065), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4431), 2, + STATE(4511), 2, sym_expr_parenthesized, sym_val_variable, - [177277] = 12, + [178662] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4799), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(7280), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(7282), 1, - anon_sym_DOLLAR, - ACTIONS(7284), 1, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7386), 1, anon_sym_LT, - ACTIONS(7286), 1, + ACTIONS(7388), 1, anon_sym_EQ2, - ACTIONS(7288), 1, - aux_sym__immediate_decimal_token1, - STATE(2327), 1, + STATE(2682), 1, sym__var, - STATE(2616), 1, + STATE(3310), 1, sym__immediate_decimal, - STATE(3773), 1, + STATE(3813), 1, sym_comment, - ACTIONS(4807), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2613), 2, + STATE(3309), 2, sym_expr_parenthesized, sym_val_variable, - [177316] = 12, + [178701] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4799), 1, - anon_sym_DOT2, - ACTIONS(7280), 1, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, anon_sym_LPAREN, - ACTIONS(7282), 1, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(7208), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7390), 1, + anon_sym_LT, + ACTIONS(7392), 1, + anon_sym_EQ2, + STATE(3189), 1, + sym__var, + STATE(3308), 1, + sym__immediate_decimal, + STATE(3814), 1, + sym_comment, + ACTIONS(5371), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3307), 2, + sym_expr_parenthesized, + sym_val_variable, + [178740] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(7288), 1, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7290), 1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + ACTIONS(7394), 1, anon_sym_LT, - ACTIONS(7292), 1, + ACTIONS(7396), 1, anon_sym_EQ2, - STATE(2327), 1, + STATE(2902), 1, sym__var, - STATE(2621), 1, - sym__immediate_decimal, - STATE(3774), 1, + STATE(3815), 1, sym_comment, - ACTIONS(4807), 2, + STATE(4492), 1, + sym__immediate_decimal, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2620), 2, + STATE(4519), 2, sym_expr_parenthesized, sym_val_variable, - [177355] = 11, + [178779] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(7398), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7400), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(7402), 1, + anon_sym_LT, + ACTIONS(7404), 1, + anon_sym_EQ2, + ACTIONS(7406), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2330), 1, sym__var, - STATE(3775), 1, - sym_comment, - STATE(4421), 1, + STATE(2528), 1, sym__immediate_decimal, - ACTIONS(2069), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7021), 2, + STATE(3816), 1, + sym_comment, + ACTIONS(4860), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4423), 2, + STATE(2529), 2, sym_expr_parenthesized, sym_val_variable, - [177392] = 12, + [178818] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4107), 1, + ACTIONS(7180), 1, + aux_sym__immediate_decimal_token2, + STATE(3817), 1, + sym_comment, + ACTIONS(2806), 3, + sym_identifier, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2808), 8, anon_sym_COLON, - ACTIONS(7294), 1, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7296), 1, - anon_sym_DASH, - ACTIONS(7298), 1, - anon_sym_LBRACE, - STATE(2856), 1, - sym__var, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, - STATE(3776), 1, - sym_comment, - STATE(3841), 1, - sym__flag, - STATE(1472), 2, - sym__blosure, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [177431] = 12, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [178843] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5362), 1, + ACTIONS(5492), 1, anon_sym_LPAREN, - ACTIONS(5364), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5498), 1, anon_sym_DOT2, - ACTIONS(7300), 1, + ACTIONS(7408), 1, anon_sym_LT, - ACTIONS(7302), 1, + ACTIONS(7410), 1, anon_sym_EQ2, - ACTIONS(7304), 1, + ACTIONS(7412), 1, aux_sym__immediate_decimal_token1, - STATE(3284), 1, + STATE(3357), 1, sym__var, - STATE(3440), 1, + STATE(3466), 1, sym__immediate_decimal, - STATE(3777), 1, + STATE(3818), 1, sym_comment, - ACTIONS(5376), 2, + ACTIONS(5506), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3439), 2, + STATE(3467), 2, sym_expr_parenthesized, sym_val_variable, - [177470] = 12, + [178882] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(2033), 1, + anon_sym_DOT2, + ACTIONS(7167), 1, anon_sym_DOLLAR, - ACTIONS(7306), 1, + ACTIONS(7414), 1, + anon_sym_LPAREN, + ACTIONS(7416), 1, anon_sym_LT, - ACTIONS(7308), 1, - anon_sym_DOT2, - ACTIONS(7310), 1, + ACTIONS(7418), 1, anon_sym_EQ2, - ACTIONS(7312), 1, + ACTIONS(7420), 1, aux_sym__immediate_decimal_token1, - STATE(3686), 1, + STATE(1143), 1, sym__var, - STATE(3778), 1, - sym_comment, - STATE(3958), 1, + STATE(1431), 1, sym__immediate_decimal, - ACTIONS(6666), 2, + STATE(3819), 1, + sym_comment, + ACTIONS(2041), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3959), 2, + STATE(1434), 2, sym_expr_parenthesized, sym_val_variable, - [177509] = 12, + [178921] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7314), 1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + ACTIONS(7422), 1, anon_sym_LT, - ACTIONS(7316), 1, + ACTIONS(7424), 1, anon_sym_EQ2, - STATE(2614), 1, + STATE(2902), 1, sym__var, - STATE(3779), 1, + STATE(3820), 1, sym_comment, - STATE(4447), 1, + STATE(4530), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4446), 2, + STATE(4551), 2, sym_expr_parenthesized, sym_val_variable, - [177548] = 12, + [178960] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(7318), 1, + ACTIONS(6848), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7426), 1, anon_sym_LPAREN, - ACTIONS(7320), 1, + ACTIONS(7428), 1, + anon_sym_DOLLAR, + ACTIONS(7430), 1, anon_sym_LT, - ACTIONS(7322), 1, + ACTIONS(7432), 1, anon_sym_EQ2, - ACTIONS(7324), 1, - aux_sym__immediate_decimal_token1, - STATE(1035), 1, - sym__var, - STATE(1276), 1, + STATE(2526), 1, sym__immediate_decimal, - STATE(3780), 1, + STATE(3821), 1, sym_comment, - ACTIONS(1941), 2, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1277), 2, + STATE(2527), 2, sym_expr_parenthesized, sym_val_variable, - [177587] = 12, + [178999] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(4979), 1, + anon_sym_DOT2, + ACTIONS(7434), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7436), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7326), 1, + ACTIONS(7438), 1, anon_sym_LT, - ACTIONS(7328), 1, + ACTIONS(7440), 1, anon_sym_EQ2, - STATE(2614), 1, + ACTIONS(7442), 1, + aux_sym__immediate_decimal_token1, + STATE(2353), 1, sym__var, - STATE(3781), 1, - sym_comment, - STATE(4447), 1, + STATE(2604), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3822), 1, + sym_comment, + ACTIONS(4987), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4446), 2, + STATE(2603), 2, sym_expr_parenthesized, sym_val_variable, - [177626] = 12, + [179038] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(4979), 1, + anon_sym_DOT2, + ACTIONS(7434), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7436), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7442), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7330), 1, + ACTIONS(7444), 1, anon_sym_LT, - ACTIONS(7332), 1, + ACTIONS(7446), 1, anon_sym_EQ2, - STATE(2614), 1, + STATE(2353), 1, sym__var, - STATE(3782), 1, - sym_comment, - STATE(4451), 1, + STATE(2601), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3823), 1, + sym_comment, + ACTIONS(4987), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4448), 2, + STATE(2600), 2, sym_expr_parenthesized, sym_val_variable, - [177665] = 12, + [179077] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7334), 1, + ACTIONS(7426), 1, + anon_sym_LPAREN, + ACTIONS(7428), 1, + anon_sym_DOLLAR, + ACTIONS(7448), 1, anon_sym_LT, - ACTIONS(7336), 1, + ACTIONS(7450), 1, anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3783), 1, - sym_comment, - STATE(4451), 1, + STATE(2528), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(3824), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4448), 2, + STATE(2529), 2, sym_expr_parenthesized, sym_val_variable, - [177704] = 4, + [179116] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(3784), 1, - sym_comment, - ACTIONS(2724), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(2726), 10, - sym_identifier, + ACTIONS(7087), 1, + anon_sym_EQ, + ACTIONS(7089), 1, anon_sym_COLON, + ACTIONS(7454), 1, anon_sym_COMMA, + ACTIONS(7456), 1, + anon_sym_DASH, + STATE(3825), 1, + sym_comment, + STATE(3868), 1, + sym_param_value, + STATE(3945), 1, + sym_param_type, + ACTIONS(7452), 6, + sym_identifier, 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, - [177727] = 12, + [179149] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(4864), 1, + anon_sym_DOT2, + ACTIONS(6904), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7428), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(7458), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(7338), 1, + ACTIONS(7460), 1, anon_sym_LT, - ACTIONS(7340), 1, + ACTIONS(7462), 1, anon_sym_EQ2, - ACTIONS(7342), 1, - aux_sym__immediate_decimal_token1, - STATE(3264), 1, + STATE(3826), 1, + sym_comment, + STATE(4187), 1, sym__var, - STATE(3469), 1, + STATE(4438), 1, sym__immediate_decimal, - STATE(3785), 1, - sym_comment, - ACTIONS(5458), 2, + ACTIONS(6906), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3468), 2, + STATE(4435), 2, sym_expr_parenthesized, sym_val_variable, - [177766] = 12, + [179188] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(7342), 1, + ACTIONS(6874), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7344), 1, + ACTIONS(7464), 1, + anon_sym_LPAREN, + ACTIONS(7466), 1, anon_sym_LT, - ACTIONS(7346), 1, + ACTIONS(7468), 1, anon_sym_EQ2, - STATE(3264), 1, + STATE(2893), 1, sym__var, - STATE(3473), 1, - sym__immediate_decimal, - STATE(3786), 1, + STATE(3827), 1, sym_comment, - ACTIONS(5458), 2, + STATE(4294), 1, + sym__immediate_decimal, + ACTIONS(6876), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3470), 2, + STATE(4293), 2, sym_expr_parenthesized, sym_val_variable, - [177805] = 12, + [179227] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, - anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(7264), 1, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7004), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7348), 1, + ACTIONS(7470), 1, anon_sym_LT, - ACTIONS(7350), 1, + ACTIONS(7472), 1, anon_sym_EQ2, - STATE(1121), 1, + STATE(2775), 1, sym__var, - STATE(1489), 1, - sym__immediate_decimal, - STATE(3787), 1, + STATE(3828), 1, sym_comment, - ACTIONS(2007), 2, + STATE(5299), 1, + sym__immediate_decimal, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1569), 2, + STATE(5295), 2, sym_expr_parenthesized, sym_val_variable, - [177844] = 10, + [179266] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4137), 1, + ACTIONS(4435), 1, anon_sym_not, - ACTIONS(4407), 1, + ACTIONS(7474), 1, anon_sym_LPAREN, - ACTIONS(7352), 1, + ACTIONS(7476), 1, anon_sym_DOLLAR, - ACTIONS(7354), 1, + ACTIONS(7478), 1, anon_sym_DASH, - STATE(1694), 1, + STATE(912), 1, sym__var, - STATE(2110), 1, + STATE(1069), 1, sym__expr_unary_minus, - STATE(3788), 1, + STATE(3829), 1, sym_comment, - ACTIONS(4141), 2, + ACTIONS(4439), 2, anon_sym_true, anon_sym_false, - STATE(2092), 4, + STATE(1094), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [177879] = 12, + [179301] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6654), 1, - anon_sym_DOLLAR, - ACTIONS(6668), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(7308), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(7356), 1, - anon_sym_LT, - ACTIONS(7358), 1, - anon_sym_EQ2, - ACTIONS(7360), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(3702), 1, + STATE(2682), 1, sym__var, - STATE(3789), 1, + STATE(3830), 1, sym_comment, - STATE(3829), 1, + STATE(4507), 1, sym__immediate_decimal, - ACTIONS(6678), 2, + ACTIONS(2123), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3830), 2, + STATE(4504), 2, sym_expr_parenthesized, sym_val_variable, - [177918] = 4, + [179338] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3790), 1, + STATE(3831), 1, sym_comment, - ACTIONS(2933), 2, + ACTIONS(2806), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(2935), 10, + ACTIONS(2808), 10, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -339896,241 +344621,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_EQ_GT, - [177941] = 12, + [179361] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(1985), 1, anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7362), 1, - anon_sym_LT, - ACTIONS(7364), 1, - anon_sym_EQ2, - STATE(2614), 1, - sym__var, - STATE(3791), 1, - sym_comment, - STATE(4447), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4446), 2, - sym_expr_parenthesized, - sym_val_variable, - [177980] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7097), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7366), 1, + ACTIONS(7480), 1, + anon_sym_LPAREN, + ACTIONS(7482), 1, anon_sym_LT, - ACTIONS(7368), 1, + ACTIONS(7484), 1, anon_sym_EQ2, - STATE(2614), 1, + ACTIONS(7486), 1, + aux_sym__immediate_decimal_token1, + STATE(1076), 1, sym__var, - STATE(3792), 1, - sym_comment, - STATE(4451), 1, + STATE(1204), 1, sym__immediate_decimal, - ACTIONS(7021), 2, + STATE(3832), 1, + sym_comment, + ACTIONS(1993), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4448), 2, + STATE(1205), 2, sym_expr_parenthesized, sym_val_variable, - [178019] = 12, + [179400] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, - anon_sym_DOT2, - ACTIONS(6772), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, + ACTIONS(4493), 1, + anon_sym_not, + ACTIONS(7488), 1, anon_sym_LPAREN, - ACTIONS(7194), 1, + ACTIONS(7490), 1, anon_sym_DOLLAR, - ACTIONS(7370), 1, - anon_sym_LT, - ACTIONS(7372), 1, - anon_sym_EQ2, - STATE(2436), 1, - sym__immediate_decimal, - STATE(3793), 1, - sym_comment, - STATE(4095), 1, + ACTIONS(7492), 1, + anon_sym_DASH, + STATE(517), 1, sym__var, - ACTIONS(6774), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2440), 2, - sym_expr_parenthesized, - sym_val_variable, - [178058] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6848), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7208), 1, - anon_sym_DOLLAR, - ACTIONS(7374), 1, - anon_sym_LPAREN, - ACTIONS(7376), 1, - anon_sym_LT, - ACTIONS(7378), 1, - anon_sym_EQ2, - STATE(3794), 1, + STATE(580), 1, + sym__expr_unary_minus, + STATE(3833), 1, sym_comment, - STATE(4215), 1, - sym__var, - STATE(4591), 1, - sym__immediate_decimal, - ACTIONS(6850), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4590), 2, + ACTIONS(4497), 2, + anon_sym_true, + anon_sym_false, + STATE(604), 4, + sym_expr_unary, sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [178097] = 12, + [179435] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(7308), 1, + ACTIONS(6764), 1, + anon_sym_LPAREN, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7312), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7380), 1, + ACTIONS(7494), 1, anon_sym_LT, - ACTIONS(7382), 1, + ACTIONS(7496), 1, anon_sym_EQ2, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3795), 1, + STATE(3834), 1, sym_comment, - STATE(3987), 1, + STATE(4042), 1, sym__immediate_decimal, - ACTIONS(6666), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3961), 2, + STATE(4041), 2, sym_expr_parenthesized, sym_val_variable, - [178136] = 12, + [179474] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, + ACTIONS(4852), 1, anon_sym_DOT2, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(7318), 1, + ACTIONS(7398), 1, anon_sym_LPAREN, - ACTIONS(7324), 1, + ACTIONS(7400), 1, + anon_sym_DOLLAR, + ACTIONS(7406), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7384), 1, + ACTIONS(7498), 1, anon_sym_LT, - ACTIONS(7386), 1, + ACTIONS(7500), 1, anon_sym_EQ2, - STATE(1035), 1, + STATE(2330), 1, sym__var, - STATE(1274), 1, + STATE(2526), 1, sym__immediate_decimal, - STATE(3796), 1, + STATE(3835), 1, sym_comment, - ACTIONS(1941), 2, + ACTIONS(4860), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1275), 2, + STATE(2527), 2, sym_expr_parenthesized, sym_val_variable, - [178175] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3797), 1, - sym_comment, - ACTIONS(3002), 2, - anon_sym_DASH, - anon_sym_DOT2, - ACTIONS(3004), 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, - [178198] = 5, + [179513] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7388), 1, - anon_sym_LT, - ACTIONS(7390), 1, + ACTIONS(7504), 1, anon_sym_DASH, - STATE(3798), 1, + STATE(3836), 1, sym_comment, - ACTIONS(5358), 10, + ACTIONS(7502), 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_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178223] = 9, + [179536] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6979), 1, - anon_sym_EQ, - ACTIONS(6981), 1, - anon_sym_COLON, - ACTIONS(7394), 1, - anon_sym_COMMA, - ACTIONS(7396), 1, - anon_sym_DASH, - STATE(3799), 1, - sym_comment, - STATE(3836), 1, - sym_param_value, - STATE(3903), 1, - sym_param_type, - ACTIONS(7392), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(2839), 1, + anon_sym_LPAREN, + ACTIONS(2841), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178256] = 5, + ACTIONS(2845), 1, + anon_sym_DOT2, + ACTIONS(7506), 1, + anon_sym_LT, + ACTIONS(7508), 1, + anon_sym_EQ2, + ACTIONS(7510), 1, + aux_sym__immediate_decimal_token1, + STATE(1659), 1, + sym__var, + STATE(1909), 1, + sym__immediate_decimal, + STATE(3837), 1, + sym_comment, + ACTIONS(2853), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1910), 2, + sym_expr_parenthesized, + sym_val_variable, + [179575] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7400), 1, + ACTIONS(7514), 1, anon_sym_QMARK, - ACTIONS(7402), 1, + ACTIONS(7516), 1, anon_sym_DASH, - STATE(3800), 1, + STATE(3838), 1, sym_comment, - ACTIONS(7398), 10, + ACTIONS(7512), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -340141,142 +344793,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178281] = 10, + [179600] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4255), 1, - anon_sym_LPAREN, - ACTIONS(4267), 1, - anon_sym_not, - ACTIONS(7404), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7406), 1, - anon_sym_DASH, - STATE(2442), 1, - sym__var, - STATE(2738), 1, - sym__expr_unary_minus, - STATE(3801), 1, - sym_comment, - ACTIONS(4271), 2, - anon_sym_true, - anon_sym_false, - STATE(2788), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [178316] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2868), 1, + ACTIONS(6996), 1, anon_sym_LPAREN, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2874), 1, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(7408), 1, + ACTIONS(7004), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7518), 1, anon_sym_LT, - ACTIONS(7410), 1, + ACTIONS(7520), 1, anon_sym_EQ2, - ACTIONS(7412), 1, - aux_sym__immediate_decimal_token1, - STATE(1640), 1, + STATE(2775), 1, sym__var, - STATE(1854), 1, - sym__immediate_decimal, - STATE(3802), 1, + STATE(3839), 1, sym_comment, - ACTIONS(2882), 2, + STATE(4953), 1, + sym__immediate_decimal, + ACTIONS(7006), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1855), 2, + STATE(4958), 2, sym_expr_parenthesized, sym_val_variable, - [178355] = 5, + [179639] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7390), 1, - anon_sym_DASH, - ACTIONS(7414), 1, - anon_sym_LT, - STATE(3803), 1, + STATE(3840), 1, sym_comment, - ACTIONS(5358), 10, - anon_sym_EQ, + ACTIONS(2782), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(2784), 10, 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, - [178380] = 12, + anon_sym_EQ_GT, + [179662] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(7256), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7416), 1, + ACTIONS(7522), 1, anon_sym_LT, - ACTIONS(7418), 1, + ACTIONS(7524), 1, anon_sym_EQ2, - STATE(1636), 1, + ACTIONS(7526), 1, + aux_sym__immediate_decimal_token1, + STATE(3253), 1, sym__var, - STATE(1910), 1, + STATE(3539), 1, sym__immediate_decimal, - STATE(3804), 1, + STATE(3841), 1, sym_comment, - ACTIONS(2905), 2, + ACTIONS(5559), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1909), 2, + STATE(3516), 2, sym_expr_parenthesized, sym_val_variable, - [178419] = 12, + [179701] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - ACTIONS(7420), 1, + ACTIONS(7528), 1, anon_sym_LT, - ACTIONS(7422), 1, + ACTIONS(7530), 1, anon_sym_EQ2, - STATE(2799), 1, + STATE(2682), 1, sym__var, - STATE(3805), 1, - sym_comment, - STATE(4312), 1, + STATE(3308), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + STATE(3842), 1, + sym_comment, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4313), 2, + STATE(3307), 2, sym_expr_parenthesized, sym_val_variable, - [178458] = 4, + [179740] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3806), 1, + ACTIONS(7161), 1, + aux_sym__immediate_decimal_token2, + STATE(3843), 1, sym_comment, - ACTIONS(2734), 2, + ACTIONS(2782), 3, + sym_identifier, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(2736), 10, - sym_identifier, + ACTIONS(2784), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -340285,43 +344913,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_EQ_GT, - [178481] = 12, + [179765] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, + ACTIONS(6748), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, - anon_sym_DOT2, - ACTIONS(6704), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(7424), 1, + ACTIONS(7286), 1, + anon_sym_DOT2, + ACTIONS(7532), 1, anon_sym_LT, - ACTIONS(7426), 1, + ACTIONS(7534), 1, anon_sym_EQ2, - STATE(2799), 1, + ACTIONS(7536), 1, + aux_sym__immediate_decimal_token1, + STATE(3737), 1, sym__var, - STATE(3807), 1, + STATE(3844), 1, sym_comment, - STATE(4297), 1, + STATE(3867), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6762), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4305), 2, + STATE(3869), 2, sym_expr_parenthesized, sym_val_variable, - [178520] = 4, + [179804] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3808), 1, + STATE(3845), 1, sym_comment, - ACTIONS(1461), 2, + ACTIONS(2874), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1463), 9, + ACTIONS(2876), 10, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340331,17 +344958,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178542] = 4, + anon_sym_EQ_GT, + [179827] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7430), 1, + ACTIONS(7540), 1, + anon_sym_AT, + ACTIONS(7542), 1, anon_sym_DASH, - STATE(3809), 1, + STATE(3846), 1, sym_comment, - ACTIONS(7428), 10, + STATE(3984), 1, + sym_param_cmd, + ACTIONS(7538), 9, anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -340349,87 +344980,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178564] = 4, + [179854] = 12, ACTIONS(3), 1, anon_sym_POUND, - STATE(3810), 1, - sym_comment, - ACTIONS(1488), 2, - anon_sym_DASH, + ACTIONS(1967), 1, anon_sym_DOT2, - ACTIONS(1490), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(7097), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178586] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7432), 1, - anon_sym_DASH, - STATE(3811), 1, + ACTIONS(7255), 1, + anon_sym_LPAREN, + ACTIONS(7261), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7544), 1, + anon_sym_LT, + ACTIONS(7546), 1, + anon_sym_EQ2, + STATE(1110), 1, + sym__var, + STATE(1341), 1, + sym__immediate_decimal, + STATE(3847), 1, sym_comment, - ACTIONS(5520), 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, - [178608] = 4, + ACTIONS(1975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1368), 2, + sym_expr_parenthesized, + sym_val_variable, + [179893] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7434), 1, - anon_sym_DASH, - STATE(3812), 1, - sym_comment, - ACTIONS(5522), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(5494), 1, anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178630] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3813), 1, - sym_comment, - ACTIONS(1478), 2, - anon_sym_DASH, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(1480), 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, - [178652] = 4, + ACTIONS(7526), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7548), 1, + anon_sym_LT, + ACTIONS(7550), 1, + anon_sym_EQ2, + STATE(3253), 1, + sym__var, + STATE(3505), 1, + sym__immediate_decimal, + STATE(3848), 1, + sym_comment, + ACTIONS(5559), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3497), 2, + sym_expr_parenthesized, + sym_val_variable, + [179932] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3814), 1, + STATE(3849), 1, sym_comment, - ACTIONS(1474), 2, + ACTIONS(3034), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1476), 9, + ACTIONS(3036), 10, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340439,89 +345052,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178674] = 4, + anon_sym_EQ_GT, + [179955] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7438), 1, + ACTIONS(7552), 1, anon_sym_DASH, - STATE(3815), 1, + STATE(3850), 1, sym_comment, - ACTIONS(7436), 10, + ACTIONS(5652), 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, - [178696] = 7, + [179977] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, + ACTIONS(7089), 1, anon_sym_COLON, - ACTIONS(7442), 1, + ACTIONS(7189), 1, + anon_sym_EQ, + ACTIONS(7342), 1, anon_sym_COMMA, - ACTIONS(7444), 1, + ACTIONS(7344), 1, anon_sym_DASH, - STATE(3816), 1, + STATE(3851), 1, sym_comment, - STATE(4036), 1, + STATE(3883), 1, + sym_param_value, + STATE(4060), 1, sym_param_type, - ACTIONS(7440), 7, + ACTIONS(7340), 5, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178724] = 4, + [180009] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7446), 1, + ACTIONS(7210), 1, + anon_sym_DOLLAR, + ACTIONS(7212), 1, anon_sym_DASH, - STATE(3817), 1, + ACTIONS(7214), 1, + anon_sym_LBRACE, + STATE(2913), 1, + sym__var, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, + STATE(3852), 1, sym_comment, - ACTIONS(5510), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(3853), 1, + sym__flag, + STATE(1337), 2, + sym__blosure, + sym_val_variable, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [180045] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7210), 1, anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178746] = 4, + ACTIONS(7214), 1, + anon_sym_LBRACE, + ACTIONS(7554), 1, + anon_sym_DASH, + STATE(2913), 1, + sym__var, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, + STATE(3853), 1, + sym_comment, + STATE(4259), 1, + sym__flag, + STATE(1265), 2, + sym__blosure, + sym_val_variable, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [180081] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7448), 1, + ACTIONS(7558), 1, anon_sym_DASH, - STATE(3818), 1, + STATE(3854), 1, sym_comment, - ACTIONS(5508), 10, + ACTIONS(7556), 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, - [178768] = 4, + [180103] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7452), 1, + ACTIONS(7562), 1, anon_sym_DASH, - STATE(3819), 1, + STATE(3855), 1, sym_comment, - ACTIONS(7450), 10, + ACTIONS(7560), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -340532,15 +345180,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178790] = 4, + [180125] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3820), 1, + STATE(3856), 1, sym_comment, - ACTIONS(1484), 2, + ACTIONS(1501), 2, anon_sym_DASH, anon_sym_DOT2, - ACTIONS(1486), 9, + ACTIONS(1503), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340550,41 +345198,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178812] = 11, + [180147] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7296), 1, - anon_sym_DASH, - ACTIONS(7454), 1, - anon_sym_DOLLAR, - ACTIONS(7456), 1, - anon_sym_LBRACE, - STATE(2953), 1, - sym__var, - STATE(3194), 1, - sym_block, - STATE(3195), 1, - sym_val_closure, - STATE(3821), 1, + STATE(3857), 1, sym_comment, - STATE(3844), 1, - sym__flag, - STATE(1601), 2, - sym__blosure, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [178848] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3054), 1, + ACTIONS(1485), 2, anon_sym_DASH, - ACTIONS(7458), 1, anon_sym_DOT2, - STATE(3822), 1, - sym_comment, - ACTIONS(3056), 9, + ACTIONS(1487), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340594,16 +345216,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178872] = 5, + [180169] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3048), 1, + STATE(3858), 1, + sym_comment, + ACTIONS(1511), 2, anon_sym_DASH, - ACTIONS(7460), 1, anon_sym_DOT2, - STATE(3823), 1, - sym_comment, - ACTIONS(3050), 9, + ACTIONS(1513), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340613,16 +345234,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178896] = 5, + [180191] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2973), 1, + ACTIONS(3097), 1, anon_sym_DASH, - ACTIONS(7462), 1, + ACTIONS(7564), 1, anon_sym_DOT2, - STATE(3824), 1, + STATE(3859), 1, sym_comment, - ACTIONS(2975), 9, + ACTIONS(3099), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340632,16 +345253,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178920] = 5, + [180215] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3025), 1, + ACTIONS(3103), 1, anon_sym_DASH, - ACTIONS(7464), 1, + ACTIONS(7566), 1, anon_sym_DOT2, - STATE(3825), 1, + STATE(3860), 1, sym_comment, - ACTIONS(3027), 9, + ACTIONS(3105), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340651,38 +345272,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178944] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_COLON, - ACTIONS(7093), 1, - anon_sym_EQ, - ACTIONS(7276), 1, - anon_sym_COMMA, - ACTIONS(7278), 1, - anon_sym_DASH, - STATE(3816), 1, - sym_param_value, - STATE(3826), 1, - sym_comment, - STATE(4011), 1, - sym_param_type, - ACTIONS(7274), 5, - sym_identifier, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178976] = 4, + [180239] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7468), 1, + ACTIONS(3109), 1, anon_sym_DASH, - STATE(3827), 1, + ACTIONS(7568), 1, + anon_sym_DOT2, + STATE(3861), 1, sym_comment, - ACTIONS(7466), 10, - anon_sym_EQ, + ACTIONS(3111), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340692,14 +345291,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178998] = 4, + [180263] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7472), 1, + ACTIONS(7572), 1, anon_sym_DASH, - STATE(3828), 1, + STATE(3862), 1, sym_comment, - ACTIONS(7470), 10, + ACTIONS(7570), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -340710,35 +345309,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179020] = 5, + [180285] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3010), 1, + ACTIONS(7089), 1, + anon_sym_COLON, + ACTIONS(7576), 1, + anon_sym_COMMA, + ACTIONS(7578), 1, anon_sym_DASH, - ACTIONS(7474), 1, - anon_sym_DOT2, - STATE(3829), 1, + STATE(3863), 1, sym_comment, - ACTIONS(3012), 9, + STATE(4061), 1, + sym_param_type, + ACTIONS(7574), 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, - [179044] = 5, + [180313] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2979), 1, + ACTIONS(7582), 1, anon_sym_DASH, - ACTIONS(7476), 1, - anon_sym_DOT2, - STATE(3830), 1, + STATE(3864), 1, sym_comment, - ACTIONS(2981), 9, + ACTIONS(7580), 10, + anon_sym_EQ, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340748,36 +345348,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179068] = 7, + [180335] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_COLON, - ACTIONS(7480), 1, - anon_sym_COMMA, - ACTIONS(7482), 1, + ACTIONS(7586), 1, anon_sym_DASH, - STATE(3831), 1, + STATE(3865), 1, sym_comment, - STATE(4025), 1, - sym_param_type, - ACTIONS(7478), 7, + 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, - [179096] = 4, + [180357] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7486), 1, + ACTIONS(3115), 1, anon_sym_DASH, - STATE(3832), 1, + ACTIONS(7588), 1, + anon_sym_DOT2, + STATE(3866), 1, sym_comment, - ACTIONS(7484), 10, - anon_sym_EQ, + ACTIONS(3117), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -340787,213 +345385,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179118] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6981), 1, - anon_sym_COLON, - ACTIONS(7093), 1, - anon_sym_EQ, - ACTIONS(7394), 1, - anon_sym_COMMA, - ACTIONS(7396), 1, - anon_sym_DASH, - STATE(3833), 1, - sym_comment, - STATE(3836), 1, - sym_param_value, - STATE(4057), 1, - sym_param_type, - ACTIONS(7392), 5, - sym_identifier, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [179150] = 11, + [180381] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7296), 1, + ACTIONS(3123), 1, anon_sym_DASH, - ACTIONS(7454), 1, - anon_sym_DOLLAR, - ACTIONS(7456), 1, - anon_sym_LBRACE, - STATE(2953), 1, - sym__var, - STATE(3194), 1, - sym_block, - STATE(3195), 1, - sym_val_closure, - STATE(3834), 1, - sym_comment, - STATE(3838), 1, - sym__flag, - STATE(1617), 2, - sym__blosure, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [179186] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7488), 1, - anon_sym_LT, - STATE(3835), 1, + ACTIONS(7590), 1, + anon_sym_DOT2, + STATE(3867), 1, sym_comment, - ACTIONS(5358), 10, - anon_sym_EQ, + ACTIONS(3125), 9, 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, - [179208] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6981), 1, anon_sym_COLON, - ACTIONS(7492), 1, anon_sym_COMMA, - ACTIONS(7494), 1, - anon_sym_DASH, - STATE(3836), 1, - sym_comment, - STATE(4060), 1, - sym_param_type, - ACTIONS(7490), 7, - sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179236] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7294), 1, - anon_sym_DOLLAR, - ACTIONS(7296), 1, - anon_sym_DASH, - ACTIONS(7298), 1, - anon_sym_LBRACE, - STATE(2856), 1, - sym__var, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, - STATE(3837), 1, - sym_comment, - STATE(3841), 1, - sym__flag, - STATE(1472), 2, - sym__blosure, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [179272] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_DOLLAR, - ACTIONS(7456), 1, - anon_sym_LBRACE, - ACTIONS(7496), 1, - anon_sym_DASH, - STATE(2953), 1, - sym__var, - STATE(3194), 1, - sym_block, - STATE(3195), 1, - sym_val_closure, - STATE(3838), 1, - sym_comment, - STATE(4218), 1, - sym__flag, - STATE(1618), 2, - sym__blosure, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [179308] = 4, + [180405] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7498), 1, - anon_sym_LT, - STATE(3839), 1, - sym_comment, - ACTIONS(5358), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, + ACTIONS(7089), 1, + anon_sym_COLON, + ACTIONS(7594), 1, anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [179330] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7502), 1, + ACTIONS(7596), 1, anon_sym_DASH, - STATE(3840), 1, + STATE(3868), 1, sym_comment, - ACTIONS(7500), 10, - anon_sym_EQ, + STATE(4097), 1, + sym_param_type, + ACTIONS(7592), 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, - [179352] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7294), 1, - anon_sym_DOLLAR, - ACTIONS(7296), 1, - anon_sym_DASH, - ACTIONS(7298), 1, - anon_sym_LBRACE, - STATE(2856), 1, - sym__var, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, - STATE(3841), 1, - sym_comment, - STATE(3843), 1, - sym__flag, - STATE(1458), 2, - sym__blosure, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [179388] = 4, + [180433] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7506), 1, + ACTIONS(3129), 1, anon_sym_DASH, - STATE(3842), 1, + ACTIONS(7598), 1, + anon_sym_DOT2, + STATE(3869), 1, sym_comment, - ACTIONS(7504), 10, - anon_sym_EQ, + ACTIONS(3131), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -341003,115 +345444,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179410] = 11, + [180457] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7294), 1, - anon_sym_DOLLAR, - ACTIONS(7296), 1, + ACTIONS(7554), 1, anon_sym_DASH, - ACTIONS(7298), 1, + ACTIONS(7600), 1, + anon_sym_DOLLAR, + ACTIONS(7602), 1, anon_sym_LBRACE, - STATE(2856), 1, + STATE(2982), 1, sym__var, - STATE(3120), 1, + STATE(3229), 1, sym_val_closure, - STATE(3121), 1, + STATE(3231), 1, sym_block, - STATE(3843), 1, + STATE(3870), 1, sym_comment, - STATE(3845), 1, + STATE(4261), 1, sym__flag, - STATE(1560), 2, + STATE(1538), 2, sym__blosure, sym_val_variable, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [179446] = 11, + [180493] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7296), 1, + ACTIONS(7212), 1, anon_sym_DASH, - ACTIONS(7454), 1, + ACTIONS(7600), 1, anon_sym_DOLLAR, - ACTIONS(7456), 1, + ACTIONS(7602), 1, anon_sym_LBRACE, - STATE(2953), 1, + STATE(2982), 1, sym__var, - STATE(3194), 1, - sym_block, - STATE(3195), 1, + STATE(3229), 1, sym_val_closure, - STATE(3834), 1, - sym__flag, - STATE(3844), 1, + STATE(3231), 1, + sym_block, + STATE(3871), 1, sym_comment, - STATE(1580), 2, + STATE(3885), 1, + sym__flag, + STATE(1564), 2, sym__blosure, sym_val_variable, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [179482] = 11, + [180529] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7294), 1, + ACTIONS(7212), 1, + anon_sym_DASH, + ACTIONS(7600), 1, anon_sym_DOLLAR, - ACTIONS(7298), 1, + ACTIONS(7602), 1, anon_sym_LBRACE, - ACTIONS(7496), 1, - anon_sym_DASH, - STATE(2856), 1, + STATE(2982), 1, sym__var, - STATE(3120), 1, + STATE(3229), 1, sym_val_closure, - STATE(3121), 1, + STATE(3231), 1, sym_block, - STATE(3845), 1, - sym_comment, - STATE(4149), 1, + STATE(3870), 1, sym__flag, - STATE(1415), 2, + STATE(3872), 1, + sym_comment, + STATE(1544), 2, sym__blosure, sym_val_variable, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [179518] = 12, + [180565] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(4107), 1, + ACTIONS(4161), 1, anon_sym_COLON, - ACTIONS(7508), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - ACTIONS(7510), 1, + ACTIONS(7606), 1, anon_sym_DASH, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3846), 1, + STATE(3873), 1, sym_comment, - STATE(3909), 1, + STATE(3996), 1, aux_sym_decl_def_repeat1, - STATE(4040), 1, + STATE(4095), 1, sym_val_string, - STATE(4619), 1, + STATE(4628), 1, sym_long_flag, - STATE(4998), 1, + STATE(5223), 1, sym__command_name, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [179556] = 4, + [180603] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7512), 1, + ACTIONS(7608), 1, anon_sym_DASH, - STATE(3847), 1, + STATE(3874), 1, sym_comment, - ACTIONS(5190), 10, + ACTIONS(5616), 10, anon_sym_EQ, sym_identifier, anon_sym_COMMA, @@ -341122,14 +345563,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179578] = 4, + [180625] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7390), 1, + ACTIONS(7610), 1, anon_sym_DASH, - STATE(3848), 1, + STATE(3875), 1, sym_comment, - ACTIONS(5358), 10, + ACTIONS(5618), 10, anon_sym_EQ, sym_identifier, anon_sym_COMMA, @@ -341140,31 +345581,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179600] = 4, + [180647] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3328), 1, + ACTIONS(7210), 1, + anon_sym_DOLLAR, + ACTIONS(7212), 1, anon_sym_DASH, - STATE(3849), 1, + ACTIONS(7214), 1, + anon_sym_LBRACE, + STATE(2913), 1, + sym__var, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, + STATE(3876), 1, sym_comment, - ACTIONS(3330), 9, - sym_identifier, + STATE(3884), 1, + sym__flag, + STATE(1380), 2, + sym__blosure, + sym_val_variable, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [180683] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7089), 1, anon_sym_COLON, + ACTIONS(7189), 1, + anon_sym_EQ, + ACTIONS(7454), 1, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(7456), 1, + anon_sym_DASH, + STATE(3868), 1, + sym_param_value, + STATE(3877), 1, + sym_comment, + STATE(4054), 1, + sym_param_type, + ACTIONS(7452), 5, + sym_identifier, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179621] = 4, + [180715] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3305), 1, - anon_sym_DASH, - STATE(3850), 1, + STATE(3878), 1, sym_comment, - ACTIONS(3307), 9, + ACTIONS(1507), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(1509), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -341174,39 +345647,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179642] = 10, + [180737] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(7256), 1, - aux_sym__immediate_decimal_token1, - STATE(1636), 1, - sym__var, - STATE(1899), 1, - sym__immediate_decimal, - STATE(3851), 1, + ACTIONS(7612), 1, + anon_sym_LT, + STATE(3879), 1, sym_comment, - ACTIONS(2905), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1898), 2, - sym_expr_parenthesized, - sym_val_variable, - [179675] = 4, + ACTIONS(5531), 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, + [180759] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3044), 1, - anon_sym_DASH, - STATE(3852), 1, + ACTIONS(7614), 1, + anon_sym_LT, + STATE(3880), 1, sym_comment, - ACTIONS(3046), 9, + ACTIONS(5531), 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, + [180781] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3881), 1, + sym_comment, + ACTIONS(1491), 2, + anon_sym_DASH, + anon_sym_DOT2, + ACTIONS(1493), 9, + sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -341214,14 +345701,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179696] = 4, + [180803] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3097), 1, + ACTIONS(7616), 1, anon_sym_DASH, - STATE(3853), 1, + STATE(3882), 1, sym_comment, - ACTIONS(3099), 9, + ACTIONS(5608), 10, anon_sym_EQ, sym_identifier, anon_sym_COMMA, @@ -341229,203 +345716,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179717] = 11, + [180825] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(4107), 1, + ACTIONS(7089), 1, anon_sym_COLON, - ACTIONS(7514), 1, - sym_identifier, - ACTIONS(7516), 1, + ACTIONS(7620), 1, + anon_sym_COMMA, + ACTIONS(7622), 1, anon_sym_DASH, - STATE(2614), 1, - sym__var, - STATE(3854), 1, + STATE(3883), 1, sym_comment, - STATE(4746), 1, - sym__variable_name, - STATE(4768), 1, - sym__flag, - STATE(4922), 1, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [179752] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1933), 1, - anon_sym_DOT2, - ACTIONS(6948), 1, + STATE(4058), 1, + sym_param_type, + ACTIONS(7618), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7318), 1, - anon_sym_LPAREN, - ACTIONS(7324), 1, - aux_sym__immediate_decimal_token1, - STATE(1035), 1, - sym__var, - STATE(1272), 1, - sym__immediate_decimal, - STATE(3855), 1, - sym_comment, - ACTIONS(1941), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1273), 2, - sym_expr_parenthesized, - sym_val_variable, - [179785] = 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [180853] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, - anon_sym_DOT2, - ACTIONS(6948), 1, + ACTIONS(7210), 1, anon_sym_DOLLAR, - ACTIONS(7318), 1, - anon_sym_LPAREN, - ACTIONS(7324), 1, - aux_sym__immediate_decimal_token1, - STATE(1035), 1, + ACTIONS(7212), 1, + anon_sym_DASH, + ACTIONS(7214), 1, + anon_sym_LBRACE, + STATE(2913), 1, sym__var, - STATE(1267), 1, - sym__immediate_decimal, - STATE(3856), 1, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, + STATE(3852), 1, + sym__flag, + STATE(3884), 1, sym_comment, - ACTIONS(1941), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1271), 2, - sym_expr_parenthesized, + STATE(1460), 2, + sym__blosure, sym_val_variable, - [179818] = 10, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [180889] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, - anon_sym_DOT2, - ACTIONS(6948), 1, + ACTIONS(7212), 1, + anon_sym_DASH, + ACTIONS(7600), 1, anon_sym_DOLLAR, - ACTIONS(7318), 1, - anon_sym_LPAREN, - ACTIONS(7324), 1, - aux_sym__immediate_decimal_token1, - STATE(1035), 1, + ACTIONS(7602), 1, + anon_sym_LBRACE, + STATE(2982), 1, sym__var, - STATE(1265), 1, - sym__immediate_decimal, - STATE(3857), 1, + STATE(3229), 1, + sym_val_closure, + STATE(3231), 1, + sym_block, + STATE(3872), 1, + sym__flag, + STATE(3885), 1, sym_comment, - ACTIONS(1941), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1266), 2, - sym_expr_parenthesized, + STATE(1502), 2, + sym__blosure, sym_val_variable, - [179851] = 10, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [180925] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, - anon_sym_DOT2, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(7318), 1, - anon_sym_LPAREN, - ACTIONS(7324), 1, - aux_sym__immediate_decimal_token1, - STATE(1035), 1, - sym__var, - STATE(1262), 1, - sym__immediate_decimal, - STATE(3858), 1, + ACTIONS(7624), 1, + anon_sym_DASH, + STATE(3886), 1, sym_comment, - ACTIONS(1941), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1264), 2, - sym_expr_parenthesized, - sym_val_variable, - [179884] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(5304), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7308), 1, - anon_sym_DOT2, - ACTIONS(7312), 1, - aux_sym__immediate_decimal_token1, - STATE(3686), 1, - sym__var, - STATE(3859), 1, - sym_comment, - STATE(4002), 1, - sym__immediate_decimal, - ACTIONS(6666), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4007), 2, - sym_expr_parenthesized, - sym_val_variable, - [179917] = 10, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [180947] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, - anon_sym_DOLLAR, - ACTIONS(7308), 1, - anon_sym_DOT2, - ACTIONS(7312), 1, - aux_sym__immediate_decimal_token1, - STATE(3686), 1, - sym__var, - STATE(3860), 1, + ACTIONS(7628), 1, + anon_sym_DASH, + STATE(3887), 1, sym_comment, - STATE(3980), 1, - sym__immediate_decimal, - ACTIONS(6666), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3899), 2, - sym_expr_parenthesized, - sym_val_variable, - [179950] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7626), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3861), 1, - sym_comment, - STATE(4461), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4455), 2, - sym_expr_parenthesized, - sym_val_variable, - [179983] = 4, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [180969] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7520), 1, + ACTIONS(7632), 1, anon_sym_DASH, - STATE(3862), 1, + STATE(3888), 1, sym_comment, - ACTIONS(7518), 9, + ACTIONS(7630), 10, anon_sym_EQ, sym_identifier, + anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -341433,1107 +345844,545 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [180004] = 3, + [180991] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3863), 1, + ACTIONS(7372), 1, + anon_sym_DASH, + STATE(3889), 1, sym_comment, - ACTIONS(5510), 10, + ACTIONS(5531), 10, anon_sym_EQ, sym_identifier, - anon_sym_DASH_GT, anon_sym_COMMA, - anon_sym_GT, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [180023] = 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [181013] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3864), 1, + ACTIONS(7636), 1, + anon_sym_DASH, + STATE(3890), 1, sym_comment, - STATE(4466), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4465), 2, - sym_expr_parenthesized, - sym_val_variable, - [180056] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7634), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(6916), 1, - anon_sym_DOT2, - ACTIONS(6956), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3865), 1, - sym_comment, - STATE(4472), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4469), 2, - sym_expr_parenthesized, - sym_val_variable, - [180089] = 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [181035] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(3866), 1, + STATE(3891), 1, sym_comment, - STATE(4475), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4474), 2, - sym_expr_parenthesized, - sym_val_variable, - [180122] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(7342), 1, - aux_sym__immediate_decimal_token1, - STATE(3264), 1, - sym__var, - STATE(3488), 1, + STATE(4559), 1, sym__immediate_decimal, - STATE(3867), 1, - sym_comment, - ACTIONS(5458), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3475), 2, + STATE(4554), 2, sym_expr_parenthesized, sym_val_variable, - [180155] = 10, + [181068] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(7342), 1, - aux_sym__immediate_decimal_token1, - STATE(3264), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7638), 1, + sym_identifier, + ACTIONS(7640), 1, + anon_sym_DASH, + STATE(2682), 1, sym__var, - STATE(3500), 1, - sym__immediate_decimal, - STATE(3868), 1, + STATE(3892), 1, sym_comment, - ACTIONS(5458), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3504), 2, - sym_expr_parenthesized, + STATE(4496), 1, + sym__flag, + STATE(4664), 1, + sym__variable_name, + STATE(4907), 1, sym_val_variable, - [180188] = 10, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [181103] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3869), 1, - sym_comment, - STATE(4461), 1, - sym__immediate_decimal, - ACTIONS(6934), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4455), 2, - sym_expr_parenthesized, - sym_val_variable, - [180221] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(7328), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7330), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(6932), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3870), 1, - sym_comment, - STATE(4466), 1, + STATE(2703), 1, sym__immediate_decimal, - ACTIONS(6934), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4465), 2, - sym_expr_parenthesized, - sym_val_variable, - [180254] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(6932), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3871), 1, + STATE(3893), 1, sym_comment, - STATE(4472), 1, - sym__immediate_decimal, - ACTIONS(6934), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4469), 2, - sym_expr_parenthesized, - sym_val_variable, - [180287] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(6932), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(4274), 1, sym__var, - STATE(3872), 1, - sym_comment, - STATE(4475), 1, - sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4474), 2, + STATE(2646), 2, sym_expr_parenthesized, sym_val_variable, - [180320] = 10, + [181136] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7015), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(7019), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3873), 1, - sym_comment, - STATE(4417), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4424), 2, - sym_expr_parenthesized, - sym_val_variable, - [180353] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(7328), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3874), 1, - sym_comment, - STATE(4418), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4633), 2, - sym_expr_parenthesized, - sym_val_variable, - [180386] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(7330), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(7256), 1, - aux_sym__immediate_decimal_token1, - STATE(1636), 1, - sym__var, - STATE(1915), 1, + STATE(2648), 1, sym__immediate_decimal, - STATE(3875), 1, + STATE(3894), 1, sym_comment, - ACTIONS(2905), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1913), 2, - sym_expr_parenthesized, - sym_val_variable, - [180419] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(7256), 1, - aux_sym__immediate_decimal_token1, - STATE(1636), 1, + STATE(4274), 1, sym__var, - STATE(1920), 1, - sym__immediate_decimal, - STATE(3876), 1, - sym_comment, - ACTIONS(2905), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1917), 2, + STATE(2647), 2, sym_expr_parenthesized, sym_val_variable, - [180452] = 10, + [181169] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(2893), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7256), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - STATE(1636), 1, + STATE(3710), 1, sym__var, - STATE(1924), 1, - sym__immediate_decimal, - STATE(3877), 1, + STATE(3895), 1, sym_comment, - ACTIONS(2905), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1921), 2, - sym_expr_parenthesized, - sym_val_variable, - [180485] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, - anon_sym_DOT2, - ACTIONS(7256), 1, - aux_sym__immediate_decimal_token1, - STATE(1636), 1, - sym__var, - STATE(1926), 1, + STATE(4049), 1, sym__immediate_decimal, - STATE(3878), 1, - sym_comment, - ACTIONS(2905), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1925), 2, + STATE(4047), 2, sym_expr_parenthesized, sym_val_variable, - [180518] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7442), 1, - anon_sym_COMMA, - ACTIONS(7444), 1, - anon_sym_DASH, - ACTIONS(7522), 1, - anon_sym_EQ, - STATE(3879), 1, - sym_comment, - STATE(4036), 1, - sym_param_value, - ACTIONS(7440), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [180545] = 10, + [181202] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(7308), 1, - anon_sym_DOT2, - ACTIONS(7312), 1, - aux_sym__immediate_decimal_token1, - STATE(3686), 1, - sym__var, - STATE(3880), 1, - sym_comment, - STATE(3956), 1, - sym__immediate_decimal, - ACTIONS(6666), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3957), 2, - sym_expr_parenthesized, - sym_val_variable, - [180578] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6652), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(6654), 1, - anon_sym_DOLLAR, - ACTIONS(7308), 1, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7312), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3881), 1, + STATE(3896), 1, sym_comment, - STATE(3953), 1, + STATE(3952), 1, sym__immediate_decimal, - ACTIONS(6666), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3954), 2, + STATE(3986), 2, sym_expr_parenthesized, sym_val_variable, - [180611] = 10, + [181235] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6652), 1, - anon_sym_LPAREN, - ACTIONS(6654), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(7308), 1, - anon_sym_DOT2, - ACTIONS(7312), 1, - aux_sym__immediate_decimal_token1, - STATE(3686), 1, - sym__var, - STATE(3849), 1, - sym__immediate_decimal, - STATE(3882), 1, - sym_comment, - ACTIONS(6666), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3952), 2, - sym_expr_parenthesized, - sym_val_variable, - [180644] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6652), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(6654), 1, - anon_sym_DOLLAR, - ACTIONS(7308), 1, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7312), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - STATE(3686), 1, + STATE(3710), 1, sym__var, - STATE(3883), 1, + STATE(3897), 1, sym_comment, - STATE(3949), 1, - sym__immediate_decimal, - ACTIONS(6666), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3951), 2, - sym_expr_parenthesized, - sym_val_variable, - [180677] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(7342), 1, - aux_sym__immediate_decimal_token1, - STATE(3264), 1, - sym__var, - STATE(3485), 1, + STATE(3948), 1, sym__immediate_decimal, - STATE(3884), 1, - sym_comment, - ACTIONS(5458), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3482), 2, + STATE(3949), 2, sym_expr_parenthesized, sym_val_variable, - [180710] = 10, + [181268] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(7342), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(3264), 1, - sym__var, - STATE(3489), 1, - sym__immediate_decimal, - STATE(3885), 1, - sym_comment, - ACTIONS(5458), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3487), 2, - sym_expr_parenthesized, - sym_val_variable, - [180743] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5446), 1, + ACTIONS(7426), 1, anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(7342), 1, - aux_sym__immediate_decimal_token1, - STATE(3264), 1, - sym__var, - STATE(3496), 1, - sym__immediate_decimal, - STATE(3886), 1, - sym_comment, - ACTIONS(5458), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3492), 2, - sym_expr_parenthesized, - sym_val_variable, - [180776] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(7428), 1, anon_sym_DOLLAR, - ACTIONS(5446), 1, - anon_sym_LPAREN, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(7342), 1, - aux_sym__immediate_decimal_token1, - STATE(3264), 1, - sym__var, - STATE(3490), 1, + STATE(2591), 1, sym__immediate_decimal, - STATE(3887), 1, + STATE(3898), 1, sym_comment, - ACTIONS(5458), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(3512), 2, - sym_expr_parenthesized, - sym_val_variable, - [180809] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(4121), 1, sym__var, - STATE(3888), 1, - sym_comment, - STATE(4461), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4455), 2, + STATE(2592), 2, sym_expr_parenthesized, sym_val_variable, - [180842] = 10, + [181301] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3889), 1, - sym_comment, - STATE(4466), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4465), 2, - sym_expr_parenthesized, - sym_val_variable, - [180875] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4799), 1, - anon_sym_DOT2, - ACTIONS(7280), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(7282), 1, - anon_sym_DOLLAR, - ACTIONS(7288), 1, - aux_sym__immediate_decimal_token1, - STATE(2327), 1, - sym__var, - STATE(2671), 1, - sym__immediate_decimal, - STATE(3890), 1, - sym_comment, - ACTIONS(4807), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2672), 2, - sym_expr_parenthesized, - sym_val_variable, - [180908] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4799), 1, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(7280), 1, - anon_sym_LPAREN, - ACTIONS(7282), 1, - anon_sym_DOLLAR, - ACTIONS(7288), 1, + ACTIONS(7253), 1, aux_sym__immediate_decimal_token1, - STATE(2327), 1, + STATE(1667), 1, sym__var, - STATE(2674), 1, + STATE(2129), 1, sym__immediate_decimal, - STATE(3891), 1, + STATE(3899), 1, sym_comment, - ACTIONS(4807), 2, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2675), 2, + STATE(2130), 2, sym_expr_parenthesized, sym_val_variable, - [180941] = 10, + [181334] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3892), 1, + ACTIONS(3413), 1, + anon_sym_DASH, + STATE(3900), 1, sym_comment, - STATE(4472), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4469), 2, - sym_expr_parenthesized, - sym_val_variable, - [180974] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(3415), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(7015), 1, - anon_sym_DOT2, - ACTIONS(7019), 1, - aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3893), 1, - sym_comment, - STATE(4475), 1, - sym__immediate_decimal, - ACTIONS(7021), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4474), 2, - sym_expr_parenthesized, - sym_val_variable, - [181007] = 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [181355] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, - anon_sym_DOT2, - ACTIONS(6752), 1, - aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3894), 1, - sym_comment, - STATE(4614), 1, - sym__immediate_decimal, - ACTIONS(6754), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4618), 2, - sym_expr_parenthesized, - sym_val_variable, - [181040] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4799), 1, - anon_sym_DOT2, - ACTIONS(7280), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(7282), 1, - anon_sym_DOLLAR, - ACTIONS(7288), 1, - aux_sym__immediate_decimal_token1, - STATE(2327), 1, - sym__var, - STATE(2676), 1, - sym__immediate_decimal, - STATE(3895), 1, - sym_comment, - ACTIONS(4807), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2677), 2, - sym_expr_parenthesized, - sym_val_variable, - [181073] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4799), 1, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(7280), 1, - anon_sym_LPAREN, - ACTIONS(7282), 1, - anon_sym_DOLLAR, - ACTIONS(7288), 1, + ACTIONS(7253), 1, aux_sym__immediate_decimal_token1, - STATE(2327), 1, + STATE(1667), 1, sym__var, - STATE(2679), 1, + STATE(2131), 1, sym__immediate_decimal, - STATE(3896), 1, + STATE(3901), 1, sym_comment, - ACTIONS(4807), 2, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2681), 2, + STATE(2134), 2, sym_expr_parenthesized, sym_val_variable, - [181106] = 3, + [181388] = 11, ACTIONS(3), 1, anon_sym_POUND, - STATE(3897), 1, - sym_comment, - ACTIONS(5508), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_AT, - anon_sym_LBRACE, + ACTIONS(2833), 1, anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, + anon_sym_DASH, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3902), 1, + sym_comment, + STATE(3989), 1, + aux_sym_decl_def_repeat1, + STATE(4095), 1, + sym_val_string, + STATE(4628), 1, + sym_long_flag, + STATE(5206), 1, + sym__command_name, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [181125] = 10, + [181423] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(6722), 1, - anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3898), 1, - sym_comment, - STATE(4700), 1, - sym__immediate_decimal, - ACTIONS(6754), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4585), 2, - sym_expr_parenthesized, - sym_val_variable, - [181158] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3539), 1, - anon_sym_DASH, - STATE(3899), 1, - sym_comment, - ACTIONS(3541), 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, - [181179] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3245), 1, - anon_sym_DASH, - STATE(3900), 1, - sym_comment, - ACTIONS(3247), 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, - [181200] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1465), 1, - anon_sym_DASH, - STATE(3901), 1, - sym_comment, - ACTIONS(1467), 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, - [181221] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7480), 1, - anon_sym_COMMA, - ACTIONS(7482), 1, - anon_sym_DASH, - ACTIONS(7522), 1, - anon_sym_EQ, - STATE(3902), 1, - sym_comment, - STATE(4025), 1, - sym_param_value, - ACTIONS(7478), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(7426), 1, + anon_sym_LPAREN, + ACTIONS(7428), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [181248] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7494), 1, - anon_sym_DASH, - ACTIONS(7522), 1, - anon_sym_EQ, - ACTIONS(7524), 1, - anon_sym_COMMA, + STATE(2504), 1, + sym__immediate_decimal, STATE(3903), 1, sym_comment, - STATE(4063), 1, - sym_param_value, - ACTIONS(7490), 6, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [181275] = 10, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2506), 2, + sym_expr_parenthesized, + sym_val_variable, + [181456] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, + STATE(3261), 1, + sym__immediate_decimal, STATE(3904), 1, sym_comment, - STATE(4418), 1, - sym__immediate_decimal, - ACTIONS(6958), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4633), 2, + STATE(3262), 2, sym_expr_parenthesized, sym_val_variable, - [181308] = 10, + [181489] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6772), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, + ACTIONS(7328), 1, anon_sym_LPAREN, - ACTIONS(7194), 1, + ACTIONS(7330), 1, anon_sym_DOLLAR, - STATE(2482), 1, + STATE(2641), 1, sym__immediate_decimal, STATE(3905), 1, sym_comment, - STATE(4095), 1, + STATE(4274), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2481), 2, + STATE(2640), 2, sym_expr_parenthesized, sym_val_variable, - [181341] = 10, + [181522] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, anon_sym_DOT2, - ACTIONS(6772), 1, + ACTIONS(7253), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, - anon_sym_LPAREN, - ACTIONS(7194), 1, - anon_sym_DOLLAR, - STATE(2485), 1, + STATE(1667), 1, + sym__var, + STATE(2135), 1, sym__immediate_decimal, STATE(3906), 1, sym_comment, - STATE(4095), 1, - sym__var, - ACTIONS(6774), 2, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2484), 2, + STATE(2136), 2, sym_expr_parenthesized, sym_val_variable, - [181374] = 10, + [181555] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, anon_sym_DOT2, - ACTIONS(6772), 1, + ACTIONS(7208), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, - anon_sym_LPAREN, - ACTIONS(7194), 1, - anon_sym_DOLLAR, - STATE(2488), 1, + STATE(3189), 1, + sym__var, + STATE(3335), 1, sym__immediate_decimal, STATE(3907), 1, sym_comment, - STATE(4095), 1, - sym__var, - ACTIONS(6774), 2, + ACTIONS(5371), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2417), 2, + STATE(3333), 2, sym_expr_parenthesized, sym_val_variable, - [181407] = 11, + [181588] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, - anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(7208), 1, + aux_sym__immediate_decimal_token1, + STATE(3189), 1, + sym__var, + STATE(3339), 1, + sym__immediate_decimal, STATE(3908), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4160), 1, - aux_sym_decl_def_repeat1, - STATE(4619), 1, - sym_long_flag, - STATE(4992), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [181442] = 11, + ACTIONS(5371), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3337), 2, + sym_expr_parenthesized, + sym_val_variable, + [181621] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, - anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(7208), 1, + aux_sym__immediate_decimal_token1, + STATE(3189), 1, + sym__var, + STATE(3341), 1, + sym__immediate_decimal, STATE(3909), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4160), 1, - aux_sym_decl_def_repeat1, - STATE(4619), 1, - sym_long_flag, - STATE(4994), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [181477] = 4, + ACTIONS(5371), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3340), 2, + sym_expr_parenthesized, + sym_val_variable, + [181654] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3145), 1, - anon_sym_DASH, + ACTIONS(4293), 1, + anon_sym_DOLLAR, + ACTIONS(5359), 1, + anon_sym_LPAREN, + ACTIONS(5363), 1, + anon_sym_DOT2, + ACTIONS(7208), 1, + aux_sym__immediate_decimal_token1, + STATE(3189), 1, + sym__var, + STATE(3343), 1, + sym__immediate_decimal, STATE(3910), 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, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [181498] = 4, + ACTIONS(5371), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3342), 2, + sym_expr_parenthesized, + sym_val_variable, + [181687] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3149), 1, - anon_sym_DASH, STATE(3911), 1, sym_comment, - ACTIONS(3151), 9, + ACTIONS(5531), 10, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [181519] = 4, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [181706] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3153), 1, - anon_sym_DASH, + ACTIONS(2841), 1, + anon_sym_DOLLAR, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(7253), 1, + aux_sym__immediate_decimal_token1, + STATE(1667), 1, + sym__var, + STATE(2137), 1, + sym__immediate_decimal, STATE(3912), 1, sym_comment, - ACTIONS(3155), 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, - [181540] = 4, + ACTIONS(2892), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2138), 2, + sym_expr_parenthesized, + sym_val_variable, + [181739] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3157), 1, + ACTIONS(3303), 1, anon_sym_DASH, STATE(3913), 1, sym_comment, - ACTIONS(3159), 9, + ACTIONS(3305), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342543,14 +346392,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181561] = 4, + [181760] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3161), 1, + ACTIONS(3307), 1, anon_sym_DASH, STATE(3914), 1, sym_comment, - ACTIONS(3163), 9, + ACTIONS(3309), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342560,14 +346409,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181582] = 4, + [181781] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3165), 1, + ACTIONS(3323), 1, anon_sym_DASH, STATE(3915), 1, sym_comment, - ACTIONS(3167), 9, + ACTIONS(3325), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342577,14 +346426,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181603] = 4, + [181802] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3169), 1, + ACTIONS(3327), 1, anon_sym_DASH, STATE(3916), 1, sym_comment, - ACTIONS(3171), 9, + ACTIONS(3329), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342594,37 +346443,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181624] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(6722), 1, - anon_sym_DOLLAR, - ACTIONS(6748), 1, - anon_sym_DOT2, - ACTIONS(6752), 1, - aux_sym__immediate_decimal_token1, - STATE(2844), 1, - sym__var, - STATE(3917), 1, - sym_comment, - STATE(4610), 1, - sym__immediate_decimal, - ACTIONS(6754), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(4611), 2, - sym_expr_parenthesized, - sym_val_variable, - [181657] = 4, + [181823] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3173), 1, + ACTIONS(3331), 1, anon_sym_DASH, - STATE(3918), 1, + STATE(3917), 1, sym_comment, - ACTIONS(3175), 9, + ACTIONS(3333), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342634,14 +346460,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181678] = 4, + [181844] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3183), 1, + ACTIONS(3335), 1, anon_sym_DASH, - STATE(3919), 1, + STATE(3918), 1, sym_comment, - ACTIONS(3185), 9, + ACTIONS(3337), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342651,14 +346477,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181699] = 4, + [181865] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3225), 1, + ACTIONS(3341), 1, anon_sym_DASH, - STATE(3920), 1, + STATE(3919), 1, sym_comment, - ACTIONS(3227), 9, + ACTIONS(3343), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342668,301 +346494,307 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181720] = 10, + [181886] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, - anon_sym_LPAREN, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(6916), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6956), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3921), 1, - sym_comment, - STATE(4417), 1, + ACTIONS(7328), 1, + anon_sym_LPAREN, + ACTIONS(7330), 1, + anon_sym_DOLLAR, + STATE(2700), 1, sym__immediate_decimal, - ACTIONS(6958), 2, + STATE(3920), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4424), 2, + STATE(2713), 2, sym_expr_parenthesized, sym_val_variable, - [181753] = 10, + [181919] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, + anon_sym_DASH, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3921), 1, + sym_comment, + STATE(4095), 1, + sym_val_string, + STATE(4196), 1, + aux_sym_decl_def_repeat1, + STATE(4628), 1, + sym_long_flag, + STATE(5272), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [181954] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + STATE(2902), 1, sym__var, STATE(3922), 1, sym_comment, - STATE(4607), 1, + STATE(4788), 1, sym__immediate_decimal, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4609), 2, + STATE(4595), 2, sym_expr_parenthesized, sym_val_variable, - [181786] = 4, + [181987] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3233), 1, - anon_sym_DASH, - STATE(3923), 1, - sym_comment, - ACTIONS(3235), 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, - [181807] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4325), 1, - anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(6820), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(6856), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(6860), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + STATE(2902), 1, sym__var, - STATE(3924), 1, + STATE(3923), 1, sym_comment, - STATE(4612), 1, + STATE(4786), 1, sym__immediate_decimal, - ACTIONS(6754), 2, + ACTIONS(6862), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4613), 2, + STATE(4787), 2, sym_expr_parenthesized, sym_val_variable, - [181840] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3237), 1, - anon_sym_DASH, - STATE(3925), 1, - sym_comment, - ACTIONS(3239), 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, - [181861] = 10, + [182020] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6772), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, + ACTIONS(7426), 1, anon_sym_LPAREN, - ACTIONS(7194), 1, + ACTIONS(7428), 1, anon_sym_DOLLAR, - STATE(2537), 1, + STATE(2511), 1, sym__immediate_decimal, - STATE(3926), 1, + STATE(3924), 1, sym_comment, - STATE(4095), 1, + STATE(4121), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2542), 2, + STATE(2513), 2, sym_expr_parenthesized, sym_val_variable, - [181894] = 10, + [182053] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(4916), 1, anon_sym_DOT2, - ACTIONS(6772), 1, + ACTIONS(6922), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, + ACTIONS(7328), 1, anon_sym_LPAREN, - ACTIONS(7194), 1, + ACTIONS(7330), 1, anon_sym_DOLLAR, - STATE(2544), 1, + STATE(2597), 1, sym__immediate_decimal, - STATE(3927), 1, + STATE(3925), 1, sym_comment, - STATE(4095), 1, + STATE(4274), 1, sym__var, - ACTIONS(6774), 2, + ACTIONS(6924), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2546), 2, + STATE(2642), 2, sym_expr_parenthesized, sym_val_variable, - [181927] = 10, + [182086] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, - sym__var, - STATE(3291), 1, + ACTIONS(7426), 1, + anon_sym_LPAREN, + ACTIONS(7428), 1, + anon_sym_DOLLAR, + STATE(2481), 1, sym__immediate_decimal, - STATE(3928), 1, + STATE(3926), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3272), 2, + STATE(2510), 2, sym_expr_parenthesized, sym_val_variable, - [181960] = 10, + [182119] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, + ACTIONS(2055), 1, anon_sym_DOT2, - ACTIONS(6948), 1, + ACTIONS(7167), 1, anon_sym_DOLLAR, - ACTIONS(7318), 1, + ACTIONS(7237), 1, anon_sym_LPAREN, - ACTIONS(7324), 1, + ACTIONS(7243), 1, aux_sym__immediate_decimal_token1, - STATE(1035), 1, + STATE(1129), 1, sym__var, - STATE(1351), 1, + STATE(1469), 1, sym__immediate_decimal, - STATE(3929), 1, + STATE(3927), 1, sym_comment, - ACTIONS(1941), 2, + ACTIONS(2063), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1352), 2, + STATE(1615), 2, sym_expr_parenthesized, sym_val_variable, - [181993] = 10, + [182152] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6822), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, + ACTIONS(7426), 1, anon_sym_LPAREN, - ACTIONS(7208), 1, + ACTIONS(7428), 1, anon_sym_DOLLAR, - STATE(2679), 1, + STATE(2499), 1, sym__immediate_decimal, - STATE(3930), 1, + STATE(3928), 1, sym_comment, - STATE(4171), 1, + STATE(4121), 1, sym__var, - ACTIONS(6824), 2, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2681), 2, + STATE(2502), 2, sym_expr_parenthesized, sym_val_variable, - [182026] = 10, + [182185] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, - anon_sym_LPAREN, - ACTIONS(7208), 1, + ACTIONS(3345), 1, + anon_sym_DASH, + STATE(3929), 1, + sym_comment, + ACTIONS(3347), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - STATE(2676), 1, - sym__immediate_decimal, - STATE(3931), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [182206] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3349), 1, + anon_sym_DASH, + STATE(3930), 1, sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(6824), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2677), 2, - sym_expr_parenthesized, - sym_val_variable, - [182059] = 10, + ACTIONS(3351), 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, + [182227] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, - anon_sym_LPAREN, - ACTIONS(7208), 1, + ACTIONS(3353), 1, + anon_sym_DASH, + STATE(3931), 1, + sym_comment, + ACTIONS(3355), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - STATE(2674), 1, - sym__immediate_decimal, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [182248] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3357), 1, + anon_sym_DASH, STATE(3932), 1, sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(6824), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2675), 2, - sym_expr_parenthesized, - sym_val_variable, - [182092] = 10, + ACTIONS(3359), 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, + [182269] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, - anon_sym_DOT2, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, - anon_sym_LPAREN, - ACTIONS(7208), 1, - anon_sym_DOLLAR, - STATE(2671), 1, - sym__immediate_decimal, + ACTIONS(3361), 1, + anon_sym_DASH, STATE(3933), 1, sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(6824), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(2672), 2, - sym_expr_parenthesized, - sym_val_variable, - [182125] = 4, + ACTIONS(3363), 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, + [182290] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3241), 1, + ACTIONS(3365), 1, anon_sym_DASH, STATE(3934), 1, sym_comment, - ACTIONS(3243), 9, + ACTIONS(3367), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342972,14 +346804,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182146] = 4, + [182311] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3249), 1, + ACTIONS(3369), 1, anon_sym_DASH, STATE(3935), 1, sym_comment, - ACTIONS(3251), 9, + ACTIONS(3371), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -342989,14 +346821,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182167] = 4, + [182332] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3253), 1, + ACTIONS(3373), 1, anon_sym_DASH, STATE(3936), 1, sym_comment, - ACTIONS(3255), 9, + ACTIONS(3375), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343006,14 +346838,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182188] = 4, + [182353] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3257), 1, + ACTIONS(3381), 1, anon_sym_DASH, STATE(3937), 1, sym_comment, - ACTIONS(3259), 9, + ACTIONS(3383), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343023,14 +346855,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182209] = 4, + [182374] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3261), 1, + ACTIONS(3385), 1, anon_sym_DASH, STATE(3938), 1, sym_comment, - ACTIONS(3263), 9, + ACTIONS(3387), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343040,109 +346872,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182230] = 10, + [182395] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1933), 1, - anon_sym_DOT2, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(7318), 1, - anon_sym_LPAREN, - ACTIONS(7324), 1, - aux_sym__immediate_decimal_token1, - STATE(1035), 1, - sym__var, - STATE(1361), 1, - sym__immediate_decimal, + ACTIONS(3393), 1, + anon_sym_DASH, STATE(3939), 1, sym_comment, - ACTIONS(1941), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - STATE(1362), 2, - sym_expr_parenthesized, - sym_val_variable, - [182263] = 11, + ACTIONS(3395), 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, + [182416] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, + ACTIONS(3397), 1, anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3908), 1, - aux_sym_decl_def_repeat1, STATE(3940), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4619), 1, - sym_long_flag, - STATE(4995), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [182298] = 11, + ACTIONS(3399), 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, + [182437] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, + ACTIONS(3405), 1, anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, STATE(3941), 1, sym_comment, - STATE(3960), 1, - aux_sym_decl_def_repeat1, - STATE(4040), 1, - sym_val_string, - STATE(4619), 1, - sym_long_flag, - STATE(4924), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [182333] = 11, + ACTIONS(3407), 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, + [182458] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, + ACTIONS(3409), 1, anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3909), 1, - aux_sym_decl_def_repeat1, STATE(3942), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4619), 1, - sym_long_flag, - STATE(4998), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [182368] = 4, + ACTIONS(3411), 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, + [182479] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3265), 1, + ACTIONS(3694), 1, anon_sym_DASH, STATE(3943), 1, sym_comment, - ACTIONS(3267), 9, + ACTIONS(3696), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343152,14 +346957,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182389] = 4, + [182500] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3269), 1, + ACTIONS(3417), 1, anon_sym_DASH, STATE(3944), 1, sym_comment, - ACTIONS(3271), 9, + ACTIONS(3419), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343169,54 +346974,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182410] = 4, + [182521] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3273), 1, + ACTIONS(7594), 1, + anon_sym_COMMA, + ACTIONS(7596), 1, anon_sym_DASH, + ACTIONS(7642), 1, + anon_sym_EQ, STATE(3945), 1, sym_comment, - ACTIONS(3275), 9, + STATE(4097), 1, + sym_param_value, + ACTIONS(7592), 6, 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, - [182431] = 10, + [182548] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2870), 1, - anon_sym_DOLLAR, - ACTIONS(2893), 1, - anon_sym_LPAREN, - ACTIONS(2897), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(7256), 1, + ACTIONS(7434), 1, + anon_sym_LPAREN, + ACTIONS(7436), 1, + anon_sym_DOLLAR, + ACTIONS(7442), 1, aux_sym__immediate_decimal_token1, - STATE(1636), 1, + STATE(2353), 1, sym__var, - STATE(1897), 1, + STATE(2648), 1, sym__immediate_decimal, STATE(3946), 1, sym_comment, - ACTIONS(2905), 2, + ACTIONS(4987), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1896), 2, + STATE(2647), 2, sym_expr_parenthesized, sym_val_variable, - [182464] = 4, + [182581] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3309), 1, + ACTIONS(3425), 1, anon_sym_DASH, STATE(3947), 1, sym_comment, - ACTIONS(3311), 9, + ACTIONS(3427), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343226,14 +347034,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182485] = 4, + [182602] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3313), 1, + ACTIONS(3429), 1, anon_sym_DASH, STATE(3948), 1, sym_comment, - ACTIONS(3315), 9, + ACTIONS(3431), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343243,14 +347051,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182506] = 4, + [182623] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3317), 1, + ACTIONS(3433), 1, anon_sym_DASH, STATE(3949), 1, sym_comment, - ACTIONS(3319), 9, + ACTIONS(3435), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343260,31 +347068,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182527] = 4, + [182644] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7528), 1, - anon_sym_DASH, + ACTIONS(2055), 1, + anon_sym_DOT2, + ACTIONS(7167), 1, + anon_sym_DOLLAR, + ACTIONS(7237), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + aux_sym__immediate_decimal_token1, + STATE(1129), 1, + sym__var, + STATE(1611), 1, + sym__immediate_decimal, STATE(3950), 1, sym_comment, - ACTIONS(7526), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2063), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1604), 2, + sym_expr_parenthesized, + sym_val_variable, + [182677] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2055), 1, + anon_sym_DOT2, + ACTIONS(7167), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [182548] = 4, + ACTIONS(7237), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + aux_sym__immediate_decimal_token1, + STATE(1129), 1, + sym__var, + STATE(1530), 1, + sym__immediate_decimal, + STATE(3951), 1, + sym_comment, + ACTIONS(2063), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1528), 2, + sym_expr_parenthesized, + sym_val_variable, + [182710] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3324), 1, + ACTIONS(3437), 1, anon_sym_DASH, - STATE(3951), 1, + STATE(3952), 1, sym_comment, - ACTIONS(3326), 9, + ACTIONS(3439), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343294,16 +347131,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182569] = 4, + [182731] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3335), 1, + sym__immediate_decimal, + STATE(3953), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3333), 2, + sym_expr_parenthesized, + sym_val_variable, + [182764] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3339), 1, + sym__immediate_decimal, + STATE(3954), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3337), 2, + sym_expr_parenthesized, + sym_val_variable, + [182797] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3341), 1, + sym__immediate_decimal, + STATE(3955), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3340), 2, + sym_expr_parenthesized, + sym_val_variable, + [182830] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(6978), 1, + anon_sym_LPAREN, + ACTIONS(6984), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3343), 1, + sym__immediate_decimal, + STATE(3956), 1, + sym_comment, + ACTIONS(6986), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3342), 2, + sym_expr_parenthesized, + sym_val_variable, + [182863] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4916), 1, + anon_sym_DOT2, + ACTIONS(6922), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7328), 1, + anon_sym_LPAREN, + ACTIONS(7330), 1, + anon_sym_DOLLAR, + STATE(2716), 1, + sym__immediate_decimal, + STATE(3957), 1, + sym_comment, + STATE(4274), 1, + sym__var, + ACTIONS(6924), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2714), 2, + sym_expr_parenthesized, + sym_val_variable, + [182896] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3332), 1, + ACTIONS(3226), 1, anon_sym_DASH, - STATE(3952), 1, + STATE(3958), 1, sym_comment, - ACTIONS(3334), 9, + ACTIONS(3228), 9, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -343311,16 +347263,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182590] = 4, + [182917] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3336), 1, + ACTIONS(3220), 1, anon_sym_DASH, - STATE(3953), 1, + STATE(3959), 1, sym_comment, - ACTIONS(3338), 9, + ACTIONS(3222), 9, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -343328,90 +347280,423 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182611] = 4, + [182938] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3348), 1, - anon_sym_DASH, - STATE(3954), 1, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, + anon_sym_DOLLAR, + ACTIONS(7226), 1, + anon_sym_LPAREN, + STATE(2866), 1, + sym__var, + STATE(3960), 1, + sym_comment, + STATE(4403), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4404), 2, + sym_expr_parenthesized, + sym_val_variable, + [182971] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, + anon_sym_DOLLAR, + ACTIONS(7226), 1, + anon_sym_LPAREN, + STATE(2866), 1, + sym__var, + STATE(3961), 1, + sym_comment, + STATE(4400), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4402), 2, + sym_expr_parenthesized, + sym_val_variable, + [183004] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(7398), 1, + anon_sym_LPAREN, + ACTIONS(7400), 1, + anon_sym_DOLLAR, + ACTIONS(7406), 1, + aux_sym__immediate_decimal_token1, + STATE(2330), 1, + sym__var, + STATE(2511), 1, + sym__immediate_decimal, + STATE(3962), 1, + sym_comment, + ACTIONS(4860), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2513), 2, + sym_expr_parenthesized, + sym_val_variable, + [183037] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(7398), 1, + anon_sym_LPAREN, + ACTIONS(7400), 1, + anon_sym_DOLLAR, + ACTIONS(7406), 1, + aux_sym__immediate_decimal_token1, + STATE(2330), 1, + sym__var, + STATE(2481), 1, + sym__immediate_decimal, + STATE(3963), 1, + sym_comment, + ACTIONS(4860), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2510), 2, + sym_expr_parenthesized, + sym_val_variable, + [183070] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(7398), 1, + anon_sym_LPAREN, + ACTIONS(7400), 1, + anon_sym_DOLLAR, + ACTIONS(7406), 1, + aux_sym__immediate_decimal_token1, + STATE(2330), 1, + sym__var, + STATE(2504), 1, + sym__immediate_decimal, + STATE(3964), 1, + sym_comment, + ACTIONS(4860), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2506), 2, + sym_expr_parenthesized, + sym_val_variable, + [183103] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4852), 1, + anon_sym_DOT2, + ACTIONS(7398), 1, + anon_sym_LPAREN, + ACTIONS(7400), 1, + anon_sym_DOLLAR, + ACTIONS(7406), 1, + aux_sym__immediate_decimal_token1, + STATE(2330), 1, + sym__var, + STATE(2499), 1, + sym__immediate_decimal, + STATE(3965), 1, + sym_comment, + ACTIONS(4860), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(2502), 2, + sym_expr_parenthesized, + sym_val_variable, + [183136] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1967), 1, + anon_sym_DOT2, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7255), 1, + anon_sym_LPAREN, + ACTIONS(7261), 1, + aux_sym__immediate_decimal_token1, + STATE(1110), 1, + sym__var, + STATE(1417), 1, + sym__immediate_decimal, + STATE(3966), 1, + sym_comment, + ACTIONS(1975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1418), 2, + sym_expr_parenthesized, + sym_val_variable, + [183169] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1967), 1, + anon_sym_DOT2, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7255), 1, + anon_sym_LPAREN, + ACTIONS(7261), 1, + aux_sym__immediate_decimal_token1, + STATE(1110), 1, + sym__var, + STATE(1415), 1, + sym__immediate_decimal, + STATE(3967), 1, + sym_comment, + ACTIONS(1975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1416), 2, + sym_expr_parenthesized, + sym_val_variable, + [183202] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + STATE(2902), 1, + sym__var, + STATE(3968), 1, sym_comment, - ACTIONS(3350), 9, + STATE(4490), 1, + sym__immediate_decimal, + ACTIONS(6862), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4491), 2, + sym_expr_parenthesized, + sym_val_variable, + [183235] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + STATE(2902), 1, + sym__var, + STATE(3969), 1, + sym_comment, + STATE(4483), 1, + sym__immediate_decimal, + ACTIONS(6862), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4487), 2, + sym_expr_parenthesized, + sym_val_variable, + [183268] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + STATE(2902), 1, + sym__var, + STATE(3970), 1, + sym_comment, + STATE(4460), 1, + sym__immediate_decimal, + ACTIONS(6862), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4725), 2, + sym_expr_parenthesized, + sym_val_variable, + [183301] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6856), 1, + anon_sym_DOT2, + ACTIONS(6860), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7298), 1, + anon_sym_LPAREN, + STATE(2902), 1, + sym__var, + STATE(3971), 1, + sym_comment, + STATE(4517), 1, + sym__immediate_decimal, + ACTIONS(6862), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4475), 2, + sym_expr_parenthesized, + sym_val_variable, + [183334] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3972), 1, + sym_comment, + ACTIONS(5652), 10, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [183353] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [182632] = 10, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3973), 1, + sym_comment, + STATE(4485), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4484), 2, + sym_expr_parenthesized, + sym_val_variable, + [183386] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3974), 1, + sym_comment, + STATE(4488), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4486), 2, + sym_expr_parenthesized, + sym_val_variable, + [183419] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2055), 1, + anon_sym_DOT2, + ACTIONS(7167), 1, + anon_sym_DOLLAR, + ACTIONS(7237), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + aux_sym__immediate_decimal_token1, + STATE(1129), 1, + sym__var, + STATE(1537), 1, + sym__immediate_decimal, + STATE(3975), 1, + sym_comment, + ACTIONS(2063), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1467), 2, + sym_expr_parenthesized, + sym_val_variable, + [183452] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, + ACTIONS(2055), 1, anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(7167), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(7237), 1, anon_sym_LPAREN, - ACTIONS(7264), 1, + ACTIONS(7243), 1, aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(1129), 1, sym__var, - STATE(1516), 1, + STATE(1462), 1, sym__immediate_decimal, - STATE(3955), 1, + STATE(3976), 1, sym_comment, - ACTIONS(2007), 2, + ACTIONS(2063), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1515), 2, + STATE(1540), 2, sym_expr_parenthesized, sym_val_variable, - [182665] = 4, + [183485] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3352), 1, - anon_sym_DASH, - STATE(3956), 1, - sym_comment, - ACTIONS(3354), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2055), 1, + anon_sym_DOT2, + ACTIONS(7167), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [182686] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3356), 1, - anon_sym_DASH, - STATE(3957), 1, + ACTIONS(7237), 1, + anon_sym_LPAREN, + ACTIONS(7243), 1, + aux_sym__immediate_decimal_token1, + STATE(1129), 1, + sym__var, + STATE(1593), 1, + sym__immediate_decimal, + STATE(3977), 1, sym_comment, - ACTIONS(3358), 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, - [182707] = 4, + ACTIONS(2063), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(1617), 2, + sym_expr_parenthesized, + sym_val_variable, + [183518] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3360), 1, + ACTIONS(7646), 1, anon_sym_DASH, - STATE(3958), 1, + STATE(3978), 1, sym_comment, - ACTIONS(3362), 9, + ACTIONS(7644), 9, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -343419,72 +347704,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182728] = 4, + [183539] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3364), 1, - anon_sym_DASH, - STATE(3959), 1, - sym_comment, - ACTIONS(3366), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [182749] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, - anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3960), 1, - sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4160), 1, - aux_sym_decl_def_repeat1, - STATE(4619), 1, - sym_long_flag, - STATE(5232), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [182784] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3372), 1, - anon_sym_DASH, - STATE(3961), 1, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7026), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(3979), 1, sym_comment, - ACTIONS(3374), 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, - [182805] = 4, + STATE(4485), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4484), 2, + sym_expr_parenthesized, + sym_val_variable, + [183572] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3376), 1, + ACTIONS(1515), 1, anon_sym_DASH, - STATE(3962), 1, + STATE(3980), 1, sym_comment, - ACTIONS(3378), 9, + ACTIONS(1517), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343494,113 +347744,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182826] = 4, + [183593] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7532), 1, - anon_sym_DASH, - STATE(3963), 1, - sym_comment, - ACTIONS(7530), 9, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [182847] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1999), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(7080), 1, - anon_sym_DOLLAR, - ACTIONS(7258), 1, - anon_sym_LPAREN, - ACTIONS(7264), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(2682), 1, sym__var, - STATE(1526), 1, - sym__immediate_decimal, - STATE(3964), 1, + STATE(3981), 1, sym_comment, - ACTIONS(2007), 2, + STATE(4488), 1, + sym__immediate_decimal, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1525), 2, + STATE(4486), 2, sym_expr_parenthesized, sym_val_variable, - [182880] = 10, + [183626] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(6868), 1, - anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(6800), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + ACTIONS(6830), 1, + anon_sym_DOLLAR, + ACTIONS(7226), 1, + anon_sym_LPAREN, + STATE(2866), 1, sym__var, - STATE(3266), 1, - sym__immediate_decimal, - STATE(3965), 1, + STATE(3982), 1, sym_comment, - ACTIONS(6876), 2, + STATE(4375), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3265), 2, + STATE(4376), 2, sym_expr_parenthesized, sym_val_variable, - [182913] = 4, + [183659] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3380), 1, - anon_sym_DASH, - STATE(3966), 1, - sym_comment, - ACTIONS(3382), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [182934] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3384), 1, - anon_sym_DASH, - STATE(3967), 1, + ACTIONS(7226), 1, + anon_sym_LPAREN, + STATE(2866), 1, + sym__var, + STATE(3983), 1, sym_comment, - ACTIONS(3386), 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, - [182955] = 4, + STATE(4371), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4374), 2, + sym_expr_parenthesized, + sym_val_variable, + [183692] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3388), 1, + ACTIONS(7650), 1, anon_sym_DASH, - STATE(3968), 1, + STATE(3984), 1, sym_comment, - ACTIONS(3390), 9, + ACTIONS(7648), 9, + anon_sym_EQ, sym_identifier, - anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -343608,37 +347830,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [182976] = 10, + [183713] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, + ACTIONS(6796), 1, anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(7226), 1, anon_sym_LPAREN, - ACTIONS(7264), 1, - aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(2866), 1, sym__var, - STATE(1466), 1, - sym__immediate_decimal, - STATE(3969), 1, + STATE(3985), 1, sym_comment, - ACTIONS(2007), 2, + STATE(4369), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1471), 2, + STATE(4370), 2, sym_expr_parenthesized, sym_val_variable, - [183009] = 4, + [183746] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3394), 1, + ACTIONS(3441), 1, anon_sym_DASH, - STATE(3970), 1, + STATE(3986), 1, sym_comment, - ACTIONS(3396), 9, + ACTIONS(3443), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -343648,353 +347870,411 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183030] = 4, + [183767] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, anon_sym_DASH, - STATE(3971), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3921), 1, + aux_sym_decl_def_repeat1, + STATE(3987), 1, sym_comment, - ACTIONS(3400), 9, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(4095), 1, + sym_val_string, + STATE(4628), 1, + sym_long_flag, + STATE(4955), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [183802] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6796), 1, + anon_sym_DOT2, + ACTIONS(6800), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6830), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [183051] = 11, + ACTIONS(7226), 1, + anon_sym_LPAREN, + STATE(2866), 1, + sym__var, + STATE(3988), 1, + sym_comment, + STATE(4365), 1, + sym__immediate_decimal, + ACTIONS(6802), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4367), 2, + sym_expr_parenthesized, + sym_val_variable, + [183835] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - ACTIONS(7510), 1, + ACTIONS(7606), 1, anon_sym_DASH, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(3972), 1, + STATE(3989), 1, sym_comment, - STATE(3986), 1, - aux_sym_decl_def_repeat1, - STATE(4040), 1, + STATE(4095), 1, sym_val_string, - STATE(4619), 1, + STATE(4196), 1, + aux_sym_decl_def_repeat1, + STATE(4628), 1, sym_long_flag, - STATE(5230), 1, + STATE(4883), 1, sym__command_name, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [183086] = 4, + [183870] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3406), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, anon_sym_DASH, - STATE(3973), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3990), 1, sym_comment, - ACTIONS(3408), 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, - [183107] = 4, + STATE(3996), 1, + aux_sym_decl_def_repeat1, + STATE(4095), 1, + sym_val_string, + STATE(4628), 1, + sym_long_flag, + STATE(5223), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [183905] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, anon_sym_DASH, - STATE(3974), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3991), 1, sym_comment, - ACTIONS(3412), 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, - [183128] = 10, + STATE(3998), 1, + aux_sym_decl_def_repeat1, + STATE(4095), 1, + sym_val_string, + STATE(4628), 1, + sym_long_flag, + STATE(5197), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [183940] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, - anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(7264), 1, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(7253), 1, aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(1667), 1, sym__var, - STATE(1454), 1, + STATE(2181), 1, sym__immediate_decimal, - STATE(3975), 1, + STATE(3992), 1, sym_comment, - ACTIONS(2007), 2, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1461), 2, + STATE(2184), 2, sym_expr_parenthesized, sym_val_variable, - [183161] = 10, + [183973] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, - anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(2841), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(7264), 1, + ACTIONS(2884), 1, + anon_sym_DOT2, + ACTIONS(7253), 1, aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(1667), 1, sym__var, - STATE(1477), 1, + STATE(2179), 1, sym__immediate_decimal, - STATE(3976), 1, + STATE(3993), 1, sym_comment, - ACTIONS(2007), 2, + ACTIONS(2892), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1434), 2, + STATE(2180), 2, sym_expr_parenthesized, sym_val_variable, - [183194] = 10, + [184006] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(1967), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7255), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7261), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(1110), 1, sym__var, - STATE(3268), 1, + STATE(1325), 1, sym__immediate_decimal, - STATE(3977), 1, + STATE(3994), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(1975), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3267), 2, + STATE(1326), 2, sym_expr_parenthesized, sym_val_variable, - [183227] = 10, + [184039] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(1967), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7255), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7261), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(1110), 1, sym__var, - STATE(3301), 1, + STATE(1319), 1, sym__immediate_decimal, - STATE(3978), 1, + STATE(3995), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(1975), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3303), 2, + STATE(1320), 2, sym_expr_parenthesized, sym_val_variable, - [183260] = 10, + [184072] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(5235), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, + anon_sym_DASH, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3996), 1, + sym_comment, + STATE(4095), 1, + sym_val_string, + STATE(4196), 1, + aux_sym_decl_def_repeat1, + STATE(4628), 1, + sym_long_flag, + STATE(5195), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [184107] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1967), 1, anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(7255), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(7261), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(1110), 1, sym__var, - STATE(3258), 1, + STATE(1316), 1, sym__immediate_decimal, - STATE(3979), 1, + STATE(3997), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(1975), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3271), 2, + STATE(1317), 2, sym_expr_parenthesized, sym_val_variable, - [183293] = 4, + [184140] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3535), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7606), 1, anon_sym_DASH, - STATE(3980), 1, - sym_comment, - ACTIONS(3537), 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, - [183314] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3981), 1, + STATE(2728), 1, + sym__str_double_quotes, + STATE(3998), 1, sym_comment, - ACTIONS(5520), 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, + STATE(4095), 1, + sym_val_string, + STATE(4196), 1, + aux_sym_decl_def_repeat1, + STATE(4628), 1, + sym_long_flag, + STATE(5186), 1, + sym__command_name, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [183333] = 10, + [184175] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4587), 1, + ACTIONS(1967), 1, + anon_sym_DOT2, + ACTIONS(7097), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(7255), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, - anon_sym_DOT2, - ACTIONS(7114), 1, + ACTIONS(7261), 1, aux_sym__immediate_decimal_token1, - STATE(3085), 1, + STATE(1110), 1, sym__var, - STATE(3266), 1, + STATE(1314), 1, sym__immediate_decimal, - STATE(3982), 1, + STATE(3999), 1, sym_comment, - ACTIONS(5265), 2, + ACTIONS(1975), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3265), 2, + STATE(1315), 2, sym_expr_parenthesized, sym_val_variable, - [183366] = 10, + [184208] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4587), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7114), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - STATE(3085), 1, + STATE(3710), 1, sym__var, - STATE(3268), 1, - sym__immediate_decimal, - STATE(3983), 1, + STATE(4000), 1, sym_comment, - ACTIONS(5265), 2, + STATE(4019), 1, + sym__immediate_decimal, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3267), 2, + STATE(4018), 2, sym_expr_parenthesized, sym_val_variable, - [183399] = 10, + [184241] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4587), 1, + ACTIONS(6750), 1, anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(7114), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - STATE(3085), 1, + STATE(3710), 1, sym__var, - STATE(3270), 1, + STATE(3943), 1, sym__immediate_decimal, - STATE(3984), 1, + STATE(4001), 1, sym_comment, - ACTIONS(5265), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3269), 2, + STATE(4020), 2, sym_expr_parenthesized, sym_val_variable, - [183432] = 10, + [184274] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4587), 1, - anon_sym_DOLLAR, - ACTIONS(5253), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(5257), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(7114), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(3085), 1, + STATE(2682), 1, sym__var, - STATE(3291), 1, - sym__immediate_decimal, - STATE(3985), 1, + STATE(4002), 1, sym_comment, - ACTIONS(5265), 2, + STATE(4559), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3272), 2, + STATE(4554), 2, sym_expr_parenthesized, sym_val_variable, - [183465] = 11, + [184307] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7510), 1, - anon_sym_DASH, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3986), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(4003), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4160), 1, - aux_sym_decl_def_repeat1, - STATE(4619), 1, - sym_long_flag, - STATE(4888), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [183500] = 4, + STATE(4571), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4465), 2, + sym_expr_parenthesized, + sym_val_variable, + [184340] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3368), 1, + ACTIONS(7654), 1, anon_sym_DASH, - STATE(3987), 1, + STATE(4004), 1, sym_comment, - ACTIONS(3370), 9, + ACTIONS(7652), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -344004,322 +348284,347 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183521] = 10, + [184361] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(4864), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(6848), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, + ACTIONS(7426), 1, + anon_sym_LPAREN, + ACTIONS(7428), 1, anon_sym_DOLLAR, - STATE(2799), 1, - sym__var, - STATE(3988), 1, - sym_comment, - STATE(4286), 1, + STATE(2446), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + STATE(4005), 1, + sym_comment, + STATE(4121), 1, + sym__var, + ACTIONS(6850), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4327), 2, + STATE(2595), 2, sym_expr_parenthesized, sym_val_variable, - [183554] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3989), 1, - sym_comment, - ACTIONS(5522), 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, - [183573] = 10, + [184394] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7000), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - STATE(2799), 1, + STATE(2682), 1, sym__var, - STATE(3990), 1, + STATE(4006), 1, sym_comment, - STATE(4288), 1, + STATE(4579), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4290), 2, + STATE(4576), 2, sym_expr_parenthesized, sym_val_variable, - [183606] = 10, + [184427] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4711), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(7120), 1, + ACTIONS(6978), 1, anon_sym_LPAREN, - ACTIONS(7122), 1, - anon_sym_DOLLAR, - ACTIONS(7128), 1, + ACTIONS(6984), 1, aux_sym__immediate_decimal_token1, - STATE(2310), 1, + STATE(2682), 1, sym__var, - STATE(2488), 1, + STATE(3276), 1, sym__immediate_decimal, - STATE(3991), 1, + STATE(4007), 1, sym_comment, - ACTIONS(4719), 2, + ACTIONS(6986), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2417), 2, + STATE(3277), 2, sym_expr_parenthesized, sym_val_variable, - [183639] = 10, + [184460] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(7120), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(7122), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7128), 1, + ACTIONS(7000), 1, + anon_sym_DOT2, + ACTIONS(7109), 1, aux_sym__immediate_decimal_token1, - STATE(2310), 1, + STATE(2682), 1, sym__var, - STATE(2485), 1, - sym__immediate_decimal, - STATE(3992), 1, + STATE(4008), 1, sym_comment, - ACTIONS(4719), 2, + STATE(4599), 1, + sym__immediate_decimal, + ACTIONS(7111), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2484), 2, + STATE(4586), 2, sym_expr_parenthesized, sym_val_variable, - [183672] = 10, + [184493] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6868), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(6874), 1, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7526), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(3253), 1, sym__var, - STATE(3270), 1, + STATE(3518), 1, sym__immediate_decimal, - STATE(3993), 1, + STATE(4009), 1, sym_comment, - ACTIONS(6876), 2, + ACTIONS(5559), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(3269), 2, + STATE(3555), 2, sym_expr_parenthesized, sym_val_variable, - [183705] = 10, + [184526] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4727), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(6772), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7192), 1, + ACTIONS(7434), 1, anon_sym_LPAREN, - ACTIONS(7194), 1, + ACTIONS(7436), 1, anon_sym_DOLLAR, - STATE(2465), 1, + ACTIONS(7442), 1, + aux_sym__immediate_decimal_token1, + STATE(2353), 1, + sym__var, + STATE(2703), 1, sym__immediate_decimal, - STATE(3994), 1, + STATE(4010), 1, sym_comment, - STATE(4095), 1, - sym__var, - ACTIONS(6774), 2, + ACTIONS(4987), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2453), 2, + STATE(2646), 2, sym_expr_parenthesized, sym_val_variable, - [183738] = 10, + [184559] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(7120), 1, - anon_sym_LPAREN, - ACTIONS(7122), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(7128), 1, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7526), 1, aux_sym__immediate_decimal_token1, - STATE(2310), 1, + STATE(3253), 1, sym__var, - STATE(2482), 1, + STATE(3511), 1, sym__immediate_decimal, - STATE(3995), 1, + STATE(4011), 1, sym_comment, - ACTIONS(4719), 2, + ACTIONS(5559), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2481), 2, + STATE(3513), 2, sym_expr_parenthesized, sym_val_variable, - [183771] = 10, + [184592] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4711), 1, - anon_sym_DOT2, - ACTIONS(7120), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(7122), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7128), 1, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - STATE(2310), 1, + STATE(2682), 1, sym__var, - STATE(2465), 1, - sym__immediate_decimal, - STATE(3996), 1, + STATE(4012), 1, sym_comment, - ACTIONS(4719), 2, + STATE(4599), 1, + sym__immediate_decimal, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2453), 2, + STATE(4586), 2, sym_expr_parenthesized, sym_val_variable, - [183804] = 3, + [184625] = 10, ACTIONS(3), 1, anon_sym_POUND, - STATE(3997), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7077), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(4013), 1, sym_comment, - ACTIONS(5358), 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, - [183823] = 10, + STATE(4579), 1, + sym__immediate_decimal, + ACTIONS(7079), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4576), 2, + sym_expr_parenthesized, + sym_val_variable, + [184658] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - STATE(2799), 1, + STATE(2682), 1, sym__var, - STATE(3998), 1, + STATE(4014), 1, sym_comment, - STATE(4343), 1, + STATE(4571), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(7079), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4345), 2, + STATE(4465), 2, sym_expr_parenthesized, sym_val_variable, - [183856] = 10, + [184691] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, + ACTIONS(6750), 1, + anon_sym_DOLLAR, + ACTIONS(6764), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(7286), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(7290), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - STATE(2799), 1, + STATE(3710), 1, sym__var, - STATE(3999), 1, + STATE(4015), 1, sym_comment, - STATE(4292), 1, + STATE(4044), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(6774), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4293), 2, + STATE(4043), 2, sym_expr_parenthesized, sym_val_variable, - [183889] = 10, + [184724] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - STATE(2799), 1, + STATE(2682), 1, sym__var, - STATE(4000), 1, + STATE(4016), 1, sym_comment, - STATE(4350), 1, + STATE(4559), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4287), 2, + STATE(4554), 2, sym_expr_parenthesized, sym_val_variable, - [183922] = 10, + [184757] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4325), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6722), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(6748), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6752), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2844), 1, + STATE(2682), 1, sym__var, - STATE(4001), 1, + STATE(4017), 1, sym_comment, - STATE(4697), 1, + STATE(4571), 1, sym__immediate_decimal, - ACTIONS(6754), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4699), 2, + STATE(4465), 2, sym_expr_parenthesized, sym_val_variable, - [183955] = 4, + [184790] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3559), 1, + ACTIONS(3706), 1, anon_sym_DASH, - STATE(4002), 1, + STATE(4018), 1, + sym_comment, + ACTIONS(3708), 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, + [184811] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3702), 1, + anon_sym_DASH, + STATE(4019), 1, + sym_comment, + ACTIONS(3704), 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, + [184832] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3698), 1, + anon_sym_DASH, + STATE(4020), 1, sym_comment, - ACTIONS(3561), 9, + ACTIONS(3700), 9, sym_identifier, anon_sym_COLON, anon_sym_COMMA, @@ -344329,663 +348634,685 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183976] = 10, + [184853] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4511), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(6700), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6704), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6736), 1, - anon_sym_DOLLAR, - STATE(2799), 1, + STATE(2682), 1, sym__var, - STATE(4003), 1, + STATE(4021), 1, sym_comment, - STATE(4295), 1, + STATE(4579), 1, sym__immediate_decimal, - ACTIONS(6706), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4296), 2, + STATE(4576), 2, sym_expr_parenthesized, sym_val_variable, - [184009] = 10, + [184886] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(2817), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, + ACTIONS(5551), 1, anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7026), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(4004), 1, + STATE(4022), 1, sym_comment, - STATE(4418), 1, + STATE(4599), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + ACTIONS(7028), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4633), 2, + STATE(4586), 2, sym_expr_parenthesized, sym_val_variable, - [184042] = 10, + [184919] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2776), 1, + ACTIONS(4979), 1, + anon_sym_DOT2, + ACTIONS(7434), 1, anon_sym_LPAREN, - ACTIONS(2778), 1, + ACTIONS(7436), 1, anon_sym_DOLLAR, - ACTIONS(5450), 1, - anon_sym_DOT2, - ACTIONS(6932), 1, + ACTIONS(7442), 1, aux_sym__immediate_decimal_token1, - STATE(2614), 1, + STATE(2353), 1, sym__var, - STATE(4005), 1, - sym_comment, - STATE(4417), 1, + STATE(2597), 1, sym__immediate_decimal, - ACTIONS(6934), 2, + STATE(4023), 1, + sym_comment, + ACTIONS(4987), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(4424), 2, + STATE(2642), 2, sym_expr_parenthesized, sym_val_variable, - [184075] = 10, + [184952] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(4979), 1, anon_sym_DOT2, - ACTIONS(6822), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, + ACTIONS(7434), 1, anon_sym_LPAREN, - ACTIONS(7208), 1, + ACTIONS(7436), 1, anon_sym_DOLLAR, - STATE(2632), 1, + ACTIONS(7442), 1, + aux_sym__immediate_decimal_token1, + STATE(2353), 1, + sym__var, + STATE(2641), 1, sym__immediate_decimal, - STATE(4006), 1, + STATE(4024), 1, sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(6824), 2, + ACTIONS(4987), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2634), 2, + STATE(2640), 2, sym_expr_parenthesized, sym_val_variable, - [184108] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3563), 1, - anon_sym_DASH, - STATE(4007), 1, - sym_comment, - ACTIONS(3565), 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, - [184129] = 10, + [184985] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, - anon_sym_DOT2, - ACTIONS(7080), 1, + ACTIONS(5494), 1, anon_sym_DOLLAR, - ACTIONS(7258), 1, + ACTIONS(5547), 1, anon_sym_LPAREN, - ACTIONS(7264), 1, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7526), 1, aux_sym__immediate_decimal_token1, - STATE(1121), 1, + STATE(3253), 1, sym__var, - STATE(1482), 1, + STATE(3544), 1, sym__immediate_decimal, - STATE(4008), 1, + STATE(4025), 1, sym_comment, - ACTIONS(2007), 2, + ACTIONS(5559), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(1481), 2, + STATE(3550), 2, sym_expr_parenthesized, sym_val_variable, - [184162] = 10, + [185018] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4849), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, anon_sym_DOT2, - ACTIONS(6822), 1, + ACTIONS(7077), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7206), 1, - anon_sym_LPAREN, - ACTIONS(7208), 1, + STATE(2682), 1, + sym__var, + STATE(4026), 1, + sym_comment, + STATE(4485), 1, + sym__immediate_decimal, + ACTIONS(7079), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4484), 2, + sym_expr_parenthesized, + sym_val_variable, + [185051] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5494), 1, anon_sym_DOLLAR, - STATE(2635), 1, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7526), 1, + aux_sym__immediate_decimal_token1, + STATE(3253), 1, + sym__var, + STATE(3545), 1, sym__immediate_decimal, - STATE(4009), 1, + STATE(4027), 1, sym_comment, - STATE(4171), 1, - sym__var, - ACTIONS(6824), 2, + ACTIONS(5559), 2, anon_sym_DASH2, anon_sym_PLUS2, - STATE(2637), 2, + STATE(3526), 2, sym_expr_parenthesized, sym_val_variable, - [184195] = 7, - ACTIONS(105), 1, + [185084] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3747), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(3665), 1, anon_sym_DASH, - STATE(4010), 1, + STATE(4028), 1, sym_comment, - STATE(4034), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3745), 4, - anon_sym_SEMI, + ACTIONS(3667), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184221] = 7, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185105] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7442), 1, - anon_sym_COMMA, - ACTIONS(7444), 1, + ACTIONS(3659), 1, anon_sym_DASH, - ACTIONS(7536), 1, - anon_sym_EQ, - STATE(4011), 1, + STATE(4029), 1, sym_comment, - STATE(4036), 1, - sym_param_value, - ACTIONS(7440), 5, + ACTIONS(3661), 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, - [184247] = 7, - ACTIONS(105), 1, + [185126] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3771), 1, - anon_sym_LF, - ACTIONS(7534), 1, - anon_sym_DASH, - STATE(4012), 1, + ACTIONS(2817), 1, + anon_sym_LPAREN, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, + anon_sym_DOT2, + ACTIONS(7077), 1, + aux_sym__immediate_decimal_token1, + STATE(2682), 1, + sym__var, + STATE(4030), 1, sym_comment, - STATE(4046), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3769), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [184273] = 7, - ACTIONS(105), 1, + STATE(4488), 1, + sym__immediate_decimal, + ACTIONS(7079), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(4486), 2, + sym_expr_parenthesized, + sym_val_variable, + [185159] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3771), 1, - anon_sym_LF, - ACTIONS(7534), 1, - anon_sym_DASH, - STATE(4013), 1, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7526), 1, + aux_sym__immediate_decimal_token1, + STATE(3253), 1, + sym__var, + STATE(3525), 1, + sym__immediate_decimal, + STATE(4031), 1, sym_comment, - STATE(4044), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3769), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [184299] = 7, - ACTIONS(105), 1, + ACTIONS(5559), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3523), 2, + sym_expr_parenthesized, + sym_val_variable, + [185192] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3701), 1, - anon_sym_LF, - ACTIONS(7534), 1, - anon_sym_DASH, - STATE(4013), 1, - sym__flag, - STATE(4014), 1, + ACTIONS(5494), 1, + anon_sym_DOLLAR, + ACTIONS(5547), 1, + anon_sym_LPAREN, + ACTIONS(5551), 1, + anon_sym_DOT2, + ACTIONS(7526), 1, + aux_sym__immediate_decimal_token1, + STATE(3253), 1, + sym__var, + STATE(3514), 1, + sym__immediate_decimal, + STATE(4032), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3699), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [184325] = 7, - ACTIONS(105), 1, + ACTIONS(5559), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + STATE(3507), 2, + sym_expr_parenthesized, + sym_val_variable, + [185225] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3719), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(3651), 1, anon_sym_DASH, - STATE(4015), 1, + STATE(4033), 1, sym_comment, - STATE(4030), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3717), 4, - anon_sym_SEMI, + ACTIONS(3653), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184351] = 7, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185246] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7480), 1, - anon_sym_COMMA, - ACTIONS(7482), 1, + ACTIONS(3647), 1, anon_sym_DASH, - ACTIONS(7536), 1, - anon_sym_EQ, - STATE(4016), 1, + STATE(4034), 1, sym_comment, - STATE(4025), 1, - sym_param_value, - ACTIONS(7478), 5, + ACTIONS(3649), 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, - [184377] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7538), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7540), 1, - aux_sym__immediate_decimal_token2, - STATE(4017), 1, - sym_comment, - ACTIONS(2736), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2734), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [184401] = 7, - ACTIONS(105), 1, + [185267] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3719), 1, - anon_sym_LF, - ACTIONS(7542), 1, + ACTIONS(3639), 1, anon_sym_DASH, - STATE(4018), 1, + STATE(4035), 1, sym_comment, - STATE(4504), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3717), 4, - anon_sym_SEMI, + ACTIONS(3641), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184427] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185288] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3723), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(3635), 1, anon_sym_DASH, - STATE(4015), 1, - sym__flag, - STATE(4019), 1, + STATE(4036), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3721), 4, - anon_sym_SEMI, + ACTIONS(3637), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184453] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185309] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3723), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(3615), 1, anon_sym_DASH, - STATE(4020), 1, + STATE(4037), 1, sym_comment, - STATE(4062), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3721), 4, - anon_sym_SEMI, + ACTIONS(3617), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184479] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185330] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3723), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(3611), 1, anon_sym_DASH, - STATE(4018), 1, - sym__flag, - STATE(4021), 1, + STATE(4038), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3721), 4, - anon_sym_SEMI, + ACTIONS(3613), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184505] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185351] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3723), 1, - anon_sym_LF, - ACTIONS(7542), 1, + ACTIONS(3557), 1, anon_sym_DASH, - STATE(4022), 1, + STATE(4039), 1, sym_comment, - STATE(4493), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3721), 4, - anon_sym_SEMI, + ACTIONS(3559), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184531] = 6, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185372] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7544), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7546), 1, - aux_sym__immediate_decimal_token2, - STATE(4023), 1, + ACTIONS(3513), 1, + anon_sym_DASH, + STATE(4040), 1, sym_comment, - ACTIONS(2726), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 5, - anon_sym_SEMI, + ACTIONS(3515), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [184555] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185393] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7542), 1, + ACTIONS(3505), 1, anon_sym_DASH, - ACTIONS(7550), 1, - anon_sym_LF, - STATE(4024), 1, + STATE(4041), 1, sym_comment, - STATE(4484), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7548), 4, - anon_sym_SEMI, + ACTIONS(3507), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184581] = 5, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185414] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7554), 1, - anon_sym_COMMA, - ACTIONS(7556), 1, + ACTIONS(3501), 1, anon_sym_DASH, - STATE(4025), 1, + STATE(4042), 1, sym_comment, - ACTIONS(7552), 7, + ACTIONS(3503), 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, - [184603] = 7, - ACTIONS(105), 1, + [185435] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7534), 1, + ACTIONS(3481), 1, anon_sym_DASH, - ACTIONS(7560), 1, - anon_sym_LF, - STATE(4024), 1, - sym__flag, - STATE(4026), 1, + STATE(4043), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7558), 4, - anon_sym_SEMI, + ACTIONS(3483), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184629] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185456] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7542), 1, + ACTIONS(3477), 1, anon_sym_DASH, - ACTIONS(7560), 1, - anon_sym_LF, - STATE(4027), 1, + STATE(4044), 1, sym_comment, - STATE(4487), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7558), 4, - anon_sym_SEMI, + ACTIONS(3479), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184655] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185477] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3719), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7622), 1, anon_sym_DASH, - STATE(4028), 1, + ACTIONS(7642), 1, + anon_sym_EQ, + ACTIONS(7656), 1, + anon_sym_COMMA, + STATE(4045), 1, sym_comment, - STATE(4032), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3717), 4, - anon_sym_SEMI, + STATE(4056), 1, + sym_param_value, + ACTIONS(7618), 6, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [184681] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185504] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7542), 1, + ACTIONS(7576), 1, + anon_sym_COMMA, + ACTIONS(7578), 1, anon_sym_DASH, - ACTIONS(7564), 1, - anon_sym_LF, - STATE(4029), 1, + ACTIONS(7642), 1, + anon_sym_EQ, + STATE(4046), 1, sym_comment, - STATE(4489), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7562), 4, - anon_sym_SEMI, + STATE(4061), 1, + sym_param_value, + ACTIONS(7574), 6, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [184707] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185531] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7534), 1, + ACTIONS(3449), 1, anon_sym_DASH, - ACTIONS(7564), 1, - anon_sym_LF, - STATE(4030), 1, + STATE(4047), 1, sym_comment, - STATE(4042), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7562), 4, - anon_sym_SEMI, + ACTIONS(3451), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184733] = 3, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185552] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4031), 1, + STATE(4048), 1, sym_comment, - ACTIONS(3046), 9, + ACTIONS(5616), 10, anon_sym_EQ, - sym_cmd_identifier, - anon_sym_LBRACK, + sym_identifier, + anon_sym_DASH_GT, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, + anon_sym_GT, + anon_sym_AT, + anon_sym_LBRACE, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [184751] = 7, - ACTIONS(105), 1, + [185571] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7534), 1, + ACTIONS(3445), 1, anon_sym_DASH, - ACTIONS(7564), 1, - anon_sym_LF, - STATE(4032), 1, + STATE(4049), 1, sym_comment, - STATE(4041), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7562), 4, - anon_sym_SEMI, + ACTIONS(3447), 9, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184777] = 10, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185592] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7566), 1, - anon_sym_RBRACK, - ACTIONS(7568), 1, + STATE(4050), 1, + sym_comment, + ACTIONS(5608), 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, - STATE(4033), 1, + sym__str_single_quotes, + sym__str_back_ticks, + [185611] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4051), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4045), 1, - aux_sym_command_list_repeat1, - STATE(4273), 1, - sym__str_double_quotes, - STATE(4367), 1, - sym__command_name, - ACTIONS(7570), 2, + ACTIONS(5618), 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, - [184809] = 7, + [185630] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3695), 1, + ACTIONS(7660), 1, anon_sym_LF, - ACTIONS(7542), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4034), 1, + STATE(4052), 1, sym_comment, - STATE(4556), 1, + STATE(4068), 1, sym__flag, - STATE(2434), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3693), 4, + ACTIONS(7658), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [184835] = 10, + [185656] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7508), 1, + ACTIONS(7576), 1, + anon_sym_COMMA, + ACTIONS(7578), 1, + anon_sym_DASH, + ACTIONS(7664), 1, + anon_sym_EQ, + STATE(4053), 1, + sym_comment, + STATE(4061), 1, + sym_param_value, + ACTIONS(7574), 5, + sym_identifier, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185682] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7594), 1, + anon_sym_COMMA, + ACTIONS(7596), 1, + anon_sym_DASH, + ACTIONS(7664), 1, + anon_sym_EQ, + STATE(4054), 1, + sym_comment, + STATE(4097), 1, + sym_param_value, + ACTIONS(7592), 5, + sym_identifier, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185708] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7604), 1, sym_cmd_identifier, - ACTIONS(7568), 1, - anon_sym_DQUOTE, - ACTIONS(7572), 1, + ACTIONS(7666), 1, anon_sym_RBRACK, - STATE(4035), 1, + ACTIONS(7668), 1, + anon_sym_DQUOTE, + STATE(4055), 1, sym_comment, - STATE(4040), 1, - sym_val_string, - STATE(4045), 1, + STATE(4059), 1, aux_sym_command_list_repeat1, - STATE(4273), 1, - sym__str_double_quotes, - STATE(4367), 1, + STATE(4095), 1, + sym_val_string, + STATE(4297), 1, sym__command_name, - ACTIONS(7570), 2, + STATE(4417), 1, + sym__str_double_quotes, + ACTIONS(7670), 2, sym__str_single_quotes, sym__str_back_ticks, - [184867] = 5, + [185740] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7576), 1, + ACTIONS(7674), 1, anon_sym_COMMA, - ACTIONS(7578), 1, + ACTIONS(7676), 1, anon_sym_DASH, - STATE(4036), 1, + STATE(4056), 1, sym_comment, - ACTIONS(7574), 7, + ACTIONS(7672), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -344993,1278 +349320,776 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [184889] = 7, - ACTIONS(105), 1, + [185762] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7534), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + ACTIONS(7640), 1, anon_sym_DASH, - ACTIONS(7582), 1, - anon_sym_LF, - STATE(4026), 1, - sym__flag, - STATE(4037), 1, + STATE(2682), 1, + sym__var, + STATE(4057), 1, sym_comment, - STATE(4387), 2, + STATE(4496), 1, + sym__flag, + STATE(4664), 1, + sym__variable_name, + STATE(4907), 1, + sym_val_variable, + STATE(5053), 2, sym_short_flag, sym_long_flag, - ACTIONS(7580), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [184915] = 7, - ACTIONS(105), 1, + [185794] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3695), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7676), 1, anon_sym_DASH, - STATE(4038), 1, - sym_comment, + ACTIONS(7678), 1, + anon_sym_COMMA, STATE(4058), 1, - sym__flag, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3693), 4, - anon_sym_SEMI, + sym_comment, + ACTIONS(7672), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [184941] = 10, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185816] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7508), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - ACTIONS(7568), 1, + ACTIONS(7668), 1, anon_sym_DQUOTE, - ACTIONS(7584), 1, + ACTIONS(7680), 1, anon_sym_RBRACK, - STATE(4033), 1, - aux_sym_command_list_repeat1, - STATE(4039), 1, + STATE(4059), 1, sym_comment, - STATE(4040), 1, + STATE(4063), 1, + aux_sym_command_list_repeat1, + STATE(4095), 1, sym_val_string, - STATE(4273), 1, - sym__str_double_quotes, - STATE(4367), 1, + STATE(4297), 1, sym__command_name, - ACTIONS(7570), 2, + STATE(4417), 1, + sym__str_double_quotes, + ACTIONS(7670), 2, sym__str_single_quotes, sym__str_back_ticks, - [184973] = 3, + [185848] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(4040), 1, - sym_comment, - ACTIONS(3099), 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, - [184991] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7534), 1, - anon_sym_DASH, - ACTIONS(7582), 1, - anon_sym_LF, - STATE(4027), 1, - sym__flag, - STATE(4041), 1, - sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7580), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [185017] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7542), 1, + ACTIONS(7622), 1, anon_sym_DASH, - ACTIONS(7582), 1, - anon_sym_LF, - STATE(4042), 1, + ACTIONS(7656), 1, + anon_sym_COMMA, + ACTIONS(7664), 1, + anon_sym_EQ, + STATE(4056), 1, + sym_param_value, + STATE(4060), 1, sym_comment, - STATE(4488), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(7580), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(7618), 5, + sym_identifier, anon_sym_PIPE, - anon_sym_RBRACE, - [185043] = 7, - ACTIONS(105), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185874] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3767), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7684), 1, + anon_sym_COMMA, + ACTIONS(7686), 1, anon_sym_DASH, - STATE(4020), 1, - sym__flag, - STATE(4043), 1, + STATE(4061), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3765), 4, - anon_sym_SEMI, + ACTIONS(7682), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [185069] = 7, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [185896] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3280), 1, anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4044), 1, + STATE(4062), 1, sym_comment, - STATE(4061), 1, + STATE(4103), 1, sym__flag, - STATE(4387), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3683), 4, + ACTIONS(3278), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185095] = 9, + [185922] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7586), 1, + ACTIONS(7688), 1, sym_cmd_identifier, - ACTIONS(7589), 1, + ACTIONS(7691), 1, anon_sym_RBRACK, - ACTIONS(7591), 1, + ACTIONS(7693), 1, anon_sym_DQUOTE, - STATE(4040), 1, + STATE(4095), 1, sym_val_string, - STATE(4273), 1, - sym__str_double_quotes, - STATE(4367), 1, + STATE(4297), 1, sym__command_name, - ACTIONS(7594), 2, + STATE(4417), 1, + sym__str_double_quotes, + ACTIONS(7696), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(4045), 2, + STATE(4063), 2, sym_comment, aux_sym_command_list_repeat1, - [185125] = 7, - ACTIONS(105), 1, + [185952] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3685), 1, - anon_sym_LF, - ACTIONS(7534), 1, - anon_sym_DASH, - STATE(4010), 1, - sym__flag, - STATE(4046), 1, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7668), 1, + anon_sym_DQUOTE, + ACTIONS(7699), 1, + anon_sym_RBRACK, + STATE(4064), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3683), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [185151] = 10, + STATE(4095), 1, + sym_val_string, + STATE(4098), 1, + aux_sym_command_list_repeat1, + STATE(4297), 1, + sym__command_name, + STATE(4417), 1, + sym__str_double_quotes, + ACTIONS(7670), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [185984] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7638), 1, sym_identifier, - ACTIONS(7516), 1, + ACTIONS(7640), 1, anon_sym_DASH, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(4047), 1, + STATE(4065), 1, sym_comment, - STATE(4562), 1, + STATE(4458), 1, sym__variable_name, - STATE(4587), 1, + STATE(4480), 1, sym__flag, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [185183] = 7, + [186016] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3695), 1, + ACTIONS(7703), 1, anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7705), 1, anon_sym_DASH, - STATE(4048), 1, + STATE(4066), 1, sym_comment, - STATE(4056), 1, + STATE(4521), 1, sym__flag, - STATE(4387), 2, + STATE(2531), 2, sym_short_flag, sym_long_flag, - ACTIONS(3693), 4, + ACTIONS(7701), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185209] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - ACTIONS(7516), 1, - anon_sym_DASH, - STATE(2614), 1, - sym__var, - STATE(4049), 1, - sym_comment, - STATE(4746), 1, - sym__variable_name, - STATE(4768), 1, - sym__flag, - STATE(4922), 1, - sym_val_variable, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [185241] = 7, + [186042] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3685), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4050), 1, - sym_comment, - STATE(4055), 1, + ACTIONS(7709), 1, + anon_sym_LF, + STATE(4066), 1, sym__flag, - STATE(4387), 2, + STATE(4067), 1, + sym_comment, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3683), 4, + ACTIONS(7707), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185267] = 7, + [186068] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3695), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7705), 1, anon_sym_DASH, - STATE(4051), 1, + ACTIONS(7709), 1, + anon_sym_LF, + STATE(4068), 1, sym_comment, - STATE(4052), 1, + STATE(4523), 1, sym__flag, - STATE(4387), 2, + STATE(2531), 2, sym_short_flag, sym_long_flag, - ACTIONS(3693), 4, + ACTIONS(7707), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185293] = 7, + [186094] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3767), 1, + ACTIONS(7660), 1, anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4021), 1, + STATE(4067), 1, sym__flag, - STATE(4052), 1, + STATE(4069), 1, sym_comment, - STATE(4387), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3765), 4, + ACTIONS(7658), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185319] = 7, + [186120] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3747), 1, + ACTIONS(3280), 1, anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4048), 1, - sym__flag, - STATE(4053), 1, + STATE(4070), 1, sym_comment, - STATE(4387), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3745), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [185345] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7534), 1, - anon_sym_DASH, - ACTIONS(7564), 1, - anon_sym_LF, - STATE(4037), 1, + STATE(4104), 1, sym__flag, - STATE(4054), 1, - sym_comment, - STATE(4387), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(7562), 4, + ACTIONS(3278), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185371] = 7, + [186146] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3747), 1, + ACTIONS(3782), 1, anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4038), 1, - sym__flag, - STATE(4055), 1, + STATE(4071), 1, sym_comment, - STATE(4387), 2, + STATE(4101), 1, + sym__flag, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3745), 4, + ACTIONS(3780), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185397] = 7, + [186172] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3767), 1, + ACTIONS(7660), 1, anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7705), 1, anon_sym_DASH, - STATE(4022), 1, - sym__flag, - STATE(4056), 1, + STATE(4072), 1, sym_comment, - STATE(4387), 2, + STATE(4528), 1, + sym__flag, + STATE(2531), 2, sym_short_flag, sym_long_flag, - ACTIONS(3765), 4, + ACTIONS(7658), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185423] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7494), 1, - anon_sym_DASH, - ACTIONS(7524), 1, - anon_sym_COMMA, - ACTIONS(7536), 1, - anon_sym_EQ, - STATE(4057), 1, - sym_comment, - STATE(4063), 1, - sym_param_value, - ACTIONS(7490), 5, - sym_identifier, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185449] = 7, + [186198] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3767), 1, - anon_sym_LF, - ACTIONS(7542), 1, - anon_sym_DASH, - STATE(4058), 1, + ACTIONS(7711), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7713), 1, + aux_sym__immediate_decimal_token2, + STATE(4073), 1, sym_comment, - STATE(4495), 1, - sym__flag, - STATE(2434), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(3765), 4, + ACTIONS(2784), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [185475] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7508), 1, - sym_cmd_identifier, - ACTIONS(7568), 1, - anon_sym_DQUOTE, - ACTIONS(7597), 1, - anon_sym_RBRACK, - STATE(4035), 1, - aux_sym_command_list_repeat1, - STATE(4040), 1, - sym_val_string, - STATE(4059), 1, - sym_comment, - STATE(4273), 1, - sym__str_double_quotes, - STATE(4367), 1, - sym__command_name, - ACTIONS(7570), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [185507] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7601), 1, - anon_sym_COMMA, - ACTIONS(7603), 1, anon_sym_DASH, - STATE(4060), 1, - sym_comment, - ACTIONS(7599), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185529] = 7, + anon_sym_RBRACE, + [186222] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3747), 1, - anon_sym_LF, - ACTIONS(7542), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4061), 1, - sym_comment, - STATE(4523), 1, + ACTIONS(7717), 1, + anon_sym_LF, + STATE(4069), 1, sym__flag, - STATE(2434), 2, + STATE(4074), 1, + sym_comment, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3745), 4, + ACTIONS(7715), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185555] = 7, + [186248] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3719), 1, - anon_sym_LF, - ACTIONS(7534), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4029), 1, + ACTIONS(7717), 1, + anon_sym_LF, + STATE(4052), 1, sym__flag, - STATE(4062), 1, + STATE(4075), 1, sym_comment, - STATE(4387), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - ACTIONS(3717), 4, + ACTIONS(7715), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185581] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7603), 1, - anon_sym_DASH, - ACTIONS(7605), 1, - anon_sym_COMMA, - STATE(4063), 1, - sym_comment, - ACTIONS(7599), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185603] = 7, + [186274] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4064), 1, - sym_comment, - STATE(5231), 1, - sym__flag, - ACTIONS(3765), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3767), 2, - ts_builtin_sym_end, + ACTIONS(7717), 1, anon_sym_LF, - STATE(2584), 2, - sym_short_flag, - sym_long_flag, - [185628] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7482), 1, - anon_sym_DASH, - STATE(4065), 1, - sym_comment, - ACTIONS(7478), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185647] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7494), 1, - anon_sym_DASH, - STATE(4066), 1, - sym_comment, - ACTIONS(7490), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185666] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7607), 1, - anon_sym_DASH, - STATE(4067), 1, - sym_comment, - STATE(5220), 1, + STATE(4072), 1, sym__flag, - ACTIONS(7562), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7564), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2584), 2, - sym_short_flag, - sym_long_flag, - [185691] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, - STATE(4068), 1, + STATE(4076), 1, sym_comment, - STATE(4074), 1, - sym__flag, - ACTIONS(7562), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7564), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [185716] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, - STATE(4069), 1, - sym_comment, - STATE(4075), 1, - sym__flag, - ACTIONS(7562), 2, + ACTIONS(7715), 4, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7564), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - [185741] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7603), 1, - anon_sym_DASH, - STATE(4070), 1, - sym_comment, - ACTIONS(7599), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185760] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7603), 1, - anon_sym_DASH, - STATE(4071), 1, - sym_comment, - ACTIONS(7599), 7, - sym_identifier, - anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [185779] = 7, + anon_sym_RBRACE, + [186300] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7705), 1, anon_sym_DASH, - STATE(4072), 1, + ACTIONS(7717), 1, + anon_sym_LF, + STATE(4077), 1, sym_comment, - STATE(4076), 1, + STATE(4533), 1, sym__flag, - ACTIONS(7562), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7564), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(2531), 2, sym_short_flag, sym_long_flag, - [185804] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1375), 1, - anon_sym_LF, - ACTIONS(7611), 1, - anon_sym_DOT2, - STATE(2860), 1, - sym_cell_path, - STATE(4073), 1, - sym_comment, - STATE(4077), 1, - sym_path, - ACTIONS(1373), 4, + ACTIONS(7715), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185829] = 7, + [186326] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, - anon_sym_DASH, - STATE(4074), 1, - sym_comment, - STATE(5213), 1, - sym__flag, - ACTIONS(7580), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7582), 2, - ts_builtin_sym_end, + ACTIONS(3319), 1, anon_sym_LF, - STATE(2584), 2, - sym_short_flag, - sym_long_flag, - [185854] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7662), 1, anon_sym_DASH, STATE(4075), 1, - sym_comment, - STATE(4083), 1, sym__flag, - ACTIONS(7580), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7582), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - [185879] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, - STATE(4076), 1, + STATE(4078), 1, sym_comment, - STATE(4081), 1, - sym__flag, - ACTIONS(7580), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7582), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [185904] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(1404), 1, - anon_sym_LF, - ACTIONS(7611), 1, - anon_sym_DOT2, - STATE(2368), 1, - sym_path, - STATE(4077), 1, - sym_comment, - STATE(4110), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1402), 4, + ACTIONS(3317), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [185929] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7613), 1, - sym_identifier, - ACTIONS(7615), 1, - anon_sym_GT, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4078), 1, - sym_comment, - STATE(4136), 1, - aux_sym_collection_type_repeat1, - STATE(4167), 1, - sym_val_string, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [185958] = 7, + [186352] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, + ACTIONS(3319), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, + STATE(4076), 1, + sym__flag, STATE(4079), 1, sym_comment, - STATE(5193), 1, - sym__flag, - ACTIONS(7548), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7550), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2584), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [185983] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2770), 1, - anon_sym_LF, - ACTIONS(7621), 1, - anon_sym_DOT2, - ACTIONS(7623), 1, - aux_sym__immediate_decimal_token2, - STATE(4080), 1, - sym_comment, - ACTIONS(2768), 5, + ACTIONS(3317), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [186006] = 7, + [186378] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3319), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4079), 1, + STATE(4077), 1, sym__flag, - STATE(4081), 1, + STATE(4080), 1, sym_comment, - ACTIONS(7558), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7560), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186031] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(4916), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7625), 1, - aux_sym__immediate_decimal_token1, - STATE(4082), 1, - sym_comment, - ACTIONS(2726), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 4, + ACTIONS(3317), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186054] = 7, + [186404] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, + ACTIONS(3319), 1, + anon_sym_LF, + ACTIONS(7705), 1, anon_sym_DASH, - STATE(4083), 1, + STATE(4081), 1, sym_comment, - STATE(5132), 1, + STATE(4703), 1, sym__flag, - ACTIONS(7558), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7560), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2584), 2, + STATE(2531), 2, sym_short_flag, sym_long_flag, - [186079] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7627), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7629), 1, - aux_sym__immediate_decimal_token2, - STATE(4084), 1, - sym_comment, - ACTIONS(2736), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [186100] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7444), 1, - anon_sym_DASH, - STATE(4085), 1, - sym_comment, - ACTIONS(7440), 7, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(3317), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [186119] = 7, + anon_sym_RBRACE, + [186430] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, - STATE(4086), 1, - sym_comment, - STATE(4125), 1, - sym__flag, - ACTIONS(3693), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3695), 2, - ts_builtin_sym_end, + ACTIONS(3379), 1, anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - [186144] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4068), 1, + STATE(4079), 1, sym__flag, - STATE(4087), 1, + STATE(4082), 1, sym_comment, - ACTIONS(3717), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3719), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186169] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, - STATE(4088), 1, - sym_comment, - STATE(4133), 1, - sym__flag, - ACTIONS(3683), 2, + ACTIONS(3377), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - [186194] = 7, + anon_sym_RBRACE, + [186456] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3379), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4067), 1, + STATE(4080), 1, sym__flag, - STATE(4089), 1, + STATE(4083), 1, sym_comment, - ACTIONS(3717), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3719), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186219] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, - STATE(4090), 1, - sym_comment, - STATE(4134), 1, - sym__flag, - ACTIONS(3683), 2, + ACTIONS(3377), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - [186244] = 7, + anon_sym_RBRACE, + [186482] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, - anon_sym_DASH, - STATE(4091), 1, - sym_comment, - STATE(5221), 1, - sym__flag, - ACTIONS(3717), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3719), 2, - ts_builtin_sym_end, + ACTIONS(3379), 1, anon_sym_LF, - STATE(2584), 2, - sym_short_flag, - sym_long_flag, - [186269] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4092), 1, - sym_comment, - STATE(4135), 1, + STATE(4081), 1, sym__flag, - ACTIONS(3683), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3685), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4084), 1, + sym_comment, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186294] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - ACTIONS(7540), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7631), 1, - anon_sym_DOT2, - STATE(4093), 1, - sym_comment, - ACTIONS(2734), 5, + ACTIONS(3377), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [186317] = 5, + [186508] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7633), 1, + ACTIONS(7719), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7721), 1, aux_sym__immediate_decimal_token2, - STATE(4094), 1, + STATE(4085), 1, sym_comment, - ACTIONS(2935), 2, + ACTIONS(2808), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2933), 5, + ACTIONS(2806), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [186338] = 7, + [186532] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1423), 1, + ACTIONS(3379), 1, anon_sym_LF, - ACTIONS(7611), 1, - anon_sym_DOT2, - STATE(2414), 1, - sym_cell_path, - STATE(4077), 1, - sym_path, - STATE(4095), 1, + ACTIONS(7705), 1, + anon_sym_DASH, + STATE(4086), 1, sym_comment, - ACTIONS(1421), 4, + STATE(4547), 1, + sym__flag, + STATE(2531), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3377), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186363] = 7, + [186558] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3535), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4087), 1, + STATE(4083), 1, sym__flag, - STATE(4096), 1, + STATE(4087), 1, sym_comment, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3723), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186388] = 7, + ACTIONS(3533), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186584] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3535), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4089), 1, + STATE(4084), 1, sym__flag, - STATE(4097), 1, + STATE(4088), 1, sym_comment, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3723), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186413] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7546), 1, - aux_sym__immediate_decimal_token2, - STATE(4098), 1, - sym_comment, - ACTIONS(2726), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 5, + ACTIONS(3533), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [186434] = 7, + [186610] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3535), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4091), 1, + STATE(4086), 1, sym__flag, - STATE(4099), 1, + STATE(4089), 1, sym_comment, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3723), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186459] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7613), 1, - sym_identifier, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(7635), 1, - anon_sym_GT, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4100), 1, - sym_comment, - STATE(4143), 1, - aux_sym_collection_type_repeat1, - STATE(4167), 1, - sym_val_string, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [186488] = 7, + ACTIONS(3533), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186636] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, + ACTIONS(3535), 1, + anon_sym_LF, + ACTIONS(7705), 1, anon_sym_DASH, - STATE(4101), 1, + STATE(4090), 1, sym_comment, - STATE(4990), 1, + STATE(4558), 1, sym__flag, - ACTIONS(3721), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3723), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2584), 2, + STATE(2531), 2, sym_short_flag, sym_long_flag, - [186513] = 7, + ACTIONS(3533), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186662] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3712), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4090), 1, + STATE(4088), 1, sym__flag, - STATE(4102), 1, + STATE(4091), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186538] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7578), 1, - anon_sym_DASH, - STATE(4103), 1, - sym_comment, - ACTIONS(7574), 7, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(3710), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [186557] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [186688] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7639), 1, + ACTIONS(3712), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4104), 1, + STATE(4089), 1, + sym__flag, + STATE(4092), 1, sym_comment, - ACTIONS(7637), 7, - sym_identifier, - anon_sym_RBRACK, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3710), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [186576] = 7, + anon_sym_RBRACE, + [186714] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3712), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4069), 1, + STATE(4090), 1, sym__flag, - STATE(4105), 1, + STATE(4093), 1, sym_comment, - ACTIONS(3717), 2, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3710), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(3719), 2, - ts_builtin_sym_end, + anon_sym_RBRACE, + [186740] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3712), 1, anon_sym_LF, - STATE(4759), 2, + ACTIONS(7705), 1, + anon_sym_DASH, + STATE(4094), 1, + sym_comment, + STATE(4724), 1, + sym__flag, + STATE(2531), 2, sym_short_flag, sym_long_flag, - [186601] = 4, + ACTIONS(3710), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [186766] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7643), 1, - anon_sym_DASH, - STATE(4106), 1, + STATE(4095), 1, sym_comment, - ACTIONS(7641), 7, - sym_identifier, + ACTIONS(3222), 9, + anon_sym_EQ, + sym_cmd_identifier, + 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, - [186620] = 4, + anon_sym_LPAREN, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [186784] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4096), 1, + sym_comment, + ACTIONS(3228), 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, + [186802] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7643), 1, + ACTIONS(7725), 1, + anon_sym_COMMA, + ACTIONS(7727), 1, anon_sym_DASH, - STATE(4107), 1, + STATE(4097), 1, sym_comment, - ACTIONS(7641), 7, + ACTIONS(7723), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -346272,31591 +350097,32556 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [186639] = 5, - ACTIONS(105), 1, + [186824] = 10, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7540), 1, - aux_sym__immediate_decimal_token2, - STATE(4108), 1, + ACTIONS(7604), 1, + sym_cmd_identifier, + ACTIONS(7668), 1, + anon_sym_DQUOTE, + ACTIONS(7729), 1, + anon_sym_RBRACK, + STATE(4063), 1, + aux_sym_command_list_repeat1, + STATE(4095), 1, + sym_val_string, + STATE(4098), 1, sym_comment, - ACTIONS(2736), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2734), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [186660] = 6, + STATE(4297), 1, + sym__command_name, + STATE(4417), 1, + sym__str_double_quotes, + ACTIONS(7670), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [186856] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1416), 1, + ACTIONS(3563), 1, anon_sym_LF, - ACTIONS(7645), 1, - anon_sym_DOT2, - STATE(2368), 1, - sym_path, - STATE(4109), 2, + ACTIONS(7662), 1, + anon_sym_DASH, + STATE(4092), 1, + sym__flag, + STATE(4099), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(1414), 4, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3561), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186683] = 7, + [186882] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1388), 1, + ACTIONS(3563), 1, anon_sym_LF, - ACTIONS(7611), 1, - anon_sym_DOT2, - STATE(2368), 1, - sym_path, - STATE(4109), 1, - aux_sym_cell_path_repeat1, - STATE(4110), 1, + ACTIONS(7662), 1, + anon_sym_DASH, + STATE(4093), 1, + sym__flag, + STATE(4100), 1, sym_comment, - ACTIONS(1386), 4, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3561), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186708] = 7, + [186908] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1375), 1, + ACTIONS(3511), 1, anon_sym_LF, - ACTIONS(7648), 1, - anon_sym_DOT2, - STATE(2860), 1, - sym_cell_path, - STATE(4111), 1, + ACTIONS(7662), 1, + anon_sym_DASH, + STATE(4070), 1, + sym__flag, + STATE(4101), 1, sym_comment, - STATE(4112), 1, - sym_path, - ACTIONS(1373), 4, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3509), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186733] = 7, + [186934] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1404), 1, + ACTIONS(3511), 1, anon_sym_LF, - ACTIONS(7611), 1, - anon_sym_DOT2, - STATE(2368), 1, - sym_path, - STATE(4112), 1, + ACTIONS(7662), 1, + anon_sym_DASH, + STATE(4062), 1, + sym__flag, + STATE(4102), 1, sym_comment, - STATE(4146), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1402), 4, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3509), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186758] = 6, + [186960] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2770), 1, + ACTIONS(3563), 1, anon_sym_LF, - ACTIONS(7623), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7651), 1, - anon_sym_DOT2, - STATE(4113), 1, + ACTIONS(7662), 1, + anon_sym_DASH, + STATE(4094), 1, + sym__flag, + STATE(4103), 1, sym_comment, - ACTIONS(2768), 5, + STATE(4440), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3561), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [186781] = 7, + [186986] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1423), 1, + ACTIONS(3563), 1, anon_sym_LF, - ACTIONS(7654), 1, - anon_sym_DOT2, - STATE(2414), 1, - sym_cell_path, - STATE(4112), 1, - sym_path, - STATE(4114), 1, + ACTIONS(7705), 1, + anon_sym_DASH, + STATE(4104), 1, sym_comment, - ACTIONS(1421), 4, + STATE(4730), 1, + sym__flag, + STATE(2531), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(3561), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [186806] = 7, + [187012] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(3280), 1, + anon_sym_LF, + ACTIONS(7662), 1, anon_sym_DASH, - STATE(4092), 1, + STATE(4100), 1, sym__flag, - STATE(4115), 1, + STATE(4105), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, + STATE(4440), 2, sym_short_flag, sym_long_flag, - [186831] = 6, + ACTIONS(3278), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [187038] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7657), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7659), 1, + ACTIONS(7713), 1, aux_sym__immediate_decimal_token2, - STATE(4116), 1, + STATE(4106), 1, sym_comment, - ACTIONS(2734), 3, + ACTIONS(2784), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2736), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [186854] = 6, + anon_sym_RBRACE, + [187059] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, + ACTIONS(2808), 1, anon_sym_LF, - ACTIONS(7540), 1, + ACTIONS(7721), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7661), 1, + ACTIONS(7731), 1, anon_sym_DOT2, - STATE(4117), 1, + STATE(4107), 1, sym_comment, - ACTIONS(2734), 5, + ACTIONS(2806), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [186877] = 7, + [187082] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4097), 1, - sym__flag, - STATE(4118), 1, + STATE(4108), 1, sym_comment, - ACTIONS(3765), 2, + STATE(4141), 1, + sym__flag, + ACTIONS(3533), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3767), 2, + ACTIONS(3535), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [186902] = 9, + [187107] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(7736), 1, + sym_identifier, + ACTIONS(7738), 1, + anon_sym_GT, + ACTIONS(7740), 1, anon_sym_DQUOTE, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, + STATE(3644), 1, sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4119), 1, + STATE(4109), 1, sym_comment, - STATE(5842), 1, - sym__command_name, - ACTIONS(2796), 2, + STATE(4173), 1, + aux_sym_collection_type_repeat1, + STATE(4218), 1, + sym_val_string, + ACTIONS(7742), 2, sym__str_single_quotes, sym__str_back_ticks, - [186931] = 10, + [187136] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7514), 1, + ACTIONS(7736), 1, sym_identifier, - STATE(1598), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4120), 1, + ACTIONS(7740), 1, + anon_sym_DQUOTE, + ACTIONS(7744), 1, + anon_sym_GT, + STATE(3644), 1, + sym__str_double_quotes, + STATE(4109), 1, + aux_sym_collection_type_repeat1, + STATE(4110), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5095), 1, - sym__assignment_pattern_last, - STATE(5364), 1, - sym__variable_name, - [186962] = 7, - ACTIONS(105), 1, + STATE(4218), 1, + sym_val_string, + ACTIONS(7742), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [187165] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7748), 1, anon_sym_DASH, - STATE(4099), 1, - sym__flag, - STATE(4121), 1, + STATE(4111), 1, sym_comment, - ACTIONS(3765), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3767), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(4759), 2, - sym_short_flag, - sym_long_flag, - [186987] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7514), 1, + ACTIONS(7746), 7, sym_identifier, - STATE(1589), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4122), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5093), 1, - sym__assignment_pattern_last, - STATE(5364), 1, - sym__variable_name, - [187018] = 10, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7514), 1, - sym_identifier, - STATE(1588), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4123), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5065), 1, - sym__assignment_pattern_last, - STATE(5364), 1, - sym__variable_name, - [187049] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4124), 1, - sym_comment, - STATE(5183), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187078] = 7, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [187184] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4101), 1, - sym__flag, - STATE(4125), 1, + STATE(4112), 1, sym_comment, - ACTIONS(3765), 2, + STATE(4144), 1, + sym__flag, + ACTIONS(3533), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3767), 2, + ACTIONS(3535), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187103] = 7, + [187209] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7750), 1, anon_sym_DASH, - STATE(4121), 1, - sym__flag, - STATE(4126), 1, + STATE(4113), 1, sym_comment, - ACTIONS(3693), 2, + STATE(5238), 1, + sym__flag, + ACTIONS(3533), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3695), 2, + ACTIONS(3535), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(2654), 2, sym_short_flag, sym_long_flag, - [187128] = 9, + [187234] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4107), 1, + ACTIONS(4161), 1, anon_sym_COLON, - ACTIONS(6836), 1, + ACTIONS(6962), 1, anon_sym_DQUOTE, - ACTIONS(7664), 1, + ACTIONS(7752), 1, sym_cmd_identifier, - STATE(1172), 1, + STATE(877), 1, sym__command_name, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, + STATE(1230), 1, sym_val_string, - STATE(4127), 1, + STATE(1233), 1, + sym__str_double_quotes, + STATE(4114), 1, sym_comment, - ACTIONS(6838), 2, + ACTIONS(6964), 2, sym__str_single_quotes, sym__str_back_ticks, - [187157] = 7, + [187263] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, - anon_sym_DASH, + ACTIONS(7754), 1, + aux_sym__immediate_decimal_token2, STATE(4115), 1, + sym_comment, + ACTIONS(2876), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2874), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [187284] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4112), 1, sym__flag, - STATE(4128), 1, + STATE(4116), 1, sym_comment, - ACTIONS(3699), 2, + ACTIONS(3710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3701), 2, + ACTIONS(3712), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187182] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7613), 1, - sym_identifier, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(7666), 1, - anon_sym_GT, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4129), 1, - sym_comment, - STATE(4140), 1, - aux_sym_collection_type_repeat1, - STATE(4167), 1, - sym_val_string, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187211] = 4, - ACTIONS(3), 1, + [187309] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7556), 1, - anon_sym_DASH, - STATE(4130), 1, + ACTIONS(2906), 1, + anon_sym_LF, + ACTIONS(7756), 1, + anon_sym_DOT2, + ACTIONS(7758), 1, + aux_sym__immediate_decimal_token2, + STATE(4117), 1, sym_comment, - ACTIONS(7552), 7, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(2904), 5, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [187230] = 7, + anon_sym_DASH, + anon_sym_RBRACE, + [187332] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4086), 1, + STATE(4113), 1, sym__flag, - STATE(4131), 1, + STATE(4118), 1, sym_comment, - ACTIONS(3745), 2, + ACTIONS(3710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3747), 2, + ACTIONS(3712), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187255] = 6, + [187357] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7668), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7670), 1, + ACTIONS(5021), 1, aux_sym__immediate_decimal_token2, - STATE(4132), 1, + ACTIONS(7760), 1, + aux_sym__immediate_decimal_token1, + STATE(4119), 1, sym_comment, - ACTIONS(2724), 3, + ACTIONS(2808), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2806), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - ACTIONS(2726), 3, - ts_builtin_sym_end, + anon_sym_RBRACE, + [187380] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1438), 1, + anon_sym_LF, + ACTIONS(7762), 1, + anon_sym_DOT2, + STATE(2395), 1, + sym_path, + STATE(4120), 1, + sym_comment, + STATE(4189), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1436), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [187405] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1397), 1, + anon_sym_LF, + ACTIONS(7762), 1, + anon_sym_DOT2, + STATE(2440), 1, + sym_cell_path, + STATE(4121), 1, + sym_comment, + STATE(4126), 1, + sym_path, + ACTIONS(1395), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [187430] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(1401), 1, anon_sym_LF, + ACTIONS(7762), 1, anon_sym_DOT2, - [187278] = 7, + STATE(2882), 1, + sym_cell_path, + STATE(4122), 1, + sym_comment, + STATE(4126), 1, + sym_path, + ACTIONS(1399), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [187455] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4133), 1, + STATE(4123), 1, sym_comment, - STATE(4145), 1, + STATE(4130), 1, sym__flag, - ACTIONS(3745), 2, + ACTIONS(3317), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3747), 2, + ACTIONS(3319), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187303] = 7, + [187480] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4134), 1, + STATE(4124), 1, sym_comment, - STATE(4147), 1, + STATE(4135), 1, sym__flag, - ACTIONS(3745), 2, + ACTIONS(3317), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3747), 2, + ACTIONS(3319), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187328] = 7, + [187505] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, + ACTIONS(7750), 1, anon_sym_DASH, - STATE(4135), 1, + STATE(4125), 1, sym_comment, - STATE(5235), 1, + STATE(5239), 1, sym__flag, - ACTIONS(3745), 2, + ACTIONS(3710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3747), 2, + ACTIONS(3712), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2584), 2, + STATE(2654), 2, sym_short_flag, sym_long_flag, - [187353] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7613), 1, - sym_identifier, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(7672), 1, - anon_sym_GT, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4136), 1, - sym_comment, - STATE(4139), 1, - aux_sym_collection_type_repeat1, - STATE(4167), 1, - sym_val_string, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187382] = 4, - ACTIONS(3), 1, + [187530] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7676), 1, - anon_sym_DASH, - STATE(4137), 1, + ACTIONS(1442), 1, + anon_sym_LF, + ACTIONS(7762), 1, + anon_sym_DOT2, + STATE(2395), 1, + sym_path, + STATE(4120), 1, + aux_sym_cell_path_repeat1, + STATE(4126), 1, sym_comment, - ACTIONS(7674), 7, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(1440), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [187401] = 6, + anon_sym_RBRACE, + [187555] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4940), 1, + ACTIONS(7721), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7678), 1, - aux_sym__immediate_decimal_token1, - STATE(4138), 1, + STATE(4127), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(2808), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2734), 4, + ACTIONS(2806), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [187424] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7680), 1, - sym_identifier, - ACTIONS(7683), 1, - anon_sym_GT, - ACTIONS(7685), 1, - anon_sym_DQUOTE, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4167), 1, - sym_val_string, - ACTIONS(7688), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(4139), 2, - sym_comment, - aux_sym_collection_type_repeat1, - [187451] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7613), 1, - sym_identifier, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(7691), 1, - anon_sym_GT, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4139), 1, - aux_sym_collection_type_repeat1, - STATE(4140), 1, - sym_comment, - STATE(4167), 1, - sym_val_string, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187480] = 4, - ACTIONS(3), 1, + [187576] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7695), 1, - anon_sym_DASH, - STATE(4141), 1, + ACTIONS(2808), 1, + anon_sym_LF, + ACTIONS(7721), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7764), 1, + anon_sym_DOT2, + STATE(4128), 1, sym_comment, - ACTIONS(7693), 7, - sym_identifier, - anon_sym_RBRACK, + ACTIONS(2806), 5, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [187499] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(6836), 1, - anon_sym_DQUOTE, - ACTIONS(7664), 1, - sym_cmd_identifier, - STATE(844), 1, - sym__command_name, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(4142), 1, - sym_comment, - ACTIONS(6838), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187528] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7613), 1, - sym_identifier, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(7697), 1, - anon_sym_GT, - STATE(3591), 1, - sym__str_double_quotes, - STATE(4139), 1, - aux_sym_collection_type_repeat1, - STATE(4143), 1, - sym_comment, - STATE(4167), 1, - sym_val_string, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187557] = 5, - ACTIONS(3), 1, + anon_sym_DASH, + anon_sym_RBRACE, + [187599] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7699), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7701), 1, - aux_sym__immediate_decimal_token2, - STATE(4144), 1, + ACTIONS(1401), 1, + anon_sym_LF, + ACTIONS(7766), 1, + anon_sym_DOT2, + STATE(2882), 1, + sym_cell_path, + STATE(4129), 1, sym_comment, - ACTIONS(2726), 6, + STATE(4188), 1, + sym_path, + ACTIONS(1399), 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, - [187578] = 7, + anon_sym_RBRACE, + [187624] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7609), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4064), 1, - sym__flag, - STATE(4145), 1, + STATE(4130), 1, sym_comment, - ACTIONS(3693), 2, + STATE(4164), 1, + sym__flag, + ACTIONS(7715), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3695), 2, + ACTIONS(7717), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4759), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187603] = 6, + [187649] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(2368), 1, - sym_path, - STATE(4109), 1, - aux_sym_cell_path_repeat1, - STATE(4146), 1, + ACTIONS(5025), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7769), 1, + aux_sym__immediate_decimal_token1, + STATE(4131), 1, sym_comment, - ACTIONS(1388), 2, + ACTIONS(2784), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(1386), 4, + ACTIONS(2782), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [187626] = 7, + [187672] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7607), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4147), 1, + STATE(4132), 1, sym_comment, - STATE(5238), 1, + STATE(4161), 1, sym__flag, - ACTIONS(3693), 2, + ACTIONS(3509), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3695), 2, + ACTIONS(3511), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2584), 2, + STATE(4842), 2, sym_short_flag, sym_long_flag, - [187651] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6836), 1, - anon_sym_DQUOTE, - ACTIONS(7664), 1, - sym_cmd_identifier, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(1374), 1, - sym__command_name, - STATE(4148), 1, - sym_comment, - ACTIONS(6838), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187677] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7294), 1, - anon_sym_DOLLAR, - ACTIONS(7298), 1, - anon_sym_LBRACE, - STATE(2856), 1, - sym__var, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, - STATE(4149), 1, - sym_comment, - STATE(1539), 2, - sym__blosure, - sym_val_variable, - [187703] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6882), 1, - anon_sym_DQUOTE, - ACTIONS(7703), 1, - sym_cmd_identifier, - STATE(1340), 1, - sym_val_string, - STATE(1397), 1, - sym__str_double_quotes, - STATE(1492), 1, - sym__command_name, - STATE(4150), 1, - sym_comment, - ACTIONS(6884), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187729] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6882), 1, - anon_sym_DQUOTE, - ACTIONS(7703), 1, - sym_cmd_identifier, - STATE(1340), 1, - sym_val_string, - STATE(1397), 1, - sym__str_double_quotes, - STATE(1490), 1, - sym__command_name, - STATE(4151), 1, - sym_comment, - ACTIONS(6884), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187755] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6882), 1, - anon_sym_DQUOTE, - ACTIONS(7703), 1, - sym_cmd_identifier, - STATE(1340), 1, - sym_val_string, - STATE(1397), 1, - sym__str_double_quotes, - STATE(1533), 1, - sym__command_name, - STATE(4152), 1, - sym_comment, - ACTIONS(6884), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187781] = 8, - ACTIONS(3), 1, + [187697] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4153), 1, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4133), 1, sym_comment, - STATE(5531), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [187807] = 6, + STATE(5230), 1, + sym__flag, + ACTIONS(3317), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3319), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [187722] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - ACTIONS(4940), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7705), 1, - anon_sym_DOT2, - STATE(4154), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4134), 1, sym_comment, - ACTIONS(2734), 4, + STATE(4160), 1, + sym__flag, + ACTIONS(3509), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [187829] = 6, + ACTIONS(3511), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [187747] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4963), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7708), 1, - aux_sym__immediate_decimal_token1, - STATE(4155), 1, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4135), 1, sym_comment, - ACTIONS(2734), 2, + STATE(5196), 1, + sym__flag, + ACTIONS(7715), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2736), 3, + ACTIONS(7717), 2, ts_builtin_sym_end, anon_sym_LF, - anon_sym_DOT2, - [187851] = 5, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [187772] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7629), 1, + ACTIONS(7771), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7773), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7710), 1, - anon_sym_DOT2, - STATE(4156), 1, + STATE(4136), 1, sym_comment, - ACTIONS(2736), 5, + ACTIONS(2808), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [187871] = 7, + anon_sym_DOT2, + [187793] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7736), 1, + sym_identifier, + ACTIONS(7740), 1, + anon_sym_DQUOTE, + ACTIONS(7775), 1, + anon_sym_GT, + STATE(3644), 1, + sym__str_double_quotes, + STATE(4137), 1, + sym_comment, + STATE(4173), 1, + aux_sym_collection_type_repeat1, + STATE(4218), 1, + sym_val_string, + ACTIONS(7742), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [187822] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7713), 1, - anon_sym_DOT2, - STATE(2600), 1, - sym_path, - STATE(4157), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4123), 1, + sym__flag, + STATE(4138), 1, sym_comment, - STATE(4184), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1402), 2, + ACTIONS(3377), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1404), 2, + ACTIONS(3379), 2, ts_builtin_sym_end, anon_sym_LF, - [187895] = 6, - ACTIONS(105), 1, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [187847] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2770), 1, - anon_sym_LF, - ACTIONS(4975), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7715), 1, - anon_sym_DOT2, - STATE(4158), 1, + ACTIONS(7676), 1, + anon_sym_DASH, + STATE(4139), 1, sym_comment, - ACTIONS(2768), 4, - anon_sym_SEMI, + ACTIONS(7672), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [187917] = 5, - ACTIONS(3), 1, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [187866] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7718), 1, - anon_sym_DOT2, - ACTIONS(7721), 1, + ACTIONS(7777), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7779), 1, aux_sym__immediate_decimal_token2, - STATE(4159), 1, + STATE(4140), 1, sym_comment, - ACTIONS(2770), 5, + ACTIONS(2782), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [187937] = 5, - ACTIONS(3), 1, + ACTIONS(2784), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [187889] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7725), 1, + ACTIONS(7734), 1, anon_sym_DASH, - STATE(4619), 1, - sym_long_flag, - STATE(4160), 2, - sym_comment, - aux_sym_decl_def_repeat1, - ACTIONS(7723), 4, - sym_cmd_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187957] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1598), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4161), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5095), 1, - sym__assignment_pattern_last, - STATE(5364), 1, - sym__variable_name, - [187985] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1589), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4162), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5093), 1, - sym__assignment_pattern_last, - STATE(5364), 1, - sym__variable_name, - [188013] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1588), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4163), 1, + STATE(4133), 1, + sym__flag, + STATE(4141), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5065), 1, - sym__assignment_pattern_last, - STATE(5364), 1, - sym__variable_name, - [188041] = 8, + ACTIONS(3377), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3379), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [187914] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(7736), 1, + sym_identifier, + ACTIONS(7740), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, + ACTIONS(7781), 1, + anon_sym_GT, + STATE(3644), 1, sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4164), 1, + STATE(4137), 1, + aux_sym_collection_type_repeat1, + STATE(4142), 1, sym_comment, - STATE(5882), 1, - sym__command_name, - ACTIONS(2796), 2, + STATE(4218), 1, + sym_val_string, + ACTIONS(7742), 2, sym__str_single_quotes, sym__str_back_ticks, - [188067] = 6, - ACTIONS(105), 1, + [187943] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2736), 1, - anon_sym_LF, - ACTIONS(4940), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7728), 1, - anon_sym_DOT2, - STATE(4165), 1, + ACTIONS(7676), 1, + anon_sym_DASH, + STATE(4143), 1, sym_comment, - ACTIONS(2734), 4, - anon_sym_SEMI, + ACTIONS(7672), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188089] = 5, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [187962] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2981), 1, - anon_sym_LF, - ACTIONS(7730), 1, - anon_sym_DOT2, - STATE(4166), 1, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4144), 1, sym_comment, - ACTIONS(2979), 5, + STATE(5233), 1, + sym__flag, + ACTIONS(3377), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [188109] = 5, + ACTIONS(3379), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [187987] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7734), 1, - anon_sym_COLON, - ACTIONS(7736), 1, - anon_sym_COMMA, - STATE(4167), 1, + ACTIONS(7686), 1, + anon_sym_DASH, + STATE(4145), 1, sym_comment, - ACTIONS(7732), 5, + ACTIONS(7682), 7, sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [188129] = 9, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188006] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1598), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4168), 1, + ACTIONS(7727), 1, + anon_sym_DASH, + STATE(4146), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5342), 1, - sym__assignment_pattern_last, - STATE(5343), 1, - sym__variable_name, - [188157] = 5, + ACTIONS(7723), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188025] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7740), 1, - anon_sym_COLON, - ACTIONS(7742), 1, - anon_sym_COMMA, - STATE(4169), 1, + ACTIONS(7785), 1, + anon_sym_DASH, + STATE(4147), 1, sym_comment, - ACTIONS(7738), 5, + ACTIONS(7783), 7, sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [188177] = 4, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188044] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7744), 1, - aux_sym__immediate_decimal_token2, - STATE(4170), 1, + ACTIONS(7789), 1, + anon_sym_DASH, + STATE(4148), 1, sym_comment, - ACTIONS(2935), 6, + ACTIONS(7787), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188063] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7789), 1, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [188195] = 7, + STATE(4149), 1, + sym_comment, + ACTIONS(7787), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188082] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7713), 1, - anon_sym_DOT2, - STATE(2644), 1, - sym_cell_path, - STATE(4157), 1, - sym_path, - STATE(4171), 1, + ACTIONS(7791), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7793), 1, + aux_sym__immediate_decimal_token2, + STATE(4150), 1, sym_comment, - ACTIONS(1421), 2, + ACTIONS(2806), 3, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1423), 2, + anon_sym_DASH, + ACTIONS(2808), 3, ts_builtin_sym_end, anon_sym_LF, - [188219] = 4, + anon_sym_DOT2, + [188105] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7622), 1, + anon_sym_DASH, + STATE(4151), 1, + sym_comment, + ACTIONS(7618), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188124] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(4172), 1, + STATE(2395), 1, + sym_path, + STATE(4152), 1, sym_comment, - ACTIONS(2736), 2, + STATE(4189), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1438), 2, anon_sym_LF, anon_sym_DOT2, - ACTIONS(2734), 5, + ACTIONS(1436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [188237] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1589), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4173), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5343), 1, - sym__variable_name, - STATE(5345), 1, - sym__assignment_pattern_last, - [188265] = 7, + [188147] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7713), 1, - anon_sym_DOT2, - STATE(3027), 1, - sym_cell_path, - STATE(4157), 1, - sym_path, - STATE(4174), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4153), 1, sym_comment, - ACTIONS(1373), 2, + STATE(4162), 1, + sym__flag, + ACTIONS(3317), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1375), 2, + ACTIONS(3319), 2, ts_builtin_sym_end, anon_sym_LF, - [188289] = 6, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188172] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2770), 1, - anon_sym_LF, - ACTIONS(4975), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7746), 1, - anon_sym_DOT2, - STATE(4175), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4108), 1, + sym__flag, + STATE(4154), 1, sym_comment, - ACTIONS(2768), 4, + ACTIONS(3710), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [188311] = 8, + ACTIONS(3712), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188197] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6836), 1, - anon_sym_DQUOTE, - ACTIONS(7664), 1, - sym_cmd_identifier, - STATE(1172), 1, - sym__command_name, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(4176), 1, - sym_comment, - ACTIONS(6838), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188337] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4177), 1, + ACTIONS(7578), 1, + anon_sym_DASH, + STATE(4155), 1, sym_comment, - ACTIONS(2726), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2724), 5, - anon_sym_SEMI, + ACTIONS(7574), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [188355] = 4, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188216] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7701), 1, + ACTIONS(7795), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7797), 1, aux_sym__immediate_decimal_token2, - STATE(4178), 1, + STATE(4156), 1, sym_comment, - ACTIONS(2726), 6, + ACTIONS(2784), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOT2, - [188373] = 8, + [188237] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(7748), 1, - sym_cmd_identifier, - STATE(3591), 1, - sym__str_double_quotes, - STATE(3853), 1, - sym_val_string, - STATE(3862), 1, - sym__command_name, - STATE(4179), 1, + ACTIONS(7596), 1, + anon_sym_DASH, + STATE(4157), 1, sym_comment, - ACTIONS(7619), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188399] = 4, + ACTIONS(7592), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188256] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(4180), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4158), 1, sym_comment, - ACTIONS(2935), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(2933), 5, + STATE(4176), 1, + sym__flag, + ACTIONS(3533), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [188417] = 6, + ACTIONS(3535), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188281] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7659), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7750), 1, - anon_sym_DOT2, - STATE(4181), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4159), 1, sym_comment, - ACTIONS(2736), 2, + STATE(4178), 1, + sym__flag, + ACTIONS(3278), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3280), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2734), 3, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188306] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4160), 1, + sym_comment, + STATE(4179), 1, + sym__flag, + ACTIONS(3278), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - [188439] = 4, + ACTIONS(3280), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188331] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(4182), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4161), 1, sym_comment, - ACTIONS(3004), 2, - anon_sym_LF, - anon_sym_DOT2, - ACTIONS(3002), 5, + STATE(4180), 1, + sym__flag, + ACTIONS(3278), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [188457] = 5, + ACTIONS(3280), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188356] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3012), 1, - anon_sym_LF, - ACTIONS(7753), 1, - anon_sym_DOT2, - STATE(4183), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4162), 1, sym_comment, - ACTIONS(3010), 5, + STATE(4165), 1, + sym__flag, + ACTIONS(7715), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [188477] = 7, + ACTIONS(7717), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188381] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7713), 1, - anon_sym_DOT2, - STATE(2600), 1, - sym_path, - STATE(4184), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4163), 1, sym_comment, - STATE(4239), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1386), 2, + STATE(4166), 1, + sym__flag, + ACTIONS(7715), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1388), 2, + ACTIONS(7717), 2, ts_builtin_sym_end, anon_sym_LF, - [188501] = 4, - ACTIONS(3), 1, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188406] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7629), 1, - aux_sym__immediate_decimal_token2, - STATE(4185), 1, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4164), 1, sym_comment, - ACTIONS(2736), 6, + STATE(5184), 1, + sym__flag, + ACTIONS(7658), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [188519] = 6, + ACTIONS(7660), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [188431] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7659), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7755), 1, - anon_sym_DOT2, - STATE(4186), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4165), 1, sym_comment, - ACTIONS(2736), 2, + STATE(4171), 1, + sym__flag, + ACTIONS(7658), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7660), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2734), 3, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188456] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4166), 1, + sym_comment, + STATE(4172), 1, + sym__flag, + ACTIONS(7658), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - [188541] = 9, + ACTIONS(7660), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188481] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7736), 1, sym_identifier, - STATE(1588), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4187), 1, + ACTIONS(7740), 1, + anon_sym_DQUOTE, + ACTIONS(7799), 1, + anon_sym_GT, + STATE(3644), 1, + sym__str_double_quotes, + STATE(4167), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5343), 1, - sym__variable_name, - STATE(5346), 1, - sym__assignment_pattern_last, - [188569] = 8, + STATE(4174), 1, + aux_sym_collection_type_repeat1, + STATE(4218), 1, + sym_val_string, + ACTIONS(7742), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [188510] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6836), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(6962), 1, anon_sym_DQUOTE, - ACTIONS(7664), 1, + ACTIONS(7752), 1, sym_cmd_identifier, - STATE(844), 1, + STATE(1223), 1, sym__command_name, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, + STATE(1230), 1, sym_val_string, - STATE(4188), 1, + STATE(1233), 1, + sym__str_double_quotes, + STATE(4168), 1, sym_comment, - ACTIONS(6838), 2, + ACTIONS(6964), 2, sym__str_single_quotes, sym__str_back_ticks, - [188595] = 8, + [188539] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7604), 1, sym_cmd_identifier, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(4040), 1, + STATE(4095), 1, sym_val_string, - STATE(4189), 1, + STATE(4169), 1, sym_comment, - STATE(4927), 1, + STATE(5006), 1, sym__command_name, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [188621] = 8, + [188568] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6882), 1, - anon_sym_DQUOTE, - ACTIONS(7703), 1, - sym_cmd_identifier, - STATE(1340), 1, - sym_val_string, - STATE(1345), 1, - sym__command_name, - STATE(1397), 1, - sym__str_double_quotes, - STATE(4190), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7638), 1, + sym_identifier, + STATE(1645), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4170), 1, sym_comment, - ACTIONS(6884), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188647] = 6, + STATE(4907), 1, + sym_val_variable, + STATE(5054), 1, + sym__assignment_pattern_last, + STATE(5443), 1, + sym__variable_name, + [188599] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7757), 1, - anon_sym_DOT2, - ACTIONS(7760), 1, - aux_sym__immediate_decimal_token2, - STATE(4191), 1, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4171), 1, sym_comment, - ACTIONS(2770), 2, + STATE(5246), 1, + sym__flag, + ACTIONS(7707), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7709), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2768), 3, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [188624] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4172), 1, + sym_comment, + STATE(4184), 1, + sym__flag, + ACTIONS(7707), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - [188669] = 8, + ACTIONS(7709), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188649] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(7801), 1, + sym_identifier, + ACTIONS(7804), 1, + anon_sym_GT, + ACTIONS(7806), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, + STATE(3644), 1, sym__str_double_quotes, - STATE(4040), 1, + STATE(4218), 1, sym_val_string, - STATE(4192), 1, - sym_comment, - STATE(6039), 1, - sym__command_name, - ACTIONS(2796), 2, + ACTIONS(7809), 2, sym__str_single_quotes, sym__str_back_ticks, - [188695] = 8, + STATE(4173), 2, + sym_comment, + aux_sym_collection_type_repeat1, + [188676] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6882), 1, + ACTIONS(7736), 1, + sym_identifier, + ACTIONS(7740), 1, anon_sym_DQUOTE, - ACTIONS(7703), 1, - sym_cmd_identifier, - STATE(884), 1, - sym__command_name, - STATE(1340), 1, - sym_val_string, - STATE(1397), 1, + ACTIONS(7812), 1, + anon_sym_GT, + STATE(3644), 1, sym__str_double_quotes, - STATE(4193), 1, + STATE(4173), 1, + aux_sym_collection_type_repeat1, + STATE(4174), 1, sym_comment, - ACTIONS(6884), 2, + STATE(4218), 1, + sym_val_string, + ACTIONS(7742), 2, sym__str_single_quotes, sym__str_back_ticks, - [188721] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7760), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7762), 1, - anon_sym_DOT2, - STATE(4194), 1, - sym_comment, - ACTIONS(2770), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2768), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [188743] = 9, + [188705] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7638), 1, sym_identifier, - STATE(1624), 1, + STATE(1644), 1, sym__assignment_pattern, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(4195), 1, + STATE(4175), 1, sym_comment, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(4987), 1, + STATE(5057), 1, sym__assignment_pattern_last, - STATE(5364), 1, + STATE(5443), 1, sym__variable_name, - [188771] = 8, - ACTIONS(3), 1, + [188736] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6836), 1, - anon_sym_DQUOTE, - ACTIONS(7664), 1, - sym_cmd_identifier, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1196), 1, - sym__command_name, - STATE(1204), 1, - sym_val_string, - STATE(4196), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4124), 1, + sym__flag, + STATE(4176), 1, sym_comment, - ACTIONS(6838), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188797] = 9, + ACTIONS(3377), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3379), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188761] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7764), 1, - anon_sym_DOT2, - ACTIONS(7766), 1, - anon_sym_LPAREN2, - ACTIONS(7768), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7770), 1, - anon_sym_DASH2, - ACTIONS(7772), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7774), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(7776), 1, - aux_sym_short_flag_token1, - STATE(4197), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4116), 1, + sym__flag, + STATE(4177), 1, sym_comment, - [188825] = 8, - ACTIONS(3), 1, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188786] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(3862), 1, - sym__command_name, - STATE(4040), 1, - sym_val_string, - STATE(4198), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4118), 1, + sym__flag, + STATE(4178), 1, sym_comment, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188851] = 8, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188811] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4125), 1, + sym__flag, + STATE(4179), 1, + sym_comment, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188836] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4180), 1, + sym_comment, + STATE(5181), 1, + sym__flag, + ACTIONS(3561), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3563), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [188861] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4199), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7638), 1, + sym_identifier, + STATE(1642), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4181), 1, sym_comment, - STATE(5671), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188877] = 8, + STATE(4907), 1, + sym_val_variable, + STATE(5058), 1, + sym__assignment_pattern_last, + STATE(5443), 1, + sym__variable_name, + [188892] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7604), 1, sym_cmd_identifier, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(4040), 1, + STATE(4095), 1, sym_val_string, - STATE(4200), 1, + STATE(4182), 1, sym_comment, - STATE(5853), 1, + STATE(6055), 1, sym__command_name, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [188903] = 9, - ACTIONS(3), 1, + [188921] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1582), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, - sym__var, - STATE(4201), 1, + ACTIONS(7734), 1, + anon_sym_DASH, + STATE(4132), 1, + sym__flag, + STATE(4183), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5317), 1, - sym__assignment_pattern_parenthesized_last, - STATE(5387), 1, - sym__variable_name, - [188931] = 5, + ACTIONS(3780), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3782), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4842), 2, + sym_short_flag, + sym_long_flag, + [188946] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3027), 1, - anon_sym_LF, - ACTIONS(7778), 1, - anon_sym_DOT2, - STATE(4202), 1, + ACTIONS(7750), 1, + anon_sym_DASH, + STATE(4184), 1, sym_comment, - ACTIONS(3025), 5, + STATE(5138), 1, + sym__flag, + ACTIONS(7701), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, + ACTIONS(7703), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2654), 2, + sym_short_flag, + sym_long_flag, + [188971] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7816), 1, anon_sym_DASH, - anon_sym_RBRACE, - [188951] = 5, + STATE(4185), 1, + sym_comment, + ACTIONS(7814), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [188990] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2975), 1, + ACTIONS(2906), 1, anon_sym_LF, - ACTIONS(7780), 1, + ACTIONS(7758), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7818), 1, anon_sym_DOT2, - STATE(4203), 1, + STATE(4186), 1, sym_comment, - ACTIONS(2973), 5, + ACTIONS(2904), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [188971] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6836), 1, - anon_sym_DQUOTE, - ACTIONS(7664), 1, - sym_cmd_identifier, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(1375), 1, - sym__command_name, - STATE(4204), 1, - sym_comment, - ACTIONS(6838), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [188997] = 5, + [189013] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3050), 1, + ACTIONS(1397), 1, anon_sym_LF, - ACTIONS(7782), 1, + ACTIONS(7821), 1, anon_sym_DOT2, - STATE(4205), 1, + STATE(2440), 1, + sym_cell_path, + STATE(4187), 1, sym_comment, - ACTIONS(3048), 5, + STATE(4188), 1, + sym_path, + ACTIONS(1395), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [189017] = 5, + [189038] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3056), 1, + ACTIONS(1442), 1, anon_sym_LF, - ACTIONS(7784), 1, + ACTIONS(7762), 1, anon_sym_DOT2, - STATE(4206), 1, + STATE(2395), 1, + sym_path, + STATE(4152), 1, + aux_sym_cell_path_repeat1, + STATE(4188), 1, sym_comment, - ACTIONS(3054), 5, + ACTIONS(1440), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [189037] = 7, + [189063] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7713), 1, + ACTIONS(1413), 1, + anon_sym_LF, + ACTIONS(7824), 1, anon_sym_DOT2, - STATE(2600), 1, + STATE(2395), 1, sym_path, - STATE(4207), 1, + STATE(4189), 2, sym_comment, - STATE(4220), 1, aux_sym_cell_path_repeat1, - ACTIONS(1402), 2, + ACTIONS(1411), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1404), 2, - ts_builtin_sym_end, - anon_sym_LF, - [189061] = 5, + anon_sym_RBRACE, + [189086] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2766), 1, + ACTIONS(3125), 1, anon_sym_LF, - ACTIONS(7786), 1, - sym__long_flag_identifier, - STATE(4208), 1, + ACTIONS(7827), 1, + anon_sym_DOT2, + STATE(4190), 1, sym_comment, - ACTIONS(2762), 5, + ACTIONS(3123), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [189081] = 7, + [189106] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7788), 1, + ACTIONS(3131), 1, + anon_sym_LF, + ACTIONS(7829), 1, anon_sym_DOT2, - STATE(3027), 1, - sym_cell_path, - STATE(4207), 1, - sym_path, - STATE(4209), 1, + STATE(4191), 1, sym_comment, - ACTIONS(1373), 2, + ACTIONS(3129), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1375), 2, - ts_builtin_sym_end, - anon_sym_LF, - [189105] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4210), 1, - sym_comment, - ACTIONS(2995), 7, - sym_cmd_identifier, - anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [189121] = 8, + anon_sym_RBRACE, + [189126] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(6972), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(7831), 1, sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, + STATE(1344), 1, sym_val_string, - STATE(4211), 1, - sym_comment, - STATE(6094), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [189147] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, + STATE(1432), 1, sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4212), 1, - sym_comment, - STATE(5842), 1, + STATE(1482), 1, sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [189173] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4213), 1, + STATE(4192), 1, sym_comment, - STATE(5183), 1, - sym__command_name, - ACTIONS(2796), 2, + ACTIONS(6974), 2, sym__str_single_quotes, sym__str_back_ticks, - [189199] = 4, + [189152] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3062), 1, - anon_sym_LF, - STATE(4214), 1, + ACTIONS(7833), 1, + anon_sym_DOT2, + ACTIONS(7835), 1, + aux_sym__immediate_decimal_token2, + STATE(4193), 1, sym_comment, - ACTIONS(3060), 6, + ACTIONS(2906), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2904), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_else, - anon_sym_RBRACE, - anon_sym_catch, - [189217] = 7, + anon_sym_DASH, + [189174] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7791), 1, + ACTIONS(2808), 1, + anon_sym_LF, + ACTIONS(5021), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7837), 1, anon_sym_DOT2, - STATE(2644), 1, - sym_cell_path, - STATE(4207), 1, - sym_path, - STATE(4215), 1, + STATE(4194), 1, sym_comment, - ACTIONS(1421), 2, + ACTIONS(2806), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1423), 2, - ts_builtin_sym_end, - anon_sym_LF, - [189241] = 8, + anon_sym_RBRACE, + [189196] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6836), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7664), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - STATE(1184), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(1204), 1, + STATE(4095), 1, sym_val_string, - STATE(1389), 1, - sym__command_name, - STATE(4216), 1, + STATE(4195), 1, sym_comment, - ACTIONS(6838), 2, + STATE(5923), 1, + sym__command_name, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [189267] = 8, + [189222] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4217), 1, + ACTIONS(7842), 1, + anon_sym_DASH, + STATE(4628), 1, + sym_long_flag, + STATE(4196), 2, sym_comment, - STATE(5655), 1, - sym__command_name, - ACTIONS(2796), 2, + aux_sym_decl_def_repeat1, + ACTIONS(7840), 4, + sym_cmd_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189293] = 8, + [189242] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7456), 1, - anon_sym_LBRACE, - STATE(2953), 1, + ACTIONS(7638), 1, + sym_identifier, + STATE(1628), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, sym__var, - STATE(3194), 1, - sym_block, - STATE(3195), 1, - sym_val_closure, - STATE(4218), 1, + STATE(4197), 1, sym_comment, - STATE(1600), 2, - sym__blosure, + STATE(4907), 1, sym_val_variable, - [189319] = 8, + STATE(5327), 1, + sym__variable_name, + STATE(5329), 1, + sym__assignment_pattern_parenthesized_last, + [189270] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(7508), 1, - sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, - sym_val_string, - STATE(4219), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1629), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, + sym__var, + STATE(4198), 1, sym_comment, - STATE(5126), 1, - sym__command_name, - ACTIONS(2796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [189345] = 6, + STATE(4907), 1, + sym_val_variable, + STATE(5327), 1, + sym__variable_name, + STATE(5328), 1, + sym__assignment_pattern_parenthesized_last, + [189298] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(2600), 1, - sym_path, - STATE(4220), 1, + STATE(4199), 1, sym_comment, - STATE(4239), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1386), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1388), 3, - ts_builtin_sym_end, + ACTIONS(2808), 2, anon_sym_LF, anon_sym_DOT2, - [189367] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7794), 1, - anon_sym_alias, - ACTIONS(7796), 1, - anon_sym_const, - ACTIONS(7798), 1, - anon_sym_def, - ACTIONS(7800), 1, - anon_sym_extern, - ACTIONS(7802), 1, - anon_sym_module, - ACTIONS(7804), 1, - anon_sym_use, - STATE(4221), 1, - sym_comment, - [189395] = 9, + ACTIONS(2806), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [189316] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7638), 1, sym_identifier, - STATE(1583), 1, + STATE(1631), 1, sym__assignment_pattern_parenthesized, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(4222), 1, + STATE(4200), 1, sym_comment, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(5387), 1, - sym__variable_name, - STATE(5401), 1, + STATE(5324), 1, sym__assignment_pattern_parenthesized_last, - [189423] = 8, + STATE(5327), 1, + sym__variable_name, + [189344] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3232), 1, + anon_sym_LF, + STATE(4201), 1, + sym_comment, + ACTIONS(3230), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_else, + anon_sym_RBRACE, + anon_sym_catch, + [189362] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(4040), 1, + STATE(4095), 1, sym_val_string, - STATE(4223), 1, + STATE(4202), 1, sym_comment, - STATE(5776), 1, + STATE(5794), 1, sym__command_name, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [189449] = 9, + [189388] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7638), 1, sym_identifier, - STATE(1577), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, + STATE(1642), 1, + sym__assignment_pattern, + STATE(2682), 1, sym__var, - STATE(4224), 1, + STATE(4203), 1, sym_comment, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(5387), 1, + STATE(5058), 1, + sym__assignment_pattern_last, + STATE(5443), 1, sym__variable_name, - STATE(5391), 1, - sym__assignment_pattern_parenthesized_last, - [189477] = 9, + [189416] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4204), 1, + sym_comment, + ACTIONS(2784), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2782), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [189434] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7845), 1, + anon_sym_alias, + ACTIONS(7847), 1, + anon_sym_const, + ACTIONS(7849), 1, + anon_sym_def, + ACTIONS(7851), 1, + anon_sym_extern, + ACTIONS(7853), 1, + anon_sym_module, + ACTIONS(7855), 1, + anon_sym_use, + STATE(4205), 1, + sym_comment, + [189462] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7638), 1, sym_identifier, - STATE(1624), 1, + STATE(1644), 1, sym__assignment_pattern, - STATE(2614), 1, + STATE(2682), 1, sym__var, - STATE(4225), 1, + STATE(4206), 1, sym_comment, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(5290), 1, + STATE(5057), 1, sym__assignment_pattern_last, - STATE(5343), 1, + STATE(5443), 1, sym__variable_name, - [189505] = 9, + [189490] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4207), 1, + sym_comment, + ACTIONS(2876), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(2874), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [189508] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7638), 1, sym_identifier, - STATE(1614), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, + STATE(1645), 1, + sym__assignment_pattern, + STATE(2682), 1, sym__var, - STATE(4226), 1, + STATE(4208), 1, sym_comment, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(5387), 1, + STATE(5054), 1, + sym__assignment_pattern_last, + STATE(5443), 1, sym__variable_name, - STATE(5393), 1, - sym__assignment_pattern_parenthesized_last, - [189533] = 8, + [189536] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4209), 1, + sym_comment, + ACTIONS(3036), 2, + anon_sym_LF, + anon_sym_DOT2, + ACTIONS(3034), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [189554] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6882), 1, + ACTIONS(6972), 1, anon_sym_DQUOTE, - ACTIONS(7703), 1, + ACTIONS(7831), 1, sym_cmd_identifier, - STATE(1340), 1, + STATE(1344), 1, sym_val_string, - STATE(1397), 1, + STATE(1432), 1, sym__str_double_quotes, - STATE(1414), 1, + STATE(1572), 1, sym__command_name, - STATE(4227), 1, + STATE(4210), 1, sym_comment, - ACTIONS(6884), 2, + ACTIONS(6974), 2, sym__str_single_quotes, sym__str_back_ticks, - [189559] = 8, + [189580] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(6972), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(7831), 1, sym_cmd_identifier, - STATE(2693), 1, - sym__str_double_quotes, - STATE(4040), 1, + STATE(1344), 1, sym_val_string, - STATE(4228), 1, - sym_comment, - STATE(5245), 1, + STATE(1432), 1, + sym__str_double_quotes, + STATE(1625), 1, sym__command_name, - ACTIONS(2796), 2, + STATE(4211), 1, + sym_comment, + ACTIONS(6974), 2, sym__str_single_quotes, sym__str_back_ticks, - [189585] = 8, + [189606] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6882), 1, + ACTIONS(6972), 1, anon_sym_DQUOTE, - ACTIONS(7703), 1, + ACTIONS(7831), 1, sym_cmd_identifier, - STATE(1263), 1, - sym__command_name, - STATE(1340), 1, + STATE(1344), 1, sym_val_string, - STATE(1397), 1, + STATE(1432), 1, sym__str_double_quotes, - STATE(4229), 1, + STATE(1574), 1, + sym__command_name, + STATE(4212), 1, sym_comment, - ACTIONS(6884), 2, + ACTIONS(6974), 2, sym__str_single_quotes, sym__str_back_ticks, - [189611] = 8, + [189632] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6882), 1, + ACTIONS(6962), 1, anon_sym_DQUOTE, - ACTIONS(7703), 1, + ACTIONS(7752), 1, sym_cmd_identifier, - STATE(1340), 1, + STATE(1223), 1, + sym__command_name, + STATE(1230), 1, sym_val_string, - STATE(1397), 1, + STATE(1233), 1, sym__str_double_quotes, - STATE(1418), 1, - sym__command_name, - STATE(4230), 1, + STATE(4213), 1, sym_comment, - ACTIONS(6884), 2, + ACTIONS(6964), 2, sym__str_single_quotes, sym__str_back_ticks, - [189637] = 6, - ACTIONS(105), 1, + [189658] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5014), 1, + ACTIONS(7773), 1, aux_sym__immediate_decimal_token2, - ACTIONS(7806), 1, - aux_sym__immediate_decimal_token1, - STATE(4231), 1, + ACTIONS(7857), 1, + anon_sym_DOT2, + STATE(4214), 1, sym_comment, - ACTIONS(2724), 2, - anon_sym_SEMI, + ACTIONS(2808), 5, anon_sym_PIPE, - ACTIONS(2726), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [189659] = 8, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189678] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6836), 1, + ACTIONS(6962), 1, anon_sym_DQUOTE, - ACTIONS(7664), 1, + ACTIONS(7752), 1, sym_cmd_identifier, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(1348), 1, + STATE(877), 1, sym__command_name, - STATE(4232), 1, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(4215), 1, sym_comment, - ACTIONS(6838), 2, + ACTIONS(6964), 2, sym__str_single_quotes, sym__str_back_ticks, - [189685] = 8, + [189704] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7793), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7860), 1, + anon_sym_DOT2, + STATE(4216), 1, + sym_comment, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2806), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [189726] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6836), 1, - anon_sym_DQUOTE, - ACTIONS(7664), 1, - sym_cmd_identifier, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(1210), 1, - sym__command_name, - STATE(4233), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1646), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4217), 1, + sym_comment, + STATE(4907), 1, + sym_val_variable, + STATE(5021), 1, + sym__assignment_pattern_last, + STATE(5443), 1, + sym__variable_name, + [189754] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7864), 1, + anon_sym_COLON, + ACTIONS(7866), 1, + anon_sym_COMMA, + STATE(4218), 1, sym_comment, - ACTIONS(6838), 2, + ACTIONS(7862), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189711] = 8, + [189774] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6836), 1, + ACTIONS(6962), 1, anon_sym_DQUOTE, - ACTIONS(7664), 1, + ACTIONS(7752), 1, sym_cmd_identifier, - STATE(1184), 1, - sym__str_double_quotes, - STATE(1204), 1, - sym_val_string, - STATE(1245), 1, + STATE(1214), 1, sym__command_name, - STATE(4234), 1, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(4219), 1, sym_comment, - ACTIONS(6838), 2, + ACTIONS(6964), 2, sym__str_single_quotes, sym__str_back_ticks, - [189737] = 5, - ACTIONS(105), 1, + [189800] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7808), 1, + ACTIONS(7868), 1, + anon_sym_DOT2, + ACTIONS(7871), 1, aux_sym__immediate_decimal_token2, - STATE(4235), 1, + STATE(4220), 1, sym_comment, - ACTIONS(2933), 3, - anon_sym_SEMI, + ACTIONS(2906), 5, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2935), 3, - ts_builtin_sym_end, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [189820] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7875), 1, + anon_sym_COLON, + ACTIONS(7877), 1, + anon_sym_COMMA, + STATE(4221), 1, + sym_comment, + ACTIONS(7873), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [189840] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2906), 1, anon_sym_LF, + ACTIONS(5058), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7879), 1, anon_sym_DOT2, - [189757] = 5, + STATE(4222), 1, + sym_comment, + ACTIONS(2904), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [189862] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7670), 1, + ACTIONS(5095), 1, aux_sym__immediate_decimal_token2, - STATE(4236), 1, + ACTIONS(7882), 1, + aux_sym__immediate_decimal_token1, + STATE(4223), 1, sym_comment, - ACTIONS(2724), 3, + ACTIONS(2806), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - ACTIONS(2726), 3, + ACTIONS(2808), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - [189777] = 8, + [189884] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6882), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7703), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - STATE(1340), 1, - sym_val_string, - STATE(1397), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(1462), 1, - sym__command_name, - STATE(4237), 1, + STATE(4095), 1, + sym_val_string, + STATE(4224), 1, sym_comment, - ACTIONS(6884), 2, + STATE(6091), 1, + sym__command_name, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [189803] = 5, + [189910] = 9, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7659), 1, - aux_sym__immediate_decimal_token2, - STATE(4238), 1, + ACTIONS(7884), 1, + anon_sym_DOT2, + ACTIONS(7886), 1, + anon_sym_LPAREN2, + ACTIONS(7888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7890), 1, + anon_sym_DASH2, + ACTIONS(7892), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(7894), 1, + aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7896), 1, + aux_sym_short_flag_token1, + STATE(4225), 1, + sym_comment, + [189938] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3117), 1, + anon_sym_LF, + ACTIONS(7898), 1, + anon_sym_DOT2, + STATE(4226), 1, sym_comment, - ACTIONS(2734), 3, + ACTIONS(3115), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2736), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [189823] = 6, + anon_sym_RBRACE, + [189958] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7810), 1, + ACTIONS(7793), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7900), 1, anon_sym_DOT2, - STATE(2600), 1, - sym_path, - ACTIONS(1414), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(1416), 2, + STATE(4227), 1, + sym_comment, + ACTIONS(2808), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(4239), 2, + ACTIONS(2806), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [189980] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7903), 1, + aux_sym__immediate_decimal_token2, + STATE(4228), 1, sym_comment, - aux_sym_cell_path_repeat1, - [189845] = 9, + ACTIONS(2876), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [189998] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7766), 1, - anon_sym_LPAREN2, - ACTIONS(7770), 1, - anon_sym_DASH2, - ACTIONS(7774), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(7776), 1, - aux_sym_short_flag_token1, - ACTIONS(7813), 1, + ACTIONS(3111), 1, + anon_sym_LF, + ACTIONS(7905), 1, anon_sym_DOT2, - ACTIONS(7815), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7817), 1, - aux_sym__immediate_decimal_token3, - STATE(4240), 1, + STATE(4229), 1, sym_comment, - [189873] = 8, + ACTIONS(3109), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [190018] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, + ACTIONS(2833), 1, anon_sym_DQUOTE, - ACTIONS(7508), 1, + ACTIONS(7604), 1, sym_cmd_identifier, - STATE(2693), 1, + STATE(2728), 1, sym__str_double_quotes, - STATE(4040), 1, + STATE(3978), 1, + sym__command_name, + STATE(4095), 1, sym_val_string, - STATE(4241), 1, + STATE(4230), 1, sym_comment, - STATE(5818), 1, - sym__command_name, - ACTIONS(2796), 2, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [189899] = 5, + [190044] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7819), 1, + ACTIONS(7835), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7907), 1, anon_sym_DOT2, - STATE(4242), 1, + STATE(4231), 1, sym_comment, - ACTIONS(3056), 2, + ACTIONS(2906), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3054), 3, + ACTIONS(2904), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [189918] = 4, + [190066] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1642), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4232), 1, + sym_comment, + STATE(4907), 1, + sym_val_variable, + STATE(5336), 1, + sym__assignment_pattern_last, + STATE(5339), 1, + sym__variable_name, + [190094] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1644), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4233), 1, + sym_comment, + STATE(4907), 1, + sym_val_variable, + STATE(5339), 1, + sym__variable_name, + STATE(5345), 1, + sym__assignment_pattern_last, + [190122] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3396), 1, + ACTIONS(2964), 1, anon_sym_LF, - STATE(4243), 1, + ACTIONS(7910), 1, + sym__long_flag_identifier, + STATE(4234), 1, sym_comment, - ACTIONS(3394), 5, + ACTIONS(2960), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [189935] = 5, + [190142] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(2613), 1, + sym_path, + STATE(4235), 1, + sym_comment, + STATE(4258), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1436), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1438), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [190164] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2762), 1, + ACTIONS(6972), 1, + anon_sym_DQUOTE, + ACTIONS(7831), 1, sym_cmd_identifier, - ACTIONS(7821), 1, - sym__long_flag_identifier, - STATE(4244), 1, + STATE(1273), 1, + sym__command_name, + STATE(1344), 1, + sym_val_string, + STATE(1432), 1, + sym__str_double_quotes, + STATE(4236), 1, sym_comment, - ACTIONS(2766), 4, - anon_sym_DASH, + ACTIONS(6974), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190190] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, + STATE(4237), 1, + sym_comment, + STATE(4959), 1, + sym__command_name, + ACTIONS(2835), 2, sym__str_single_quotes, sym__str_back_ticks, - [189954] = 4, - ACTIONS(105), 1, + [190216] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3147), 1, - anon_sym_LF, - STATE(4245), 1, + ACTIONS(7797), 1, + aux_sym__immediate_decimal_token2, + STATE(4238), 1, sym_comment, - ACTIONS(3145), 5, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2784), 6, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [189971] = 4, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [190234] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3151), 1, + ACTIONS(3105), 1, anon_sym_LF, - STATE(4246), 1, + ACTIONS(7912), 1, + anon_sym_DOT2, + STATE(4239), 1, sym_comment, - ACTIONS(3149), 5, + ACTIONS(3103), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [189988] = 4, + [190254] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, + STATE(4240), 1, + sym_comment, + STATE(6096), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190280] = 9, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1645), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4241), 1, + sym_comment, + STATE(4907), 1, + sym_val_variable, + STATE(5339), 1, + sym__variable_name, + STATE(5351), 1, + sym__assignment_pattern_last, + [190308] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3155), 1, + ACTIONS(3099), 1, anon_sym_LF, - STATE(4247), 1, + ACTIONS(7914), 1, + anon_sym_DOT2, + STATE(4242), 1, sym_comment, - ACTIONS(3153), 5, + ACTIONS(3097), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [190005] = 4, - ACTIONS(105), 1, + [190328] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3159), 1, - anon_sym_LF, - STATE(4248), 1, + STATE(4243), 1, sym_comment, - ACTIONS(3157), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(3053), 7, + sym_cmd_identifier, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_RBRACE, - [190022] = 4, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [190344] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(7752), 1, + sym_cmd_identifier, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(1436), 1, + sym__command_name, + STATE(4244), 1, + sym_comment, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190370] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(7752), 1, + sym_cmd_identifier, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(1435), 1, + sym__command_name, + STATE(4245), 1, + sym_comment, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190396] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3163), 1, - anon_sym_LF, - STATE(4249), 1, + ACTIONS(7916), 1, + anon_sym_DOT2, + STATE(2613), 1, + sym_path, + STATE(4235), 1, + aux_sym_cell_path_repeat1, + STATE(4246), 1, sym_comment, - ACTIONS(3161), 5, + ACTIONS(1440), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190039] = 7, + ACTIONS(1442), 2, + ts_builtin_sym_end, + anon_sym_LF, + [190420] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, + ACTIONS(5074), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7918), 1, + aux_sym__immediate_decimal_token1, + STATE(4247), 1, + sym_comment, + ACTIONS(2782), 2, anon_sym_SEMI, - ACTIONS(3181), 1, + anon_sym_PIPE, + ACTIONS(2784), 3, + ts_builtin_sym_end, anon_sym_LF, - STATE(1306), 1, - sym__terminator, + anon_sym_DOT2, + [190442] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6972), 1, + anon_sym_DQUOTE, + ACTIONS(7831), 1, + sym_cmd_identifier, + STATE(907), 1, + sym__command_name, + STATE(1344), 1, + sym_val_string, + STATE(1432), 1, + sym__str_double_quotes, + STATE(4248), 1, + sym_comment, + ACTIONS(6974), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190468] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, + STATE(4249), 1, + sym_comment, + STATE(4991), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190494] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7773), 1, + aux_sym__immediate_decimal_token2, STATE(4250), 1, sym_comment, - STATE(4306), 1, - aux_sym__block_body_repeat1, - ACTIONS(7823), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [190062] = 4, + ACTIONS(2808), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [190512] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3167), 1, - anon_sym_LF, + ACTIONS(7920), 1, + anon_sym_DOT2, + STATE(3017), 1, + sym_cell_path, + STATE(4246), 1, + sym_path, STATE(4251), 1, sym_comment, - ACTIONS(3165), 5, + ACTIONS(1399), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190079] = 7, + ACTIONS(1401), 2, + ts_builtin_sym_end, + anon_sym_LF, + [190536] = 9, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7829), 1, - anon_sym_DQUOTE2, + ACTIONS(7886), 1, + anon_sym_LPAREN2, + ACTIONS(7890), 1, + anon_sym_DASH2, + ACTIONS(7894), 1, + aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7896), 1, + aux_sym_short_flag_token1, + ACTIONS(7923), 1, + anon_sym_DOT2, + ACTIONS(7925), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7927), 1, + aux_sym__immediate_decimal_token3, STATE(4252), 1, sym_comment, - STATE(4259), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [190102] = 4, - ACTIONS(105), 1, + [190564] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3171), 1, - anon_sym_LF, + ACTIONS(6972), 1, + anon_sym_DQUOTE, + ACTIONS(7831), 1, + sym_cmd_identifier, + STATE(1344), 1, + sym_val_string, + STATE(1432), 1, + sym__str_double_quotes, + STATE(1614), 1, + sym__command_name, STATE(4253), 1, sym_comment, - ACTIONS(3169), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190119] = 7, + ACTIONS(6974), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190590] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7516), 1, - anon_sym_DASH, - ACTIONS(7831), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, sym_identifier, + STATE(1638), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, + sym__var, STATE(4254), 1, sym_comment, - STATE(4395), 1, - aux_sym_overlay_use_repeat1, - STATE(5473), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190142] = 4, + STATE(4907), 1, + sym_val_variable, + STATE(5327), 1, + sym__variable_name, + STATE(5358), 1, + sym__assignment_pattern_parenthesized_last, + [190618] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3175), 1, - anon_sym_LF, + ACTIONS(7929), 1, + anon_sym_DOT2, + STATE(2627), 1, + sym_cell_path, + STATE(4246), 1, + sym_path, STATE(4255), 1, sym_comment, - ACTIONS(3173), 5, + ACTIONS(1395), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190159] = 7, + ACTIONS(1397), 2, + ts_builtin_sym_end, + anon_sym_LF, + [190642] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1326), 1, - sym_block, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4256), 1, sym_comment, - STATE(5423), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190182] = 7, + STATE(5954), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190668] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1311), 1, - sym_block, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(7752), 1, + sym_cmd_identifier, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(1266), 1, + sym__command_name, STATE(4257), 1, sym_comment, - STATE(5438), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190205] = 7, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190694] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7932), 1, + anon_sym_DOT2, + STATE(2613), 1, + sym_path, + ACTIONS(1411), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1413), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(4258), 2, + sym_comment, + aux_sym_cell_path_repeat1, + [190716] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, + ACTIONS(7210), 1, + anon_sym_DOLLAR, + ACTIONS(7214), 1, anon_sym_LBRACE, - STATE(1310), 1, + STATE(2913), 1, + sym__var, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, sym_block, - STATE(4258), 1, - sym_comment, - STATE(5437), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190228] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7835), 1, - anon_sym_DQUOTE2, STATE(4259), 1, sym_comment, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [190251] = 4, - ACTIONS(105), 1, + STATE(1385), 2, + sym__blosure, + sym_val_variable, + [190742] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3185), 1, - anon_sym_LF, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(7752), 1, + sym_cmd_identifier, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(1406), 1, + sym__command_name, STATE(4260), 1, sym_comment, - ACTIONS(3183), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190268] = 4, - ACTIONS(105), 1, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190768] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3227), 1, - anon_sym_LF, + ACTIONS(7600), 1, + anon_sym_DOLLAR, + ACTIONS(7602), 1, + anon_sym_LBRACE, + STATE(2982), 1, + sym__var, + STATE(3229), 1, + sym_val_closure, + STATE(3231), 1, + sym_block, STATE(4261), 1, sym_comment, - ACTIONS(3225), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190285] = 7, - ACTIONS(105), 1, + STATE(1567), 2, + sym__blosure, + sym_val_variable, + [190794] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, - anon_sym_LF, - STATE(1109), 1, - aux_sym__block_body_repeat1, - STATE(1306), 1, - sym__terminator, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(7752), 1, + sym_cmd_identifier, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(1407), 1, + sym__command_name, STATE(4262), 1, sym_comment, - ACTIONS(7823), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [190308] = 4, - ACTIONS(105), 1, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190820] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3235), 1, - anon_sym_LF, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4263), 1, sym_comment, - ACTIONS(3233), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190325] = 8, + STATE(6040), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190846] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7798), 1, - anon_sym_def, - ACTIONS(7800), 1, - anon_sym_extern, - ACTIONS(7802), 1, - anon_sym_module, - ACTIONS(7804), 1, - anon_sym_use, - ACTIONS(7837), 1, - anon_sym_alias, - ACTIONS(7839), 1, - anon_sym_const, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4264), 1, sym_comment, - [190350] = 4, + STATE(6055), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190872] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3239), 1, - anon_sym_LF, + ACTIONS(7935), 1, + aux_sym__immediate_decimal_token2, STATE(4265), 1, sym_comment, - ACTIONS(3237), 5, + ACTIONS(2874), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [190367] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3243), 1, + ACTIONS(2876), 3, + ts_builtin_sym_end, anon_sym_LF, + anon_sym_DOT2, + [190892] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4266), 1, sym_comment, - ACTIONS(3241), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190384] = 5, - ACTIONS(105), 1, + STATE(5006), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190918] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7841), 1, - anon_sym_DOT2, + ACTIONS(6962), 1, + anon_sym_DQUOTE, + ACTIONS(7752), 1, + sym_cmd_identifier, + STATE(1230), 1, + sym_val_string, + STATE(1233), 1, + sym__str_double_quotes, + STATE(1410), 1, + sym__command_name, STATE(4267), 1, sym_comment, - ACTIONS(3027), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3025), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [190403] = 4, + ACTIONS(6964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190944] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3247), 1, - anon_sym_LF, + ACTIONS(7779), 1, + aux_sym__immediate_decimal_token2, STATE(4268), 1, sym_comment, - ACTIONS(3245), 5, + ACTIONS(2782), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [190420] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3251), 1, + ACTIONS(2784), 3, + ts_builtin_sym_end, anon_sym_LF, + anon_sym_DOT2, + [190964] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7740), 1, + anon_sym_DQUOTE, + ACTIONS(7937), 1, + sym_cmd_identifier, + STATE(3644), 1, + sym__str_double_quotes, + STATE(3959), 1, + sym_val_string, + STATE(3978), 1, + sym__command_name, STATE(4269), 1, sym_comment, - ACTIONS(3249), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190437] = 4, - ACTIONS(105), 1, + ACTIONS(7742), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [190990] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3255), 1, - anon_sym_LF, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4270), 1, sym_comment, - ACTIONS(3253), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190454] = 5, + STATE(6076), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [191016] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7845), 1, - anon_sym_LF, - ACTIONS(7847), 1, - anon_sym_catch, + ACTIONS(7916), 1, + anon_sym_DOT2, + STATE(2613), 1, + sym_path, + STATE(4258), 1, + aux_sym_cell_path_repeat1, STATE(4271), 1, sym_comment, - ACTIONS(7843), 4, + ACTIONS(1436), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [190473] = 7, - ACTIONS(3), 1, + ACTIONS(1438), 2, + ts_builtin_sym_end, + anon_sym_LF, + [191040] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7849), 1, - anon_sym_LBRACE, - STATE(1465), 1, - sym_val_record, + ACTIONS(7793), 1, + aux_sym__immediate_decimal_token2, STATE(4272), 1, sym_comment, - STATE(5460), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190496] = 3, - ACTIONS(3), 1, + ACTIONS(2806), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + ACTIONS(2808), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [191060] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7916), 1, + anon_sym_DOT2, + STATE(3017), 1, + sym_cell_path, STATE(4273), 1, sym_comment, - ACTIONS(1632), 6, - sym_cmd_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [190511] = 6, + STATE(4275), 1, + sym_path, + ACTIONS(1399), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1401), 2, + ts_builtin_sym_end, + anon_sym_LF, + [191084] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5076), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7851), 1, + ACTIONS(7916), 1, anon_sym_DOT2, + STATE(2627), 1, + sym_cell_path, STATE(4274), 1, sym_comment, - ACTIONS(2768), 2, + STATE(4275), 1, + sym_path, + ACTIONS(1395), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2770), 2, + ACTIONS(1397), 2, ts_builtin_sym_end, anon_sym_LF, - [190532] = 4, + [191108] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3259), 1, - anon_sym_LF, + ACTIONS(7916), 1, + anon_sym_DOT2, + STATE(2613), 1, + sym_path, + STATE(4271), 1, + aux_sym_cell_path_repeat1, STATE(4275), 1, sym_comment, - ACTIONS(3257), 5, + ACTIONS(1440), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190549] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3263), 1, + ACTIONS(1442), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4276), 1, - sym_comment, - ACTIONS(3261), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190566] = 4, - ACTIONS(105), 1, + [191132] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6972), 1, + anon_sym_DQUOTE, + ACTIONS(7831), 1, + sym_cmd_identifier, + STATE(1344), 1, + sym_val_string, + STATE(1432), 1, + sym__str_double_quotes, + STATE(1624), 1, + sym__command_name, + STATE(4276), 1, + sym_comment, + ACTIONS(6974), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [191158] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3267), 1, - anon_sym_LF, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4277), 1, sym_comment, - ACTIONS(3265), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190583] = 7, + STATE(5721), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [191184] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1214), 1, - sym_block, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1646), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, STATE(4278), 1, sym_comment, - STATE(5430), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190606] = 4, + STATE(4907), 1, + sym_val_variable, + STATE(5330), 1, + sym__assignment_pattern_last, + STATE(5339), 1, + sym__variable_name, + [191212] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3271), 1, + ACTIONS(2906), 1, anon_sym_LF, + ACTIONS(5058), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7939), 1, + anon_sym_DOT2, STATE(4279), 1, sym_comment, - ACTIONS(3269), 5, + ACTIONS(2904), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [190623] = 4, - ACTIONS(105), 1, + [191234] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3275), 1, - anon_sym_LF, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4280), 1, sym_comment, - ACTIONS(3273), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190640] = 4, - ACTIONS(105), 1, + STATE(5208), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [191260] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3307), 1, - anon_sym_LF, + ACTIONS(6972), 1, + anon_sym_DQUOTE, + ACTIONS(7831), 1, + sym_cmd_identifier, + STATE(1344), 1, + sym_val_string, + STATE(1411), 1, + sym__command_name, + STATE(1432), 1, + sym__str_double_quotes, STATE(4281), 1, sym_comment, - ACTIONS(3305), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190657] = 4, + ACTIONS(6974), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [191286] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3311), 1, + ACTIONS(2808), 1, anon_sym_LF, + ACTIONS(5021), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7941), 1, + anon_sym_DOT2, STATE(4282), 1, sym_comment, - ACTIONS(3309), 5, + ACTIONS(2806), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [190674] = 7, + [191308] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1396), 1, - sym_block, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(7604), 1, + sym_cmd_identifier, + STATE(2728), 1, + sym__str_double_quotes, + STATE(4095), 1, + sym_val_string, STATE(4283), 1, sym_comment, - STATE(5442), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190697] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7854), 1, - anon_sym_DQUOTE2, - STATE(4284), 1, - sym_comment, - STATE(4289), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [190720] = 4, + STATE(6069), 1, + sym__command_name, + ACTIONS(2835), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [191334] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3315), 1, + ACTIONS(3375), 1, anon_sym_LF, - STATE(4285), 1, + STATE(4284), 1, sym_comment, - ACTIONS(3313), 5, + ACTIONS(3373), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [190737] = 4, + [191351] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3319), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, anon_sym_LF, - STATE(4286), 1, + STATE(1400), 1, + sym__terminator, + STATE(4285), 1, sym_comment, - ACTIONS(3317), 5, - anon_sym_SEMI, + STATE(4431), 1, + aux_sym__block_body_repeat1, + ACTIONS(7943), 2, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_RBRACE, - [190754] = 4, - ACTIONS(105), 1, + [191374] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3565), 1, - anon_sym_LF, + ACTIONS(7849), 1, + anon_sym_def, + ACTIONS(7851), 1, + anon_sym_extern, + ACTIONS(7853), 1, + anon_sym_module, + ACTIONS(7855), 1, + anon_sym_use, + ACTIONS(7945), 1, + anon_sym_alias, + ACTIONS(7947), 1, + anon_sym_const, + STATE(4286), 1, + sym_comment, + [191399] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7949), 1, + anon_sym_DOT2, + ACTIONS(7951), 1, + anon_sym_LPAREN2, + ACTIONS(7953), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7955), 1, + anon_sym_DASH2, + ACTIONS(7957), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(7959), 1, + aux_sym_short_flag_token1, STATE(4287), 1, sym_comment, - ACTIONS(3563), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190771] = 4, - ACTIONS(105), 1, + [191424] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3330), 1, - anon_sym_LF, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2585), 1, + sym_path, STATE(4288), 1, sym_comment, - ACTIONS(3328), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, + STATE(4299), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1442), 3, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - [190788] = 7, + [191445] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1642), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4289), 1, + sym_comment, + STATE(4907), 1, + sym_val_variable, + STATE(5354), 1, + sym__variable_name, + [191470] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1644), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4290), 1, + sym_comment, + STATE(4907), 1, + sym_val_variable, + STATE(5354), 1, + sym__variable_name, + [191495] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(7856), 1, + ACTIONS(7965), 1, anon_sym_DQUOTE2, - STATE(4289), 1, + STATE(4291), 1, sym_comment, - STATE(4321), 1, + STATE(4384), 1, aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [190811] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3334), 1, - anon_sym_LF, - STATE(4290), 1, - sym_comment, - ACTIONS(3332), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190828] = 7, + [191518] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7516), 1, - anon_sym_DASH, - ACTIONS(7858), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, sym_identifier, - STATE(4291), 1, - sym_comment, - STATE(4395), 1, - aux_sym_overlay_use_repeat1, - STATE(5473), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190851] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3338), 1, - anon_sym_LF, + STATE(1645), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, STATE(4292), 1, sym_comment, - ACTIONS(3336), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190868] = 4, + STATE(4907), 1, + sym_val_variable, + STATE(5354), 1, + sym__variable_name, + [191543] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3350), 1, - anon_sym_LF, + ACTIONS(7967), 1, + anon_sym_DOT2, STATE(4293), 1, sym_comment, - ACTIONS(3348), 5, + ACTIONS(3131), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3129), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [190885] = 8, - ACTIONS(3), 1, + [191562] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7860), 1, + ACTIONS(7969), 1, anon_sym_DOT2, - ACTIONS(7862), 1, - anon_sym_LPAREN2, - ACTIONS(7864), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7866), 1, - anon_sym_DASH2, - ACTIONS(7868), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7870), 1, - aux_sym_short_flag_token1, STATE(4294), 1, sym_comment, - [190910] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3354), 1, + ACTIONS(3125), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(4295), 1, - sym_comment, - ACTIONS(3352), 5, + ACTIONS(3123), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [190927] = 4, + [191581] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3358), 1, - anon_sym_LF, - STATE(4296), 1, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(7971), 1, + anon_sym_DQUOTE2, + STATE(4295), 1, sym_comment, - ACTIONS(3356), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190944] = 4, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [191604] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3362), 1, - anon_sym_LF, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(7973), 1, + anon_sym_DQUOTE2, + STATE(4295), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(4296), 1, + sym_comment, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [191627] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7977), 1, + anon_sym_COMMA, STATE(4297), 1, sym_comment, - ACTIONS(3360), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [190961] = 7, + ACTIONS(7975), 5, + sym_cmd_identifier, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [191644] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1405), 1, - sym_block, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(3240), 1, + sym_cell_path, STATE(4298), 1, sym_comment, - STATE(5444), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [190984] = 7, + ACTIONS(1401), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [191665] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1404), 1, - sym_block, + STATE(2352), 1, + aux_sym_cell_path_repeat1, + STATE(2585), 1, + sym_path, STATE(4299), 1, sym_comment, - STATE(5446), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [191007] = 3, + ACTIONS(1438), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + [191684] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5489), 1, + anon_sym_DOT2, + STATE(2749), 1, + sym_cell_path, + STATE(4288), 1, + sym_path, STATE(4300), 1, sym_comment, - ACTIONS(3004), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, + ACTIONS(1397), 3, + anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [191022] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [191705] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3333), 1, + anon_sym_LF, STATE(4301), 1, sym_comment, - ACTIONS(2935), 6, + ACTIONS(3331), 5, + 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, - [191037] = 8, + anon_sym_RBRACE, + [191722] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7860), 1, + ACTIONS(5525), 1, anon_sym_DOT2, - ACTIONS(7862), 1, - anon_sym_LPAREN2, - ACTIONS(7864), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7868), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7872), 1, - anon_sym_DASH2, - ACTIONS(7874), 1, - aux_sym_short_flag_token1, + STATE(3240), 1, + sym_cell_path, + STATE(4288), 1, + sym_path, STATE(4302), 1, sym_comment, - [191062] = 3, + ACTIONS(1401), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [191743] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(3274), 1, + sym_cell_path, STATE(4303), 1, sym_comment, - ACTIONS(2726), 6, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT2, - [191077] = 5, + ACTIONS(1391), 3, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RBRACK, + [191764] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7878), 1, + ACTIONS(3161), 1, anon_sym_LF, - ACTIONS(7880), 1, - anon_sym_else, STATE(4304), 1, sym_comment, - ACTIONS(7876), 4, + ACTIONS(3159), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [191096] = 4, + [191781] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3366), 1, - anon_sym_LF, + ACTIONS(7979), 1, + sym__long_flag_identifier, STATE(4305), 1, sym_comment, - ACTIONS(3364), 5, + ACTIONS(2964), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2960), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [191113] = 7, - ACTIONS(105), 1, + [191800] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, - anon_sym_LF, - STATE(1109), 1, - aux_sym__block_body_repeat1, - STATE(1306), 1, - sym__terminator, + ACTIONS(7849), 1, + anon_sym_def, + ACTIONS(7851), 1, + anon_sym_extern, + ACTIONS(7853), 1, + anon_sym_module, + ACTIONS(7855), 1, + anon_sym_use, + ACTIONS(7981), 1, + anon_sym_alias, + ACTIONS(7983), 1, + anon_sym_const, STATE(4306), 1, sym_comment, - ACTIONS(7882), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [191136] = 7, - ACTIONS(3), 1, + [191825] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1446), 1, - sym_block, + ACTIONS(7985), 1, + anon_sym_DOT2, STATE(4307), 1, sym_comment, - STATE(5509), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [191159] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7496), 1, + ACTIONS(3117), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3115), 3, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1548), 1, - sym_block, + [191844] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(7987), 1, + anon_sym_DQUOTE2, STATE(4308), 1, sym_comment, - STATE(5487), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [191182] = 7, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [191867] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1537), 1, - sym_block, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1631), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, + sym__var, STATE(4309), 1, sym_comment, - STATE(5485), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [191205] = 7, + STATE(4907), 1, + sym_val_variable, + STATE(5321), 1, + sym__variable_name, + [191892] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1354), 1, - sym_block, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1629), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, + sym__var, STATE(4310), 1, sym_comment, - STATE(5459), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [191228] = 8, + STATE(4907), 1, + sym_val_variable, + STATE(5321), 1, + sym__variable_name, + [191917] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7794), 1, - anon_sym_alias, - ACTIONS(7796), 1, - anon_sym_const, - ACTIONS(7798), 1, - anon_sym_def, - ACTIONS(7800), 1, - anon_sym_extern, - ACTIONS(7802), 1, - anon_sym_module, - ACTIONS(7804), 1, - anon_sym_use, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1628), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, + sym__var, STATE(4311), 1, sym_comment, - [191253] = 4, + STATE(4907), 1, + sym_val_variable, + STATE(5321), 1, + sym__variable_name, + [191942] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3370), 1, - anon_sym_LF, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(7989), 1, + anon_sym_DQUOTE2, + STATE(4308), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4312), 1, sym_comment, - ACTIONS(3368), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191270] = 4, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [191965] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3374), 1, + ACTIONS(3305), 1, anon_sym_LF, STATE(4313), 1, sym_comment, - ACTIONS(3372), 5, + ACTIONS(3303), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191287] = 8, + [191982] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1582), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, - sym__var, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1461), 1, + sym_block, STATE(4314), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5287), 1, - sym__variable_name, - [191312] = 5, + STATE(5550), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192005] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7886), 1, - anon_sym_DOT2, + ACTIONS(3309), 1, + anon_sym_LF, STATE(4315), 1, sym_comment, - ACTIONS(3050), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3048), 3, + ACTIONS(3307), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [191331] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(7890), 1, - anon_sym_LF, - STATE(2428), 1, - aux_sym_pipe_element_repeat1, - STATE(4316), 1, - sym_comment, - ACTIONS(7888), 3, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_RBRACE, - [191352] = 8, + [192022] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7893), 1, + ACTIONS(7993), 1, anon_sym_DOT2, - ACTIONS(7895), 1, + ACTIONS(7995), 1, anon_sym_LPAREN2, - ACTIONS(7897), 1, + ACTIONS(7997), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7899), 1, + ACTIONS(7999), 1, anon_sym_DASH2, - ACTIONS(7901), 1, + ACTIONS(8001), 1, aux_sym__immediate_decimal_token3, - ACTIONS(7903), 1, + ACTIONS(8003), 1, aux_sym_short_flag_token1, - STATE(4317), 1, + STATE(4316), 1, sym_comment, - [191377] = 4, + [192047] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3378), 1, - anon_sym_LF, - STATE(4318), 1, + ACTIONS(8005), 1, + anon_sym_DOT2, + STATE(4317), 1, sym_comment, - ACTIONS(3376), 5, + ACTIONS(3111), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3109), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [191394] = 4, + [192066] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3382), 1, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8007), 1, + anon_sym_DQUOTE2, + STATE(4318), 1, + sym_comment, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [192089] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3325), 1, anon_sym_LF, STATE(4319), 1, sym_comment, - ACTIONS(3380), 5, + ACTIONS(3323), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191411] = 4, + [192106] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3386), 1, + ACTIONS(3329), 1, anon_sym_LF, STATE(4320), 1, sym_comment, - ACTIONS(3384), 5, + ACTIONS(3327), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191428] = 6, + [192123] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7905), 1, - anon_sym_LPAREN, - ACTIONS(7911), 1, - anon_sym_DQUOTE2, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7908), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - STATE(4321), 2, + ACTIONS(3337), 1, + anon_sym_LF, + STATE(4321), 1, sym_comment, - aux_sym__inter_double_quotes_repeat1, - [191449] = 4, + ACTIONS(3335), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [192140] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3390), 1, + ACTIONS(3343), 1, anon_sym_LF, STATE(4322), 1, sym_comment, - ACTIONS(3388), 5, + ACTIONS(3341), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191466] = 3, - ACTIONS(3), 1, + [192157] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3347), 1, + anon_sym_LF, STATE(4323), 1, sym_comment, - ACTIONS(2736), 6, + ACTIONS(3345), 5, + 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, - [191481] = 4, + anon_sym_RBRACE, + [192174] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3351), 1, + anon_sym_LF, STATE(4324), 1, sym_comment, - ACTIONS(3062), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3060), 4, + ACTIONS(3349), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_else, - anon_sym_catch, - [191498] = 8, - ACTIONS(3), 1, + anon_sym_DASH, + anon_sym_RBRACE, + [192191] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7893), 1, - anon_sym_DOT2, - ACTIONS(7895), 1, - anon_sym_LPAREN2, - ACTIONS(7897), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7901), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7913), 1, - anon_sym_DASH2, - ACTIONS(7915), 1, - aux_sym_short_flag_token1, + ACTIONS(3355), 1, + anon_sym_LF, STATE(4325), 1, sym_comment, - [191523] = 6, + ACTIONS(3353), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [192208] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(7919), 1, + ACTIONS(3359), 1, anon_sym_LF, - STATE(2427), 1, - aux_sym_pipe_element_repeat1, STATE(4326), 1, sym_comment, - ACTIONS(7917), 3, + ACTIONS(3357), 5, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [191544] = 4, + [192225] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3326), 1, + ACTIONS(3363), 1, anon_sym_LF, STATE(4327), 1, sym_comment, - ACTIONS(3324), 5, + ACTIONS(3361), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191561] = 7, - ACTIONS(105), 1, + [192242] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7922), 1, - anon_sym_DQUOTE2, + ACTIONS(7845), 1, + anon_sym_alias, + ACTIONS(7847), 1, + anon_sym_const, + ACTIONS(7849), 1, + anon_sym_def, + ACTIONS(7851), 1, + anon_sym_extern, + ACTIONS(7853), 1, + anon_sym_module, + ACTIONS(7855), 1, + anon_sym_use, STATE(4328), 1, sym_comment, - STATE(4332), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [191584] = 4, - ACTIONS(105), 1, + [192267] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3400), 1, - anon_sym_LF, + ACTIONS(8011), 1, + anon_sym_COMMA, STATE(4329), 1, sym_comment, - ACTIONS(3398), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191601] = 4, + ACTIONS(8009), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [192284] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8015), 1, + anon_sym_COMMA, + STATE(4330), 1, + sym_comment, + ACTIONS(8013), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [192301] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3408), 1, + ACTIONS(3367), 1, anon_sym_LF, - STATE(4330), 1, + STATE(4331), 1, sym_comment, - ACTIONS(3406), 5, + ACTIONS(3365), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191618] = 4, + [192318] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1467), 1, + ACTIONS(3371), 1, anon_sym_LF, - STATE(4331), 1, + STATE(4332), 1, sym_comment, - ACTIONS(1465), 5, + ACTIONS(3369), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191635] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7924), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4332), 1, - sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [191658] = 7, - ACTIONS(105), 1, + [192335] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7926), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1372), 1, + sym_block, STATE(4333), 1, sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [191681] = 4, + STATE(5513), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192358] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3412), 1, + ACTIONS(3383), 1, anon_sym_LF, STATE(4334), 1, sym_comment, - ACTIONS(3410), 5, + ACTIONS(3381), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191698] = 5, + [192375] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7928), 1, - sym__long_flag_identifier, + ACTIONS(3053), 1, + anon_sym_LF, STATE(4335), 1, sym_comment, - ACTIONS(2766), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2762), 3, + ACTIONS(3051), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - [191717] = 5, + anon_sym_RBRACE, + [192392] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7930), 1, - anon_sym_DOT2, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8019), 1, + anon_sym_DQUOTE2, STATE(4336), 1, sym_comment, - ACTIONS(2975), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2973), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [191736] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3093), 1, - anon_sym_LF, - STATE(4337), 1, - sym_comment, - ACTIONS(3091), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_RBRACE, - [191753] = 7, + STATE(4361), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [192415] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7516), 1, + ACTIONS(7554), 1, anon_sym_DASH, - ACTIONS(7932), 1, - sym_identifier, - STATE(4291), 1, - aux_sym_overlay_use_repeat1, - STATE(4338), 1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1438), 1, + sym_block, + STATE(4337), 1, sym_comment, - STATE(5473), 1, + STATE(5509), 1, sym__flag, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [191776] = 7, + [192438] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, + ACTIONS(7554), 1, anon_sym_DASH, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1475), 1, + STATE(1440), 1, sym_block, - STATE(4339), 1, + STATE(4338), 1, sym_comment, - STATE(5434), 1, + STATE(5508), 1, sym__flag, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [191799] = 8, + [192461] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3387), 1, + anon_sym_LF, + STATE(4339), 1, + sym_comment, + ACTIONS(3385), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [192478] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1614), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, - sym__var, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1451), 1, + sym_block, STATE(4340), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5287), 1, - sym__variable_name, - [191824] = 7, + STATE(5507), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192501] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(7934), 1, + ACTIONS(8021), 1, anon_sym_DQUOTE2, STATE(4341), 1, sym_comment, - STATE(4392), 1, + STATE(4419), 1, aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [191847] = 8, - ACTIONS(3), 1, + [192524] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1577), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, - sym__var, + ACTIONS(3395), 1, + anon_sym_LF, STATE(4342), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5287), 1, - sym__variable_name, - [191872] = 4, + ACTIONS(3393), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [192541] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3537), 1, + ACTIONS(3399), 1, anon_sym_LF, STATE(4343), 1, sym_comment, - ACTIONS(3535), 5, + ACTIONS(3397), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [191889] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7936), 1, - anon_sym_LBRACE, - STATE(1388), 1, - sym_val_record, - STATE(4344), 1, - sym_comment, - STATE(5501), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [191912] = 4, + [192558] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3541), 1, - anon_sym_LF, - STATE(4345), 1, + STATE(4344), 1, sym_comment, - ACTIONS(3539), 5, + ACTIONS(3034), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [191929] = 8, + ACTIONS(3036), 3, + ts_builtin_sym_end, + anon_sym_LF, + anon_sym_DOT2, + [192575] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(7097), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(8023), 1, sym_identifier, - STATE(1583), 1, - sym__assignment_pattern_parenthesized, - STATE(2614), 1, + STATE(1110), 1, sym__var, - STATE(4346), 1, - sym_comment, - STATE(4922), 1, + STATE(1260), 1, sym_val_variable, - STATE(5287), 1, + STATE(1391), 1, sym__variable_name, - [191954] = 7, + STATE(4345), 1, + sym_comment, + [192600] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, + ACTIONS(3407), 1, + anon_sym_LF, + STATE(4346), 1, + sym_comment, + ACTIONS(3405), 5, anon_sym_SEMI, - ACTIONS(3181), 1, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [192617] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3411), 1, anon_sym_LF, - STATE(1306), 1, - sym__terminator, - STATE(4262), 1, - aux_sym__block_body_repeat1, STATE(4347), 1, sym_comment, - ACTIONS(7938), 2, + ACTIONS(3409), 5, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [191977] = 8, + [192634] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7798), 1, - anon_sym_def, - ACTIONS(7800), 1, - anon_sym_extern, - ACTIONS(7802), 1, - anon_sym_module, - ACTIONS(7804), 1, - anon_sym_use, - ACTIONS(7940), 1, - anon_sym_alias, - ACTIONS(7942), 1, - anon_sym_const, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1539), 1, + sym_block, STATE(4348), 1, sym_comment, - [192002] = 7, + STATE(5475), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192657] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(7944), 1, + ACTIONS(8025), 1, anon_sym_DQUOTE2, STATE(4349), 1, sym_comment, - STATE(4355), 1, + STATE(4387), 1, aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192025] = 4, + [192680] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3561), 1, - anon_sym_LF, + ACTIONS(8027), 1, + anon_sym_DOT2, STATE(4350), 1, sym_comment, - ACTIONS(3559), 5, + ACTIONS(3105), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3103), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_RBRACE, - [192042] = 8, + [192699] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7946), 1, - anon_sym_DOT2, - ACTIONS(7948), 1, - anon_sym_LPAREN2, - ACTIONS(7950), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7952), 1, - anon_sym_DASH2, - ACTIONS(7954), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7956), 1, - aux_sym_short_flag_token1, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1536), 1, + sym_block, STATE(4351), 1, sym_comment, - [192067] = 7, + STATE(5474), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192722] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(7958), 1, + ACTIONS(8029), 1, anon_sym_DQUOTE2, - STATE(4321), 1, + STATE(4318), 1, aux_sym__inter_double_quotes_repeat1, STATE(4352), 1, sym_comment, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192090] = 6, + [192745] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(3235), 1, - sym_cell_path, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1535), 1, + sym_block, STATE(4353), 1, sym_comment, - ACTIONS(1392), 3, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RBRACK, - [192111] = 7, - ACTIONS(105), 1, + STATE(5469), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192768] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7960), 1, - anon_sym_DQUOTE2, - STATE(4333), 1, - aux_sym__inter_double_quotes_repeat1, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1367), 1, + sym_block, STATE(4354), 1, sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192134] = 7, + STATE(5506), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192791] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1365), 1, + sym_block, + STATE(4355), 1, + sym_comment, + STATE(5505), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192814] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(7962), 1, + ACTIONS(8031), 1, anon_sym_DQUOTE2, - STATE(4321), 1, + STATE(4341), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4355), 1, + STATE(4356), 1, sym_comment, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192157] = 8, + [192837] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1350), 1, + sym_block, + STATE(4357), 1, + sym_comment, + STATE(5504), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [192860] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, + ACTIONS(2819), 1, anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7638), 1, sym_identifier, - STATE(1624), 1, - sym__assignment_pattern, - STATE(2614), 1, + STATE(1638), 1, + sym__assignment_pattern_parenthesized, + STATE(2682), 1, sym__var, - STATE(4356), 1, + STATE(4358), 1, sym_comment, - STATE(4922), 1, + STATE(4907), 1, sym_val_variable, - STATE(5265), 1, + STATE(5321), 1, sym__variable_name, - [192182] = 6, - ACTIONS(3), 1, + [192885] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5355), 1, - anon_sym_DOT2, - STATE(3211), 1, - sym_cell_path, - STATE(4357), 1, + ACTIONS(3415), 1, + anon_sym_LF, + STATE(4359), 1, sym_comment, - STATE(4413), 1, - sym_path, - ACTIONS(1375), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(3413), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [192203] = 4, + [192902] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2995), 1, + ACTIONS(3419), 1, anon_sym_LF, - STATE(4358), 1, + STATE(4360), 1, sym_comment, - ACTIONS(2993), 5, + ACTIONS(3417), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [192220] = 6, - ACTIONS(3), 1, + [192919] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5464), 1, - anon_sym_DOT2, - STATE(2715), 1, - sym_cell_path, - STATE(4359), 1, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8033), 1, + anon_sym_DQUOTE2, + STATE(4361), 1, sym_comment, - STATE(4413), 1, - sym_path, - ACTIONS(1423), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [192241] = 5, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [192942] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3050), 1, + ACTIONS(3427), 1, anon_sym_LF, - ACTIONS(7964), 1, - anon_sym_DOT2, - STATE(4360), 1, + STATE(4362), 1, sym_comment, - ACTIONS(3048), 4, + ACTIONS(3425), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [192260] = 4, + [192959] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4361), 1, + STATE(4363), 1, sym_comment, - ACTIONS(2734), 3, + ACTIONS(2874), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2736), 3, + ACTIONS(2876), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - [192277] = 5, + [192976] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7966), 1, + ACTIONS(8035), 1, anon_sym_DOT2, - STATE(4362), 1, + STATE(4364), 1, sym_comment, - ACTIONS(3012), 2, + ACTIONS(3099), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3010), 3, + ACTIONS(3097), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [192296] = 5, + [192995] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7968), 1, - anon_sym_DOT2, - STATE(4363), 1, - sym_comment, - ACTIONS(2981), 2, - ts_builtin_sym_end, + ACTIONS(3431), 1, anon_sym_LF, - ACTIONS(2979), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [192315] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2363), 1, - aux_sym_cell_path_repeat1, - STATE(2560), 1, - sym_path, - STATE(4364), 1, - sym_comment, - ACTIONS(1388), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - [192334] = 4, - ACTIONS(105), 1, - anon_sym_POUND, STATE(4365), 1, sym_comment, - ACTIONS(2724), 3, + ACTIONS(3429), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2726), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [192351] = 7, + anon_sym_RBRACE, + [193012] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, + ACTIONS(7554), 1, anon_sym_DASH, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1451), 1, + STATE(1261), 1, sym_block, STATE(4366), 1, sym_comment, - STATE(5495), 1, + STATE(5497), 1, sym__flag, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [192374] = 4, - ACTIONS(3), 1, + [193035] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7972), 1, - anon_sym_COMMA, + ACTIONS(3435), 1, + anon_sym_LF, STATE(4367), 1, sym_comment, - ACTIONS(7970), 5, - sym_cmd_identifier, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192391] = 7, + ACTIONS(3433), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193052] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1447), 1, - sym_block, + ACTIONS(8037), 1, + anon_sym_DOT2, + ACTIONS(8039), 1, + anon_sym_LPAREN2, + ACTIONS(8041), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8043), 1, + anon_sym_DASH2, + ACTIONS(8045), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8047), 1, + aux_sym_short_flag_token1, STATE(4368), 1, sym_comment, - STATE(5493), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [192414] = 3, - ACTIONS(3), 1, + [193077] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3439), 1, + anon_sym_LF, STATE(4369), 1, sym_comment, - ACTIONS(7974), 6, - sym_identifier, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192429] = 8, - ACTIONS(3), 1, + ACTIONS(3437), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193094] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7976), 1, - anon_sym_alias, - ACTIONS(7978), 1, - anon_sym_const, - ACTIONS(7980), 1, - anon_sym_def, - ACTIONS(7982), 1, - anon_sym_extern, - ACTIONS(7984), 1, - anon_sym_module, - ACTIONS(7986), 1, - anon_sym_use, + ACTIONS(3443), 1, + anon_sym_LF, STATE(4370), 1, sym_comment, - [192454] = 4, + ACTIONS(3441), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193111] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3447), 1, + anon_sym_LF, STATE(4371), 1, sym_comment, - ACTIONS(2933), 3, + ACTIONS(3445), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2935), 3, - ts_builtin_sym_end, - anon_sym_LF, - anon_sym_DOT2, - [192471] = 4, - ACTIONS(105), 1, + anon_sym_RBRACE, + [193128] = 7, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1498), 1, + sym_block, STATE(4372), 1, sym_comment, - ACTIONS(3002), 3, + STATE(5555), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [193151] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4373), 1, + sym_comment, + ACTIONS(2782), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - ACTIONS(3004), 3, + ACTIONS(2784), 3, ts_builtin_sym_end, anon_sym_LF, anon_sym_DOT2, - [192488] = 7, + [193168] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7988), 1, - anon_sym_DQUOTE2, - STATE(4352), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4373), 1, - sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192511] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7992), 1, - anon_sym_COMMA, + ACTIONS(3451), 1, + anon_sym_LF, STATE(4374), 1, sym_comment, - ACTIONS(7990), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192528] = 4, - ACTIONS(3), 1, + ACTIONS(3449), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193185] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7996), 1, - anon_sym_COMMA, + ACTIONS(3479), 1, + anon_sym_LF, STATE(4375), 1, sym_comment, - ACTIONS(7994), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192545] = 7, + ACTIONS(3477), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193202] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(7998), 1, - anon_sym_DQUOTE2, + ACTIONS(3483), 1, + anon_sym_LF, STATE(4376), 1, sym_comment, - STATE(4377), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192568] = 7, + ACTIONS(3481), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193219] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(8000), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, + ACTIONS(3503), 1, + anon_sym_LF, STATE(4377), 1, sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192591] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(3211), 1, - sym_cell_path, - STATE(4378), 1, - sym_comment, - ACTIONS(1375), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(3501), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [192612] = 7, + [193236] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7496), 1, + ACTIONS(7640), 1, anon_sym_DASH, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1488), 1, - sym_block, - STATE(4379), 1, + ACTIONS(8049), 1, + sym_identifier, + STATE(4378), 1, sym_comment, + STATE(4437), 1, + aux_sym_overlay_use_repeat1, STATE(5516), 1, sym__flag, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [192635] = 7, + [193259] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(8002), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, + ACTIONS(3507), 1, + anon_sym_LF, + STATE(4379), 1, + sym_comment, + ACTIONS(3505), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193276] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8037), 1, + anon_sym_DOT2, + ACTIONS(8039), 1, + anon_sym_LPAREN2, + ACTIONS(8041), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8045), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8051), 1, + anon_sym_DASH2, + ACTIONS(8053), 1, + aux_sym_short_flag_token1, STATE(4380), 1, sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192658] = 7, + [193301] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(8004), 1, - anon_sym_DQUOTE2, + ACTIONS(3515), 1, + anon_sym_LF, STATE(4381), 1, sym_comment, - STATE(4384), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [192681] = 8, - ACTIONS(3), 1, + ACTIONS(3513), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193318] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(8006), 1, - sym_identifier, - STATE(1035), 1, - sym__var, - STATE(1269), 1, - sym_val_variable, - STATE(1386), 1, - sym__variable_name, + ACTIONS(3559), 1, + anon_sym_LF, STATE(4382), 1, sym_comment, - [192706] = 5, + ACTIONS(3557), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193335] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2981), 1, + ACTIONS(3613), 1, anon_sym_LF, - ACTIONS(8008), 1, - anon_sym_DOT2, STATE(4383), 1, sym_comment, - ACTIONS(2979), 4, + ACTIONS(3611), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [192725] = 7, + [193352] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8010), 1, + ACTIONS(8055), 1, anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, STATE(4384), 1, sym_comment, - STATE(5217), 1, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192748] = 5, + [193375] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3012), 1, + ACTIONS(3617), 1, anon_sym_LF, - ACTIONS(8012), 1, - anon_sym_DOT2, STATE(4385), 1, sym_comment, - ACTIONS(3010), 4, + ACTIONS(3615), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193392] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3637), 1, + anon_sym_LF, + STATE(4386), 1, + sym_comment, + ACTIONS(3635), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [192767] = 7, + [193409] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8014), 1, + ACTIONS(8057), 1, anon_sym_DQUOTE2, - STATE(4380), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4386), 1, + STATE(4387), 1, sym_comment, - STATE(5217), 1, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192790] = 4, + [193432] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2991), 1, + ACTIONS(3641), 1, anon_sym_LF, - STATE(4387), 1, + STATE(4388), 1, sym_comment, - ACTIONS(2989), 5, + ACTIONS(3639), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, anon_sym_RBRACE, - [192807] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8016), 1, - aux_sym__immediate_decimal_token1, - STATE(4388), 1, - sym_comment, - ACTIONS(2736), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT2, - [192826] = 8, - ACTIONS(3), 1, + [193449] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1588), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, + ACTIONS(3649), 1, + anon_sym_LF, STATE(4389), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5265), 1, - sym__variable_name, - [192851] = 8, - ACTIONS(3), 1, + ACTIONS(3647), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193466] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(1589), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, + ACTIONS(3653), 1, + anon_sym_LF, STATE(4390), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5265), 1, - sym__variable_name, - [192876] = 6, + ACTIONS(3651), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193483] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4963), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8018), 1, - anon_sym_DOT2, + ACTIONS(3661), 1, + anon_sym_LF, STATE(4391), 1, sym_comment, - ACTIONS(2734), 2, + ACTIONS(3659), 5, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(2736), 2, - ts_builtin_sym_end, - anon_sym_LF, - [192897] = 7, + anon_sym_DASH, + anon_sym_RBRACE, + [193500] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8021), 1, + ACTIONS(8059), 1, anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, STATE(4392), 1, sym_comment, - STATE(5217), 1, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192920] = 8, + [193523] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3667), 1, + anon_sym_LF, + STATE(4393), 1, + sym_comment, + ACTIONS(3665), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193540] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, + ACTIONS(7640), 1, + anon_sym_DASH, + ACTIONS(8061), 1, sym_identifier, - STATE(1598), 1, - sym__assignment_pattern, - STATE(2614), 1, - sym__var, - STATE(4393), 1, + STATE(4378), 1, + aux_sym_overlay_use_repeat1, + STATE(4394), 1, sym_comment, - STATE(4922), 1, - sym_val_variable, - STATE(5265), 1, - sym__variable_name, - [192945] = 7, + STATE(5516), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [193563] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + STATE(4395), 1, + sym_comment, + ACTIONS(3232), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3230), 4, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_else, + anon_sym_catch, + [193580] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8023), 1, + ACTIONS(8063), 1, anon_sym_DQUOTE2, - STATE(4394), 1, + STATE(4396), 1, sym_comment, - STATE(4399), 1, + STATE(4419), 1, aux_sym__inter_double_quotes_repeat1, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [192968] = 6, + [193603] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2338), 1, - sym_identifier, - ACTIONS(8025), 1, + STATE(4397), 1, + sym_comment, + ACTIONS(3036), 6, + anon_sym_PIPE, anon_sym_DASH, - STATE(5473), 1, - sym__flag, - STATE(4395), 2, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [193618] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(1646), 1, + sym__assignment_pattern, + STATE(2682), 1, + sym__var, + STATE(4398), 1, sym_comment, - aux_sym_overlay_use_repeat1, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [192989] = 5, + STATE(4907), 1, + sym_val_variable, + STATE(5354), 1, + sym__variable_name, + [193643] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4399), 1, + sym_comment, + ACTIONS(2876), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [193658] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2975), 1, + ACTIONS(3696), 1, anon_sym_LF, - ACTIONS(8028), 1, - anon_sym_DOT2, - STATE(4396), 1, + STATE(4400), 1, sym_comment, - ACTIONS(2973), 4, + ACTIONS(3694), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [193008] = 5, + [193675] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(8065), 1, + anon_sym_LBRACE, + STATE(1455), 1, + sym_val_record, + STATE(4401), 1, + sym_comment, + STATE(5466), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [193698] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3056), 1, + ACTIONS(3700), 1, anon_sym_LF, - ACTIONS(8030), 1, - anon_sym_DOT2, - STATE(4397), 1, + STATE(4402), 1, sym_comment, - ACTIONS(3054), 4, + ACTIONS(3698), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [193027] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(8032), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4398), 1, - sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [193050] = 7, + [193715] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(8034), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4399), 1, + ACTIONS(3704), 1, + anon_sym_LF, + STATE(4403), 1, sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [193073] = 5, + ACTIONS(3702), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_RBRACE, + [193732] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2766), 1, + ACTIONS(3708), 1, anon_sym_LF, - ACTIONS(8036), 1, - sym__long_flag_identifier, - STATE(4400), 1, + STATE(4404), 1, sym_comment, - ACTIONS(2762), 4, + ACTIONS(3706), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [193092] = 7, + [193749] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8038), 1, + ACTIONS(8067), 1, anon_sym_DQUOTE2, - STATE(4398), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4401), 1, + STATE(4405), 1, sym_comment, - STATE(5217), 1, + STATE(4430), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [193115] = 5, + [193772] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3027), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, anon_sym_LF, - ACTIONS(8040), 1, - anon_sym_DOT2, - STATE(4402), 1, + STATE(1128), 1, + aux_sym__block_body_repeat1, + STATE(1400), 1, + sym__terminator, + STATE(4406), 1, sym_comment, - ACTIONS(3025), 4, - anon_sym_SEMI, + ACTIONS(8069), 2, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [193134] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6020), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8042), 1, - aux_sym__immediate_decimal_token1, - STATE(4403), 1, - sym_comment, - ACTIONS(2726), 4, - anon_sym_COMMA, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT2, - [193153] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7496), 1, - anon_sym_DASH, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1449), 1, - sym_block, - STATE(4404), 1, - sym_comment, - STATE(5494), 1, - sym__flag, - STATE(5056), 2, - sym_short_flag, - sym_long_flag, - [193176] = 6, + [193795] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5076), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8044), 1, - anon_sym_DOT2, - STATE(4405), 1, + ACTIONS(2964), 1, + anon_sym_LF, + ACTIONS(8071), 1, + sym__long_flag_identifier, + STATE(4407), 1, sym_comment, - ACTIONS(2768), 2, + ACTIONS(2960), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(2770), 2, - ts_builtin_sym_end, - anon_sym_LF, - [193197] = 6, + anon_sym_RBRACE, + [193814] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4963), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8046), 1, - anon_sym_DOT2, - STATE(4406), 1, + STATE(4408), 1, sym_comment, - ACTIONS(2734), 2, + ACTIONS(2806), 3, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2736), 2, + anon_sym_DASH, + ACTIONS(2808), 3, ts_builtin_sym_end, anon_sym_LF, - [193218] = 3, + anon_sym_DOT2, + [193831] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4407), 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, - [193233] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7825), 1, - anon_sym_LPAREN, - ACTIONS(8048), 1, - anon_sym_DQUOTE2, - STATE(4321), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(4408), 1, + STATE(4409), 1, sym_comment, - STATE(5217), 1, - sym_expr_interpolated, - ACTIONS(7827), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [193256] = 7, + ACTIONS(2784), 6, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT2, + [193846] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7516), 1, + ACTIONS(7554), 1, anon_sym_DASH, - ACTIONS(8050), 1, - sym_identifier, - STATE(4254), 1, - aux_sym_overlay_use_repeat1, - STATE(4409), 1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1484), 1, + sym_block, + STATE(4410), 1, sym_comment, - STATE(5473), 1, + STATE(5523), 1, sym__flag, - STATE(5056), 2, + STATE(5053), 2, sym_short_flag, sym_long_flag, - [193279] = 7, + [193869] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7825), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8052), 1, + ACTIONS(8073), 1, anon_sym_DQUOTE2, - STATE(4408), 1, + STATE(4392), 1, aux_sym__inter_double_quotes_repeat1, - STATE(4410), 1, + STATE(4411), 1, sym_comment, - STATE(5217), 1, + STATE(5092), 1, sym_expr_interpolated, - ACTIONS(7827), 2, + ACTIONS(7963), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [193302] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4411), 1, - sym_comment, - ACTIONS(1448), 6, - sym_cmd_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [193317] = 8, - ACTIONS(3), 1, + [193892] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7798), 1, - anon_sym_def, - ACTIONS(7800), 1, - anon_sym_extern, - ACTIONS(7802), 1, - anon_sym_module, - ACTIONS(7804), 1, - anon_sym_use, - ACTIONS(8054), 1, - anon_sym_alias, - ACTIONS(8056), 1, - anon_sym_const, + ACTIONS(8077), 1, + anon_sym_LF, + ACTIONS(8079), 1, + anon_sym_else, STATE(4412), 1, sym_comment, - [193342] = 6, + ACTIONS(8075), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [193911] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2560), 1, - sym_path, - STATE(4364), 1, - aux_sym_cell_path_repeat1, STATE(4413), 1, sym_comment, - ACTIONS(1404), 3, + ACTIONS(8081), 6, + sym_identifier, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [193363] = 3, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [193926] = 8, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7949), 1, + anon_sym_DOT2, + ACTIONS(7951), 1, + anon_sym_LPAREN2, + ACTIONS(7953), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7957), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8083), 1, + anon_sym_DASH2, + ACTIONS(8085), 1, + aux_sym_short_flag_token1, STATE(4414), 1, sym_comment, - ACTIONS(8058), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [193377] = 4, + [193951] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(1517), 1, anon_sym_LF, STATE(4415), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(1515), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DASH, anon_sym_RBRACE, - [193393] = 5, + [193968] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8064), 1, - anon_sym_catch, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8087), 1, + anon_sym_DQUOTE2, STATE(4416), 1, sym_comment, - ACTIONS(7843), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7845), 2, - ts_builtin_sym_end, - anon_sym_LF, - [193411] = 3, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [193991] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4417), 1, sym_comment, - ACTIONS(3561), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193425] = 3, + ACTIONS(1634), 6, + sym_cmd_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [194006] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2960), 1, + sym_cmd_identifier, + ACTIONS(8089), 1, + sym__long_flag_identifier, STATE(4418), 1, sym_comment, - ACTIONS(3537), 5, - anon_sym_PIPE, + ACTIONS(2964), 4, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193439] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(8068), 1, - aux_sym_path_token1, - STATE(2833), 1, - sym__str_double_quotes, - STATE(4419), 1, - sym_comment, - ACTIONS(8066), 2, sym__str_single_quotes, sym__str_back_ticks, - [193459] = 7, + [194025] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8091), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8074), 1, - anon_sym_SQUOTE, + ACTIONS(8097), 1, + anon_sym_DQUOTE2, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(8094), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + STATE(4419), 2, + sym_comment, + aux_sym__inter_double_quotes_repeat1, + [194046] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1400), 1, + sym__terminator, + STATE(4406), 1, + aux_sym__block_body_repeat1, STATE(4420), 1, sym_comment, - STATE(4425), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [193481] = 3, - ACTIONS(3), 1, + ACTIONS(8099), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [194069] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8101), 1, + anon_sym_DQUOTE2, STATE(4421), 1, sym_comment, - ACTIONS(3408), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193495] = 3, - ACTIONS(3), 1, + STATE(4424), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194092] = 6, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(5095), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8103), 1, + anon_sym_DOT2, STATE(4422), 1, sym_comment, - ACTIONS(8076), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [193509] = 3, - ACTIONS(3), 1, + ACTIONS(2806), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + [194113] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8106), 1, + anon_sym_DQUOTE2, + STATE(4416), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4423), 1, sym_comment, - ACTIONS(3412), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193523] = 3, - ACTIONS(3), 1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194136] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8108), 1, + anon_sym_DQUOTE2, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4424), 1, sym_comment, - ACTIONS(3565), 5, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194159] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4425), 1, + sym_comment, + ACTIONS(2808), 6, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [193537] = 7, - ACTIONS(105), 1, + anon_sym_DOT2, + [194174] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8078), 1, - anon_sym_SQUOTE, - STATE(4425), 1, + ACTIONS(8110), 1, + anon_sym_alias, + ACTIONS(8112), 1, + anon_sym_const, + ACTIONS(8114), 1, + anon_sym_def, + ACTIONS(8116), 1, + anon_sym_extern, + ACTIONS(8118), 1, + anon_sym_module, + ACTIONS(8120), 1, + anon_sym_use, + STATE(4426), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [193559] = 7, - ACTIONS(105), 1, + [194199] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8080), 1, - anon_sym_SQUOTE, - STATE(4426), 1, + ACTIONS(7554), 1, + anon_sym_DASH, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1494), 1, + sym_block, + STATE(4427), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [193581] = 7, + STATE(5519), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [194222] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(7961), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8082), 1, - anon_sym_SQUOTE, - STATE(4427), 1, + ACTIONS(8122), 1, + anon_sym_DQUOTE2, + STATE(4396), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(4428), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, + STATE(5092), 1, sym_expr_interpolated, - [193603] = 3, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194245] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(4428), 1, - sym_comment, - ACTIONS(3382), 5, - anon_sym_PIPE, + ACTIONS(7554), 1, anon_sym_DASH, - anon_sym_if, + ACTIONS(7991), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [193617] = 4, - ACTIONS(105), 1, - anon_sym_POUND, + STATE(1506), 1, + sym_block, STATE(4429), 1, sym_comment, - ACTIONS(1467), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1465), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [193633] = 3, - ACTIONS(3), 1, + STATE(5553), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [194268] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8124), 1, + anon_sym_DQUOTE2, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4430), 1, sym_comment, - ACTIONS(8084), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [193647] = 3, - ACTIONS(3), 1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194291] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1128), 1, + aux_sym__block_body_repeat1, + STATE(1400), 1, + sym__terminator, STATE(4431), 1, sym_comment, - ACTIONS(3400), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193661] = 6, + ACTIONS(8099), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [194314] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8086), 1, - anon_sym_DQUOTE, - ACTIONS(8090), 1, - aux_sym_path_token1, - STATE(2329), 1, - sym__str_double_quotes, + ACTIONS(7849), 1, + anon_sym_def, + ACTIONS(7851), 1, + anon_sym_extern, + ACTIONS(7853), 1, + anon_sym_module, + ACTIONS(7855), 1, + anon_sym_use, + ACTIONS(8126), 1, + anon_sym_alias, + ACTIONS(8128), 1, + anon_sym_const, STATE(4432), 1, sym_comment, - ACTIONS(8088), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [193681] = 7, + [194339] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8092), 1, - anon_sym_SQUOTE, + ACTIONS(8132), 1, + anon_sym_LF, + ACTIONS(8134), 1, + anon_sym_catch, STATE(4433), 1, sym_comment, - STATE(4436), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [193703] = 3, + ACTIONS(8130), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [194358] = 7, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7640), 1, + anon_sym_DASH, + ACTIONS(8136), 1, + sym_identifier, STATE(4434), 1, sym_comment, - ACTIONS(3396), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193717] = 7, + STATE(4451), 1, + aux_sym_overlay_use_repeat1, + STATE(5516), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [194381] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8094), 1, - anon_sym_SQUOTE, + ACTIONS(3131), 1, + anon_sym_LF, + ACTIONS(8138), 1, + anon_sym_DOT2, STATE(4435), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [193739] = 7, + ACTIONS(3129), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [194400] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8096), 1, - anon_sym_SQUOTE, + ACTIONS(5095), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8140), 1, + anon_sym_DOT2, STATE(4436), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [193761] = 6, + ACTIONS(2806), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2808), 2, + ts_builtin_sym_end, + anon_sym_LF, + [194421] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8098), 1, - anon_sym_DQUOTE, - ACTIONS(8102), 1, - aux_sym_path_token1, - STATE(2954), 1, - sym__str_double_quotes, - STATE(4437), 1, + ACTIONS(2616), 1, + sym_identifier, + ACTIONS(8142), 1, + anon_sym_DASH, + STATE(5516), 1, + sym__flag, + STATE(4437), 2, sym_comment, - ACTIONS(8100), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [193781] = 3, - ACTIONS(3), 1, + aux_sym_overlay_use_repeat1, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [194442] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3125), 1, + anon_sym_LF, + ACTIONS(8145), 1, + anon_sym_DOT2, STATE(4438), 1, sym_comment, - ACTIONS(3390), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193795] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4439), 1, - sym_comment, - ACTIONS(3386), 5, + ACTIONS(3123), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193809] = 3, + anon_sym_RBRACE, + [194461] = 3, ACTIONS(3), 1, anon_sym_POUND, + STATE(4439), 1, + sym_comment, + ACTIONS(1477), 6, + sym_cmd_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [194476] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3155), 1, + anon_sym_LF, STATE(4440), 1, sym_comment, - ACTIONS(3163), 5, + ACTIONS(3153), 5, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193823] = 7, + anon_sym_RBRACE, + [194493] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8104), 1, - anon_sym_SQUOTE, - STATE(4435), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8149), 1, + anon_sym_LF, + STATE(2545), 1, + aux_sym_pipe_element_repeat1, STATE(4441), 1, sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [193845] = 3, + ACTIONS(8147), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [194514] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6114), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8152), 1, + aux_sym__immediate_decimal_token1, STATE(4442), 1, sym_comment, - ACTIONS(3378), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, + ACTIONS(2808), 4, + anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_EQ_GT, - [193859] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + anon_sym_DOT2, + [194533] = 6, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8156), 1, + anon_sym_LF, + STATE(2534), 1, + aux_sym_pipe_element_repeat1, STATE(4443), 1, sym_comment, - ACTIONS(8106), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [193873] = 7, + ACTIONS(8154), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [194554] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8108), 1, - ts_builtin_sym_end, - ACTIONS(8110), 1, - anon_sym_SEMI, - ACTIONS(8112), 1, - anon_sym_LF, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8159), 1, + anon_sym_DOT2, STATE(4444), 1, sym_comment, - STATE(4646), 1, - aux_sym__block_body_repeat1, - STATE(5378), 1, - sym__terminator, - [193895] = 6, - ACTIONS(3), 1, + ACTIONS(2904), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2906), 2, + ts_builtin_sym_end, + anon_sym_LF, + [194575] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8114), 1, - anon_sym_DQUOTE, - ACTIONS(8118), 1, - aux_sym_path_token1, - STATE(2541), 1, - sym__str_double_quotes, + ACTIONS(3117), 1, + anon_sym_LF, + ACTIONS(8161), 1, + anon_sym_DOT2, STATE(4445), 1, sym_comment, - ACTIONS(8116), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [193915] = 3, + ACTIONS(3115), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [194594] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4446), 1, sym_comment, - ACTIONS(3374), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193929] = 3, - ACTIONS(3), 1, + ACTIONS(1456), 6, + sym_cmd_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [194609] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3111), 1, + anon_sym_LF, + ACTIONS(8163), 1, + anon_sym_DOT2, STATE(4447), 1, sym_comment, - ACTIONS(3370), 5, + ACTIONS(3109), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193943] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [194628] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8165), 1, + anon_sym_DQUOTE2, + STATE(4419), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4448), 1, sym_comment, - ACTIONS(3366), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [193957] = 3, - ACTIONS(3), 1, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194651] = 6, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(5220), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8167), 1, + anon_sym_DOT2, STATE(4449), 1, sym_comment, - ACTIONS(8120), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [193971] = 3, - ACTIONS(3), 1, + ACTIONS(2904), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2906), 2, + ts_builtin_sym_end, + anon_sym_LF, + [194672] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7961), 1, + anon_sym_LPAREN, + ACTIONS(8170), 1, + anon_sym_DQUOTE2, + STATE(4448), 1, + aux_sym__inter_double_quotes_repeat1, STATE(4450), 1, sym_comment, - ACTIONS(8122), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [193985] = 3, + STATE(5092), 1, + sym_expr_interpolated, + ACTIONS(7963), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194695] = 7, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7640), 1, + anon_sym_DASH, + ACTIONS(8172), 1, + sym_identifier, + STATE(4437), 1, + aux_sym_overlay_use_repeat1, STATE(4451), 1, sym_comment, - ACTIONS(3362), 5, + STATE(5516), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [194718] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6110), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8174), 1, + aux_sym__immediate_decimal_token1, + STATE(4452), 1, + sym_comment, + ACTIONS(2784), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT2, + [194737] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3099), 1, + anon_sym_LF, + ACTIONS(8176), 1, + anon_sym_DOT2, + STATE(4453), 1, + sym_comment, + ACTIONS(3097), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_RBRACE, + [194756] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7554), 1, anon_sym_DASH, - anon_sym_if, + ACTIONS(8178), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [193999] = 7, + STATE(1489), 1, + sym_val_record, + STATE(4454), 1, + sym_comment, + STATE(5545), 1, + sym__flag, + STATE(5053), 2, + sym_short_flag, + sym_long_flag, + [194779] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8108), 1, - ts_builtin_sym_end, - ACTIONS(8110), 1, - anon_sym_SEMI, - ACTIONS(8112), 1, + ACTIONS(3105), 1, anon_sym_LF, - STATE(4452), 1, + ACTIONS(8180), 1, + anon_sym_DOT2, + STATE(4455), 1, sym_comment, - STATE(4833), 1, - aux_sym__block_body_repeat1, - STATE(5378), 1, - sym__terminator, - [194021] = 3, + ACTIONS(3103), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [194798] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4453), 1, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + STATE(4456), 1, sym_comment, - ACTIONS(8124), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [194035] = 7, + STATE(5570), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [194818] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8126), 1, + ACTIONS(8192), 1, anon_sym_SQUOTE, - STATE(4427), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4454), 1, + STATE(4457), 1, sym_comment, - STATE(5353), 1, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, sym_expr_interpolated, - [194057] = 3, + [194840] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4455), 1, - sym_comment, - ACTIONS(3358), 5, - anon_sym_PIPE, + ACTIONS(8194), 1, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194071] = 7, + ACTIONS(8196), 1, + anon_sym_in, + STATE(4458), 1, + sym_comment, + STATE(5799), 1, + sym__flag, + STATE(6127), 2, + sym_short_flag, + sym_long_flag, + [194860] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(8128), 1, - anon_sym_use, - ACTIONS(8130), 1, - anon_sym_list, - ACTIONS(8132), 1, - anon_sym_hide, - ACTIONS(8134), 1, - anon_sym_new, - STATE(4456), 1, + ACTIONS(6158), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8198), 1, + aux_sym__immediate_decimal_token1, + STATE(4459), 1, sym_comment, - [194093] = 4, + ACTIONS(2808), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [194878] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4457), 1, + STATE(4460), 1, sym_comment, - ACTIONS(3243), 2, + ACTIONS(3439), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3241), 3, + ACTIONS(3437), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [194109] = 6, + [194894] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8136), 1, + ACTIONS(8200), 1, anon_sym_DQUOTE, - ACTIONS(8140), 1, + ACTIONS(8204), 1, aux_sym_path_token1, - STATE(928), 1, + STATE(728), 1, sym__str_double_quotes, - STATE(4458), 1, + STATE(4461), 1, sym_comment, - ACTIONS(8138), 2, + ACTIONS(8202), 2, sym__str_single_quotes, sym__str_back_ticks, - [194129] = 6, + [194914] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8142), 1, + ACTIONS(8206), 1, anon_sym_DQUOTE, - ACTIONS(8146), 1, + ACTIONS(8210), 1, aux_sym_path_token1, - STATE(1142), 1, + STATE(2350), 1, sym__str_double_quotes, - STATE(4459), 1, + STATE(4462), 1, sym_comment, - ACTIONS(8144), 2, + ACTIONS(8208), 2, sym__str_single_quotes, sym__str_back_ticks, - [194149] = 7, + [194934] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8214), 1, + anon_sym_LF, + STATE(2482), 1, + aux_sym_pipe_element_repeat1, + STATE(4463), 1, + sym_comment, + ACTIONS(8212), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [194954] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8148), 1, + ACTIONS(8217), 1, anon_sym_SQUOTE, - STATE(4460), 1, + STATE(4464), 1, sym_comment, - STATE(4651), 1, + STATE(4515), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, + STATE(5393), 1, sym_expr_interpolated, - [194171] = 3, + [194976] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4461), 1, + STATE(4465), 1, sym_comment, - ACTIONS(3354), 5, + ACTIONS(3451), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194185] = 6, + [194990] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8221), 1, + anon_sym_LF, + STATE(2501), 1, + aux_sym_pipe_element_repeat1, + STATE(4466), 1, + sym_comment, + ACTIONS(8219), 2, anon_sym_SEMI, - ACTIONS(3181), 1, + anon_sym_RPAREN, + [195010] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8226), 1, anon_sym_LF, - STATE(1403), 1, - sym__terminator, - STATE(4462), 1, + STATE(4467), 1, sym_comment, - ACTIONS(8150), 2, + ACTIONS(8224), 4, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [194205] = 7, + [195026] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8230), 1, + anon_sym_LF, + STATE(2507), 1, + aux_sym_pipe_element_repeat1, + STATE(4468), 1, + sym_comment, + ACTIONS(8228), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [195046] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4469), 1, + sym_comment, + ACTIONS(1517), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1515), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [195062] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8152), 1, + ACTIONS(8233), 1, anon_sym_SQUOTE, - STATE(4460), 1, + STATE(4464), 1, aux_sym__inter_single_quotes_repeat1, - STATE(4463), 1, + STATE(4470), 1, sym_comment, - STATE(5353), 1, + STATE(5393), 1, sym_expr_interpolated, - [194227] = 5, + [195084] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8154), 1, - sym__long_flag_identifier, - STATE(4464), 1, - sym_comment, - ACTIONS(2762), 2, + ACTIONS(3254), 1, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2766), 2, - ts_builtin_sym_end, + ACTIONS(3256), 1, anon_sym_LF, - [194245] = 3, - ACTIONS(3), 1, + ACTIONS(8235), 1, + anon_sym_RPAREN, + STATE(1400), 1, + sym__terminator, + STATE(4471), 1, + sym_comment, + STATE(4723), 1, + aux_sym__block_body_repeat1, + [195106] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4465), 1, + ACTIONS(8237), 1, + anon_sym_DOT2, + STATE(4472), 1, sym_comment, - ACTIONS(3350), 5, + ACTIONS(3129), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194259] = 3, - ACTIONS(3), 1, + ACTIONS(3131), 2, + ts_builtin_sym_end, + anon_sym_LF, + [195124] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4466), 1, + ACTIONS(8239), 1, + anon_sym_DOT2, + STATE(4473), 1, sym_comment, - ACTIONS(3338), 5, + ACTIONS(3123), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194273] = 3, + ACTIONS(3125), 2, + ts_builtin_sym_end, + anon_sym_LF, + [195142] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4467), 1, + ACTIONS(8241), 1, + anon_sym_DQUOTE, + ACTIONS(8245), 1, + aux_sym_path_token1, + STATE(3071), 1, + sym__str_double_quotes, + STATE(4474), 1, sym_comment, - ACTIONS(8156), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [194287] = 6, - ACTIONS(3), 1, + ACTIONS(8243), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [195162] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8158), 1, - anon_sym_DOT2, - STATE(4468), 1, + STATE(4475), 1, sym_comment, - STATE(5912), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [194307] = 3, - ACTIONS(3), 1, + ACTIONS(3435), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3433), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [195178] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4469), 1, + STATE(4476), 1, sym_comment, - ACTIONS(3334), 5, + ACTIONS(3653), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3651), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194321] = 3, + [195194] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4470), 1, - sym_comment, - ACTIONS(8160), 5, - sym_identifier, - anon_sym_GT, + ACTIONS(4339), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [194335] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4471), 1, + ACTIONS(8249), 1, + aux_sym_path_token1, + STATE(2599), 1, + sym__str_double_quotes, + STATE(4477), 1, sym_comment, - ACTIONS(8162), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, + ACTIONS(8247), 2, sym__str_single_quotes, sym__str_back_ticks, - [194349] = 3, - ACTIONS(3), 1, + [195214] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4472), 1, + ACTIONS(8253), 1, + anon_sym_LF, + STATE(4478), 1, sym_comment, - ACTIONS(3330), 5, + ACTIONS(8251), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194363] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [195230] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - STATE(4473), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1408), 1, + sym__terminator, + STATE(4479), 1, sym_comment, - STATE(6044), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [194383] = 3, + ACTIONS(8255), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [195250] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(4474), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(2682), 1, + sym__var, + STATE(4480), 1, sym_comment, - ACTIONS(3326), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194397] = 3, - ACTIONS(3), 1, + STATE(4612), 1, + sym__variable_name, + STATE(4907), 1, + sym_val_variable, + [195272] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4475), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + ACTIONS(8257), 1, + anon_sym_RPAREN, + STATE(1400), 1, + sym__terminator, + STATE(4481), 1, sym_comment, - ACTIONS(3319), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194411] = 3, + STATE(4627), 1, + aux_sym__block_body_repeat1, + [195294] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4476), 1, + ACTIONS(369), 1, + anon_sym_DQUOTE, + ACTIONS(8261), 1, + aux_sym_path_token1, + STATE(2860), 1, + sym__str_double_quotes, + STATE(4482), 1, sym_comment, - ACTIONS(3315), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194425] = 3, - ACTIONS(3), 1, + ACTIONS(8259), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [195314] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4477), 1, + STATE(4483), 1, sym_comment, - ACTIONS(8164), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [194439] = 3, + ACTIONS(3447), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3445), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [195330] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4478), 1, + STATE(4484), 1, sym_comment, - ACTIONS(3311), 5, + ACTIONS(3708), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194453] = 3, + [195344] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4479), 1, + STATE(4485), 1, sym_comment, - ACTIONS(3307), 5, + ACTIONS(3704), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194467] = 3, + [195358] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4480), 1, + STATE(4486), 1, sym_comment, - ACTIONS(3275), 5, + ACTIONS(3700), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194481] = 5, + [195372] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8166), 1, - anon_sym_DOT2, - STATE(4481), 1, + STATE(4487), 1, sym_comment, - ACTIONS(3025), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3027), 2, + ACTIONS(3451), 2, ts_builtin_sym_end, anon_sym_LF, - [194499] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4482), 1, - sym_comment, - ACTIONS(8168), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [194513] = 3, + ACTIONS(3449), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [195388] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4483), 1, + STATE(4488), 1, sym_comment, - ACTIONS(1467), 5, - anon_sym_COMMA, + ACTIONS(3696), 5, + anon_sym_PIPE, anon_sym_DASH, + anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, - [194527] = 4, - ACTIONS(105), 1, + [195402] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8172), 1, - anon_sym_LF, - STATE(4484), 1, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, + STATE(4489), 1, sym_comment, - ACTIONS(8170), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [194543] = 5, + STATE(6108), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [195422] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8174), 1, - anon_sym_DOT2, - STATE(4485), 1, + STATE(4490), 1, sym_comment, - ACTIONS(2973), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2975), 2, + ACTIONS(3479), 2, ts_builtin_sym_end, anon_sym_LF, - [194561] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(8118), 1, - aux_sym_path_token1, - STATE(2541), 1, - sym__str_double_quotes, - STATE(4486), 1, - sym_comment, - ACTIONS(8116), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [194581] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(7550), 1, - anon_sym_LF, - STATE(4487), 1, - sym_comment, - ACTIONS(7548), 4, + ACTIONS(3477), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [194597] = 4, + anon_sym_DASH, + [195438] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7560), 1, - anon_sym_LF, - STATE(4488), 1, + STATE(4491), 1, sym_comment, - ACTIONS(7558), 4, + ACTIONS(3483), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3481), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [194613] = 4, + anon_sym_DASH, + [195454] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7582), 1, - anon_sym_LF, - STATE(4489), 1, + STATE(4492), 1, sym_comment, - ACTIONS(7580), 4, + ACTIONS(3503), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3501), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [194629] = 3, + anon_sym_DASH, + [195470] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4490), 1, + STATE(4493), 1, sym_comment, - ACTIONS(3267), 5, + ACTIONS(3667), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194643] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8176), 1, - anon_sym_DOT2, - STATE(4491), 1, - sym_comment, - ACTIONS(3048), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3050), 2, - ts_builtin_sym_end, - anon_sym_LF, - [194661] = 7, + [195484] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6948), 1, - anon_sym_DOLLAR, - ACTIONS(8006), 1, - sym_identifier, - STATE(1035), 1, - sym__var, - STATE(1269), 1, - sym_val_variable, - STATE(1386), 1, - sym__variable_name, - STATE(4492), 1, + STATE(4494), 1, sym_comment, - [194683] = 4, + ACTIONS(3661), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [195498] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3719), 1, + ACTIONS(8265), 1, anon_sym_LF, - STATE(4493), 1, + STATE(4495), 1, sym_comment, - ACTIONS(3717), 4, + ACTIONS(8263), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [194699] = 4, - ACTIONS(105), 1, + [195514] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4494), 1, + ACTIONS(2819), 1, + anon_sym_DOLLAR, + ACTIONS(7638), 1, + sym_identifier, + STATE(2682), 1, + sym__var, + STATE(4496), 1, sym_comment, - ACTIONS(2995), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2993), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [194715] = 4, + STATE(4666), 1, + sym__variable_name, + STATE(4907), 1, + sym_val_variable, + [195536] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3723), 1, + ACTIONS(8269), 1, anon_sym_LF, - STATE(4495), 1, + STATE(4497), 1, sym_comment, - ACTIONS(3721), 4, + ACTIONS(8267), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [194731] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8178), 1, - anon_sym_DQUOTE, - ACTIONS(8182), 1, - aux_sym_path_token1, - STATE(1170), 1, - sym__str_double_quotes, - STATE(4496), 1, - sym_comment, - ACTIONS(8180), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [194751] = 5, + [195552] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8184), 1, - anon_sym_DOT2, - STATE(4497), 1, + ACTIONS(8271), 1, + anon_sym_catch, + STATE(4498), 1, sym_comment, - ACTIONS(3054), 2, + ACTIONS(8130), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3056), 2, + ACTIONS(8132), 2, ts_builtin_sym_end, anon_sym_LF, - [194769] = 7, + [195570] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8186), 1, + ACTIONS(8273), 1, anon_sym_SQUOTE, - STATE(4498), 1, + STATE(4499), 1, sym_comment, - STATE(4531), 1, + STATE(4539), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, + STATE(5393), 1, sym_expr_interpolated, - [194791] = 3, + [195592] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4499), 1, + STATE(4500), 1, sym_comment, - ACTIONS(3263), 5, + ACTIONS(3653), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194805] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8188), 1, - anon_sym_SQUOTE, - STATE(4500), 1, - sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [194827] = 3, + [195606] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4501), 1, sym_comment, - ACTIONS(3259), 5, + ACTIONS(3649), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194841] = 3, + [195620] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4502), 1, sym_comment, - ACTIONS(3255), 5, + ACTIONS(3641), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194855] = 3, + [195634] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4503), 1, sym_comment, - ACTIONS(3251), 5, + ACTIONS(3637), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [194869] = 4, - ACTIONS(105), 1, + [195648] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7564), 1, - anon_sym_LF, STATE(4504), 1, sym_comment, - ACTIONS(7562), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3617), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [194885] = 6, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [195662] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8190), 1, - anon_sym_DOT2, + ACTIONS(8275), 1, + anon_sym_DQUOTE, + ACTIONS(8279), 1, + aux_sym_path_token1, + STATE(3122), 1, + sym__str_double_quotes, STATE(4505), 1, sym_comment, - STATE(5871), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [194905] = 3, - ACTIONS(3), 1, + ACTIONS(8277), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [195682] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8281), 1, + anon_sym_else, STATE(4506), 1, sym_comment, - ACTIONS(3247), 5, + ACTIONS(8075), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [194919] = 7, + ACTIONS(8077), 2, + ts_builtin_sym_end, + anon_sym_LF, + [195700] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8192), 1, - anon_sym_DOT2, - ACTIONS(8194), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8196), 1, - anon_sym_DASH2, - ACTIONS(8198), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8200), 1, - aux_sym_short_flag_token1, STATE(4507), 1, sym_comment, - [194941] = 4, + ACTIONS(3613), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [195714] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8204), 1, - anon_sym_LF, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8283), 1, + anon_sym_SQUOTE, STATE(4508), 1, sym_comment, - ACTIONS(8202), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [194957] = 4, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [195736] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8208), 1, - anon_sym_LF, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8285), 1, + anon_sym_SQUOTE, STATE(4509), 1, sym_comment, - ACTIONS(8206), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [194973] = 3, - ACTIONS(3), 1, + STATE(4522), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [195758] = 7, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8287), 1, + anon_sym_SQUOTE, STATE(4510), 1, sym_comment, - ACTIONS(8210), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [194987] = 3, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [195780] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4511), 1, sym_comment, - ACTIONS(3243), 5, + ACTIONS(3559), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [195001] = 7, + [195794] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8212), 1, + ACTIONS(8289), 1, anon_sym_SQUOTE, - STATE(4500), 1, + STATE(4510), 1, aux_sym__inter_single_quotes_repeat1, STATE(4512), 1, sym_comment, - STATE(5353), 1, + STATE(5393), 1, sym_expr_interpolated, - [195023] = 3, + [195816] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4513), 1, sym_comment, - ACTIONS(3239), 5, + ACTIONS(3515), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [195037] = 6, + [195830] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8214), 1, - anon_sym_DQUOTE, - ACTIONS(8218), 1, - aux_sym_path_token1, - STATE(548), 1, - sym__str_double_quotes, STATE(4514), 1, sym_comment, - ACTIONS(8216), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195057] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4515), 1, - sym_comment, - ACTIONS(3235), 5, - anon_sym_PIPE, + ACTIONS(1517), 5, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - [195071] = 3, + [195844] = 6, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8291), 1, + anon_sym_LPAREN, + ACTIONS(8294), 1, + sym_unescaped_interpolated_content, + ACTIONS(8297), 1, + anon_sym_SQUOTE, + STATE(5393), 1, + sym_expr_interpolated, + STATE(4515), 2, + sym_comment, + aux_sym__inter_single_quotes_repeat1, + [195864] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6190), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8299), 1, + aux_sym__immediate_decimal_token1, STATE(4516), 1, sym_comment, - ACTIONS(3227), 5, + ACTIONS(2784), 3, anon_sym_PIPE, - anon_sym_DASH, anon_sym_if, - anon_sym_LBRACE, anon_sym_EQ_GT, - [195085] = 3, - ACTIONS(3), 1, + [195882] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(4517), 1, sym_comment, - ACTIONS(8220), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195099] = 3, + ACTIONS(3431), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3429), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [195898] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4518), 1, sym_comment, - ACTIONS(3185), 5, + ACTIONS(3507), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [195113] = 3, - ACTIONS(3), 1, + [195912] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(4519), 1, sym_comment, - ACTIONS(3175), 5, + ACTIONS(3507), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3505), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195127] = 5, - ACTIONS(105), 1, + [195928] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8224), 1, - anon_sym_LF, - ACTIONS(8227), 1, - anon_sym_catch, + ACTIONS(7097), 1, + anon_sym_DOLLAR, + ACTIONS(8023), 1, + sym_identifier, + STATE(1110), 1, + sym__var, + STATE(1260), 1, + sym_val_variable, + STATE(1391), 1, + sym__variable_name, STATE(4520), 1, sym_comment, - ACTIONS(8222), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - [195145] = 7, + [195950] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(8303), 1, anon_sym_LF, - ACTIONS(8229), 1, - anon_sym_RPAREN, - STATE(1306), 1, - sym__terminator, STATE(4521), 1, sym_comment, - STATE(4678), 1, - aux_sym__block_body_repeat1, - [195167] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3179), 1, + ACTIONS(8301), 4, anon_sym_SEMI, - ACTIONS(3181), 1, - anon_sym_LF, - ACTIONS(8229), 1, anon_sym_RPAREN, - STATE(1109), 1, - aux_sym__block_body_repeat1, - STATE(1306), 1, - sym__terminator, + anon_sym_PIPE, + anon_sym_RBRACE, + [195966] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8305), 1, + anon_sym_SQUOTE, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4522), 1, sym_comment, - [195189] = 4, + STATE(5393), 1, + sym_expr_interpolated, + [195988] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3695), 1, + ACTIONS(7703), 1, anon_sym_LF, STATE(4523), 1, sym_comment, - ACTIONS(3693), 4, + ACTIONS(7701), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [195205] = 6, + [196004] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, STATE(4524), 1, sym_comment, - STATE(6084), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [195225] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4525), 1, - sym_comment, - ACTIONS(3171), 5, + ACTIONS(3419), 5, anon_sym_PIPE, anon_sym_DASH, anon_sym_if, anon_sym_LBRACE, anon_sym_EQ_GT, - [195239] = 3, - ACTIONS(3), 1, + [196018] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4526), 1, + STATE(4525), 1, sym_comment, - ACTIONS(3167), 5, + ACTIONS(3053), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3051), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195253] = 3, - ACTIONS(3), 1, + [196034] = 7, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4527), 1, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8307), 1, + anon_sym_SQUOTE, + STATE(4526), 1, sym_comment, - ACTIONS(8237), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195267] = 6, - ACTIONS(3), 1, + STATE(4560), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [196056] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8239), 1, - anon_sym_DQUOTE, - ACTIONS(8243), 1, - aux_sym_path_token1, - STATE(885), 1, - sym__str_double_quotes, - STATE(4528), 1, + ACTIONS(8309), 1, + ts_builtin_sym_end, + ACTIONS(8311), 1, + anon_sym_SEMI, + ACTIONS(8314), 1, + anon_sym_LF, + STATE(5422), 1, + sym__terminator, + STATE(4527), 2, sym_comment, - ACTIONS(8241), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195287] = 4, + aux_sym__block_body_repeat1, + [196076] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4529), 1, - sym_comment, - ACTIONS(3093), 2, - ts_builtin_sym_end, + ACTIONS(7709), 1, anon_sym_LF, - ACTIONS(3091), 3, + STATE(4528), 1, + sym_comment, + ACTIONS(7707), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [195303] = 3, + anon_sym_RBRACE, + [196092] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6169), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8317), 1, + anon_sym_DOT2, + STATE(4529), 1, + sym_comment, + ACTIONS(2906), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [196110] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(4530), 1, sym_comment, - ACTIONS(3159), 5, + ACTIONS(3515), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3513), 3, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195317] = 7, - ACTIONS(105), 1, + [196126] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8245), 1, - anon_sym_SQUOTE, + ACTIONS(8320), 1, + anon_sym_DQUOTE, + ACTIONS(8324), 1, + aux_sym_path_token1, + STATE(543), 1, + sym__str_double_quotes, STATE(4531), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [195339] = 3, - ACTIONS(3), 1, + ACTIONS(8322), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [196146] = 6, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1383), 1, + sym__terminator, STATE(4532), 1, sym_comment, - ACTIONS(3155), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195353] = 6, - ACTIONS(3), 1, + ACTIONS(3685), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [196166] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8247), 1, - anon_sym_DQUOTE, - ACTIONS(8251), 1, - aux_sym_path_token1, - STATE(3034), 1, - sym__str_double_quotes, + ACTIONS(7660), 1, + anon_sym_LF, STATE(4533), 1, sym_comment, - ACTIONS(8249), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195373] = 3, + ACTIONS(7658), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [196182] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4534), 1, sym_comment, - ACTIONS(3151), 5, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195387] = 6, + ACTIONS(8326), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [196196] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2794), 1, - anon_sym_DQUOTE, - ACTIONS(8255), 1, - aux_sym_path_token1, - STATE(2382), 1, - sym__str_double_quotes, + ACTIONS(8328), 1, + anon_sym_DOT2, + ACTIONS(8330), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8332), 1, + anon_sym_DASH2, + ACTIONS(8334), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8336), 1, + aux_sym_short_flag_token1, STATE(4535), 1, sym_comment, - ACTIONS(8253), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195407] = 3, + [196218] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, STATE(4536), 1, sym_comment, - ACTIONS(8257), 5, - sym_cmd_identifier, - anon_sym_RBRACK, + STATE(5982), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [196238] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4537), 1, + sym_comment, + ACTIONS(8338), 5, + sym_identifier, + anon_sym_GT, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [195421] = 7, + [196252] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8340), 1, + anon_sym_DOT2, + STATE(4538), 1, + sym_comment, + ACTIONS(3115), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3117), 2, + ts_builtin_sym_end, + anon_sym_LF, + [196270] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8259), 1, + ACTIONS(8342), 1, anon_sym_SQUOTE, - STATE(4537), 1, - sym_comment, - STATE(4651), 1, + STATE(4515), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, + STATE(4539), 1, + sym_comment, + STATE(5393), 1, sym_expr_interpolated, - [195443] = 3, - ACTIONS(3), 1, + [196292] = 5, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4538), 1, + ACTIONS(8344), 1, + anon_sym_DOT2, + STATE(4540), 1, sym_comment, - ACTIONS(3147), 5, + ACTIONS(3109), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195457] = 3, - ACTIONS(3), 1, + ACTIONS(3111), 2, + ts_builtin_sym_end, + anon_sym_LF, + [196310] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4539), 1, + ACTIONS(8348), 1, + anon_sym_LF, + STATE(4541), 1, sym_comment, - ACTIONS(3271), 5, + ACTIONS(8346), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [195471] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4540), 1, - sym_comment, - ACTIONS(8261), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195485] = 7, + anon_sym_RBRACE, + [196326] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8263), 1, + ACTIONS(8350), 1, anon_sym_SQUOTE, - STATE(4537), 1, + STATE(4508), 1, aux_sym__inter_single_quotes_repeat1, - STATE(4541), 1, - sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [195507] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8265), 1, - anon_sym_DOT2, - ACTIONS(8267), 1, - aux_sym__immediate_decimal_token1, STATE(4542), 1, sym_comment, - STATE(6087), 1, - sym__immediate_decimal, - ACTIONS(8269), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [195527] = 6, - ACTIONS(3), 1, + STATE(5393), 1, + sym_expr_interpolated, + [196348] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8271), 1, - anon_sym_DOT2, STATE(4543), 1, sym_comment, - STATE(6062), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [195547] = 6, - ACTIONS(3), 1, + ACTIONS(3427), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3425), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [196364] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(369), 1, - anon_sym_DQUOTE, - ACTIONS(8275), 1, - aux_sym_path_token1, - STATE(2359), 1, - sym__str_double_quotes, + ACTIONS(8352), 1, + anon_sym_DOT2, STATE(4544), 1, sym_comment, - ACTIONS(8273), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195567] = 4, + ACTIONS(3103), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3105), 2, + ts_builtin_sym_end, + anon_sym_LF, + [196382] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8279), 1, - anon_sym_LF, + ACTIONS(8354), 1, + anon_sym_DOT2, STATE(4545), 1, sym_comment, - ACTIONS(8277), 4, + ACTIONS(3097), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [195583] = 3, + ACTIONS(3099), 2, + ts_builtin_sym_end, + anon_sym_LF, + [196400] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6316), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8356), 1, + anon_sym_DOT2, STATE(4546), 1, sym_comment, - ACTIONS(8281), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195597] = 6, - ACTIONS(3), 1, + ACTIONS(2906), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [196418] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8283), 1, - anon_sym_DASH, - ACTIONS(8285), 1, - anon_sym_in, + ACTIONS(3319), 1, + anon_sym_LF, STATE(4547), 1, sym_comment, - STATE(5815), 1, - sym__flag, - STATE(5941), 2, - sym_short_flag, - sym_long_flag, - [195617] = 3, + ACTIONS(3317), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [196434] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8358), 1, + anon_sym_DQUOTE, + ACTIONS(8362), 1, + aux_sym_path_token1, + STATE(1921), 1, + sym__str_double_quotes, STATE(4548), 1, sym_comment, - ACTIONS(8287), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195631] = 6, + ACTIONS(8360), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [196454] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8289), 1, + ACTIONS(8364), 1, anon_sym_DQUOTE, - ACTIONS(8293), 1, + ACTIONS(8368), 1, aux_sym_path_token1, - STATE(519), 1, + STATE(2977), 1, sym__str_double_quotes, STATE(4549), 1, sym_comment, - ACTIONS(8291), 2, + ACTIONS(8366), 2, sym__str_single_quotes, sym__str_back_ticks, - [195651] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8297), 1, - anon_sym_LF, - STATE(4550), 1, - sym_comment, - ACTIONS(8295), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [195667] = 6, + [196474] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8299), 1, + ACTIONS(369), 1, anon_sym_DQUOTE, - ACTIONS(8303), 1, + ACTIONS(8210), 1, aux_sym_path_token1, - STATE(711), 1, + STATE(2350), 1, sym__str_double_quotes, - STATE(4551), 1, + STATE(4550), 1, sym_comment, - ACTIONS(8301), 2, + ACTIONS(8208), 2, sym__str_single_quotes, sym__str_back_ticks, - [195687] = 3, + [196494] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4551), 1, + sym_comment, + ACTIONS(3559), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3557), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [196510] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4552), 1, sym_comment, - ACTIONS(8305), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195701] = 5, + ACTIONS(3503), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [196524] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8307), 1, - anon_sym_else, + ACTIONS(8372), 1, + anon_sym_LF, STATE(4553), 1, sym_comment, - ACTIONS(7876), 2, + ACTIONS(8370), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7878), 2, - ts_builtin_sym_end, - anon_sym_LF, - [195719] = 6, + anon_sym_RBRACE, + [196540] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4281), 1, - anon_sym_DQUOTE, - ACTIONS(8311), 1, - aux_sym_path_token1, - STATE(2585), 1, - sym__str_double_quotes, STATE(4554), 1, sym_comment, - ACTIONS(8309), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195739] = 3, + ACTIONS(3483), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [196554] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, STATE(4555), 1, sym_comment, - ACTIONS(8313), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195753] = 4, + STATE(6112), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [196574] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3767), 1, - anon_sym_LF, STATE(4556), 1, sym_comment, - ACTIONS(3765), 4, + ACTIONS(3613), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3611), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [195769] = 6, + anon_sym_DASH, + [196590] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8315), 1, - anon_sym_DQUOTE, - ACTIONS(8319), 1, - aux_sym_path_token1, - STATE(1824), 1, - sym__str_double_quotes, + ACTIONS(6114), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8374), 1, + anon_sym_DOT2, STATE(4557), 1, sym_comment, - ACTIONS(8317), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195789] = 3, - ACTIONS(3), 1, + ACTIONS(2808), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [196608] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3379), 1, + anon_sym_LF, STATE(4558), 1, sym_comment, - ACTIONS(8321), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [195803] = 6, + ACTIONS(3377), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [196624] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8323), 1, - anon_sym_DQUOTE, - ACTIONS(8327), 1, - aux_sym_path_token1, - STATE(1680), 1, - sym__str_double_quotes, STATE(4559), 1, sym_comment, - ACTIONS(8325), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195823] = 6, - ACTIONS(3), 1, + ACTIONS(3479), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [196638] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7617), 1, - anon_sym_DQUOTE, - ACTIONS(8331), 1, - aux_sym_path_token1, - STATE(3754), 1, - sym__str_double_quotes, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8377), 1, + anon_sym_SQUOTE, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4560), 1, sym_comment, - ACTIONS(8329), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195843] = 6, - ACTIONS(3), 1, + STATE(5393), 1, + sym_expr_interpolated, + [196660] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8333), 1, - anon_sym_DQUOTE, - ACTIONS(8337), 1, - aux_sym_path_token1, - STATE(3368), 1, - sym__str_double_quotes, STATE(4561), 1, sym_comment, - ACTIONS(8335), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [195863] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8283), 1, + ACTIONS(3161), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3159), 3, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(8339), 1, - anon_sym_in, - STATE(4562), 1, - sym_comment, - STATE(5591), 1, - sym__flag, - STATE(5941), 2, - sym_short_flag, - sym_long_flag, - [195883] = 5, + [196676] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2286), 1, - anon_sym_COLON, - ACTIONS(8208), 1, + ACTIONS(8381), 1, anon_sym_LF, - STATE(4563), 1, + STATE(4562), 1, sym_comment, - ACTIONS(8206), 3, + ACTIONS(8379), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [195901] = 5, + [196692] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2286), 1, - anon_sym_COLON, - ACTIONS(8204), 1, + ACTIONS(8385), 1, anon_sym_LF, - STATE(4564), 1, + STATE(4563), 1, sym_comment, - ACTIONS(8202), 3, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [195919] = 7, - ACTIONS(105), 1, + [196708] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7862), 1, - anon_sym_LPAREN2, - ACTIONS(7864), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7868), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8341), 1, - anon_sym_DOT2, - ACTIONS(8343), 1, - aux_sym__record_key_token1, - STATE(4565), 1, + ACTIONS(2833), 1, + anon_sym_DQUOTE, + ACTIONS(8389), 1, + aux_sym_path_token1, + STATE(2398), 1, + sym__str_double_quotes, + STATE(4564), 1, sym_comment, - [195941] = 4, + ACTIONS(8387), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [196728] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4566), 1, + STATE(4565), 1, sym_comment, - ACTIONS(3271), 2, + ACTIONS(3617), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3269), 3, + ACTIONS(3615), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [195957] = 4, + [196744] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4567), 1, + STATE(4566), 1, sym_comment, - ACTIONS(3147), 2, + ACTIONS(3419), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3145), 3, + ACTIONS(3417), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [195973] = 4, + [196760] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4568), 1, + STATE(4567), 1, sym_comment, - ACTIONS(3151), 2, + ACTIONS(3637), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3149), 3, + ACTIONS(3635), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [195989] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8275), 1, - aux_sym_path_token1, - ACTIONS(8345), 1, - anon_sym_DQUOTE, - STATE(2359), 1, - sym__str_double_quotes, - STATE(4569), 1, - sym_comment, - ACTIONS(8273), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [196009] = 4, + [196776] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4570), 1, + STATE(4568), 1, sym_comment, - ACTIONS(3155), 2, + ACTIONS(3415), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3153), 3, + ACTIONS(3413), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196025] = 7, + [196792] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8347), 1, + ACTIONS(8391), 1, anon_sym_SQUOTE, - STATE(4571), 1, - sym_comment, - STATE(4651), 1, + STATE(4515), 1, aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, + STATE(4569), 1, + sym_comment, + STATE(5393), 1, sym_expr_interpolated, - [196047] = 4, - ACTIONS(105), 1, + [196814] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4572), 1, + ACTIONS(7167), 1, + anon_sym_DOLLAR, + ACTIONS(8393), 1, + sym_identifier, + STATE(1129), 1, + sym__var, + STATE(1546), 1, + sym__variable_name, + STATE(1582), 1, + sym_val_variable, + STATE(4570), 1, sym_comment, - ACTIONS(3159), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3157), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [196063] = 4, - ACTIONS(105), 1, + [196836] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4573), 1, + STATE(4571), 1, sym_comment, - ACTIONS(3163), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3161), 3, - anon_sym_SEMI, + ACTIONS(3447), 5, anon_sym_PIPE, anon_sym_DASH, - [196079] = 6, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [196850] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - STATE(4574), 1, + ACTIONS(8395), 1, + anon_sym_DOT2, + STATE(4572), 1, sym_comment, - STATE(5793), 1, + STATE(6104), 1, sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - [196099] = 4, + [196870] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4575), 1, - sym_comment, - ACTIONS(3167), 2, - ts_builtin_sym_end, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(3165), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [196115] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4576), 1, + STATE(4573), 1, sym_comment, - ACTIONS(3171), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3169), 3, + ACTIONS(8397), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196131] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8349), 1, - anon_sym_SQUOTE, - STATE(4571), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4577), 1, - sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [196153] = 4, + anon_sym_RBRACE, + [196886] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4578), 1, - sym_comment, - ACTIONS(3175), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3173), 3, + STATE(4574), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196169] = 4, + anon_sym_RBRACE, + [196902] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4579), 1, + STATE(4575), 1, sym_comment, - ACTIONS(3185), 2, + ACTIONS(3411), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3183), 3, + ACTIONS(3409), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196185] = 3, + [196918] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4580), 1, + STATE(4576), 1, sym_comment, - ACTIONS(8351), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [196199] = 4, + ACTIONS(3443), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [196932] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4581), 1, + STATE(4577), 1, sym_comment, - ACTIONS(3227), 2, + ACTIONS(3407), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3225), 3, + ACTIONS(3405), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196215] = 4, + [196948] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4582), 1, - sym_comment, - ACTIONS(3235), 2, - ts_builtin_sym_end, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(3233), 3, + STATE(4578), 1, + sym_comment, + ACTIONS(8397), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196231] = 4, - ACTIONS(105), 1, + anon_sym_RBRACE, + [196964] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4583), 1, + STATE(4579), 1, sym_comment, - ACTIONS(3239), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3237), 3, - anon_sym_SEMI, + ACTIONS(3439), 5, anon_sym_PIPE, anon_sym_DASH, - [196247] = 4, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [196978] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4584), 1, + STATE(4580), 1, sym_comment, - ACTIONS(3247), 2, + ACTIONS(3641), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3245), 3, + ACTIONS(3639), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196263] = 4, + [196994] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4585), 1, + STATE(4581), 1, sym_comment, - ACTIONS(3565), 2, + ACTIONS(3649), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3563), 3, + ACTIONS(3647), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196279] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8353), 1, - anon_sym_PIPE, - ACTIONS(8355), 1, - anon_sym_if, - ACTIONS(8357), 1, - anon_sym_EQ_GT, - STATE(4586), 1, - sym_comment, - STATE(5407), 1, - aux_sym_match_pattern_repeat1, - STATE(5775), 1, - sym_match_guard, - [196301] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(2614), 1, - sym__var, - STATE(4547), 1, - sym__variable_name, - STATE(4587), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - [196323] = 4, + [197010] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4588), 1, + STATE(4582), 1, sym_comment, - ACTIONS(3251), 2, + ACTIONS(3399), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3249), 3, + ACTIONS(3397), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196339] = 4, + [197026] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4589), 1, - sym_comment, - ACTIONS(3255), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3253), 3, + STATE(4583), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196355] = 5, - ACTIONS(105), 1, + anon_sym_RBRACE, + [197042] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8359), 1, + ACTIONS(8182), 1, anon_sym_DOT2, - STATE(4590), 1, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + STATE(4584), 1, sym_comment, - ACTIONS(2979), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(2981), 2, - ts_builtin_sym_end, - anon_sym_LF, - [196373] = 5, - ACTIONS(105), 1, + STATE(6098), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [197062] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8361), 1, + ACTIONS(8182), 1, anon_sym_DOT2, - STATE(4591), 1, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + STATE(4585), 1, sym_comment, - ACTIONS(3010), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3012), 2, - ts_builtin_sym_end, - anon_sym_LF, - [196391] = 4, - ACTIONS(105), 1, + STATE(5582), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [197082] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4592), 1, + STATE(4586), 1, sym_comment, - ACTIONS(3259), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3257), 3, - anon_sym_SEMI, + ACTIONS(3435), 5, anon_sym_PIPE, anon_sym_DASH, - [196407] = 6, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [197096] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8365), 1, + ACTIONS(8399), 1, anon_sym_LF, - STATE(2472), 1, - aux_sym_pipe_element_repeat1, - STATE(4593), 1, + STATE(4587), 1, sym_comment, - ACTIONS(8363), 2, + ACTIONS(8397), 4, anon_sym_SEMI, anon_sym_RPAREN, - [196427] = 4, + anon_sym_PIPE, + anon_sym_RBRACE, + [197112] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8370), 1, + ACTIONS(8385), 1, anon_sym_LF, - STATE(4594), 1, + STATE(4588), 1, sym_comment, - ACTIONS(8368), 4, + ACTIONS(8383), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196443] = 6, + [197128] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8374), 1, + ACTIONS(8399), 1, anon_sym_LF, - STATE(2462), 1, - aux_sym_pipe_element_repeat1, - STATE(4595), 1, + STATE(4589), 1, sym_comment, - ACTIONS(8372), 2, + ACTIONS(8397), 4, anon_sym_SEMI, anon_sym_RPAREN, - [196463] = 6, + anon_sym_PIPE, + anon_sym_RBRACE, + [197144] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8379), 1, + ACTIONS(8385), 1, anon_sym_LF, - STATE(2460), 1, - aux_sym_pipe_element_repeat1, - STATE(4596), 1, + STATE(4590), 1, sym_comment, - ACTIONS(8377), 2, + ACTIONS(8383), 4, anon_sym_SEMI, anon_sym_RPAREN, - [196483] = 4, + anon_sym_PIPE, + anon_sym_RBRACE, + [197160] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8384), 1, + ACTIONS(8399), 1, anon_sym_LF, - STATE(4597), 1, + STATE(4591), 1, sym_comment, - ACTIONS(8382), 4, + ACTIONS(8397), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [196499] = 4, + [197176] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4598), 1, - sym_comment, - ACTIONS(3263), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3261), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [196515] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4599), 1, + STATE(4592), 1, sym_comment, - ACTIONS(3267), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3265), 3, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196531] = 7, + anon_sym_RBRACE, + [197192] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(8386), 1, - anon_sym_RPAREN, - STATE(1306), 1, - sym__terminator, - STATE(4522), 1, - aux_sym__block_body_repeat1, - STATE(4600), 1, + STATE(4593), 1, sym_comment, - [196553] = 6, + ACTIONS(8397), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [197208] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(8182), 1, anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(8184), 1, aux_sym__immediate_decimal_token1, - STATE(4601), 1, + STATE(4594), 1, sym_comment, - STATE(6032), 1, + STATE(5911), 1, sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(8186), 2, anon_sym_DASH2, anon_sym_PLUS2, - [196573] = 4, + [197228] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4602), 1, + STATE(4595), 1, sym_comment, - ACTIONS(3275), 2, + ACTIONS(3708), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3273), 3, + ACTIONS(3706), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196589] = 4, - ACTIONS(105), 1, + [197244] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4603), 1, + ACTIONS(6158), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8401), 1, + anon_sym_DOT2, + STATE(4596), 1, sym_comment, - ACTIONS(3307), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3305), 3, - anon_sym_SEMI, + ACTIONS(2808), 3, anon_sym_PIPE, - anon_sym_DASH, - [196605] = 4, + anon_sym_if, + anon_sym_EQ_GT, + [197262] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4604), 1, + STATE(4597), 1, sym_comment, - ACTIONS(3311), 2, + ACTIONS(3387), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3309), 3, + ACTIONS(3385), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196621] = 4, + [197278] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4605), 1, - sym_comment, - ACTIONS(3315), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3313), 3, + STATE(4598), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196637] = 6, + anon_sym_RBRACE, + [197294] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8388), 1, - anon_sym_DQUOTE, - ACTIONS(8392), 1, - aux_sym_path_token1, - STATE(3089), 1, - sym__str_double_quotes, - STATE(4606), 1, - sym_comment, - ACTIONS(8390), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [196657] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4607), 1, + STATE(4599), 1, sym_comment, - ACTIONS(3319), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3317), 3, - anon_sym_SEMI, + ACTIONS(3431), 5, anon_sym_PIPE, anon_sym_DASH, - [196673] = 7, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [197308] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8394), 1, - anon_sym_SQUOTE, - STATE(4608), 1, + STATE(4600), 1, sym_comment, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [196695] = 4, + ACTIONS(3427), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [197322] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4609), 1, - sym_comment, - ACTIONS(3326), 2, - ts_builtin_sym_end, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(3324), 3, + STATE(4601), 1, + sym_comment, + ACTIONS(8397), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196711] = 4, + anon_sym_RBRACE, + [197338] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4610), 1, + STATE(4602), 1, sym_comment, - ACTIONS(3330), 2, + ACTIONS(3329), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3328), 3, + ACTIONS(3327), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196727] = 4, - ACTIONS(105), 1, + [197354] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4611), 1, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + STATE(4603), 1, sym_comment, - ACTIONS(3334), 2, - ts_builtin_sym_end, + STATE(5617), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [197374] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3332), 3, + STATE(4604), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196743] = 4, + anon_sym_RBRACE, + [197390] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4612), 1, - sym_comment, - ACTIONS(3338), 2, - ts_builtin_sym_end, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(3336), 3, + STATE(4605), 1, + sym_comment, + ACTIONS(8397), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196759] = 4, - ACTIONS(105), 1, + anon_sym_RBRACE, + [197406] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4613), 1, + STATE(4606), 1, sym_comment, - ACTIONS(3350), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3348), 3, - anon_sym_SEMI, + ACTIONS(8403), 5, + sym_cmd_identifier, + anon_sym_RBRACK, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [197420] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4607), 1, + sym_comment, + ACTIONS(3415), 5, anon_sym_PIPE, anon_sym_DASH, - [196775] = 4, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [197434] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4614), 1, + STATE(4608), 1, sym_comment, - ACTIONS(3354), 2, + ACTIONS(3383), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3352), 3, + ACTIONS(3381), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196791] = 7, + [197450] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8405), 1, + anon_sym_DOT2, + ACTIONS(8407), 1, + aux_sym__immediate_decimal_token1, + STATE(4609), 1, + sym_comment, + STATE(6095), 1, + sym__immediate_decimal, + ACTIONS(8409), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [197470] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(7888), 1, - anon_sym_SEMI, - ACTIONS(7890), 1, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(8396), 1, - ts_builtin_sym_end, - STATE(2428), 1, - aux_sym_pipe_element_repeat1, - STATE(4615), 1, + STATE(4610), 1, sym_comment, - [196813] = 6, + ACTIONS(8383), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [197486] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - STATE(4616), 1, + STATE(4611), 1, sym_comment, - STATE(5832), 1, + STATE(6116), 1, sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - [196833] = 7, - ACTIONS(105), 1, + [197506] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8398), 1, - anon_sym_SQUOTE, - STATE(4608), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4617), 1, + ACTIONS(8194), 1, + anon_sym_DASH, + ACTIONS(8411), 1, + anon_sym_in, + STATE(4612), 1, sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [196855] = 4, + STATE(5962), 1, + sym__flag, + STATE(6127), 2, + sym_short_flag, + sym_long_flag, + [197526] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4618), 1, - sym_comment, - ACTIONS(3358), 2, - ts_builtin_sym_end, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(3356), 3, + STATE(4613), 1, + sym_comment, + ACTIONS(8397), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196871] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4619), 1, - sym_comment, - ACTIONS(8400), 5, - sym_cmd_identifier, - anon_sym_DASH, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [196885] = 7, - ACTIONS(3), 1, + anon_sym_RBRACE, + [197542] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8402), 1, - anon_sym_DOT2, - ACTIONS(8404), 1, + ACTIONS(7951), 1, + anon_sym_LPAREN2, + ACTIONS(7953), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8406), 1, - anon_sym_DASH2, - ACTIONS(8408), 1, + ACTIONS(7957), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8410), 1, - aux_sym_short_flag_token1, - STATE(4620), 1, + ACTIONS(8413), 1, + anon_sym_DOT2, + ACTIONS(8415), 1, + aux_sym__record_key_token1, + STATE(4614), 1, sym_comment, - [196907] = 4, + [197564] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4621), 1, + STATE(4615), 1, sym_comment, - ACTIONS(3362), 2, + ACTIONS(3661), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3360), 3, + ACTIONS(3659), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196923] = 4, + [197580] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4622), 1, - sym_comment, - ACTIONS(3366), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3364), 3, + STATE(4616), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196939] = 3, - ACTIONS(3), 1, + anon_sym_RBRACE, + [197596] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(4623), 1, + ACTIONS(8399), 1, + anon_sym_LF, + STATE(4617), 1, sym_comment, - ACTIONS(8412), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [196953] = 4, + ACTIONS(8397), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [197612] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4624), 1, + STATE(4618), 1, sym_comment, - ACTIONS(3370), 2, + ACTIONS(3667), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3368), 3, + ACTIONS(3665), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [196969] = 4, + [197628] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4625), 1, + ACTIONS(8385), 1, + anon_sym_LF, + STATE(4619), 1, sym_comment, - ACTIONS(3374), 2, - ts_builtin_sym_end, + ACTIONS(8383), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [197644] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8399), 1, anon_sym_LF, - ACTIONS(3372), 3, + STATE(4620), 1, + sym_comment, + ACTIONS(8397), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [196985] = 6, + anon_sym_RBRACE, + [197660] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - STATE(4626), 1, + STATE(4621), 1, sym_comment, - STATE(5676), 1, + STATE(6114), 1, sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197005] = 4, + [197680] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4627), 1, - sym_comment, - ACTIONS(3378), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3376), 3, + STATE(4622), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [197021] = 4, + anon_sym_RBRACE, + [197696] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8399), 1, anon_sym_LF, - STATE(4628), 1, + STATE(4623), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8397), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197037] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, - STATE(4629), 1, - sym_comment, - STATE(5543), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197057] = 4, + [197712] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(2321), 1, + anon_sym_COLON, + ACTIONS(8419), 1, anon_sym_LF, - STATE(4630), 1, + STATE(4624), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8417), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197073] = 4, + [197730] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4631), 1, - sym_comment, - ACTIONS(3382), 2, - ts_builtin_sym_end, + ACTIONS(8385), 1, anon_sym_LF, - ACTIONS(3380), 3, + STATE(4625), 1, + sym_comment, + ACTIONS(8383), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [197089] = 4, + anon_sym_RBRACE, + [197746] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8399), 1, anon_sym_LF, - STATE(4632), 1, + STATE(4626), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8397), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197105] = 3, + [197762] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + ACTIONS(8235), 1, + anon_sym_RPAREN, + STATE(1128), 1, + aux_sym__block_body_repeat1, + STATE(1400), 1, + sym__terminator, + STATE(4627), 1, + sym_comment, + [197784] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(4633), 1, + STATE(4628), 1, sym_comment, - ACTIONS(3541), 5, - anon_sym_PIPE, + ACTIONS(8421), 5, + sym_cmd_identifier, anon_sym_DASH, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [197119] = 6, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [197798] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, - STATE(4634), 1, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(8425), 1, + aux_sym_path_token1, + STATE(2950), 1, + sym__str_double_quotes, + STATE(4629), 1, sym_comment, - STATE(5765), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197139] = 4, + ACTIONS(8423), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [197818] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8429), 1, anon_sym_LF, - STATE(4635), 1, + ACTIONS(8432), 1, + anon_sym_catch, + STATE(4630), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8427), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [197155] = 4, + [197836] = 7, ACTIONS(105), 1, anon_sym_POUND, - STATE(4636), 1, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8434), 1, + anon_sym_SQUOTE, + STATE(4631), 1, sym_comment, - ACTIONS(3386), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3384), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [197171] = 4, + STATE(4674), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [197858] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4637), 1, - sym_comment, - ACTIONS(3390), 2, - ts_builtin_sym_end, + ACTIONS(8438), 1, anon_sym_LF, - ACTIONS(3388), 3, + STATE(4632), 1, + sym_comment, + ACTIONS(8436), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [197187] = 4, + anon_sym_RBRACE, + [197874] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + STATE(4633), 1, + sym_comment, + STATE(5647), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [197894] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8348), 1, anon_sym_LF, - STATE(4638), 1, + STATE(4634), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197203] = 4, + [197910] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, - anon_sym_LF, - STATE(4639), 1, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8440), 1, + anon_sym_SQUOTE, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4635), 1, + sym_comment, + STATE(5393), 1, + sym_expr_interpolated, + [197932] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4636), 1, sym_comment, - ACTIONS(8414), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3411), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [197219] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [197946] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, - anon_sym_LF, - STATE(4640), 1, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8442), 1, + anon_sym_SQUOTE, + STATE(4457), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4637), 1, sym_comment, - ACTIONS(8060), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197235] = 4, + STATE(5393), 1, + sym_expr_interpolated, + [197968] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4641), 1, + STATE(4638), 1, sym_comment, - ACTIONS(3396), 2, + ACTIONS(3375), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3394), 3, + ACTIONS(3373), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [197251] = 4, + [197984] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8444), 1, + anon_sym_DQUOTE, + ACTIONS(8448), 1, + aux_sym_path_token1, + STATE(1879), 1, + sym__str_double_quotes, + STATE(4639), 1, + sym_comment, + ACTIONS(8446), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [198004] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4642), 1, + STATE(4640), 1, sym_comment, - ACTIONS(3400), 2, + ACTIONS(3371), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 3, + ACTIONS(3369), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH, - [197267] = 5, + [198020] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6086), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8418), 1, - anon_sym_DOT2, - STATE(4643), 1, + STATE(4641), 1, sym_comment, - ACTIONS(2770), 3, - anon_sym_COMMA, + ACTIONS(3407), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - [197285] = 6, + anon_sym_EQ_GT, + [198034] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(8438), 1, anon_sym_LF, - STATE(1338), 1, - sym__terminator, - STATE(4644), 1, + STATE(4642), 1, sym_comment, - ACTIONS(3669), 2, + ACTIONS(8436), 4, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [197305] = 6, + [198050] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(8450), 1, anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(8452), 1, aux_sym__immediate_decimal_token1, - STATE(4645), 1, - sym_comment, - STATE(5956), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(8454), 1, anon_sym_DASH2, - anon_sym_PLUS2, - [197325] = 6, + ACTIONS(8456), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8458), 1, + aux_sym_short_flag_token1, + STATE(4643), 1, + sym_comment, + [198072] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8421), 1, - ts_builtin_sym_end, - ACTIONS(8423), 1, - anon_sym_SEMI, - ACTIONS(8426), 1, + ACTIONS(8348), 1, anon_sym_LF, - STATE(5378), 1, - sym__terminator, - STATE(4646), 2, + STATE(4644), 1, sym_comment, - aux_sym__block_body_repeat1, - [197345] = 4, + ACTIONS(8346), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [198088] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8431), 1, + ACTIONS(8438), 1, anon_sym_LF, - STATE(4647), 1, + STATE(4645), 1, sym_comment, - ACTIONS(8429), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197361] = 4, + [198104] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(4648), 1, - sym_comment, - ACTIONS(3408), 2, - ts_builtin_sym_end, + ACTIONS(2321), 1, + anon_sym_COLON, + ACTIONS(8226), 1, anon_sym_LF, - ACTIONS(3406), 3, + STATE(4646), 1, + sym_comment, + ACTIONS(8224), 3, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DASH, - [197377] = 4, + anon_sym_RBRACE, + [198122] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8348), 1, anon_sym_LF, - STATE(4649), 1, + STATE(4647), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197393] = 4, + [198138] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8438), 1, anon_sym_LF, - STATE(4650), 1, + STATE(4648), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197409] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8433), 1, - anon_sym_LPAREN, - ACTIONS(8436), 1, - sym_unescaped_interpolated_content, - ACTIONS(8439), 1, - anon_sym_SQUOTE, - STATE(5353), 1, - sym_expr_interpolated, - STATE(4651), 2, - sym_comment, - aux_sym__inter_single_quotes_repeat1, - [197429] = 4, + [198154] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8348), 1, anon_sym_LF, - STATE(4652), 1, + STATE(4649), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197445] = 4, - ACTIONS(105), 1, + [198170] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4653), 1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(8460), 1, + anon_sym_use, + ACTIONS(8462), 1, + anon_sym_list, + ACTIONS(8464), 1, + anon_sym_hide, + ACTIONS(8466), 1, + anon_sym_new, + STATE(4650), 1, sym_comment, - ACTIONS(3412), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3410), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [197461] = 6, + [198192] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, - STATE(4654), 1, + ACTIONS(8468), 1, + anon_sym_DQUOTE, + ACTIONS(8472), 1, + aux_sym_path_token1, + STATE(913), 1, + sym__str_double_quotes, + STATE(4651), 1, sym_comment, - STATE(6020), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197481] = 6, + ACTIONS(8470), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [198212] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(8182), 1, anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(8184), 1, aux_sym__immediate_decimal_token1, - STATE(4655), 1, + STATE(4652), 1, sym_comment, - STATE(5876), 1, + STATE(5686), 1, sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(8186), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197501] = 5, - ACTIONS(3), 1, + [198232] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6081), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8441), 1, - anon_sym_DOT2, - STATE(4656), 1, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8474), 1, + anon_sym_SQUOTE, + STATE(4569), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4653), 1, + sym_comment, + STATE(5393), 1, + sym_expr_interpolated, + [198254] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4654), 1, sym_comment, - ACTIONS(2736), 3, + ACTIONS(3367), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3365), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [197519] = 4, + anon_sym_DASH, + [198270] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8445), 1, + ACTIONS(8438), 1, anon_sym_LF, - STATE(4657), 1, + STATE(4655), 1, sym_comment, - ACTIONS(8443), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197535] = 5, + [198286] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8447), 1, - anon_sym_DOT2, - STATE(4658), 1, + STATE(4656), 1, sym_comment, - ACTIONS(2736), 3, - anon_sym_COMMA, + ACTIONS(3399), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - [197553] = 4, - ACTIONS(105), 1, + anon_sym_EQ_GT, + [198300] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8452), 1, - anon_sym_LF, + ACTIONS(7740), 1, + anon_sym_DQUOTE, + ACTIONS(8478), 1, + aux_sym_path_token1, + STATE(3789), 1, + sym__str_double_quotes, + STATE(4657), 1, + sym_comment, + ACTIONS(8476), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [198320] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8480), 1, + anon_sym_DQUOTE, + ACTIONS(8484), 1, + aux_sym_path_token1, + STATE(2349), 1, + sym__str_double_quotes, + STATE(4658), 1, + sym_comment, + ACTIONS(8482), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [198340] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, STATE(4659), 1, sym_comment, - ACTIONS(8450), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197569] = 4, + STATE(5726), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [198360] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8431), 1, + ACTIONS(8486), 1, + ts_builtin_sym_end, + ACTIONS(8488), 1, + anon_sym_SEMI, + ACTIONS(8490), 1, anon_sym_LF, STATE(4660), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197585] = 4, + STATE(4854), 1, + aux_sym__block_body_repeat1, + STATE(5422), 1, + sym__terminator, + [198382] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, - anon_sym_LF, STATE(4661), 1, sym_comment, - ACTIONS(8454), 4, + ACTIONS(3395), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3393), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [197601] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + [198398] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8062), 1, - anon_sym_LF, STATE(4662), 1, sym_comment, - ACTIONS(8060), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3395), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [197617] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198412] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8431), 1, + ACTIONS(8419), 1, anon_sym_LF, STATE(4663), 1, sym_comment, - ACTIONS(8429), 4, + ACTIONS(8417), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197633] = 4, - ACTIONS(105), 1, + [198428] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8456), 1, - anon_sym_LF, + ACTIONS(8194), 1, + anon_sym_DASH, + ACTIONS(8492), 1, + anon_sym_in, STATE(4664), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197649] = 7, - ACTIONS(105), 1, + STATE(6080), 1, + sym__flag, + STATE(6127), 2, + sym_short_flag, + sym_long_flag, + [198448] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(7917), 1, - anon_sym_SEMI, - ACTIONS(7919), 1, - anon_sym_LF, - ACTIONS(8458), 1, - ts_builtin_sym_end, - STATE(2427), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(8494), 1, + anon_sym_DQUOTE, + ACTIONS(8498), 1, + aux_sym_path_token1, + STATE(1193), 1, + sym__str_double_quotes, STATE(4665), 1, sym_comment, - [197671] = 4, - ACTIONS(105), 1, + ACTIONS(8496), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [198468] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, + ACTIONS(8194), 1, + anon_sym_DASH, + ACTIONS(8500), 1, + anon_sym_in, STATE(4666), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197687] = 4, + STATE(6087), 1, + sym__flag, + STATE(6127), 2, + sym_short_flag, + sym_long_flag, + [198488] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4667), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [197703] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, - STATE(4668), 1, - sym_comment, - ACTIONS(8429), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197719] = 6, + [198504] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(8182), 1, anon_sym_DOT2, - ACTIONS(8233), 1, + ACTIONS(8184), 1, aux_sym__immediate_decimal_token1, - STATE(4669), 1, + STATE(4668), 1, sym_comment, - STATE(5789), 1, + STATE(5760), 1, sym__immediate_decimal, - ACTIONS(8235), 2, + ACTIONS(8186), 2, anon_sym_DASH2, anon_sym_PLUS2, - [197739] = 6, + [198524] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, - STATE(4670), 1, + STATE(4669), 1, sym_comment, - STATE(5682), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197759] = 4, + ACTIONS(3387), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198538] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(8438), 1, anon_sym_LF, - STATE(4671), 1, + STATE(4670), 1, sym_comment, - ACTIONS(8454), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197775] = 4, + [198554] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8506), 1, + sym__long_flag_identifier, + STATE(4671), 1, + sym_comment, + ACTIONS(2960), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(2964), 2, + ts_builtin_sym_end, + anon_sym_LF, + [198572] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8348), 1, anon_sym_LF, STATE(4672), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197791] = 7, + [198588] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8110), 1, - anon_sym_SEMI, - ACTIONS(8112), 1, + ACTIONS(8348), 1, anon_sym_LF, - ACTIONS(8460), 1, - ts_builtin_sym_end, - STATE(4444), 1, - aux_sym__block_body_repeat1, STATE(4673), 1, sym_comment, - STATE(5378), 1, - sym__terminator, - [197813] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, - STATE(4674), 1, - sym_comment, - STATE(5579), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197833] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8231), 1, - anon_sym_DOT2, - ACTIONS(8233), 1, - aux_sym__immediate_decimal_token1, - STATE(4675), 1, - sym_comment, - STATE(5530), 1, - sym__immediate_decimal, - ACTIONS(8235), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [197853] = 7, + ACTIONS(8346), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [198604] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, + ACTIONS(8188), 1, anon_sym_LPAREN, - ACTIONS(8072), 1, + ACTIONS(8190), 1, sym_unescaped_interpolated_content, - ACTIONS(8462), 1, + ACTIONS(8508), 1, anon_sym_SQUOTE, - STATE(4426), 1, + STATE(4515), 1, aux_sym__inter_single_quotes_repeat1, - STATE(4676), 1, + STATE(4674), 1, sym_comment, - STATE(5353), 1, + STATE(5393), 1, sym_expr_interpolated, - [197875] = 5, - ACTIONS(3), 1, + [198626] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8464), 1, - anon_sym_DOT2, - STATE(4677), 1, + ACTIONS(8438), 1, + anon_sym_LF, + STATE(4675), 1, sym_comment, - ACTIONS(2736), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(8436), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [197893] = 7, + [198642] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, + ACTIONS(8348), 1, anon_sym_LF, - ACTIONS(8466), 1, + STATE(4676), 1, + sym_comment, + ACTIONS(8346), 4, + anon_sym_SEMI, anon_sym_RPAREN, - STATE(1109), 1, - aux_sym__block_body_repeat1, - STATE(1306), 1, - sym__terminator, - STATE(4678), 1, + anon_sym_PIPE, + anon_sym_RBRACE, + [198658] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8438), 1, + anon_sym_LF, + STATE(4677), 1, sym_comment, - [197915] = 4, + ACTIONS(8436), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [198674] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8348), 1, anon_sym_LF, - STATE(4679), 1, + STATE(4678), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197931] = 5, + [198690] = 7, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8510), 1, + anon_sym_SQUOTE, + STATE(4635), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(4679), 1, + sym_comment, + STATE(5393), 1, + sym_expr_interpolated, + [198712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6254), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8468), 1, - anon_sym_DOT2, STATE(4680), 1, sym_comment, - ACTIONS(2770), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [197949] = 4, + ACTIONS(8512), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [198726] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8516), 1, anon_sym_LF, STATE(4681), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197965] = 4, + [198742] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4682), 1, + sym_comment, + ACTIONS(8518), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [198756] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(8438), 1, anon_sym_LF, - STATE(4682), 1, + STATE(4683), 1, sym_comment, - ACTIONS(8454), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197981] = 4, + [198772] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8431), 1, + ACTIONS(8348), 1, anon_sym_LF, - STATE(4683), 1, + STATE(4684), 1, sym_comment, - ACTIONS(8429), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [197997] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4948), 1, - anon_sym_DOT2, - STATE(2360), 1, - sym_path, - STATE(3220), 1, - sym_cell_path, - STATE(4684), 1, - sym_comment, - ACTIONS(1382), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [198017] = 4, + [198788] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8438), 1, anon_sym_LF, STATE(4685), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198033] = 4, + [198804] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8348), 1, anon_sym_LF, STATE(4686), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198049] = 4, + [198820] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(8438), 1, anon_sym_LF, STATE(4687), 1, sym_comment, - ACTIONS(8454), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198065] = 4, + [198836] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8348), 1, anon_sym_LF, STATE(4688), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198081] = 4, + [198852] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8438), 1, anon_sym_LF, STATE(4689), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8436), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198097] = 5, + [198868] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8476), 1, + ACTIONS(8348), 1, anon_sym_LF, - ACTIONS(8479), 1, - anon_sym_else, STATE(4690), 1, sym_comment, - ACTIONS(8474), 3, + ACTIONS(8346), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - [198115] = 4, - ACTIONS(105), 1, + anon_sym_RBRACE, + [198884] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8416), 1, - anon_sym_LF, STATE(4691), 1, sym_comment, - ACTIONS(8414), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3383), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198131] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198898] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8062), 1, - anon_sym_LF, STATE(4692), 1, sym_comment, - ACTIONS(8060), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3375), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198147] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198912] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8062), 1, - anon_sym_LF, STATE(4693), 1, sym_comment, - ACTIONS(8060), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3371), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198163] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198926] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, STATE(4694), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3367), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198179] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198940] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8062), 1, - anon_sym_LF, STATE(4695), 1, sym_comment, - ACTIONS(8060), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3363), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198195] = 6, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198954] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(95), 1, - anon_sym_DQUOTE, - ACTIONS(8483), 1, - aux_sym_path_token1, - STATE(2943), 1, - sym__str_double_quotes, STATE(4696), 1, sym_comment, - ACTIONS(8481), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [198215] = 4, - ACTIONS(105), 1, + ACTIONS(3359), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [198968] = 7, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8520), 1, + anon_sym_PIPE, + ACTIONS(8522), 1, + anon_sym_if, + ACTIONS(8524), 1, + anon_sym_EQ_GT, STATE(4697), 1, sym_comment, - ACTIONS(3537), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3535), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [198231] = 4, - ACTIONS(105), 1, + STATE(5313), 1, + aux_sym_match_pattern_repeat1, + STATE(6081), 1, + sym_match_guard, + [198990] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8456), 1, - anon_sym_LF, STATE(4698), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3355), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198247] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199004] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, STATE(4699), 1, sym_comment, - ACTIONS(3541), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3539), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH, - [198263] = 4, + STATE(5801), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [199024] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8438), 1, + anon_sym_LF, STATE(4700), 1, sym_comment, - ACTIONS(3561), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3559), 3, + ACTIONS(8436), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [198279] = 7, - ACTIONS(105), 1, + anon_sym_RBRACE, + [199040] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8485), 1, - anon_sym_SQUOTE, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, STATE(4701), 1, sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [198301] = 4, - ACTIONS(105), 1, + ACTIONS(3351), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199054] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, STATE(4702), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3347), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198317] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199068] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(7717), 1, anon_sym_LF, STATE(4703), 1, sym_comment, - ACTIONS(8454), 4, + ACTIONS(7715), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198333] = 4, - ACTIONS(105), 1, + [199084] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, STATE(4704), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3343), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198349] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199098] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8456), 1, - anon_sym_LF, STATE(4705), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3337), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198365] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199112] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8526), 1, + anon_sym_DOT2, STATE(4706), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198381] = 4, - ACTIONS(105), 1, + STATE(5910), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [199132] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8456), 1, - anon_sym_LF, + ACTIONS(8528), 1, + anon_sym_DQUOTE, + ACTIONS(8532), 1, + aux_sym_path_token1, + STATE(1133), 1, + sym__str_double_quotes, STATE(4707), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198397] = 4, - ACTIONS(105), 1, + ACTIONS(8530), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [199152] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, STATE(4708), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3333), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198413] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199166] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8456), 1, - anon_sym_LF, STATE(4709), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3329), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198429] = 7, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199180] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7080), 1, - anon_sym_DOLLAR, - ACTIONS(8487), 1, - sym_identifier, - STATE(1121), 1, - sym__var, - STATE(1503), 1, - sym__variable_name, - STATE(1538), 1, - sym_val_variable, STATE(4710), 1, sym_comment, - [198451] = 4, + ACTIONS(3309), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199194] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8431), 1, + ACTIONS(8536), 1, anon_sym_LF, STATE(4711), 1, sym_comment, - ACTIONS(8429), 4, + ACTIONS(8534), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198467] = 4, + [199210] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(8540), 1, anon_sym_LF, STATE(4712), 1, sym_comment, - ACTIONS(8454), 4, + ACTIONS(8538), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198483] = 4, - ACTIONS(105), 1, + [199226] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8431), 1, - anon_sym_LF, + ACTIONS(5097), 1, + anon_sym_DOT2, + STATE(2387), 1, + sym_path, + STATE(3270), 1, + sym_cell_path, STATE(4713), 1, sym_comment, - ACTIONS(8429), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198499] = 4, + ACTIONS(1420), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [199246] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8456), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8154), 1, + anon_sym_SEMI, + ACTIONS(8156), 1, anon_sym_LF, + ACTIONS(8542), 1, + ts_builtin_sym_end, + STATE(2534), 1, + aux_sym_pipe_element_repeat1, STATE(4714), 1, sym_comment, - ACTIONS(8454), 4, - anon_sym_SEMI, - anon_sym_RPAREN, + [199268] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4715), 1, + sym_comment, + ACTIONS(3305), 5, anon_sym_PIPE, - anon_sym_RBRACE, - [198515] = 4, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199282] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8546), 1, anon_sym_LF, - STATE(4715), 1, + STATE(4716), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8544), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198531] = 6, + [199298] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6906), 1, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, - STATE(4716), 1, + STATE(4717), 1, sym_comment, - STATE(6082), 1, + STATE(6086), 1, sym__immediate_decimal, - ACTIONS(6908), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - [198551] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8491), 1, - anon_sym_LF, - STATE(4717), 1, - sym_comment, - ACTIONS(8489), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198567] = 4, + [199318] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, - anon_sym_LF, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8548), 1, + anon_sym_SQUOTE, STATE(4718), 1, sym_comment, - ACTIONS(8493), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198583] = 4, - ACTIONS(105), 1, + STATE(4721), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [199340] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8491), 1, - anon_sym_LF, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, STATE(4719), 1, sym_comment, - ACTIONS(8489), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198599] = 3, + STATE(6110), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [199360] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(4720), 1, sym_comment, - ACTIONS(8497), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [198613] = 4, + ACTIONS(3325), 5, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [199374] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, - anon_sym_LF, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8550), 1, + anon_sym_SQUOTE, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4721), 1, sym_comment, - ACTIONS(8493), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198629] = 4, - ACTIONS(105), 1, + STATE(5393), 1, + sym_expr_interpolated, + [199396] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8491), 1, - anon_sym_LF, + ACTIONS(8552), 1, + anon_sym_DQUOTE, + ACTIONS(8556), 1, + aux_sym_path_token1, + STATE(943), 1, + sym__str_double_quotes, STATE(4722), 1, sym_comment, - ACTIONS(8489), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198645] = 4, + ACTIONS(8554), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [199416] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, anon_sym_LF, + ACTIONS(8558), 1, + anon_sym_RPAREN, + STATE(1128), 1, + aux_sym__block_body_repeat1, + STATE(1400), 1, + sym__terminator, STATE(4723), 1, sym_comment, - ACTIONS(8493), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198661] = 4, + [199438] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(3535), 1, anon_sym_LF, STATE(4724), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(3533), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198677] = 4, + [199454] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, - anon_sym_LF, STATE(4725), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(3443), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3441), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198693] = 4, + anon_sym_DASH, + [199470] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, - anon_sym_LF, STATE(4726), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(3305), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3303), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198709] = 4, + anon_sym_DASH, + [199486] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4727), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198725] = 4, + [199502] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, - anon_sym_LF, STATE(4728), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(3309), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3307), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198741] = 4, + anon_sym_DASH, + [199518] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, - anon_sym_LF, STATE(4729), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(3325), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3323), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [198757] = 4, + anon_sym_DASH, + [199534] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(3712), 1, anon_sym_LF, STATE(4730), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(3710), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198773] = 4, + [199550] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4731), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198789] = 4, + [199566] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4732), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198805] = 4, + [199582] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4733), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198821] = 4, + [199598] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4734), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198837] = 4, + [199614] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4735), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198853] = 4, + [199630] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4736), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198869] = 4, + [199646] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4737), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198885] = 5, - ACTIONS(3), 1, + [199662] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6086), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8499), 1, - anon_sym_DOT2, + ACTIONS(8562), 1, + anon_sym_LF, STATE(4738), 1, sym_comment, - ACTIONS(2770), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(8560), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [198903] = 4, + [199678] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4739), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198919] = 4, + [199694] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4740), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198935] = 4, + [199710] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, - anon_sym_LF, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8564), 1, + anon_sym_SQUOTE, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4741), 1, sym_comment, - ACTIONS(8493), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [198951] = 4, + STATE(5393), 1, + sym_expr_interpolated, + [199732] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8491), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4742), 1, sym_comment, - ACTIONS(8489), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198967] = 4, + [199748] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4743), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198983] = 4, + [199764] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8516), 1, anon_sym_LF, STATE(4744), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [198999] = 4, + [199780] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8495), 1, - anon_sym_LF, STATE(4745), 1, sym_comment, - ACTIONS(8493), 4, + ACTIONS(3333), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3331), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199015] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8283), 1, anon_sym_DASH, - ACTIONS(8505), 1, - anon_sym_in, - STATE(4746), 1, - sym_comment, - STATE(6038), 1, - sym__flag, - STATE(5941), 2, - sym_short_flag, - sym_long_flag, - [199035] = 4, + [199796] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8562), 1, anon_sym_LF, - STATE(4747), 1, + STATE(4746), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199051] = 4, + [199812] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8509), 1, + ACTIONS(8568), 1, anon_sym_LF, - STATE(4748), 1, + ACTIONS(8571), 1, + anon_sym_else, + STATE(4747), 1, sym_comment, - ACTIONS(8507), 4, + ACTIONS(8566), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199067] = 4, - ACTIONS(105), 1, + [199830] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8513), 1, - anon_sym_LF, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, + STATE(4748), 1, + sym_comment, + STATE(6123), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [199850] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6114), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8573), 1, + anon_sym_DOT2, STATE(4749), 1, sym_comment, - ACTIONS(8511), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(2808), 3, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_RBRACE, - [199083] = 4, + [199868] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8517), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4750), 1, sym_comment, - ACTIONS(8515), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199099] = 4, + [199884] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4751), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199115] = 4, + [199900] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4752), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199131] = 4, + [199916] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4753), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199147] = 4, + [199932] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4754), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199163] = 5, - ACTIONS(3), 1, + [199948] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6088), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8523), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8562), 1, + anon_sym_LF, STATE(4755), 1, sym_comment, - ACTIONS(2726), 3, + ACTIONS(8560), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [199181] = 4, + anon_sym_RBRACE, + [199964] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8062), 1, + ACTIONS(8504), 1, anon_sym_LF, STATE(4756), 1, sym_comment, - ACTIONS(8060), 4, + ACTIONS(8502), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199197] = 4, + [199980] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8562), 1, anon_sym_LF, STATE(4757), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8560), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199213] = 6, - ACTIONS(3), 1, + [199996] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8283), 1, - anon_sym_DASH, - ACTIONS(8525), 1, - anon_sym_in, + ACTIONS(8504), 1, + anon_sym_LF, STATE(4758), 1, sym_comment, - STATE(6045), 1, - sym__flag, - STATE(5941), 2, - sym_short_flag, - sym_long_flag, - [199233] = 4, + ACTIONS(8502), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [200012] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8562), 1, + anon_sym_LF, STATE(4759), 1, sym_comment, - ACTIONS(2991), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2989), 3, + ACTIONS(8560), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - [199249] = 5, - ACTIONS(3), 1, + anon_sym_RBRACE, + [200028] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6081), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8527), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8504), 1, + anon_sym_LF, STATE(4760), 1, sym_comment, - ACTIONS(2736), 3, + ACTIONS(8502), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [199267] = 7, + anon_sym_RBRACE, + [200044] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8529), 1, - anon_sym_SQUOTE, - STATE(4701), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(8577), 1, + anon_sym_LF, STATE(4761), 1, sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [199289] = 4, + ACTIONS(8575), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [200060] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4762), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199305] = 4, + [200076] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4763), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199321] = 4, + [200092] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4764), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199337] = 4, + [200108] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4765), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199353] = 4, + [200124] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4766), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199369] = 4, + [200140] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8583), 1, + anon_sym_DOT2, + STATE(4767), 1, + sym_comment, + STATE(5942), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [200160] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8577), 1, anon_sym_LF, - STATE(4767), 1, + STATE(4768), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199385] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DOLLAR, - ACTIONS(7514), 1, - sym_identifier, - STATE(2614), 1, - sym__var, - STATE(4758), 1, - sym__variable_name, - STATE(4768), 1, - sym_comment, - STATE(4922), 1, - sym_val_variable, - [199407] = 4, + [200176] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4769), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199423] = 4, + [200192] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4770), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199439] = 4, + [200208] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4771), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199455] = 4, + [200224] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4772), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199471] = 3, - ACTIONS(3), 1, + [200240] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8581), 1, + anon_sym_LF, STATE(4773), 1, sym_comment, - ACTIONS(8539), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [199485] = 4, + ACTIONS(8579), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [200256] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4774), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199501] = 4, + [200272] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4775), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199517] = 4, + [200288] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4776), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199533] = 4, + [200304] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4777), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199549] = 4, + [200320] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4778), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199565] = 4, + [200336] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4779), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199581] = 4, + [200352] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4780), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199597] = 4, + [200368] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8577), 1, anon_sym_LF, STATE(4781), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199613] = 4, + [200384] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4782), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199629] = 3, - ACTIONS(3), 1, + [200400] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8577), 1, + anon_sym_LF, STATE(4783), 1, sym_comment, - ACTIONS(8541), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [199643] = 4, + ACTIONS(8575), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [200416] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4784), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199659] = 4, + [200432] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4785), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199675] = 4, + [200448] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, - anon_sym_LF, STATE(4786), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(3696), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3694), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199691] = 4, + anon_sym_DASH, + [200464] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, - anon_sym_LF, STATE(4787), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(3700), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3698), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199707] = 4, + anon_sym_DASH, + [200480] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, - anon_sym_LF, STATE(4788), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(3704), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3702), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199723] = 4, + anon_sym_DASH, + [200496] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, + STATE(4789), 1, + sym_comment, + STATE(5834), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [200516] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8577), 1, anon_sym_LF, - STATE(4789), 1, + STATE(4790), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8575), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199739] = 7, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8543), 1, - anon_sym_SQUOTE, - STATE(4790), 1, - sym_comment, - STATE(4804), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5353), 1, - sym_expr_interpolated, - [199761] = 6, + [200532] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6906), 1, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, STATE(4791), 1, sym_comment, - STATE(6066), 1, + STATE(6124), 1, sym__immediate_decimal, - ACTIONS(6908), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - [199781] = 4, + [200552] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8581), 1, anon_sym_LF, STATE(4792), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8579), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199797] = 4, + [200568] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8591), 1, anon_sym_LF, STATE(4793), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8589), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199813] = 4, + [200584] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4794), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199829] = 4, + [200600] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4795), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199845] = 4, + [200616] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, - anon_sym_LF, STATE(4796), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(3337), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3335), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [199861] = 4, - ACTIONS(105), 1, + anon_sym_DASH, + [200632] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8533), 1, - anon_sym_LF, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, STATE(4797), 1, sym_comment, - ACTIONS(8531), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [199877] = 4, + STATE(6118), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [200652] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8147), 1, + anon_sym_SEMI, + ACTIONS(8149), 1, anon_sym_LF, + ACTIONS(8597), 1, + ts_builtin_sym_end, + STATE(2545), 1, + aux_sym_pipe_element_repeat1, STATE(4798), 1, sym_comment, - ACTIONS(8535), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [199893] = 4, + [200674] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4799), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199909] = 4, + [200690] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4800), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199925] = 4, - ACTIONS(105), 1, + [200706] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8521), 1, - anon_sym_LF, + ACTIONS(8603), 1, + anon_sym_DQUOTE, + ACTIONS(8607), 1, + aux_sym_path_token1, + STATE(553), 1, + sym__str_double_quotes, STATE(4801), 1, sym_comment, - ACTIONS(8519), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [199941] = 4, + ACTIONS(8605), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [200726] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4802), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199957] = 4, + [200742] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8488), 1, + anon_sym_SEMI, + ACTIONS(8490), 1, anon_sym_LF, + ACTIONS(8609), 1, + ts_builtin_sym_end, STATE(4803), 1, sym_comment, - ACTIONS(8535), 4, + STATE(4858), 1, + aux_sym__block_body_repeat1, + STATE(5422), 1, + sym__terminator, + [200764] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8595), 1, + anon_sym_LF, + STATE(4804), 1, + sym_comment, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [199973] = 7, + [200780] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8070), 1, - anon_sym_LPAREN, - ACTIONS(8072), 1, - sym_unescaped_interpolated_content, - ACTIONS(8545), 1, - anon_sym_SQUOTE, - STATE(4651), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(4804), 1, - sym_comment, - STATE(5353), 1, - sym_expr_interpolated, - [199995] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8601), 1, + anon_sym_LF, STATE(4805), 1, sym_comment, - STATE(6068), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200015] = 4, + ACTIONS(8599), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [200796] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4806), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200031] = 6, - ACTIONS(3), 1, + [200812] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8547), 1, - anon_sym_DQUOTE, - ACTIONS(8551), 1, - aux_sym_path_token1, - STATE(2397), 1, - sym__str_double_quotes, + ACTIONS(8601), 1, + anon_sym_LF, STATE(4807), 1, sym_comment, - ACTIONS(8549), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [200051] = 6, - ACTIONS(3), 1, + ACTIONS(8599), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [200828] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8611), 1, + anon_sym_SQUOTE, STATE(4808), 1, sym_comment, - STATE(6070), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200071] = 4, + STATE(4818), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(5393), 1, + sym_expr_interpolated, + [200850] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, - anon_sym_LF, STATE(4809), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(3343), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3341), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200087] = 4, + anon_sym_DASH, + [200866] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4810), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200103] = 4, + [200882] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8416), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4811), 1, sym_comment, - ACTIONS(8414), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200119] = 4, + [200898] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4812), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200135] = 4, + [200914] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8537), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4813), 1, sym_comment, - ACTIONS(8535), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200151] = 4, + [200930] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8533), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4814), 1, sym_comment, - ACTIONS(8531), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200167] = 4, - ACTIONS(105), 1, + [200946] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8537), 1, - anon_sym_LF, + ACTIONS(8182), 1, + anon_sym_DOT2, + ACTIONS(8184), 1, + aux_sym__immediate_decimal_token1, STATE(4815), 1, sym_comment, - ACTIONS(8535), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200183] = 4, + STATE(5860), 1, + sym__immediate_decimal, + ACTIONS(8186), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [200966] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8472), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4816), 1, sym_comment, - ACTIONS(8470), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200199] = 4, + [200982] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8521), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4817), 1, sym_comment, - ACTIONS(8519), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200215] = 4, + [200998] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, - anon_sym_LF, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8613), 1, + anon_sym_SQUOTE, + STATE(4515), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4818), 1, sym_comment, - ACTIONS(8553), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200231] = 4, + STATE(5393), 1, + sym_expr_interpolated, + [201020] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, - anon_sym_LF, STATE(4819), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(3347), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3345), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200247] = 4, + anon_sym_DASH, + [201036] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4820), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200263] = 4, - ACTIONS(105), 1, + [201052] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8503), 1, - anon_sym_LF, + ACTIONS(8615), 1, + anon_sym_DQUOTE, + ACTIONS(8619), 1, + aux_sym_path_token1, + STATE(2419), 1, + sym__str_double_quotes, STATE(4821), 1, sym_comment, - ACTIONS(8501), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200279] = 4, - ACTIONS(105), 1, + ACTIONS(8617), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [201072] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8555), 1, - anon_sym_LF, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, STATE(4822), 1, sym_comment, - ACTIONS(8553), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200295] = 4, + STATE(6120), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [201092] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4823), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200311] = 4, + [201108] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4824), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200327] = 4, + [201124] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4825), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200343] = 4, + [201140] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, - anon_sym_LF, STATE(4826), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(3351), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3349), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200359] = 4, + anon_sym_DASH, + [201156] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8621), 1, + anon_sym_DQUOTE, + ACTIONS(8625), 1, + aux_sym_path_token1, + STATE(2564), 1, + sym__str_double_quotes, + STATE(4827), 1, + sym_comment, + ACTIONS(8623), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [201176] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8601), 1, anon_sym_LF, - STATE(4827), 1, + STATE(4828), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200375] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - STATE(4828), 1, - sym_comment, - STATE(6072), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200395] = 6, + [201192] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5235), 1, + ACTIONS(6169), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8627), 1, anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, STATE(4829), 1, sym_comment, - STATE(6074), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200415] = 6, + ACTIONS(2906), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [201210] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5235), 1, + ACTIONS(5321), 1, anon_sym_DOT2, - ACTIONS(6906), 1, + ACTIONS(7018), 1, aux_sym__immediate_decimal_token1, STATE(4830), 1, sym_comment, - STATE(6076), 1, + STATE(6121), 1, sym__immediate_decimal, - ACTIONS(6908), 2, + ACTIONS(7020), 2, anon_sym_DASH2, anon_sym_PLUS2, - [200435] = 6, - ACTIONS(3), 1, + [201230] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8595), 1, + anon_sym_LF, STATE(4831), 1, sym_comment, - STATE(6078), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200455] = 6, - ACTIONS(3), 1, + ACTIONS(8593), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201246] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8601), 1, + anon_sym_LF, STATE(4832), 1, sym_comment, - STATE(6079), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200475] = 7, + ACTIONS(8599), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201262] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8110), 1, - anon_sym_SEMI, - ACTIONS(8112), 1, + ACTIONS(8595), 1, anon_sym_LF, - ACTIONS(8557), 1, - ts_builtin_sym_end, - STATE(4646), 1, - aux_sym__block_body_repeat1, STATE(4833), 1, sym_comment, - STATE(5378), 1, - sym__terminator, - [200497] = 4, + ACTIONS(8593), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201278] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4834), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200513] = 4, + [201294] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8595), 1, anon_sym_LF, STATE(4835), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8593), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200529] = 4, + [201310] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8601), 1, anon_sym_LF, STATE(4836), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8599), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200545] = 4, + [201326] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4837), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200561] = 4, + [201342] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(95), 1, + anon_sym_DQUOTE, + ACTIONS(8625), 1, + aux_sym_path_token1, + STATE(2564), 1, + sym__str_double_quotes, + STATE(4838), 1, + sym_comment, + ACTIONS(8623), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [201362] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8516), 1, anon_sym_LF, - STATE(4838), 1, + STATE(4839), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200577] = 6, - ACTIONS(3), 1, + [201378] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5235), 1, - anon_sym_DOT2, - ACTIONS(6906), 1, - aux_sym__immediate_decimal_token1, - STATE(4839), 1, + ACTIONS(8577), 1, + anon_sym_LF, + STATE(4840), 1, sym_comment, - STATE(6080), 1, - sym__immediate_decimal, - ACTIONS(6908), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - [200597] = 6, + ACTIONS(8575), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201394] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5235), 1, + ACTIONS(8182), 1, anon_sym_DOT2, - ACTIONS(6906), 1, + ACTIONS(8184), 1, aux_sym__immediate_decimal_token1, - STATE(4840), 1, + STATE(4841), 1, sym_comment, - STATE(6081), 1, + STATE(5888), 1, sym__immediate_decimal, - ACTIONS(6908), 2, + ACTIONS(8186), 2, anon_sym_DASH2, anon_sym_PLUS2, - [200617] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8503), 1, - anon_sym_LF, - STATE(4841), 1, - sym_comment, - ACTIONS(8501), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [200633] = 4, + [201414] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, - anon_sym_LF, STATE(4842), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(3155), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3153), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [200649] = 4, + anon_sym_DASH, + [201430] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8516), 1, anon_sym_LF, STATE(4843), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200665] = 4, + [201446] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4844), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200681] = 4, + [201462] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8516), 1, anon_sym_LF, STATE(4845), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200697] = 4, + [201478] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4846), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200713] = 4, + [201494] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8516), 1, anon_sym_LF, STATE(4847), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200729] = 4, + [201510] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4848), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200745] = 4, + [201526] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8555), 1, + ACTIONS(8516), 1, anon_sym_LF, STATE(4849), 1, sym_comment, - ACTIONS(8553), 4, + ACTIONS(8514), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200761] = 4, + [201542] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8503), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4850), 1, sym_comment, - ACTIONS(8501), 4, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [200777] = 6, - ACTIONS(3), 1, + [201558] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8559), 1, - anon_sym_DOT2, - ACTIONS(8561), 1, - anon_sym_LPAREN2, - ACTIONS(8563), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8565), 1, - aux_sym__immediate_decimal_token3, STATE(4851), 1, sym_comment, - [200796] = 4, - ACTIONS(3), 1, + ACTIONS(3355), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3353), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH, + [201574] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8567), 1, - anon_sym_DOT2, + ACTIONS(8188), 1, + anon_sym_LPAREN, + ACTIONS(8190), 1, + sym_unescaped_interpolated_content, + ACTIONS(8629), 1, + anon_sym_SQUOTE, + STATE(4741), 1, + aux_sym__inter_single_quotes_repeat1, STATE(4852), 1, sym_comment, - ACTIONS(3027), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [200811] = 4, + STATE(5393), 1, + sym_expr_interpolated, + [201596] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8571), 1, - anon_sym_LF, STATE(4853), 1, sym_comment, - ACTIONS(8569), 3, + ACTIONS(3359), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3357), 3, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [200826] = 4, + anon_sym_DASH, + [201612] = 7, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8575), 1, + ACTIONS(8488), 1, + anon_sym_SEMI, + ACTIONS(8490), 1, anon_sym_LF, + ACTIONS(8609), 1, + ts_builtin_sym_end, + STATE(4527), 1, + aux_sym__block_body_repeat1, STATE(4854), 1, sym_comment, - ACTIONS(8573), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - [200841] = 4, - ACTIONS(105), 1, + STATE(5422), 1, + sym__terminator, + [201634] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8579), 1, - anon_sym_LF, + ACTIONS(8631), 1, + anon_sym_DQUOTE, + ACTIONS(8635), 1, + aux_sym_path_token1, + STATE(3450), 1, + sym__str_double_quotes, STATE(4855), 1, sym_comment, - ACTIONS(8577), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - [200856] = 6, + ACTIONS(8633), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [201654] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8581), 1, - anon_sym_if, + ACTIONS(5321), 1, + anon_sym_DOT2, + ACTIONS(7018), 1, + aux_sym__immediate_decimal_token1, STATE(4856), 1, sym_comment, - STATE(5228), 1, - sym_ctrl_if_parenthesized, - STATE(5229), 1, - sym_block, - [200875] = 5, - ACTIONS(3), 1, + STATE(6122), 1, + sym__immediate_decimal, + ACTIONS(7020), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + [201674] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7721), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8583), 1, - anon_sym_DOT2, STATE(4857), 1, sym_comment, - ACTIONS(2770), 2, + ACTIONS(3363), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3361), 3, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_DASH, - anon_sym_LBRACE, - [200892] = 4, - ACTIONS(3), 1, + [201690] = 7, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8585), 1, - anon_sym_DOT2, + ACTIONS(8488), 1, + anon_sym_SEMI, + ACTIONS(8490), 1, + anon_sym_LF, + ACTIONS(8637), 1, + ts_builtin_sym_end, + STATE(4527), 1, + aux_sym__block_body_repeat1, STATE(4858), 1, sym_comment, - ACTIONS(3012), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [200907] = 4, - ACTIONS(3), 1, + STATE(5422), 1, + sym__terminator, + [201712] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8587), 1, - anon_sym_DOT2, + ACTIONS(8516), 1, + anon_sym_LF, STATE(4859), 1, sym_comment, - ACTIONS(2981), 3, + ACTIONS(8514), 4, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [200922] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [201728] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8589), 1, - anon_sym_DOT2, + ACTIONS(8587), 1, + anon_sym_LF, STATE(4860), 1, sym_comment, - ACTIONS(3012), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(8585), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [200937] = 4, - ACTIONS(3), 1, + [201744] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8591), 1, - anon_sym_DOT2, + ACTIONS(8516), 1, + anon_sym_LF, STATE(4861), 1, sym_comment, - ACTIONS(2981), 3, - anon_sym_COMMA, - anon_sym_LBRACE, + ACTIONS(8514), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [200952] = 5, - ACTIONS(3), 1, + [201760] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7629), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8593), 1, - anon_sym_DOT2, + ACTIONS(8587), 1, + anon_sym_LF, STATE(4862), 1, sym_comment, - ACTIONS(2736), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [200969] = 4, + ACTIONS(8585), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201776] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8516), 1, + anon_sym_LF, STATE(4863), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8514), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [200984] = 4, + anon_sym_RBRACE, + [201792] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8597), 1, + ACTIONS(8587), 1, anon_sym_LF, STATE(4864), 1, sym_comment, - ACTIONS(8595), 3, + ACTIONS(8585), 4, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [200999] = 4, + [201808] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8516), 1, + anon_sym_LF, STATE(4865), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8514), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201014] = 4, + anon_sym_RBRACE, + [201824] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8587), 1, + anon_sym_LF, STATE(4866), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8585), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201029] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [201840] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7893), 1, - anon_sym_DOT2, - ACTIONS(7895), 1, - anon_sym_LPAREN2, - ACTIONS(7901), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8599), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8516), 1, + anon_sym_LF, STATE(4867), 1, sym_comment, - [201048] = 4, + ACTIONS(8514), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201856] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8587), 1, + anon_sym_LF, STATE(4868), 1, sym_comment, - ACTIONS(8202), 2, + ACTIONS(8585), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8204), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201063] = 6, - ACTIONS(3), 1, + anon_sym_RBRACE, + [201872] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8603), 1, - anon_sym_RBRACK, + ACTIONS(8516), 1, + anon_sym_LF, STATE(4869), 1, sym_comment, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [201082] = 4, + ACTIONS(8514), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [201888] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8587), 1, + anon_sym_LF, STATE(4870), 1, sym_comment, - ACTIONS(8206), 2, + ACTIONS(8585), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8208), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201097] = 4, + anon_sym_RBRACE, + [201904] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8639), 1, + anon_sym_DQUOTE, STATE(4871), 1, sym_comment, - ACTIONS(8553), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201112] = 4, - ACTIONS(105), 1, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [201921] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8643), 1, + anon_sym_LBRACE, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, STATE(4872), 1, sym_comment, - ACTIONS(8501), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201127] = 4, - ACTIONS(105), 1, + STATE(5004), 1, + sym__blosure, + [201940] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8647), 1, + anon_sym_RBRACK, STATE(4873), 1, sym_comment, - ACTIONS(8553), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201142] = 6, + STATE(4894), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [201959] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8605), 1, - anon_sym_use, - ACTIONS(8607), 1, - anon_sym_list, - ACTIONS(8609), 1, - anon_sym_hide, - ACTIONS(8611), 1, - anon_sym_new, + ACTIONS(7993), 1, + anon_sym_DOT2, + ACTIONS(7995), 1, + anon_sym_LPAREN2, + ACTIONS(8001), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8649), 1, + aux_sym__immediate_decimal_token1, STATE(4874), 1, sym_comment, - [201161] = 4, + [201978] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4875), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8503), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [201176] = 4, + [201993] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4876), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8555), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [201191] = 4, + [202008] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4877), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8503), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [201206] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1544), 1, - sym_block, - STATE(4878), 1, - sym_comment, - STATE(5512), 1, - sym_returns, - [201225] = 6, + [202023] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + ACTIONS(8645), 1, anon_sym_LBRACK, - ACTIONS(8615), 1, + ACTIONS(8651), 1, anon_sym_RBRACK, - STATE(4869), 1, - aux_sym_val_table_repeat1, - STATE(4879), 1, + STATE(4878), 1, sym_comment, - STATE(5463), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, sym_val_list, - [201244] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8617), 1, - anon_sym_DQUOTE, - STATE(4880), 1, - sym_comment, - STATE(5195), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [201261] = 4, + [202042] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4881), 1, + STATE(4879), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8555), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [201276] = 4, - ACTIONS(105), 1, + [202057] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4882), 1, + STATE(4880), 1, sym_comment, - ACTIONS(8553), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201291] = 4, + ACTIONS(8653), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [202070] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4883), 1, + STATE(4881), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8503), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [201306] = 5, - ACTIONS(105), 1, + [202085] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8621), 1, - anon_sym_DQUOTE, - STATE(4884), 1, + ACTIONS(8655), 1, + anon_sym_DOT2, + ACTIONS(8657), 1, + anon_sym_LPAREN2, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token3, + STATE(4882), 1, sym_comment, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [201323] = 4, - ACTIONS(105), 1, + [202104] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4885), 1, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, + STATE(4883), 1, sym_comment, - ACTIONS(8553), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201338] = 6, + STATE(5182), 1, + sym_parameter_parens, + STATE(5183), 1, + sym_parameter_bracks, + [202123] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(7991), 1, anon_sym_LBRACE, - ACTIONS(8613), 1, + ACTIONS(8667), 1, anon_sym_COLON, - STATE(1536), 1, + STATE(1620), 1, sym_block, - STATE(4886), 1, + STATE(4884), 1, sym_comment, - STATE(5514), 1, + STATE(5533), 1, sym_returns, - [201357] = 4, - ACTIONS(105), 1, + [202142] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4887), 1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1619), 1, + sym_block, + STATE(4885), 1, sym_comment, - ACTIONS(8501), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201372] = 6, - ACTIONS(3), 1, + STATE(5532), 1, + sym_returns, + [202161] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, - STATE(4888), 1, + ACTIONS(8669), 1, + anon_sym_DQUOTE, + STATE(4886), 1, sym_comment, - STATE(5090), 1, - sym_parameter_bracks, - STATE(5092), 1, - sym_parameter_parens, - [201391] = 4, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202178] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4889), 1, + STATE(4887), 1, sym_comment, - ACTIONS(8531), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8533), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201406] = 4, + [202193] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4890), 1, + STATE(4888), 1, sym_comment, - ACTIONS(8277), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8279), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [201421] = 6, + [202208] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8110), 1, - anon_sym_SEMI, - ACTIONS(8112), 1, - anon_sym_LF, - ACTIONS(8627), 1, - ts_builtin_sym_end, - STATE(1422), 1, - sym__terminator, - STATE(4891), 1, + ACTIONS(8671), 1, + anon_sym_DQUOTE, + STATE(4889), 1, sym_comment, - [201440] = 4, + STATE(4904), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202225] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4892), 1, + STATE(4890), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8555), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [201455] = 4, - ACTIONS(105), 1, + [202240] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4893), 1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1600), 1, + sym_block, + STATE(4891), 1, sym_comment, - ACTIONS(8501), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201470] = 5, + STATE(5544), 1, + sym_returns, + [202259] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8629), 1, + ACTIONS(8673), 1, anon_sym_DQUOTE, - STATE(4884), 1, + STATE(4871), 1, aux_sym__str_double_quotes_repeat1, - STATE(4894), 1, + STATE(4892), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [201487] = 4, + [202276] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(4895), 1, + ACTIONS(8675), 1, + anon_sym_DQUOTE, + STATE(4886), 1, + aux_sym__str_double_quotes_repeat1, + STATE(4893), 1, sym_comment, - ACTIONS(8553), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201502] = 4, - ACTIONS(105), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202293] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4896), 1, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8677), 1, + anon_sym_RBRACK, + STATE(4894), 1, sym_comment, - ACTIONS(8501), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201517] = 6, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [202312] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7946), 1, + ACTIONS(8679), 1, anon_sym_DOT2, - ACTIONS(7948), 1, + ACTIONS(8681), 1, anon_sym_LPAREN2, - ACTIONS(7954), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8631), 1, + ACTIONS(8683), 1, aux_sym__immediate_decimal_token1, + ACTIONS(8685), 1, + aux_sym__immediate_decimal_token3, + STATE(4895), 1, + sym_comment, + [202331] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4896), 1, + sym_comment, + ACTIONS(8687), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [202344] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1601), 1, + sym_block, STATE(4897), 1, sym_comment, - [201536] = 4, + STATE(5543), 1, + sym_returns, + [202363] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4898), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8555), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201551] = 4, + [202378] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4899), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8503), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [201566] = 4, - ACTIONS(105), 1, + [202393] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(4900), 1, sym_comment, - ACTIONS(8553), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8555), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201581] = 4, + ACTIONS(3292), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH, + anon_sym_in, + [202406] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4901), 1, sym_comment, - ACTIONS(8501), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8503), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201596] = 6, - ACTIONS(3), 1, + [202421] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8633), 1, - anon_sym_DOT2, - ACTIONS(8635), 1, - anon_sym_LPAREN2, - ACTIONS(8637), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8639), 1, - aux_sym__immediate_decimal_token3, STATE(4902), 1, sym_comment, - [201615] = 4, + ACTIONS(8593), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8595), 2, + ts_builtin_sym_end, + anon_sym_LF, + [202436] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4903), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8555), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201630] = 4, + [202451] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8689), 1, + anon_sym_DQUOTE, STATE(4904), 1, sym_comment, - ACTIONS(8501), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201645] = 4, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202468] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4905), 1, sym_comment, - ACTIONS(8553), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8555), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [201660] = 4, + [202483] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4906), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201675] = 5, - ACTIONS(105), 1, + [202498] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8641), 1, - anon_sym_DQUOTE, STATE(4907), 1, sym_comment, - STATE(4921), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [201692] = 4, + ACTIONS(3272), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH, + anon_sym_in, + [202511] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4908), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [201707] = 4, + [202526] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4909), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201722] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1497), 1, - sym_block, - STATE(4910), 1, - sym_comment, - STATE(5498), 1, - sym_returns, - [201741] = 4, + [202541] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4911), 1, + STATE(4910), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [201756] = 6, + [202556] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8691), 1, + anon_sym_RBRACK, + STATE(4911), 1, + sym_comment, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [202575] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7991), 1, anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1495), 1, - sym_block, + ACTIONS(8693), 1, + anon_sym_if, STATE(4912), 1, sym_comment, - STATE(5497), 1, - sym_returns, - [201775] = 4, + STATE(5225), 1, + sym_ctrl_if, + STATE(5228), 1, + sym_block, + [202594] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(4913), 1, - sym_comment, - ACTIONS(8519), 2, + ACTIONS(8488), 1, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8521), 2, - ts_builtin_sym_end, + ACTIONS(8490), 1, anon_sym_LF, - [201790] = 4, + ACTIONS(8695), 1, + ts_builtin_sym_end, + STATE(1522), 1, + sym__terminator, + STATE(4913), 1, + sym_comment, + [202613] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4914), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201805] = 4, - ACTIONS(105), 1, + [202628] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8643), 1, + anon_sym_LBRACE, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, STATE(4915), 1, sym_comment, - ACTIONS(8519), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8521), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201820] = 4, + STATE(5217), 1, + sym__blosure, + [202647] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8645), 1, - anon_sym_LF, STATE(4916), 1, sym_comment, - ACTIONS(8643), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [201835] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4917), 1, - sym_comment, - ACTIONS(8470), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8472), 2, - ts_builtin_sym_end, - anon_sym_LF, - [201850] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4918), 1, - sym_comment, - ACTIONS(8519), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, - anon_sym_LF, - [201865] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8647), 1, - anon_sym_LPAREN, - STATE(4919), 1, - sym_comment, - ACTIONS(8649), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [201880] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4920), 1, - sym_comment, - ACTIONS(3346), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH, - anon_sym_in, - [201893] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8651), 1, - anon_sym_DQUOTE, - STATE(4921), 1, - sym_comment, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [201910] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4922), 1, - sym_comment, - ACTIONS(3342), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH, - anon_sym_in, - [201923] = 4, + anon_sym_LF, + [202662] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4923), 1, + STATE(4917), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [201938] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, - STATE(4924), 1, - sym_comment, - STATE(5233), 1, - sym_parameter_bracks, - STATE(5234), 1, - sym_parameter_parens, - [201957] = 4, + [202677] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4925), 1, + STATE(4918), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [201972] = 4, + [202692] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4926), 1, + STATE(4919), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8251), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8253), 2, ts_builtin_sym_end, anon_sym_LF, - [201987] = 6, - ACTIONS(3), 1, + [202707] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8653), 1, - anon_sym_LBRACK, - ACTIONS(8655), 1, - anon_sym_LPAREN, - STATE(1314), 1, - sym_parameter_parens, - STATE(1367), 1, - sym_parameter_bracks, - STATE(4927), 1, + ACTIONS(8699), 1, + anon_sym_LF, + STATE(4920), 1, sym_comment, - [202006] = 4, + ACTIONS(8697), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [202722] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4928), 1, + ACTIONS(8703), 1, + anon_sym_LF, + STATE(4921), 1, + sym_comment, + ACTIONS(8701), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [202737] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4922), 1, + sym_comment, + ACTIONS(8599), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8601), 2, + ts_builtin_sym_end, + anon_sym_LF, + [202752] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(4923), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8370), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8372), 2, ts_builtin_sym_end, anon_sym_LF, - [202021] = 6, + [202767] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + STATE(4924), 1, + sym_comment, + ACTIONS(8705), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [202780] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8645), 1, anon_sym_LBRACK, - ACTIONS(8657), 1, + ACTIONS(8707), 1, anon_sym_RBRACK, - STATE(4929), 1, - sym_comment, - STATE(4941), 1, + STATE(4911), 1, aux_sym_val_table_repeat1, - STATE(5463), 1, + STATE(4925), 1, + sym_comment, + STATE(5542), 1, sym_val_list, - [202040] = 4, + [202799] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4930), 1, + ACTIONS(8709), 1, + anon_sym_LPAREN, + STATE(4926), 1, sym_comment, - ACTIONS(8470), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8472), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202055] = 4, + ACTIONS(8711), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [202814] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7993), 1, + anon_sym_DOT2, + ACTIONS(7995), 1, + anon_sym_LPAREN2, + ACTIONS(8001), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8713), 1, + aux_sym__immediate_decimal_token1, + STATE(4927), 1, + sym_comment, + [202833] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4931), 1, + STATE(4928), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [202070] = 4, + [202848] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4932), 1, + STATE(4929), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [202085] = 4, + [202863] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4933), 1, + STATE(4930), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [202100] = 6, - ACTIONS(105), 1, + [202878] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7774), 1, - aux_sym__list_item_starts_with_sign_token1, - ACTIONS(7813), 1, + ACTIONS(8715), 1, + anon_sym_DOT2, + STATE(4931), 1, + sym_comment, + ACTIONS(6630), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [202893] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4932), 1, + sym_comment, + ACTIONS(8717), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [202906] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8719), 1, anon_sym_DOT2, - ACTIONS(7815), 1, + ACTIONS(8721), 1, + anon_sym_LPAREN2, + ACTIONS(8723), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7817), 1, + ACTIONS(8725), 1, aux_sym__immediate_decimal_token3, - STATE(4934), 1, + STATE(4933), 1, sym_comment, - [202119] = 6, - ACTIONS(3), 1, + [202925] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8659), 1, - anon_sym_RBRACK, - STATE(4935), 1, + ACTIONS(8727), 1, + anon_sym_DQUOTE, + STATE(4934), 1, sym_comment, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [202138] = 4, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202942] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4936), 1, + STATE(4935), 1, sym_comment, - ACTIONS(8295), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8297), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [202153] = 4, + [202957] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8729), 1, + anon_sym_DQUOTE, + STATE(4936), 1, + sym_comment, + STATE(4937), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202974] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8731), 1, + anon_sym_DQUOTE, STATE(4937), 1, sym_comment, - ACTIONS(8470), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8472), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202168] = 4, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [202991] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8733), 1, + anon_sym_DQUOTE, STATE(4938), 1, sym_comment, - ACTIONS(8519), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8521), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202183] = 4, + STATE(4952), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203008] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4939), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [202198] = 4, + [203023] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4940), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [202213] = 6, + [203038] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8661), 1, - anon_sym_RBRACK, + ACTIONS(8715), 1, + anon_sym_DOT2, STATE(4941), 1, sym_comment, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [202232] = 4, + ACTIONS(1365), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [203053] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4942), 1, sym_comment, - ACTIONS(8470), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8472), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [202247] = 4, + [203068] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4943), 1, sym_comment, - ACTIONS(8519), 2, + ACTIONS(8599), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8521), 2, + ACTIONS(8601), 2, ts_builtin_sym_end, anon_sym_LF, - [202262] = 4, + [203083] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4944), 1, sym_comment, - ACTIONS(8535), 2, + ACTIONS(8593), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8537), 2, + ACTIONS(8595), 2, ts_builtin_sym_end, anon_sym_LF, - [202277] = 4, + [203098] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8735), 1, + anon_sym_DQUOTE, + STATE(4934), 1, + aux_sym__str_double_quotes_repeat1, STATE(4945), 1, sym_comment, - ACTIONS(8470), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8472), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202292] = 4, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203115] = 6, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7953), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7957), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8413), 1, + anon_sym_DOT2, + ACTIONS(8415), 1, + aux_sym__record_key_token1, STATE(4946), 1, sym_comment, - ACTIONS(8519), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8521), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202307] = 4, - ACTIONS(105), 1, + [203134] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8737), 1, + anon_sym_DOT2, + ACTIONS(8739), 1, + anon_sym_LPAREN2, + ACTIONS(8741), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8743), 1, + aux_sym__immediate_decimal_token3, STATE(4947), 1, sym_comment, - ACTIONS(8470), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8472), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202322] = 4, - ACTIONS(105), 1, + [203153] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(4948), 1, sym_comment, - ACTIONS(8501), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8503), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202337] = 4, + ACTIONS(8745), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [203166] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8747), 1, + anon_sym_DQUOTE, STATE(4949), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202352] = 4, + STATE(5083), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203183] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8665), 1, - anon_sym_LF, STATE(4950), 1, sym_comment, - ACTIONS(8663), 3, + ACTIONS(8589), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [202367] = 4, + ACTIONS(8591), 2, + ts_builtin_sym_end, + anon_sym_LF, + [203198] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8669), 1, - anon_sym_LF, STATE(4951), 1, sym_comment, - ACTIONS(8667), 3, + ACTIONS(8514), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [202382] = 4, + ACTIONS(8516), 2, + ts_builtin_sym_end, + anon_sym_LF, + [203213] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8749), 1, + anon_sym_DQUOTE, STATE(4952), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202397] = 6, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203230] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LBRACE, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, + ACTIONS(8751), 1, + anon_sym_DOT2, STATE(4953), 1, sym_comment, - STATE(5040), 1, - sym__blosure, - [202416] = 4, + ACTIONS(3125), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [203245] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4954), 1, sym_comment, - ACTIONS(8535), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8537), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [202431] = 4, - ACTIONS(105), 1, + [203260] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, STATE(4955), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202446] = 4, - ACTIONS(105), 1, + STATE(5273), 1, + sym_parameter_bracks, + STATE(5276), 1, + sym_parameter_parens, + [203279] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1332), 1, + sym_block, STATE(4956), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202461] = 4, - ACTIONS(105), 1, + STATE(5500), 1, + sym_returns, + [203298] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1331), 1, + sym_block, STATE(4957), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202476] = 4, - ACTIONS(105), 1, + STATE(5499), 1, + sym_returns, + [203317] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8675), 1, - anon_sym_LF, + ACTIONS(8753), 1, + anon_sym_DOT2, STATE(4958), 1, sym_comment, - ACTIONS(8673), 3, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(3131), 3, anon_sym_PIPE, - [202491] = 4, - ACTIONS(105), 1, + anon_sym_if, + anon_sym_EQ_GT, + [203332] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8755), 1, + anon_sym_LBRACK, + ACTIONS(8757), 1, + anon_sym_LPAREN, + STATE(1427), 1, + sym_parameter_parens, + STATE(1428), 1, + sym_parameter_bracks, STATE(4959), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202506] = 4, - ACTIONS(105), 1, + [203351] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8759), 1, + anon_sym_RBRACK, STATE(4960), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202521] = 4, + STATE(4972), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [203370] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8679), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8219), 1, + anon_sym_SEMI, + ACTIONS(8761), 1, anon_sym_LF, + STATE(2501), 1, + aux_sym_pipe_element_repeat1, STATE(4961), 1, sym_comment, - ACTIONS(8677), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [202536] = 4, + [203389] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4962), 1, sym_comment, - ACTIONS(8535), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8537), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [202551] = 4, - ACTIONS(105), 1, + [203404] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(4963), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202566] = 4, - ACTIONS(105), 1, + ACTIONS(8763), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [203417] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8765), 1, + anon_sym_if, + STATE(4711), 1, + sym_ctrl_if, + STATE(4712), 1, + sym_block, STATE(4964), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202581] = 4, - ACTIONS(105), 1, + [203436] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8681), 1, - anon_sym_DQUOTE, - ACTIONS(8683), 2, - sym__escaped_str_content, - sym_escape_sequence, - STATE(4965), 2, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8767), 1, + anon_sym_RBRACK, + STATE(4965), 1, sym_comment, - aux_sym__str_double_quotes_repeat1, - [202596] = 4, - ACTIONS(105), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [203455] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1257), 1, + sym_block, STATE(4966), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202611] = 4, + STATE(5491), 1, + sym_returns, + [203474] = 6, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7894), 1, + aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7923), 1, + anon_sym_DOT2, + ACTIONS(7925), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7927), 1, + aux_sym__immediate_decimal_token3, STATE(4967), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202626] = 4, + [203493] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8686), 1, - anon_sym_DOT2, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1256), 1, + sym_block, STATE(4968), 1, sym_comment, - ACTIONS(3056), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [202641] = 4, - ACTIONS(105), 1, + STATE(5490), 1, + sym_returns, + [203512] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8690), 1, - anon_sym_LF, + ACTIONS(8769), 1, + anon_sym_DOT2, + ACTIONS(8771), 1, + anon_sym_LPAREN2, + ACTIONS(8773), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8775), 1, + aux_sym__immediate_decimal_token3, STATE(4969), 1, sym_comment, - ACTIONS(8688), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [202656] = 4, - ACTIONS(105), 1, + [203531] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8777), 1, + anon_sym_RBRACK, STATE(4970), 1, sym_comment, - ACTIONS(8443), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8445), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202671] = 4, - ACTIONS(3), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [203550] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8692), 1, - anon_sym_DOT2, + ACTIONS(8779), 1, + anon_sym_DQUOTE, STATE(4971), 1, sym_comment, - ACTIONS(3050), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [202686] = 4, + STATE(4973), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203567] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8694), 1, - anon_sym_DOT2, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8781), 1, + anon_sym_RBRACK, STATE(4972), 1, sym_comment, - ACTIONS(2975), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [202701] = 4, - ACTIONS(3), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [203586] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8696), 1, - anon_sym_DOT2, + ACTIONS(8783), 1, + anon_sym_DQUOTE, STATE(4973), 1, sym_comment, - ACTIONS(3027), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [202716] = 4, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203603] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4974), 1, sym_comment, - ACTIONS(8531), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8533), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [202731] = 4, + [203618] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4975), 1, sym_comment, - ACTIONS(8535), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8537), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [202746] = 4, - ACTIONS(105), 1, + [203633] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8785), 1, + anon_sym_RBRACK, + STATE(4970), 1, + aux_sym_val_table_repeat1, STATE(4976), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202761] = 4, - ACTIONS(105), 1, + STATE(5542), 1, + sym_val_list, + [203652] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1245), 1, + sym_block, STATE(4977), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202776] = 4, - ACTIONS(105), 1, + STATE(5489), 1, + sym_returns, + [203671] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(4978), 1, sym_comment, - ACTIONS(8531), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8533), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202791] = 4, + ACTIONS(8787), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [203684] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8698), 1, + ACTIONS(8789), 1, anon_sym_DOT2, + ACTIONS(8791), 1, + anon_sym_LPAREN2, + ACTIONS(8793), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8795), 1, + aux_sym__immediate_decimal_token3, STATE(4979), 1, sym_comment, - ACTIONS(3056), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [202806] = 4, + [203703] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8700), 1, - anon_sym_DOT2, - STATE(4980), 1, - sym_comment, - ACTIONS(3050), 3, - anon_sym_COMMA, + ACTIONS(8017), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - [202821] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8702), 1, - anon_sym_DOT2, - STATE(4981), 1, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1246), 1, + sym_block, + STATE(4980), 1, sym_comment, - ACTIONS(2975), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - [202836] = 4, + STATE(5521), 1, + sym_returns, + [203722] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4982), 1, + STATE(4981), 1, sym_comment, - ACTIONS(8535), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8537), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [202851] = 6, + [203737] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7895), 1, - anon_sym_LPAREN2, - ACTIONS(8704), 1, - anon_sym_DOT2, - ACTIONS(8706), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8708), 1, - aux_sym__immediate_decimal_token3, - STATE(4983), 1, + ACTIONS(8643), 1, + anon_sym_LBRACE, + STATE(3205), 1, + sym_val_closure, + STATE(3207), 1, + sym_block, + STATE(4562), 1, + sym__blosure, + STATE(4982), 1, sym_comment, - [202870] = 4, + [203756] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4984), 1, + STATE(4983), 1, sym_comment, - ACTIONS(8531), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8533), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [202885] = 4, + [203771] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4985), 1, + STATE(4984), 1, sym_comment, - ACTIONS(8515), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8517), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [202900] = 4, + [203786] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8797), 1, + anon_sym_DQUOTE, + STATE(4985), 1, + sym_comment, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203803] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8799), 1, + anon_sym_RBRACK, + STATE(4965), 1, + aux_sym_val_table_repeat1, STATE(4986), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202915] = 4, - ACTIONS(105), 1, + STATE(5542), 1, + sym_val_list, + [203822] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8712), 1, - anon_sym_LF, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1239), 1, + sym_block, STATE(4987), 1, sym_comment, - ACTIONS(8710), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [202930] = 5, - ACTIONS(105), 1, + STATE(5481), 1, + sym_returns, + [203841] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8714), 1, - anon_sym_DQUOTE, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1363), 1, + sym_block, STATE(4988), 1, sym_comment, - STATE(5000), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [202947] = 4, - ACTIONS(105), 1, + STATE(5477), 1, + sym_returns, + [203860] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8801), 1, + anon_sym_use, + ACTIONS(8803), 1, + anon_sym_list, + ACTIONS(8805), 1, + anon_sym_hide, + ACTIONS(8807), 1, + anon_sym_new, STATE(4989), 1, sym_comment, - ACTIONS(8414), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202962] = 4, + [203879] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8809), 1, + anon_sym_DQUOTE, STATE(4990), 1, sym_comment, - ACTIONS(3717), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3719), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202977] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(4991), 1, - sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [202992] = 6, + STATE(4992), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203896] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8623), 1, + ACTIONS(8811), 1, anon_sym_LBRACK, - ACTIONS(8625), 1, + ACTIONS(8813), 1, anon_sym_LPAREN, - STATE(4992), 1, - sym_comment, - STATE(5028), 1, + STATE(1188), 1, sym_parameter_bracks, - STATE(5029), 1, + STATE(1189), 1, sym_parameter_parens, - [203011] = 4, + STATE(4991), 1, + sym_comment, + [203915] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8815), 1, + anon_sym_DQUOTE, + STATE(4992), 1, + sym_comment, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203932] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(4993), 1, sym_comment, - ACTIONS(8531), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8533), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [203026] = 6, - ACTIONS(3), 1, + [203947] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, + ACTIONS(8817), 1, + anon_sym_DQUOTE, STATE(4994), 1, sym_comment, - STATE(5048), 1, - sym_parameter_bracks, - STATE(5051), 1, - sym_parameter_parens, - [203045] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, - STATE(4995), 1, - sym_comment, - STATE(5066), 1, - sym_parameter_bracks, - STATE(5068), 1, - sym_parameter_parens, - [203064] = 4, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [203964] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4996), 1, + STATE(4995), 1, sym_comment, - ACTIONS(8511), 2, + ACTIONS(8514), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8513), 2, + ACTIONS(8516), 2, ts_builtin_sym_end, anon_sym_LF, - [203079] = 4, + [203979] = 6, ACTIONS(105), 1, anon_sym_POUND, - STATE(4997), 1, + ACTIONS(8001), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8415), 1, + aux_sym__record_key_token1, + ACTIONS(8819), 1, + anon_sym_DOT2, + ACTIONS(8821), 1, + aux_sym__immediate_decimal_token1, + STATE(4996), 1, sym_comment, - ACTIONS(8507), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8509), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203094] = 6, + [203998] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, - STATE(4998), 1, + ACTIONS(7871), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8823), 1, + anon_sym_DOT2, + STATE(4997), 1, sym_comment, - STATE(5110), 1, - sym_parameter_bracks, - STATE(5115), 1, - sym_parameter_parens, - [203113] = 4, + ACTIONS(2906), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [204015] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(4999), 1, + ACTIONS(8827), 1, + anon_sym_LF, + STATE(4998), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8825), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8062), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203128] = 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + [204030] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8716), 1, + ACTIONS(8829), 1, anon_sym_DQUOTE, - STATE(4965), 1, + STATE(4985), 1, aux_sym__str_double_quotes_repeat1, - STATE(5000), 1, + STATE(4999), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [203145] = 4, - ACTIONS(105), 1, + [204047] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5001), 1, + ACTIONS(8791), 1, + anon_sym_LPAREN2, + ACTIONS(8831), 1, + anon_sym_DOT2, + ACTIONS(8833), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8835), 1, + aux_sym__immediate_decimal_token3, + STATE(5000), 1, sym_comment, - ACTIONS(8414), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203160] = 4, + [204066] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8718), 1, - sym__long_flag_identifier, - STATE(5002), 1, + STATE(5001), 1, sym_comment, - ACTIONS(2766), 3, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - [203175] = 4, + ACTIONS(8837), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [204079] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5003), 1, + STATE(5002), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8263), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8265), 2, ts_builtin_sym_end, anon_sym_LF, - [203190] = 4, + [204094] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8839), 1, + anon_sym_DOT2, + STATE(5003), 1, + sym_comment, + ACTIONS(3125), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [204109] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(8843), 1, + anon_sym_LF, STATE(5004), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8841), 3, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203205] = 4, + [204124] = 6, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(7884), 1, + anon_sym_DOT2, + ACTIONS(7888), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7892), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(7894), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5005), 1, sym_comment, - ACTIONS(8535), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8537), 2, - ts_builtin_sym_end, - anon_sym_LF, - [203220] = 5, - ACTIONS(105), 1, + [204143] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8720), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8811), 1, + anon_sym_LBRACK, + ACTIONS(8813), 1, + anon_sym_LPAREN, + STATE(1210), 1, + sym_parameter_bracks, + STATE(1211), 1, + sym_parameter_parens, STATE(5006), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203237] = 6, - ACTIONS(3), 1, + [204162] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8722), 1, - anon_sym_RBRACK, + ACTIONS(8847), 1, + anon_sym_LF, STATE(5007), 1, sym_comment, - STATE(5017), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [203256] = 5, + ACTIONS(8845), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [204177] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8724), 1, - anon_sym_DQUOTE, - STATE(5006), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8851), 1, + anon_sym_LF, STATE(5008), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203273] = 5, + ACTIONS(8849), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [204192] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8726), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8855), 1, + anon_sym_LF, STATE(5009), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203290] = 5, + ACTIONS(8853), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [204207] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8728), 1, + ACTIONS(8857), 1, anon_sym_DQUOTE, - STATE(5009), 1, + STATE(4994), 1, aux_sym__str_double_quotes_repeat1, STATE(5010), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [203307] = 5, - ACTIONS(105), 1, + [204224] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8730), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8859), 1, + anon_sym_if, STATE(5011), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203324] = 5, - ACTIONS(105), 1, + STATE(5078), 1, + sym_ctrl_if_parenthesized, + STATE(5081), 1, + sym_block, + [204243] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8732), 1, - anon_sym_DQUOTE, - STATE(5011), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8460), 1, + anon_sym_use, + ACTIONS(8462), 1, + anon_sym_list, + ACTIONS(8464), 1, + anon_sym_hide, + ACTIONS(8466), 1, + anon_sym_new, STATE(5012), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203341] = 5, - ACTIONS(105), 1, + [204262] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8734), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5013), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203358] = 5, - ACTIONS(105), 1, + ACTIONS(8861), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [204275] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8736), 1, - anon_sym_DQUOTE, - STATE(5013), 1, - aux_sym__str_double_quotes_repeat1, STATE(5014), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203375] = 5, - ACTIONS(105), 1, + ACTIONS(8863), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [204288] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8738), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8039), 1, + anon_sym_LPAREN2, + ACTIONS(8865), 1, + anon_sym_DOT2, + ACTIONS(8867), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8869), 1, + aux_sym__immediate_decimal_token3, STATE(5015), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203392] = 5, - ACTIONS(105), 1, + [204307] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8740), 1, - anon_sym_DQUOTE, - STATE(5015), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8739), 1, + anon_sym_LPAREN2, + ACTIONS(8871), 1, + anon_sym_DOT2, + ACTIONS(8873), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8875), 1, + aux_sym__immediate_decimal_token3, STATE(5016), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203409] = 6, - ACTIONS(3), 1, + [204326] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8742), 1, - anon_sym_RBRACK, + ACTIONS(8877), 1, + anon_sym_DQUOTE, STATE(5017), 1, sym_comment, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [203428] = 5, + STATE(5018), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [204343] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8744), 1, + ACTIONS(8879), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5018), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [203445] = 5, + [204360] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8746), 1, - anon_sym_DQUOTE, - STATE(5018), 1, - aux_sym__str_double_quotes_repeat1, STATE(5019), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203462] = 5, + ACTIONS(8514), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8516), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204375] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8748), 1, + ACTIONS(8881), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5020), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5032), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [203479] = 5, + [204392] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8750), 1, - anon_sym_DQUOTE, - STATE(5020), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8885), 1, + anon_sym_LF, STATE(5021), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203496] = 5, - ACTIONS(105), 1, + ACTIONS(8883), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [204407] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8752), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8887), 1, + anon_sym_RBRACK, STATE(5022), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203513] = 5, - ACTIONS(105), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [204426] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8754), 1, - anon_sym_DQUOTE, - STATE(5022), 1, - aux_sym__str_double_quotes_repeat1, STATE(5023), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203530] = 5, - ACTIONS(105), 1, + ACTIONS(8889), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [204439] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8756), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(7773), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(8891), 1, + anon_sym_DOT2, STATE(5024), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203547] = 5, - ACTIONS(105), 1, + ACTIONS(2808), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [204456] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8758), 1, - anon_sym_DQUOTE, - STATE(5024), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(107), 1, + aux_sym_unquoted_token6, + ACTIONS(109), 1, + anon_sym_DOT2, + ACTIONS(8893), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8895), 1, + aux_sym__immediate_decimal_token2, STATE(5025), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203564] = 5, - ACTIONS(105), 1, + [204475] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8760), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8739), 1, + anon_sym_LPAREN2, + ACTIONS(8897), 1, + anon_sym_DOT2, + ACTIONS(8899), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8901), 1, + aux_sym__immediate_decimal_token3, STATE(5026), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203581] = 5, + [204494] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8762), 1, - anon_sym_DQUOTE, - STATE(5026), 1, - aux_sym__str_double_quotes_repeat1, STATE(5027), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203598] = 6, + ACTIONS(8514), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8516), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204509] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1295), 1, - sym_block, STATE(5028), 1, sym_comment, - STATE(5432), 1, - sym_returns, - [203617] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7833), 1, + ACTIONS(3161), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1294), 1, - sym_block, + [204522] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8903), 1, + anon_sym_DQUOTE, STATE(5029), 1, sym_comment, - STATE(5429), 1, - sym_returns, - [203636] = 6, + STATE(5031), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [204539] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8561), 1, - anon_sym_LPAREN2, - ACTIONS(8764), 1, + ACTIONS(115), 1, + aux_sym_unquoted_token6, + ACTIONS(117), 1, anon_sym_DOT2, - ACTIONS(8766), 1, + ACTIONS(8905), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8768), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8907), 1, + aux_sym__immediate_decimal_token2, STATE(5030), 1, sym_comment, - [203655] = 5, + [204558] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8770), 1, + ACTIONS(8909), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5031), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [203672] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8772), 1, - anon_sym_LBRACE, - STATE(3194), 1, - sym_block, - STATE(3195), 1, - sym_val_closure, - STATE(5032), 1, - sym_comment, - STATE(5222), 1, - sym__blosure, - [203691] = 5, + [204575] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8774), 1, + ACTIONS(8911), 1, anon_sym_DQUOTE, - STATE(5031), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5033), 1, + STATE(5032), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [203708] = 6, + [204592] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7949), 1, + anon_sym_DOT2, + ACTIONS(7951), 1, + anon_sym_LPAREN2, + ACTIONS(7957), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token1, + STATE(5033), 1, + sym_comment, + [204611] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8776), 1, - anon_sym_if, - STATE(4996), 1, - sym_block, - STATE(4997), 1, - sym_ctrl_if, STATE(5034), 1, sym_comment, - [203727] = 6, + ACTIONS(8915), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [204624] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8561), 1, - anon_sym_LPAREN2, - ACTIONS(8778), 1, - anon_sym_DOT2, - ACTIONS(8780), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8782), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8917), 1, + anon_sym_RBRACK, + STATE(5022), 1, + aux_sym_val_table_repeat1, STATE(5035), 1, sym_comment, - [203746] = 4, + STATE(5542), 1, + sym_val_list, + [204643] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5036), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8224), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8226), 2, ts_builtin_sym_end, anon_sym_LF, - [203761] = 5, - ACTIONS(105), 1, + [204658] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8784), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8919), 1, + anon_sym_DOT2, STATE(5037), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203778] = 5, + ACTIONS(3131), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [204673] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8786), 1, - anon_sym_DQUOTE, - STATE(5037), 1, - aux_sym__str_double_quotes_repeat1, STATE(5038), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203795] = 6, + ACTIONS(8585), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8587), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204688] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7948), 1, - anon_sym_LPAREN2, - ACTIONS(8788), 1, - anon_sym_DOT2, - ACTIONS(8790), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8792), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8921), 1, + anon_sym_RBRACK, STATE(5039), 1, sym_comment, - [203814] = 4, + STATE(5049), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [204707] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8796), 1, - anon_sym_LF, STATE(5040), 1, sym_comment, - ACTIONS(8794), 3, + ACTIONS(8417), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [203829] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8798), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5041), 1, - sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203846] = 6, + ACTIONS(8419), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204722] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8800), 1, - anon_sym_if, - STATE(4748), 1, - sym_ctrl_if, - STATE(4749), 1, - sym_block, - STATE(5042), 1, + ACTIONS(8037), 1, + anon_sym_DOT2, + ACTIONS(8039), 1, + anon_sym_LPAREN2, + ACTIONS(8045), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8923), 1, + aux_sym__immediate_decimal_token1, + STATE(5041), 1, sym_comment, - [203865] = 6, + [204741] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, + ACTIONS(5271), 1, anon_sym_PIPE, - ACTIONS(8363), 1, + ACTIONS(8212), 1, anon_sym_SEMI, - ACTIONS(8802), 1, + ACTIONS(8761), 1, anon_sym_LF, - STATE(2472), 1, + STATE(2482), 1, aux_sym_pipe_element_repeat1, + STATE(5042), 1, + sym_comment, + [204760] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(5043), 1, sym_comment, - [203884] = 5, + ACTIONS(8379), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8381), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204775] = 6, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8804), 1, - anon_sym_DQUOTE, - STATE(5041), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8228), 1, + anon_sym_SEMI, + ACTIONS(8761), 1, + anon_sym_LF, + STATE(2507), 1, + aux_sym_pipe_element_repeat1, STATE(5044), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [203901] = 6, + [204794] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8806), 1, - anon_sym_RBRACK, STATE(5045), 1, sym_comment, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [203920] = 6, + ACTIONS(8925), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [204807] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8372), 1, - anon_sym_SEMI, - ACTIONS(8802), 1, - anon_sym_LF, - STATE(2462), 1, - aux_sym_pipe_element_repeat1, STATE(5046), 1, sym_comment, - [203939] = 6, - ACTIONS(3), 1, + ACTIONS(8514), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8516), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204822] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8808), 1, - anon_sym_DOT2, - ACTIONS(8810), 1, - anon_sym_LPAREN2, - ACTIONS(8812), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8814), 1, - aux_sym__immediate_decimal_token3, STATE(5047), 1, sym_comment, - [203958] = 6, - ACTIONS(3), 1, + ACTIONS(8585), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8587), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204837] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1217), 1, - sym_block, + ACTIONS(8929), 1, + anon_sym_LF, STATE(5048), 1, sym_comment, - STATE(5433), 1, - sym_returns, - [203977] = 6, + ACTIONS(8927), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [204852] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8816), 1, - anon_sym_DOT2, - ACTIONS(8818), 1, - anon_sym_LPAREN2, - ACTIONS(8820), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8822), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(8931), 1, + anon_sym_RBRACK, STATE(5049), 1, sym_comment, - [203996] = 6, - ACTIONS(3), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [204871] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LBRACE, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, - STATE(4853), 1, - sym__blosure, + ACTIONS(8935), 1, + anon_sym_LF, STATE(5050), 1, sym_comment, - [204015] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1218), 1, - sym_block, - STATE(5051), 1, - sym_comment, - STATE(5435), 1, - sym_returns, - [204034] = 5, + ACTIONS(8933), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [204886] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8824), 1, + ACTIONS(8937), 1, anon_sym_DQUOTE, - STATE(5052), 1, + STATE(5051), 1, sym_comment, STATE(5064), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [204051] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8581), 1, - anon_sym_if, - STATE(4854), 1, - sym_block, - STATE(4855), 1, - sym_ctrl_if_parenthesized, - STATE(5053), 1, - sym_comment, - [204070] = 5, + [204903] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8826), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5054), 1, + STATE(5052), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204087] = 6, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8377), 1, + ACTIONS(8514), 2, anon_sym_SEMI, - ACTIONS(8802), 1, + anon_sym_PIPE, + ACTIONS(8516), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2460), 1, - aux_sym_pipe_element_repeat1, - STATE(5055), 1, - sym_comment, - [204106] = 3, + [204918] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(5056), 1, + STATE(5053), 1, sym_comment, - ACTIONS(2991), 4, + ACTIONS(3155), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_LBRACE, - [204119] = 5, + [204931] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8828), 1, - anon_sym_DQUOTE, + ACTIONS(8941), 1, + anon_sym_LF, STATE(5054), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5057), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204136] = 6, + ACTIONS(8939), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [204946] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5055), 1, + sym_comment, + ACTIONS(8585), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8587), 2, + ts_builtin_sym_end, + anon_sym_LF, + [204961] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7948), 1, + ACTIONS(7995), 1, anon_sym_LPAREN2, - ACTIONS(8830), 1, + ACTIONS(8943), 1, anon_sym_DOT2, - ACTIONS(8832), 1, + ACTIONS(8945), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8834), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, + STATE(5056), 1, + sym_comment, + [204980] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8951), 1, + anon_sym_LF, + STATE(5057), 1, + sym_comment, + ACTIONS(8949), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [204995] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8955), 1, + anon_sym_LF, STATE(5058), 1, sym_comment, - [204155] = 5, + ACTIONS(8953), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205010] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8836), 1, + ACTIONS(8957), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5059), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5065), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [204172] = 5, + [205027] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8838), 1, - anon_sym_DQUOTE, - STATE(5059), 1, - aux_sym__str_double_quotes_repeat1, STATE(5060), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204189] = 6, - ACTIONS(3), 1, + ACTIONS(8514), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8516), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205042] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8561), 1, - anon_sym_LPAREN2, - ACTIONS(8840), 1, - anon_sym_DOT2, - ACTIONS(8842), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8844), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8959), 1, + anon_sym_DQUOTE, + STATE(5051), 1, + aux_sym__str_double_quotes_repeat1, STATE(5061), 1, sym_comment, - [204208] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205059] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8846), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8848), 1, - aux_sym__immediate_decimal_token2, STATE(5062), 1, sym_comment, - ACTIONS(2736), 2, + ACTIONS(8383), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [204225] = 5, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205074] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8850), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5063), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204242] = 5, + ACTIONS(8397), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8399), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205089] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8852), 1, + ACTIONS(8961), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5064), 1, - sym_comment, - ACTIONS(8619), 2, + ACTIONS(8963), 2, sym__escaped_str_content, sym_escape_sequence, - [204259] = 4, + STATE(5064), 2, + sym_comment, + aux_sym__str_double_quotes_repeat1, + [205104] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8856), 1, - anon_sym_LF, + ACTIONS(8966), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5065), 1, sym_comment, - ACTIONS(8854), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204274] = 6, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205121] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1225), 1, - sym_block, + ACTIONS(7995), 1, + anon_sym_LPAREN2, + ACTIONS(8968), 1, + anon_sym_DOT2, + ACTIONS(8970), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8972), 1, + aux_sym__immediate_decimal_token3, STATE(5066), 1, sym_comment, - STATE(5455), 1, - sym_returns, - [204293] = 5, + [205140] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8858), 1, - anon_sym_DQUOTE, - STATE(5063), 1, - aux_sym__str_double_quotes_repeat1, STATE(5067), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204310] = 6, - ACTIONS(3), 1, + ACTIONS(8383), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205155] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1226), 1, - sym_block, STATE(5068), 1, sym_comment, - STATE(5457), 1, - sym_returns, - [204329] = 5, - ACTIONS(3), 1, + ACTIONS(8397), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8399), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205170] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8860), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8862), 1, - aux_sym__immediate_decimal_token2, STATE(5069), 1, sym_comment, - ACTIONS(2726), 2, + ACTIONS(8383), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [204346] = 5, - ACTIONS(3), 1, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205185] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8864), 1, - anon_sym_LBRACK, - ACTIONS(8867), 1, - anon_sym_RBRACK, - STATE(5463), 1, - sym_val_list, - STATE(5070), 2, + STATE(5070), 1, sym_comment, - aux_sym_val_table_repeat1, - [204363] = 6, + ACTIONS(8397), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8399), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205200] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8869), 1, - anon_sym_RBRACK, STATE(5071), 1, sym_comment, - STATE(5081), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [204382] = 5, - ACTIONS(105), 1, + ACTIONS(8974), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [205213] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8871), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8976), 1, + anon_sym_LBRACE, + STATE(3229), 1, + sym_val_closure, + STATE(3231), 1, + sym_block, + STATE(5043), 1, + sym__blosure, STATE(5072), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204399] = 5, + [205232] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8873), 1, - anon_sym_DQUOTE, - STATE(5072), 1, - aux_sym__str_double_quotes_repeat1, STATE(5073), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204416] = 6, - ACTIONS(3), 1, + ACTIONS(8383), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205247] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8875), 1, - anon_sym_DOT2, - ACTIONS(8877), 1, - anon_sym_LPAREN2, - ACTIONS(8879), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8881), 1, - aux_sym__immediate_decimal_token3, STATE(5074), 1, sym_comment, - [204435] = 4, - ACTIONS(3), 1, + ACTIONS(8397), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8399), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205262] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8883), 1, - anon_sym_DOT2, STATE(5075), 1, sym_comment, - ACTIONS(1339), 3, + ACTIONS(8267), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [204450] = 4, + ACTIONS(8269), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205277] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3802), 1, + anon_sym_LF, STATE(5076), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(3471), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [204465] = 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205292] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8885), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5077), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204482] = 5, + ACTIONS(8383), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205307] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8887), 1, - anon_sym_DQUOTE, - STATE(5077), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8980), 1, + anon_sym_LF, STATE(5078), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204499] = 6, + ACTIONS(8978), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [205322] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5079), 1, + sym_comment, + ACTIONS(8982), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [205335] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8818), 1, + ACTIONS(8681), 1, anon_sym_LPAREN2, - ACTIONS(8889), 1, + ACTIONS(8984), 1, anon_sym_DOT2, - ACTIONS(8891), 1, + ACTIONS(8986), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8893), 1, + ACTIONS(8988), 1, aux_sym__immediate_decimal_token3, - STATE(5079), 1, + STATE(5080), 1, sym_comment, - [204518] = 4, + [205354] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5080), 1, - sym_comment, - ACTIONS(8414), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, + ACTIONS(8992), 1, anon_sym_LF, - [204533] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8895), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, STATE(5081), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [204552] = 5, - ACTIONS(3), 1, + ACTIONS(8990), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [205369] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8897), 1, - anon_sym_DOT2, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token2, STATE(5082), 1, sym_comment, - ACTIONS(2770), 2, + ACTIONS(8585), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [204569] = 5, + ACTIONS(8587), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205384] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8901), 1, + ACTIONS(8994), 1, anon_sym_DQUOTE, - STATE(4965), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, STATE(5083), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [204586] = 5, + [205401] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8903), 1, - anon_sym_DQUOTE, - STATE(5083), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(3800), 1, + anon_sym_LF, STATE(5084), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204603] = 6, - ACTIONS(3), 1, + ACTIONS(3461), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205416] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8671), 1, - anon_sym_LBRACE, - STATE(3120), 1, - sym_val_closure, - STATE(3121), 1, - sym_block, - STATE(4659), 1, - sym__blosure, + ACTIONS(8996), 1, + anon_sym_DQUOTE, STATE(5085), 1, sym_comment, - [204622] = 6, - ACTIONS(3), 1, + STATE(5097), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205433] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7946), 1, - anon_sym_DOT2, - ACTIONS(7948), 1, - anon_sym_LPAREN2, - ACTIONS(7954), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8905), 1, - aux_sym__immediate_decimal_token1, STATE(5086), 1, sym_comment, - [204641] = 5, - ACTIONS(3), 1, + ACTIONS(8397), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8399), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205448] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8848), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(8907), 1, - anon_sym_DOT2, + ACTIONS(9000), 1, + anon_sym_LF, STATE(5087), 1, sym_comment, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [204658] = 4, + ACTIONS(8998), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205463] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5088), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8383), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8385), 2, ts_builtin_sym_end, anon_sym_LF, - [204673] = 4, + [205478] = 4, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9002), 1, + anon_sym_LPAREN, STATE(5089), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(9004), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [205493] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5090), 1, + sym_comment, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [204688] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1514), 1, - sym_block, - STATE(5090), 1, - sym_comment, - STATE(5507), 1, - sym_returns, - [204707] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8909), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5091), 1, - sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204724] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1527), 1, - sym_block, - STATE(5092), 1, - sym_comment, - STATE(5506), 1, - sym_returns, - [204743] = 4, + [205508] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8913), 1, + ACTIONS(9008), 1, anon_sym_LF, - STATE(5093), 1, + STATE(5091), 1, sym_comment, - ACTIONS(8911), 3, + ACTIONS(9006), 3, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_RBRACE, - [204758] = 5, + anon_sym_PIPE, + [205523] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8915), 1, - anon_sym_DQUOTE, - STATE(5091), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5094), 1, + ACTIONS(9010), 1, + anon_sym_LPAREN, + STATE(5092), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204775] = 4, + ACTIONS(9012), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [205538] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8919), 1, - anon_sym_LF, - STATE(5095), 1, + STATE(5093), 1, sym_comment, - ACTIONS(8917), 3, + ACTIONS(8579), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204790] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8921), 1, - anon_sym_DOT2, - ACTIONS(8923), 1, - anon_sym_LPAREN2, - ACTIONS(8925), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - STATE(5096), 1, - sym_comment, - [204809] = 4, + anon_sym_PIPE, + ACTIONS(8581), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205553] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5097), 1, + STATE(5094), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8383), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8385), 2, ts_builtin_sym_end, anon_sym_LF, - [204824] = 4, + [205568] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5098), 1, + STATE(5095), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [204839] = 4, + [205583] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5099), 1, + STATE(5096), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8585), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8587), 2, ts_builtin_sym_end, anon_sym_LF, - [204854] = 5, + [205598] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8929), 1, + ACTIONS(9014), 1, anon_sym_DQUOTE, - STATE(4965), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, - STATE(5100), 1, + STATE(5097), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [204871] = 4, + [205615] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5101), 1, + STATE(5098), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8383), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8385), 2, ts_builtin_sym_end, anon_sym_LF, - [204886] = 5, + [205630] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8931), 1, - anon_sym_DQUOTE, - STATE(5100), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5102), 1, + STATE(5099), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204903] = 6, - ACTIONS(3), 1, + ACTIONS(8397), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8399), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205645] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8810), 1, - anon_sym_LPAREN2, - ACTIONS(8933), 1, - anon_sym_DOT2, - ACTIONS(8935), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8937), 1, - aux_sym__immediate_decimal_token3, - STATE(5103), 1, + STATE(5100), 1, sym_comment, - [204922] = 4, + ACTIONS(8383), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205660] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5104), 1, + STATE(5101), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [204937] = 4, + [205675] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5105), 1, + STATE(5102), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8383), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8385), 2, ts_builtin_sym_end, anon_sym_LF, - [204952] = 4, + [205690] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5106), 1, + STATE(5103), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [204967] = 6, + [205705] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + ACTIONS(8645), 1, anon_sym_LBRACK, - ACTIONS(8939), 1, + ACTIONS(9016), 1, anon_sym_RBRACK, - STATE(5045), 1, - aux_sym_val_table_repeat1, - STATE(5107), 1, + STATE(5104), 1, sym_comment, - STATE(5463), 1, + STATE(5114), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, sym_val_list, - [204986] = 4, + [205724] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5108), 1, + STATE(5105), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8383), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8385), 2, ts_builtin_sym_end, anon_sym_LF, - [205001] = 4, + [205739] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5109), 1, + STATE(5106), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [205016] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1328), 1, - sym_block, - STATE(5110), 1, - sym_comment, - STATE(5456), 1, - sym_returns, - [205035] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8941), 1, - anon_sym_DOT2, - ACTIONS(8943), 1, - anon_sym_LPAREN2, - ACTIONS(8945), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8947), 1, - aux_sym__immediate_decimal_token3, - STATE(5111), 1, - sym_comment, - [205054] = 4, + [205754] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5112), 1, + STATE(5107), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8383), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8385), 2, ts_builtin_sym_end, anon_sym_LF, - [205069] = 6, + [205769] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8949), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5113), 1, + ACTIONS(2960), 1, + sym_identifier, + ACTIONS(9018), 1, + sym__long_flag_identifier, + STATE(5108), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [205088] = 4, + ACTIONS(2964), 2, + anon_sym_DOLLAR, + anon_sym_DASH, + [205786] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5114), 1, + STATE(5109), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [205103] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1330), 1, - sym_block, - STATE(5115), 1, - sym_comment, - STATE(5440), 1, - sym_returns, - [205122] = 5, + [205801] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8951), 1, - anon_sym_DQUOTE, - STATE(5116), 1, + STATE(5110), 1, sym_comment, - STATE(5128), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205139] = 4, + ACTIONS(8383), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8385), 2, + ts_builtin_sym_end, + anon_sym_LF, + [205816] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5117), 1, + STATE(5111), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [205154] = 6, + [205831] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + STATE(5112), 1, + sym_comment, + ACTIONS(9020), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [205844] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9022), 1, + anon_sym_DOT2, + STATE(5113), 1, + sym_comment, + ACTIONS(3099), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [205859] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8645), 1, anon_sym_LBRACK, - ACTIONS(8953), 1, + ACTIONS(9024), 1, anon_sym_RBRACK, - STATE(5113), 1, - aux_sym_val_table_repeat1, - STATE(5118), 1, + STATE(5114), 1, sym_comment, - STATE(5463), 1, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, sym_val_list, - [205173] = 4, + [205878] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8883), 1, + ACTIONS(9026), 1, anon_sym_DOT2, - STATE(5119), 1, + STATE(5115), 1, sym_comment, - ACTIONS(6508), 3, + ACTIONS(3105), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [205188] = 4, - ACTIONS(105), 1, + [205893] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5120), 1, + ACTIONS(9028), 1, + anon_sym_DOT2, + STATE(5116), 1, sym_comment, - ACTIONS(8493), 2, - anon_sym_SEMI, + ACTIONS(3111), 3, anon_sym_PIPE, - ACTIONS(8495), 2, - ts_builtin_sym_end, - anon_sym_LF, - [205203] = 4, + anon_sym_if, + anon_sym_EQ_GT, + [205908] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9030), 1, + anon_sym_DOT2, + STATE(5117), 1, + sym_comment, + ACTIONS(3117), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [205923] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8771), 1, + anon_sym_LPAREN2, + ACTIONS(9032), 1, + anon_sym_DOT2, + ACTIONS(9034), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9036), 1, + aux_sym__immediate_decimal_token3, + STATE(5118), 1, + sym_comment, + [205942] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(5121), 1, + ACTIONS(9038), 1, + anon_sym_DQUOTE, + STATE(5119), 1, + sym_comment, + STATE(5122), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205959] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5120), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8397), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8399), 2, ts_builtin_sym_end, anon_sym_LF, - [205218] = 4, + [205974] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5122), 1, + STATE(5121), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [205233] = 5, + [205989] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8955), 1, + ACTIONS(9040), 1, anon_sym_DQUOTE, - STATE(4965), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, - STATE(5123), 1, + STATE(5122), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [205250] = 4, + [206006] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5124), 1, + STATE(5123), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205265] = 4, + [206021] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5125), 1, + STATE(5124), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205280] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8957), 1, - anon_sym_LBRACK, - ACTIONS(8959), 1, - anon_sym_LPAREN, - STATE(1173), 1, - sym_parameter_parens, - STATE(1174), 1, - sym_parameter_bracks, - STATE(5126), 1, - sym_comment, - [205299] = 4, + [206036] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5127), 1, + STATE(5125), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205314] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8961), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5128), 1, - sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205331] = 4, + [206051] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5129), 1, + STATE(5126), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205346] = 4, + [206066] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5130), 1, + STATE(5127), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205361] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8963), 1, - anon_sym_DQUOTE, - STATE(5123), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5131), 1, - sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205378] = 4, + [206081] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5132), 1, + STATE(5128), 1, sym_comment, - ACTIONS(7548), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7550), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [205393] = 6, - ACTIONS(105), 1, + [206096] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7864), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7868), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8341), 1, - anon_sym_DOT2, - ACTIONS(8343), 1, - aux_sym__record_key_token1, - STATE(5133), 1, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9042), 1, + anon_sym_RBRACK, + STATE(5129), 1, sym_comment, - [205412] = 6, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [206115] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8561), 1, + ACTIONS(7995), 1, anon_sym_LPAREN2, - ACTIONS(8965), 1, + ACTIONS(9044), 1, anon_sym_DOT2, - ACTIONS(8967), 1, + ACTIONS(9046), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8969), 1, + ACTIONS(9048), 1, aux_sym__immediate_decimal_token3, - STATE(5134), 1, - sym_comment, - [205431] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8971), 1, - anon_sym_RBRACK, - STATE(5135), 1, + STATE(5130), 1, sym_comment, - STATE(5145), 1, - aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [205450] = 4, + [206134] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5136), 1, + STATE(5131), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [205465] = 4, + [206149] = 5, ACTIONS(105), 1, anon_sym_POUND, - STATE(5137), 1, + ACTIONS(9050), 1, + anon_sym_DQUOTE, + STATE(5132), 1, + sym_comment, + STATE(5147), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206166] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5133), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205480] = 4, + [206181] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5138), 1, + STATE(5134), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205495] = 4, + [206196] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5139), 1, + STATE(5135), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205510] = 4, + [206211] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5140), 1, + STATE(5136), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205525] = 4, + [206226] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5141), 1, + STATE(5137), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205540] = 4, + [206241] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5142), 1, + STATE(5138), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8301), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8303), 2, ts_builtin_sym_end, anon_sym_LF, - [205555] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8973), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5143), 1, - sym_comment, - STATE(5463), 1, - sym_val_list, - [205574] = 4, + [206256] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5144), 1, + STATE(5139), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205589] = 6, + [206271] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8975), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, - STATE(5145), 1, + ACTIONS(9052), 1, + anon_sym_DOT2, + STATE(5140), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [205608] = 4, + ACTIONS(3099), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [206286] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9054), 1, + anon_sym_DOT2, + STATE(5141), 1, + sym_comment, + ACTIONS(3105), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [206301] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9056), 1, + anon_sym_DOT2, + STATE(5142), 1, + sym_comment, + ACTIONS(3111), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [206316] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5146), 1, + STATE(5143), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205623] = 6, + [206331] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8977), 1, - anon_sym_RBRACK, - STATE(5143), 1, - aux_sym_val_table_repeat1, - STATE(5147), 1, + STATE(5144), 1, + sym_comment, + ACTIONS(9058), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [206344] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9060), 1, + anon_sym_DOT2, + ACTIONS(9062), 1, + anon_sym_LPAREN2, + ACTIONS(9064), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9066), 1, + aux_sym__immediate_decimal_token3, + STATE(5145), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [205642] = 4, + [206363] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5148), 1, + STATE(5146), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205657] = 5, + [206378] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8979), 1, + ACTIONS(9068), 1, anon_sym_DQUOTE, - STATE(4965), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, - STATE(5149), 1, + STATE(5147), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [205674] = 4, + [206395] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5150), 1, + STATE(5148), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [205689] = 4, + [206410] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5151), 1, + STATE(5149), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205704] = 5, + [206425] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8981), 1, + ACTIONS(9070), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, - STATE(5152), 1, + STATE(5150), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5162), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [205721] = 4, + [206442] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5153), 1, + STATE(5151), 1, sym_comment, - ACTIONS(8489), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8491), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205736] = 4, + [206457] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5154), 1, + STATE(5152), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205751] = 4, + [206472] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5155), 1, + STATE(5153), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205766] = 5, + [206487] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8983), 1, - anon_sym_DQUOTE, - STATE(5152), 1, - aux_sym__str_double_quotes_repeat1, + STATE(5154), 1, + sym_comment, + ACTIONS(8436), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8438), 2, + ts_builtin_sym_end, + anon_sym_LF, + [206502] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9072), 1, + anon_sym_DOT2, + STATE(5155), 1, + sym_comment, + ACTIONS(3117), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + [206517] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9074), 1, + anon_sym_RBRACK, + STATE(5129), 1, + aux_sym_val_table_repeat1, STATE(5156), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205783] = 4, - ACTIONS(105), 1, + STATE(5542), 1, + sym_val_list, + [206536] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3749), 1, - anon_sym_LF, + ACTIONS(8739), 1, + anon_sym_LPAREN2, + ACTIONS(9076), 1, + anon_sym_DOT2, + ACTIONS(9078), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9080), 1, + aux_sym__immediate_decimal_token3, STATE(5157), 1, sym_comment, - ACTIONS(3470), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205798] = 4, + [206555] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5158), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205813] = 6, - ACTIONS(3), 1, + [206570] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8877), 1, - anon_sym_LPAREN2, - ACTIONS(8985), 1, - anon_sym_DOT2, - ACTIONS(8987), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8989), 1, - aux_sym__immediate_decimal_token3, STATE(5159), 1, sym_comment, - [205832] = 4, + ACTIONS(8436), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8438), 2, + ts_builtin_sym_end, + anon_sym_LF, + [206585] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5160), 1, sym_comment, - ACTIONS(8493), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8495), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205847] = 6, + [206600] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7954), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8343), 1, - aux_sym__record_key_token1, - ACTIONS(8991), 1, - anon_sym_DOT2, - ACTIONS(8993), 1, - aux_sym__immediate_decimal_token1, STATE(5161), 1, sym_comment, - [205866] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5162), 1, - sym_comment, - ACTIONS(8454), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [205881] = 4, + [206615] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9082), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5162), 1, + sym_comment, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206632] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5163), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8436), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8438), 2, ts_builtin_sym_end, anon_sym_LF, - [205896] = 4, + [206647] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5164), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205911] = 6, - ACTIONS(3), 1, + [206662] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8995), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, STATE(5165), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [205930] = 4, + ACTIONS(8436), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8438), 2, + ts_builtin_sym_end, + anon_sym_LF, + [206677] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5166), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205945] = 4, + [206692] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5167), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8346), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8348), 2, ts_builtin_sym_end, anon_sym_LF, - [205960] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(8997), 1, - anon_sym_RBRACK, - STATE(5165), 1, - aux_sym_val_table_repeat1, - STATE(5168), 1, - sym_comment, - STATE(5463), 1, - sym_val_list, - [205979] = 4, + [206707] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5169), 1, + STATE(5168), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [205994] = 4, + [206722] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9084), 1, + anon_sym_RBRACK, + STATE(5169), 1, + sym_comment, + STATE(5179), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [206741] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5170), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206009] = 4, + [206756] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3751), 1, - anon_sym_LF, + ACTIONS(9086), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5171), 1, sym_comment, - ACTIONS(3460), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206024] = 4, - ACTIONS(105), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206773] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9001), 1, - anon_sym_LF, STATE(5172), 1, sym_comment, - ACTIONS(8999), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206039] = 4, + ACTIONS(9088), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [206786] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5173), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206054] = 5, + [206801] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9003), 1, + ACTIONS(9090), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5174), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5175), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [206071] = 6, - ACTIONS(3), 1, + [206818] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7862), 1, - anon_sym_LPAREN2, - ACTIONS(9005), 1, - anon_sym_DOT2, - ACTIONS(9007), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9009), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9092), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5175), 1, sym_comment, - [206090] = 4, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206835] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5176), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206105] = 4, + [206850] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5177), 1, sym_comment, - ACTIONS(8368), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8370), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206120] = 4, + [206865] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5178), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206135] = 4, - ACTIONS(105), 1, + [206880] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9094), 1, + anon_sym_RBRACK, STATE(5179), 1, sym_comment, - ACTIONS(8060), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8062), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206150] = 5, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [206899] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9011), 1, - anon_sym_DQUOTE, STATE(5180), 1, sym_comment, - STATE(5192), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206167] = 4, + ACTIONS(8579), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8581), 2, + ts_builtin_sym_end, + anon_sym_LF, + [206914] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5181), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(3710), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(3712), 2, ts_builtin_sym_end, anon_sym_LF, - [206182] = 6, - ACTIONS(105), 1, + [206929] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7764), 1, - anon_sym_DOT2, - ACTIONS(7768), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7772), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7774), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1476), 1, + sym_block, STATE(5182), 1, sym_comment, - [206201] = 6, + STATE(5514), 1, + sym_returns, + [206948] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8957), 1, - anon_sym_LBRACK, - ACTIONS(8959), 1, - anon_sym_LPAREN, - STATE(1206), 1, - sym_parameter_parens, - STATE(1209), 1, - sym_parameter_bracks, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1480), 1, + sym_block, STATE(5183), 1, sym_comment, - [206220] = 6, - ACTIONS(3), 1, + STATE(5512), 1, + sym_returns, + [206967] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(9013), 1, - anon_sym_RBRACK, - STATE(4935), 1, - aux_sym_val_table_repeat1, STATE(5184), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [206239] = 5, + ACTIONS(7707), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7709), 2, + ts_builtin_sym_end, + anon_sym_LF, + [206982] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9015), 1, + ACTIONS(9096), 1, anon_sym_DQUOTE, - STATE(5174), 1, + STATE(5171), 1, aux_sym__str_double_quotes_repeat1, STATE(5185), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [206256] = 4, - ACTIONS(105), 1, + [206999] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, + STATE(4956), 1, + sym_parameter_bracks, + STATE(4957), 1, + sym_parameter_parens, STATE(5186), 1, sym_comment, - ACTIONS(8429), 2, + [207018] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + STATE(5187), 1, + sym_comment, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206271] = 6, + [207033] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7948), 1, + ACTIONS(8739), 1, anon_sym_LPAREN2, - ACTIONS(9017), 1, + ACTIONS(9098), 1, anon_sym_DOT2, - ACTIONS(9019), 1, + ACTIONS(9100), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9021), 1, + ACTIONS(9102), 1, aux_sym__immediate_decimal_token3, - STATE(5187), 1, - sym_comment, - [206290] = 4, - ACTIONS(105), 1, - anon_sym_POUND, STATE(5188), 1, sym_comment, - ACTIONS(8454), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8456), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206305] = 4, - ACTIONS(105), 1, + [207052] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7995), 1, + anon_sym_LPAREN2, + ACTIONS(9104), 1, + anon_sym_DOT2, + ACTIONS(9106), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9108), 1, + aux_sym__immediate_decimal_token3, STATE(5189), 1, sym_comment, - ACTIONS(8060), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8062), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206320] = 4, - ACTIONS(105), 1, + [207071] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(5190), 1, sym_comment, - ACTIONS(8382), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8384), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206335] = 4, + ACTIONS(9110), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [207084] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5191), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206350] = 5, + [207099] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9023), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5192), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206367] = 4, + ACTIONS(8575), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8577), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207114] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5193), 1, sym_comment, - ACTIONS(8170), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8172), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206382] = 4, - ACTIONS(105), 1, + [207129] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9112), 1, + anon_sym_DOT2, + ACTIONS(9114), 1, + aux_sym__immediate_decimal_token2, STATE(5194), 1, sym_comment, - ACTIONS(8414), 2, - anon_sym_SEMI, + ACTIONS(2808), 2, anon_sym_PIPE, - ACTIONS(8416), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206397] = 5, - ACTIONS(105), 1, + anon_sym_EQ_GT, + [207146] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9025), 1, - anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, + STATE(4966), 1, + sym_parameter_bracks, + STATE(4968), 1, + sym_parameter_parens, STATE(5195), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206414] = 5, + [207165] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9027), 1, - anon_sym_DQUOTE, - STATE(5149), 1, - aux_sym__str_double_quotes_repeat1, STATE(5196), 1, sym_comment, - ACTIONS(8619), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206431] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - STATE(5197), 1, - sym_comment, - ACTIONS(8454), 2, + ACTIONS(7658), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(7660), 2, ts_builtin_sym_end, anon_sym_LF, - [206446] = 4, - ACTIONS(105), 1, + [207180] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9029), 1, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, anon_sym_LPAREN, - STATE(5198), 1, + STATE(4977), 1, + sym_parameter_bracks, + STATE(4980), 1, + sym_parameter_parens, + STATE(5197), 1, sym_comment, - ACTIONS(9031), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [206461] = 6, + [207199] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + ACTIONS(9116), 1, anon_sym_LBRACK, - ACTIONS(9033), 1, + ACTIONS(9119), 1, anon_sym_RBRACK, - STATE(5199), 1, + STATE(5542), 1, + sym_val_list, + STATE(5198), 2, sym_comment, - STATE(5209), 1, aux_sym_val_table_repeat1, - STATE(5463), 1, - sym_val_list, - [206480] = 4, + [207216] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9121), 1, + anon_sym_DQUOTE, + STATE(5199), 1, + sym_comment, + STATE(5202), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207233] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5200), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206495] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2762), 1, - sym_identifier, - ACTIONS(9035), 1, - sym__long_flag_identifier, - STATE(5201), 1, - sym_comment, - ACTIONS(2766), 2, - anon_sym_DOLLAR, - anon_sym_DASH, - [206512] = 4, + [207248] = 4, ACTIONS(105), 1, anon_sym_POUND, - STATE(5202), 1, + STATE(5201), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206527] = 4, + [207263] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9123), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, + STATE(5202), 1, + sym_comment, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207280] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9125), 1, + anon_sym_DOT2, + ACTIONS(9127), 1, + aux_sym__immediate_decimal_token2, STATE(5203), 1, sym_comment, - ACTIONS(8429), 2, - anon_sym_SEMI, + ACTIONS(2906), 2, anon_sym_PIPE, - ACTIONS(8431), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206542] = 4, + anon_sym_EQ_GT, + [207297] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5204), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8502), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8504), 2, ts_builtin_sym_end, anon_sym_LF, - [206557] = 6, - ACTIONS(3), 1, + [207312] = 6, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(9037), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, + ACTIONS(3804), 1, + ts_builtin_sym_end, + ACTIONS(8488), 1, + anon_sym_SEMI, + ACTIONS(8490), 1, + anon_sym_LF, + STATE(1524), 1, + sym__terminator, STATE(5205), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [206576] = 4, - ACTIONS(105), 1, + [207331] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, + STATE(4884), 1, + sym_parameter_bracks, + STATE(4885), 1, + sym_parameter_parens, STATE(5206), 1, sym_comment, - ACTIONS(8454), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8456), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206591] = 4, + [207350] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5207), 1, sym_comment, - ACTIONS(8429), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8431), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206606] = 6, + [207365] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + ACTIONS(8755), 1, anon_sym_LBRACK, - ACTIONS(9039), 1, - anon_sym_RBRACK, - STATE(5205), 1, - aux_sym_val_table_repeat1, + ACTIONS(8757), 1, + anon_sym_LPAREN, + STATE(1278), 1, + sym_parameter_bracks, + STATE(1279), 1, + sym_parameter_parens, STATE(5208), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [206625] = 6, + [207384] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(9041), 1, - anon_sym_RBRACK, - STATE(5070), 1, - aux_sym_val_table_repeat1, STATE(5209), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [206644] = 4, - ACTIONS(105), 1, + ACTIONS(9129), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [207397] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7951), 1, + anon_sym_LPAREN2, + ACTIONS(9131), 1, + anon_sym_DOT2, + ACTIONS(9133), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9135), 1, + aux_sym__immediate_decimal_token3, STATE(5210), 1, sym_comment, - ACTIONS(8060), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8062), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206659] = 4, + [207416] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5211), 1, sym_comment, - ACTIONS(8454), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8456), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206674] = 4, + [207431] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5212), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206689] = 4, + [207446] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5213), 1, sym_comment, - ACTIONS(7558), 2, + ACTIONS(8579), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(7560), 2, + ACTIONS(8581), 2, ts_builtin_sym_end, anon_sym_LF, - [206704] = 6, + [207461] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8128), 1, - anon_sym_use, - ACTIONS(8130), 1, - anon_sym_list, - ACTIONS(8132), 1, - anon_sym_hide, - ACTIONS(8134), 1, - anon_sym_new, + ACTIONS(8017), 1, + anon_sym_LBRACE, + ACTIONS(8859), 1, + anon_sym_if, + STATE(5007), 1, + sym_block, + STATE(5009), 1, + sym_ctrl_if_parenthesized, STATE(5214), 1, sym_comment, - [206723] = 5, + [207480] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9043), 1, + ACTIONS(9137), 1, anon_sym_DQUOTE, - STATE(4965), 1, - aux_sym__str_double_quotes_repeat1, STATE(5215), 1, sym_comment, - ACTIONS(8619), 2, + STATE(5227), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [206740] = 4, - ACTIONS(105), 1, + [207497] = 3, + ACTIONS(3), 1, anon_sym_POUND, STATE(5216), 1, sym_comment, - ACTIONS(8429), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8431), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206755] = 4, + ACTIONS(9139), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [207510] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9045), 1, - anon_sym_LPAREN, + ACTIONS(9143), 1, + anon_sym_LF, STATE(5217), 1, sym_comment, - ACTIONS(9047), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [206770] = 4, + ACTIONS(9141), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + [207525] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5218), 1, sym_comment, - ACTIONS(8060), 2, + ACTIONS(8575), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8062), 2, + ACTIONS(8577), 2, ts_builtin_sym_end, anon_sym_LF, - [206785] = 4, + [207540] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5219), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8502), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8504), 2, ts_builtin_sym_end, anon_sym_LF, - [206800] = 4, - ACTIONS(105), 1, + [207555] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9145), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9147), 1, + aux_sym__immediate_decimal_token2, STATE(5220), 1, sym_comment, - ACTIONS(7580), 2, - anon_sym_SEMI, + ACTIONS(2784), 2, anon_sym_PIPE, - ACTIONS(7582), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206815] = 4, + anon_sym_EQ_GT, + [207572] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9149), 1, + anon_sym_DQUOTE, STATE(5221), 1, sym_comment, - ACTIONS(7562), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(7564), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206830] = 4, - ACTIONS(105), 1, - anon_sym_POUND, STATE(5222), 1, - sym_comment, - ACTIONS(8450), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(8452), 2, - ts_builtin_sym_end, - anon_sym_LF, - [206845] = 5, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207589] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9049), 1, + ACTIONS(9151), 1, anon_sym_DQUOTE, - STATE(5215), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, - STATE(5223), 1, + STATE(5222), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [206862] = 6, + [207606] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7948), 1, - anon_sym_LPAREN2, - ACTIONS(9051), 1, - anon_sym_DOT2, - ACTIONS(9053), 1, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, + STATE(4987), 1, + sym_parameter_bracks, + STATE(4988), 1, + sym_parameter_parens, + STATE(5223), 1, + sym_comment, + [207625] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9114), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9153), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9055), 1, - aux_sym__immediate_decimal_token3, STATE(5224), 1, sym_comment, - [206881] = 4, + ACTIONS(2808), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [207642] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5225), 1, sym_comment, - ACTIONS(8414), 2, + ACTIONS(8534), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8416), 2, + ACTIONS(8536), 2, ts_builtin_sym_end, anon_sym_LF, - [206896] = 6, + [207657] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3691), 1, - ts_builtin_sym_end, - ACTIONS(8110), 1, - anon_sym_SEMI, - ACTIONS(8112), 1, - anon_sym_LF, - STATE(1552), 1, - sym__terminator, + ACTIONS(9155), 1, + anon_sym_DQUOTE, STATE(5226), 1, sym_comment, - [206915] = 6, - ACTIONS(3), 1, + STATE(5235), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207674] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7860), 1, - anon_sym_DOT2, - ACTIONS(7862), 1, - anon_sym_LPAREN2, - ACTIONS(7868), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9057), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9157), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5227), 1, sym_comment, - [206934] = 4, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207691] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9061), 1, - anon_sym_LF, STATE(5228), 1, sym_comment, - ACTIONS(9059), 3, + ACTIONS(8538), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [206949] = 4, + ACTIONS(8540), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207706] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9065), 1, - anon_sym_LF, STATE(5229), 1, sym_comment, - ACTIONS(9063), 3, + ACTIONS(8560), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - [206964] = 6, - ACTIONS(3), 1, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207721] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, - STATE(4878), 1, - sym_parameter_parens, - STATE(4886), 1, - sym_parameter_bracks, STATE(5230), 1, sym_comment, - [206983] = 4, + ACTIONS(7715), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7717), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207736] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5231), 1, sym_comment, - ACTIONS(3721), 2, + ACTIONS(8544), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3723), 2, + ACTIONS(8546), 2, ts_builtin_sym_end, anon_sym_LF, - [206998] = 6, - ACTIONS(3), 1, + [207751] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8623), 1, - anon_sym_LBRACK, - ACTIONS(8625), 1, - anon_sym_LPAREN, - STATE(4910), 1, - sym_parameter_parens, - STATE(4912), 1, - sym_parameter_bracks, STATE(5232), 1, sym_comment, - [207017] = 6, - ACTIONS(3), 1, + ACTIONS(8575), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8577), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207766] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1502), 1, - sym_block, STATE(5233), 1, sym_comment, - STATE(5468), 1, - sym_returns, - [207036] = 6, + ACTIONS(3317), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3319), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207781] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - ACTIONS(8613), 1, - anon_sym_COLON, - STATE(1504), 1, - sym_block, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9159), 1, + anon_sym_RBRACK, STATE(5234), 1, sym_comment, - STATE(5469), 1, - sym_returns, - [207055] = 4, + STATE(5244), 1, + aux_sym_val_table_repeat1, + STATE(5542), 1, + sym_val_list, + [207800] = 5, ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9161), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5235), 1, sym_comment, - ACTIONS(3693), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3695), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207070] = 6, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207817] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8601), 1, + ACTIONS(8645), 1, anon_sym_LBRACK, - ACTIONS(9067), 1, + ACTIONS(9163), 1, anon_sym_RBRACK, - STATE(5070), 1, + STATE(5198), 1, aux_sym_val_table_repeat1, STATE(5236), 1, sym_comment, - STATE(5463), 1, + STATE(5542), 1, sym_val_list, - [207089] = 6, - ACTIONS(3), 1, + [207836] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(117), 1, - anon_sym_DOT2, - ACTIONS(9069), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9071), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9165), 1, + anon_sym_DQUOTE, STATE(5237), 1, sym_comment, - [207108] = 4, + STATE(5241), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207853] = 4, ACTIONS(105), 1, anon_sym_POUND, STATE(5238), 1, sym_comment, - ACTIONS(3765), 2, + ACTIONS(3377), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3767), 2, + ACTIONS(3379), 2, ts_builtin_sym_end, anon_sym_LF, - [207123] = 6, - ACTIONS(3), 1, + [207868] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8923), 1, - anon_sym_LPAREN2, - ACTIONS(9073), 1, - anon_sym_DOT2, - ACTIONS(9075), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9077), 1, - aux_sym__immediate_decimal_token3, STATE(5239), 1, sym_comment, - [207142] = 6, - ACTIONS(3), 1, + ACTIONS(3533), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3535), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207883] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8601), 1, - anon_sym_LBRACK, - ACTIONS(9079), 1, - anon_sym_RBRACK, - STATE(5236), 1, - aux_sym_val_table_repeat1, STATE(5240), 1, sym_comment, - STATE(5463), 1, - sym_val_list, - [207161] = 5, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207898] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9081), 1, + ACTIONS(9167), 1, anon_sym_DQUOTE, - STATE(4965), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, STATE(5241), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [207178] = 3, - ACTIONS(3), 1, + [207915] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9169), 1, + anon_sym_DQUOTE, STATE(5242), 1, sym_comment, - ACTIONS(3093), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_LBRACE, - [207191] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(109), 1, - anon_sym_DOT2, - ACTIONS(9083), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9085), 1, - aux_sym__immediate_decimal_token2, STATE(5243), 1, - sym_comment, - [207210] = 5, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207932] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9087), 1, + ACTIONS(9171), 1, anon_sym_DQUOTE, - STATE(5241), 1, + STATE(5064), 1, aux_sym__str_double_quotes_repeat1, - STATE(5244), 1, + STATE(5243), 1, sym_comment, - ACTIONS(8619), 2, + ACTIONS(8641), 2, sym__escaped_str_content, sym_escape_sequence, - [207227] = 6, + [207949] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8653), 1, + ACTIONS(8645), 1, anon_sym_LBRACK, - ACTIONS(8655), 1, - anon_sym_LPAREN, - STATE(1353), 1, - sym_parameter_parens, - STATE(1358), 1, - sym_parameter_bracks, + ACTIONS(9173), 1, + anon_sym_RBRACK, + STATE(5198), 1, + aux_sym_val_table_repeat1, + STATE(5244), 1, + sym_comment, + STATE(5542), 1, + sym_val_list, + [207968] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(5245), 1, sym_comment, - [207246] = 5, - ACTIONS(3), 1, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207983] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8778), 1, - anon_sym_DOT2, - ACTIONS(8780), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8782), 1, - aux_sym__immediate_decimal_token3, STATE(5246), 1, sym_comment, - [207262] = 5, - ACTIONS(3), 1, + ACTIONS(7701), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(7703), 2, + ts_builtin_sym_end, + anon_sym_LF, + [207998] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9089), 1, - anon_sym_DOT2, - ACTIONS(9091), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9093), 1, - aux_sym__immediate_decimal_token3, STATE(5247), 1, sym_comment, - [207278] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(5134), 1, + ACTIONS(8502), 2, + anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8802), 1, + ACTIONS(8504), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2428), 1, - aux_sym_pipe_element_repeat1, - STATE(5248), 1, - sym_comment, - [207294] = 5, + [208013] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(5134), 1, + STATE(5248), 1, + sym_comment, + ACTIONS(8560), 2, + anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(8802), 1, + ACTIONS(8562), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(2427), 1, - aux_sym_pipe_element_repeat1, + [208028] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(5249), 1, sym_comment, - [207310] = 4, + ACTIONS(8502), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208043] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9097), 1, - anon_sym_LF, + ACTIONS(9175), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5250), 1, sym_comment, - ACTIONS(9095), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [207324] = 4, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208060] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8643), 1, - anon_sym_SEMI, + ACTIONS(9177), 1, + anon_sym_DQUOTE, + STATE(5250), 1, + aux_sym__str_double_quotes_repeat1, STATE(5251), 1, sym_comment, - ACTIONS(8645), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207338] = 4, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208077] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9101), 1, - anon_sym_LF, + ACTIONS(9179), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5252), 1, sym_comment, - ACTIONS(9099), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [207352] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208094] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9103), 1, - anon_sym_DOT2, - ACTIONS(9105), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9107), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9181), 1, + anon_sym_DQUOTE, + STATE(5252), 1, + aux_sym__str_double_quotes_repeat1, STATE(5253), 1, sym_comment, - [207368] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208111] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8808), 1, - anon_sym_DOT2, - ACTIONS(8812), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8814), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9183), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5254), 1, sym_comment, - [207384] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208128] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9109), 1, - anon_sym_RBRACK, - ACTIONS(9111), 1, - sym_hex_digit, STATE(5255), 1, sym_comment, - STATE(5271), 1, - aux_sym_val_binary_repeat1, - [207400] = 3, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208143] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9185), 1, + anon_sym_RBRACK, + STATE(5236), 1, + aux_sym_val_table_repeat1, STATE(5256), 1, sym_comment, - ACTIONS(6508), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207412] = 3, - ACTIONS(3), 1, + STATE(5542), 1, + sym_val_list, + [208162] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9187), 1, + anon_sym_DQUOTE, STATE(5257), 1, sym_comment, - ACTIONS(6608), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207424] = 3, - ACTIONS(3), 1, + STATE(5260), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208179] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(5258), 1, sym_comment, - ACTIONS(6608), 3, + ACTIONS(8502), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207436] = 4, - ACTIONS(3), 1, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208194] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9113), 1, - anon_sym_DOT2, STATE(5259), 1, sym_comment, - ACTIONS(3012), 2, + ACTIONS(8502), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [207450] = 4, - ACTIONS(3), 1, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208209] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9115), 1, - anon_sym_DOT2, + ACTIONS(9189), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5260), 1, sym_comment, - ACTIONS(2981), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [207464] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208226] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8985), 1, - anon_sym_DOT2, - ACTIONS(8987), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8989), 1, - aux_sym__immediate_decimal_token3, STATE(5261), 1, sym_comment, - [207480] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8595), 1, + ACTIONS(8560), 2, anon_sym_SEMI, - STATE(5262), 1, - sym_comment, - ACTIONS(8597), 2, + anon_sym_PIPE, + ACTIONS(8562), 2, ts_builtin_sym_end, anon_sym_LF, - [207494] = 5, + [208241] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8645), 1, + anon_sym_LBRACK, + ACTIONS(9191), 1, + anon_sym_RBRACK, + STATE(4878), 1, + aux_sym_val_table_repeat1, + STATE(5262), 1, + sym_comment, + STATE(5542), 1, + sym_val_list, + [208260] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, - anon_sym_LF, - STATE(1620), 1, - sym__terminator, STATE(5263), 1, sym_comment, - [207510] = 5, - ACTIONS(3), 1, + ACTIONS(8502), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208275] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9117), 1, - anon_sym_DOT2, - ACTIONS(9119), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9121), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9193), 1, + anon_sym_DQUOTE, + STATE(5254), 1, + aux_sym__str_double_quotes_repeat1, STATE(5264), 1, sym_comment, - [207526] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208292] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9123), 1, - anon_sym_EQ, - ACTIONS(9125), 1, - anon_sym_COLON, STATE(5265), 1, sym_comment, - STATE(6040), 1, - sym_param_type, - [207542] = 3, - ACTIONS(3), 1, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208307] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(5266), 1, sym_comment, - ACTIONS(6632), 3, + ACTIONS(8502), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207554] = 5, - ACTIONS(3), 1, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208322] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(117), 1, - anon_sym_DOT2, - ACTIONS(9071), 1, - aux_sym__immediate_decimal_token2, STATE(5267), 1, sym_comment, - [207570] = 4, - ACTIONS(3), 1, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208337] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6137), 1, - anon_sym_DOT2, STATE(5268), 1, sym_comment, - ACTIONS(1339), 2, + ACTIONS(8502), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [207584] = 4, - ACTIONS(3), 1, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208352] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(6137), 1, - anon_sym_DOT2, STATE(5269), 1, sym_comment, - ACTIONS(6508), 2, + ACTIONS(8560), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - [207598] = 5, - ACTIONS(3), 1, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208367] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9127), 1, - anon_sym_DOT2, - ACTIONS(9129), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9131), 1, - aux_sym__immediate_decimal_token3, STATE(5270), 1, sym_comment, - [207614] = 5, - ACTIONS(3), 1, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208382] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9133), 1, - anon_sym_RBRACK, STATE(5271), 1, sym_comment, - STATE(5275), 1, - aux_sym_val_binary_repeat1, - [207630] = 5, + ACTIONS(8502), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208397] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9135), 1, - anon_sym_DOT2, - ACTIONS(9137), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9139), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(8663), 1, + anon_sym_LBRACK, + ACTIONS(8665), 1, + anon_sym_LPAREN, + STATE(4891), 1, + sym_parameter_bracks, + STATE(4897), 1, + sym_parameter_parens, STATE(5272), 1, sym_comment, - [207646] = 5, + [208416] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(109), 1, - anon_sym_DOT2, - ACTIONS(9085), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1468), 1, + sym_block, STATE(5273), 1, sym_comment, - [207662] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8647), 1, - anon_sym_LPAREN, - STATE(5274), 1, - sym_comment, - ACTIONS(8649), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [207676] = 4, + STATE(5538), 1, + sym_returns, + [208435] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9141), 1, - anon_sym_RBRACK, - ACTIONS(9143), 1, - sym_hex_digit, - STATE(5275), 2, + STATE(5274), 1, sym_comment, - aux_sym_val_binary_repeat1, - [207690] = 5, + ACTIONS(9195), 4, + sym_identifier, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [208448] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9017), 1, + ACTIONS(8657), 1, + anon_sym_LPAREN2, + ACTIONS(9197), 1, anon_sym_DOT2, - ACTIONS(9019), 1, + ACTIONS(9199), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9021), 1, + ACTIONS(9201), 1, aux_sym__immediate_decimal_token3, - STATE(5276), 1, + STATE(5275), 1, sym_comment, - [207706] = 5, + [208467] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8965), 1, - anon_sym_DOT2, - ACTIONS(8967), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8969), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(7991), 1, + anon_sym_LBRACE, + ACTIONS(8667), 1, + anon_sym_COLON, + STATE(1500), 1, + sym_block, + STATE(5276), 1, + sym_comment, + STATE(5536), 1, + sym_returns, + [208486] = 4, + ACTIONS(105), 1, + anon_sym_POUND, STATE(5277), 1, sym_comment, - [207722] = 5, + ACTIONS(8502), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208501] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2768), 1, - aux_sym_unquoted_token3, - ACTIONS(9146), 1, - anon_sym_DOT2, - ACTIONS(9148), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9203), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5278), 1, sym_comment, - [207738] = 5, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208518] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9150), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9205), 1, + sym__long_flag_identifier, STATE(5279), 1, sym_comment, - [207754] = 3, - ACTIONS(3), 1, + ACTIONS(2964), 3, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_LBRACE, + [208533] = 5, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9207), 1, + anon_sym_DQUOTE, + STATE(5278), 1, + aux_sym__str_double_quotes_repeat1, STATE(5280), 1, sym_comment, - ACTIONS(6628), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207766] = 3, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208550] = 4, + ACTIONS(105), 1, anon_sym_POUND, STATE(5281), 1, sym_comment, - ACTIONS(6590), 3, + ACTIONS(8560), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [207778] = 5, - ACTIONS(3), 1, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208565] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9152), 1, - anon_sym_DOT2, - ACTIONS(9154), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9156), 1, - aux_sym__immediate_decimal_token3, STATE(5282), 1, sym_comment, - [207794] = 5, - ACTIONS(3), 1, + ACTIONS(8502), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208580] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9158), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, STATE(5283), 1, sym_comment, - [207810] = 5, - ACTIONS(3), 1, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208595] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8933), 1, - anon_sym_DOT2, - ACTIONS(8935), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8937), 1, - aux_sym__immediate_decimal_token3, STATE(5284), 1, sym_comment, - [207826] = 5, - ACTIONS(3), 1, + ACTIONS(8560), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8562), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208610] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9160), 1, - anon_sym_DOT2, - ACTIONS(9162), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9164), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9209), 1, + anon_sym_DQUOTE, + STATE(5064), 1, + aux_sym__str_double_quotes_repeat1, STATE(5285), 1, sym_comment, - [207842] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208627] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9166), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9211), 1, + anon_sym_DQUOTE, + STATE(5285), 1, + aux_sym__str_double_quotes_repeat1, STATE(5286), 1, sym_comment, - [207858] = 5, - ACTIONS(3), 1, + ACTIONS(8641), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208644] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9125), 1, - anon_sym_COLON, - ACTIONS(9168), 1, - anon_sym_EQ, STATE(5287), 1, sym_comment, - STATE(5907), 1, - sym_param_type, - [207874] = 5, + ACTIONS(8502), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(8504), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208659] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(139), 1, - aux_sym_unquoted_token6, - ACTIONS(141), 1, - anon_sym_DOT2, - ACTIONS(9170), 1, - aux_sym__immediate_decimal_token2, STATE(5288), 1, sym_comment, - [207890] = 5, + ACTIONS(3053), 3, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + [208671] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9172), 1, + ACTIONS(9213), 1, anon_sym_DOT2, - ACTIONS(9174), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9176), 1, - aux_sym__immediate_decimal_token3, STATE(5289), 1, sym_comment, - [207906] = 4, - ACTIONS(105), 1, + ACTIONS(3111), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [208685] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8710), 1, - anon_sym_SEMI, + ACTIONS(9215), 1, + anon_sym_DOT2, + ACTIONS(9217), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9219), 1, + aux_sym__immediate_decimal_token3, STATE(5290), 1, sym_comment, - ACTIONS(8712), 2, - ts_builtin_sym_end, - anon_sym_LF, - [207920] = 5, + [208701] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9178), 1, + ACTIONS(9221), 1, anon_sym_RBRACK, + ACTIONS(9223), 1, + sym_hex_digit, STATE(5291), 1, sym_comment, - STATE(5390), 1, + STATE(5307), 1, aux_sym_val_binary_repeat1, - [207936] = 5, + [208717] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8921), 1, + ACTIONS(8984), 1, anon_sym_DOT2, - ACTIONS(8925), 1, + ACTIONS(8986), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8988), 1, aux_sym__immediate_decimal_token3, STATE(5292), 1, sym_comment, - [207952] = 5, + [208733] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9180), 1, - anon_sym_DOT2, - ACTIONS(9182), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9184), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(7538), 1, + anon_sym_EQ, + ACTIONS(9225), 1, + anon_sym_AT, + STATE(3984), 1, + sym_param_cmd, STATE(5293), 1, sym_comment, - [207968] = 5, - ACTIONS(105), 1, + [208749] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3179), 1, - anon_sym_SEMI, - ACTIONS(3181), 1, - anon_sym_LF, - STATE(1593), 1, - sym__terminator, + ACTIONS(9227), 1, + anon_sym_DOT2, + ACTIONS(9229), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9231), 1, + aux_sym__immediate_decimal_token3, STATE(5294), 1, sym_comment, - [207984] = 5, + [208765] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(145), 1, - aux_sym_unquoted_token6, - ACTIONS(9186), 1, + ACTIONS(9233), 1, anon_sym_DOT2, - ACTIONS(9189), 1, - aux_sym__immediate_decimal_token2, STATE(5295), 1, sym_comment, - [208000] = 5, - ACTIONS(105), 1, + ACTIONS(3131), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [208779] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2724), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9191), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9193), 1, - aux_sym__immediate_decimal_token2, STATE(5296), 1, sym_comment, - [208016] = 5, - ACTIONS(105), 1, + ACTIONS(6686), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [208791] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9195), 1, - anon_sym_DOT2, - ACTIONS(9197), 1, - aux_sym__immediate_decimal_token2, STATE(5297), 1, sym_comment, - [208032] = 5, + ACTIONS(6686), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [208803] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7893), 1, + ACTIONS(9235), 1, anon_sym_DOT2, - ACTIONS(7901), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8599), 1, + ACTIONS(9237), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9239), 1, + aux_sym__immediate_decimal_token3, STATE(5298), 1, sym_comment, - [208048] = 5, + [208819] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9199), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9241), 1, + anon_sym_DOT2, STATE(5299), 1, sym_comment, - [208064] = 4, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(8677), 1, - anon_sym_SEMI, - STATE(5300), 1, - sym_comment, - ACTIONS(8679), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208078] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9197), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9201), 1, - aux_sym__immediate_decimal_token1, - STATE(5301), 1, - sym_comment, - [208094] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5302), 1, - sym_comment, - ACTIONS(6624), 3, + ACTIONS(3125), 2, anon_sym_PIPE, - anon_sym_if, anon_sym_EQ_GT, - [208106] = 5, + [208833] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9203), 1, + ACTIONS(9243), 1, anon_sym_DOT2, - ACTIONS(9205), 1, + ACTIONS(9245), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9207), 1, + ACTIONS(9247), 1, aux_sym__immediate_decimal_token3, - STATE(5303), 1, + STATE(5300), 1, sym_comment, - [208122] = 4, - ACTIONS(105), 1, + [208849] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8999), 1, - anon_sym_SEMI, - STATE(5304), 1, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9249), 1, + anon_sym_RBRACK, + STATE(5301), 1, sym_comment, - ACTIONS(9001), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208136] = 5, + STATE(5357), 1, + aux_sym_val_binary_repeat1, + [208865] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8941), 1, + ACTIONS(9251), 1, anon_sym_DOT2, - ACTIONS(8945), 1, + ACTIONS(9253), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8947), 1, + ACTIONS(9255), 1, aux_sym__immediate_decimal_token3, - STATE(5305), 1, + STATE(5302), 1, sym_comment, - [208152] = 5, + [208881] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(9085), 1, + ACTIONS(109), 1, + anon_sym_COLON, + ACTIONS(1183), 1, aux_sym__immediate_decimal_token2, - ACTIONS(9209), 1, + ACTIONS(9257), 1, anon_sym_DOT2, - STATE(5306), 1, + STATE(5303), 1, sym_comment, - [208168] = 5, + [208897] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8192), 1, + ACTIONS(9215), 1, anon_sym_DOT2, - ACTIONS(8198), 1, + ACTIONS(9219), 1, aux_sym__immediate_decimal_token3, - ACTIONS(9212), 1, + ACTIONS(9259), 1, aux_sym__immediate_decimal_token1, - STATE(5307), 1, + STATE(5304), 1, + sym_comment, + [208913] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8825), 1, + anon_sym_SEMI, + STATE(5305), 1, sym_comment, - [208184] = 5, + ACTIONS(8827), 2, + ts_builtin_sym_end, + anon_sym_LF, + [208927] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7946), 1, + ACTIONS(9215), 1, anon_sym_DOT2, - ACTIONS(7954), 1, + ACTIONS(9219), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8905), 1, + ACTIONS(9261), 1, aux_sym__immediate_decimal_token1, - STATE(5308), 1, + STATE(5306), 1, sym_comment, - [208200] = 4, + [208943] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8848), 1, - aux_sym__immediate_decimal_token2, - STATE(5309), 1, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9263), 1, + anon_sym_RBRACK, + STATE(5307), 1, sym_comment, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [208214] = 4, + STATE(5357), 1, + aux_sym_val_binary_repeat1, + [208959] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1378), 1, + sym_block, + STATE(5308), 1, + sym_comment, + [208975] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3460), 1, + ACTIONS(8849), 1, anon_sym_SEMI, - STATE(5310), 1, + STATE(5309), 1, sym_comment, - ACTIONS(3751), 2, + ACTIONS(8851), 2, ts_builtin_sym_end, anon_sym_LF, - [208228] = 5, + [208989] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9214), 1, - anon_sym_RBRACK, - STATE(5279), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9098), 1, + anon_sym_DOT2, + ACTIONS(9100), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9102), 1, + aux_sym__immediate_decimal_token3, + STATE(5310), 1, + sym_comment, + [209005] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9235), 1, + anon_sym_DOT2, + ACTIONS(9239), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9265), 1, + aux_sym__immediate_decimal_token1, STATE(5311), 1, sym_comment, - [208244] = 4, + [209021] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3470), 1, + ACTIONS(3254), 1, anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1633), 1, + sym__terminator, STATE(5312), 1, sym_comment, - ACTIONS(3749), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208258] = 4, - ACTIONS(105), 1, + [209037] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9216), 1, - anon_sym_LF, + ACTIONS(8520), 1, + anon_sym_PIPE, + ACTIONS(9267), 1, + anon_sym_EQ_GT, STATE(5313), 1, sym_comment, - ACTIONS(3743), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [208272] = 5, + STATE(5415), 1, + aux_sym_match_pattern_repeat1, + [209053] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9218), 1, - anon_sym_RBRACK, - STATE(5283), 1, - aux_sym_val_binary_repeat1, STATE(5314), 1, sym_comment, - [208288] = 4, - ACTIONS(105), 1, + ACTIONS(6186), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [209065] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9222), 1, - anon_sym_LF, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9269), 1, + anon_sym_RBRACK, + STATE(5301), 1, + aux_sym_val_binary_repeat1, STATE(5315), 1, sym_comment, - ACTIONS(9220), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [208302] = 4, - ACTIONS(105), 1, + [209081] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8688), 1, - anon_sym_SEMI, + ACTIONS(9076), 1, + anon_sym_DOT2, + ACTIONS(9078), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9080), 1, + aux_sym__immediate_decimal_token3, STATE(5316), 1, sym_comment, - ACTIONS(8690), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208316] = 4, - ACTIONS(105), 1, + [209097] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9226), 1, - anon_sym_LF, + ACTIONS(9271), 1, + anon_sym_DOT2, + ACTIONS(9273), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9275), 1, + aux_sym__immediate_decimal_token3, STATE(5317), 1, sym_comment, - ACTIONS(9224), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [208330] = 5, + [209113] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, + ACTIONS(9223), 1, sym_hex_digit, - ACTIONS(9228), 1, + ACTIONS(9277), 1, anon_sym_RBRACK, STATE(5318), 1, sym_comment, - STATE(5334), 1, + STATE(5323), 1, aux_sym_val_binary_repeat1, - [208346] = 5, - ACTIONS(105), 1, + [209129] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9230), 1, - anon_sym_SEMI, - ACTIONS(9232), 1, - anon_sym_LF, - ACTIONS(9234), 1, - anon_sym_RPAREN, + ACTIONS(8831), 1, + anon_sym_DOT2, + ACTIONS(8833), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8835), 1, + aux_sym__immediate_decimal_token3, STATE(5319), 1, sym_comment, - [208362] = 5, + [209145] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9236), 1, + ACTIONS(9279), 1, anon_sym_DOT2, - ACTIONS(9238), 1, + ACTIONS(9281), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9240), 1, + ACTIONS(9283), 1, aux_sym__immediate_decimal_token3, STATE(5320), 1, sym_comment, - [208378] = 5, + [209161] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9242), 1, - anon_sym_DOT2, - ACTIONS(9244), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9246), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9285), 1, + anon_sym_EQ, + ACTIONS(9287), 1, + anon_sym_COLON, STATE(5321), 1, sym_comment, - [208394] = 5, + STATE(6097), 1, + sym_param_type, + [209177] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8889), 1, + ACTIONS(8865), 1, anon_sym_DOT2, - ACTIONS(8891), 1, + ACTIONS(8867), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8893), 1, + ACTIONS(8869), 1, aux_sym__immediate_decimal_token3, STATE(5322), 1, sym_comment, - [208410] = 4, + [209193] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9248), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9289), 1, + anon_sym_RBRACK, STATE(5323), 1, sym_comment, - ACTIONS(2935), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [208424] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7242), 1, - anon_sym_EQ, - ACTIONS(9250), 1, - anon_sym_AT, - STATE(3963), 1, - sym_param_cmd, - STATE(5324), 1, - sym_comment, - [208440] = 4, + STATE(5357), 1, + aux_sym_val_binary_repeat1, + [209209] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9254), 1, + ACTIONS(9293), 1, anon_sym_LF, - STATE(5325), 1, + STATE(5324), 1, sym_comment, - ACTIONS(9252), 2, + ACTIONS(9291), 2, anon_sym_SEMI, anon_sym_RPAREN, - [208454] = 5, + [209223] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9256), 1, + ACTIONS(9044), 1, anon_sym_DOT2, - ACTIONS(9258), 1, + ACTIONS(9046), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9260), 1, + ACTIONS(9048), 1, aux_sym__immediate_decimal_token3, - STATE(5326), 1, + STATE(5325), 1, sym_comment, - [208470] = 5, + [209239] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8875), 1, + ACTIONS(9295), 1, anon_sym_DOT2, - ACTIONS(8879), 1, + ACTIONS(9297), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8881), 1, + ACTIONS(9299), 1, aux_sym__immediate_decimal_token3, - STATE(5327), 1, + STATE(5326), 1, sym_comment, - [208486] = 5, + [209255] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7860), 1, - anon_sym_DOT2, - ACTIONS(7868), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9057), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9287), 1, + anon_sym_COLON, + ACTIONS(9301), 1, + anon_sym_EQ, + STATE(5327), 1, + sym_comment, + STATE(5955), 1, + sym_param_type, + [209271] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(9305), 1, + anon_sym_LF, STATE(5328), 1, sym_comment, - [208502] = 5, - ACTIONS(3), 1, + ACTIONS(9303), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [209285] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9262), 1, - anon_sym_RBRACK, - STATE(5299), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9309), 1, + anon_sym_LF, STATE(5329), 1, sym_comment, - [208518] = 5, - ACTIONS(3), 1, + ACTIONS(9307), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [209299] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9264), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(8883), 1, + anon_sym_SEMI, STATE(5330), 1, sym_comment, - [208534] = 5, - ACTIONS(3), 1, + ACTIONS(8885), 2, + ts_builtin_sym_end, + anon_sym_LF, + [209313] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9266), 1, - anon_sym_DOT2, - ACTIONS(9268), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9270), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(3798), 1, + anon_sym_RPAREN, + ACTIONS(9311), 1, + anon_sym_SEMI, + ACTIONS(9313), 1, + anon_sym_LF, STATE(5331), 1, sym_comment, - [208550] = 5, + [209329] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9127), 1, + ACTIONS(8968), 1, anon_sym_DOT2, - ACTIONS(9131), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9272), 1, + ACTIONS(8970), 1, aux_sym__immediate_decimal_token1, + ACTIONS(8972), 1, + aux_sym__immediate_decimal_token3, STATE(5332), 1, sym_comment, - [208566] = 5, - ACTIONS(3), 1, + [209345] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9117), 1, - anon_sym_DOT2, - ACTIONS(9121), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9274), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8761), 1, + anon_sym_LF, + STATE(2545), 1, + aux_sym_pipe_element_repeat1, STATE(5333), 1, sym_comment, - [208582] = 5, - ACTIONS(3), 1, + [209361] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9276), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9317), 1, + anon_sym_LF, STATE(5334), 1, sym_comment, - [208598] = 5, - ACTIONS(3), 1, + ACTIONS(9315), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [209375] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8633), 1, - anon_sym_DOT2, - ACTIONS(8637), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8639), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8761), 1, + anon_sym_LF, + STATE(2534), 1, + aux_sym_pipe_element_repeat1, STATE(5335), 1, sym_comment, - [208614] = 5, - ACTIONS(3), 1, + [209391] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8402), 1, - anon_sym_DOT2, - ACTIONS(8408), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9278), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8953), 1, + anon_sym_SEMI, STATE(5336), 1, sym_comment, - [208630] = 5, - ACTIONS(3), 1, + ACTIONS(8955), 2, + ts_builtin_sym_end, + anon_sym_LF, + [209405] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9280), 1, - anon_sym_RBRACK, + ACTIONS(2806), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9319), 1, + anon_sym_DOT2, + ACTIONS(9321), 1, + aux_sym__immediate_decimal_token2, STATE(5337), 1, sym_comment, - STATE(5389), 1, - aux_sym_val_binary_repeat1, - [208646] = 5, + [209421] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9282), 1, + ACTIONS(9032), 1, anon_sym_DOT2, - ACTIONS(9284), 1, + ACTIONS(9034), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9286), 1, + ACTIONS(9036), 1, aux_sym__immediate_decimal_token3, STATE(5338), 1, sym_comment, - [208662] = 5, + [209437] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8559), 1, - anon_sym_DOT2, - ACTIONS(8563), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8565), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9287), 1, + anon_sym_COLON, + ACTIONS(9323), 1, + anon_sym_EQ, STATE(5339), 1, sym_comment, - [208678] = 5, - ACTIONS(105), 1, + STATE(5722), 1, + sym_param_type, + [209453] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2768), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9288), 1, + ACTIONS(9325), 1, anon_sym_DOT2, - ACTIONS(9290), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9327), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9329), 1, + aux_sym__immediate_decimal_token3, STATE(5340), 1, sym_comment, - [208694] = 5, + [209469] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9292), 1, - anon_sym_RBRACK, + ACTIONS(9331), 1, + anon_sym_DOT2, + ACTIONS(9333), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9335), 1, + aux_sym__immediate_decimal_token3, STATE(5341), 1, sym_comment, - STATE(5356), 1, - aux_sym_val_binary_repeat1, - [208710] = 4, - ACTIONS(105), 1, + [209485] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8917), 1, - anon_sym_SEMI, + ACTIONS(9060), 1, + anon_sym_DOT2, + ACTIONS(9064), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9066), 1, + aux_sym__immediate_decimal_token3, STATE(5342), 1, sym_comment, - ACTIONS(8919), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208724] = 5, - ACTIONS(3), 1, + [209501] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9125), 1, - anon_sym_COLON, - ACTIONS(9294), 1, - anon_sym_EQ, + ACTIONS(2904), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9337), 1, + anon_sym_DOT2, + ACTIONS(9339), 1, + aux_sym__immediate_decimal_token2, STATE(5343), 1, sym_comment, - STATE(5969), 1, - sym_param_type, - [208740] = 5, - ACTIONS(3), 1, + [209517] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9152), 1, - anon_sym_DOT2, - ACTIONS(9156), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9296), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8697), 1, + anon_sym_SEMI, STATE(5344), 1, sym_comment, - [208756] = 4, + ACTIONS(8699), 2, + ts_builtin_sym_end, + anon_sym_LF, + [209531] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8911), 1, + ACTIONS(8949), 1, anon_sym_SEMI, STATE(5345), 1, sym_comment, - ACTIONS(8913), 2, + ACTIONS(8951), 2, ts_builtin_sym_end, anon_sym_LF, - [208770] = 4, + [209545] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8854), 1, - anon_sym_SEMI, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8761), 1, + anon_sym_LF, + STATE(2501), 1, + aux_sym_pipe_element_repeat1, STATE(5346), 1, sym_comment, - ACTIONS(8856), 2, - ts_builtin_sym_end, - anon_sym_LF, - [208784] = 5, - ACTIONS(3), 1, + [209561] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(8840), 1, - anon_sym_DOT2, - ACTIONS(8842), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8844), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9343), 1, + anon_sym_LF, STATE(5347), 1, sym_comment, - [208800] = 5, + ACTIONS(9341), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [209575] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9051), 1, - anon_sym_DOT2, - ACTIONS(9053), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9055), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9345), 1, + anon_sym_RBRACK, STATE(5348), 1, sym_comment, - [208816] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9298), 1, - anon_sym_PIPE, - ACTIONS(9301), 1, - anon_sym_EQ_GT, - STATE(5349), 2, - sym_comment, - aux_sym_match_pattern_repeat1, - [208830] = 4, + STATE(5357), 1, + aux_sym_val_binary_repeat1, + [209591] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9303), 1, + ACTIONS(9347), 1, anon_sym_DOT2, - STATE(5350), 1, + ACTIONS(9349), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9351), 1, + aux_sym__immediate_decimal_token3, + STATE(5349), 1, sym_comment, - ACTIONS(2981), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [208844] = 5, + [209607] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9305), 1, + ACTIONS(9353), 1, anon_sym_DOT2, - ACTIONS(9307), 1, + ACTIONS(9355), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9309), 1, + ACTIONS(9357), 1, aux_sym__immediate_decimal_token3, + STATE(5350), 1, + sym_comment, + [209623] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8939), 1, + anon_sym_SEMI, STATE(5351), 1, sym_comment, - [208860] = 5, - ACTIONS(3), 1, + ACTIONS(8941), 2, + ts_builtin_sym_end, + anon_sym_LF, + [209637] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9127), 1, - anon_sym_DOT2, - ACTIONS(9131), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9311), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(3254), 1, + anon_sym_SEMI, + ACTIONS(3256), 1, + anon_sym_LF, + STATE(1632), 1, + sym__terminator, STATE(5352), 1, sym_comment, - [208876] = 4, - ACTIONS(105), 1, + [209653] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9313), 1, - anon_sym_LPAREN, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1364), 1, + sym_block, STATE(5353), 1, sym_comment, - ACTIONS(9315), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [208890] = 4, + [209669] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9317), 1, - anon_sym_DOT2, + ACTIONS(9287), 1, + anon_sym_COLON, + ACTIONS(9359), 1, + anon_sym_EQ, STATE(5354), 1, sym_comment, - ACTIONS(3012), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [208904] = 4, + STATE(6092), 1, + sym_param_type, + [209685] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9361), 1, + anon_sym_RBRACK, + STATE(5355), 1, + sym_comment, + STATE(5371), 1, + aux_sym_val_binary_repeat1, + [209701] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9319), 1, + ACTIONS(8709), 1, anon_sym_LPAREN, - STATE(5355), 1, + STATE(5356), 1, sym_comment, - ACTIONS(9321), 2, + ACTIONS(8711), 2, sym_unescaped_interpolated_content, anon_sym_SQUOTE, - [208918] = 5, + [209715] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9323), 1, + ACTIONS(9363), 1, anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, - STATE(5356), 1, + ACTIONS(9365), 1, + sym_hex_digit, + STATE(5357), 2, sym_comment, - [208934] = 4, + aux_sym_val_binary_repeat1, + [209729] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9325), 1, - anon_sym_DQUOTE, - STATE(5357), 1, - sym_comment, - ACTIONS(9327), 2, - sym__escaped_str_content, - sym_escape_sequence, - [208948] = 3, - ACTIONS(3), 1, - anon_sym_POUND, + ACTIONS(9370), 1, + anon_sym_LF, STATE(5358), 1, sym_comment, - ACTIONS(2995), 3, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - [208960] = 5, + ACTIONS(9368), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [209743] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8830), 1, + ACTIONS(8943), 1, anon_sym_DOT2, - ACTIONS(8832), 1, + ACTIONS(8945), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8834), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, STATE(5359), 1, sym_comment, - [208976] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9329), 1, - anon_sym_DOT2, - STATE(5360), 1, - sym_comment, - ACTIONS(3056), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [208990] = 5, + [209759] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, + ACTIONS(9223), 1, sym_hex_digit, - ACTIONS(9331), 1, + ACTIONS(9372), 1, anon_sym_RBRACK, - STATE(5330), 1, + STATE(5348), 1, aux_sym_val_binary_repeat1, + STATE(5360), 1, + sym_comment, + [209775] = 5, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2782), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9374), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9376), 1, + aux_sym__immediate_decimal_token2, STATE(5361), 1, sym_comment, - [209006] = 4, + [209791] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9333), 1, + ACTIONS(9378), 1, anon_sym_DOT2, + ACTIONS(9380), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9382), 1, + aux_sym__immediate_decimal_token3, STATE(5362), 1, sym_comment, - ACTIONS(3050), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [209020] = 4, + [209807] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9335), 1, - anon_sym_DOT2, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9384), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5363), 1, sym_comment, - ACTIONS(2975), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [209034] = 5, + [209823] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9125), 1, - anon_sym_COLON, - ACTIONS(9337), 1, - anon_sym_EQ, + ACTIONS(8328), 1, + anon_sym_DOT2, + ACTIONS(8334), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9386), 1, + aux_sym__immediate_decimal_token1, STATE(5364), 1, sym_comment, - STATE(5622), 1, - sym_param_type, - [209050] = 4, + [209839] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9339), 1, + ACTIONS(9388), 1, anon_sym_DOT2, + ACTIONS(9390), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9392), 1, + aux_sym__immediate_decimal_token3, STATE(5365), 1, sym_comment, - ACTIONS(3027), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [209064] = 5, + [209855] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9180), 1, + ACTIONS(9394), 1, anon_sym_DOT2, - ACTIONS(9184), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9341), 1, - aux_sym__immediate_decimal_token1, STATE(5366), 1, sym_comment, - [209080] = 5, + ACTIONS(3099), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [209869] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8816), 1, - anon_sym_DOT2, - ACTIONS(8820), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8822), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9396), 1, + aux_sym__immediate_decimal_token2, STATE(5367), 1, sym_comment, - [209096] = 5, + ACTIONS(2876), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [209883] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9005), 1, + ACTIONS(8897), 1, anon_sym_DOT2, - ACTIONS(9007), 1, + ACTIONS(8899), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9009), 1, + ACTIONS(8901), 1, aux_sym__immediate_decimal_token3, STATE(5368), 1, sym_comment, - [209112] = 5, - ACTIONS(105), 1, + [209899] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8802), 1, - anon_sym_LF, - STATE(2460), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(9398), 1, + anon_sym_DOT2, STATE(5369), 1, sym_comment, - [209128] = 5, - ACTIONS(105), 1, + ACTIONS(3105), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [209913] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8802), 1, - anon_sym_LF, - STATE(2462), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(9279), 1, + anon_sym_DOT2, + ACTIONS(9283), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9400), 1, + aux_sym__immediate_decimal_token1, STATE(5370), 1, sym_comment, - [209144] = 5, + [209929] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9343), 1, - anon_sym_DOT2, - ACTIONS(9345), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9347), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9402), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5371), 1, sym_comment, - [209160] = 5, + [209945] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8788), 1, + ACTIONS(9404), 1, anon_sym_DOT2, - ACTIONS(8790), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8792), 1, - aux_sym__immediate_decimal_token3, STATE(5372), 1, sym_comment, - [209176] = 5, + ACTIONS(3111), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [209959] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8704), 1, + ACTIONS(9406), 1, anon_sym_DOT2, - ACTIONS(8706), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8708), 1, - aux_sym__immediate_decimal_token3, STATE(5373), 1, sym_comment, - [209192] = 5, - ACTIONS(105), 1, + ACTIONS(3117), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [209973] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(8802), 1, - anon_sym_LF, - STATE(2472), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(9408), 1, + anon_sym_DOT2, + ACTIONS(9410), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9412), 1, + aux_sym__immediate_decimal_token3, STATE(5374), 1, sym_comment, - [209208] = 4, + [209989] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9351), 1, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8761), 1, anon_sym_LF, + STATE(2507), 1, + aux_sym_pipe_element_repeat1, STATE(5375), 1, sym_comment, - ACTIONS(9349), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [209222] = 4, - ACTIONS(105), 1, + [210005] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9353), 1, - anon_sym_LF, + ACTIONS(129), 1, + anon_sym_COLON, + ACTIONS(1244), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9414), 1, + anon_sym_DOT2, STATE(5376), 1, sym_comment, - ACTIONS(3733), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [209236] = 5, + [210021] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9117), 1, + ACTIONS(9416), 1, anon_sym_DOT2, - ACTIONS(9121), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9355), 1, + ACTIONS(9418), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9420), 1, + aux_sym__immediate_decimal_token3, STATE(5377), 1, sym_comment, - [209252] = 4, + [210037] = 5, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(3430), 1, - anon_sym_SEMI, + ACTIONS(2806), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9321), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9422), 1, + aux_sym__immediate_decimal_token1, STATE(5378), 1, sym_comment, - ACTIONS(3432), 2, - ts_builtin_sym_end, - anon_sym_LF, - [209266] = 5, + [210053] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9357), 1, - anon_sym_RBRACK, + ACTIONS(9424), 1, + anon_sym_DOT2, STATE(5379), 1, sym_comment, - STATE(5395), 1, - aux_sym_val_binary_repeat1, - [209282] = 5, - ACTIONS(105), 1, + ACTIONS(3125), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [210067] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2724), 1, - aux_sym_unquoted_token3, - ACTIONS(9359), 1, + ACTIONS(8871), 1, + anon_sym_DOT2, + ACTIONS(8873), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9361), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8875), 1, + aux_sym__immediate_decimal_token3, STATE(5380), 1, sym_comment, - [209298] = 5, - ACTIONS(105), 1, + [210083] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym_unquoted_token3, - ACTIONS(9363), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9365), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9426), 1, + anon_sym_DOT2, STATE(5381), 1, sym_comment, - [209314] = 5, + ACTIONS(3131), 2, + anon_sym_DASH, + anon_sym_LBRACE, + [210097] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9367), 1, - anon_sym_DOT2, - ACTIONS(9369), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9371), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9428), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5382), 1, sym_comment, - [209330] = 4, + [210113] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8862), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9430), 1, + anon_sym_DOT2, + ACTIONS(9432), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9434), 1, + aux_sym__immediate_decimal_token3, STATE(5383), 1, sym_comment, - ACTIONS(2726), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [209344] = 4, + [210129] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9373), 1, + ACTIONS(9436), 1, anon_sym_DOT2, + ACTIONS(9438), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9440), 1, + aux_sym__immediate_decimal_token3, STATE(5384), 1, sym_comment, - ACTIONS(3027), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [209358] = 5, - ACTIONS(3), 1, + [210145] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9375), 1, - anon_sym_DOT2, - ACTIONS(9377), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9379), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(5271), 1, + anon_sym_PIPE, + ACTIONS(8761), 1, + anon_sym_LF, + STATE(2482), 1, + aux_sym_pipe_element_repeat1, STATE(5385), 1, sym_comment, - [209374] = 5, + [210161] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8764), 1, - anon_sym_DOT2, - ACTIONS(8766), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8768), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9442), 1, + anon_sym_RBRACK, + STATE(5382), 1, + aux_sym_val_binary_repeat1, STATE(5386), 1, sym_comment, - [209390] = 5, - ACTIONS(3), 1, + [210177] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9125), 1, - anon_sym_COLON, - ACTIONS(9381), 1, - anon_sym_EQ, + ACTIONS(9444), 1, + anon_sym_SEMI, + ACTIONS(9446), 1, + anon_sym_LF, + ACTIONS(9448), 1, + anon_sym_RPAREN, STATE(5387), 1, sym_comment, - STATE(5845), 1, - sym_param_type, - [209406] = 5, + [210193] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9383), 1, - anon_sym_DOT2, - ACTIONS(9385), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9387), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9114), 1, + aux_sym__immediate_decimal_token2, STATE(5388), 1, sym_comment, - [209422] = 5, + ACTIONS(2808), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [210207] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9389), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, STATE(5389), 1, sym_comment, - [209438] = 5, + ACTIONS(1365), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [210219] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9391), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(6299), 1, + anon_sym_DOT2, STATE(5390), 1, sym_comment, - [209454] = 4, + ACTIONS(6630), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [210233] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9395), 1, + ACTIONS(9450), 1, anon_sym_LF, STATE(5391), 1, sym_comment, - ACTIONS(9393), 2, + ACTIONS(3826), 2, anon_sym_SEMI, anon_sym_RPAREN, - [209468] = 4, + [210247] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9397), 1, - anon_sym_COMMA, + ACTIONS(6299), 1, + anon_sym_DOT2, STATE(5392), 1, sym_comment, - ACTIONS(9399), 2, - anon_sym_RBRACK, - sym_hex_digit, - [209482] = 4, + ACTIONS(1365), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [210261] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9403), 1, - anon_sym_LF, + ACTIONS(9452), 1, + anon_sym_LPAREN, STATE(5393), 1, sym_comment, - ACTIONS(9401), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [209496] = 5, + ACTIONS(9454), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [210275] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9236), 1, - anon_sym_DOT2, - ACTIONS(9240), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9405), 1, - aux_sym__immediate_decimal_token1, STATE(5394), 1, sym_comment, - [209512] = 5, - ACTIONS(3), 1, + ACTIONS(6630), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [210287] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9407), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9456), 1, + anon_sym_LPAREN, STATE(5395), 1, sym_comment, - [209528] = 5, + ACTIONS(9458), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [210301] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9375), 1, + ACTIONS(8719), 1, anon_sym_DOT2, - ACTIONS(9379), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9409), 1, + ACTIONS(8723), 1, aux_sym__immediate_decimal_token1, + ACTIONS(8725), 1, + aux_sym__immediate_decimal_token3, STATE(5396), 1, sym_comment, - [209544] = 5, - ACTIONS(3), 1, + [210317] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9411), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, + ACTIONS(9460), 1, + anon_sym_DQUOTE, STATE(5397), 1, sym_comment, - [209560] = 5, + ACTIONS(9462), 2, + sym__escaped_str_content, + sym_escape_sequence, + [210331] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9413), 1, - anon_sym_DOT2, - ACTIONS(9415), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9417), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9464), 1, + anon_sym_RBRACK, STATE(5398), 1, sym_comment, - [209576] = 5, + STATE(5405), 1, + aux_sym_val_binary_repeat1, + [210347] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, - sym_hex_digit, - ACTIONS(9419), 1, - anon_sym_RBRACK, - STATE(5275), 1, - aux_sym_val_binary_repeat1, STATE(5399), 1, sym_comment, - [209592] = 5, + ACTIONS(6706), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [210359] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9343), 1, + ACTIONS(8737), 1, anon_sym_DOT2, - ACTIONS(9347), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9421), 1, + ACTIONS(8741), 1, aux_sym__immediate_decimal_token1, + ACTIONS(8743), 1, + aux_sym__immediate_decimal_token3, STATE(5400), 1, sym_comment, - [209608] = 4, + [210375] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9425), 1, + ACTIONS(9466), 1, anon_sym_LF, STATE(5401), 1, sym_comment, - ACTIONS(9423), 2, + ACTIONS(3816), 2, anon_sym_SEMI, anon_sym_RPAREN, - [209622] = 4, + [210389] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9427), 1, + ACTIONS(9331), 1, anon_sym_DOT2, + ACTIONS(9335), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9468), 1, + aux_sym__immediate_decimal_token1, STATE(5402), 1, sym_comment, - ACTIONS(2975), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [209636] = 5, - ACTIONS(3), 1, + [210405] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9282), 1, - anon_sym_DOT2, - ACTIONS(9286), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9429), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(3471), 1, + anon_sym_SEMI, STATE(5403), 1, sym_comment, - [209652] = 5, + ACTIONS(3802), 2, + ts_builtin_sym_end, + anon_sym_LF, + [210419] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9431), 1, - anon_sym_DOT2, - ACTIONS(9433), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9435), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(9470), 1, + anon_sym_COMMA, STATE(5404), 1, sym_comment, - [209668] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1373), 1, - sym_block, - STATE(5405), 1, - sym_comment, - [209684] = 5, + ACTIONS(9472), 2, + anon_sym_RBRACK, + sym_hex_digit, + [210433] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, + ACTIONS(9223), 1, sym_hex_digit, - ACTIONS(9437), 1, + ACTIONS(9474), 1, anon_sym_RBRACK, - STATE(5286), 1, + STATE(5357), 1, aux_sym_val_binary_repeat1, - STATE(5406), 1, - sym_comment, - [209700] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8353), 1, - anon_sym_PIPE, - ACTIONS(9439), 1, - anon_sym_EQ_GT, - STATE(5349), 1, - aux_sym_match_pattern_repeat1, - STATE(5407), 1, + STATE(5405), 1, sym_comment, - [209716] = 4, + [210449] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9441), 1, + ACTIONS(9131), 1, anon_sym_DOT2, - STATE(5408), 1, + ACTIONS(9133), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9135), 1, + aux_sym__immediate_decimal_token3, + STATE(5406), 1, sym_comment, - ACTIONS(3050), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [209730] = 4, + [210465] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9443), 1, + ACTIONS(148), 1, + aux_sym_unquoted_token6, + ACTIONS(150), 1, anon_sym_DOT2, - STATE(5409), 1, + ACTIONS(9476), 1, + aux_sym__immediate_decimal_token2, + STATE(5407), 1, sym_comment, - ACTIONS(3056), 2, - anon_sym_DASH, - anon_sym_LBRACE, - [209744] = 3, - ACTIONS(3), 1, + [210481] = 4, + ACTIONS(105), 1, anon_sym_POUND, - STATE(5410), 1, + ACTIONS(3461), 1, + anon_sym_SEMI, + STATE(5408), 1, sym_comment, - ACTIONS(1339), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [209756] = 5, + ACTIONS(3800), 2, + ts_builtin_sym_end, + anon_sym_LF, + [210495] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, + ACTIONS(9223), 1, sym_hex_digit, - ACTIONS(9445), 1, + ACTIONS(9478), 1, anon_sym_RBRACK, - STATE(5399), 1, + STATE(5363), 1, aux_sym_val_binary_repeat1, - STATE(5411), 1, - sym_comment, - [209772] = 5, - ACTIONS(105), 1, - anon_sym_POUND, - ACTIONS(3763), 1, - anon_sym_RPAREN, - ACTIONS(9447), 1, - anon_sym_SEMI, - ACTIONS(9449), 1, - anon_sym_LF, - STATE(5412), 1, + STATE(5409), 1, sym_comment, - [209788] = 5, + [210511] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7946), 1, + ACTIONS(7949), 1, anon_sym_DOT2, - ACTIONS(7954), 1, + ACTIONS(7957), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8631), 1, + ACTIONS(8913), 1, aux_sym__immediate_decimal_token1, - STATE(5413), 1, + STATE(5410), 1, sym_comment, - [209804] = 5, + [210527] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1360), 1, - sym_block, - STATE(5414), 1, + ACTIONS(9104), 1, + anon_sym_DOT2, + ACTIONS(9106), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9108), 1, + aux_sym__immediate_decimal_token3, + STATE(5411), 1, sym_comment, - [209820] = 5, + [210543] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym_unquoted_token3, - ACTIONS(9365), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9451), 1, + ACTIONS(9482), 1, + anon_sym_LF, + STATE(5412), 1, + sym_comment, + ACTIONS(9480), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [210557] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8789), 1, anon_sym_DOT2, - STATE(5415), 1, + ACTIONS(8793), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8795), 1, + aux_sym__immediate_decimal_token3, + STATE(5413), 1, sym_comment, - [209836] = 5, + [210573] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9073), 1, + ACTIONS(9408), 1, anon_sym_DOT2, - ACTIONS(9075), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9077), 1, + ACTIONS(9412), 1, aux_sym__immediate_decimal_token3, + ACTIONS(9484), 1, + aux_sym__immediate_decimal_token1, + STATE(5414), 1, + sym_comment, + [210589] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9486), 1, + anon_sym_PIPE, + ACTIONS(9489), 1, + anon_sym_EQ_GT, + STATE(5415), 2, + sym_comment, + aux_sym_match_pattern_repeat1, + [210603] = 4, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(8701), 1, + anon_sym_SEMI, STATE(5416), 1, sym_comment, - [209852] = 5, + ACTIONS(8703), 2, + ts_builtin_sym_end, + anon_sym_LF, + [210617] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(147), 1, - anon_sym_COLON, - ACTIONS(1228), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9453), 1, - anon_sym_DOT2, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9491), 1, + anon_sym_RBRACK, STATE(5417), 1, sym_comment, - [209868] = 5, + STATE(5433), 1, + aux_sym_val_binary_repeat1, + [210633] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9111), 1, + ACTIONS(9223), 1, sym_hex_digit, - ACTIONS(9455), 1, + ACTIONS(9493), 1, anon_sym_RBRACK, - STATE(5397), 1, - aux_sym_val_binary_repeat1, STATE(5418), 1, sym_comment, - [209884] = 5, + STATE(5463), 1, + aux_sym_val_binary_repeat1, + [210649] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9282), 1, - anon_sym_DOT2, - ACTIONS(9286), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(9457), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9495), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5419), 1, sym_comment, - [209900] = 5, + [210665] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(109), 1, - anon_sym_COLON, - ACTIONS(1159), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(9459), 1, + ACTIONS(9331), 1, anon_sym_DOT2, + ACTIONS(9335), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9497), 1, + aux_sym__immediate_decimal_token1, STATE(5420), 1, sym_comment, - [209916] = 5, - ACTIONS(3), 1, + [210681] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(9461), 1, - anon_sym_LBRACE, - STATE(4271), 1, - sym_block, + ACTIONS(2904), 1, + aux_sym_unquoted_token3, + ACTIONS(9499), 1, + anon_sym_DOT2, + ACTIONS(9501), 1, + aux_sym__immediate_decimal_token2, STATE(5421), 1, sym_comment, - [209932] = 3, - ACTIONS(3), 1, + [210697] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(3655), 1, + anon_sym_SEMI, STATE(5422), 1, sym_comment, - ACTIONS(6074), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [209944] = 4, + ACTIONS(3657), 2, + ts_builtin_sym_end, + anon_sym_LF, + [210711] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1406), 1, - sym_block, + ACTIONS(9503), 1, + anon_sym_DOT2, + ACTIONS(9505), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9507), 1, + aux_sym__immediate_decimal_token3, STATE(5423), 1, sym_comment, - [209957] = 4, + [210727] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1534), 1, - sym_block, + ACTIONS(9295), 1, + anon_sym_DOT2, + ACTIONS(9299), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9509), 1, + aux_sym__immediate_decimal_token1, STATE(5424), 1, sym_comment, - [209970] = 4, + [210743] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9463), 1, - anon_sym_DOT2, - ACTIONS(9465), 1, - aux_sym_unquoted_token6, STATE(5425), 1, sym_comment, - [209983] = 4, + ACTIONS(6722), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [210755] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, - ACTIONS(9467), 1, - anon_sym_make, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9511), 1, + anon_sym_RBRACK, + STATE(5419), 1, + aux_sym_val_binary_repeat1, STATE(5426), 1, sym_comment, - [209996] = 4, + [210771] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9469), 1, + ACTIONS(115), 1, + aux_sym_unquoted_token6, + ACTIONS(117), 1, anon_sym_DOT2, - ACTIONS(9471), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8907), 1, + aux_sym__immediate_decimal_token2, STATE(5427), 1, sym_comment, - [210009] = 4, + [210787] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9461), 1, - anon_sym_LBRACE, - STATE(4304), 1, - sym_block, + ACTIONS(8769), 1, + anon_sym_DOT2, + ACTIONS(8773), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8775), 1, + aux_sym__immediate_decimal_token3, STATE(5428), 1, sym_comment, - [210022] = 4, - ACTIONS(3), 1, + [210803] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1390), 1, - sym_block, + ACTIONS(8998), 1, + anon_sym_SEMI, STATE(5429), 1, sym_comment, - [210035] = 4, + ACTIONS(9000), 2, + ts_builtin_sym_end, + anon_sym_LF, + [210817] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1309), 1, - sym_block, STATE(5430), 1, sym_comment, - [210048] = 4, + ACTIONS(6718), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [210829] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9473), 1, + ACTIONS(107), 1, + aux_sym_unquoted_token6, + ACTIONS(109), 1, anon_sym_DOT2, - ACTIONS(9475), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8895), 1, + aux_sym__immediate_decimal_token2, STATE(5431), 1, sym_comment, - [210061] = 4, + [210845] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1391), 1, - sym_block, + ACTIONS(9513), 1, + anon_sym_DOT2, + ACTIONS(9515), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9517), 1, + aux_sym__immediate_decimal_token3, STATE(5432), 1, sym_comment, - [210074] = 4, + [210861] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1303), 1, - sym_block, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9519), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5433), 1, sym_comment, - [210087] = 4, + [210877] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1530), 1, - sym_block, + ACTIONS(107), 1, + aux_sym_unquoted_token6, + ACTIONS(8895), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9521), 1, + anon_sym_DOT2, STATE(5434), 1, sym_comment, - [210100] = 4, + [210893] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1300), 1, - sym_block, + ACTIONS(9513), 1, + anon_sym_DOT2, + ACTIONS(9517), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9524), 1, + aux_sym__immediate_decimal_token1, STATE(5435), 1, sym_comment, - [210113] = 4, + [210909] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9477), 1, - anon_sym_LBRACE, - STATE(4553), 1, - sym_block, + ACTIONS(7993), 1, + anon_sym_DOT2, + ACTIONS(8001), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8649), 1, + aux_sym__immediate_decimal_token1, STATE(5436), 1, sym_comment, - [210126] = 4, - ACTIONS(3), 1, + [210925] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1401), 1, - sym_block, + ACTIONS(9528), 1, + anon_sym_LF, STATE(5437), 1, sym_comment, - [210139] = 4, - ACTIONS(3), 1, + ACTIONS(9526), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [210939] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1399), 1, - sym_block, + ACTIONS(9532), 1, + anon_sym_LF, STATE(5438), 1, sym_comment, - [210152] = 4, + ACTIONS(9530), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [210953] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1412), 1, - sym_block, + ACTIONS(7993), 1, + anon_sym_DOT2, + ACTIONS(8001), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8713), 1, + aux_sym__immediate_decimal_token1, STATE(5439), 1, sym_comment, - [210165] = 4, + [210969] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1221), 1, - sym_block, + ACTIONS(127), 1, + aux_sym_unquoted_token6, + ACTIONS(9534), 1, + anon_sym_DOT2, + ACTIONS(9537), 1, + aux_sym__immediate_decimal_token2, STATE(5440), 1, sym_comment, - [210178] = 4, + [210985] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9461), 1, - anon_sym_LBRACE, - STATE(4690), 1, - sym_block, + ACTIONS(9347), 1, + anon_sym_DOT2, + ACTIONS(9351), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9539), 1, + aux_sym__immediate_decimal_token1, STATE(5441), 1, sym_comment, - [210191] = 4, + [211001] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1357), 1, - sym_block, + ACTIONS(8450), 1, + anon_sym_DOT2, + ACTIONS(8456), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9541), 1, + aux_sym__immediate_decimal_token1, STATE(5442), 1, sym_comment, - [210204] = 4, + [211017] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9479), 1, - anon_sym_DOT2, - ACTIONS(9481), 1, - aux_sym_unquoted_token6, + ACTIONS(9287), 1, + anon_sym_COLON, + ACTIONS(9543), 1, + anon_sym_EQ, STATE(5443), 1, sym_comment, - [210217] = 4, - ACTIONS(3), 1, + STATE(6035), 1, + sym_param_type, + [211033] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1356), 1, - sym_block, + ACTIONS(2806), 1, + aux_sym_unquoted_token3, + ACTIONS(9545), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9547), 1, + aux_sym__immediate_decimal_token2, STATE(5444), 1, sym_comment, - [210230] = 4, - ACTIONS(3), 1, + [211049] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9483), 1, - anon_sym_DASH2, - ACTIONS(9485), 1, - aux_sym_short_flag_token1, + ACTIONS(2806), 1, + aux_sym_unquoted_token3, + ACTIONS(9547), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(9549), 1, + anon_sym_DOT2, STATE(5445), 1, sym_comment, - [210243] = 4, + [211065] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1355), 1, - sym_block, + ACTIONS(9197), 1, + anon_sym_DOT2, + ACTIONS(9199), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9201), 1, + aux_sym__immediate_decimal_token3, STATE(5446), 1, sym_comment, - [210256] = 4, + [211081] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9487), 1, - anon_sym_DASH2, - ACTIONS(9489), 1, - aux_sym_short_flag_token1, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9551), 1, + anon_sym_RBRACK, STATE(5447), 1, sym_comment, - [210269] = 4, - ACTIONS(3), 1, + STATE(5455), 1, + aux_sym_val_binary_repeat1, + [211097] = 5, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1385), 1, - sym_block, + ACTIONS(2782), 1, + aux_sym_unquoted_token3, + ACTIONS(9553), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9555), 1, + aux_sym__immediate_decimal_token2, STATE(5448), 1, sym_comment, - [210282] = 4, + [211113] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9485), 1, - aux_sym_short_flag_token1, - ACTIONS(9487), 1, - anon_sym_DASH2, STATE(5449), 1, sym_comment, - [210295] = 4, + ACTIONS(6690), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [211125] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9491), 1, - anon_sym_DOT2, - ACTIONS(9493), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(9557), 1, + anon_sym_LBRACE, + STATE(4433), 1, + sym_block, STATE(5450), 1, sym_comment, - [210308] = 4, + [211141] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(107), 1, - aux_sym_unquoted_token6, - ACTIONS(109), 1, - anon_sym_DOT2, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9559), 1, + anon_sym_RBRACK, STATE(5451), 1, sym_comment, - [210321] = 4, + STATE(5462), 1, + aux_sym_val_binary_repeat1, + [211157] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9495), 1, + ACTIONS(8037), 1, anon_sym_DOT2, - ACTIONS(9497), 1, + ACTIONS(8045), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8923), 1, aux_sym__immediate_decimal_token1, STATE(5452), 1, sym_comment, - [210334] = 4, + [211173] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9499), 1, + ACTIONS(9279), 1, anon_sym_DOT2, - ACTIONS(9501), 1, + ACTIONS(9283), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(9561), 1, aux_sym__immediate_decimal_token1, STATE(5453), 1, sym_comment, - [210347] = 4, + [211189] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9461), 1, - anon_sym_LBRACE, - STATE(4520), 1, - sym_block, + ACTIONS(8655), 1, + anon_sym_DOT2, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token3, STATE(5454), 1, sym_comment, - [210360] = 4, + [211205] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1293), 1, - sym_block, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9563), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5455), 1, sym_comment, - [210373] = 4, + [211221] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1219), 1, - sym_block, + ACTIONS(9565), 1, + anon_sym_DOT2, STATE(5456), 1, sym_comment, - [210386] = 4, + ACTIONS(3117), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [211235] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1292), 1, - sym_block, + ACTIONS(9147), 1, + aux_sym__immediate_decimal_token2, STATE(5457), 1, sym_comment, - [210399] = 4, + ACTIONS(2784), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [211249] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9503), 1, - anon_sym_DASH, + ACTIONS(9567), 1, + anon_sym_DOT2, + ACTIONS(9569), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9571), 1, + aux_sym__immediate_decimal_token3, STATE(5458), 1, sym_comment, - STATE(5804), 1, - sym_param_short_flag, - [210412] = 4, + [211265] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_LBRACE, - STATE(1289), 1, - sym_block, + ACTIONS(9573), 1, + anon_sym_DOT2, STATE(5459), 1, sym_comment, - [210425] = 4, + ACTIONS(3105), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [211279] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7849), 1, - anon_sym_LBRACE, - STATE(1479), 1, - sym_val_record, + ACTIONS(9575), 1, + anon_sym_DOT2, STATE(5460), 1, sym_comment, - [210438] = 4, + ACTIONS(3099), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [211293] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9501), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9505), 1, + ACTIONS(9577), 1, anon_sym_DOT2, + ACTIONS(9579), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9581), 1, + aux_sym__immediate_decimal_token3, STATE(5461), 1, sym_comment, - [210451] = 4, + [211309] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(162), 1, - aux_sym_unquoted_token6, - ACTIONS(164), 1, - anon_sym_DOT2, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9583), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5462), 1, sym_comment, - [210464] = 3, + [211325] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9223), 1, + sym_hex_digit, + ACTIONS(9585), 1, + anon_sym_RBRACK, + STATE(5357), 1, + aux_sym_val_binary_repeat1, STATE(5463), 1, sym_comment, - ACTIONS(9507), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [210475] = 4, - ACTIONS(105), 1, + [211341] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9509), 1, + ACTIONS(8679), 1, + anon_sym_DOT2, + ACTIONS(8683), 1, aux_sym__immediate_decimal_token1, - ACTIONS(9511), 1, - aux_sym__unquoted_in_list_token5, + ACTIONS(8685), 1, + aux_sym__immediate_decimal_token3, STATE(5464), 1, sym_comment, - [210488] = 4, + [211357] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9513), 1, - anon_sym_DASH2, - ACTIONS(9515), 1, - aux_sym_short_flag_token1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1364), 1, + sym_block, STATE(5465), 1, sym_comment, - [210501] = 4, - ACTIONS(105), 1, + [211370] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2933), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9517), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8065), 1, + anon_sym_LBRACE, + STATE(1347), 1, + sym_val_record, STATE(5466), 1, sym_comment, - [210514] = 4, + [211383] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9519), 1, - anon_sym_DOT2, - ACTIONS(9521), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1378), 1, + sym_block, STATE(5467), 1, sym_comment, - [210527] = 4, + [211396] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1498), 1, - sym_block, + ACTIONS(9587), 1, + anon_sym_DOT2, + ACTIONS(9589), 1, + aux_sym__immediate_decimal_token1, STATE(5468), 1, sym_comment, - [210540] = 4, + [211409] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(7991), 1, anon_sym_LBRACE, - STATE(1501), 1, + STATE(1509), 1, sym_block, STATE(5469), 1, sym_comment, - [210553] = 4, + [211422] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9523), 1, - anon_sym_DASH2, - ACTIONS(9525), 1, - aux_sym_short_flag_token1, + ACTIONS(9591), 1, + anon_sym_DOT2, + ACTIONS(9593), 1, + aux_sym__immediate_decimal_token1, STATE(5470), 1, sym_comment, - [210566] = 4, + [211435] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7899), 1, - anon_sym_DASH2, - ACTIONS(9527), 1, - aux_sym_short_flag_token1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1457), 1, + sym_block, STATE(5471), 1, sym_comment, - [210579] = 4, + [211448] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7866), 1, - anon_sym_DASH2, - ACTIONS(9529), 1, - aux_sym_short_flag_token1, + ACTIONS(9557), 1, + anon_sym_LBRACE, + STATE(4412), 1, + sym_block, STATE(5472), 1, sym_comment, - [210592] = 3, - ACTIONS(3), 1, + [211461] = 4, + ACTIONS(105), 1, anon_sym_POUND, + ACTIONS(9595), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9597), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5473), 1, sym_comment, - ACTIONS(3107), 2, - sym_identifier, - anon_sym_DASH, - [210603] = 4, + [211474] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9531), 1, - anon_sym_DOT2, - ACTIONS(9533), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1508), 1, + sym_block, STATE(5474), 1, sym_comment, - [210616] = 3, + [211487] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1497), 1, + sym_block, STATE(5475), 1, sym_comment, - ACTIONS(3597), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [210627] = 4, - ACTIONS(105), 1, + [211500] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9535), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9537), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1554), 1, + sym_block, STATE(5476), 1, sym_comment, - [210640] = 4, + [211513] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9539), 1, - anon_sym_DASH2, - ACTIONS(9541), 1, - aux_sym_short_flag_token1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1254), 1, + sym_block, STATE(5477), 1, sym_comment, - [210653] = 4, - ACTIONS(3), 1, + [211526] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9501), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9543), 1, - anon_sym_DOT2, + ACTIONS(2874), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9599), 1, + aux_sym__immediate_decimal_token2, STATE(5478), 1, sym_comment, - [210666] = 4, - ACTIONS(105), 1, + [211539] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9545), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9547), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9557), 1, + anon_sym_LBRACE, + STATE(4433), 1, + sym_block, STATE(5479), 1, sym_comment, - [210679] = 4, + [211552] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2724), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9193), 1, + ACTIONS(2874), 1, + aux_sym_unquoted_token3, + ACTIONS(9601), 1, aux_sym__immediate_decimal_token2, STATE(5480), 1, sym_comment, - [210692] = 3, + [211565] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1255), 1, + sym_block, STATE(5481), 1, sym_comment, - ACTIONS(9301), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [210703] = 4, + [211578] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9549), 1, - anon_sym_DASH2, - ACTIONS(9551), 1, - aux_sym_short_flag_token1, + ACTIONS(9603), 1, + anon_sym_DOT2, + ACTIONS(9605), 1, + aux_sym__immediate_decimal_token1, STATE(5482), 1, sym_comment, - [210716] = 4, + [211591] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9461), 1, + ACTIONS(9607), 1, anon_sym_LBRACE, - STATE(4271), 1, + STATE(4498), 1, sym_block, STATE(5483), 1, sym_comment, - [210729] = 4, + [211604] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9497), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9553), 1, - anon_sym_DOT2, + ACTIONS(9609), 1, + anon_sym_DASH2, + ACTIONS(9611), 1, + aux_sym_short_flag_token1, STATE(5484), 1, sym_comment, - [210742] = 4, + [211617] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1430), 1, - sym_block, + ACTIONS(9613), 1, + anon_sym_DOT2, + ACTIONS(9615), 1, + aux_sym_unquoted_token6, STATE(5485), 1, sym_comment, - [210755] = 4, - ACTIONS(105), 1, + [211630] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(9197), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9557), 1, + anon_sym_LBRACE, + STATE(4630), 1, + sym_block, STATE(5486), 1, sym_comment, - [210768] = 4, + [211643] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1431), 1, - sym_block, + ACTIONS(107), 1, + aux_sym_unquoted_token6, + ACTIONS(109), 1, + anon_sym_DOT2, STATE(5487), 1, sym_comment, - [210781] = 4, + [211656] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9555), 1, - anon_sym_DOT2, - ACTIONS(9557), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8051), 1, + anon_sym_DASH2, + ACTIONS(9617), 1, + aux_sym_short_flag_token1, STATE(5488), 1, sym_comment, - [210794] = 4, + [211669] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1373), 1, + STATE(1330), 1, sym_block, STATE(5489), 1, sym_comment, - [210807] = 4, + [211682] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7833), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1360), 1, + STATE(1342), 1, sym_block, STATE(5490), 1, sym_comment, - [210820] = 4, + [211695] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9477), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(4416), 1, + STATE(1348), 1, sym_block, STATE(5491), 1, sym_comment, - [210833] = 4, + [211708] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(139), 1, - aux_sym_unquoted_token6, - ACTIONS(141), 1, - anon_sym_DOT2, + ACTIONS(9619), 1, + anon_sym_COMMA, + ACTIONS(9621), 1, + anon_sym_RBRACE, STATE(5492), 1, sym_comment, - [210846] = 4, + [211721] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1480), 1, - sym_block, + ACTIONS(115), 1, + aux_sym_unquoted_token6, + ACTIONS(117), 1, + anon_sym_DOT2, STATE(5493), 1, sym_comment, - [210859] = 4, + [211734] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1483), 1, - sym_block, STATE(5494), 1, sym_comment, - [210872] = 4, - ACTIONS(3), 1, + ACTIONS(9489), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [211745] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1485), 1, - sym_block, + ACTIONS(2782), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9376), 1, + aux_sym__immediate_decimal_token2, STATE(5495), 1, sym_comment, - [210885] = 3, + [211758] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9623), 1, + anon_sym_DASH2, + ACTIONS(9625), 1, + aux_sym_short_flag_token1, STATE(5496), 1, sym_comment, - ACTIONS(3569), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [210896] = 4, + [211771] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1473), 1, + STATE(1349), 1, sym_block, STATE(5497), 1, sym_comment, - [210909] = 4, + [211784] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1469), 1, - sym_block, + ACTIONS(9627), 1, + anon_sym_DOT2, + ACTIONS(9629), 1, + aux_sym__immediate_decimal_token1, STATE(5498), 1, sym_comment, - [210922] = 4, + [211797] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1549), 1, + STATE(1442), 1, sym_block, STATE(5499), 1, sym_comment, - [210935] = 4, - ACTIONS(105), 1, + [211810] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2724), 1, - aux_sym_unquoted_token3, - ACTIONS(9361), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1444), 1, + sym_block, STATE(5500), 1, sym_comment, - [210948] = 4, + [211823] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7936), 1, - anon_sym_LBRACE, - STATE(1304), 1, - sym_val_record, + ACTIONS(9631), 1, + anon_sym_DASH2, + ACTIONS(9633), 1, + aux_sym_short_flag_token1, STATE(5501), 1, sym_comment, - [210961] = 3, + [211836] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9593), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9635), 1, + anon_sym_DOT2, STATE(5502), 1, sym_comment, - ACTIONS(9559), 2, - anon_sym_RBRACK, - sym_hex_digit, - [210972] = 4, + [211849] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(115), 1, - aux_sym_unquoted_token6, - ACTIONS(117), 1, + ACTIONS(9629), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9637), 1, anon_sym_DOT2, STATE(5503), 1, sym_comment, - [210985] = 4, + [211862] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9475), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9561), 1, - anon_sym_DOT2, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1454), 1, + sym_block, STATE(5504), 1, sym_comment, - [210998] = 4, + [211875] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2762), 1, - anon_sym_in, - ACTIONS(9563), 1, - sym__long_flag_identifier, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1453), 1, + sym_block, STATE(5505), 1, sym_comment, - [211011] = 4, + [211888] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1554), 1, + STATE(1450), 1, sym_block, STATE(5506), 1, sym_comment, - [211024] = 4, + [211901] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1547), 1, + STATE(1393), 1, sym_block, STATE(5507), 1, sym_comment, - [211037] = 4, - ACTIONS(105), 1, + [211914] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym_unquoted_token3, - ACTIONS(9365), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1382), 1, + sym_block, STATE(5508), 1, sym_comment, - [211050] = 4, + [211927] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(8017), 1, anon_sym_LBRACE, - STATE(1448), 1, + STATE(1376), 1, sym_block, STATE(5509), 1, sym_comment, - [211063] = 4, + [211940] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9565), 1, - anon_sym_COMMA, - ACTIONS(9567), 1, - anon_sym_RBRACE, + ACTIONS(148), 1, + aux_sym_unquoted_token6, + ACTIONS(150), 1, + anon_sym_DOT2, STATE(5510), 1, sym_comment, - [211076] = 4, - ACTIONS(105), 1, + [211953] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2933), 1, - aux_sym_unquoted_token3, - ACTIONS(9569), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(9639), 1, + anon_sym_DOT2, + ACTIONS(9641), 1, + aux_sym__immediate_decimal_token1, STATE(5511), 1, sym_comment, - [211089] = 4, + [211966] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(7991), 1, anon_sym_LBRACE, - STATE(1511), 1, + STATE(1594), 1, sym_block, STATE(5512), 1, sym_comment, - [211102] = 4, + [211979] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9505), 1, - anon_sym_DOT2, - ACTIONS(9521), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1311), 1, + sym_block, STATE(5513), 1, sym_comment, - [211115] = 4, + [211992] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, + ACTIONS(7991), 1, anon_sym_LBRACE, - STATE(1562), 1, + STATE(1603), 1, sym_block, STATE(5514), 1, sym_comment, - [211128] = 4, + [212005] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9571), 1, + ACTIONS(9637), 1, anon_sym_DOT2, - ACTIONS(9573), 1, + ACTIONS(9643), 1, aux_sym__immediate_decimal_token1, STATE(5515), 1, sym_comment, - [211141] = 4, + [212018] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7884), 1, - anon_sym_LBRACE, - STATE(1506), 1, - sym_block, STATE(5516), 1, sym_comment, - [211154] = 4, + ACTIONS(3173), 2, + sym_identifier, + anon_sym_DASH, + [212029] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9575), 1, - anon_sym_DASH2, - ACTIONS(9577), 1, - aux_sym_short_flag_token1, + ACTIONS(165), 1, + aux_sym_unquoted_token6, + ACTIONS(167), 1, + anon_sym_DOT2, STATE(5517), 1, sym_comment, - [211167] = 3, + [212042] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9643), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9645), 1, + anon_sym_DOT2, STATE(5518), 1, sym_comment, - ACTIONS(3143), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [211178] = 3, + [212055] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1478), 1, + sym_block, STATE(5519), 1, sym_comment, - ACTIONS(3119), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [211189] = 3, + [212068] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9579), 1, - aux_sym__immediate_decimal_token1, STATE(5520), 1, sym_comment, - [211199] = 3, + ACTIONS(3403), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [212079] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9581), 1, - anon_sym_RPAREN, + ACTIONS(8017), 1, + anon_sym_LBRACE, + STATE(1329), 1, + sym_block, STATE(5521), 1, sym_comment, - [211209] = 3, - ACTIONS(105), 1, + [212092] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9583), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9647), 1, + anon_sym_DASH2, + ACTIONS(9649), 1, + aux_sym_short_flag_token1, STATE(5522), 1, sym_comment, - [211219] = 3, + [212105] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9585), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1493), 1, + sym_block, STATE(5523), 1, sym_comment, - [211229] = 3, + [212118] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9587), 1, - anon_sym_RBRACE, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1616), 1, + sym_block, STATE(5524), 1, sym_comment, - [211239] = 3, + [212131] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9589), 1, - sym_identifier, + ACTIONS(9651), 1, + anon_sym_DASH, STATE(5525), 1, sym_comment, - [211249] = 3, + STATE(6067), 1, + sym_param_short_flag, + [212144] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9591), 1, + ACTIONS(9653), 1, anon_sym_DOT2, + ACTIONS(9655), 1, + aux_sym__immediate_decimal_token1, STATE(5526), 1, sym_comment, - [211259] = 3, + [212157] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9593), 1, - anon_sym_DOT2, + ACTIONS(9607), 1, + anon_sym_LBRACE, + STATE(4506), 1, + sym_block, STATE(5527), 1, sym_comment, - [211269] = 3, + [212170] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9595), 1, - anon_sym_DOT2, + ACTIONS(7955), 1, + anon_sym_DASH2, + ACTIONS(9657), 1, + aux_sym_short_flag_token1, STATE(5528), 1, sym_comment, - [211279] = 3, + [212183] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9597), 1, - anon_sym_DOT2, STATE(5529), 1, sym_comment, - [211289] = 3, + ACTIONS(9659), 2, + anon_sym_RBRACK, + sym_hex_digit, + [212194] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9599), 1, - aux_sym_unquoted_token3, + ACTIONS(2806), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(9321), 1, + aux_sym__immediate_decimal_token2, STATE(5530), 1, sym_comment, - [211299] = 3, + [212207] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9601), 1, - anon_sym_EQ, + ACTIONS(9661), 1, + anon_sym_DASH2, + ACTIONS(9663), 1, + aux_sym_short_flag_token1, STATE(5531), 1, sym_comment, - [211309] = 3, + [212220] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9603), 1, - anon_sym_RPAREN, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1470), 1, + sym_block, STATE(5532), 1, sym_comment, - [211319] = 3, + [212233] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1217), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1585), 1, + sym_block, STATE(5533), 1, sym_comment, - [211329] = 3, + [212246] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9605), 1, - sym_identifier, STATE(5534), 1, sym_comment, - [211339] = 3, + ACTIONS(3547), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [212257] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9607), 1, - sym__long_flag_identifier, + ACTIONS(4161), 1, + anon_sym_COLON, + ACTIONS(9665), 1, + anon_sym_make, STATE(5535), 1, sym_comment, - [211349] = 3, + [212270] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9609), 1, - anon_sym_RBRACE, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1609), 1, + sym_block, STATE(5536), 1, sym_comment, - [211359] = 3, + [212283] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9611), 1, - anon_sym_DOT2, STATE(5537), 1, sym_comment, - [211369] = 3, + ACTIONS(3591), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [212294] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9613), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1606), 1, + sym_block, STATE(5538), 1, sym_comment, - [211379] = 3, + [212307] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9615), 1, - aux_sym_param_short_flag_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1533), 1, + sym_block, STATE(5539), 1, sym_comment, - [211389] = 3, - ACTIONS(3), 1, + [212320] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9617), 1, - anon_sym_RPAREN, + ACTIONS(9667), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9669), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5540), 1, sym_comment, - [211399] = 3, + [212333] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1672), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(2960), 1, + anon_sym_in, + ACTIONS(9671), 1, + sym__long_flag_identifier, STATE(5541), 1, sym_comment, - [211409] = 3, - ACTIONS(105), 1, + [212346] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3877), 1, - aux_sym__list_item_starts_with_sign_token1, STATE(5542), 1, sym_comment, - [211419] = 3, - ACTIONS(105), 1, + ACTIONS(9673), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [212357] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9619), 1, - aux_sym_unquoted_token3, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1495), 1, + sym_block, STATE(5543), 1, sym_comment, - [211429] = 3, + [212370] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9621), 1, - anon_sym_DOT2, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1496), 1, + sym_block, STATE(5544), 1, sym_comment, - [211439] = 3, + [212383] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9623), 1, - anon_sym_DOT2, + ACTIONS(8178), 1, + anon_sym_LBRACE, + STATE(1575), 1, + sym_val_record, STATE(5545), 1, sym_comment, - [211449] = 3, - ACTIONS(3), 1, + [212396] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1676), 1, + ACTIONS(9675), 1, aux_sym__immediate_decimal_token1, + ACTIONS(9677), 1, + aux_sym__unquoted_in_list_token5, STATE(5546), 1, sym_comment, - [211459] = 3, - ACTIONS(3), 1, + [212409] = 4, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9625), 1, - anon_sym_RBRACE, + ACTIONS(2806), 1, + aux_sym_unquoted_token3, + ACTIONS(9547), 1, + aux_sym__immediate_decimal_token2, STATE(5547), 1, sym_comment, - [211469] = 3, + [212422] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9627), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9557), 1, + anon_sym_LBRACE, + STATE(4747), 1, + sym_block, STATE(5548), 1, sym_comment, - [211479] = 3, + [212435] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1221), 1, + ACTIONS(9679), 1, + anon_sym_DOT2, + ACTIONS(9681), 1, aux_sym__immediate_decimal_token1, STATE(5549), 1, sym_comment, - [211489] = 3, + [212448] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9629), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1534), 1, + sym_block, STATE(5550), 1, sym_comment, - [211499] = 3, + [212461] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9631), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9683), 1, + anon_sym_DOT2, + ACTIONS(9685), 1, + aux_sym_unquoted_token6, STATE(5551), 1, sym_comment, - [211509] = 3, + [212474] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9633), 1, - anon_sym_DOT2, + ACTIONS(9687), 1, + anon_sym_DASH2, + ACTIONS(9689), 1, + aux_sym_short_flag_token1, STATE(5552), 1, sym_comment, - [211519] = 3, + [212487] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9635), 1, - anon_sym_DOT2, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1475), 1, + sym_block, STATE(5553), 1, sym_comment, - [211529] = 3, + [212500] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9637), 1, + ACTIONS(9605), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9691), 1, anon_sym_DOT2, STATE(5554), 1, sym_comment, - [211539] = 3, + [212513] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9639), 1, - anon_sym_DOT2, + ACTIONS(7991), 1, + anon_sym_LBRACE, + STATE(1570), 1, + sym_block, STATE(5555), 1, sym_comment, - [211549] = 3, + [212526] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9641), 1, + ACTIONS(9629), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9693), 1, anon_sym_DOT2, STATE(5556), 1, sym_comment, - [211559] = 3, + [212539] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9643), 1, - anon_sym_DOT2, + ACTIONS(9611), 1, + aux_sym_short_flag_token1, + ACTIONS(9695), 1, + anon_sym_DASH2, STATE(5557), 1, sym_comment, - [211569] = 3, + [212552] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9645), 1, - anon_sym_DOT2, STATE(5558), 1, sym_comment, - [211579] = 3, + ACTIONS(3391), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [212563] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9647), 1, - anon_sym_RBRACE, + ACTIONS(9697), 1, + anon_sym_DOT2, + ACTIONS(9699), 1, + aux_sym__immediate_decimal_token1, STATE(5559), 1, sym_comment, - [211589] = 3, + [212576] = 4, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9649), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(2782), 1, + aux_sym_unquoted_token3, + ACTIONS(9555), 1, + aux_sym__immediate_decimal_token2, STATE(5560), 1, sym_comment, - [211599] = 3, + [212589] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9651), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9609), 1, + anon_sym_DASH2, + ACTIONS(9701), 1, + aux_sym_short_flag_token1, STATE(5561), 1, sym_comment, - [211609] = 3, + [212602] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9653), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9703), 1, + anon_sym_DOT2, STATE(5562), 1, sym_comment, - [211619] = 3, - ACTIONS(105), 1, + [212612] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9655), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(1185), 1, + aux_sym__immediate_decimal_token1, STATE(5563), 1, sym_comment, - [211629] = 3, - ACTIONS(3), 1, + [212622] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9657), 1, - anon_sym_DOT2, + ACTIONS(9705), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5564), 1, sym_comment, - [211639] = 3, - ACTIONS(3), 1, + [212632] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7668), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9707), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5565), 1, sym_comment, - [211649] = 3, + [212642] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9659), 1, - anon_sym_RPAREN, + ACTIONS(9709), 1, + anon_sym_DOT2, STATE(5566), 1, sym_comment, - [211659] = 3, + [212652] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9661), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9711), 1, + anon_sym_DOT2, STATE(5567), 1, sym_comment, - [211669] = 3, - ACTIONS(105), 1, + [212662] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9663), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9713), 1, + anon_sym_DOT2, STATE(5568), 1, sym_comment, - [211679] = 3, + [212672] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7657), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9715), 1, + anon_sym_DOT2, STATE(5569), 1, sym_comment, - [211689] = 3, - ACTIONS(3), 1, + [212682] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9665), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9717), 1, + aux_sym_unquoted_token3, STATE(5570), 1, sym_comment, - [211699] = 3, + [212692] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9667), 1, + ACTIONS(9719), 1, aux_sym__immediate_decimal_token1, STATE(5571), 1, sym_comment, - [211709] = 3, - ACTIONS(3), 1, + [212702] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9669), 1, - anon_sym_RPAREN, + ACTIONS(9721), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5572), 1, sym_comment, - [211719] = 3, + [212712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9671), 1, + ACTIONS(9723), 1, aux_sym__immediate_decimal_token1, STATE(5573), 1, sym_comment, - [211729] = 3, + [212722] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9673), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9725), 1, + anon_sym_RBRACE, STATE(5574), 1, sym_comment, - [211739] = 3, + [212732] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9675), 1, - anon_sym_LBRACE, + ACTIONS(1268), 1, + aux_sym__immediate_decimal_token1, STATE(5575), 1, sym_comment, - [211749] = 3, - ACTIONS(3), 1, + [212742] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9675), 1, - anon_sym_LBRACE, + ACTIONS(3940), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5576), 1, sym_comment, - [211759] = 3, + [212752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9677), 1, - anon_sym_DASH_GT, + ACTIONS(9727), 1, + anon_sym_DOT2, STATE(5577), 1, sym_comment, - [211769] = 3, + [212762] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9679), 1, - anon_sym_RBRACE, + ACTIONS(1264), 1, + aux_sym__immediate_decimal_token1, STATE(5578), 1, sym_comment, - [211779] = 3, - ACTIONS(105), 1, + [212772] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9681), 1, - aux_sym_unquoted_token3, + ACTIONS(9729), 1, + anon_sym_RPAREN, STATE(5579), 1, sym_comment, - [211789] = 3, - ACTIONS(105), 1, + [212782] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9683), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9731), 1, + anon_sym_RPAREN, STATE(5580), 1, sym_comment, - [211799] = 3, - ACTIONS(105), 1, + [212792] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9685), 1, - aux_sym__unquoted_in_list_token5, + ACTIONS(1710), 1, + aux_sym__immediate_decimal_token1, STATE(5581), 1, sym_comment, - [211809] = 3, + [212802] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9687), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9733), 1, + aux_sym_unquoted_token3, STATE(5582), 1, sym_comment, - [211819] = 3, + [212812] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9689), 1, + ACTIONS(9735), 1, anon_sym_DOT2, STATE(5583), 1, sym_comment, - [211829] = 3, + [212822] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9691), 1, + ACTIONS(9737), 1, anon_sym_DOT2, STATE(5584), 1, sym_comment, - [211839] = 3, + [212832] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9693), 1, - anon_sym_RPAREN, + ACTIONS(9739), 1, + anon_sym_DOT2, STATE(5585), 1, sym_comment, - [211849] = 3, + [212842] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9695), 1, + ACTIONS(1706), 1, aux_sym__immediate_decimal_token1, STATE(5586), 1, sym_comment, - [211859] = 3, + [212852] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9697), 1, - anon_sym_DOT2, + ACTIONS(9741), 1, + anon_sym_RBRACE, STATE(5587), 1, sym_comment, - [211869] = 3, + [212862] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9699), 1, - anon_sym_RBRACE, + ACTIONS(9743), 1, + aux_sym__immediate_decimal_token1, STATE(5588), 1, sym_comment, - [211879] = 3, + [212872] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9701), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9745), 1, + anon_sym_DOT2, STATE(5589), 1, sym_comment, - [211889] = 3, + [212882] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9703), 1, + ACTIONS(9747), 1, aux_sym__immediate_decimal_token1, STATE(5590), 1, sym_comment, - [211899] = 3, + [212892] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9705), 1, - anon_sym_in, + ACTIONS(9749), 1, + aux_sym__immediate_decimal_token1, STATE(5591), 1, sym_comment, - [211909] = 3, + [212902] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8527), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9751), 1, + anon_sym_DOT2, STATE(5592), 1, sym_comment, - [211919] = 3, + [212912] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8523), 1, + ACTIONS(7795), 1, aux_sym__immediate_decimal_token1, STATE(5593), 1, sym_comment, - [211929] = 3, + [212922] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9707), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9753), 1, + anon_sym_DOT2, STATE(5594), 1, sym_comment, - [211939] = 3, + [212932] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9709), 1, - anon_sym_RBRACE, + ACTIONS(9755), 1, + anon_sym_DOT2, STATE(5595), 1, sym_comment, - [211949] = 3, + [212942] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7699), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9757), 1, + anon_sym_DOT2, STATE(5596), 1, sym_comment, - [211959] = 3, + [212952] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1149), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9759), 1, + anon_sym_DOT2, STATE(5597), 1, sym_comment, - [211969] = 3, - ACTIONS(3), 1, + [212962] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9711), 1, - anon_sym_RPAREN, + ACTIONS(9761), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5598), 1, sym_comment, - [211979] = 3, + [212972] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9713), 1, + ACTIONS(7771), 1, aux_sym__immediate_decimal_token1, STATE(5599), 1, sym_comment, - [211989] = 3, - ACTIONS(3), 1, + [212982] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9715), 1, - anon_sym_RPAREN, + ACTIONS(9763), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5600), 1, sym_comment, - [211999] = 3, - ACTIONS(105), 1, + [212992] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5343), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9765), 1, + aux_sym__immediate_decimal_token1, STATE(5601), 1, sym_comment, - [212009] = 3, + [213002] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9717), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9767), 1, + anon_sym_RBRACE, STATE(5602), 1, sym_comment, - [212019] = 3, + [213012] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9719), 1, + ACTIONS(9769), 1, aux_sym__immediate_decimal_token1, STATE(5603), 1, sym_comment, - [212029] = 3, + [213022] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9721), 1, + ACTIONS(5142), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5604), 1, sym_comment, - [212039] = 3, + [213032] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9723), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9771), 1, + anon_sym_DOT2, STATE(5605), 1, sym_comment, - [212049] = 3, + [213042] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9725), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9773), 1, + anon_sym_RPAREN, STATE(5606), 1, sym_comment, - [212059] = 3, + [213052] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9727), 1, - anon_sym_DOT2, + ACTIONS(9775), 1, + aux_sym__immediate_decimal_token1, STATE(5607), 1, sym_comment, - [212069] = 3, + [213062] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7627), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9777), 1, + anon_sym_RBRACE, STATE(5608), 1, sym_comment, - [212079] = 3, - ACTIONS(105), 1, + [213072] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9729), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9779), 1, + aux_sym__immediate_decimal_token1, STATE(5609), 1, sym_comment, - [212089] = 3, + [213082] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9731), 1, - anon_sym_DOT2, + ACTIONS(9781), 1, + aux_sym__immediate_decimal_token1, STATE(5610), 1, sym_comment, - [212099] = 3, + [213092] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9733), 1, - anon_sym_RPAREN, + ACTIONS(9783), 1, + aux_sym__immediate_decimal_token1, STATE(5611), 1, sym_comment, - [212109] = 3, + [213102] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9735), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9785), 1, + anon_sym_RPAREN, STATE(5612), 1, sym_comment, - [212119] = 3, + [213112] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9737), 1, + ACTIONS(9787), 1, aux_sym__immediate_decimal_token1, STATE(5613), 1, sym_comment, - [212129] = 3, - ACTIONS(105), 1, + [213122] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2523), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9789), 1, + aux_sym__immediate_decimal_token1, STATE(5614), 1, sym_comment, - [212139] = 3, + [213132] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9739), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9791), 1, + anon_sym_COLON, STATE(5615), 1, sym_comment, - [212149] = 3, + [213142] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9741), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9793), 1, + anon_sym_RBRACE, STATE(5616), 1, sym_comment, - [212159] = 3, - ACTIONS(3), 1, + [213152] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9743), 1, - anon_sym_RBRACE, + ACTIONS(9795), 1, + aux_sym_unquoted_token3, STATE(5617), 1, sym_comment, - [212169] = 3, + [213162] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9745), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9797), 1, + anon_sym_DOT2, STATE(5618), 1, sym_comment, - [212179] = 3, + [213172] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9747), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9799), 1, + anon_sym_DOT2, STATE(5619), 1, sym_comment, - [212189] = 3, + [213182] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9749), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9801), 1, + anon_sym_DOT2, STATE(5620), 1, sym_comment, - [212199] = 3, - ACTIONS(105), 1, + [213192] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9751), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9803), 1, + anon_sym_DOT2, STATE(5621), 1, sym_comment, - [212209] = 3, + [213202] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9753), 1, - anon_sym_EQ, + ACTIONS(9805), 1, + aux_sym__immediate_decimal_token1, STATE(5622), 1, sym_comment, - [212219] = 3, - ACTIONS(3), 1, + [213212] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9755), 1, - anon_sym_RBRACE, + ACTIONS(9807), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5623), 1, sym_comment, - [212229] = 3, + [213222] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9757), 1, - anon_sym_RPAREN, + ACTIONS(9809), 1, + aux_sym__immediate_decimal_token1, STATE(5624), 1, sym_comment, - [212239] = 3, + [213232] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9759), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9811), 1, + anon_sym_RPAREN, STATE(5625), 1, sym_comment, - [212249] = 3, - ACTIONS(105), 1, + [213242] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5067), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9813), 1, + aux_sym__immediate_decimal_token1, STATE(5626), 1, sym_comment, - [212259] = 3, - ACTIONS(3), 1, + [213252] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(1153), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9815), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5627), 1, sym_comment, - [212269] = 3, + [213262] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9761), 1, + ACTIONS(9817), 1, aux_sym__immediate_decimal_token1, STATE(5628), 1, sym_comment, - [212279] = 3, + [213272] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9763), 1, + ACTIONS(9819), 1, aux_sym__immediate_decimal_token1, STATE(5629), 1, sym_comment, - [212289] = 3, + [213282] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9765), 1, - anon_sym_DOT2, + ACTIONS(9821), 1, + aux_sym__immediate_decimal_token1, STATE(5630), 1, sym_comment, - [212299] = 3, + [213292] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9767), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9823), 1, + anon_sym_RBRACE, STATE(5631), 1, sym_comment, - [212309] = 3, + [213302] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9769), 1, + ACTIONS(8198), 1, aux_sym__immediate_decimal_token1, STATE(5632), 1, sym_comment, - [212319] = 3, + [213312] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9771), 1, - anon_sym_else, + ACTIONS(8299), 1, + aux_sym__immediate_decimal_token1, STATE(5633), 1, sym_comment, - [212329] = 3, + [213322] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1157), 1, + ACTIONS(1120), 1, aux_sym__immediate_decimal_token1, STATE(5634), 1, sym_comment, - [212339] = 3, - ACTIONS(3), 1, + [213332] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9773), 1, - anon_sym_RPAREN, + ACTIONS(1704), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5635), 1, sym_comment, - [212349] = 3, + [213342] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9775), 1, - anon_sym_RPAREN, + ACTIONS(9825), 1, + anon_sym_DOT2, STATE(5636), 1, sym_comment, - [212359] = 3, + [213352] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9777), 1, - anon_sym_RPAREN, + ACTIONS(9827), 1, + anon_sym_DOT2, STATE(5637), 1, sym_comment, - [212369] = 3, + [213362] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9779), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9829), 1, + anon_sym_RPAREN, STATE(5638), 1, sym_comment, - [212379] = 3, + [213372] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9781), 1, + ACTIONS(9831), 1, aux_sym__immediate_decimal_token1, STATE(5639), 1, sym_comment, - [212389] = 3, + [213382] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9783), 1, + ACTIONS(9833), 1, anon_sym_RBRACE, STATE(5640), 1, sym_comment, - [212399] = 3, + [213392] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9785), 1, + ACTIONS(1067), 1, aux_sym__immediate_decimal_token1, STATE(5641), 1, sym_comment, - [212409] = 3, + [213402] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9787), 1, + ACTIONS(9835), 1, aux_sym__immediate_decimal_token1, STATE(5642), 1, sym_comment, - [212419] = 3, + [213412] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9789), 1, - anon_sym_RBRACE, + ACTIONS(9837), 1, + aux_sym__immediate_decimal_token1, STATE(5643), 1, sym_comment, - [212429] = 3, + [213422] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8846), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9839), 1, + anon_sym_RPAREN, STATE(5644), 1, sym_comment, - [212439] = 3, + [213432] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8860), 1, + ACTIONS(9841), 1, aux_sym__immediate_decimal_token1, STATE(5645), 1, sym_comment, - [212449] = 3, + [213442] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9791), 1, + ACTIONS(9843), 1, aux_sym__immediate_decimal_token1, STATE(5646), 1, sym_comment, - [212459] = 3, - ACTIONS(3), 1, + [213452] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9793), 1, - anon_sym_RPAREN, + ACTIONS(9845), 1, + aux_sym_unquoted_token3, STATE(5647), 1, sym_comment, - [212469] = 3, + [213462] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9795), 1, - anon_sym_RPAREN, + ACTIONS(9847), 1, + anon_sym_DOT2, STATE(5648), 1, sym_comment, - [212479] = 3, + [213472] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9797), 1, - anon_sym_COLON, + ACTIONS(9849), 1, + anon_sym_DOT2, STATE(5649), 1, sym_comment, - [212489] = 3, + [213482] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9799), 1, - anon_sym_RPAREN, + ACTIONS(9851), 1, + anon_sym_DOT2, STATE(5650), 1, sym_comment, - [212499] = 3, + [213492] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9801), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9853), 1, + anon_sym_RPAREN, STATE(5651), 1, sym_comment, - [212509] = 3, + [213502] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9803), 1, - anon_sym_RBRACE, + ACTIONS(9855), 1, + aux_sym__immediate_decimal_token1, STATE(5652), 1, sym_comment, - [212519] = 3, + [213512] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9805), 1, - anon_sym_COLON, + ACTIONS(9857), 1, + anon_sym_DOT2, STATE(5653), 1, sym_comment, - [212529] = 3, + [213522] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9807), 1, + ACTIONS(7711), 1, aux_sym__immediate_decimal_token1, STATE(5654), 1, sym_comment, - [212539] = 3, + [213532] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9809), 1, - anon_sym_EQ, + ACTIONS(9859), 1, + aux_sym__immediate_decimal_token1, STATE(5655), 1, sym_comment, - [212549] = 3, + [213542] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4855), 1, - anon_sym_RBRACE, + ACTIONS(9861), 1, + aux_sym__immediate_decimal_token1, STATE(5656), 1, sym_comment, - [212559] = 3, - ACTIONS(3), 1, + [213552] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9811), 1, - anon_sym_DOT2, + ACTIONS(9863), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5657), 1, sym_comment, - [212569] = 3, + [213562] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9813), 1, + ACTIONS(9865), 1, aux_sym__immediate_decimal_token1, STATE(5658), 1, sym_comment, - [212579] = 3, + [213572] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9815), 1, - anon_sym_RPAREN, + ACTIONS(9867), 1, + aux_sym__immediate_decimal_token1, STATE(5659), 1, sym_comment, - [212589] = 3, + [213582] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9817), 1, + ACTIONS(7719), 1, aux_sym__immediate_decimal_token1, STATE(5660), 1, sym_comment, - [212599] = 3, - ACTIONS(3), 1, + [213592] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9819), 1, - anon_sym_EQ_GT, + ACTIONS(9869), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5661), 1, sym_comment, - [212609] = 3, + [213602] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8016), 1, + ACTIONS(9871), 1, aux_sym__immediate_decimal_token1, STATE(5662), 1, sym_comment, - [212619] = 3, + [213612] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9821), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9873), 1, + anon_sym_RBRACE, STATE(5663), 1, sym_comment, - [212629] = 3, + [213622] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9823), 1, - anon_sym_DOT2, + ACTIONS(9875), 1, + anon_sym_RPAREN, STATE(5664), 1, sym_comment, - [212639] = 3, + [213632] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9825), 1, - anon_sym_DOT2, + ACTIONS(9877), 1, + aux_sym__immediate_decimal_token1, STATE(5665), 1, sym_comment, - [212649] = 3, - ACTIONS(105), 1, + [213642] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5764), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9879), 1, + aux_sym__immediate_decimal_token1, STATE(5666), 1, sym_comment, - [212659] = 3, + [213652] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9497), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9881), 1, + anon_sym_RPAREN, STATE(5667), 1, sym_comment, - [212669] = 3, + [213662] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9827), 1, - anon_sym_RPAREN, + ACTIONS(9883), 1, + aux_sym__immediate_decimal_token1, STATE(5668), 1, sym_comment, - [212679] = 3, + [213672] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9829), 1, - anon_sym_RPAREN, + ACTIONS(9885), 1, + aux_sym__immediate_decimal_token1, STATE(5669), 1, sym_comment, - [212689] = 3, - ACTIONS(3), 1, + [213682] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9831), 1, - anon_sym_COLON, + ACTIONS(1379), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5670), 1, sym_comment, - [212699] = 3, + [213692] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9833), 1, - anon_sym_EQ, + ACTIONS(9887), 1, + aux_sym__immediate_decimal_token1, STATE(5671), 1, sym_comment, - [212709] = 3, + [213702] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9835), 1, + ACTIONS(9889), 1, aux_sym__immediate_decimal_token1, STATE(5672), 1, sym_comment, - [212719] = 3, + [213712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9837), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9891), 1, + anon_sym_DOT2, STATE(5673), 1, sym_comment, - [212729] = 3, + [213722] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9839), 1, - anon_sym_RBRACE, + ACTIONS(9893), 1, + anon_sym_DOT2, STATE(5674), 1, sym_comment, - [212739] = 3, + [213732] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9841), 1, - anon_sym_DOT2, + ACTIONS(9895), 1, + anon_sym_RBRACE, STATE(5675), 1, sym_comment, - [212749] = 3, - ACTIONS(105), 1, + [213742] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9843), 1, - aux_sym_unquoted_token3, + ACTIONS(9897), 1, + aux_sym__immediate_decimal_token1, STATE(5676), 1, sym_comment, - [212759] = 3, + [213752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9845), 1, + ACTIONS(9899), 1, anon_sym_RPAREN, STATE(5677), 1, sym_comment, - [212769] = 3, + [213762] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1203), 1, + ACTIONS(9901), 1, aux_sym__immediate_decimal_token1, STATE(5678), 1, sym_comment, - [212779] = 3, + [213772] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9847), 1, - anon_sym_DOT2, + ACTIONS(9903), 1, + anon_sym_RPAREN, STATE(5679), 1, sym_comment, - [212789] = 3, + [213782] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1199), 1, + ACTIONS(9605), 1, aux_sym__immediate_decimal_token1, STATE(5680), 1, sym_comment, - [212799] = 3, + [213792] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9849), 1, + ACTIONS(9905), 1, aux_sym__immediate_decimal_token1, STATE(5681), 1, sym_comment, - [212809] = 3, - ACTIONS(105), 1, + [213802] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9851), 1, - aux_sym_unquoted_token3, + ACTIONS(9907), 1, + aux_sym__immediate_decimal_token1, STATE(5682), 1, sym_comment, - [212819] = 3, + [213812] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9853), 1, - anon_sym_DOT2, + ACTIONS(8039), 1, + anon_sym_LPAREN2, STATE(5683), 1, sym_comment, - [212829] = 3, + [213822] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9855), 1, - anon_sym_RPAREN, + ACTIONS(9153), 1, + aux_sym__immediate_decimal_token1, STATE(5684), 1, sym_comment, - [212839] = 3, + [213832] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9857), 1, + ACTIONS(9145), 1, aux_sym__immediate_decimal_token1, STATE(5685), 1, sym_comment, - [212849] = 3, - ACTIONS(3), 1, + [213842] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9859), 1, - anon_sym_DOT2, + ACTIONS(9909), 1, + aux_sym_unquoted_token3, STATE(5686), 1, sym_comment, - [212859] = 3, + [213852] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9861), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9911), 1, + anon_sym_DOT2, STATE(5687), 1, sym_comment, - [212869] = 3, + [213862] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9863), 1, + ACTIONS(9913), 1, anon_sym_DOT2, STATE(5688), 1, sym_comment, - [212879] = 3, + [213872] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9865), 1, + ACTIONS(9915), 1, anon_sym_DOT2, STATE(5689), 1, sym_comment, - [212889] = 3, + [213882] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9867), 1, - anon_sym_DOT2, + ACTIONS(9917), 1, + anon_sym_RPAREN, STATE(5690), 1, sym_comment, - [212899] = 3, + [213892] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9869), 1, - anon_sym_RPAREN, + ACTIONS(9919), 1, + aux_sym__immediate_decimal_token1, STATE(5691), 1, sym_comment, - [212909] = 3, + [213902] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1237), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9921), 1, + anon_sym_DOT2, STATE(5692), 1, sym_comment, - [212919] = 3, + [213912] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9871), 1, - anon_sym_DOT2, + ACTIONS(9923), 1, + aux_sym__immediate_decimal_token1, STATE(5693), 1, sym_comment, - [212929] = 3, + [213922] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1230), 1, + ACTIONS(9925), 1, aux_sym__immediate_decimal_token1, STATE(5694), 1, sym_comment, - [212939] = 3, - ACTIONS(3), 1, + [213932] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9873), 1, - anon_sym_DOT2, + ACTIONS(9927), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5695), 1, sym_comment, - [212949] = 3, + [213942] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9875), 1, + ACTIONS(9929), 1, aux_sym__immediate_decimal_token1, STATE(5696), 1, sym_comment, - [212959] = 3, + [213952] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9877), 1, + ACTIONS(9931), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5697), 1, sym_comment, - [212969] = 3, + [213962] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9879), 1, - anon_sym_RPAREN, + ACTIONS(9933), 1, + aux_sym__immediate_decimal_token1, STATE(5698), 1, sym_comment, - [212979] = 3, + [213972] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9881), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9935), 1, + anon_sym_RPAREN, STATE(5699), 1, sym_comment, - [212989] = 3, + [213982] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9883), 1, + ACTIONS(9937), 1, aux_sym__immediate_decimal_token1, STATE(5700), 1, sym_comment, - [212999] = 3, + [213992] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9885), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9939), 1, + anon_sym_RBRACE, STATE(5701), 1, sym_comment, - [213009] = 3, - ACTIONS(105), 1, + [214002] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9887), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9941), 1, + aux_sym__immediate_decimal_token1, STATE(5702), 1, sym_comment, - [213019] = 3, - ACTIONS(105), 1, + [214012] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9889), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9943), 1, + aux_sym__immediate_decimal_token1, STATE(5703), 1, sym_comment, - [213029] = 3, + [214022] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9891), 1, + ACTIONS(9945), 1, anon_sym_RPAREN, STATE(5704), 1, sym_comment, - [213039] = 3, - ACTIONS(3), 1, + [214032] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9893), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(2049), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5705), 1, sym_comment, - [213049] = 3, + [214042] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9895), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9947), 1, + anon_sym_DOT2, STATE(5706), 1, sym_comment, - [213059] = 3, + [214052] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9897), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9949), 1, + anon_sym_DOT2, STATE(5707), 1, sym_comment, - [213069] = 3, + [214062] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9899), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9951), 1, + anon_sym_RPAREN, STATE(5708), 1, sym_comment, - [213079] = 3, - ACTIONS(105), 1, + [214072] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9901), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9953), 1, + aux_sym__immediate_decimal_token1, STATE(5709), 1, sym_comment, - [213089] = 3, + [214082] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9903), 1, - anon_sym_RPAREN, + ACTIONS(9955), 1, + ts_builtin_sym_end, STATE(5710), 1, sym_comment, - [213099] = 3, + [214092] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9905), 1, + ACTIONS(9957), 1, anon_sym_RBRACE, STATE(5711), 1, sym_comment, - [213109] = 3, - ACTIONS(105), 1, + [214102] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9907), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9959), 1, + aux_sym__immediate_decimal_token1, STATE(5712), 1, sym_comment, - [213119] = 3, + [214112] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9909), 1, + ACTIONS(9961), 1, aux_sym__immediate_decimal_token1, STATE(5713), 1, sym_comment, - [213129] = 3, + [214122] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9911), 1, + ACTIONS(9963), 1, anon_sym_RPAREN, STATE(5714), 1, sym_comment, - [213139] = 3, + [214132] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9913), 1, - anon_sym_DASH_GT, + ACTIONS(5403), 1, + anon_sym_PIPE, STATE(5715), 1, sym_comment, - [213149] = 3, + [214142] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9915), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9965), 1, + anon_sym_DOT2, STATE(5716), 1, sym_comment, - [213159] = 3, + [214152] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9917), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9967), 1, + anon_sym_RPAREN, STATE(5717), 1, sym_comment, - [213169] = 3, + [214162] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9919), 1, - anon_sym_RPAREN, + ACTIONS(1225), 1, + aux_sym__immediate_decimal_token1, STATE(5718), 1, sym_comment, - [213179] = 3, + [214172] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9921), 1, - anon_sym_RBRACE, + ACTIONS(9969), 1, + anon_sym_DOT2, STATE(5719), 1, sym_comment, - [213189] = 3, + [214182] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9923), 1, - anon_sym_RBRACE, + ACTIONS(1229), 1, + aux_sym__immediate_decimal_token1, STATE(5720), 1, sym_comment, - [213199] = 3, + [214192] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9925), 1, - anon_sym_RPAREN, + ACTIONS(9971), 1, + anon_sym_EQ, STATE(5721), 1, sym_comment, - [213209] = 3, + [214202] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(991), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(9973), 1, + anon_sym_EQ, STATE(5722), 1, sym_comment, - [213219] = 3, - ACTIONS(3), 1, + [214212] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9927), 1, - anon_sym_RPAREN, + ACTIONS(4793), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5723), 1, sym_comment, - [213229] = 3, + [214222] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9929), 1, + ACTIONS(9975), 1, anon_sym_RPAREN, STATE(5724), 1, sym_comment, - [213239] = 3, - ACTIONS(105), 1, + [214232] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5384), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(9977), 1, + aux_sym__immediate_decimal_token1, STATE(5725), 1, sym_comment, - [213249] = 3, - ACTIONS(3), 1, + [214242] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9931), 1, - anon_sym_RPAREN, + ACTIONS(9979), 1, + aux_sym_unquoted_token3, STATE(5726), 1, sym_comment, - [213259] = 3, + [214252] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9933), 1, - anon_sym_RPAREN, + ACTIONS(9981), 1, + aux_sym__immediate_decimal_token1, STATE(5727), 1, sym_comment, - [213269] = 3, + [214262] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9935), 1, - anon_sym_RPAREN, + ACTIONS(9983), 1, + anon_sym_DOT2, STATE(5728), 1, sym_comment, - [213279] = 3, + [214272] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9937), 1, - anon_sym_RPAREN, + ACTIONS(9985), 1, + anon_sym_DOT2, STATE(5729), 1, sym_comment, - [213289] = 3, + [214282] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9939), 1, - anon_sym_RPAREN, + ACTIONS(9987), 1, + anon_sym_DOT2, STATE(5730), 1, sym_comment, - [213299] = 3, + [214292] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9941), 1, + ACTIONS(9989), 1, anon_sym_RPAREN, STATE(5731), 1, sym_comment, - [213309] = 3, + [214302] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9943), 1, - anon_sym_RPAREN, + ACTIONS(1260), 1, + aux_sym__immediate_decimal_token1, STATE(5732), 1, sym_comment, - [213319] = 3, + [214312] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9945), 1, + ACTIONS(9991), 1, anon_sym_DOT2, STATE(5733), 1, sym_comment, - [213329] = 3, + [214322] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9947), 1, - anon_sym_SEMI, + ACTIONS(1256), 1, + aux_sym__immediate_decimal_token1, STATE(5734), 1, sym_comment, - [213339] = 3, + [214332] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1037), 1, + ACTIONS(9993), 1, aux_sym__immediate_decimal_token1, STATE(5735), 1, sym_comment, - [213349] = 3, + [214342] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9949), 1, + ACTIONS(9995), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5736), 1, sym_comment, - [213359] = 3, + [214352] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9467), 1, - anon_sym_make, + ACTIONS(9997), 1, + aux_sym__immediate_decimal_token1, STATE(5737), 1, sym_comment, - [213369] = 3, + [214362] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3093), 1, - anon_sym_in, + ACTIONS(9999), 1, + anon_sym_RPAREN, STATE(5738), 1, sym_comment, - [213379] = 3, - ACTIONS(105), 1, + [214372] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1670), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10001), 1, + aux_sym__immediate_decimal_token1, STATE(5739), 1, sym_comment, - [213389] = 3, + [214382] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9951), 1, - anon_sym_DOT2, + ACTIONS(1191), 1, + aux_sym__immediate_decimal_token1, STATE(5740), 1, sym_comment, - [213399] = 3, + [214392] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9953), 1, - anon_sym_LBRACK2, + ACTIONS(10003), 1, + aux_sym__immediate_decimal_token1, STATE(5741), 1, sym_comment, - [213409] = 3, + [214402] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9955), 1, - anon_sym_DOT2, + ACTIONS(10005), 1, + aux_sym__immediate_decimal_token1, STATE(5742), 1, sym_comment, - [213419] = 3, + [214412] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9957), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10007), 1, + anon_sym_RBRACE, STATE(5743), 1, sym_comment, - [213429] = 3, + [214422] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9959), 1, - anon_sym_DOT2, + ACTIONS(10009), 1, + anon_sym_RPAREN, STATE(5744), 1, sym_comment, - [213439] = 3, + [214432] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9961), 1, - anon_sym_DOT2, + ACTIONS(10011), 1, + aux_sym__immediate_decimal_token1, STATE(5745), 1, sym_comment, - [213449] = 3, + [214442] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9963), 1, - anon_sym_RBRACK, + ACTIONS(1143), 1, + aux_sym__immediate_decimal_token1, STATE(5746), 1, sym_comment, - [213459] = 3, + [214452] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9465), 1, - aux_sym_unquoted_token6, + ACTIONS(10013), 1, + aux_sym__immediate_decimal_token1, STATE(5747), 1, sym_comment, - [213469] = 3, + [214462] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9965), 1, - anon_sym_DOT2, + ACTIONS(10015), 1, + anon_sym_RPAREN, STATE(5748), 1, sym_comment, - [213479] = 3, - ACTIONS(3), 1, + [214472] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9967), 1, - anon_sym_RBRACE, + ACTIONS(1387), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5749), 1, sym_comment, - [213489] = 3, + [214482] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9969), 1, + ACTIONS(10017), 1, anon_sym_RPAREN, STATE(5750), 1, sym_comment, - [213499] = 3, + [214492] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9971), 1, - anon_sym_RBRACE, + ACTIONS(10019), 1, + anon_sym_DOT2, STATE(5751), 1, sym_comment, - [213509] = 3, + [214502] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9973), 1, + ACTIONS(10021), 1, anon_sym_DOT2, STATE(5752), 1, sym_comment, - [213519] = 3, + [214512] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9975), 1, - anon_sym_LBRACE, + ACTIONS(10023), 1, + anon_sym_RBRACE, STATE(5753), 1, sym_comment, - [213529] = 3, + [214522] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9977), 1, - anon_sym_RBRACE, + ACTIONS(10025), 1, + anon_sym_RPAREN, STATE(5754), 1, sym_comment, - [213539] = 3, - ACTIONS(3), 1, + [214532] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(7862), 1, - anon_sym_LPAREN2, + ACTIONS(10027), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5755), 1, sym_comment, - [213549] = 3, + [214542] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1033), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10029), 1, + anon_sym_RPAREN, STATE(5756), 1, sym_comment, - [213559] = 3, + [214552] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9979), 1, - anon_sym_RPAREN, + ACTIONS(10031), 1, + anon_sym_RBRACE, STATE(5757), 1, sym_comment, - [213569] = 3, + [214562] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(995), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10033), 1, + anon_sym_RPAREN, STATE(5758), 1, sym_comment, - [213579] = 3, - ACTIONS(3), 1, + [214572] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(4107), 1, - anon_sym_COLON, + ACTIONS(5123), 1, + aux_sym__unquoted_in_list_token5, STATE(5759), 1, sym_comment, - [213589] = 3, - ACTIONS(3), 1, + [214582] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9981), 1, - anon_sym_DOT2, + ACTIONS(10035), 1, + aux_sym_unquoted_token3, STATE(5760), 1, sym_comment, - [213599] = 3, + [214592] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9983), 1, + ACTIONS(10037), 1, anon_sym_RPAREN, STATE(5761), 1, sym_comment, - [213609] = 3, + [214602] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9985), 1, - anon_sym_EQ_GT, + ACTIONS(10039), 1, + anon_sym_DOT2, STATE(5762), 1, sym_comment, - [213619] = 3, + [214612] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9987), 1, + ACTIONS(10041), 1, anon_sym_DOT2, STATE(5763), 1, sym_comment, - [213629] = 3, + [214622] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9989), 1, - anon_sym_RBRACE, + ACTIONS(10043), 1, + anon_sym_RPAREN, STATE(5764), 1, sym_comment, - [213639] = 3, - ACTIONS(105), 1, + [214632] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9991), 1, - aux_sym_unquoted_token3, + ACTIONS(10045), 1, + anon_sym_DOT2, STATE(5765), 1, sym_comment, - [213649] = 3, + [214642] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8042), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10047), 1, + anon_sym_RPAREN, STATE(5766), 1, sym_comment, - [213659] = 3, + [214652] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9993), 1, - anon_sym_RBRACK, + ACTIONS(10049), 1, + anon_sym_RPAREN, STATE(5767), 1, sym_comment, - [213669] = 3, + [214662] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9995), 1, - anon_sym_DOT2, + ACTIONS(10051), 1, + anon_sym_RPAREN, STATE(5768), 1, sym_comment, - [213679] = 3, + [214672] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9997), 1, - anon_sym_DOT2, + ACTIONS(10053), 1, + anon_sym_RPAREN, STATE(5769), 1, sym_comment, - [213689] = 3, + [214682] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9999), 1, - anon_sym_DOT2, + ACTIONS(10055), 1, + anon_sym_RPAREN, STATE(5770), 1, sym_comment, - [213699] = 3, + [214692] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6178), 1, - anon_sym_SEMI, + ACTIONS(10057), 1, + anon_sym_RPAREN, STATE(5771), 1, sym_comment, - [213709] = 3, - ACTIONS(105), 1, + [214702] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2724), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(10059), 1, + anon_sym_RPAREN, STATE(5772), 1, sym_comment, - [213719] = 3, + [214712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4819), 1, - anon_sym_RBRACE, + ACTIONS(10061), 1, + anon_sym_DOT2, STATE(5773), 1, sym_comment, - [213729] = 3, + [214722] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10001), 1, - anon_sym_RBRACE, + ACTIONS(10063), 1, + aux_sym__immediate_decimal_token1, STATE(5774), 1, sym_comment, - [213739] = 3, - ACTIONS(3), 1, + [214732] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(9439), 1, - anon_sym_EQ_GT, + ACTIONS(10065), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5775), 1, sym_comment, - [213749] = 3, + [214742] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10003), 1, - anon_sym_EQ, + ACTIONS(10067), 1, + aux_sym__immediate_decimal_token1, STATE(5776), 1, sym_comment, - [213759] = 3, + [214752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10005), 1, - anon_sym_RBRACE, + ACTIONS(9665), 1, + anon_sym_make, STATE(5777), 1, sym_comment, - [213769] = 3, - ACTIONS(3), 1, + [214762] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10007), 1, - anon_sym_DOT2, + ACTIONS(10069), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5778), 1, sym_comment, - [213779] = 3, + [214772] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6153), 1, - anon_sym_SEMI, + ACTIONS(10071), 1, + aux_sym__immediate_decimal_token1, STATE(5779), 1, sym_comment, - [213789] = 3, + [214782] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10009), 1, - anon_sym_DOT2, + ACTIONS(10073), 1, + anon_sym_RBRACE, STATE(5780), 1, sym_comment, - [213799] = 3, + [214792] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10011), 1, - anon_sym_DOT2, + ACTIONS(10075), 1, + anon_sym_LBRACK2, STATE(5781), 1, sym_comment, - [213809] = 3, + [214802] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10013), 1, - anon_sym_DOT2, + ACTIONS(10077), 1, + aux_sym__immediate_decimal_token1, STATE(5782), 1, sym_comment, - [213819] = 3, + [214812] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10015), 1, - anon_sym_DOT2, + ACTIONS(10079), 1, + anon_sym_RPAREN, STATE(5783), 1, sym_comment, - [213829] = 3, - ACTIONS(3), 1, + [214822] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10017), 1, - anon_sym_DOT2, + ACTIONS(2115), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5784), 1, sym_comment, - [213839] = 3, + [214832] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10019), 1, - anon_sym_LBRACE, + ACTIONS(10081), 1, + anon_sym_DOT2, STATE(5785), 1, sym_comment, - [213849] = 3, + [214842] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7625), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10083), 1, + anon_sym_DOT2, STATE(5786), 1, sym_comment, - [213859] = 3, + [214852] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10021), 1, - anon_sym_DOT2, + ACTIONS(9685), 1, + aux_sym_unquoted_token6, STATE(5787), 1, sym_comment, - [213869] = 3, + [214862] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10023), 1, - anon_sym_DOT2, + ACTIONS(10085), 1, + anon_sym_RBRACE, STATE(5788), 1, sym_comment, - [213879] = 3, - ACTIONS(105), 1, + [214872] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10025), 1, - aux_sym_unquoted_token3, + ACTIONS(10087), 1, + aux_sym__immediate_decimal_token1, STATE(5789), 1, sym_comment, - [213889] = 3, + [214882] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10027), 1, - anon_sym_DOT2, + ACTIONS(10089), 1, + anon_sym_RPAREN, STATE(5790), 1, sym_comment, - [213899] = 3, + [214892] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10029), 1, - anon_sym_DOT2, + ACTIONS(10091), 1, + anon_sym_RPAREN, STATE(5791), 1, sym_comment, - [213909] = 3, + [214902] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10031), 1, - anon_sym_GT, + ACTIONS(10093), 1, + anon_sym_DOT2, STATE(5792), 1, sym_comment, - [213919] = 3, - ACTIONS(105), 1, + [214912] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10033), 1, - aux_sym_unquoted_token3, + ACTIONS(10095), 1, + anon_sym_LBRACE, STATE(5793), 1, sym_comment, - [213929] = 3, + [214922] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10035), 1, - anon_sym_DOT2, + ACTIONS(10097), 1, + anon_sym_EQ, STATE(5794), 1, sym_comment, - [213939] = 3, + [214932] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10037), 1, - anon_sym_DOT2, + ACTIONS(10099), 1, + anon_sym_RPAREN, STATE(5795), 1, sym_comment, - [213949] = 3, + [214942] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7544), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(7951), 1, + anon_sym_LPAREN2, STATE(5796), 1, sym_comment, - [213959] = 3, - ACTIONS(105), 1, + [214952] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10039), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(4161), 1, + anon_sym_COLON, STATE(5797), 1, sym_comment, - [213969] = 3, + [214962] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10041), 1, - anon_sym_RBRACK, + ACTIONS(1139), 1, + aux_sym__immediate_decimal_token1, STATE(5798), 1, sym_comment, - [213979] = 3, + [214972] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10043), 1, - anon_sym_RBRACK, + ACTIONS(10101), 1, + anon_sym_in, STATE(5799), 1, sym_comment, - [213989] = 3, + [214982] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7538), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10103), 1, + anon_sym_RBRACE, STATE(5800), 1, sym_comment, - [213999] = 3, + [214992] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10045), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10105), 1, + aux_sym_unquoted_token3, STATE(5801), 1, sym_comment, - [214009] = 3, + [215002] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10047), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10107), 1, + anon_sym_DOT2, STATE(5802), 1, sym_comment, - [214019] = 3, + [215012] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10049), 1, - anon_sym_RPAREN, + ACTIONS(10109), 1, + anon_sym_DOT2, STATE(5803), 1, sym_comment, - [214029] = 3, + [215022] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10051), 1, - anon_sym_RPAREN, + ACTIONS(10111), 1, + anon_sym_DOT2, STATE(5804), 1, sym_comment, - [214039] = 3, + [215032] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10053), 1, - anon_sym_RBRACE, + ACTIONS(10113), 1, + anon_sym_DOT2, STATE(5805), 1, sym_comment, - [214049] = 3, + [215042] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10055), 1, + ACTIONS(10115), 1, aux_sym__immediate_decimal_token1, STATE(5806), 1, sym_comment, - [214059] = 3, - ACTIONS(3), 1, + [215052] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10057), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10117), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5807), 1, sym_comment, - [214069] = 3, + [215062] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10059), 1, - anon_sym_DOT2, + ACTIONS(10119), 1, + aux_sym__immediate_decimal_token1, STATE(5808), 1, sym_comment, - [214079] = 3, + [215072] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1161), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10121), 1, + anon_sym_DOT2, STATE(5809), 1, sym_comment, - [214089] = 3, - ACTIONS(105), 1, + [215082] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1353), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10123), 1, + anon_sym_DOT2, STATE(5810), 1, sym_comment, - [214099] = 3, + [215092] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10061), 1, - anon_sym_RPAREN, + ACTIONS(10125), 1, + anon_sym_DOT2, STATE(5811), 1, sym_comment, - [214109] = 3, + [215102] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10063), 1, - anon_sym_RPAREN, + ACTIONS(10127), 1, + aux_sym__immediate_decimal_token1, STATE(5812), 1, sym_comment, - [214119] = 3, + [215112] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9501), 1, + ACTIONS(10129), 1, aux_sym__immediate_decimal_token1, STATE(5813), 1, sym_comment, - [214129] = 3, + [215122] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10065), 1, - anon_sym_DOT2, + ACTIONS(10131), 1, + anon_sym_RBRACE, STATE(5814), 1, sym_comment, - [214139] = 3, + [215132] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10067), 1, - anon_sym_in, + ACTIONS(10133), 1, + aux_sym__immediate_decimal_token1, STATE(5815), 1, sym_comment, - [214149] = 3, + [215142] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10069), 1, - anon_sym_SEMI, + ACTIONS(10135), 1, + anon_sym_RPAREN, STATE(5816), 1, sym_comment, - [214159] = 3, - ACTIONS(3), 1, + [215152] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10071), 1, - anon_sym_DOT2, + ACTIONS(5783), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5817), 1, sym_comment, - [214169] = 3, + [215162] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10073), 1, - anon_sym_EQ, + ACTIONS(10137), 1, + anon_sym_DOT2, STATE(5818), 1, sym_comment, - [214179] = 3, + [215172] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10075), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10139), 1, + anon_sym_DOT2, STATE(5819), 1, sym_comment, - [214189] = 3, + [215182] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10077), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(6215), 1, + anon_sym_SEMI, STATE(5820), 1, sym_comment, - [214199] = 3, + [215192] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10079), 1, - anon_sym_RPAREN, + ACTIONS(10141), 1, + anon_sym_DOT2, STATE(5821), 1, sym_comment, - [214209] = 3, + [215202] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10081), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10143), 1, + anon_sym_DOT2, STATE(5822), 1, sym_comment, - [214219] = 3, + [215212] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10083), 1, - anon_sym_RPAREN, + ACTIONS(10145), 1, + anon_sym_DOT2, STATE(5823), 1, sym_comment, - [214229] = 3, + [215222] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10085), 1, + ACTIONS(10147), 1, anon_sym_DOT2, STATE(5824), 1, sym_comment, - [214239] = 3, + [215232] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10087), 1, - anon_sym_DOT2, + ACTIONS(10149), 1, + anon_sym_LBRACE, STATE(5825), 1, sym_comment, - [214249] = 3, + [215242] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10089), 1, + ACTIONS(10151), 1, anon_sym_RBRACE, STATE(5826), 1, sym_comment, - [214259] = 3, + [215252] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10091), 1, - anon_sym_LBRACK2, + ACTIONS(10153), 1, + aux_sym__immediate_decimal_token1, STATE(5827), 1, sym_comment, - [214269] = 3, + [215262] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10093), 1, - anon_sym_catch, + ACTIONS(10155), 1, + anon_sym_RPAREN, STATE(5828), 1, sym_comment, - [214279] = 3, + [215272] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10095), 1, - sym_cmd_identifier, + ACTIONS(10157), 1, + sym_identifier, STATE(5829), 1, sym_comment, - [214289] = 3, + [215282] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10097), 1, - anon_sym_DOT2, + ACTIONS(10159), 1, + sym_identifier, STATE(5830), 1, sym_comment, - [214299] = 3, + [215292] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10099), 1, - anon_sym_RPAREN, + ACTIONS(10161), 1, + sym__long_flag_identifier, STATE(5831), 1, sym_comment, - [214309] = 3, - ACTIONS(105), 1, + [215302] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10101), 1, - aux_sym_unquoted_token3, + ACTIONS(10163), 1, + aux_sym_param_short_flag_token1, STATE(5832), 1, sym_comment, - [214319] = 3, + [215312] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10103), 1, - anon_sym_DOT2, + ACTIONS(10165), 1, + anon_sym_COLON, STATE(5833), 1, sym_comment, - [214329] = 3, - ACTIONS(3), 1, + [215322] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10105), 1, - anon_sym_DOT2, + ACTIONS(10167), 1, + aux_sym_unquoted_token3, STATE(5834), 1, sym_comment, - [214339] = 3, + [215332] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10107), 1, + ACTIONS(10169), 1, anon_sym_DOT2, STATE(5835), 1, sym_comment, - [214349] = 3, + [215342] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7806), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10171), 1, + anon_sym_DOT2, STATE(5836), 1, sym_comment, - [214359] = 3, + [215352] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10109), 1, + ACTIONS(10173), 1, anon_sym_DOT2, STATE(5837), 1, sym_comment, - [214369] = 3, + [215362] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10111), 1, + ACTIONS(10175), 1, anon_sym_DOT2, STATE(5838), 1, sym_comment, - [214379] = 3, + [215372] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10113), 1, - anon_sym_DOT2, + ACTIONS(7777), 1, + aux_sym__immediate_decimal_token1, STATE(5839), 1, sym_comment, - [214389] = 3, - ACTIONS(3), 1, + [215382] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10115), 1, - anon_sym_RBRACE, + ACTIONS(10177), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5840), 1, sym_comment, - [214399] = 3, + [215392] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9475), 1, + ACTIONS(7791), 1, aux_sym__immediate_decimal_token1, STATE(5841), 1, sym_comment, - [214409] = 3, - ACTIONS(3), 1, + [215402] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10117), 1, - anon_sym_EQ, + ACTIONS(10179), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5842), 1, sym_comment, - [214419] = 3, + [215412] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10119), 1, - anon_sym_DOT2, + ACTIONS(10181), 1, + aux_sym__immediate_decimal_token1, STATE(5843), 1, sym_comment, - [214429] = 3, + [215422] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10121), 1, - anon_sym_DOT2, + ACTIONS(10183), 1, + anon_sym_RBRACE, STATE(5844), 1, sym_comment, - [214439] = 3, + [215432] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10123), 1, - anon_sym_EQ, + ACTIONS(1195), 1, + aux_sym__immediate_decimal_token1, STATE(5845), 1, sym_comment, - [214449] = 3, + [215442] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7895), 1, - anon_sym_LPAREN2, + ACTIONS(9615), 1, + aux_sym_unquoted_token6, STATE(5846), 1, sym_comment, - [214459] = 3, + [215452] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10125), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10185), 1, + anon_sym_RPAREN, STATE(5847), 1, sym_comment, - [214469] = 3, - ACTIONS(105), 1, + [215462] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10127), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10187), 1, + anon_sym_DOT2, STATE(5848), 1, sym_comment, - [214479] = 3, + [215472] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10129), 1, + ACTIONS(10189), 1, aux_sym__immediate_decimal_token1, STATE(5849), 1, sym_comment, - [214489] = 3, + [215482] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10131), 1, + ACTIONS(5397), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5850), 1, sym_comment, - [214499] = 3, + [215492] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10133), 1, - sym_cmd_identifier, + ACTIONS(10191), 1, + anon_sym_DOT2, STATE(5851), 1, sym_comment, - [214509] = 3, + [215502] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10135), 1, - anon_sym_DOT2, + ACTIONS(10193), 1, + anon_sym_RPAREN, STATE(5852), 1, sym_comment, - [214519] = 3, + [215512] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10137), 1, - anon_sym_EQ, + ACTIONS(10195), 1, + anon_sym_DOT2, STATE(5853), 1, sym_comment, - [214529] = 3, + [215522] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10139), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10197), 1, + anon_sym_RBRACE, STATE(5854), 1, sym_comment, - [214539] = 3, + [215532] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10141), 1, + ACTIONS(10199), 1, anon_sym_RBRACE, STATE(5855), 1, sym_comment, - [214549] = 3, + [215542] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10143), 1, - anon_sym_DOT2, + ACTIONS(1181), 1, + aux_sym__immediate_decimal_token1, STATE(5856), 1, sym_comment, - [214559] = 3, - ACTIONS(105), 1, + [215552] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2077), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10201), 1, + anon_sym_RPAREN, STATE(5857), 1, sym_comment, - [214569] = 3, + [215562] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10145), 1, - anon_sym_RBRACE, + ACTIONS(10203), 1, + anon_sym_COLON, STATE(5858), 1, sym_comment, - [214579] = 3, + [215572] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10147), 1, - anon_sym_LBRACK2, + ACTIONS(10205), 1, + aux_sym__immediate_decimal_token1, STATE(5859), 1, sym_comment, - [214589] = 3, - ACTIONS(3), 1, + [215582] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10149), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10207), 1, + aux_sym_unquoted_token3, STATE(5860), 1, sym_comment, - [214599] = 3, + [215592] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10151), 1, - anon_sym_RPAREN, + ACTIONS(10209), 1, + anon_sym_DOT2, STATE(5861), 1, sym_comment, - [214609] = 3, + [215602] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10153), 1, + ACTIONS(10211), 1, anon_sym_DOT2, STATE(5862), 1, sym_comment, - [214619] = 3, + [215612] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10155), 1, - anon_sym_RPAREN, + ACTIONS(10213), 1, + sym_cmd_identifier, STATE(5863), 1, sym_comment, - [214629] = 3, + [215622] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9481), 1, - aux_sym_unquoted_token6, + ACTIONS(10215), 1, + anon_sym_DOT2, STATE(5864), 1, sym_comment, - [214639] = 3, + [215632] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10157), 1, + ACTIONS(10217), 1, anon_sym_DOT2, STATE(5865), 1, sym_comment, - [214649] = 3, + [215642] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10159), 1, - anon_sym_DOT2, + ACTIONS(10219), 1, + aux_sym__immediate_decimal_token1, STATE(5866), 1, sym_comment, - [214659] = 3, - ACTIONS(3), 1, + [215652] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10161), 1, - anon_sym_DOT2, + ACTIONS(10221), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5867), 1, sym_comment, - [214669] = 3, + [215662] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10163), 1, + ACTIONS(10223), 1, anon_sym_RBRACE, STATE(5868), 1, sym_comment, - [214679] = 3, + [215672] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2223), 1, + ACTIONS(10225), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5869), 1, sym_comment, - [214689] = 3, + [215682] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10165), 1, - anon_sym_DOT2, + ACTIONS(10227), 1, + aux_sym__immediate_decimal_token1, STATE(5870), 1, sym_comment, - [214699] = 3, + [215692] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10167), 1, + ACTIONS(10229), 1, anon_sym_DOT2, STATE(5871), 1, sym_comment, - [214709] = 3, + [215702] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10169), 1, - anon_sym_DOT2, + ACTIONS(10231), 1, + anon_sym_RBRACE, STATE(5872), 1, sym_comment, - [214719] = 3, + [215712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10171), 1, - anon_sym_DASH2, + ACTIONS(1049), 1, + aux_sym__immediate_decimal_token1, STATE(5873), 1, sym_comment, - [214729] = 3, - ACTIONS(105), 1, + [215722] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9511), 1, - aux_sym__unquoted_in_list_token5, + ACTIONS(10233), 1, + anon_sym_RPAREN, STATE(5874), 1, sym_comment, - [214739] = 3, + [215732] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10173), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10235), 1, + anon_sym_DOT2, STATE(5875), 1, sym_comment, - [214749] = 3, + [215742] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10175), 1, - aux_sym_unquoted_token3, + ACTIONS(5521), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5876), 1, sym_comment, - [214759] = 3, + [215752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10177), 1, - anon_sym_DOT2, + ACTIONS(10237), 1, + anon_sym_LBRACK2, STATE(5877), 1, sym_comment, - [214769] = 3, + [215762] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10179), 1, + ACTIONS(10239), 1, anon_sym_DOT2, STATE(5878), 1, sym_comment, - [214779] = 3, + [215772] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10181), 1, + ACTIONS(10241), 1, anon_sym_DOT2, STATE(5879), 1, sym_comment, - [214789] = 3, + [215782] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10183), 1, + ACTIONS(10243), 1, anon_sym_DOT2, STATE(5880), 1, sym_comment, - [214799] = 3, + [215792] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10185), 1, - anon_sym_RBRACE, + ACTIONS(10245), 1, + anon_sym_RPAREN, STATE(5881), 1, sym_comment, - [214809] = 3, + [215802] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10187), 1, - anon_sym_EQ, + ACTIONS(10247), 1, + anon_sym_RPAREN, STATE(5882), 1, sym_comment, - [214819] = 3, + [215812] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10189), 1, - anon_sym_LBRACK2, + ACTIONS(1055), 1, + aux_sym__immediate_decimal_token1, STATE(5883), 1, sym_comment, - [214829] = 3, + [215822] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10191), 1, - anon_sym_RBRACE, + ACTIONS(10249), 1, + anon_sym_DOT2, STATE(5884), 1, sym_comment, - [214839] = 3, + [215832] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10193), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10251), 1, + anon_sym_DOT2, STATE(5885), 1, sym_comment, - [214849] = 3, + [215842] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10195), 1, + ACTIONS(10253), 1, anon_sym_DOT2, STATE(5886), 1, sym_comment, - [214859] = 3, + [215852] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10197), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10255), 1, + anon_sym_RPAREN, STATE(5887), 1, sym_comment, - [214869] = 3, - ACTIONS(3), 1, + [215862] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10199), 1, - anon_sym_DOT2, + ACTIONS(10257), 1, + aux_sym_unquoted_token3, STATE(5888), 1, sym_comment, - [214879] = 3, + [215872] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10201), 1, + ACTIONS(10259), 1, anon_sym_DOT2, STATE(5889), 1, sym_comment, - [214889] = 3, + [215882] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10203), 1, + ACTIONS(10261), 1, anon_sym_DOT2, STATE(5890), 1, sym_comment, - [214899] = 3, + [215892] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10205), 1, - anon_sym_RPAREN, + ACTIONS(10263), 1, + anon_sym_DOT2, STATE(5891), 1, sym_comment, - [214909] = 3, + [215902] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10207), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10265), 1, + anon_sym_DOT2, STATE(5892), 1, sym_comment, - [214919] = 3, + [215912] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10209), 1, - anon_sym_LBRACK2, + ACTIONS(10267), 1, + aux_sym__immediate_decimal_token1, STATE(5893), 1, sym_comment, - [214929] = 3, + [215922] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10211), 1, + ACTIONS(10269), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5894), 1, sym_comment, - [214939] = 3, + [215932] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10213), 1, + ACTIONS(10271), 1, aux_sym__immediate_decimal_token1, STATE(5895), 1, sym_comment, - [214949] = 3, - ACTIONS(3), 1, + [215942] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10215), 1, - anon_sym_DOT2, + ACTIONS(10273), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5896), 1, sym_comment, - [214959] = 3, + [215952] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10217), 1, - anon_sym_EQ_GT, + ACTIONS(10275), 1, + aux_sym__immediate_decimal_token1, STATE(5897), 1, sym_comment, - [214969] = 3, + [215962] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10219), 1, - anon_sym_DOT2, + ACTIONS(10277), 1, + anon_sym_RBRACE, STATE(5898), 1, sym_comment, - [214979] = 3, + [215972] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10221), 1, - anon_sym_DOT2, + ACTIONS(10279), 1, + anon_sym_RBRACE, STATE(5899), 1, sym_comment, - [214989] = 3, + [215982] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10223), 1, - anon_sym_DOT2, + ACTIONS(10281), 1, + aux_sym__immediate_decimal_token1, STATE(5900), 1, sym_comment, - [214999] = 3, - ACTIONS(105), 1, + [215992] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10225), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10283), 1, + anon_sym_RPAREN, STATE(5901), 1, sym_comment, - [215009] = 3, + [216002] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10227), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10285), 1, + anon_sym_RBRACE, STATE(5902), 1, sym_comment, - [215019] = 3, - ACTIONS(3), 1, + [216012] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10229), 1, - anon_sym_LBRACK2, + ACTIONS(2532), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5903), 1, sym_comment, - [215029] = 3, + [216022] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10231), 1, - anon_sym_RBRACE, + ACTIONS(10287), 1, + anon_sym_DOT2, STATE(5904), 1, sym_comment, - [215039] = 3, + [216032] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10233), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10289), 1, + anon_sym_DASH2, STATE(5905), 1, sym_comment, - [215049] = 3, + [216042] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10235), 1, + ACTIONS(10291), 1, anon_sym_DOT2, STATE(5906), 1, sym_comment, - [215059] = 3, + [216052] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10237), 1, - anon_sym_EQ, + ACTIONS(10293), 1, + anon_sym_RBRACE, STATE(5907), 1, sym_comment, - [215069] = 3, + [216062] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10239), 1, - anon_sym_DOT2, + ACTIONS(10295), 1, + aux_sym__immediate_decimal_token1, STATE(5908), 1, sym_comment, - [215079] = 3, + [216072] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10241), 1, - anon_sym_DOT2, + ACTIONS(10297), 1, + anon_sym_LBRACK2, STATE(5909), 1, sym_comment, - [215089] = 3, + [216082] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10243), 1, + ACTIONS(10299), 1, anon_sym_DOT2, STATE(5910), 1, sym_comment, - [215099] = 3, - ACTIONS(3), 1, + [216092] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10245), 1, - anon_sym_RPAREN, + ACTIONS(10301), 1, + aux_sym_unquoted_token3, STATE(5911), 1, sym_comment, - [215109] = 3, + [216102] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10247), 1, + ACTIONS(10303), 1, anon_sym_DOT2, STATE(5912), 1, sym_comment, - [215119] = 3, + [216112] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10249), 1, - anon_sym_LBRACK2, + ACTIONS(10305), 1, + anon_sym_GT, STATE(5913), 1, sym_comment, - [215129] = 3, - ACTIONS(105), 1, + [216122] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9537), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10307), 1, + anon_sym_DOT2, STATE(5914), 1, sym_comment, - [215139] = 3, - ACTIONS(105), 1, + [216132] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10251), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10309), 1, + anon_sym_DOT2, STATE(5915), 1, sym_comment, - [215149] = 3, + [216142] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10253), 1, + ACTIONS(10311), 1, anon_sym_DOT2, STATE(5916), 1, sym_comment, - [215159] = 3, - ACTIONS(105), 1, + [216152] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2019), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10313), 1, + anon_sym_DOT2, STATE(5917), 1, sym_comment, - [215169] = 3, + [216162] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10255), 1, + ACTIONS(10315), 1, anon_sym_DOT2, STATE(5918), 1, sym_comment, - [215179] = 3, + [216172] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10257), 1, + ACTIONS(10317), 1, anon_sym_DOT2, STATE(5919), 1, sym_comment, - [215189] = 3, + [216182] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10259), 1, + ACTIONS(10319), 1, anon_sym_DOT2, STATE(5920), 1, sym_comment, - [215199] = 3, + [216192] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10261), 1, - anon_sym_DOT2, + ACTIONS(7769), 1, + aux_sym__immediate_decimal_token1, STATE(5921), 1, sym_comment, - [215209] = 3, - ACTIONS(3), 1, + [216202] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10263), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10321), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5922), 1, sym_comment, - [215219] = 3, + [216212] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10265), 1, - anon_sym_LBRACK2, + ACTIONS(10323), 1, + anon_sym_EQ, STATE(5923), 1, sym_comment, - [215229] = 3, + [216222] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10267), 1, - anon_sym_DOT2, + ACTIONS(7760), 1, + aux_sym__immediate_decimal_token1, STATE(5924), 1, sym_comment, - [215239] = 3, + [216232] = 3, ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10269), 1, + ACTIONS(9597), 1, aux_sym__list_item_starts_with_sign_token1, STATE(5925), 1, sym_comment, - [215249] = 3, + [216242] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10271), 1, - anon_sym_DOT2, + ACTIONS(10325), 1, + aux_sym__immediate_decimal_token1, STATE(5926), 1, sym_comment, - [215259] = 3, + [216252] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10273), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10327), 1, + anon_sym_RBRACE, STATE(5927), 1, sym_comment, - [215269] = 3, + [216262] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10275), 1, - anon_sym_DOT2, + ACTIONS(10329), 1, + anon_sym_RBRACE, STATE(5928), 1, sym_comment, - [215279] = 3, + [216272] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10277), 1, - anon_sym_DOT2, + ACTIONS(8905), 1, + aux_sym__immediate_decimal_token1, STATE(5929), 1, sym_comment, - [215289] = 3, + [216282] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10279), 1, - anon_sym_DOT2, + ACTIONS(10331), 1, + anon_sym_RPAREN, STATE(5930), 1, sym_comment, - [215299] = 3, - ACTIONS(3), 1, + [216292] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10281), 1, - anon_sym_DOT2, + ACTIONS(9669), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5931), 1, sym_comment, - [215309] = 3, - ACTIONS(105), 1, + [216302] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10283), 1, - aux_sym_comment_token1, + ACTIONS(10333), 1, + anon_sym_LBRACK2, STATE(5932), 1, sym_comment, - [215319] = 3, + [216312] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10285), 1, - anon_sym_LBRACK2, + ACTIONS(10335), 1, + anon_sym_RBRACE, STATE(5933), 1, sym_comment, - [215329] = 3, - ACTIONS(3), 1, + [216322] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10287), 1, - anon_sym_DOT2, + ACTIONS(4775), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(5934), 1, sym_comment, - [215339] = 3, + [216332] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10289), 1, - anon_sym_RPAREN, + ACTIONS(10337), 1, + anon_sym_DOT2, STATE(5935), 1, sym_comment, - [215349] = 3, - ACTIONS(3), 1, + [216342] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10291), 1, - anon_sym_DOT2, + ACTIONS(2874), 1, + aux_sym__unquoted_in_list_token3, STATE(5936), 1, sym_comment, - [215359] = 3, + [216352] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9083), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10339), 1, + anon_sym_DOT2, STATE(5937), 1, sym_comment, - [215369] = 3, + [216362] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10293), 1, + ACTIONS(10341), 1, anon_sym_DOT2, STATE(5938), 1, sym_comment, - [215379] = 3, + [216372] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10295), 1, + ACTIONS(10343), 1, anon_sym_DOT2, STATE(5939), 1, sym_comment, - [215389] = 3, + [216382] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10297), 1, + ACTIONS(10345), 1, anon_sym_DOT2, STATE(5940), 1, sym_comment, - [215399] = 3, + [216392] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2991), 1, - anon_sym_in, + ACTIONS(10347), 1, + anon_sym_DOT2, STATE(5941), 1, sym_comment, - [215409] = 3, + [216402] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10299), 1, - anon_sym_RBRACE, + ACTIONS(10349), 1, + anon_sym_DOT2, STATE(5942), 1, sym_comment, - [215419] = 3, + [216412] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10301), 1, + ACTIONS(10351), 1, anon_sym_LBRACK2, STATE(5943), 1, sym_comment, - [215429] = 3, + [216422] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10303), 1, + ACTIONS(10353), 1, anon_sym_RBRACE, STATE(5944), 1, sym_comment, - [215439] = 3, + [216432] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(535), 1, - ts_builtin_sym_end, + ACTIONS(8893), 1, + aux_sym__immediate_decimal_token1, STATE(5945), 1, sym_comment, - [215449] = 3, + [216442] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10305), 1, + ACTIONS(10355), 1, anon_sym_DOT2, STATE(5946), 1, sym_comment, - [215459] = 3, + [216452] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10307), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10357), 1, + anon_sym_RPAREN, STATE(5947), 1, sym_comment, - [215469] = 3, - ACTIONS(3), 1, + [216462] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10309), 1, - anon_sym_DOT2, + ACTIONS(9677), 1, + aux_sym__unquoted_in_list_token5, STATE(5948), 1, sym_comment, - [215479] = 3, + [216472] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10311), 1, + ACTIONS(10359), 1, anon_sym_DOT2, STATE(5949), 1, sym_comment, - [215489] = 3, + [216482] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10313), 1, + ACTIONS(10361), 1, anon_sym_DOT2, STATE(5950), 1, sym_comment, - [215499] = 3, + [216492] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10315), 1, - anon_sym_RPAREN, + ACTIONS(10363), 1, + anon_sym_DOT2, STATE(5951), 1, sym_comment, - [215509] = 3, + [216502] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10317), 1, - anon_sym_DOT2, + ACTIONS(10365), 1, + anon_sym_RBRACK, STATE(5952), 1, sym_comment, - [215519] = 3, + [216512] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10319), 1, + ACTIONS(10367), 1, anon_sym_LBRACK2, STATE(5953), 1, sym_comment, - [215529] = 3, + [216522] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10321), 1, - anon_sym_DOT2, + ACTIONS(10369), 1, + anon_sym_EQ, STATE(5954), 1, sym_comment, - [215539] = 3, + [216532] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10323), 1, - anon_sym_DOT2, + ACTIONS(10371), 1, + anon_sym_EQ, STATE(5955), 1, sym_comment, - [215549] = 3, - ACTIONS(105), 1, + [216542] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10325), 1, - aux_sym_unquoted_token3, + ACTIONS(10373), 1, + anon_sym_DOT2, STATE(5956), 1, sym_comment, - [215559] = 3, + [216552] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10327), 1, - anon_sym_DOT2, + ACTIONS(10375), 1, + anon_sym_catch, STATE(5957), 1, sym_comment, - [215569] = 3, + [216562] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10329), 1, - anon_sym_DOT2, + ACTIONS(10377), 1, + anon_sym_SEMI, STATE(5958), 1, sym_comment, - [215579] = 3, + [216572] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10331), 1, + ACTIONS(10379), 1, anon_sym_DOT2, STATE(5959), 1, sym_comment, - [215589] = 3, + [216582] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10333), 1, + ACTIONS(10381), 1, anon_sym_DOT2, STATE(5960), 1, sym_comment, - [215599] = 3, + [216592] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10335), 1, + ACTIONS(10383), 1, anon_sym_DOT2, STATE(5961), 1, sym_comment, - [215609] = 3, + [216602] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10337), 1, - anon_sym_LBRACK2, + ACTIONS(10385), 1, + anon_sym_in, STATE(5962), 1, sym_comment, - [215619] = 3, - ACTIONS(105), 1, + [216612] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2933), 1, - aux_sym_unquoted_token3, + ACTIONS(10387), 1, + anon_sym_LBRACK2, STATE(5963), 1, sym_comment, - [215629] = 3, + [216622] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10339), 1, - anon_sym_DOT2, + ACTIONS(4888), 1, + anon_sym_RBRACE, STATE(5964), 1, sym_comment, - [215639] = 3, + [216632] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10341), 1, + ACTIONS(563), 1, ts_builtin_sym_end, STATE(5965), 1, sym_comment, - [215649] = 3, + [216642] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10343), 1, + ACTIONS(10389), 1, anon_sym_DOT2, STATE(5966), 1, sym_comment, - [215659] = 3, + [216652] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10345), 1, - anon_sym_DOT2, + ACTIONS(10391), 1, + anon_sym_EQ_GT, STATE(5967), 1, sym_comment, - [215669] = 3, + [216662] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10347), 1, - anon_sym_DOT2, + ACTIONS(9629), 1, + aux_sym__immediate_decimal_token1, STATE(5968), 1, sym_comment, - [215679] = 3, + [216672] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10349), 1, - anon_sym_EQ, + ACTIONS(10393), 1, + anon_sym_DOT2, STATE(5969), 1, sym_comment, - [215689] = 3, + [216682] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10351), 1, - sym_cmd_identifier, + ACTIONS(10395), 1, + anon_sym_DOT2, STATE(5970), 1, sym_comment, - [215699] = 3, + [216692] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10353), 1, + ACTIONS(10397), 1, anon_sym_DOT2, STATE(5971), 1, sym_comment, - [215709] = 3, - ACTIONS(105), 1, + [216702] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4689), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10399), 1, + anon_sym_EQ_GT, STATE(5972), 1, sym_comment, - [215719] = 3, + [216712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10355), 1, - anon_sym_DOT2, + ACTIONS(10401), 1, + anon_sym_LBRACK2, STATE(5973), 1, sym_comment, - [215729] = 3, + [216722] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10357), 1, - anon_sym_DOT2, + ACTIONS(10403), 1, + anon_sym_RBRACK, STATE(5974), 1, sym_comment, - [215739] = 3, - ACTIONS(3), 1, + [216732] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10359), 1, - anon_sym_DOT2, + ACTIONS(10405), 1, + aux_sym_comment_token1, STATE(5975), 1, sym_comment, - [215749] = 3, + [216742] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10361), 1, - anon_sym_RBRACK, + ACTIONS(10407), 1, + anon_sym_DOT2, STATE(5976), 1, sym_comment, - [215759] = 3, + [216752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10363), 1, - anon_sym_RBRACK, + ACTIONS(4874), 1, + anon_sym_RBRACE, STATE(5977), 1, sym_comment, - [215769] = 3, + [216762] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10365), 1, - anon_sym_DOT2, + ACTIONS(10409), 1, + ts_builtin_sym_end, STATE(5978), 1, sym_comment, - [215779] = 3, - ACTIONS(105), 1, + [216772] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5002), 1, - aux_sym__unquoted_in_list_token5, + ACTIONS(10411), 1, + anon_sym_DOT2, STATE(5979), 1, sym_comment, - [215789] = 3, + [216782] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10367), 1, + ACTIONS(10413), 1, anon_sym_DOT2, STATE(5980), 1, sym_comment, - [215799] = 3, + [216792] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10369), 1, + ACTIONS(10415), 1, anon_sym_DOT2, STATE(5981), 1, sym_comment, - [215809] = 3, - ACTIONS(3), 1, + [216802] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10371), 1, - anon_sym_DOT2, + ACTIONS(10417), 1, + aux_sym_unquoted_token3, STATE(5982), 1, sym_comment, - [215819] = 3, + [216812] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10373), 1, - anon_sym_RBRACE, + ACTIONS(10419), 1, + anon_sym_LBRACK2, STATE(5983), 1, sym_comment, - [215829] = 3, + [216822] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10375), 1, - anon_sym_DOT2, + ACTIONS(10421), 1, + anon_sym_GT, STATE(5984), 1, sym_comment, - [215839] = 3, + [216832] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10377), 1, - anon_sym_DOT2, + ACTIONS(10423), 1, + sym_cmd_identifier, STATE(5985), 1, sym_comment, - [215849] = 3, + [216842] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10379), 1, + ACTIONS(10425), 1, anon_sym_DOT2, STATE(5986), 1, sym_comment, - [215859] = 3, + [216852] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10381), 1, + ACTIONS(10427), 1, anon_sym_DOT2, STATE(5987), 1, sym_comment, - [215869] = 3, + [216862] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10383), 1, - anon_sym_LBRACK2, + ACTIONS(10429), 1, + anon_sym_DOT2, STATE(5988), 1, sym_comment, - [215879] = 3, + [216872] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10385), 1, + ACTIONS(10431), 1, anon_sym_DOT2, STATE(5989), 1, sym_comment, - [215889] = 3, + [216882] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10387), 1, + ACTIONS(10433), 1, anon_sym_DOT2, STATE(5990), 1, sym_comment, - [215899] = 3, + [216892] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10389), 1, + ACTIONS(10435), 1, anon_sym_DOT2, STATE(5991), 1, sym_comment, - [215909] = 3, + [216902] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10391), 1, + ACTIONS(10437), 1, anon_sym_DOT2, STATE(5992), 1, sym_comment, - [215919] = 3, + [216912] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10393), 1, - anon_sym_DOT2, + ACTIONS(10439), 1, + anon_sym_LBRACK2, STATE(5993), 1, sym_comment, - [215929] = 3, + [216922] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10395), 1, - ts_builtin_sym_end, + ACTIONS(10441), 1, + anon_sym_DOT2, STATE(5994), 1, sym_comment, - [215939] = 3, + [216932] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10397), 1, - anon_sym_DOT2, + ACTIONS(8174), 1, + aux_sym__immediate_decimal_token1, STATE(5995), 1, sym_comment, - [215949] = 3, + [216942] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10399), 1, + ACTIONS(10443), 1, anon_sym_DOT2, STATE(5996), 1, sym_comment, - [215959] = 3, + [216952] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10401), 1, - anon_sym_DOT2, + ACTIONS(10445), 1, + anon_sym_RBRACE, STATE(5997), 1, sym_comment, - [215969] = 3, + [216962] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10403), 1, - anon_sym_DOT2, + ACTIONS(10447), 1, + anon_sym_RBRACK, STATE(5998), 1, sym_comment, - [215979] = 3, + [216972] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10405), 1, + ACTIONS(10449), 1, anon_sym_DOT2, STATE(5999), 1, sym_comment, - [215989] = 3, + [216982] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5305), 1, - anon_sym_PIPE, + ACTIONS(10451), 1, + anon_sym_DOT2, STATE(6000), 1, sym_comment, - [215999] = 3, + [216992] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10407), 1, + ACTIONS(10453), 1, anon_sym_DOT2, STATE(6001), 1, sym_comment, - [216009] = 3, + [217002] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10409), 1, - anon_sym_DOT2, + ACTIONS(10455), 1, + anon_sym_DASH_GT, STATE(6002), 1, sym_comment, - [216019] = 3, + [217012] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10411), 1, - anon_sym_DOT2, + ACTIONS(10457), 1, + anon_sym_LBRACK2, STATE(6003), 1, sym_comment, - [216029] = 3, - ACTIONS(3), 1, + [217022] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10413), 1, - anon_sym_DOT2, + ACTIONS(10459), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6004), 1, sym_comment, - [216039] = 3, - ACTIONS(105), 1, + [217032] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10415), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10461), 1, + anon_sym_DOT2, STATE(6005), 1, sym_comment, - [216049] = 3, + [217042] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10417), 1, - anon_sym_DOT2, + ACTIONS(10463), 1, + anon_sym_LBRACK2, STATE(6006), 1, sym_comment, - [216059] = 3, + [217052] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7708), 1, + ACTIONS(8152), 1, aux_sym__immediate_decimal_token1, STATE(6007), 1, sym_comment, - [216069] = 3, + [217062] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10419), 1, + ACTIONS(10465), 1, anon_sym_DOT2, STATE(6008), 1, sym_comment, - [216079] = 3, + [217072] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10421), 1, - anon_sym_LBRACE, + ACTIONS(10467), 1, + anon_sym_DOT2, STATE(6009), 1, sym_comment, - [216089] = 3, + [217082] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10423), 1, + ACTIONS(10469), 1, anon_sym_DOT2, STATE(6010), 1, sym_comment, - [216099] = 3, + [217092] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10425), 1, + ACTIONS(10471), 1, anon_sym_RPAREN, STATE(6011), 1, sym_comment, - [216109] = 3, + [217102] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10427), 1, - anon_sym_DOT2, + ACTIONS(10473), 1, + anon_sym_LBRACK2, STATE(6012), 1, sym_comment, - [216119] = 3, - ACTIONS(3), 1, + [217112] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(2995), 1, - anon_sym_in, + ACTIONS(10475), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6013), 1, sym_comment, - [216129] = 3, + [217122] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10429), 1, + ACTIONS(10477), 1, anon_sym_DOT2, STATE(6014), 1, sym_comment, - [216139] = 3, + [217132] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10431), 1, - anon_sym_DOT2, + ACTIONS(10479), 1, + anon_sym_RPAREN, STATE(6015), 1, sym_comment, - [216149] = 3, + [217142] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10433), 1, - anon_sym_DOT2, + ACTIONS(10481), 1, + aux_sym__immediate_decimal_token1, STATE(6016), 1, sym_comment, - [216159] = 3, + [217152] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10435), 1, - anon_sym_RBRACE, + ACTIONS(10483), 1, + anon_sym_DOT2, STATE(6017), 1, sym_comment, - [216169] = 3, + [217162] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10437), 1, + ACTIONS(10485), 1, anon_sym_DOT2, STATE(6018), 1, sym_comment, - [216179] = 3, - ACTIONS(105), 1, + [217172] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym_unquoted_token3, + ACTIONS(10487), 1, + anon_sym_DOT2, STATE(6019), 1, sym_comment, - [216189] = 3, - ACTIONS(105), 1, + [217182] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10439), 1, - aux_sym_unquoted_token3, + ACTIONS(10489), 1, + anon_sym_RBRACE, STATE(6020), 1, sym_comment, - [216199] = 3, - ACTIONS(105), 1, + [217192] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2724), 1, - aux_sym_unquoted_token3, + ACTIONS(10491), 1, + anon_sym_DOT2, STATE(6021), 1, sym_comment, - [216209] = 3, + [217202] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7678), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10493), 1, + anon_sym_RBRACE, STATE(6022), 1, sym_comment, - [216219] = 3, + [217212] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10441), 1, - anon_sym_RBRACE, + ACTIONS(10495), 1, + aux_sym__immediate_decimal_token1, STATE(6023), 1, sym_comment, - [216229] = 3, + [217222] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10443), 1, - anon_sym_RBRACE, + ACTIONS(10497), 1, + anon_sym_DOT2, STATE(6024), 1, sym_comment, - [216239] = 3, + [217232] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10445), 1, - anon_sym_make, + ACTIONS(10499), 1, + anon_sym_DOT2, STATE(6025), 1, sym_comment, - [216249] = 3, + [217242] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10447), 1, + ACTIONS(10501), 1, anon_sym_DOT2, STATE(6026), 1, sym_comment, - [216259] = 3, + [217252] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10449), 1, - anon_sym_DOT2, + ACTIONS(10503), 1, + anon_sym_RPAREN, STATE(6027), 1, sym_comment, - [216269] = 3, - ACTIONS(105), 1, + [217262] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9547), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10505), 1, + anon_sym_DOT2, STATE(6028), 1, sym_comment, - [216279] = 3, + [217272] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10451), 1, - anon_sym_DOT2, + ACTIONS(10507), 1, + anon_sym_RBRACE, STATE(6029), 1, sym_comment, - [216289] = 3, - ACTIONS(3), 1, + [217282] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10453), 1, - anon_sym_DOT2, + ACTIONS(2675), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6030), 1, sym_comment, - [216299] = 3, - ACTIONS(105), 1, + [217292] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3002), 1, - aux_sym_unquoted_token3, + ACTIONS(10509), 1, + anon_sym_DOT2, STATE(6031), 1, sym_comment, - [216309] = 3, - ACTIONS(105), 1, + [217302] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10455), 1, - aux_sym_unquoted_token3, + ACTIONS(10511), 1, + anon_sym_DOT2, STATE(6032), 1, sym_comment, - [216319] = 3, + [217312] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10457), 1, + ACTIONS(10513), 1, anon_sym_DOT2, STATE(6033), 1, sym_comment, - [216329] = 3, + [217322] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10459), 1, + ACTIONS(10515), 1, anon_sym_DOT2, STATE(6034), 1, sym_comment, - [216339] = 3, + [217332] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10461), 1, - anon_sym_DOT2, + ACTIONS(10517), 1, + anon_sym_EQ, STATE(6035), 1, sym_comment, - [216349] = 3, + [217342] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10463), 1, + ACTIONS(10519), 1, anon_sym_DOT2, STATE(6036), 1, sym_comment, - [216359] = 3, + [217352] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10465), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10521), 1, + anon_sym_DOT2, STATE(6037), 1, sym_comment, - [216369] = 3, + [217362] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10467), 1, - anon_sym_in, + ACTIONS(10523), 1, + anon_sym_DOT2, STATE(6038), 1, sym_comment, - [216379] = 3, + [217372] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10469), 1, - anon_sym_EQ, + ACTIONS(10525), 1, + anon_sym_DOT2, STATE(6039), 1, sym_comment, - [216389] = 3, + [217382] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10471), 1, + ACTIONS(10527), 1, anon_sym_EQ, STATE(6040), 1, sym_comment, - [216399] = 3, - ACTIONS(105), 1, + [217392] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10473), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10529), 1, + anon_sym_DOT2, STATE(6041), 1, sym_comment, - [216409] = 3, + [217402] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10475), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10531), 1, + anon_sym_DOT2, STATE(6042), 1, sym_comment, - [216419] = 3, + [217412] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10477), 1, - anon_sym_GT, + ACTIONS(10533), 1, + anon_sym_DOT2, STATE(6043), 1, sym_comment, - [216429] = 3, + [217422] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10479), 1, + ACTIONS(10535), 1, anon_sym_DOT2, STATE(6044), 1, sym_comment, - [216439] = 3, + [217432] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10481), 1, - anon_sym_in, + ACTIONS(10537), 1, + anon_sym_DOT2, STATE(6045), 1, sym_comment, - [216449] = 3, - ACTIONS(105), 1, + [217442] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10483), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10539), 1, + anon_sym_RBRACE, STATE(6046), 1, sym_comment, - [216459] = 3, + [217452] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10485), 1, - anon_sym_RBRACK, + ACTIONS(10541), 1, + anon_sym_DOT2, STATE(6047), 1, sym_comment, - [216469] = 3, + [217462] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10487), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10543), 1, + anon_sym_DOT2, STATE(6048), 1, sym_comment, - [216479] = 3, - ACTIONS(105), 1, + [217472] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2734), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(10545), 1, + aux_sym__immediate_decimal_token1, STATE(6049), 1, sym_comment, - [216489] = 3, + [217482] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10489), 1, - anon_sym_RBRACE, + ACTIONS(10547), 1, + anon_sym_DOT2, STATE(6050), 1, sym_comment, - [216499] = 3, - ACTIONS(105), 1, + [217492] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3002), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(10549), 1, + anon_sym_DOT2, STATE(6051), 1, sym_comment, - [216509] = 3, + [217502] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1165), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10551), 1, + anon_sym_DOT2, STATE(6052), 1, sym_comment, - [216519] = 3, + [217512] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10491), 1, + ACTIONS(10553), 1, anon_sym_DOT2, STATE(6053), 1, sym_comment, - [216529] = 3, + [217522] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10493), 1, - anon_sym_RPAREN, + ACTIONS(10555), 1, + anon_sym_DOT2, STATE(6054), 1, sym_comment, - [216539] = 3, + [217532] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10495), 1, - anon_sym_GT, + ACTIONS(10557), 1, + anon_sym_EQ, STATE(6055), 1, sym_comment, - [216549] = 3, + [217542] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10497), 1, + ACTIONS(10559), 1, anon_sym_DOT2, STATE(6056), 1, sym_comment, - [216559] = 3, + [217552] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10499), 1, - anon_sym_DOT2, + ACTIONS(10561), 1, + sym_cmd_identifier, STATE(6057), 1, sym_comment, - [216569] = 3, - ACTIONS(105), 1, + [217562] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10501), 1, - aux_sym_shebang_token1, + ACTIONS(10563), 1, + anon_sym_DOT2, STATE(6058), 1, sym_comment, - [216579] = 3, - ACTIONS(105), 1, + [217572] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4705), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(7882), 1, + aux_sym__immediate_decimal_token1, STATE(6059), 1, sym_comment, - [216589] = 3, - ACTIONS(105), 1, + [217582] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1361), 1, - aux_sym__list_item_starts_with_sign_token1, + ACTIONS(10565), 1, + anon_sym_DOT2, STATE(6060), 1, sym_comment, - [216599] = 3, + [217592] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7948), 1, - anon_sym_LPAREN2, + ACTIONS(10567), 1, + anon_sym_DOT2, STATE(6061), 1, sym_comment, - [216609] = 3, + [217602] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10503), 1, + ACTIONS(10569), 1, anon_sym_DOT2, STATE(6062), 1, sym_comment, - [216619] = 3, + [217612] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10505), 1, + ACTIONS(10571), 1, anon_sym_DOT2, STATE(6063), 1, sym_comment, - [216629] = 3, + [217622] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10507), 1, - sym_identifier, + ACTIONS(10573), 1, + anon_sym_DOT2, STATE(6064), 1, sym_comment, - [216639] = 3, + [217632] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8635), 1, - anon_sym_LPAREN2, + ACTIONS(10575), 1, + anon_sym_make, STATE(6065), 1, sym_comment, - [216649] = 3, + [217642] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10509), 1, + ACTIONS(10577), 1, anon_sym_DOT2, STATE(6066), 1, sym_comment, - [216659] = 3, + [217652] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8810), 1, - anon_sym_LPAREN2, + ACTIONS(10579), 1, + anon_sym_RPAREN, STATE(6067), 1, sym_comment, - [216669] = 3, + [217662] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10511), 1, + ACTIONS(10581), 1, anon_sym_DOT2, STATE(6068), 1, sym_comment, - [216679] = 3, + [217672] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8943), 1, - anon_sym_LPAREN2, + ACTIONS(10583), 1, + anon_sym_EQ, STATE(6069), 1, sym_comment, - [216689] = 3, - ACTIONS(3), 1, + [217682] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10513), 1, - anon_sym_DOT2, + ACTIONS(10585), 1, + aux_sym__list_item_starts_with_sign_token1, STATE(6070), 1, sym_comment, - [216699] = 3, + [217692] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8923), 1, - anon_sym_LPAREN2, + ACTIONS(10587), 1, + anon_sym_LBRACE, STATE(6071), 1, sym_comment, - [216709] = 3, + [217702] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10515), 1, - anon_sym_DOT2, + ACTIONS(10587), 1, + anon_sym_LBRACE, STATE(6072), 1, sym_comment, - [216719] = 3, + [217712] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8877), 1, - anon_sym_LPAREN2, + ACTIONS(10589), 1, + anon_sym_DASH_GT, STATE(6073), 1, sym_comment, - [216729] = 3, - ACTIONS(3), 1, + [217722] = 3, + ACTIONS(105), 1, anon_sym_POUND, - ACTIONS(10517), 1, - anon_sym_DOT2, + ACTIONS(10591), 1, + aux_sym__unquoted_in_list_token5, STATE(6074), 1, sym_comment, - [216739] = 3, + [217732] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8561), 1, - anon_sym_LPAREN2, + ACTIONS(10593), 1, + anon_sym_else, STATE(6075), 1, sym_comment, - [216749] = 3, + [217742] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10519), 1, - anon_sym_DOT2, + ACTIONS(10595), 1, + anon_sym_EQ, STATE(6076), 1, sym_comment, - [216759] = 3, + [217752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8818), 1, - anon_sym_LPAREN2, + ACTIONS(10597), 1, + anon_sym_SEMI, STATE(6077), 1, sym_comment, - [216769] = 3, + [217762] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10521), 1, - anon_sym_DOT2, + ACTIONS(10599), 1, + anon_sym_RBRACK, STATE(6078), 1, sym_comment, - [216779] = 3, + [217772] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10523), 1, - anon_sym_DOT2, + ACTIONS(6271), 1, + anon_sym_SEMI, STATE(6079), 1, sym_comment, - [216789] = 3, + [217782] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10525), 1, - anon_sym_DOT2, + ACTIONS(10601), 1, + anon_sym_in, STATE(6080), 1, sym_comment, - [216799] = 3, + [217792] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10527), 1, - anon_sym_DOT2, + ACTIONS(9267), 1, + anon_sym_EQ_GT, STATE(6081), 1, sym_comment, - [216809] = 3, + [217802] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10529), 1, - anon_sym_DOT2, + ACTIONS(10603), 1, + anon_sym_RBRACE, STATE(6082), 1, sym_comment, - [216819] = 3, - ACTIONS(105), 1, + [217812] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2933), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(7918), 1, + aux_sym__immediate_decimal_token1, STATE(6083), 1, sym_comment, - [216829] = 3, - ACTIONS(105), 1, + [217822] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10531), 1, - aux_sym_unquoted_token3, + ACTIONS(10605), 1, + anon_sym_RBRACK, STATE(6084), 1, sym_comment, - [216839] = 3, + [217832] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10533), 1, + ACTIONS(10607), 1, anon_sym_DOT2, STATE(6085), 1, sym_comment, - [216849] = 3, + [217842] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10535), 1, - anon_sym_LBRACE, + ACTIONS(10609), 1, + anon_sym_DOT2, STATE(6086), 1, sym_comment, - [216859] = 3, - ACTIONS(105), 1, + [217852] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10537), 1, - aux_sym__unquoted_in_list_token3, + ACTIONS(10611), 1, + anon_sym_in, STATE(6087), 1, sym_comment, - [216869] = 3, + [217862] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10539), 1, + ACTIONS(10613), 1, anon_sym_DOT2, STATE(6088), 1, sym_comment, - [216879] = 3, + [217872] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10541), 1, - anon_sym_RBRACE, + ACTIONS(10615), 1, + anon_sym_DOT2, STATE(6089), 1, sym_comment, - [216889] = 3, + [217882] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9069), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10617), 1, + anon_sym_DOT2, STATE(6090), 1, sym_comment, - [216899] = 3, + [217892] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10543), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10619), 1, + anon_sym_EQ, STATE(6091), 1, sym_comment, - [216909] = 3, + [217902] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1169), 1, - aux_sym__immediate_decimal_token1, + ACTIONS(10621), 1, + anon_sym_EQ, STATE(6092), 1, sym_comment, - [216919] = 3, + [217912] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10545), 1, - anon_sym_RPAREN, + ACTIONS(10623), 1, + anon_sym_GT, STATE(6093), 1, sym_comment, - [216929] = 3, + [217922] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10547), 1, - anon_sym_EQ, + ACTIONS(10625), 1, + anon_sym_LBRACE, STATE(6094), 1, sym_comment, - [216939] = 1, - ACTIONS(10549), 1, + [217932] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(10627), 1, + aux_sym__unquoted_in_list_token3, + STATE(6095), 1, + sym_comment, + [217942] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10629), 1, + anon_sym_EQ, + STATE(6096), 1, + sym_comment, + [217952] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10631), 1, + anon_sym_EQ, + STATE(6097), 1, + sym_comment, + [217962] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(10633), 1, + aux_sym_unquoted_token3, + STATE(6098), 1, + sym_comment, + [217972] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10635), 1, + anon_sym_RBRACK, + STATE(6099), 1, + sym_comment, + [217982] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(10637), 1, + aux_sym_shebang_token1, + STATE(6100), 1, + sym_comment, + [217992] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10639), 1, + anon_sym_RBRACE, + STATE(6101), 1, + sym_comment, + [218002] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10641), 1, + anon_sym_EQ_GT, + STATE(6102), 1, + sym_comment, + [218012] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7995), 1, + anon_sym_LPAREN2, + STATE(6103), 1, + sym_comment, + [218022] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10643), 1, + anon_sym_DOT2, + STATE(6104), 1, + sym_comment, + [218032] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10645), 1, + anon_sym_LBRACE, + STATE(6105), 1, + sym_comment, + [218042] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10647), 1, + sym_identifier, + STATE(6106), 1, + sym_comment, + [218052] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8721), 1, + anon_sym_LPAREN2, + STATE(6107), 1, + sym_comment, + [218062] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10649), 1, + anon_sym_DOT2, + STATE(6108), 1, + sym_comment, + [218072] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8681), 1, + anon_sym_LPAREN2, + STATE(6109), 1, + sym_comment, + [218082] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10651), 1, + anon_sym_DOT2, + STATE(6110), 1, + sym_comment, + [218092] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9062), 1, + anon_sym_LPAREN2, + STATE(6111), 1, + sym_comment, + [218102] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10653), 1, + anon_sym_DOT2, + STATE(6112), 1, + sym_comment, + [218112] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8657), 1, + anon_sym_LPAREN2, + STATE(6113), 1, + sym_comment, + [218122] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10655), 1, + anon_sym_DOT2, + STATE(6114), 1, + sym_comment, + [218132] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8791), 1, + anon_sym_LPAREN2, + STATE(6115), 1, + sym_comment, + [218142] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10657), 1, + anon_sym_DOT2, + STATE(6116), 1, + sym_comment, + [218152] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8739), 1, + anon_sym_LPAREN2, + STATE(6117), 1, + sym_comment, + [218162] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10659), 1, + anon_sym_DOT2, + STATE(6118), 1, + sym_comment, + [218172] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8771), 1, + anon_sym_LPAREN2, + STATE(6119), 1, + sym_comment, + [218182] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10661), 1, + anon_sym_DOT2, + STATE(6120), 1, + sym_comment, + [218192] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10663), 1, + anon_sym_DOT2, + STATE(6121), 1, + sym_comment, + [218202] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10665), 1, + anon_sym_DOT2, + STATE(6122), 1, + sym_comment, + [218212] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10667), 1, + anon_sym_DOT2, + STATE(6123), 1, + sym_comment, + [218222] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10669), 1, + anon_sym_DOT2, + STATE(6124), 1, + sym_comment, + [218232] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9593), 1, + aux_sym__immediate_decimal_token1, + STATE(6125), 1, + sym_comment, + [218242] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10671), 1, + anon_sym_RBRACK, + STATE(6126), 1, + sym_comment, + [218252] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3155), 1, + anon_sym_in, + STATE(6127), 1, + sym_comment, + [218262] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3161), 1, + anon_sym_in, + STATE(6128), 1, + sym_comment, + [218272] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2782), 1, + aux_sym_unquoted_token3, + STATE(6129), 1, + sym_comment, + [218282] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3053), 1, + anon_sym_in, + STATE(6130), 1, + sym_comment, + [218292] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2806), 1, + aux_sym_unquoted_token3, + STATE(6131), 1, + sym_comment, + [218302] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3034), 1, + aux_sym__unquoted_in_list_token3, + STATE(6132), 1, + sym_comment, + [218312] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2874), 1, + aux_sym_unquoted_token3, + STATE(6133), 1, + sym_comment, + [218322] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(3034), 1, + aux_sym_unquoted_token3, + STATE(6134), 1, + sym_comment, + [218332] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2806), 1, + aux_sym__unquoted_in_list_token3, + STATE(6135), 1, + sym_comment, + [218342] = 3, + ACTIONS(105), 1, + anon_sym_POUND, + ACTIONS(2782), 1, + aux_sym__unquoted_in_list_token3, + STATE(6136), 1, + sym_comment, + [218352] = 1, + ACTIONS(10673), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1210)] = 0, - [SMALL_STATE(1211)] = 73, - [SMALL_STATE(1212)] = 146, - [SMALL_STATE(1213)] = 219, - [SMALL_STATE(1214)] = 292, - [SMALL_STATE(1215)] = 365, - [SMALL_STATE(1216)] = 438, - [SMALL_STATE(1217)] = 511, - [SMALL_STATE(1218)] = 584, - [SMALL_STATE(1219)] = 657, - [SMALL_STATE(1220)] = 730, - [SMALL_STATE(1221)] = 803, - [SMALL_STATE(1222)] = 876, - [SMALL_STATE(1223)] = 949, - [SMALL_STATE(1224)] = 1022, - [SMALL_STATE(1225)] = 1095, - [SMALL_STATE(1226)] = 1168, - [SMALL_STATE(1227)] = 1241, - [SMALL_STATE(1228)] = 1314, - [SMALL_STATE(1229)] = 1387, - [SMALL_STATE(1230)] = 1460, - [SMALL_STATE(1231)] = 1533, - [SMALL_STATE(1232)] = 1606, - [SMALL_STATE(1233)] = 1697, - [SMALL_STATE(1234)] = 1770, - [SMALL_STATE(1235)] = 1843, - [SMALL_STATE(1236)] = 1916, - [SMALL_STATE(1237)] = 1989, - [SMALL_STATE(1238)] = 2062, - [SMALL_STATE(1239)] = 2141, - [SMALL_STATE(1240)] = 2214, - [SMALL_STATE(1241)] = 2287, - [SMALL_STATE(1242)] = 2440, - [SMALL_STATE(1243)] = 2515, - [SMALL_STATE(1244)] = 2588, - [SMALL_STATE(1245)] = 2679, - [SMALL_STATE(1246)] = 2752, - [SMALL_STATE(1247)] = 2825, - [SMALL_STATE(1248)] = 2898, - [SMALL_STATE(1249)] = 2971, - [SMALL_STATE(1250)] = 3044, - [SMALL_STATE(1251)] = 3117, - [SMALL_STATE(1252)] = 3190, - [SMALL_STATE(1253)] = 3263, - [SMALL_STATE(1254)] = 3336, - [SMALL_STATE(1255)] = 3409, - [SMALL_STATE(1256)] = 3482, - [SMALL_STATE(1257)] = 3555, - [SMALL_STATE(1258)] = 3694, - [SMALL_STATE(1259)] = 3767, - [SMALL_STATE(1260)] = 3842, - [SMALL_STATE(1261)] = 3915, - [SMALL_STATE(1262)] = 3988, - [SMALL_STATE(1263)] = 4061, - [SMALL_STATE(1264)] = 4138, - [SMALL_STATE(1265)] = 4211, - [SMALL_STATE(1266)] = 4284, - [SMALL_STATE(1267)] = 4357, - [SMALL_STATE(1268)] = 4430, - [SMALL_STATE(1269)] = 4503, - [SMALL_STATE(1270)] = 4576, - [SMALL_STATE(1271)] = 4649, - [SMALL_STATE(1272)] = 4722, - [SMALL_STATE(1273)] = 4795, - [SMALL_STATE(1274)] = 4868, - [SMALL_STATE(1275)] = 4941, - [SMALL_STATE(1276)] = 5014, - [SMALL_STATE(1277)] = 5087, - [SMALL_STATE(1278)] = 5160, - [SMALL_STATE(1279)] = 5233, - [SMALL_STATE(1280)] = 5306, - [SMALL_STATE(1281)] = 5381, - [SMALL_STATE(1282)] = 5454, - [SMALL_STATE(1283)] = 5529, - [SMALL_STATE(1284)] = 5602, - [SMALL_STATE(1285)] = 5675, - [SMALL_STATE(1286)] = 5766, - [SMALL_STATE(1287)] = 5841, - [SMALL_STATE(1288)] = 5914, - [SMALL_STATE(1289)] = 5987, - [SMALL_STATE(1290)] = 6060, - [SMALL_STATE(1291)] = 6133, - [SMALL_STATE(1292)] = 6206, - [SMALL_STATE(1293)] = 6279, - [SMALL_STATE(1294)] = 6352, - [SMALL_STATE(1295)] = 6425, - [SMALL_STATE(1296)] = 6498, - [SMALL_STATE(1297)] = 6589, - [SMALL_STATE(1298)] = 6680, - [SMALL_STATE(1299)] = 6753, - [SMALL_STATE(1300)] = 6832, - [SMALL_STATE(1301)] = 6905, - [SMALL_STATE(1302)] = 6978, - [SMALL_STATE(1303)] = 7051, - [SMALL_STATE(1304)] = 7124, - [SMALL_STATE(1305)] = 7197, - [SMALL_STATE(1306)] = 7276, - [SMALL_STATE(1307)] = 7349, - [SMALL_STATE(1308)] = 7422, - [SMALL_STATE(1309)] = 7495, - [SMALL_STATE(1310)] = 7568, - [SMALL_STATE(1311)] = 7641, - [SMALL_STATE(1312)] = 7714, - [SMALL_STATE(1313)] = 7787, - [SMALL_STATE(1314)] = 7862, - [SMALL_STATE(1315)] = 7939, - [SMALL_STATE(1316)] = 8012, - [SMALL_STATE(1317)] = 8085, - [SMALL_STATE(1318)] = 8162, - [SMALL_STATE(1319)] = 8239, - [SMALL_STATE(1320)] = 8312, - [SMALL_STATE(1321)] = 8385, - [SMALL_STATE(1322)] = 8458, - [SMALL_STATE(1323)] = 8533, - [SMALL_STATE(1324)] = 8606, - [SMALL_STATE(1325)] = 8679, - [SMALL_STATE(1326)] = 8752, - [SMALL_STATE(1327)] = 8825, - [SMALL_STATE(1328)] = 8900, - [SMALL_STATE(1329)] = 8973, - [SMALL_STATE(1330)] = 9064, - [SMALL_STATE(1331)] = 9137, - [SMALL_STATE(1332)] = 9210, - [SMALL_STATE(1333)] = 9301, - [SMALL_STATE(1334)] = 9380, - [SMALL_STATE(1335)] = 9471, - [SMALL_STATE(1336)] = 9544, - [SMALL_STATE(1337)] = 9617, - [SMALL_STATE(1338)] = 9692, - [SMALL_STATE(1339)] = 9769, - [SMALL_STATE(1340)] = 9842, - [SMALL_STATE(1341)] = 9915, - [SMALL_STATE(1342)] = 9988, - [SMALL_STATE(1343)] = 10063, - [SMALL_STATE(1344)] = 10136, - [SMALL_STATE(1345)] = 10227, - [SMALL_STATE(1346)] = 10304, - [SMALL_STATE(1347)] = 10395, - [SMALL_STATE(1348)] = 10470, - [SMALL_STATE(1349)] = 10543, - [SMALL_STATE(1350)] = 10616, - [SMALL_STATE(1351)] = 10689, - [SMALL_STATE(1352)] = 10762, - [SMALL_STATE(1353)] = 10835, - [SMALL_STATE(1354)] = 10912, - [SMALL_STATE(1355)] = 10985, - [SMALL_STATE(1356)] = 11058, - [SMALL_STATE(1357)] = 11131, - [SMALL_STATE(1358)] = 11204, - [SMALL_STATE(1359)] = 11281, - [SMALL_STATE(1360)] = 11372, - [SMALL_STATE(1361)] = 11445, - [SMALL_STATE(1362)] = 11518, - [SMALL_STATE(1363)] = 11591, - [SMALL_STATE(1364)] = 11664, - [SMALL_STATE(1365)] = 11737, - [SMALL_STATE(1366)] = 11810, - [SMALL_STATE(1367)] = 11883, - [SMALL_STATE(1368)] = 11960, - [SMALL_STATE(1369)] = 12033, - [SMALL_STATE(1370)] = 12106, - [SMALL_STATE(1371)] = 12179, - [SMALL_STATE(1372)] = 12252, - [SMALL_STATE(1373)] = 12343, - [SMALL_STATE(1374)] = 12416, - [SMALL_STATE(1375)] = 12489, - [SMALL_STATE(1376)] = 12562, - [SMALL_STATE(1377)] = 12635, - [SMALL_STATE(1378)] = 12708, - [SMALL_STATE(1379)] = 12781, - [SMALL_STATE(1380)] = 12854, - [SMALL_STATE(1381)] = 12927, - [SMALL_STATE(1382)] = 13000, - [SMALL_STATE(1383)] = 13073, - [SMALL_STATE(1384)] = 13226, - [SMALL_STATE(1385)] = 13299, - [SMALL_STATE(1386)] = 13372, - [SMALL_STATE(1387)] = 13445, - [SMALL_STATE(1388)] = 13518, - [SMALL_STATE(1389)] = 13591, - [SMALL_STATE(1390)] = 13664, - [SMALL_STATE(1391)] = 13737, - [SMALL_STATE(1392)] = 13810, - [SMALL_STATE(1393)] = 13883, - [SMALL_STATE(1394)] = 13956, - [SMALL_STATE(1395)] = 14031, - [SMALL_STATE(1396)] = 14104, - [SMALL_STATE(1397)] = 14177, - [SMALL_STATE(1398)] = 14250, - [SMALL_STATE(1399)] = 14323, - [SMALL_STATE(1400)] = 14396, - [SMALL_STATE(1401)] = 14469, - [SMALL_STATE(1402)] = 14542, - [SMALL_STATE(1403)] = 14617, - [SMALL_STATE(1404)] = 14694, - [SMALL_STATE(1405)] = 14767, - [SMALL_STATE(1406)] = 14840, - [SMALL_STATE(1407)] = 14913, - [SMALL_STATE(1408)] = 14986, - [SMALL_STATE(1409)] = 15059, - [SMALL_STATE(1410)] = 15132, - [SMALL_STATE(1411)] = 15204, - [SMALL_STATE(1412)] = 15276, - [SMALL_STATE(1413)] = 15348, - [SMALL_STATE(1414)] = 15420, - [SMALL_STATE(1415)] = 15492, - [SMALL_STATE(1416)] = 15632, - [SMALL_STATE(1417)] = 15704, - [SMALL_STATE(1418)] = 15844, - [SMALL_STATE(1419)] = 15916, - [SMALL_STATE(1420)] = 16056, - [SMALL_STATE(1421)] = 16196, - [SMALL_STATE(1422)] = 16268, - [SMALL_STATE(1423)] = 16344, - [SMALL_STATE(1424)] = 16416, - [SMALL_STATE(1425)] = 16488, - [SMALL_STATE(1426)] = 16628, - [SMALL_STATE(1427)] = 16768, - [SMALL_STATE(1428)] = 16908, - [SMALL_STATE(1429)] = 17048, - [SMALL_STATE(1430)] = 17120, - [SMALL_STATE(1431)] = 17192, - [SMALL_STATE(1432)] = 17264, - [SMALL_STATE(1433)] = 17336, - [SMALL_STATE(1434)] = 17408, - [SMALL_STATE(1435)] = 17480, - [SMALL_STATE(1436)] = 17552, - [SMALL_STATE(1437)] = 17624, - [SMALL_STATE(1438)] = 17696, - [SMALL_STATE(1439)] = 17768, - [SMALL_STATE(1440)] = 17840, - [SMALL_STATE(1441)] = 17912, - [SMALL_STATE(1442)] = 17984, - [SMALL_STATE(1443)] = 18056, - [SMALL_STATE(1444)] = 18128, - [SMALL_STATE(1445)] = 18200, - [SMALL_STATE(1446)] = 18272, - [SMALL_STATE(1447)] = 18344, - [SMALL_STATE(1448)] = 18416, - [SMALL_STATE(1449)] = 18488, - [SMALL_STATE(1450)] = 18560, - [SMALL_STATE(1451)] = 18632, - [SMALL_STATE(1452)] = 18704, - [SMALL_STATE(1453)] = 18776, - [SMALL_STATE(1454)] = 18848, - [SMALL_STATE(1455)] = 18920, - [SMALL_STATE(1456)] = 18992, - [SMALL_STATE(1457)] = 19064, - [SMALL_STATE(1458)] = 19204, - [SMALL_STATE(1459)] = 19344, - [SMALL_STATE(1460)] = 19416, - [SMALL_STATE(1461)] = 19488, - [SMALL_STATE(1462)] = 19560, - [SMALL_STATE(1463)] = 19632, - [SMALL_STATE(1464)] = 19704, - [SMALL_STATE(1465)] = 19776, - [SMALL_STATE(1466)] = 19848, - [SMALL_STATE(1467)] = 19920, - [SMALL_STATE(1468)] = 19992, - [SMALL_STATE(1469)] = 20064, - [SMALL_STATE(1470)] = 20136, - [SMALL_STATE(1471)] = 20208, - [SMALL_STATE(1472)] = 20280, - [SMALL_STATE(1473)] = 20420, - [SMALL_STATE(1474)] = 20492, - [SMALL_STATE(1475)] = 20564, - [SMALL_STATE(1476)] = 20636, - [SMALL_STATE(1477)] = 20708, - [SMALL_STATE(1478)] = 20780, - [SMALL_STATE(1479)] = 20852, - [SMALL_STATE(1480)] = 20924, - [SMALL_STATE(1481)] = 20996, - [SMALL_STATE(1482)] = 21068, - [SMALL_STATE(1483)] = 21140, - [SMALL_STATE(1484)] = 21212, - [SMALL_STATE(1485)] = 21288, - [SMALL_STATE(1486)] = 21360, - [SMALL_STATE(1487)] = 21432, - [SMALL_STATE(1488)] = 21504, - [SMALL_STATE(1489)] = 21576, - [SMALL_STATE(1490)] = 21648, - [SMALL_STATE(1491)] = 21720, - [SMALL_STATE(1492)] = 21792, - [SMALL_STATE(1493)] = 21864, - [SMALL_STATE(1494)] = 21936, - [SMALL_STATE(1495)] = 22008, - [SMALL_STATE(1496)] = 22080, - [SMALL_STATE(1497)] = 22152, - [SMALL_STATE(1498)] = 22224, - [SMALL_STATE(1499)] = 22296, - [SMALL_STATE(1500)] = 22368, - [SMALL_STATE(1501)] = 22440, - [SMALL_STATE(1502)] = 22512, - [SMALL_STATE(1503)] = 22584, - [SMALL_STATE(1504)] = 22656, - [SMALL_STATE(1505)] = 22728, - [SMALL_STATE(1506)] = 22800, - [SMALL_STATE(1507)] = 22872, - [SMALL_STATE(1508)] = 23012, - [SMALL_STATE(1509)] = 23084, - [SMALL_STATE(1510)] = 23156, - [SMALL_STATE(1511)] = 23296, - [SMALL_STATE(1512)] = 23368, - [SMALL_STATE(1513)] = 23440, - [SMALL_STATE(1514)] = 23512, - [SMALL_STATE(1515)] = 23584, - [SMALL_STATE(1516)] = 23656, - [SMALL_STATE(1517)] = 23728, - [SMALL_STATE(1518)] = 23800, - [SMALL_STATE(1519)] = 23940, - [SMALL_STATE(1520)] = 24012, - [SMALL_STATE(1521)] = 24088, - [SMALL_STATE(1522)] = 24160, - [SMALL_STATE(1523)] = 24232, - [SMALL_STATE(1524)] = 24304, - [SMALL_STATE(1525)] = 24376, - [SMALL_STATE(1526)] = 24448, - [SMALL_STATE(1527)] = 24520, - [SMALL_STATE(1528)] = 24592, - [SMALL_STATE(1529)] = 24664, - [SMALL_STATE(1530)] = 24736, - [SMALL_STATE(1531)] = 24808, - [SMALL_STATE(1532)] = 24884, - [SMALL_STATE(1533)] = 24956, - [SMALL_STATE(1534)] = 25028, - [SMALL_STATE(1535)] = 25100, - [SMALL_STATE(1536)] = 25172, - [SMALL_STATE(1537)] = 25244, - [SMALL_STATE(1538)] = 25316, - [SMALL_STATE(1539)] = 25388, - [SMALL_STATE(1540)] = 25528, - [SMALL_STATE(1541)] = 25668, - [SMALL_STATE(1542)] = 25808, - [SMALL_STATE(1543)] = 25948, - [SMALL_STATE(1544)] = 26020, - [SMALL_STATE(1545)] = 26092, - [SMALL_STATE(1546)] = 26168, - [SMALL_STATE(1547)] = 26240, - [SMALL_STATE(1548)] = 26312, - [SMALL_STATE(1549)] = 26384, - [SMALL_STATE(1550)] = 26456, - [SMALL_STATE(1551)] = 26528, - [SMALL_STATE(1552)] = 26604, - [SMALL_STATE(1553)] = 26680, - [SMALL_STATE(1554)] = 26752, - [SMALL_STATE(1555)] = 26824, - [SMALL_STATE(1556)] = 26900, - [SMALL_STATE(1557)] = 27040, - [SMALL_STATE(1558)] = 27180, - [SMALL_STATE(1559)] = 27252, - [SMALL_STATE(1560)] = 27324, - [SMALL_STATE(1561)] = 27464, - [SMALL_STATE(1562)] = 27604, - [SMALL_STATE(1563)] = 27676, - [SMALL_STATE(1564)] = 27748, - [SMALL_STATE(1565)] = 27820, - [SMALL_STATE(1566)] = 27960, - [SMALL_STATE(1567)] = 28100, - [SMALL_STATE(1568)] = 28240, - [SMALL_STATE(1569)] = 28312, - [SMALL_STATE(1570)] = 28384, - [SMALL_STATE(1571)] = 28456, - [SMALL_STATE(1572)] = 28528, - [SMALL_STATE(1573)] = 28600, - [SMALL_STATE(1574)] = 28672, - [SMALL_STATE(1575)] = 28744, - [SMALL_STATE(1576)] = 28883, - [SMALL_STATE(1577)] = 28954, - [SMALL_STATE(1578)] = 29025, - [SMALL_STATE(1579)] = 29096, - [SMALL_STATE(1580)] = 29235, - [SMALL_STATE(1581)] = 29374, - [SMALL_STATE(1582)] = 29513, - [SMALL_STATE(1583)] = 29584, - [SMALL_STATE(1584)] = 29655, - [SMALL_STATE(1585)] = 29726, - [SMALL_STATE(1586)] = 29797, - [SMALL_STATE(1587)] = 29936, - [SMALL_STATE(1588)] = 30075, - [SMALL_STATE(1589)] = 30146, - [SMALL_STATE(1590)] = 30217, - [SMALL_STATE(1591)] = 30288, - [SMALL_STATE(1592)] = 30427, - [SMALL_STATE(1593)] = 30566, - [SMALL_STATE(1594)] = 30637, - [SMALL_STATE(1595)] = 30708, - [SMALL_STATE(1596)] = 30779, - [SMALL_STATE(1597)] = 30850, - [SMALL_STATE(1598)] = 30989, - [SMALL_STATE(1599)] = 31060, - [SMALL_STATE(1600)] = 31199, - [SMALL_STATE(1601)] = 31338, - [SMALL_STATE(1602)] = 31477, - [SMALL_STATE(1603)] = 31616, - [SMALL_STATE(1604)] = 31687, - [SMALL_STATE(1605)] = 31758, - [SMALL_STATE(1606)] = 31829, - [SMALL_STATE(1607)] = 31968, - [SMALL_STATE(1608)] = 32039, - [SMALL_STATE(1609)] = 32178, - [SMALL_STATE(1610)] = 32249, - [SMALL_STATE(1611)] = 32320, - [SMALL_STATE(1612)] = 32459, - [SMALL_STATE(1613)] = 32598, - [SMALL_STATE(1614)] = 32669, - [SMALL_STATE(1615)] = 32740, - [SMALL_STATE(1616)] = 32811, - [SMALL_STATE(1617)] = 32950, - [SMALL_STATE(1618)] = 33089, - [SMALL_STATE(1619)] = 33228, - [SMALL_STATE(1620)] = 33367, - [SMALL_STATE(1621)] = 33438, - [SMALL_STATE(1622)] = 33577, - [SMALL_STATE(1623)] = 33716, - [SMALL_STATE(1624)] = 33855, - [SMALL_STATE(1625)] = 33926, - [SMALL_STATE(1626)] = 34065, - [SMALL_STATE(1627)] = 34135, - [SMALL_STATE(1628)] = 34212, - [SMALL_STATE(1629)] = 34281, - [SMALL_STATE(1630)] = 34350, - [SMALL_STATE(1631)] = 34422, - [SMALL_STATE(1632)] = 34496, - [SMALL_STATE(1633)] = 34568, - [SMALL_STATE(1634)] = 34642, - [SMALL_STATE(1635)] = 34714, - [SMALL_STATE(1636)] = 34788, - [SMALL_STATE(1637)] = 34862, - [SMALL_STATE(1638)] = 34936, - [SMALL_STATE(1639)] = 35010, - [SMALL_STATE(1640)] = 35082, - [SMALL_STATE(1641)] = 35156, - [SMALL_STATE(1642)] = 35229, - [SMALL_STATE(1643)] = 35362, - [SMALL_STATE(1644)] = 35493, - [SMALL_STATE(1645)] = 35624, - [SMALL_STATE(1646)] = 35697, - [SMALL_STATE(1647)] = 35770, - [SMALL_STATE(1648)] = 35901, - [SMALL_STATE(1649)] = 36032, - [SMALL_STATE(1650)] = 36161, - [SMALL_STATE(1651)] = 36294, - [SMALL_STATE(1652)] = 36425, - [SMALL_STATE(1653)] = 36556, - [SMALL_STATE(1654)] = 36687, - [SMALL_STATE(1655)] = 36818, - [SMALL_STATE(1656)] = 36949, - [SMALL_STATE(1657)] = 37080, - [SMALL_STATE(1658)] = 37211, - [SMALL_STATE(1659)] = 37342, - [SMALL_STATE(1660)] = 37473, - [SMALL_STATE(1661)] = 37604, - [SMALL_STATE(1662)] = 37735, - [SMALL_STATE(1663)] = 37808, - [SMALL_STATE(1664)] = 37879, - [SMALL_STATE(1665)] = 38012, - [SMALL_STATE(1666)] = 38145, - [SMALL_STATE(1667)] = 38218, - [SMALL_STATE(1668)] = 38289, - [SMALL_STATE(1669)] = 38358, - [SMALL_STATE(1670)] = 38431, - [SMALL_STATE(1671)] = 38502, - [SMALL_STATE(1672)] = 38635, - [SMALL_STATE(1673)] = 38768, - [SMALL_STATE(1674)] = 38841, - [SMALL_STATE(1675)] = 38910, - [SMALL_STATE(1676)] = 38983, - [SMALL_STATE(1677)] = 39116, - [SMALL_STATE(1678)] = 39187, - [SMALL_STATE(1679)] = 39318, - [SMALL_STATE(1680)] = 39387, - [SMALL_STATE(1681)] = 39456, - [SMALL_STATE(1682)] = 39525, - [SMALL_STATE(1683)] = 39658, - [SMALL_STATE(1684)] = 39731, - [SMALL_STATE(1685)] = 39862, - [SMALL_STATE(1686)] = 39935, - [SMALL_STATE(1687)] = 40006, - [SMALL_STATE(1688)] = 40139, - [SMALL_STATE(1689)] = 40272, - [SMALL_STATE(1690)] = 40405, - [SMALL_STATE(1691)] = 40536, - [SMALL_STATE(1692)] = 40667, - [SMALL_STATE(1693)] = 40800, - [SMALL_STATE(1694)] = 40873, - [SMALL_STATE(1695)] = 40946, - [SMALL_STATE(1696)] = 41077, - [SMALL_STATE(1697)] = 41208, - [SMALL_STATE(1698)] = 41339, - [SMALL_STATE(1699)] = 41416, - [SMALL_STATE(1700)] = 41487, - [SMALL_STATE(1701)] = 41560, - [SMALL_STATE(1702)] = 41691, - [SMALL_STATE(1703)] = 41758, - [SMALL_STATE(1704)] = 41831, - [SMALL_STATE(1705)] = 41898, - [SMALL_STATE(1706)] = 42031, - [SMALL_STATE(1707)] = 42102, - [SMALL_STATE(1708)] = 42173, - [SMALL_STATE(1709)] = 42307, - [SMALL_STATE(1710)] = 42441, - [SMALL_STATE(1711)] = 42575, - [SMALL_STATE(1712)] = 42643, - [SMALL_STATE(1713)] = 42711, - [SMALL_STATE(1714)] = 42845, - [SMALL_STATE(1715)] = 42911, - [SMALL_STATE(1716)] = 42977, - [SMALL_STATE(1717)] = 43043, - [SMALL_STATE(1718)] = 43177, - [SMALL_STATE(1719)] = 43243, - [SMALL_STATE(1720)] = 43309, - [SMALL_STATE(1721)] = 43375, - [SMALL_STATE(1722)] = 43509, - [SMALL_STATE(1723)] = 43643, - [SMALL_STATE(1724)] = 43777, - [SMALL_STATE(1725)] = 43911, - [SMALL_STATE(1726)] = 44045, - [SMALL_STATE(1727)] = 44179, - [SMALL_STATE(1728)] = 44313, - [SMALL_STATE(1729)] = 44447, - [SMALL_STATE(1730)] = 44581, - [SMALL_STATE(1731)] = 44715, - [SMALL_STATE(1732)] = 44849, - [SMALL_STATE(1733)] = 44983, - [SMALL_STATE(1734)] = 45117, - [SMALL_STATE(1735)] = 45251, - [SMALL_STATE(1736)] = 45385, - [SMALL_STATE(1737)] = 45519, - [SMALL_STATE(1738)] = 45653, - [SMALL_STATE(1739)] = 45787, - [SMALL_STATE(1740)] = 45921, - [SMALL_STATE(1741)] = 46055, - [SMALL_STATE(1742)] = 46189, - [SMALL_STATE(1743)] = 46323, - [SMALL_STATE(1744)] = 46457, - [SMALL_STATE(1745)] = 46591, - [SMALL_STATE(1746)] = 46725, - [SMALL_STATE(1747)] = 46859, - [SMALL_STATE(1748)] = 46993, - [SMALL_STATE(1749)] = 47127, - [SMALL_STATE(1750)] = 47261, - [SMALL_STATE(1751)] = 47395, - [SMALL_STATE(1752)] = 47529, - [SMALL_STATE(1753)] = 47663, - [SMALL_STATE(1754)] = 47797, - [SMALL_STATE(1755)] = 47931, - [SMALL_STATE(1756)] = 48065, - [SMALL_STATE(1757)] = 48199, - [SMALL_STATE(1758)] = 48333, - [SMALL_STATE(1759)] = 48399, - [SMALL_STATE(1760)] = 48533, - [SMALL_STATE(1761)] = 48667, - [SMALL_STATE(1762)] = 48801, - [SMALL_STATE(1763)] = 48935, - [SMALL_STATE(1764)] = 49069, - [SMALL_STATE(1765)] = 49203, - [SMALL_STATE(1766)] = 49337, - [SMALL_STATE(1767)] = 49471, - [SMALL_STATE(1768)] = 49605, - [SMALL_STATE(1769)] = 49739, - [SMALL_STATE(1770)] = 49873, - [SMALL_STATE(1771)] = 50007, - [SMALL_STATE(1772)] = 50141, - [SMALL_STATE(1773)] = 50275, - [SMALL_STATE(1774)] = 50409, - [SMALL_STATE(1775)] = 50543, - [SMALL_STATE(1776)] = 50677, - [SMALL_STATE(1777)] = 50811, - [SMALL_STATE(1778)] = 50945, - [SMALL_STATE(1779)] = 51079, - [SMALL_STATE(1780)] = 51213, - [SMALL_STATE(1781)] = 51347, - [SMALL_STATE(1782)] = 51481, - [SMALL_STATE(1783)] = 51615, - [SMALL_STATE(1784)] = 51749, - [SMALL_STATE(1785)] = 51883, - [SMALL_STATE(1786)] = 52017, - [SMALL_STATE(1787)] = 52151, - [SMALL_STATE(1788)] = 52285, - [SMALL_STATE(1789)] = 52419, - [SMALL_STATE(1790)] = 52553, - [SMALL_STATE(1791)] = 52687, - [SMALL_STATE(1792)] = 52821, - [SMALL_STATE(1793)] = 52955, - [SMALL_STATE(1794)] = 53089, - [SMALL_STATE(1795)] = 53223, - [SMALL_STATE(1796)] = 53357, - [SMALL_STATE(1797)] = 53491, - [SMALL_STATE(1798)] = 53625, - [SMALL_STATE(1799)] = 53759, - [SMALL_STATE(1800)] = 53893, - [SMALL_STATE(1801)] = 54027, - [SMALL_STATE(1802)] = 54161, - [SMALL_STATE(1803)] = 54295, - [SMALL_STATE(1804)] = 54429, - [SMALL_STATE(1805)] = 54563, - [SMALL_STATE(1806)] = 54697, - [SMALL_STATE(1807)] = 54831, - [SMALL_STATE(1808)] = 54965, - [SMALL_STATE(1809)] = 55099, - [SMALL_STATE(1810)] = 55233, - [SMALL_STATE(1811)] = 55367, - [SMALL_STATE(1812)] = 55501, - [SMALL_STATE(1813)] = 55635, - [SMALL_STATE(1814)] = 55769, - [SMALL_STATE(1815)] = 55903, - [SMALL_STATE(1816)] = 56037, - [SMALL_STATE(1817)] = 56171, - [SMALL_STATE(1818)] = 56305, - [SMALL_STATE(1819)] = 56439, - [SMALL_STATE(1820)] = 56573, - [SMALL_STATE(1821)] = 56707, - [SMALL_STATE(1822)] = 56841, - [SMALL_STATE(1823)] = 56975, - [SMALL_STATE(1824)] = 57109, - [SMALL_STATE(1825)] = 57177, - [SMALL_STATE(1826)] = 57245, - [SMALL_STATE(1827)] = 57379, - [SMALL_STATE(1828)] = 57509, - [SMALL_STATE(1829)] = 57639, - [SMALL_STATE(1830)] = 57705, - [SMALL_STATE(1831)] = 57839, - [SMALL_STATE(1832)] = 57973, - [SMALL_STATE(1833)] = 58107, - [SMALL_STATE(1834)] = 58241, - [SMALL_STATE(1835)] = 58375, - [SMALL_STATE(1836)] = 58509, - [SMALL_STATE(1837)] = 58643, - [SMALL_STATE(1838)] = 58777, - [SMALL_STATE(1839)] = 58911, - [SMALL_STATE(1840)] = 59045, - [SMALL_STATE(1841)] = 59179, - [SMALL_STATE(1842)] = 59313, - [SMALL_STATE(1843)] = 59447, - [SMALL_STATE(1844)] = 59581, - [SMALL_STATE(1845)] = 59715, - [SMALL_STATE(1846)] = 59849, - [SMALL_STATE(1847)] = 59917, - [SMALL_STATE(1848)] = 59985, - [SMALL_STATE(1849)] = 60053, - [SMALL_STATE(1850)] = 60121, - [SMALL_STATE(1851)] = 60255, - [SMALL_STATE(1852)] = 60323, - [SMALL_STATE(1853)] = 60457, - [SMALL_STATE(1854)] = 60591, - [SMALL_STATE(1855)] = 60659, - [SMALL_STATE(1856)] = 60727, - [SMALL_STATE(1857)] = 60861, - [SMALL_STATE(1858)] = 60927, - [SMALL_STATE(1859)] = 60993, - [SMALL_STATE(1860)] = 61127, - [SMALL_STATE(1861)] = 61261, - [SMALL_STATE(1862)] = 61395, - [SMALL_STATE(1863)] = 61529, - [SMALL_STATE(1864)] = 61663, - [SMALL_STATE(1865)] = 61797, - [SMALL_STATE(1866)] = 61931, - [SMALL_STATE(1867)] = 62065, - [SMALL_STATE(1868)] = 62199, - [SMALL_STATE(1869)] = 62333, - [SMALL_STATE(1870)] = 62467, - [SMALL_STATE(1871)] = 62601, - [SMALL_STATE(1872)] = 62735, - [SMALL_STATE(1873)] = 62869, - [SMALL_STATE(1874)] = 63003, - [SMALL_STATE(1875)] = 63137, - [SMALL_STATE(1876)] = 63271, - [SMALL_STATE(1877)] = 63405, - [SMALL_STATE(1878)] = 63539, - [SMALL_STATE(1879)] = 63673, - [SMALL_STATE(1880)] = 63807, - [SMALL_STATE(1881)] = 63873, - [SMALL_STATE(1882)] = 64007, - [SMALL_STATE(1883)] = 64141, - [SMALL_STATE(1884)] = 64275, - [SMALL_STATE(1885)] = 64409, - [SMALL_STATE(1886)] = 64543, - [SMALL_STATE(1887)] = 64677, - [SMALL_STATE(1888)] = 64811, - [SMALL_STATE(1889)] = 64945, - [SMALL_STATE(1890)] = 65010, - [SMALL_STATE(1891)] = 65075, - [SMALL_STATE(1892)] = 65140, - [SMALL_STATE(1893)] = 65207, - [SMALL_STATE(1894)] = 65274, - [SMALL_STATE(1895)] = 65339, - [SMALL_STATE(1896)] = 65406, - [SMALL_STATE(1897)] = 65471, - [SMALL_STATE(1898)] = 65536, - [SMALL_STATE(1899)] = 65601, - [SMALL_STATE(1900)] = 65666, - [SMALL_STATE(1901)] = 65731, - [SMALL_STATE(1902)] = 65798, - [SMALL_STATE(1903)] = 65863, - [SMALL_STATE(1904)] = 65928, - [SMALL_STATE(1905)] = 65993, - [SMALL_STATE(1906)] = 66058, - [SMALL_STATE(1907)] = 66123, - [SMALL_STATE(1908)] = 66188, - [SMALL_STATE(1909)] = 66253, - [SMALL_STATE(1910)] = 66318, - [SMALL_STATE(1911)] = 66383, - [SMALL_STATE(1912)] = 66448, - [SMALL_STATE(1913)] = 66513, - [SMALL_STATE(1914)] = 66578, - [SMALL_STATE(1915)] = 66651, - [SMALL_STATE(1916)] = 66716, - [SMALL_STATE(1917)] = 66783, - [SMALL_STATE(1918)] = 66848, - [SMALL_STATE(1919)] = 66913, - [SMALL_STATE(1920)] = 66978, - [SMALL_STATE(1921)] = 67043, - [SMALL_STATE(1922)] = 67108, - [SMALL_STATE(1923)] = 67173, - [SMALL_STATE(1924)] = 67238, - [SMALL_STATE(1925)] = 67303, - [SMALL_STATE(1926)] = 67368, - [SMALL_STATE(1927)] = 67433, - [SMALL_STATE(1928)] = 67498, - [SMALL_STATE(1929)] = 67563, - [SMALL_STATE(1930)] = 67628, - [SMALL_STATE(1931)] = 67693, - [SMALL_STATE(1932)] = 67758, - [SMALL_STATE(1933)] = 67823, - [SMALL_STATE(1934)] = 67888, - [SMALL_STATE(1935)] = 67953, - [SMALL_STATE(1936)] = 68018, - [SMALL_STATE(1937)] = 68083, - [SMALL_STATE(1938)] = 68148, - [SMALL_STATE(1939)] = 68213, - [SMALL_STATE(1940)] = 68278, - [SMALL_STATE(1941)] = 68343, - [SMALL_STATE(1942)] = 68408, - [SMALL_STATE(1943)] = 68473, - [SMALL_STATE(1944)] = 68538, - [SMALL_STATE(1945)] = 68603, - [SMALL_STATE(1946)] = 68668, - [SMALL_STATE(1947)] = 68733, - [SMALL_STATE(1948)] = 68798, - [SMALL_STATE(1949)] = 68863, - [SMALL_STATE(1950)] = 68928, - [SMALL_STATE(1951)] = 68993, - [SMALL_STATE(1952)] = 69058, - [SMALL_STATE(1953)] = 69123, - [SMALL_STATE(1954)] = 69188, - [SMALL_STATE(1955)] = 69319, - [SMALL_STATE(1956)] = 69450, - [SMALL_STATE(1957)] = 69517, - [SMALL_STATE(1958)] = 69644, - [SMALL_STATE(1959)] = 69771, - [SMALL_STATE(1960)] = 69902, - [SMALL_STATE(1961)] = 70033, - [SMALL_STATE(1962)] = 70100, - [SMALL_STATE(1963)] = 70165, - [SMALL_STATE(1964)] = 70296, - [SMALL_STATE(1965)] = 70362, - [SMALL_STATE(1966)] = 70484, - [SMALL_STATE(1967)] = 70608, - [SMALL_STATE(1968)] = 70732, - [SMALL_STATE(1969)] = 70856, - [SMALL_STATE(1970)] = 70980, - [SMALL_STATE(1971)] = 71104, - [SMALL_STATE(1972)] = 71228, - [SMALL_STATE(1973)] = 71352, - [SMALL_STATE(1974)] = 71476, - [SMALL_STATE(1975)] = 71600, - [SMALL_STATE(1976)] = 71724, - [SMALL_STATE(1977)] = 71848, - [SMALL_STATE(1978)] = 71912, - [SMALL_STATE(1979)] = 72034, - [SMALL_STATE(1980)] = 72156, - [SMALL_STATE(1981)] = 72278, - [SMALL_STATE(1982)] = 72400, - [SMALL_STATE(1983)] = 72522, - [SMALL_STATE(1984)] = 72644, - [SMALL_STATE(1985)] = 72766, - [SMALL_STATE(1986)] = 72888, - [SMALL_STATE(1987)] = 73010, - [SMALL_STATE(1988)] = 73132, - [SMALL_STATE(1989)] = 73254, - [SMALL_STATE(1990)] = 73376, - [SMALL_STATE(1991)] = 73498, - [SMALL_STATE(1992)] = 73620, - [SMALL_STATE(1993)] = 73684, - [SMALL_STATE(1994)] = 73806, - [SMALL_STATE(1995)] = 73928, - [SMALL_STATE(1996)] = 74050, - [SMALL_STATE(1997)] = 74172, - [SMALL_STATE(1998)] = 74294, - [SMALL_STATE(1999)] = 74416, - [SMALL_STATE(2000)] = 74538, - [SMALL_STATE(2001)] = 74660, - [SMALL_STATE(2002)] = 74782, - [SMALL_STATE(2003)] = 74904, - [SMALL_STATE(2004)] = 74968, - [SMALL_STATE(2005)] = 75064, - [SMALL_STATE(2006)] = 75128, - [SMALL_STATE(2007)] = 75222, - [SMALL_STATE(2008)] = 75286, - [SMALL_STATE(2009)] = 75350, - [SMALL_STATE(2010)] = 75442, - [SMALL_STATE(2011)] = 75506, - [SMALL_STATE(2012)] = 75596, - [SMALL_STATE(2013)] = 75660, - [SMALL_STATE(2014)] = 75748, - [SMALL_STATE(2015)] = 75812, - [SMALL_STATE(2016)] = 75898, - [SMALL_STATE(2017)] = 75962, - [SMALL_STATE(2018)] = 76046, - [SMALL_STATE(2019)] = 76110, - [SMALL_STATE(2020)] = 76184, - [SMALL_STATE(2021)] = 76248, - [SMALL_STATE(2022)] = 76370, - [SMALL_STATE(2023)] = 76434, - [SMALL_STATE(2024)] = 76504, - [SMALL_STATE(2025)] = 76568, - [SMALL_STATE(2026)] = 76650, - [SMALL_STATE(2027)] = 76714, - [SMALL_STATE(2028)] = 76836, - [SMALL_STATE(2029)] = 76958, - [SMALL_STATE(2030)] = 77030, - [SMALL_STATE(2031)] = 77094, - [SMALL_STATE(2032)] = 77158, - [SMALL_STATE(2033)] = 77236, - [SMALL_STATE(2034)] = 77358, - [SMALL_STATE(2035)] = 77480, - [SMALL_STATE(2036)] = 77602, - [SMALL_STATE(2037)] = 77726, - [SMALL_STATE(2038)] = 77790, - [SMALL_STATE(2039)] = 77912, - [SMALL_STATE(2040)] = 78034, - [SMALL_STATE(2041)] = 78156, - [SMALL_STATE(2042)] = 78278, - [SMALL_STATE(2043)] = 78400, - [SMALL_STATE(2044)] = 78522, - [SMALL_STATE(2045)] = 78644, - [SMALL_STATE(2046)] = 78766, - [SMALL_STATE(2047)] = 78888, - [SMALL_STATE(2048)] = 79010, - [SMALL_STATE(2049)] = 79132, - [SMALL_STATE(2050)] = 79254, - [SMALL_STATE(2051)] = 79376, - [SMALL_STATE(2052)] = 79498, - [SMALL_STATE(2053)] = 79620, - [SMALL_STATE(2054)] = 79742, - [SMALL_STATE(2055)] = 79864, - [SMALL_STATE(2056)] = 79986, - [SMALL_STATE(2057)] = 80108, - [SMALL_STATE(2058)] = 80230, - [SMALL_STATE(2059)] = 80352, - [SMALL_STATE(2060)] = 80474, - [SMALL_STATE(2061)] = 80596, - [SMALL_STATE(2062)] = 80718, - [SMALL_STATE(2063)] = 80840, - [SMALL_STATE(2064)] = 80962, - [SMALL_STATE(2065)] = 81084, - [SMALL_STATE(2066)] = 81206, - [SMALL_STATE(2067)] = 81328, - [SMALL_STATE(2068)] = 81450, - [SMALL_STATE(2069)] = 81572, - [SMALL_STATE(2070)] = 81694, - [SMALL_STATE(2071)] = 81816, - [SMALL_STATE(2072)] = 81938, - [SMALL_STATE(2073)] = 82060, - [SMALL_STATE(2074)] = 82182, - [SMALL_STATE(2075)] = 82304, - [SMALL_STATE(2076)] = 82426, - [SMALL_STATE(2077)] = 82548, - [SMALL_STATE(2078)] = 82670, - [SMALL_STATE(2079)] = 82792, - [SMALL_STATE(2080)] = 82914, - [SMALL_STATE(2081)] = 83036, - [SMALL_STATE(2082)] = 83158, - [SMALL_STATE(2083)] = 83280, - [SMALL_STATE(2084)] = 83402, - [SMALL_STATE(2085)] = 83524, - [SMALL_STATE(2086)] = 83646, - [SMALL_STATE(2087)] = 83768, - [SMALL_STATE(2088)] = 83890, - [SMALL_STATE(2089)] = 84012, - [SMALL_STATE(2090)] = 84076, - [SMALL_STATE(2091)] = 84198, - [SMALL_STATE(2092)] = 84320, - [SMALL_STATE(2093)] = 84384, - [SMALL_STATE(2094)] = 84506, - [SMALL_STATE(2095)] = 84570, - [SMALL_STATE(2096)] = 84692, - [SMALL_STATE(2097)] = 84814, - [SMALL_STATE(2098)] = 84936, - [SMALL_STATE(2099)] = 85058, - [SMALL_STATE(2100)] = 85122, - [SMALL_STATE(2101)] = 85186, - [SMALL_STATE(2102)] = 85308, - [SMALL_STATE(2103)] = 85430, - [SMALL_STATE(2104)] = 85552, - [SMALL_STATE(2105)] = 85674, - [SMALL_STATE(2106)] = 85796, - [SMALL_STATE(2107)] = 85918, - [SMALL_STATE(2108)] = 86040, - [SMALL_STATE(2109)] = 86162, - [SMALL_STATE(2110)] = 86284, - [SMALL_STATE(2111)] = 86348, - [SMALL_STATE(2112)] = 86470, - [SMALL_STATE(2113)] = 86592, - [SMALL_STATE(2114)] = 86714, - [SMALL_STATE(2115)] = 86778, - [SMALL_STATE(2116)] = 86842, - [SMALL_STATE(2117)] = 86964, - [SMALL_STATE(2118)] = 87086, - [SMALL_STATE(2119)] = 87208, - [SMALL_STATE(2120)] = 87330, - [SMALL_STATE(2121)] = 87452, - [SMALL_STATE(2122)] = 87574, - [SMALL_STATE(2123)] = 87696, - [SMALL_STATE(2124)] = 87818, - [SMALL_STATE(2125)] = 87882, - [SMALL_STATE(2126)] = 87946, - [SMALL_STATE(2127)] = 88016, - [SMALL_STATE(2128)] = 88138, - [SMALL_STATE(2129)] = 88260, - [SMALL_STATE(2130)] = 88382, - [SMALL_STATE(2131)] = 88504, - [SMALL_STATE(2132)] = 88568, - [SMALL_STATE(2133)] = 88632, - [SMALL_STATE(2134)] = 88754, - [SMALL_STATE(2135)] = 88876, - [SMALL_STATE(2136)] = 88998, - [SMALL_STATE(2137)] = 89120, - [SMALL_STATE(2138)] = 89242, - [SMALL_STATE(2139)] = 89364, - [SMALL_STATE(2140)] = 89486, - [SMALL_STATE(2141)] = 89608, - [SMALL_STATE(2142)] = 89730, - [SMALL_STATE(2143)] = 89852, - [SMALL_STATE(2144)] = 89974, - [SMALL_STATE(2145)] = 90096, - [SMALL_STATE(2146)] = 90218, - [SMALL_STATE(2147)] = 90340, - [SMALL_STATE(2148)] = 90462, - [SMALL_STATE(2149)] = 90584, - [SMALL_STATE(2150)] = 90706, - [SMALL_STATE(2151)] = 90828, - [SMALL_STATE(2152)] = 90952, - [SMALL_STATE(2153)] = 91074, - [SMALL_STATE(2154)] = 91196, - [SMALL_STATE(2155)] = 91318, - [SMALL_STATE(2156)] = 91440, - [SMALL_STATE(2157)] = 91562, - [SMALL_STATE(2158)] = 91684, - [SMALL_STATE(2159)] = 91806, - [SMALL_STATE(2160)] = 91928, - [SMALL_STATE(2161)] = 92050, - [SMALL_STATE(2162)] = 92172, - [SMALL_STATE(2163)] = 92294, - [SMALL_STATE(2164)] = 92416, - [SMALL_STATE(2165)] = 92538, - [SMALL_STATE(2166)] = 92660, - [SMALL_STATE(2167)] = 92782, - [SMALL_STATE(2168)] = 92904, - [SMALL_STATE(2169)] = 93026, - [SMALL_STATE(2170)] = 93148, - [SMALL_STATE(2171)] = 93270, - [SMALL_STATE(2172)] = 93392, - [SMALL_STATE(2173)] = 93514, - [SMALL_STATE(2174)] = 93636, - [SMALL_STATE(2175)] = 93758, - [SMALL_STATE(2176)] = 93880, - [SMALL_STATE(2177)] = 94002, - [SMALL_STATE(2178)] = 94124, - [SMALL_STATE(2179)] = 94246, - [SMALL_STATE(2180)] = 94368, - [SMALL_STATE(2181)] = 94490, - [SMALL_STATE(2182)] = 94612, - [SMALL_STATE(2183)] = 94734, - [SMALL_STATE(2184)] = 94856, - [SMALL_STATE(2185)] = 94978, - [SMALL_STATE(2186)] = 95100, - [SMALL_STATE(2187)] = 95222, - [SMALL_STATE(2188)] = 95346, - [SMALL_STATE(2189)] = 95468, - [SMALL_STATE(2190)] = 95590, - [SMALL_STATE(2191)] = 95712, - [SMALL_STATE(2192)] = 95838, - [SMALL_STATE(2193)] = 95960, - [SMALL_STATE(2194)] = 96084, - [SMALL_STATE(2195)] = 96210, - [SMALL_STATE(2196)] = 96334, - [SMALL_STATE(2197)] = 96398, - [SMALL_STATE(2198)] = 96462, - [SMALL_STATE(2199)] = 96526, - [SMALL_STATE(2200)] = 96590, - [SMALL_STATE(2201)] = 96654, - [SMALL_STATE(2202)] = 96718, - [SMALL_STATE(2203)] = 96782, - [SMALL_STATE(2204)] = 96846, - [SMALL_STATE(2205)] = 96910, - [SMALL_STATE(2206)] = 96974, - [SMALL_STATE(2207)] = 97038, - [SMALL_STATE(2208)] = 97102, - [SMALL_STATE(2209)] = 97166, - [SMALL_STATE(2210)] = 97234, - [SMALL_STATE(2211)] = 97298, - [SMALL_STATE(2212)] = 97422, - [SMALL_STATE(2213)] = 97546, - [SMALL_STATE(2214)] = 97670, - [SMALL_STATE(2215)] = 97734, - [SMALL_STATE(2216)] = 97798, - [SMALL_STATE(2217)] = 97862, - [SMALL_STATE(2218)] = 97926, - [SMALL_STATE(2219)] = 97990, - [SMALL_STATE(2220)] = 98054, - [SMALL_STATE(2221)] = 98176, - [SMALL_STATE(2222)] = 98298, - [SMALL_STATE(2223)] = 98420, - [SMALL_STATE(2224)] = 98542, - [SMALL_STATE(2225)] = 98664, - [SMALL_STATE(2226)] = 98786, - [SMALL_STATE(2227)] = 98908, - [SMALL_STATE(2228)] = 99030, - [SMALL_STATE(2229)] = 99152, - [SMALL_STATE(2230)] = 99274, - [SMALL_STATE(2231)] = 99396, - [SMALL_STATE(2232)] = 99518, - [SMALL_STATE(2233)] = 99640, - [SMALL_STATE(2234)] = 99762, - [SMALL_STATE(2235)] = 99884, - [SMALL_STATE(2236)] = 100006, - [SMALL_STATE(2237)] = 100128, - [SMALL_STATE(2238)] = 100250, - [SMALL_STATE(2239)] = 100314, - [SMALL_STATE(2240)] = 100436, - [SMALL_STATE(2241)] = 100558, - [SMALL_STATE(2242)] = 100680, - [SMALL_STATE(2243)] = 100802, - [SMALL_STATE(2244)] = 100924, - [SMALL_STATE(2245)] = 101046, - [SMALL_STATE(2246)] = 101168, - [SMALL_STATE(2247)] = 101232, - [SMALL_STATE(2248)] = 101357, - [SMALL_STATE(2249)] = 101482, - [SMALL_STATE(2250)] = 101571, - [SMALL_STATE(2251)] = 101659, - [SMALL_STATE(2252)] = 101742, - [SMALL_STATE(2253)] = 101825, - [SMALL_STATE(2254)] = 101908, - [SMALL_STATE(2255)] = 102025, - [SMALL_STATE(2256)] = 102108, - [SMALL_STATE(2257)] = 102191, - [SMALL_STATE(2258)] = 102274, - [SMALL_STATE(2259)] = 102356, - [SMALL_STATE(2260)] = 102438, - [SMALL_STATE(2261)] = 102558, - [SMALL_STATE(2262)] = 102640, - [SMALL_STATE(2263)] = 102722, - [SMALL_STATE(2264)] = 102802, - [SMALL_STATE(2265)] = 102922, - [SMALL_STATE(2266)] = 103042, - [SMALL_STATE(2267)] = 103124, - [SMALL_STATE(2268)] = 103244, - [SMALL_STATE(2269)] = 103326, - [SMALL_STATE(2270)] = 103406, - [SMALL_STATE(2271)] = 103483, - [SMALL_STATE(2272)] = 103560, - [SMALL_STATE(2273)] = 103637, - [SMALL_STATE(2274)] = 103714, - [SMALL_STATE(2275)] = 103791, - [SMALL_STATE(2276)] = 103868, - [SMALL_STATE(2277)] = 103947, - [SMALL_STATE(2278)] = 104026, - [SMALL_STATE(2279)] = 104103, - [SMALL_STATE(2280)] = 104180, - [SMALL_STATE(2281)] = 104295, - [SMALL_STATE(2282)] = 104372, - [SMALL_STATE(2283)] = 104449, - [SMALL_STATE(2284)] = 104526, - [SMALL_STATE(2285)] = 104603, - [SMALL_STATE(2286)] = 104679, - [SMALL_STATE(2287)] = 104755, - [SMALL_STATE(2288)] = 104831, - [SMALL_STATE(2289)] = 104907, - [SMALL_STATE(2290)] = 104983, - [SMALL_STATE(2291)] = 105059, - [SMALL_STATE(2292)] = 105135, - [SMALL_STATE(2293)] = 105211, - [SMALL_STATE(2294)] = 105287, - [SMALL_STATE(2295)] = 105363, - [SMALL_STATE(2296)] = 105439, - [SMALL_STATE(2297)] = 105515, - [SMALL_STATE(2298)] = 105575, - [SMALL_STATE(2299)] = 105633, - [SMALL_STATE(2300)] = 105693, - [SMALL_STATE(2301)] = 105751, - [SMALL_STATE(2302)] = 105811, - [SMALL_STATE(2303)] = 105871, - [SMALL_STATE(2304)] = 105931, - [SMALL_STATE(2305)] = 105989, - [SMALL_STATE(2306)] = 106049, - [SMALL_STATE(2307)] = 106109, - [SMALL_STATE(2308)] = 106169, - [SMALL_STATE(2309)] = 106229, - [SMALL_STATE(2310)] = 106289, - [SMALL_STATE(2311)] = 106349, - [SMALL_STATE(2312)] = 106409, - [SMALL_STATE(2313)] = 106469, - [SMALL_STATE(2314)] = 106529, - [SMALL_STATE(2315)] = 106587, - [SMALL_STATE(2316)] = 106645, - [SMALL_STATE(2317)] = 106705, - [SMALL_STATE(2318)] = 106763, - [SMALL_STATE(2319)] = 106823, - [SMALL_STATE(2320)] = 106925, - [SMALL_STATE(2321)] = 106985, - [SMALL_STATE(2322)] = 107044, - [SMALL_STATE(2323)] = 107099, - [SMALL_STATE(2324)] = 107158, - [SMALL_STATE(2325)] = 107217, - [SMALL_STATE(2326)] = 107276, - [SMALL_STATE(2327)] = 107329, - [SMALL_STATE(2328)] = 107388, - [SMALL_STATE(2329)] = 107447, - [SMALL_STATE(2330)] = 107502, - [SMALL_STATE(2331)] = 107557, - [SMALL_STATE(2332)] = 107616, - [SMALL_STATE(2333)] = 107669, - [SMALL_STATE(2334)] = 107728, - [SMALL_STATE(2335)] = 107785, - [SMALL_STATE(2336)] = 107840, - [SMALL_STATE(2337)] = 107893, - [SMALL_STATE(2338)] = 107952, - [SMALL_STATE(2339)] = 108009, - [SMALL_STATE(2340)] = 108066, - [SMALL_STATE(2341)] = 108123, - [SMALL_STATE(2342)] = 108180, - [SMALL_STATE(2343)] = 108239, - [SMALL_STATE(2344)] = 108298, - [SMALL_STATE(2345)] = 108357, - [SMALL_STATE(2346)] = 108410, - [SMALL_STATE(2347)] = 108493, - [SMALL_STATE(2348)] = 108550, - [SMALL_STATE(2349)] = 108603, - [SMALL_STATE(2350)] = 108656, - [SMALL_STATE(2351)] = 108711, - [SMALL_STATE(2352)] = 108766, - [SMALL_STATE(2353)] = 108823, - [SMALL_STATE(2354)] = 108882, - [SMALL_STATE(2355)] = 108941, - [SMALL_STATE(2356)] = 108998, - [SMALL_STATE(2357)] = 109055, - [SMALL_STATE(2358)] = 109114, - [SMALL_STATE(2359)] = 109171, - [SMALL_STATE(2360)] = 109226, - [SMALL_STATE(2361)] = 109285, - [SMALL_STATE(2362)] = 109344, - [SMALL_STATE(2363)] = 109401, - [SMALL_STATE(2364)] = 109458, - [SMALL_STATE(2365)] = 109510, - [SMALL_STATE(2366)] = 109566, - [SMALL_STATE(2367)] = 109618, - [SMALL_STATE(2368)] = 109672, - [SMALL_STATE(2369)] = 109724, - [SMALL_STATE(2370)] = 109778, - [SMALL_STATE(2371)] = 109832, - [SMALL_STATE(2372)] = 109884, - [SMALL_STATE(2373)] = 109940, - [SMALL_STATE(2374)] = 109996, - [SMALL_STATE(2375)] = 110050, - [SMALL_STATE(2376)] = 110102, - [SMALL_STATE(2377)] = 110154, - [SMALL_STATE(2378)] = 110208, - [SMALL_STATE(2379)] = 110262, - [SMALL_STATE(2380)] = 110316, - [SMALL_STATE(2381)] = 110370, - [SMALL_STATE(2382)] = 110426, - [SMALL_STATE(2383)] = 110480, - [SMALL_STATE(2384)] = 110532, - [SMALL_STATE(2385)] = 110586, - [SMALL_STATE(2386)] = 110638, - [SMALL_STATE(2387)] = 110696, - [SMALL_STATE(2388)] = 110748, - [SMALL_STATE(2389)] = 110806, - [SMALL_STATE(2390)] = 110858, - [SMALL_STATE(2391)] = 110912, - [SMALL_STATE(2392)] = 110968, - [SMALL_STATE(2393)] = 111032, - [SMALL_STATE(2394)] = 111086, - [SMALL_STATE(2395)] = 111150, - [SMALL_STATE(2396)] = 111204, - [SMALL_STATE(2397)] = 111260, - [SMALL_STATE(2398)] = 111314, - [SMALL_STATE(2399)] = 111366, - [SMALL_STATE(2400)] = 111418, - [SMALL_STATE(2401)] = 111496, - [SMALL_STATE(2402)] = 111552, - [SMALL_STATE(2403)] = 111608, - [SMALL_STATE(2404)] = 111662, - [SMALL_STATE(2405)] = 111716, - [SMALL_STATE(2406)] = 111770, - [SMALL_STATE(2407)] = 111828, - [SMALL_STATE(2408)] = 111882, - [SMALL_STATE(2409)] = 111934, - [SMALL_STATE(2410)] = 111986, - [SMALL_STATE(2411)] = 112042, - [SMALL_STATE(2412)] = 112096, - [SMALL_STATE(2413)] = 112158, - [SMALL_STATE(2414)] = 112222, - [SMALL_STATE(2415)] = 112274, - [SMALL_STATE(2416)] = 112328, - [SMALL_STATE(2417)] = 112382, - [SMALL_STATE(2418)] = 112433, - [SMALL_STATE(2419)] = 112484, - [SMALL_STATE(2420)] = 112535, - [SMALL_STATE(2421)] = 112592, - [SMALL_STATE(2422)] = 112645, - [SMALL_STATE(2423)] = 112696, - [SMALL_STATE(2424)] = 112753, - [SMALL_STATE(2425)] = 112804, - [SMALL_STATE(2426)] = 112855, - [SMALL_STATE(2427)] = 112906, - [SMALL_STATE(2428)] = 112961, - [SMALL_STATE(2429)] = 113016, - [SMALL_STATE(2430)] = 113069, - [SMALL_STATE(2431)] = 113120, - [SMALL_STATE(2432)] = 113171, - [SMALL_STATE(2433)] = 113224, - [SMALL_STATE(2434)] = 113277, - [SMALL_STATE(2435)] = 113328, - [SMALL_STATE(2436)] = 113379, - [SMALL_STATE(2437)] = 113430, - [SMALL_STATE(2438)] = 113481, - [SMALL_STATE(2439)] = 113532, - [SMALL_STATE(2440)] = 113587, - [SMALL_STATE(2441)] = 113638, - [SMALL_STATE(2442)] = 113689, - [SMALL_STATE(2443)] = 113746, - [SMALL_STATE(2444)] = 113803, - [SMALL_STATE(2445)] = 113854, - [SMALL_STATE(2446)] = 113905, - [SMALL_STATE(2447)] = 113962, - [SMALL_STATE(2448)] = 114013, - [SMALL_STATE(2449)] = 114068, - [SMALL_STATE(2450)] = 114121, - [SMALL_STATE(2451)] = 114178, - [SMALL_STATE(2452)] = 114229, - [SMALL_STATE(2453)] = 114286, - [SMALL_STATE(2454)] = 114337, - [SMALL_STATE(2455)] = 114388, - [SMALL_STATE(2456)] = 114439, - [SMALL_STATE(2457)] = 114490, - [SMALL_STATE(2458)] = 114547, - [SMALL_STATE(2459)] = 114600, - [SMALL_STATE(2460)] = 114653, - [SMALL_STATE(2461)] = 114708, - [SMALL_STATE(2462)] = 114759, - [SMALL_STATE(2463)] = 114814, - [SMALL_STATE(2464)] = 114865, - [SMALL_STATE(2465)] = 114916, - [SMALL_STATE(2466)] = 114967, - [SMALL_STATE(2467)] = 115018, - [SMALL_STATE(2468)] = 115069, - [SMALL_STATE(2469)] = 115120, - [SMALL_STATE(2470)] = 115171, - [SMALL_STATE(2471)] = 115222, - [SMALL_STATE(2472)] = 115273, - [SMALL_STATE(2473)] = 115328, - [SMALL_STATE(2474)] = 115381, - [SMALL_STATE(2475)] = 115434, - [SMALL_STATE(2476)] = 115485, - [SMALL_STATE(2477)] = 115536, - [SMALL_STATE(2478)] = 115587, - [SMALL_STATE(2479)] = 115638, - [SMALL_STATE(2480)] = 115689, - [SMALL_STATE(2481)] = 115740, - [SMALL_STATE(2482)] = 115791, - [SMALL_STATE(2483)] = 115842, - [SMALL_STATE(2484)] = 115893, - [SMALL_STATE(2485)] = 115944, - [SMALL_STATE(2486)] = 115995, - [SMALL_STATE(2487)] = 116046, - [SMALL_STATE(2488)] = 116097, - [SMALL_STATE(2489)] = 116148, - [SMALL_STATE(2490)] = 116205, - [SMALL_STATE(2491)] = 116256, - [SMALL_STATE(2492)] = 116307, - [SMALL_STATE(2493)] = 116358, - [SMALL_STATE(2494)] = 116409, - [SMALL_STATE(2495)] = 116466, - [SMALL_STATE(2496)] = 116517, - [SMALL_STATE(2497)] = 116568, - [SMALL_STATE(2498)] = 116619, - [SMALL_STATE(2499)] = 116672, - [SMALL_STATE(2500)] = 116723, - [SMALL_STATE(2501)] = 116774, - [SMALL_STATE(2502)] = 116825, - [SMALL_STATE(2503)] = 116882, - [SMALL_STATE(2504)] = 116939, - [SMALL_STATE(2505)] = 116990, - [SMALL_STATE(2506)] = 117041, - [SMALL_STATE(2507)] = 117092, - [SMALL_STATE(2508)] = 117143, - [SMALL_STATE(2509)] = 117194, - [SMALL_STATE(2510)] = 117245, - [SMALL_STATE(2511)] = 117302, - [SMALL_STATE(2512)] = 117353, - [SMALL_STATE(2513)] = 117404, - [SMALL_STATE(2514)] = 117455, - [SMALL_STATE(2515)] = 117506, - [SMALL_STATE(2516)] = 117557, - [SMALL_STATE(2517)] = 117608, - [SMALL_STATE(2518)] = 117661, - [SMALL_STATE(2519)] = 117712, - [SMALL_STATE(2520)] = 117763, - [SMALL_STATE(2521)] = 117816, - [SMALL_STATE(2522)] = 117867, - [SMALL_STATE(2523)] = 117918, - [SMALL_STATE(2524)] = 117969, - [SMALL_STATE(2525)] = 118020, - [SMALL_STATE(2526)] = 118071, - [SMALL_STATE(2527)] = 118122, - [SMALL_STATE(2528)] = 118171, - [SMALL_STATE(2529)] = 118228, - [SMALL_STATE(2530)] = 118279, - [SMALL_STATE(2531)] = 118330, - [SMALL_STATE(2532)] = 118381, - [SMALL_STATE(2533)] = 118438, - [SMALL_STATE(2534)] = 118489, - [SMALL_STATE(2535)] = 118540, - [SMALL_STATE(2536)] = 118591, - [SMALL_STATE(2537)] = 118646, - [SMALL_STATE(2538)] = 118697, - [SMALL_STATE(2539)] = 118748, - [SMALL_STATE(2540)] = 118799, - [SMALL_STATE(2541)] = 118852, - [SMALL_STATE(2542)] = 118905, - [SMALL_STATE(2543)] = 118956, - [SMALL_STATE(2544)] = 119007, - [SMALL_STATE(2545)] = 119058, - [SMALL_STATE(2546)] = 119109, - [SMALL_STATE(2547)] = 119160, - [SMALL_STATE(2548)] = 119211, - [SMALL_STATE(2549)] = 119262, - [SMALL_STATE(2550)] = 119313, - [SMALL_STATE(2551)] = 119364, - [SMALL_STATE(2552)] = 119417, - [SMALL_STATE(2553)] = 119468, - [SMALL_STATE(2554)] = 119519, - [SMALL_STATE(2555)] = 119570, - [SMALL_STATE(2556)] = 119621, - [SMALL_STATE(2557)] = 119702, - [SMALL_STATE(2558)] = 119753, - [SMALL_STATE(2559)] = 119804, - [SMALL_STATE(2560)] = 119855, - [SMALL_STATE(2561)] = 119906, - [SMALL_STATE(2562)] = 119959, - [SMALL_STATE(2563)] = 120012, - [SMALL_STATE(2564)] = 120063, - [SMALL_STATE(2565)] = 120114, - [SMALL_STATE(2566)] = 120171, - [SMALL_STATE(2567)] = 120221, - [SMALL_STATE(2568)] = 120271, - [SMALL_STATE(2569)] = 120321, - [SMALL_STATE(2570)] = 120371, - [SMALL_STATE(2571)] = 120421, - [SMALL_STATE(2572)] = 120471, - [SMALL_STATE(2573)] = 120521, - [SMALL_STATE(2574)] = 120571, - [SMALL_STATE(2575)] = 120621, - [SMALL_STATE(2576)] = 120677, - [SMALL_STATE(2577)] = 120727, - [SMALL_STATE(2578)] = 120781, - [SMALL_STATE(2579)] = 120831, - [SMALL_STATE(2580)] = 120881, - [SMALL_STATE(2581)] = 120931, - [SMALL_STATE(2582)] = 120981, - [SMALL_STATE(2583)] = 121031, - [SMALL_STATE(2584)] = 121081, - [SMALL_STATE(2585)] = 121131, - [SMALL_STATE(2586)] = 121183, - [SMALL_STATE(2587)] = 121255, - [SMALL_STATE(2588)] = 121305, - [SMALL_STATE(2589)] = 121357, - [SMALL_STATE(2590)] = 121407, - [SMALL_STATE(2591)] = 121457, - [SMALL_STATE(2592)] = 121507, - [SMALL_STATE(2593)] = 121557, - [SMALL_STATE(2594)] = 121607, - [SMALL_STATE(2595)] = 121657, - [SMALL_STATE(2596)] = 121733, - [SMALL_STATE(2597)] = 121783, - [SMALL_STATE(2598)] = 121833, - [SMALL_STATE(2599)] = 121889, - [SMALL_STATE(2600)] = 121947, - [SMALL_STATE(2601)] = 121997, - [SMALL_STATE(2602)] = 122047, - [SMALL_STATE(2603)] = 122119, - [SMALL_STATE(2604)] = 122169, - [SMALL_STATE(2605)] = 122219, - [SMALL_STATE(2606)] = 122269, - [SMALL_STATE(2607)] = 122319, - [SMALL_STATE(2608)] = 122369, - [SMALL_STATE(2609)] = 122419, - [SMALL_STATE(2610)] = 122477, - [SMALL_STATE(2611)] = 122527, - [SMALL_STATE(2612)] = 122577, - [SMALL_STATE(2613)] = 122627, - [SMALL_STATE(2614)] = 122677, - [SMALL_STATE(2615)] = 122733, - [SMALL_STATE(2616)] = 122783, - [SMALL_STATE(2617)] = 122833, - [SMALL_STATE(2618)] = 122883, - [SMALL_STATE(2619)] = 122933, - [SMALL_STATE(2620)] = 123005, - [SMALL_STATE(2621)] = 123055, - [SMALL_STATE(2622)] = 123105, - [SMALL_STATE(2623)] = 123155, - [SMALL_STATE(2624)] = 123227, - [SMALL_STATE(2625)] = 123277, - [SMALL_STATE(2626)] = 123349, - [SMALL_STATE(2627)] = 123399, - [SMALL_STATE(2628)] = 123449, - [SMALL_STATE(2629)] = 123499, - [SMALL_STATE(2630)] = 123549, - [SMALL_STATE(2631)] = 123621, - [SMALL_STATE(2632)] = 123671, - [SMALL_STATE(2633)] = 123721, - [SMALL_STATE(2634)] = 123771, - [SMALL_STATE(2635)] = 123821, - [SMALL_STATE(2636)] = 123871, - [SMALL_STATE(2637)] = 123921, - [SMALL_STATE(2638)] = 123971, - [SMALL_STATE(2639)] = 124021, - [SMALL_STATE(2640)] = 124071, - [SMALL_STATE(2641)] = 124121, - [SMALL_STATE(2642)] = 124171, - [SMALL_STATE(2643)] = 124221, - [SMALL_STATE(2644)] = 124271, - [SMALL_STATE(2645)] = 124321, - [SMALL_STATE(2646)] = 124371, - [SMALL_STATE(2647)] = 124421, - [SMALL_STATE(2648)] = 124471, - [SMALL_STATE(2649)] = 124521, - [SMALL_STATE(2650)] = 124571, - [SMALL_STATE(2651)] = 124621, - [SMALL_STATE(2652)] = 124671, - [SMALL_STATE(2653)] = 124721, - [SMALL_STATE(2654)] = 124771, - [SMALL_STATE(2655)] = 124821, - [SMALL_STATE(2656)] = 124871, - [SMALL_STATE(2657)] = 124921, - [SMALL_STATE(2658)] = 124971, - [SMALL_STATE(2659)] = 125021, - [SMALL_STATE(2660)] = 125071, - [SMALL_STATE(2661)] = 125121, - [SMALL_STATE(2662)] = 125171, - [SMALL_STATE(2663)] = 125221, - [SMALL_STATE(2664)] = 125271, - [SMALL_STATE(2665)] = 125321, - [SMALL_STATE(2666)] = 125371, - [SMALL_STATE(2667)] = 125429, - [SMALL_STATE(2668)] = 125479, - [SMALL_STATE(2669)] = 125529, - [SMALL_STATE(2670)] = 125579, - [SMALL_STATE(2671)] = 125629, - [SMALL_STATE(2672)] = 125679, - [SMALL_STATE(2673)] = 125729, - [SMALL_STATE(2674)] = 125779, - [SMALL_STATE(2675)] = 125829, - [SMALL_STATE(2676)] = 125879, - [SMALL_STATE(2677)] = 125929, - [SMALL_STATE(2678)] = 125979, - [SMALL_STATE(2679)] = 126029, - [SMALL_STATE(2680)] = 126079, - [SMALL_STATE(2681)] = 126129, - [SMALL_STATE(2682)] = 126179, - [SMALL_STATE(2683)] = 126229, - [SMALL_STATE(2684)] = 126279, - [SMALL_STATE(2685)] = 126329, - [SMALL_STATE(2686)] = 126380, - [SMALL_STATE(2687)] = 126449, - [SMALL_STATE(2688)] = 126500, - [SMALL_STATE(2689)] = 126549, - [SMALL_STATE(2690)] = 126600, - [SMALL_STATE(2691)] = 126655, - [SMALL_STATE(2692)] = 126704, - [SMALL_STATE(2693)] = 126759, - [SMALL_STATE(2694)] = 126808, - [SMALL_STATE(2695)] = 126863, - [SMALL_STATE(2696)] = 126918, - [SMALL_STATE(2697)] = 126973, - [SMALL_STATE(2698)] = 127028, - [SMALL_STATE(2699)] = 127077, - [SMALL_STATE(2700)] = 127128, - [SMALL_STATE(2701)] = 127183, - [SMALL_STATE(2702)] = 127238, - [SMALL_STATE(2703)] = 127307, - [SMALL_STATE(2704)] = 127364, - [SMALL_STATE(2705)] = 127415, - [SMALL_STATE(2706)] = 127472, - [SMALL_STATE(2707)] = 127521, - [SMALL_STATE(2708)] = 127570, - [SMALL_STATE(2709)] = 127625, - [SMALL_STATE(2710)] = 127676, - [SMALL_STATE(2711)] = 127730, - [SMALL_STATE(2712)] = 127778, - [SMALL_STATE(2713)] = 127832, - [SMALL_STATE(2714)] = 127880, - [SMALL_STATE(2715)] = 127950, - [SMALL_STATE(2716)] = 127998, - [SMALL_STATE(2717)] = 128052, - [SMALL_STATE(2718)] = 128108, - [SMALL_STATE(2719)] = 128174, - [SMALL_STATE(2720)] = 128256, - [SMALL_STATE(2721)] = 128322, - [SMALL_STATE(2722)] = 128388, - [SMALL_STATE(2723)] = 128454, - [SMALL_STATE(2724)] = 128520, - [SMALL_STATE(2725)] = 128572, - [SMALL_STATE(2726)] = 128620, - [SMALL_STATE(2727)] = 128674, - [SMALL_STATE(2728)] = 128722, - [SMALL_STATE(2729)] = 128788, - [SMALL_STATE(2730)] = 128854, - [SMALL_STATE(2731)] = 128902, - [SMALL_STATE(2732)] = 128950, - [SMALL_STATE(2733)] = 128998, - [SMALL_STATE(2734)] = 129046, - [SMALL_STATE(2735)] = 129100, - [SMALL_STATE(2736)] = 129166, - [SMALL_STATE(2737)] = 129216, - [SMALL_STATE(2738)] = 129282, - [SMALL_STATE(2739)] = 129330, - [SMALL_STATE(2740)] = 129378, - [SMALL_STATE(2741)] = 129430, - [SMALL_STATE(2742)] = 129484, - [SMALL_STATE(2743)] = 129530, - [SMALL_STATE(2744)] = 129578, - [SMALL_STATE(2745)] = 129644, - [SMALL_STATE(2746)] = 129692, - [SMALL_STATE(2747)] = 129740, - [SMALL_STATE(2748)] = 129788, - [SMALL_STATE(2749)] = 129854, - [SMALL_STATE(2750)] = 129902, - [SMALL_STATE(2751)] = 129956, - [SMALL_STATE(2752)] = 130010, - [SMALL_STATE(2753)] = 130076, - [SMALL_STATE(2754)] = 130124, - [SMALL_STATE(2755)] = 130194, - [SMALL_STATE(2756)] = 130242, - [SMALL_STATE(2757)] = 130290, - [SMALL_STATE(2758)] = 130338, - [SMALL_STATE(2759)] = 130408, - [SMALL_STATE(2760)] = 130456, - [SMALL_STATE(2761)] = 130526, - [SMALL_STATE(2762)] = 130574, - [SMALL_STATE(2763)] = 130628, - [SMALL_STATE(2764)] = 130682, - [SMALL_STATE(2765)] = 130736, - [SMALL_STATE(2766)] = 130784, - [SMALL_STATE(2767)] = 130832, - [SMALL_STATE(2768)] = 130880, - [SMALL_STATE(2769)] = 130962, - [SMALL_STATE(2770)] = 131010, - [SMALL_STATE(2771)] = 131080, - [SMALL_STATE(2772)] = 131128, - [SMALL_STATE(2773)] = 131198, - [SMALL_STATE(2774)] = 131246, - [SMALL_STATE(2775)] = 131294, - [SMALL_STATE(2776)] = 131342, - [SMALL_STATE(2777)] = 131390, - [SMALL_STATE(2778)] = 131438, - [SMALL_STATE(2779)] = 131486, - [SMALL_STATE(2780)] = 131534, - [SMALL_STATE(2781)] = 131582, - [SMALL_STATE(2782)] = 131634, - [SMALL_STATE(2783)] = 131682, - [SMALL_STATE(2784)] = 131730, - [SMALL_STATE(2785)] = 131778, - [SMALL_STATE(2786)] = 131826, - [SMALL_STATE(2787)] = 131874, - [SMALL_STATE(2788)] = 131922, - [SMALL_STATE(2789)] = 131970, - [SMALL_STATE(2790)] = 132018, - [SMALL_STATE(2791)] = 132066, - [SMALL_STATE(2792)] = 132114, - [SMALL_STATE(2793)] = 132162, - [SMALL_STATE(2794)] = 132212, - [SMALL_STATE(2795)] = 132260, - [SMALL_STATE(2796)] = 132308, - [SMALL_STATE(2797)] = 132356, - [SMALL_STATE(2798)] = 132427, - [SMALL_STATE(2799)] = 132480, - [SMALL_STATE(2800)] = 132533, - [SMALL_STATE(2801)] = 132580, - [SMALL_STATE(2802)] = 132629, - [SMALL_STATE(2803)] = 132682, - [SMALL_STATE(2804)] = 132735, - [SMALL_STATE(2805)] = 132788, - [SMALL_STATE(2806)] = 132833, - [SMALL_STATE(2807)] = 132886, - [SMALL_STATE(2808)] = 132933, - [SMALL_STATE(2809)] = 132978, - [SMALL_STATE(2810)] = 133025, - [SMALL_STATE(2811)] = 133070, - [SMALL_STATE(2812)] = 133149, - [SMALL_STATE(2813)] = 133226, - [SMALL_STATE(2814)] = 133301, - [SMALL_STATE(2815)] = 133374, - [SMALL_STATE(2816)] = 133427, - [SMALL_STATE(2817)] = 133496, - [SMALL_STATE(2818)] = 133549, - [SMALL_STATE(2819)] = 133616, - [SMALL_STATE(2820)] = 133665, - [SMALL_STATE(2821)] = 133722, - [SMALL_STATE(2822)] = 133771, - [SMALL_STATE(2823)] = 133824, - [SMALL_STATE(2824)] = 133877, - [SMALL_STATE(2825)] = 133924, - [SMALL_STATE(2826)] = 133969, - [SMALL_STATE(2827)] = 134014, - [SMALL_STATE(2828)] = 134095, - [SMALL_STATE(2829)] = 134174, - [SMALL_STATE(2830)] = 134227, - [SMALL_STATE(2831)] = 134292, - [SMALL_STATE(2832)] = 134345, - [SMALL_STATE(2833)] = 134394, - [SMALL_STATE(2834)] = 134443, - [SMALL_STATE(2835)] = 134524, - [SMALL_STATE(2836)] = 134585, - [SMALL_STATE(2837)] = 134632, - [SMALL_STATE(2838)] = 134711, - [SMALL_STATE(2839)] = 134766, - [SMALL_STATE(2840)] = 134815, - [SMALL_STATE(2841)] = 134868, - [SMALL_STATE(2842)] = 134920, - [SMALL_STATE(2843)] = 134996, - [SMALL_STATE(2844)] = 135046, - [SMALL_STATE(2845)] = 135098, - [SMALL_STATE(2846)] = 135150, - [SMALL_STATE(2847)] = 135214, - [SMALL_STATE(2848)] = 135280, - [SMALL_STATE(2849)] = 135336, - [SMALL_STATE(2850)] = 135384, - [SMALL_STATE(2851)] = 135436, - [SMALL_STATE(2852)] = 135500, - [SMALL_STATE(2853)] = 135552, - [SMALL_STATE(2854)] = 135624, - [SMALL_STATE(2855)] = 135688, - [SMALL_STATE(2856)] = 135742, - [SMALL_STATE(2857)] = 135794, - [SMALL_STATE(2858)] = 135840, - [SMALL_STATE(2859)] = 135892, - [SMALL_STATE(2860)] = 135956, - [SMALL_STATE(2861)] = 136002, - [SMALL_STATE(2862)] = 136054, - [SMALL_STATE(2863)] = 136098, - [SMALL_STATE(2864)] = 136172, - [SMALL_STATE(2865)] = 136250, - [SMALL_STATE(2866)] = 136302, - [SMALL_STATE(2867)] = 136378, - [SMALL_STATE(2868)] = 136430, - [SMALL_STATE(2869)] = 136490, - [SMALL_STATE(2870)] = 136564, - [SMALL_STATE(2871)] = 136610, - [SMALL_STATE(2872)] = 136658, - [SMALL_STATE(2873)] = 136710, - [SMALL_STATE(2874)] = 136782, - [SMALL_STATE(2875)] = 136852, - [SMALL_STATE(2876)] = 136920, - [SMALL_STATE(2877)] = 136984, - [SMALL_STATE(2878)] = 137050, - [SMALL_STATE(2879)] = 137114, - [SMALL_STATE(2880)] = 137170, - [SMALL_STATE(2881)] = 137218, - [SMALL_STATE(2882)] = 137270, - [SMALL_STATE(2883)] = 137334, - [SMALL_STATE(2884)] = 137398, - [SMALL_STATE(2885)] = 137462, - [SMALL_STATE(2886)] = 137514, - [SMALL_STATE(2887)] = 137582, - [SMALL_STATE(2888)] = 137646, - [SMALL_STATE(2889)] = 137724, - [SMALL_STATE(2890)] = 137776, - [SMALL_STATE(2891)] = 137846, - [SMALL_STATE(2892)] = 137898, - [SMALL_STATE(2893)] = 137950, - [SMALL_STATE(2894)] = 138000, - [SMALL_STATE(2895)] = 138078, - [SMALL_STATE(2896)] = 138130, - [SMALL_STATE(2897)] = 138182, - [SMALL_STATE(2898)] = 138246, - [SMALL_STATE(2899)] = 138298, - [SMALL_STATE(2900)] = 138362, - [SMALL_STATE(2901)] = 138412, - [SMALL_STATE(2902)] = 138458, - [SMALL_STATE(2903)] = 138536, - [SMALL_STATE(2904)] = 138590, - [SMALL_STATE(2905)] = 138642, - [SMALL_STATE(2906)] = 138706, - [SMALL_STATE(2907)] = 138760, - [SMALL_STATE(2908)] = 138820, - [SMALL_STATE(2909)] = 138884, - [SMALL_STATE(2910)] = 138936, - [SMALL_STATE(2911)] = 138983, - [SMALL_STATE(2912)] = 139030, - [SMALL_STATE(2913)] = 139103, - [SMALL_STATE(2914)] = 139174, - [SMALL_STATE(2915)] = 139243, - [SMALL_STATE(2916)] = 139310, - [SMALL_STATE(2917)] = 139355, - [SMALL_STATE(2918)] = 139420, - [SMALL_STATE(2919)] = 139475, - [SMALL_STATE(2920)] = 139522, - [SMALL_STATE(2921)] = 139573, - [SMALL_STATE(2922)] = 139636, - [SMALL_STATE(2923)] = 139681, - [SMALL_STATE(2924)] = 139732, - [SMALL_STATE(2925)] = 139785, - [SMALL_STATE(2926)] = 139844, - [SMALL_STATE(2927)] = 139889, - [SMALL_STATE(2928)] = 139934, - [SMALL_STATE(2929)] = 139979, - [SMALL_STATE(2930)] = 140024, - [SMALL_STATE(2931)] = 140069, - [SMALL_STATE(2932)] = 140114, - [SMALL_STATE(2933)] = 140187, - [SMALL_STATE(2934)] = 140232, - [SMALL_STATE(2935)] = 140307, - [SMALL_STATE(2936)] = 140354, - [SMALL_STATE(2937)] = 140431, - [SMALL_STATE(2938)] = 140476, - [SMALL_STATE(2939)] = 140529, - [SMALL_STATE(2940)] = 140576, - [SMALL_STATE(2941)] = 140621, - [SMALL_STATE(2942)] = 140672, - [SMALL_STATE(2943)] = 140717, - [SMALL_STATE(2944)] = 140764, - [SMALL_STATE(2945)] = 140809, - [SMALL_STATE(2946)] = 140862, - [SMALL_STATE(2947)] = 140911, - [SMALL_STATE(2948)] = 140956, - [SMALL_STATE(2949)] = 141003, - [SMALL_STATE(2950)] = 141050, - [SMALL_STATE(2951)] = 141101, - [SMALL_STATE(2952)] = 141150, - [SMALL_STATE(2953)] = 141195, - [SMALL_STATE(2954)] = 141246, - [SMALL_STATE(2955)] = 141293, - [SMALL_STATE(2956)] = 141338, - [SMALL_STATE(2957)] = 141389, - [SMALL_STATE(2958)] = 141434, - [SMALL_STATE(2959)] = 141479, - [SMALL_STATE(2960)] = 141523, - [SMALL_STATE(2961)] = 141567, - [SMALL_STATE(2962)] = 141611, - [SMALL_STATE(2963)] = 141657, - [SMALL_STATE(2964)] = 141701, - [SMALL_STATE(2965)] = 141771, - [SMALL_STATE(2966)] = 141819, - [SMALL_STATE(2967)] = 141863, - [SMALL_STATE(2968)] = 141909, - [SMALL_STATE(2969)] = 141959, - [SMALL_STATE(2970)] = 142005, - [SMALL_STATE(2971)] = 142075, - [SMALL_STATE(2972)] = 142119, - [SMALL_STATE(2973)] = 142169, - [SMALL_STATE(2974)] = 142223, - [SMALL_STATE(2975)] = 142267, - [SMALL_STATE(2976)] = 142317, - [SMALL_STATE(2977)] = 142361, - [SMALL_STATE(2978)] = 142405, - [SMALL_STATE(2979)] = 142461, - [SMALL_STATE(2980)] = 142505, - [SMALL_STATE(2981)] = 142553, - [SMALL_STATE(2982)] = 142597, - [SMALL_STATE(2983)] = 142643, - [SMALL_STATE(2984)] = 142687, - [SMALL_STATE(2985)] = 142739, - [SMALL_STATE(2986)] = 142791, - [SMALL_STATE(2987)] = 142835, - [SMALL_STATE(2988)] = 142893, - [SMALL_STATE(2989)] = 142953, - [SMALL_STATE(2990)] = 142997, - [SMALL_STATE(2991)] = 143041, - [SMALL_STATE(2992)] = 143103, - [SMALL_STATE(2993)] = 143147, - [SMALL_STATE(2994)] = 143211, - [SMALL_STATE(2995)] = 143255, - [SMALL_STATE(2996)] = 143303, - [SMALL_STATE(2997)] = 143369, - [SMALL_STATE(2998)] = 143419, - [SMALL_STATE(2999)] = 143463, - [SMALL_STATE(3000)] = 143531, - [SMALL_STATE(3001)] = 143575, - [SMALL_STATE(3002)] = 143645, - [SMALL_STATE(3003)] = 143689, - [SMALL_STATE(3004)] = 143741, - [SMALL_STATE(3005)] = 143811, - [SMALL_STATE(3006)] = 143855, - [SMALL_STATE(3007)] = 143899, - [SMALL_STATE(3008)] = 143943, - [SMALL_STATE(3009)] = 143987, - [SMALL_STATE(3010)] = 144057, - [SMALL_STATE(3011)] = 144107, - [SMALL_STATE(3012)] = 144153, - [SMALL_STATE(3013)] = 144197, - [SMALL_STATE(3014)] = 144241, - [SMALL_STATE(3015)] = 144285, - [SMALL_STATE(3016)] = 144329, - [SMALL_STATE(3017)] = 144373, - [SMALL_STATE(3018)] = 144423, - [SMALL_STATE(3019)] = 144467, - [SMALL_STATE(3020)] = 144513, - [SMALL_STATE(3021)] = 144557, - [SMALL_STATE(3022)] = 144601, - [SMALL_STATE(3023)] = 144651, - [SMALL_STATE(3024)] = 144695, - [SMALL_STATE(3025)] = 144739, - [SMALL_STATE(3026)] = 144787, - [SMALL_STATE(3027)] = 144831, - [SMALL_STATE(3028)] = 144875, - [SMALL_STATE(3029)] = 144947, - [SMALL_STATE(3030)] = 144991, - [SMALL_STATE(3031)] = 145035, - [SMALL_STATE(3032)] = 145079, - [SMALL_STATE(3033)] = 145123, - [SMALL_STATE(3034)] = 145169, - [SMALL_STATE(3035)] = 145215, - [SMALL_STATE(3036)] = 145259, - [SMALL_STATE(3037)] = 145303, - [SMALL_STATE(3038)] = 145347, - [SMALL_STATE(3039)] = 145391, - [SMALL_STATE(3040)] = 145461, - [SMALL_STATE(3041)] = 145507, - [SMALL_STATE(3042)] = 145551, - [SMALL_STATE(3043)] = 145595, - [SMALL_STATE(3044)] = 145639, - [SMALL_STATE(3045)] = 145683, - [SMALL_STATE(3046)] = 145727, - [SMALL_STATE(3047)] = 145771, - [SMALL_STATE(3048)] = 145815, - [SMALL_STATE(3049)] = 145861, - [SMALL_STATE(3050)] = 145905, - [SMALL_STATE(3051)] = 145949, - [SMALL_STATE(3052)] = 145998, - [SMALL_STATE(3053)] = 146041, - [SMALL_STATE(3054)] = 146084, - [SMALL_STATE(3055)] = 146127, - [SMALL_STATE(3056)] = 146170, - [SMALL_STATE(3057)] = 146219, - [SMALL_STATE(3058)] = 146262, - [SMALL_STATE(3059)] = 146305, - [SMALL_STATE(3060)] = 146348, - [SMALL_STATE(3061)] = 146391, - [SMALL_STATE(3062)] = 146434, - [SMALL_STATE(3063)] = 146477, - [SMALL_STATE(3064)] = 146520, - [SMALL_STATE(3065)] = 146563, - [SMALL_STATE(3066)] = 146612, - [SMALL_STATE(3067)] = 146657, - [SMALL_STATE(3068)] = 146700, - [SMALL_STATE(3069)] = 146743, - [SMALL_STATE(3070)] = 146792, - [SMALL_STATE(3071)] = 146835, - [SMALL_STATE(3072)] = 146878, - [SMALL_STATE(3073)] = 146921, - [SMALL_STATE(3074)] = 146964, - [SMALL_STATE(3075)] = 147007, - [SMALL_STATE(3076)] = 147050, - [SMALL_STATE(3077)] = 147119, - [SMALL_STATE(3078)] = 147162, - [SMALL_STATE(3079)] = 147205, - [SMALL_STATE(3080)] = 147254, - [SMALL_STATE(3081)] = 147303, - [SMALL_STATE(3082)] = 147352, - [SMALL_STATE(3083)] = 147399, - [SMALL_STATE(3084)] = 147446, - [SMALL_STATE(3085)] = 147489, - [SMALL_STATE(3086)] = 147538, - [SMALL_STATE(3087)] = 147581, - [SMALL_STATE(3088)] = 147624, - [SMALL_STATE(3089)] = 147669, - [SMALL_STATE(3090)] = 147714, - [SMALL_STATE(3091)] = 147757, - [SMALL_STATE(3092)] = 147800, - [SMALL_STATE(3093)] = 147843, - [SMALL_STATE(3094)] = 147886, - [SMALL_STATE(3095)] = 147929, - [SMALL_STATE(3096)] = 147972, - [SMALL_STATE(3097)] = 148041, - [SMALL_STATE(3098)] = 148084, - [SMALL_STATE(3099)] = 148129, - [SMALL_STATE(3100)] = 148172, - [SMALL_STATE(3101)] = 148221, - [SMALL_STATE(3102)] = 148264, - [SMALL_STATE(3103)] = 148307, - [SMALL_STATE(3104)] = 148350, - [SMALL_STATE(3105)] = 148393, - [SMALL_STATE(3106)] = 148436, - [SMALL_STATE(3107)] = 148479, - [SMALL_STATE(3108)] = 148522, - [SMALL_STATE(3109)] = 148571, - [SMALL_STATE(3110)] = 148614, - [SMALL_STATE(3111)] = 148657, - [SMALL_STATE(3112)] = 148702, - [SMALL_STATE(3113)] = 148745, - [SMALL_STATE(3114)] = 148788, - [SMALL_STATE(3115)] = 148857, - [SMALL_STATE(3116)] = 148906, - [SMALL_STATE(3117)] = 148953, - [SMALL_STATE(3118)] = 149000, - [SMALL_STATE(3119)] = 149043, - [SMALL_STATE(3120)] = 149088, - [SMALL_STATE(3121)] = 149131, - [SMALL_STATE(3122)] = 149174, - [SMALL_STATE(3123)] = 149217, - [SMALL_STATE(3124)] = 149260, - [SMALL_STATE(3125)] = 149303, - [SMALL_STATE(3126)] = 149350, - [SMALL_STATE(3127)] = 149393, - [SMALL_STATE(3128)] = 149438, - [SMALL_STATE(3129)] = 149481, - [SMALL_STATE(3130)] = 149524, - [SMALL_STATE(3131)] = 149567, - [SMALL_STATE(3132)] = 149610, - [SMALL_STATE(3133)] = 149665, - [SMALL_STATE(3134)] = 149714, - [SMALL_STATE(3135)] = 149763, - [SMALL_STATE(3136)] = 149806, - [SMALL_STATE(3137)] = 149851, - [SMALL_STATE(3138)] = 149896, - [SMALL_STATE(3139)] = 149939, - [SMALL_STATE(3140)] = 149982, - [SMALL_STATE(3141)] = 150025, - [SMALL_STATE(3142)] = 150094, - [SMALL_STATE(3143)] = 150137, - [SMALL_STATE(3144)] = 150204, - [SMALL_STATE(3145)] = 150247, - [SMALL_STATE(3146)] = 150312, - [SMALL_STATE(3147)] = 150355, - [SMALL_STATE(3148)] = 150398, - [SMALL_STATE(3149)] = 150441, - [SMALL_STATE(3150)] = 150504, - [SMALL_STATE(3151)] = 150547, - [SMALL_STATE(3152)] = 150590, - [SMALL_STATE(3153)] = 150651, - [SMALL_STATE(3154)] = 150694, - [SMALL_STATE(3155)] = 150753, - [SMALL_STATE(3156)] = 150796, - [SMALL_STATE(3157)] = 150839, - [SMALL_STATE(3158)] = 150882, - [SMALL_STATE(3159)] = 150925, - [SMALL_STATE(3160)] = 150968, - [SMALL_STATE(3161)] = 151025, - [SMALL_STATE(3162)] = 151094, - [SMALL_STATE(3163)] = 151163, - [SMALL_STATE(3164)] = 151206, - [SMALL_STATE(3165)] = 151249, - [SMALL_STATE(3166)] = 151292, - [SMALL_STATE(3167)] = 151335, - [SMALL_STATE(3168)] = 151378, - [SMALL_STATE(3169)] = 151423, - [SMALL_STATE(3170)] = 151472, - [SMALL_STATE(3171)] = 151515, - [SMALL_STATE(3172)] = 151558, - [SMALL_STATE(3173)] = 151609, - [SMALL_STATE(3174)] = 151652, - [SMALL_STATE(3175)] = 151695, - [SMALL_STATE(3176)] = 151738, - [SMALL_STATE(3177)] = 151781, - [SMALL_STATE(3178)] = 151824, - [SMALL_STATE(3179)] = 151867, - [SMALL_STATE(3180)] = 151914, - [SMALL_STATE(3181)] = 151967, - [SMALL_STATE(3182)] = 152010, - [SMALL_STATE(3183)] = 152053, - [SMALL_STATE(3184)] = 152096, - [SMALL_STATE(3185)] = 152142, - [SMALL_STATE(3186)] = 152186, - [SMALL_STATE(3187)] = 152228, - [SMALL_STATE(3188)] = 152270, - [SMALL_STATE(3189)] = 152312, - [SMALL_STATE(3190)] = 152354, - [SMALL_STATE(3191)] = 152396, - [SMALL_STATE(3192)] = 152438, - [SMALL_STATE(3193)] = 152482, - [SMALL_STATE(3194)] = 152528, - [SMALL_STATE(3195)] = 152570, - [SMALL_STATE(3196)] = 152612, - [SMALL_STATE(3197)] = 152654, - [SMALL_STATE(3198)] = 152700, - [SMALL_STATE(3199)] = 152750, - [SMALL_STATE(3200)] = 152796, - [SMALL_STATE(3201)] = 152838, - [SMALL_STATE(3202)] = 152882, - [SMALL_STATE(3203)] = 152928, - [SMALL_STATE(3204)] = 152970, - [SMALL_STATE(3205)] = 153014, - [SMALL_STATE(3206)] = 153056, - [SMALL_STATE(3207)] = 153100, - [SMALL_STATE(3208)] = 153146, - [SMALL_STATE(3209)] = 153188, - [SMALL_STATE(3210)] = 153230, - [SMALL_STATE(3211)] = 153276, - [SMALL_STATE(3212)] = 153318, - [SMALL_STATE(3213)] = 153361, - [SMALL_STATE(3214)] = 153404, - [SMALL_STATE(3215)] = 153445, - [SMALL_STATE(3216)] = 153488, - [SMALL_STATE(3217)] = 153535, - [SMALL_STATE(3218)] = 153592, - [SMALL_STATE(3219)] = 153643, - [SMALL_STATE(3220)] = 153686, - [SMALL_STATE(3221)] = 153727, - [SMALL_STATE(3222)] = 153768, - [SMALL_STATE(3223)] = 153823, - [SMALL_STATE(3224)] = 153866, - [SMALL_STATE(3225)] = 153907, - [SMALL_STATE(3226)] = 153952, - [SMALL_STATE(3227)] = 153999, - [SMALL_STATE(3228)] = 154044, - [SMALL_STATE(3229)] = 154089, - [SMALL_STATE(3230)] = 154132, - [SMALL_STATE(3231)] = 154175, - [SMALL_STATE(3232)] = 154218, - [SMALL_STATE(3233)] = 154261, - [SMALL_STATE(3234)] = 154302, - [SMALL_STATE(3235)] = 154349, - [SMALL_STATE(3236)] = 154390, - [SMALL_STATE(3237)] = 154433, - [SMALL_STATE(3238)] = 154480, - [SMALL_STATE(3239)] = 154523, - [SMALL_STATE(3240)] = 154566, - [SMALL_STATE(3241)] = 154609, - [SMALL_STATE(3242)] = 154652, - [SMALL_STATE(3243)] = 154697, - [SMALL_STATE(3244)] = 154742, - [SMALL_STATE(3245)] = 154783, - [SMALL_STATE(3246)] = 154826, - [SMALL_STATE(3247)] = 154869, - [SMALL_STATE(3248)] = 154916, - [SMALL_STATE(3249)] = 154959, - [SMALL_STATE(3250)] = 155002, - [SMALL_STATE(3251)] = 155045, - [SMALL_STATE(3252)] = 155098, - [SMALL_STATE(3253)] = 155157, - [SMALL_STATE(3254)] = 155198, - [SMALL_STATE(3255)] = 155241, - [SMALL_STATE(3256)] = 155282, - [SMALL_STATE(3257)] = 155325, - [SMALL_STATE(3258)] = 155370, - [SMALL_STATE(3259)] = 155411, - [SMALL_STATE(3260)] = 155452, - [SMALL_STATE(3261)] = 155493, - [SMALL_STATE(3262)] = 155534, - [SMALL_STATE(3263)] = 155581, - [SMALL_STATE(3264)] = 155624, - [SMALL_STATE(3265)] = 155671, - [SMALL_STATE(3266)] = 155712, - [SMALL_STATE(3267)] = 155753, - [SMALL_STATE(3268)] = 155794, - [SMALL_STATE(3269)] = 155835, - [SMALL_STATE(3270)] = 155876, - [SMALL_STATE(3271)] = 155917, - [SMALL_STATE(3272)] = 155958, - [SMALL_STATE(3273)] = 155999, - [SMALL_STATE(3274)] = 156040, - [SMALL_STATE(3275)] = 156083, - [SMALL_STATE(3276)] = 156126, - [SMALL_STATE(3277)] = 156171, - [SMALL_STATE(3278)] = 156212, - [SMALL_STATE(3279)] = 156253, - [SMALL_STATE(3280)] = 156296, - [SMALL_STATE(3281)] = 156339, - [SMALL_STATE(3282)] = 156380, - [SMALL_STATE(3283)] = 156421, - [SMALL_STATE(3284)] = 156464, - [SMALL_STATE(3285)] = 156511, - [SMALL_STATE(3286)] = 156552, - [SMALL_STATE(3287)] = 156599, - [SMALL_STATE(3288)] = 156640, - [SMALL_STATE(3289)] = 156681, - [SMALL_STATE(3290)] = 156722, - [SMALL_STATE(3291)] = 156783, - [SMALL_STATE(3292)] = 156824, - [SMALL_STATE(3293)] = 156865, - [SMALL_STATE(3294)] = 156906, - [SMALL_STATE(3295)] = 156969, - [SMALL_STATE(3296)] = 157010, - [SMALL_STATE(3297)] = 157051, - [SMALL_STATE(3298)] = 157092, - [SMALL_STATE(3299)] = 157133, - [SMALL_STATE(3300)] = 157174, - [SMALL_STATE(3301)] = 157215, - [SMALL_STATE(3302)] = 157256, - [SMALL_STATE(3303)] = 157303, - [SMALL_STATE(3304)] = 157344, - [SMALL_STATE(3305)] = 157387, - [SMALL_STATE(3306)] = 157428, - [SMALL_STATE(3307)] = 157471, - [SMALL_STATE(3308)] = 157514, - [SMALL_STATE(3309)] = 157579, - [SMALL_STATE(3310)] = 157620, - [SMALL_STATE(3311)] = 157663, - [SMALL_STATE(3312)] = 157704, - [SMALL_STATE(3313)] = 157745, - [SMALL_STATE(3314)] = 157788, - [SMALL_STATE(3315)] = 157831, - [SMALL_STATE(3316)] = 157872, - [SMALL_STATE(3317)] = 157915, - [SMALL_STATE(3318)] = 157956, - [SMALL_STATE(3319)] = 158023, - [SMALL_STATE(3320)] = 158064, - [SMALL_STATE(3321)] = 158111, - [SMALL_STATE(3322)] = 158152, - [SMALL_STATE(3323)] = 158193, - [SMALL_STATE(3324)] = 158234, - [SMALL_STATE(3325)] = 158303, - [SMALL_STATE(3326)] = 158374, - [SMALL_STATE(3327)] = 158415, - [SMALL_STATE(3328)] = 158456, - [SMALL_STATE(3329)] = 158497, - [SMALL_STATE(3330)] = 158538, - [SMALL_STATE(3331)] = 158579, - [SMALL_STATE(3332)] = 158620, - [SMALL_STATE(3333)] = 158660, - [SMALL_STATE(3334)] = 158700, - [SMALL_STATE(3335)] = 158740, - [SMALL_STATE(3336)] = 158780, - [SMALL_STATE(3337)] = 158820, - [SMALL_STATE(3338)] = 158860, - [SMALL_STATE(3339)] = 158900, - [SMALL_STATE(3340)] = 158942, - [SMALL_STATE(3341)] = 158982, - [SMALL_STATE(3342)] = 159026, - [SMALL_STATE(3343)] = 159066, - [SMALL_STATE(3344)] = 159110, - [SMALL_STATE(3345)] = 159164, - [SMALL_STATE(3346)] = 159204, - [SMALL_STATE(3347)] = 159248, - [SMALL_STATE(3348)] = 159292, - [SMALL_STATE(3349)] = 159342, - [SMALL_STATE(3350)] = 159382, - [SMALL_STATE(3351)] = 159422, - [SMALL_STATE(3352)] = 159462, - [SMALL_STATE(3353)] = 159502, - [SMALL_STATE(3354)] = 159542, - [SMALL_STATE(3355)] = 159586, - [SMALL_STATE(3356)] = 159626, - [SMALL_STATE(3357)] = 159666, - [SMALL_STATE(3358)] = 159710, - [SMALL_STATE(3359)] = 159766, - [SMALL_STATE(3360)] = 159808, - [SMALL_STATE(3361)] = 159848, - [SMALL_STATE(3362)] = 159890, - [SMALL_STATE(3363)] = 159932, - [SMALL_STATE(3364)] = 159972, - [SMALL_STATE(3365)] = 160012, - [SMALL_STATE(3366)] = 160052, - [SMALL_STATE(3367)] = 160092, - [SMALL_STATE(3368)] = 160134, - [SMALL_STATE(3369)] = 160176, - [SMALL_STATE(3370)] = 160216, - [SMALL_STATE(3371)] = 160256, - [SMALL_STATE(3372)] = 160296, - [SMALL_STATE(3373)] = 160342, - [SMALL_STATE(3374)] = 160384, - [SMALL_STATE(3375)] = 160424, - [SMALL_STATE(3376)] = 160464, - [SMALL_STATE(3377)] = 160504, - [SMALL_STATE(3378)] = 160574, - [SMALL_STATE(3379)] = 160642, - [SMALL_STATE(3380)] = 160708, - [SMALL_STATE(3381)] = 160772, - [SMALL_STATE(3382)] = 160834, - [SMALL_STATE(3383)] = 160878, - [SMALL_STATE(3384)] = 160938, - [SMALL_STATE(3385)] = 160990, - [SMALL_STATE(3386)] = 161048, - [SMALL_STATE(3387)] = 161090, - [SMALL_STATE(3388)] = 161134, - [SMALL_STATE(3389)] = 161186, - [SMALL_STATE(3390)] = 161226, - [SMALL_STATE(3391)] = 161284, - [SMALL_STATE(3392)] = 161326, - [SMALL_STATE(3393)] = 161372, - [SMALL_STATE(3394)] = 161414, - [SMALL_STATE(3395)] = 161470, - [SMALL_STATE(3396)] = 161512, - [SMALL_STATE(3397)] = 161562, - [SMALL_STATE(3398)] = 161616, - [SMALL_STATE(3399)] = 161656, - [SMALL_STATE(3400)] = 161696, - [SMALL_STATE(3401)] = 161736, - [SMALL_STATE(3402)] = 161778, - [SMALL_STATE(3403)] = 161838, - [SMALL_STATE(3404)] = 161878, - [SMALL_STATE(3405)] = 161918, - [SMALL_STATE(3406)] = 161958, - [SMALL_STATE(3407)] = 162020, - [SMALL_STATE(3408)] = 162084, - [SMALL_STATE(3409)] = 162150, - [SMALL_STATE(3410)] = 162190, - [SMALL_STATE(3411)] = 162230, - [SMALL_STATE(3412)] = 162270, - [SMALL_STATE(3413)] = 162310, - [SMALL_STATE(3414)] = 162378, - [SMALL_STATE(3415)] = 162418, - [SMALL_STATE(3416)] = 162488, - [SMALL_STATE(3417)] = 162555, - [SMALL_STATE(3418)] = 162594, - [SMALL_STATE(3419)] = 162661, - [SMALL_STATE(3420)] = 162728, - [SMALL_STATE(3421)] = 162769, - [SMALL_STATE(3422)] = 162808, - [SMALL_STATE(3423)] = 162849, - [SMALL_STATE(3424)] = 162916, - [SMALL_STATE(3425)] = 162957, - [SMALL_STATE(3426)] = 162998, - [SMALL_STATE(3427)] = 163039, - [SMALL_STATE(3428)] = 163106, - [SMALL_STATE(3429)] = 163173, - [SMALL_STATE(3430)] = 163212, - [SMALL_STATE(3431)] = 163253, - [SMALL_STATE(3432)] = 163292, - [SMALL_STATE(3433)] = 163359, - [SMALL_STATE(3434)] = 163426, - [SMALL_STATE(3435)] = 163493, - [SMALL_STATE(3436)] = 163532, - [SMALL_STATE(3437)] = 163573, - [SMALL_STATE(3438)] = 163612, - [SMALL_STATE(3439)] = 163679, - [SMALL_STATE(3440)] = 163720, - [SMALL_STATE(3441)] = 163761, - [SMALL_STATE(3442)] = 163800, - [SMALL_STATE(3443)] = 163839, - [SMALL_STATE(3444)] = 163880, - [SMALL_STATE(3445)] = 163947, - [SMALL_STATE(3446)] = 164014, - [SMALL_STATE(3447)] = 164053, - [SMALL_STATE(3448)] = 164094, - [SMALL_STATE(3449)] = 164133, - [SMALL_STATE(3450)] = 164172, - [SMALL_STATE(3451)] = 164239, - [SMALL_STATE(3452)] = 164306, - [SMALL_STATE(3453)] = 164373, - [SMALL_STATE(3454)] = 164411, - [SMALL_STATE(3455)] = 164449, - [SMALL_STATE(3456)] = 164487, - [SMALL_STATE(3457)] = 164527, - [SMALL_STATE(3458)] = 164565, - [SMALL_STATE(3459)] = 164603, - [SMALL_STATE(3460)] = 164641, - [SMALL_STATE(3461)] = 164679, - [SMALL_STATE(3462)] = 164717, - [SMALL_STATE(3463)] = 164755, - [SMALL_STATE(3464)] = 164793, - [SMALL_STATE(3465)] = 164831, - [SMALL_STATE(3466)] = 164869, - [SMALL_STATE(3467)] = 164907, - [SMALL_STATE(3468)] = 164945, - [SMALL_STATE(3469)] = 164983, - [SMALL_STATE(3470)] = 165021, - [SMALL_STATE(3471)] = 165059, - [SMALL_STATE(3472)] = 165097, - [SMALL_STATE(3473)] = 165135, - [SMALL_STATE(3474)] = 165173, - [SMALL_STATE(3475)] = 165211, - [SMALL_STATE(3476)] = 165249, - [SMALL_STATE(3477)] = 165287, - [SMALL_STATE(3478)] = 165325, - [SMALL_STATE(3479)] = 165363, - [SMALL_STATE(3480)] = 165401, - [SMALL_STATE(3481)] = 165439, - [SMALL_STATE(3482)] = 165477, - [SMALL_STATE(3483)] = 165515, - [SMALL_STATE(3484)] = 165553, - [SMALL_STATE(3485)] = 165591, - [SMALL_STATE(3486)] = 165629, - [SMALL_STATE(3487)] = 165667, - [SMALL_STATE(3488)] = 165705, - [SMALL_STATE(3489)] = 165743, - [SMALL_STATE(3490)] = 165781, - [SMALL_STATE(3491)] = 165819, - [SMALL_STATE(3492)] = 165857, - [SMALL_STATE(3493)] = 165895, - [SMALL_STATE(3494)] = 165933, - [SMALL_STATE(3495)] = 165971, - [SMALL_STATE(3496)] = 166011, - [SMALL_STATE(3497)] = 166049, - [SMALL_STATE(3498)] = 166087, - [SMALL_STATE(3499)] = 166125, - [SMALL_STATE(3500)] = 166165, - [SMALL_STATE(3501)] = 166203, - [SMALL_STATE(3502)] = 166241, - [SMALL_STATE(3503)] = 166279, - [SMALL_STATE(3504)] = 166317, - [SMALL_STATE(3505)] = 166355, - [SMALL_STATE(3506)] = 166393, - [SMALL_STATE(3507)] = 166431, - [SMALL_STATE(3508)] = 166469, - [SMALL_STATE(3509)] = 166507, - [SMALL_STATE(3510)] = 166545, - [SMALL_STATE(3511)] = 166583, - [SMALL_STATE(3512)] = 166621, - [SMALL_STATE(3513)] = 166659, - [SMALL_STATE(3514)] = 166697, - [SMALL_STATE(3515)] = 166735, - [SMALL_STATE(3516)] = 166773, - [SMALL_STATE(3517)] = 166811, - [SMALL_STATE(3518)] = 166849, - [SMALL_STATE(3519)] = 166887, - [SMALL_STATE(3520)] = 166925, - [SMALL_STATE(3521)] = 166963, - [SMALL_STATE(3522)] = 167000, - [SMALL_STATE(3523)] = 167037, - [SMALL_STATE(3524)] = 167074, - [SMALL_STATE(3525)] = 167111, - [SMALL_STATE(3526)] = 167165, - [SMALL_STATE(3527)] = 167219, - [SMALL_STATE(3528)] = 167273, - [SMALL_STATE(3529)] = 167327, - [SMALL_STATE(3530)] = 167381, - [SMALL_STATE(3531)] = 167435, - [SMALL_STATE(3532)] = 167483, - [SMALL_STATE(3533)] = 167531, - [SMALL_STATE(3534)] = 167579, - [SMALL_STATE(3535)] = 167627, - [SMALL_STATE(3536)] = 167675, - [SMALL_STATE(3537)] = 167723, - [SMALL_STATE(3538)] = 167771, - [SMALL_STATE(3539)] = 167819, - [SMALL_STATE(3540)] = 167867, - [SMALL_STATE(3541)] = 167915, - [SMALL_STATE(3542)] = 167963, - [SMALL_STATE(3543)] = 168011, - [SMALL_STATE(3544)] = 168060, - [SMALL_STATE(3545)] = 168109, - [SMALL_STATE(3546)] = 168158, - [SMALL_STATE(3547)] = 168211, - [SMALL_STATE(3548)] = 168260, - [SMALL_STATE(3549)] = 168309, - [SMALL_STATE(3550)] = 168362, - [SMALL_STATE(3551)] = 168411, - [SMALL_STATE(3552)] = 168459, - [SMALL_STATE(3553)] = 168507, - [SMALL_STATE(3554)] = 168555, - [SMALL_STATE(3555)] = 168583, - [SMALL_STATE(3556)] = 168631, - [SMALL_STATE(3557)] = 168659, - [SMALL_STATE(3558)] = 168707, - [SMALL_STATE(3559)] = 168755, - [SMALL_STATE(3560)] = 168803, - [SMALL_STATE(3561)] = 168851, - [SMALL_STATE(3562)] = 168899, - [SMALL_STATE(3563)] = 168947, - [SMALL_STATE(3564)] = 168995, - [SMALL_STATE(3565)] = 169043, - [SMALL_STATE(3566)] = 169086, - [SMALL_STATE(3567)] = 169133, - [SMALL_STATE(3568)] = 169180, - [SMALL_STATE(3569)] = 169227, - [SMALL_STATE(3570)] = 169274, - [SMALL_STATE(3571)] = 169321, - [SMALL_STATE(3572)] = 169364, - [SMALL_STATE(3573)] = 169407, - [SMALL_STATE(3574)] = 169450, - [SMALL_STATE(3575)] = 169493, - [SMALL_STATE(3576)] = 169536, - [SMALL_STATE(3577)] = 169579, - [SMALL_STATE(3578)] = 169622, - [SMALL_STATE(3579)] = 169665, - [SMALL_STATE(3580)] = 169708, - [SMALL_STATE(3581)] = 169755, - [SMALL_STATE(3582)] = 169802, - [SMALL_STATE(3583)] = 169845, - [SMALL_STATE(3584)] = 169888, - [SMALL_STATE(3585)] = 169930, - [SMALL_STATE(3586)] = 169972, - [SMALL_STATE(3587)] = 170014, - [SMALL_STATE(3588)] = 170058, - [SMALL_STATE(3589)] = 170102, - [SMALL_STATE(3590)] = 170144, - [SMALL_STATE(3591)] = 170186, - [SMALL_STATE(3592)] = 170212, - [SMALL_STATE(3593)] = 170254, - [SMALL_STATE(3594)] = 170296, - [SMALL_STATE(3595)] = 170340, - [SMALL_STATE(3596)] = 170384, - [SMALL_STATE(3597)] = 170428, - [SMALL_STATE(3598)] = 170470, - [SMALL_STATE(3599)] = 170514, - [SMALL_STATE(3600)] = 170556, - [SMALL_STATE(3601)] = 170598, - [SMALL_STATE(3602)] = 170642, - [SMALL_STATE(3603)] = 170684, - [SMALL_STATE(3604)] = 170728, - [SMALL_STATE(3605)] = 170770, - [SMALL_STATE(3606)] = 170812, - [SMALL_STATE(3607)] = 170856, - [SMALL_STATE(3608)] = 170898, - [SMALL_STATE(3609)] = 170940, - [SMALL_STATE(3610)] = 170982, - [SMALL_STATE(3611)] = 171024, - [SMALL_STATE(3612)] = 171068, - [SMALL_STATE(3613)] = 171112, - [SMALL_STATE(3614)] = 171156, - [SMALL_STATE(3615)] = 171200, - [SMALL_STATE(3616)] = 171244, - [SMALL_STATE(3617)] = 171286, - [SMALL_STATE(3618)] = 171328, - [SMALL_STATE(3619)] = 171372, - [SMALL_STATE(3620)] = 171414, - [SMALL_STATE(3621)] = 171456, - [SMALL_STATE(3622)] = 171498, - [SMALL_STATE(3623)] = 171542, - [SMALL_STATE(3624)] = 171584, - [SMALL_STATE(3625)] = 171626, - [SMALL_STATE(3626)] = 171671, - [SMALL_STATE(3627)] = 171712, - [SMALL_STATE(3628)] = 171757, - [SMALL_STATE(3629)] = 171802, - [SMALL_STATE(3630)] = 171847, - [SMALL_STATE(3631)] = 171886, - [SMALL_STATE(3632)] = 171929, - [SMALL_STATE(3633)] = 171974, - [SMALL_STATE(3634)] = 172019, - [SMALL_STATE(3635)] = 172064, - [SMALL_STATE(3636)] = 172109, - [SMALL_STATE(3637)] = 172152, - [SMALL_STATE(3638)] = 172195, - [SMALL_STATE(3639)] = 172238, - [SMALL_STATE(3640)] = 172281, - [SMALL_STATE(3641)] = 172324, - [SMALL_STATE(3642)] = 172365, - [SMALL_STATE(3643)] = 172406, - [SMALL_STATE(3644)] = 172447, - [SMALL_STATE(3645)] = 172488, - [SMALL_STATE(3646)] = 172529, - [SMALL_STATE(3647)] = 172570, - [SMALL_STATE(3648)] = 172615, - [SMALL_STATE(3649)] = 172656, - [SMALL_STATE(3650)] = 172697, - [SMALL_STATE(3651)] = 172738, - [SMALL_STATE(3652)] = 172779, - [SMALL_STATE(3653)] = 172820, - [SMALL_STATE(3654)] = 172866, - [SMALL_STATE(3655)] = 172912, - [SMALL_STATE(3656)] = 172950, - [SMALL_STATE(3657)] = 172988, - [SMALL_STATE(3658)] = 173026, - [SMALL_STATE(3659)] = 173064, - [SMALL_STATE(3660)] = 173110, - [SMALL_STATE(3661)] = 173156, - [SMALL_STATE(3662)] = 173186, - [SMALL_STATE(3663)] = 173232, - [SMALL_STATE(3664)] = 173270, - [SMALL_STATE(3665)] = 173308, - [SMALL_STATE(3666)] = 173354, - [SMALL_STATE(3667)] = 173392, - [SMALL_STATE(3668)] = 173430, - [SMALL_STATE(3669)] = 173468, - [SMALL_STATE(3670)] = 173506, - [SMALL_STATE(3671)] = 173534, - [SMALL_STATE(3672)] = 173580, - [SMALL_STATE(3673)] = 173608, - [SMALL_STATE(3674)] = 173636, - [SMALL_STATE(3675)] = 173682, - [SMALL_STATE(3676)] = 173720, - [SMALL_STATE(3677)] = 173758, - [SMALL_STATE(3678)] = 173800, - [SMALL_STATE(3679)] = 173838, - [SMALL_STATE(3680)] = 173876, - [SMALL_STATE(3681)] = 173914, - [SMALL_STATE(3682)] = 173952, - [SMALL_STATE(3683)] = 173994, - [SMALL_STATE(3684)] = 174040, - [SMALL_STATE(3685)] = 174070, - [SMALL_STATE(3686)] = 174100, - [SMALL_STATE(3687)] = 174130, - [SMALL_STATE(3688)] = 174168, - [SMALL_STATE(3689)] = 174210, - [SMALL_STATE(3690)] = 174256, - [SMALL_STATE(3691)] = 174302, - [SMALL_STATE(3692)] = 174332, - [SMALL_STATE(3693)] = 174376, - [SMALL_STATE(3694)] = 174418, - [SMALL_STATE(3695)] = 174464, - [SMALL_STATE(3696)] = 174492, - [SMALL_STATE(3697)] = 174530, - [SMALL_STATE(3698)] = 174568, - [SMALL_STATE(3699)] = 174614, - [SMALL_STATE(3700)] = 174660, - [SMALL_STATE(3701)] = 174698, - [SMALL_STATE(3702)] = 174736, - [SMALL_STATE(3703)] = 174766, - [SMALL_STATE(3704)] = 174796, - [SMALL_STATE(3705)] = 174834, - [SMALL_STATE(3706)] = 174872, - [SMALL_STATE(3707)] = 174910, - [SMALL_STATE(3708)] = 174948, - [SMALL_STATE(3709)] = 174987, - [SMALL_STATE(3710)] = 175026, - [SMALL_STATE(3711)] = 175065, - [SMALL_STATE(3712)] = 175104, - [SMALL_STATE(3713)] = 175143, - [SMALL_STATE(3714)] = 175182, - [SMALL_STATE(3715)] = 175217, - [SMALL_STATE(3716)] = 175252, - [SMALL_STATE(3717)] = 175277, - [SMALL_STATE(3718)] = 175302, - [SMALL_STATE(3719)] = 175327, - [SMALL_STATE(3720)] = 175366, - [SMALL_STATE(3721)] = 175405, - [SMALL_STATE(3722)] = 175440, - [SMALL_STATE(3723)] = 175479, - [SMALL_STATE(3724)] = 175506, - [SMALL_STATE(3725)] = 175541, - [SMALL_STATE(3726)] = 175580, - [SMALL_STATE(3727)] = 175607, - [SMALL_STATE(3728)] = 175646, - [SMALL_STATE(3729)] = 175673, - [SMALL_STATE(3730)] = 175700, - [SMALL_STATE(3731)] = 175739, - [SMALL_STATE(3732)] = 175778, - [SMALL_STATE(3733)] = 175813, - [SMALL_STATE(3734)] = 175850, - [SMALL_STATE(3735)] = 175887, - [SMALL_STATE(3736)] = 175924, - [SMALL_STATE(3737)] = 175961, - [SMALL_STATE(3738)] = 176000, - [SMALL_STATE(3739)] = 176039, - [SMALL_STATE(3740)] = 176078, - [SMALL_STATE(3741)] = 176117, - [SMALL_STATE(3742)] = 176156, - [SMALL_STATE(3743)] = 176191, - [SMALL_STATE(3744)] = 176230, - [SMALL_STATE(3745)] = 176265, - [SMALL_STATE(3746)] = 176304, - [SMALL_STATE(3747)] = 176327, - [SMALL_STATE(3748)] = 176366, - [SMALL_STATE(3749)] = 176405, - [SMALL_STATE(3750)] = 176444, - [SMALL_STATE(3751)] = 176483, - [SMALL_STATE(3752)] = 176520, - [SMALL_STATE(3753)] = 176545, - [SMALL_STATE(3754)] = 176582, - [SMALL_STATE(3755)] = 176607, - [SMALL_STATE(3756)] = 176644, - [SMALL_STATE(3757)] = 176683, - [SMALL_STATE(3758)] = 176722, - [SMALL_STATE(3759)] = 176759, - [SMALL_STATE(3760)] = 176786, - [SMALL_STATE(3761)] = 176825, - [SMALL_STATE(3762)] = 176864, - [SMALL_STATE(3763)] = 176903, - [SMALL_STATE(3764)] = 176942, - [SMALL_STATE(3765)] = 176981, - [SMALL_STATE(3766)] = 177020, - [SMALL_STATE(3767)] = 177059, - [SMALL_STATE(3768)] = 177096, - [SMALL_STATE(3769)] = 177131, - [SMALL_STATE(3770)] = 177170, - [SMALL_STATE(3771)] = 177203, - [SMALL_STATE(3772)] = 177240, - [SMALL_STATE(3773)] = 177277, - [SMALL_STATE(3774)] = 177316, - [SMALL_STATE(3775)] = 177355, - [SMALL_STATE(3776)] = 177392, - [SMALL_STATE(3777)] = 177431, - [SMALL_STATE(3778)] = 177470, - [SMALL_STATE(3779)] = 177509, - [SMALL_STATE(3780)] = 177548, - [SMALL_STATE(3781)] = 177587, - [SMALL_STATE(3782)] = 177626, - [SMALL_STATE(3783)] = 177665, - [SMALL_STATE(3784)] = 177704, - [SMALL_STATE(3785)] = 177727, - [SMALL_STATE(3786)] = 177766, - [SMALL_STATE(3787)] = 177805, - [SMALL_STATE(3788)] = 177844, - [SMALL_STATE(3789)] = 177879, - [SMALL_STATE(3790)] = 177918, - [SMALL_STATE(3791)] = 177941, - [SMALL_STATE(3792)] = 177980, - [SMALL_STATE(3793)] = 178019, - [SMALL_STATE(3794)] = 178058, - [SMALL_STATE(3795)] = 178097, - [SMALL_STATE(3796)] = 178136, - [SMALL_STATE(3797)] = 178175, - [SMALL_STATE(3798)] = 178198, - [SMALL_STATE(3799)] = 178223, - [SMALL_STATE(3800)] = 178256, - [SMALL_STATE(3801)] = 178281, - [SMALL_STATE(3802)] = 178316, - [SMALL_STATE(3803)] = 178355, - [SMALL_STATE(3804)] = 178380, - [SMALL_STATE(3805)] = 178419, - [SMALL_STATE(3806)] = 178458, - [SMALL_STATE(3807)] = 178481, - [SMALL_STATE(3808)] = 178520, - [SMALL_STATE(3809)] = 178542, - [SMALL_STATE(3810)] = 178564, - [SMALL_STATE(3811)] = 178586, - [SMALL_STATE(3812)] = 178608, - [SMALL_STATE(3813)] = 178630, - [SMALL_STATE(3814)] = 178652, - [SMALL_STATE(3815)] = 178674, - [SMALL_STATE(3816)] = 178696, - [SMALL_STATE(3817)] = 178724, - [SMALL_STATE(3818)] = 178746, - [SMALL_STATE(3819)] = 178768, - [SMALL_STATE(3820)] = 178790, - [SMALL_STATE(3821)] = 178812, - [SMALL_STATE(3822)] = 178848, - [SMALL_STATE(3823)] = 178872, - [SMALL_STATE(3824)] = 178896, - [SMALL_STATE(3825)] = 178920, - [SMALL_STATE(3826)] = 178944, - [SMALL_STATE(3827)] = 178976, - [SMALL_STATE(3828)] = 178998, - [SMALL_STATE(3829)] = 179020, - [SMALL_STATE(3830)] = 179044, - [SMALL_STATE(3831)] = 179068, - [SMALL_STATE(3832)] = 179096, - [SMALL_STATE(3833)] = 179118, - [SMALL_STATE(3834)] = 179150, - [SMALL_STATE(3835)] = 179186, - [SMALL_STATE(3836)] = 179208, - [SMALL_STATE(3837)] = 179236, - [SMALL_STATE(3838)] = 179272, - [SMALL_STATE(3839)] = 179308, - [SMALL_STATE(3840)] = 179330, - [SMALL_STATE(3841)] = 179352, - [SMALL_STATE(3842)] = 179388, - [SMALL_STATE(3843)] = 179410, - [SMALL_STATE(3844)] = 179446, - [SMALL_STATE(3845)] = 179482, - [SMALL_STATE(3846)] = 179518, - [SMALL_STATE(3847)] = 179556, - [SMALL_STATE(3848)] = 179578, - [SMALL_STATE(3849)] = 179600, - [SMALL_STATE(3850)] = 179621, - [SMALL_STATE(3851)] = 179642, - [SMALL_STATE(3852)] = 179675, - [SMALL_STATE(3853)] = 179696, - [SMALL_STATE(3854)] = 179717, - [SMALL_STATE(3855)] = 179752, - [SMALL_STATE(3856)] = 179785, - [SMALL_STATE(3857)] = 179818, - [SMALL_STATE(3858)] = 179851, - [SMALL_STATE(3859)] = 179884, - [SMALL_STATE(3860)] = 179917, - [SMALL_STATE(3861)] = 179950, - [SMALL_STATE(3862)] = 179983, - [SMALL_STATE(3863)] = 180004, - [SMALL_STATE(3864)] = 180023, - [SMALL_STATE(3865)] = 180056, - [SMALL_STATE(3866)] = 180089, - [SMALL_STATE(3867)] = 180122, - [SMALL_STATE(3868)] = 180155, - [SMALL_STATE(3869)] = 180188, - [SMALL_STATE(3870)] = 180221, - [SMALL_STATE(3871)] = 180254, - [SMALL_STATE(3872)] = 180287, - [SMALL_STATE(3873)] = 180320, - [SMALL_STATE(3874)] = 180353, - [SMALL_STATE(3875)] = 180386, - [SMALL_STATE(3876)] = 180419, - [SMALL_STATE(3877)] = 180452, - [SMALL_STATE(3878)] = 180485, - [SMALL_STATE(3879)] = 180518, - [SMALL_STATE(3880)] = 180545, - [SMALL_STATE(3881)] = 180578, - [SMALL_STATE(3882)] = 180611, - [SMALL_STATE(3883)] = 180644, - [SMALL_STATE(3884)] = 180677, - [SMALL_STATE(3885)] = 180710, - [SMALL_STATE(3886)] = 180743, - [SMALL_STATE(3887)] = 180776, - [SMALL_STATE(3888)] = 180809, - [SMALL_STATE(3889)] = 180842, - [SMALL_STATE(3890)] = 180875, - [SMALL_STATE(3891)] = 180908, - [SMALL_STATE(3892)] = 180941, - [SMALL_STATE(3893)] = 180974, - [SMALL_STATE(3894)] = 181007, - [SMALL_STATE(3895)] = 181040, - [SMALL_STATE(3896)] = 181073, - [SMALL_STATE(3897)] = 181106, - [SMALL_STATE(3898)] = 181125, - [SMALL_STATE(3899)] = 181158, - [SMALL_STATE(3900)] = 181179, - [SMALL_STATE(3901)] = 181200, - [SMALL_STATE(3902)] = 181221, - [SMALL_STATE(3903)] = 181248, - [SMALL_STATE(3904)] = 181275, - [SMALL_STATE(3905)] = 181308, - [SMALL_STATE(3906)] = 181341, - [SMALL_STATE(3907)] = 181374, - [SMALL_STATE(3908)] = 181407, - [SMALL_STATE(3909)] = 181442, - [SMALL_STATE(3910)] = 181477, - [SMALL_STATE(3911)] = 181498, - [SMALL_STATE(3912)] = 181519, - [SMALL_STATE(3913)] = 181540, - [SMALL_STATE(3914)] = 181561, - [SMALL_STATE(3915)] = 181582, - [SMALL_STATE(3916)] = 181603, - [SMALL_STATE(3917)] = 181624, - [SMALL_STATE(3918)] = 181657, - [SMALL_STATE(3919)] = 181678, - [SMALL_STATE(3920)] = 181699, - [SMALL_STATE(3921)] = 181720, - [SMALL_STATE(3922)] = 181753, - [SMALL_STATE(3923)] = 181786, - [SMALL_STATE(3924)] = 181807, - [SMALL_STATE(3925)] = 181840, - [SMALL_STATE(3926)] = 181861, - [SMALL_STATE(3927)] = 181894, - [SMALL_STATE(3928)] = 181927, - [SMALL_STATE(3929)] = 181960, - [SMALL_STATE(3930)] = 181993, - [SMALL_STATE(3931)] = 182026, - [SMALL_STATE(3932)] = 182059, - [SMALL_STATE(3933)] = 182092, - [SMALL_STATE(3934)] = 182125, - [SMALL_STATE(3935)] = 182146, - [SMALL_STATE(3936)] = 182167, - [SMALL_STATE(3937)] = 182188, - [SMALL_STATE(3938)] = 182209, - [SMALL_STATE(3939)] = 182230, - [SMALL_STATE(3940)] = 182263, - [SMALL_STATE(3941)] = 182298, - [SMALL_STATE(3942)] = 182333, - [SMALL_STATE(3943)] = 182368, - [SMALL_STATE(3944)] = 182389, - [SMALL_STATE(3945)] = 182410, - [SMALL_STATE(3946)] = 182431, - [SMALL_STATE(3947)] = 182464, - [SMALL_STATE(3948)] = 182485, - [SMALL_STATE(3949)] = 182506, - [SMALL_STATE(3950)] = 182527, - [SMALL_STATE(3951)] = 182548, - [SMALL_STATE(3952)] = 182569, - [SMALL_STATE(3953)] = 182590, - [SMALL_STATE(3954)] = 182611, - [SMALL_STATE(3955)] = 182632, - [SMALL_STATE(3956)] = 182665, - [SMALL_STATE(3957)] = 182686, - [SMALL_STATE(3958)] = 182707, - [SMALL_STATE(3959)] = 182728, - [SMALL_STATE(3960)] = 182749, - [SMALL_STATE(3961)] = 182784, - [SMALL_STATE(3962)] = 182805, - [SMALL_STATE(3963)] = 182826, - [SMALL_STATE(3964)] = 182847, - [SMALL_STATE(3965)] = 182880, - [SMALL_STATE(3966)] = 182913, - [SMALL_STATE(3967)] = 182934, - [SMALL_STATE(3968)] = 182955, - [SMALL_STATE(3969)] = 182976, - [SMALL_STATE(3970)] = 183009, - [SMALL_STATE(3971)] = 183030, - [SMALL_STATE(3972)] = 183051, - [SMALL_STATE(3973)] = 183086, - [SMALL_STATE(3974)] = 183107, - [SMALL_STATE(3975)] = 183128, - [SMALL_STATE(3976)] = 183161, - [SMALL_STATE(3977)] = 183194, - [SMALL_STATE(3978)] = 183227, - [SMALL_STATE(3979)] = 183260, - [SMALL_STATE(3980)] = 183293, - [SMALL_STATE(3981)] = 183314, - [SMALL_STATE(3982)] = 183333, - [SMALL_STATE(3983)] = 183366, - [SMALL_STATE(3984)] = 183399, - [SMALL_STATE(3985)] = 183432, - [SMALL_STATE(3986)] = 183465, - [SMALL_STATE(3987)] = 183500, - [SMALL_STATE(3988)] = 183521, - [SMALL_STATE(3989)] = 183554, - [SMALL_STATE(3990)] = 183573, - [SMALL_STATE(3991)] = 183606, - [SMALL_STATE(3992)] = 183639, - [SMALL_STATE(3993)] = 183672, - [SMALL_STATE(3994)] = 183705, - [SMALL_STATE(3995)] = 183738, - [SMALL_STATE(3996)] = 183771, - [SMALL_STATE(3997)] = 183804, - [SMALL_STATE(3998)] = 183823, - [SMALL_STATE(3999)] = 183856, - [SMALL_STATE(4000)] = 183889, - [SMALL_STATE(4001)] = 183922, - [SMALL_STATE(4002)] = 183955, - [SMALL_STATE(4003)] = 183976, - [SMALL_STATE(4004)] = 184009, - [SMALL_STATE(4005)] = 184042, - [SMALL_STATE(4006)] = 184075, - [SMALL_STATE(4007)] = 184108, - [SMALL_STATE(4008)] = 184129, - [SMALL_STATE(4009)] = 184162, - [SMALL_STATE(4010)] = 184195, - [SMALL_STATE(4011)] = 184221, - [SMALL_STATE(4012)] = 184247, - [SMALL_STATE(4013)] = 184273, - [SMALL_STATE(4014)] = 184299, - [SMALL_STATE(4015)] = 184325, - [SMALL_STATE(4016)] = 184351, - [SMALL_STATE(4017)] = 184377, - [SMALL_STATE(4018)] = 184401, - [SMALL_STATE(4019)] = 184427, - [SMALL_STATE(4020)] = 184453, - [SMALL_STATE(4021)] = 184479, - [SMALL_STATE(4022)] = 184505, - [SMALL_STATE(4023)] = 184531, - [SMALL_STATE(4024)] = 184555, - [SMALL_STATE(4025)] = 184581, - [SMALL_STATE(4026)] = 184603, - [SMALL_STATE(4027)] = 184629, - [SMALL_STATE(4028)] = 184655, - [SMALL_STATE(4029)] = 184681, - [SMALL_STATE(4030)] = 184707, - [SMALL_STATE(4031)] = 184733, - [SMALL_STATE(4032)] = 184751, - [SMALL_STATE(4033)] = 184777, - [SMALL_STATE(4034)] = 184809, - [SMALL_STATE(4035)] = 184835, - [SMALL_STATE(4036)] = 184867, - [SMALL_STATE(4037)] = 184889, - [SMALL_STATE(4038)] = 184915, - [SMALL_STATE(4039)] = 184941, - [SMALL_STATE(4040)] = 184973, - [SMALL_STATE(4041)] = 184991, - [SMALL_STATE(4042)] = 185017, - [SMALL_STATE(4043)] = 185043, - [SMALL_STATE(4044)] = 185069, - [SMALL_STATE(4045)] = 185095, - [SMALL_STATE(4046)] = 185125, - [SMALL_STATE(4047)] = 185151, - [SMALL_STATE(4048)] = 185183, - [SMALL_STATE(4049)] = 185209, - [SMALL_STATE(4050)] = 185241, - [SMALL_STATE(4051)] = 185267, - [SMALL_STATE(4052)] = 185293, - [SMALL_STATE(4053)] = 185319, - [SMALL_STATE(4054)] = 185345, - [SMALL_STATE(4055)] = 185371, - [SMALL_STATE(4056)] = 185397, - [SMALL_STATE(4057)] = 185423, - [SMALL_STATE(4058)] = 185449, - [SMALL_STATE(4059)] = 185475, - [SMALL_STATE(4060)] = 185507, - [SMALL_STATE(4061)] = 185529, - [SMALL_STATE(4062)] = 185555, - [SMALL_STATE(4063)] = 185581, - [SMALL_STATE(4064)] = 185603, - [SMALL_STATE(4065)] = 185628, - [SMALL_STATE(4066)] = 185647, - [SMALL_STATE(4067)] = 185666, - [SMALL_STATE(4068)] = 185691, - [SMALL_STATE(4069)] = 185716, - [SMALL_STATE(4070)] = 185741, - [SMALL_STATE(4071)] = 185760, - [SMALL_STATE(4072)] = 185779, - [SMALL_STATE(4073)] = 185804, - [SMALL_STATE(4074)] = 185829, - [SMALL_STATE(4075)] = 185854, - [SMALL_STATE(4076)] = 185879, - [SMALL_STATE(4077)] = 185904, - [SMALL_STATE(4078)] = 185929, - [SMALL_STATE(4079)] = 185958, - [SMALL_STATE(4080)] = 185983, - [SMALL_STATE(4081)] = 186006, - [SMALL_STATE(4082)] = 186031, - [SMALL_STATE(4083)] = 186054, - [SMALL_STATE(4084)] = 186079, - [SMALL_STATE(4085)] = 186100, - [SMALL_STATE(4086)] = 186119, - [SMALL_STATE(4087)] = 186144, - [SMALL_STATE(4088)] = 186169, - [SMALL_STATE(4089)] = 186194, - [SMALL_STATE(4090)] = 186219, - [SMALL_STATE(4091)] = 186244, - [SMALL_STATE(4092)] = 186269, - [SMALL_STATE(4093)] = 186294, - [SMALL_STATE(4094)] = 186317, - [SMALL_STATE(4095)] = 186338, - [SMALL_STATE(4096)] = 186363, - [SMALL_STATE(4097)] = 186388, - [SMALL_STATE(4098)] = 186413, - [SMALL_STATE(4099)] = 186434, - [SMALL_STATE(4100)] = 186459, - [SMALL_STATE(4101)] = 186488, - [SMALL_STATE(4102)] = 186513, - [SMALL_STATE(4103)] = 186538, - [SMALL_STATE(4104)] = 186557, - [SMALL_STATE(4105)] = 186576, - [SMALL_STATE(4106)] = 186601, - [SMALL_STATE(4107)] = 186620, - [SMALL_STATE(4108)] = 186639, - [SMALL_STATE(4109)] = 186660, - [SMALL_STATE(4110)] = 186683, - [SMALL_STATE(4111)] = 186708, - [SMALL_STATE(4112)] = 186733, - [SMALL_STATE(4113)] = 186758, - [SMALL_STATE(4114)] = 186781, - [SMALL_STATE(4115)] = 186806, - [SMALL_STATE(4116)] = 186831, - [SMALL_STATE(4117)] = 186854, - [SMALL_STATE(4118)] = 186877, - [SMALL_STATE(4119)] = 186902, - [SMALL_STATE(4120)] = 186931, - [SMALL_STATE(4121)] = 186962, - [SMALL_STATE(4122)] = 186987, - [SMALL_STATE(4123)] = 187018, - [SMALL_STATE(4124)] = 187049, - [SMALL_STATE(4125)] = 187078, - [SMALL_STATE(4126)] = 187103, - [SMALL_STATE(4127)] = 187128, - [SMALL_STATE(4128)] = 187157, - [SMALL_STATE(4129)] = 187182, - [SMALL_STATE(4130)] = 187211, - [SMALL_STATE(4131)] = 187230, - [SMALL_STATE(4132)] = 187255, - [SMALL_STATE(4133)] = 187278, - [SMALL_STATE(4134)] = 187303, - [SMALL_STATE(4135)] = 187328, - [SMALL_STATE(4136)] = 187353, - [SMALL_STATE(4137)] = 187382, - [SMALL_STATE(4138)] = 187401, - [SMALL_STATE(4139)] = 187424, - [SMALL_STATE(4140)] = 187451, - [SMALL_STATE(4141)] = 187480, - [SMALL_STATE(4142)] = 187499, - [SMALL_STATE(4143)] = 187528, - [SMALL_STATE(4144)] = 187557, - [SMALL_STATE(4145)] = 187578, - [SMALL_STATE(4146)] = 187603, - [SMALL_STATE(4147)] = 187626, - [SMALL_STATE(4148)] = 187651, - [SMALL_STATE(4149)] = 187677, - [SMALL_STATE(4150)] = 187703, - [SMALL_STATE(4151)] = 187729, - [SMALL_STATE(4152)] = 187755, - [SMALL_STATE(4153)] = 187781, - [SMALL_STATE(4154)] = 187807, - [SMALL_STATE(4155)] = 187829, - [SMALL_STATE(4156)] = 187851, - [SMALL_STATE(4157)] = 187871, - [SMALL_STATE(4158)] = 187895, - [SMALL_STATE(4159)] = 187917, - [SMALL_STATE(4160)] = 187937, - [SMALL_STATE(4161)] = 187957, - [SMALL_STATE(4162)] = 187985, - [SMALL_STATE(4163)] = 188013, - [SMALL_STATE(4164)] = 188041, - [SMALL_STATE(4165)] = 188067, - [SMALL_STATE(4166)] = 188089, - [SMALL_STATE(4167)] = 188109, - [SMALL_STATE(4168)] = 188129, - [SMALL_STATE(4169)] = 188157, - [SMALL_STATE(4170)] = 188177, - [SMALL_STATE(4171)] = 188195, - [SMALL_STATE(4172)] = 188219, - [SMALL_STATE(4173)] = 188237, - [SMALL_STATE(4174)] = 188265, - [SMALL_STATE(4175)] = 188289, - [SMALL_STATE(4176)] = 188311, - [SMALL_STATE(4177)] = 188337, - [SMALL_STATE(4178)] = 188355, - [SMALL_STATE(4179)] = 188373, - [SMALL_STATE(4180)] = 188399, - [SMALL_STATE(4181)] = 188417, - [SMALL_STATE(4182)] = 188439, - [SMALL_STATE(4183)] = 188457, - [SMALL_STATE(4184)] = 188477, - [SMALL_STATE(4185)] = 188501, - [SMALL_STATE(4186)] = 188519, - [SMALL_STATE(4187)] = 188541, - [SMALL_STATE(4188)] = 188569, - [SMALL_STATE(4189)] = 188595, - [SMALL_STATE(4190)] = 188621, - [SMALL_STATE(4191)] = 188647, - [SMALL_STATE(4192)] = 188669, - [SMALL_STATE(4193)] = 188695, - [SMALL_STATE(4194)] = 188721, - [SMALL_STATE(4195)] = 188743, - [SMALL_STATE(4196)] = 188771, - [SMALL_STATE(4197)] = 188797, - [SMALL_STATE(4198)] = 188825, - [SMALL_STATE(4199)] = 188851, - [SMALL_STATE(4200)] = 188877, - [SMALL_STATE(4201)] = 188903, - [SMALL_STATE(4202)] = 188931, - [SMALL_STATE(4203)] = 188951, - [SMALL_STATE(4204)] = 188971, - [SMALL_STATE(4205)] = 188997, - [SMALL_STATE(4206)] = 189017, - [SMALL_STATE(4207)] = 189037, - [SMALL_STATE(4208)] = 189061, - [SMALL_STATE(4209)] = 189081, - [SMALL_STATE(4210)] = 189105, - [SMALL_STATE(4211)] = 189121, - [SMALL_STATE(4212)] = 189147, - [SMALL_STATE(4213)] = 189173, - [SMALL_STATE(4214)] = 189199, - [SMALL_STATE(4215)] = 189217, - [SMALL_STATE(4216)] = 189241, - [SMALL_STATE(4217)] = 189267, - [SMALL_STATE(4218)] = 189293, - [SMALL_STATE(4219)] = 189319, - [SMALL_STATE(4220)] = 189345, - [SMALL_STATE(4221)] = 189367, - [SMALL_STATE(4222)] = 189395, - [SMALL_STATE(4223)] = 189423, - [SMALL_STATE(4224)] = 189449, - [SMALL_STATE(4225)] = 189477, - [SMALL_STATE(4226)] = 189505, - [SMALL_STATE(4227)] = 189533, - [SMALL_STATE(4228)] = 189559, - [SMALL_STATE(4229)] = 189585, - [SMALL_STATE(4230)] = 189611, - [SMALL_STATE(4231)] = 189637, - [SMALL_STATE(4232)] = 189659, - [SMALL_STATE(4233)] = 189685, - [SMALL_STATE(4234)] = 189711, - [SMALL_STATE(4235)] = 189737, - [SMALL_STATE(4236)] = 189757, - [SMALL_STATE(4237)] = 189777, - [SMALL_STATE(4238)] = 189803, - [SMALL_STATE(4239)] = 189823, - [SMALL_STATE(4240)] = 189845, - [SMALL_STATE(4241)] = 189873, - [SMALL_STATE(4242)] = 189899, - [SMALL_STATE(4243)] = 189918, - [SMALL_STATE(4244)] = 189935, - [SMALL_STATE(4245)] = 189954, - [SMALL_STATE(4246)] = 189971, - [SMALL_STATE(4247)] = 189988, - [SMALL_STATE(4248)] = 190005, - [SMALL_STATE(4249)] = 190022, - [SMALL_STATE(4250)] = 190039, - [SMALL_STATE(4251)] = 190062, - [SMALL_STATE(4252)] = 190079, - [SMALL_STATE(4253)] = 190102, - [SMALL_STATE(4254)] = 190119, - [SMALL_STATE(4255)] = 190142, - [SMALL_STATE(4256)] = 190159, - [SMALL_STATE(4257)] = 190182, - [SMALL_STATE(4258)] = 190205, - [SMALL_STATE(4259)] = 190228, - [SMALL_STATE(4260)] = 190251, - [SMALL_STATE(4261)] = 190268, - [SMALL_STATE(4262)] = 190285, - [SMALL_STATE(4263)] = 190308, - [SMALL_STATE(4264)] = 190325, - [SMALL_STATE(4265)] = 190350, - [SMALL_STATE(4266)] = 190367, - [SMALL_STATE(4267)] = 190384, - [SMALL_STATE(4268)] = 190403, - [SMALL_STATE(4269)] = 190420, - [SMALL_STATE(4270)] = 190437, - [SMALL_STATE(4271)] = 190454, - [SMALL_STATE(4272)] = 190473, - [SMALL_STATE(4273)] = 190496, - [SMALL_STATE(4274)] = 190511, - [SMALL_STATE(4275)] = 190532, - [SMALL_STATE(4276)] = 190549, - [SMALL_STATE(4277)] = 190566, - [SMALL_STATE(4278)] = 190583, - [SMALL_STATE(4279)] = 190606, - [SMALL_STATE(4280)] = 190623, - [SMALL_STATE(4281)] = 190640, - [SMALL_STATE(4282)] = 190657, - [SMALL_STATE(4283)] = 190674, - [SMALL_STATE(4284)] = 190697, - [SMALL_STATE(4285)] = 190720, - [SMALL_STATE(4286)] = 190737, - [SMALL_STATE(4287)] = 190754, - [SMALL_STATE(4288)] = 190771, - [SMALL_STATE(4289)] = 190788, - [SMALL_STATE(4290)] = 190811, - [SMALL_STATE(4291)] = 190828, - [SMALL_STATE(4292)] = 190851, - [SMALL_STATE(4293)] = 190868, - [SMALL_STATE(4294)] = 190885, - [SMALL_STATE(4295)] = 190910, - [SMALL_STATE(4296)] = 190927, - [SMALL_STATE(4297)] = 190944, - [SMALL_STATE(4298)] = 190961, - [SMALL_STATE(4299)] = 190984, - [SMALL_STATE(4300)] = 191007, - [SMALL_STATE(4301)] = 191022, - [SMALL_STATE(4302)] = 191037, - [SMALL_STATE(4303)] = 191062, - [SMALL_STATE(4304)] = 191077, - [SMALL_STATE(4305)] = 191096, - [SMALL_STATE(4306)] = 191113, - [SMALL_STATE(4307)] = 191136, - [SMALL_STATE(4308)] = 191159, - [SMALL_STATE(4309)] = 191182, - [SMALL_STATE(4310)] = 191205, - [SMALL_STATE(4311)] = 191228, - [SMALL_STATE(4312)] = 191253, - [SMALL_STATE(4313)] = 191270, - [SMALL_STATE(4314)] = 191287, - [SMALL_STATE(4315)] = 191312, - [SMALL_STATE(4316)] = 191331, - [SMALL_STATE(4317)] = 191352, - [SMALL_STATE(4318)] = 191377, - [SMALL_STATE(4319)] = 191394, - [SMALL_STATE(4320)] = 191411, - [SMALL_STATE(4321)] = 191428, - [SMALL_STATE(4322)] = 191449, - [SMALL_STATE(4323)] = 191466, - [SMALL_STATE(4324)] = 191481, - [SMALL_STATE(4325)] = 191498, - [SMALL_STATE(4326)] = 191523, - [SMALL_STATE(4327)] = 191544, - [SMALL_STATE(4328)] = 191561, - [SMALL_STATE(4329)] = 191584, - [SMALL_STATE(4330)] = 191601, - [SMALL_STATE(4331)] = 191618, - [SMALL_STATE(4332)] = 191635, - [SMALL_STATE(4333)] = 191658, - [SMALL_STATE(4334)] = 191681, - [SMALL_STATE(4335)] = 191698, - [SMALL_STATE(4336)] = 191717, - [SMALL_STATE(4337)] = 191736, - [SMALL_STATE(4338)] = 191753, - [SMALL_STATE(4339)] = 191776, - [SMALL_STATE(4340)] = 191799, - [SMALL_STATE(4341)] = 191824, - [SMALL_STATE(4342)] = 191847, - [SMALL_STATE(4343)] = 191872, - [SMALL_STATE(4344)] = 191889, - [SMALL_STATE(4345)] = 191912, - [SMALL_STATE(4346)] = 191929, - [SMALL_STATE(4347)] = 191954, - [SMALL_STATE(4348)] = 191977, - [SMALL_STATE(4349)] = 192002, - [SMALL_STATE(4350)] = 192025, - [SMALL_STATE(4351)] = 192042, - [SMALL_STATE(4352)] = 192067, - [SMALL_STATE(4353)] = 192090, - [SMALL_STATE(4354)] = 192111, - [SMALL_STATE(4355)] = 192134, - [SMALL_STATE(4356)] = 192157, - [SMALL_STATE(4357)] = 192182, - [SMALL_STATE(4358)] = 192203, - [SMALL_STATE(4359)] = 192220, - [SMALL_STATE(4360)] = 192241, - [SMALL_STATE(4361)] = 192260, - [SMALL_STATE(4362)] = 192277, - [SMALL_STATE(4363)] = 192296, - [SMALL_STATE(4364)] = 192315, - [SMALL_STATE(4365)] = 192334, - [SMALL_STATE(4366)] = 192351, - [SMALL_STATE(4367)] = 192374, - [SMALL_STATE(4368)] = 192391, - [SMALL_STATE(4369)] = 192414, - [SMALL_STATE(4370)] = 192429, - [SMALL_STATE(4371)] = 192454, - [SMALL_STATE(4372)] = 192471, - [SMALL_STATE(4373)] = 192488, - [SMALL_STATE(4374)] = 192511, - [SMALL_STATE(4375)] = 192528, - [SMALL_STATE(4376)] = 192545, - [SMALL_STATE(4377)] = 192568, - [SMALL_STATE(4378)] = 192591, - [SMALL_STATE(4379)] = 192612, - [SMALL_STATE(4380)] = 192635, - [SMALL_STATE(4381)] = 192658, - [SMALL_STATE(4382)] = 192681, - [SMALL_STATE(4383)] = 192706, - [SMALL_STATE(4384)] = 192725, - [SMALL_STATE(4385)] = 192748, - [SMALL_STATE(4386)] = 192767, - [SMALL_STATE(4387)] = 192790, - [SMALL_STATE(4388)] = 192807, - [SMALL_STATE(4389)] = 192826, - [SMALL_STATE(4390)] = 192851, - [SMALL_STATE(4391)] = 192876, - [SMALL_STATE(4392)] = 192897, - [SMALL_STATE(4393)] = 192920, - [SMALL_STATE(4394)] = 192945, - [SMALL_STATE(4395)] = 192968, - [SMALL_STATE(4396)] = 192989, - [SMALL_STATE(4397)] = 193008, - [SMALL_STATE(4398)] = 193027, - [SMALL_STATE(4399)] = 193050, - [SMALL_STATE(4400)] = 193073, - [SMALL_STATE(4401)] = 193092, - [SMALL_STATE(4402)] = 193115, - [SMALL_STATE(4403)] = 193134, - [SMALL_STATE(4404)] = 193153, - [SMALL_STATE(4405)] = 193176, - [SMALL_STATE(4406)] = 193197, - [SMALL_STATE(4407)] = 193218, - [SMALL_STATE(4408)] = 193233, - [SMALL_STATE(4409)] = 193256, - [SMALL_STATE(4410)] = 193279, - [SMALL_STATE(4411)] = 193302, - [SMALL_STATE(4412)] = 193317, - [SMALL_STATE(4413)] = 193342, - [SMALL_STATE(4414)] = 193363, - [SMALL_STATE(4415)] = 193377, - [SMALL_STATE(4416)] = 193393, - [SMALL_STATE(4417)] = 193411, - [SMALL_STATE(4418)] = 193425, - [SMALL_STATE(4419)] = 193439, - [SMALL_STATE(4420)] = 193459, - [SMALL_STATE(4421)] = 193481, - [SMALL_STATE(4422)] = 193495, - [SMALL_STATE(4423)] = 193509, - [SMALL_STATE(4424)] = 193523, - [SMALL_STATE(4425)] = 193537, - [SMALL_STATE(4426)] = 193559, - [SMALL_STATE(4427)] = 193581, - [SMALL_STATE(4428)] = 193603, - [SMALL_STATE(4429)] = 193617, - [SMALL_STATE(4430)] = 193633, - [SMALL_STATE(4431)] = 193647, - [SMALL_STATE(4432)] = 193661, - [SMALL_STATE(4433)] = 193681, - [SMALL_STATE(4434)] = 193703, - [SMALL_STATE(4435)] = 193717, - [SMALL_STATE(4436)] = 193739, - [SMALL_STATE(4437)] = 193761, - [SMALL_STATE(4438)] = 193781, - [SMALL_STATE(4439)] = 193795, - [SMALL_STATE(4440)] = 193809, - [SMALL_STATE(4441)] = 193823, - [SMALL_STATE(4442)] = 193845, - [SMALL_STATE(4443)] = 193859, - [SMALL_STATE(4444)] = 193873, - [SMALL_STATE(4445)] = 193895, - [SMALL_STATE(4446)] = 193915, - [SMALL_STATE(4447)] = 193929, - [SMALL_STATE(4448)] = 193943, - [SMALL_STATE(4449)] = 193957, - [SMALL_STATE(4450)] = 193971, - [SMALL_STATE(4451)] = 193985, - [SMALL_STATE(4452)] = 193999, - [SMALL_STATE(4453)] = 194021, - [SMALL_STATE(4454)] = 194035, - [SMALL_STATE(4455)] = 194057, - [SMALL_STATE(4456)] = 194071, - [SMALL_STATE(4457)] = 194093, - [SMALL_STATE(4458)] = 194109, - [SMALL_STATE(4459)] = 194129, - [SMALL_STATE(4460)] = 194149, - [SMALL_STATE(4461)] = 194171, - [SMALL_STATE(4462)] = 194185, - [SMALL_STATE(4463)] = 194205, - [SMALL_STATE(4464)] = 194227, - [SMALL_STATE(4465)] = 194245, - [SMALL_STATE(4466)] = 194259, - [SMALL_STATE(4467)] = 194273, - [SMALL_STATE(4468)] = 194287, - [SMALL_STATE(4469)] = 194307, - [SMALL_STATE(4470)] = 194321, - [SMALL_STATE(4471)] = 194335, - [SMALL_STATE(4472)] = 194349, - [SMALL_STATE(4473)] = 194363, - [SMALL_STATE(4474)] = 194383, - [SMALL_STATE(4475)] = 194397, - [SMALL_STATE(4476)] = 194411, - [SMALL_STATE(4477)] = 194425, - [SMALL_STATE(4478)] = 194439, - [SMALL_STATE(4479)] = 194453, - [SMALL_STATE(4480)] = 194467, - [SMALL_STATE(4481)] = 194481, - [SMALL_STATE(4482)] = 194499, - [SMALL_STATE(4483)] = 194513, - [SMALL_STATE(4484)] = 194527, - [SMALL_STATE(4485)] = 194543, - [SMALL_STATE(4486)] = 194561, - [SMALL_STATE(4487)] = 194581, - [SMALL_STATE(4488)] = 194597, - [SMALL_STATE(4489)] = 194613, - [SMALL_STATE(4490)] = 194629, - [SMALL_STATE(4491)] = 194643, - [SMALL_STATE(4492)] = 194661, - [SMALL_STATE(4493)] = 194683, - [SMALL_STATE(4494)] = 194699, - [SMALL_STATE(4495)] = 194715, - [SMALL_STATE(4496)] = 194731, - [SMALL_STATE(4497)] = 194751, - [SMALL_STATE(4498)] = 194769, - [SMALL_STATE(4499)] = 194791, - [SMALL_STATE(4500)] = 194805, - [SMALL_STATE(4501)] = 194827, - [SMALL_STATE(4502)] = 194841, - [SMALL_STATE(4503)] = 194855, - [SMALL_STATE(4504)] = 194869, - [SMALL_STATE(4505)] = 194885, - [SMALL_STATE(4506)] = 194905, - [SMALL_STATE(4507)] = 194919, - [SMALL_STATE(4508)] = 194941, - [SMALL_STATE(4509)] = 194957, - [SMALL_STATE(4510)] = 194973, - [SMALL_STATE(4511)] = 194987, - [SMALL_STATE(4512)] = 195001, - [SMALL_STATE(4513)] = 195023, - [SMALL_STATE(4514)] = 195037, - [SMALL_STATE(4515)] = 195057, - [SMALL_STATE(4516)] = 195071, - [SMALL_STATE(4517)] = 195085, - [SMALL_STATE(4518)] = 195099, - [SMALL_STATE(4519)] = 195113, - [SMALL_STATE(4520)] = 195127, - [SMALL_STATE(4521)] = 195145, - [SMALL_STATE(4522)] = 195167, - [SMALL_STATE(4523)] = 195189, - [SMALL_STATE(4524)] = 195205, - [SMALL_STATE(4525)] = 195225, - [SMALL_STATE(4526)] = 195239, - [SMALL_STATE(4527)] = 195253, - [SMALL_STATE(4528)] = 195267, - [SMALL_STATE(4529)] = 195287, - [SMALL_STATE(4530)] = 195303, - [SMALL_STATE(4531)] = 195317, - [SMALL_STATE(4532)] = 195339, - [SMALL_STATE(4533)] = 195353, - [SMALL_STATE(4534)] = 195373, - [SMALL_STATE(4535)] = 195387, - [SMALL_STATE(4536)] = 195407, - [SMALL_STATE(4537)] = 195421, - [SMALL_STATE(4538)] = 195443, - [SMALL_STATE(4539)] = 195457, - [SMALL_STATE(4540)] = 195471, - [SMALL_STATE(4541)] = 195485, - [SMALL_STATE(4542)] = 195507, - [SMALL_STATE(4543)] = 195527, - [SMALL_STATE(4544)] = 195547, - [SMALL_STATE(4545)] = 195567, - [SMALL_STATE(4546)] = 195583, - [SMALL_STATE(4547)] = 195597, - [SMALL_STATE(4548)] = 195617, - [SMALL_STATE(4549)] = 195631, - [SMALL_STATE(4550)] = 195651, - [SMALL_STATE(4551)] = 195667, - [SMALL_STATE(4552)] = 195687, - [SMALL_STATE(4553)] = 195701, - [SMALL_STATE(4554)] = 195719, - [SMALL_STATE(4555)] = 195739, - [SMALL_STATE(4556)] = 195753, - [SMALL_STATE(4557)] = 195769, - [SMALL_STATE(4558)] = 195789, - [SMALL_STATE(4559)] = 195803, - [SMALL_STATE(4560)] = 195823, - [SMALL_STATE(4561)] = 195843, - [SMALL_STATE(4562)] = 195863, - [SMALL_STATE(4563)] = 195883, - [SMALL_STATE(4564)] = 195901, - [SMALL_STATE(4565)] = 195919, - [SMALL_STATE(4566)] = 195941, - [SMALL_STATE(4567)] = 195957, - [SMALL_STATE(4568)] = 195973, - [SMALL_STATE(4569)] = 195989, - [SMALL_STATE(4570)] = 196009, - [SMALL_STATE(4571)] = 196025, - [SMALL_STATE(4572)] = 196047, - [SMALL_STATE(4573)] = 196063, - [SMALL_STATE(4574)] = 196079, - [SMALL_STATE(4575)] = 196099, - [SMALL_STATE(4576)] = 196115, - [SMALL_STATE(4577)] = 196131, - [SMALL_STATE(4578)] = 196153, - [SMALL_STATE(4579)] = 196169, - [SMALL_STATE(4580)] = 196185, - [SMALL_STATE(4581)] = 196199, - [SMALL_STATE(4582)] = 196215, - [SMALL_STATE(4583)] = 196231, - [SMALL_STATE(4584)] = 196247, - [SMALL_STATE(4585)] = 196263, - [SMALL_STATE(4586)] = 196279, - [SMALL_STATE(4587)] = 196301, - [SMALL_STATE(4588)] = 196323, - [SMALL_STATE(4589)] = 196339, - [SMALL_STATE(4590)] = 196355, - [SMALL_STATE(4591)] = 196373, - [SMALL_STATE(4592)] = 196391, - [SMALL_STATE(4593)] = 196407, - [SMALL_STATE(4594)] = 196427, - [SMALL_STATE(4595)] = 196443, - [SMALL_STATE(4596)] = 196463, - [SMALL_STATE(4597)] = 196483, - [SMALL_STATE(4598)] = 196499, - [SMALL_STATE(4599)] = 196515, - [SMALL_STATE(4600)] = 196531, - [SMALL_STATE(4601)] = 196553, - [SMALL_STATE(4602)] = 196573, - [SMALL_STATE(4603)] = 196589, - [SMALL_STATE(4604)] = 196605, - [SMALL_STATE(4605)] = 196621, - [SMALL_STATE(4606)] = 196637, - [SMALL_STATE(4607)] = 196657, - [SMALL_STATE(4608)] = 196673, - [SMALL_STATE(4609)] = 196695, - [SMALL_STATE(4610)] = 196711, - [SMALL_STATE(4611)] = 196727, - [SMALL_STATE(4612)] = 196743, - [SMALL_STATE(4613)] = 196759, - [SMALL_STATE(4614)] = 196775, - [SMALL_STATE(4615)] = 196791, - [SMALL_STATE(4616)] = 196813, - [SMALL_STATE(4617)] = 196833, - [SMALL_STATE(4618)] = 196855, - [SMALL_STATE(4619)] = 196871, - [SMALL_STATE(4620)] = 196885, - [SMALL_STATE(4621)] = 196907, - [SMALL_STATE(4622)] = 196923, - [SMALL_STATE(4623)] = 196939, - [SMALL_STATE(4624)] = 196953, - [SMALL_STATE(4625)] = 196969, - [SMALL_STATE(4626)] = 196985, - [SMALL_STATE(4627)] = 197005, - [SMALL_STATE(4628)] = 197021, - [SMALL_STATE(4629)] = 197037, - [SMALL_STATE(4630)] = 197057, - [SMALL_STATE(4631)] = 197073, - [SMALL_STATE(4632)] = 197089, - [SMALL_STATE(4633)] = 197105, - [SMALL_STATE(4634)] = 197119, - [SMALL_STATE(4635)] = 197139, - [SMALL_STATE(4636)] = 197155, - [SMALL_STATE(4637)] = 197171, - [SMALL_STATE(4638)] = 197187, - [SMALL_STATE(4639)] = 197203, - [SMALL_STATE(4640)] = 197219, - [SMALL_STATE(4641)] = 197235, - [SMALL_STATE(4642)] = 197251, - [SMALL_STATE(4643)] = 197267, - [SMALL_STATE(4644)] = 197285, - [SMALL_STATE(4645)] = 197305, - [SMALL_STATE(4646)] = 197325, - [SMALL_STATE(4647)] = 197345, - [SMALL_STATE(4648)] = 197361, - [SMALL_STATE(4649)] = 197377, - [SMALL_STATE(4650)] = 197393, - [SMALL_STATE(4651)] = 197409, - [SMALL_STATE(4652)] = 197429, - [SMALL_STATE(4653)] = 197445, - [SMALL_STATE(4654)] = 197461, - [SMALL_STATE(4655)] = 197481, - [SMALL_STATE(4656)] = 197501, - [SMALL_STATE(4657)] = 197519, - [SMALL_STATE(4658)] = 197535, - [SMALL_STATE(4659)] = 197553, - [SMALL_STATE(4660)] = 197569, - [SMALL_STATE(4661)] = 197585, - [SMALL_STATE(4662)] = 197601, - [SMALL_STATE(4663)] = 197617, - [SMALL_STATE(4664)] = 197633, - [SMALL_STATE(4665)] = 197649, - [SMALL_STATE(4666)] = 197671, - [SMALL_STATE(4667)] = 197687, - [SMALL_STATE(4668)] = 197703, - [SMALL_STATE(4669)] = 197719, - [SMALL_STATE(4670)] = 197739, - [SMALL_STATE(4671)] = 197759, - [SMALL_STATE(4672)] = 197775, - [SMALL_STATE(4673)] = 197791, - [SMALL_STATE(4674)] = 197813, - [SMALL_STATE(4675)] = 197833, - [SMALL_STATE(4676)] = 197853, - [SMALL_STATE(4677)] = 197875, - [SMALL_STATE(4678)] = 197893, - [SMALL_STATE(4679)] = 197915, - [SMALL_STATE(4680)] = 197931, - [SMALL_STATE(4681)] = 197949, - [SMALL_STATE(4682)] = 197965, - [SMALL_STATE(4683)] = 197981, - [SMALL_STATE(4684)] = 197997, - [SMALL_STATE(4685)] = 198017, - [SMALL_STATE(4686)] = 198033, - [SMALL_STATE(4687)] = 198049, - [SMALL_STATE(4688)] = 198065, - [SMALL_STATE(4689)] = 198081, - [SMALL_STATE(4690)] = 198097, - [SMALL_STATE(4691)] = 198115, - [SMALL_STATE(4692)] = 198131, - [SMALL_STATE(4693)] = 198147, - [SMALL_STATE(4694)] = 198163, - [SMALL_STATE(4695)] = 198179, - [SMALL_STATE(4696)] = 198195, - [SMALL_STATE(4697)] = 198215, - [SMALL_STATE(4698)] = 198231, - [SMALL_STATE(4699)] = 198247, - [SMALL_STATE(4700)] = 198263, - [SMALL_STATE(4701)] = 198279, - [SMALL_STATE(4702)] = 198301, - [SMALL_STATE(4703)] = 198317, - [SMALL_STATE(4704)] = 198333, - [SMALL_STATE(4705)] = 198349, - [SMALL_STATE(4706)] = 198365, - [SMALL_STATE(4707)] = 198381, - [SMALL_STATE(4708)] = 198397, - [SMALL_STATE(4709)] = 198413, - [SMALL_STATE(4710)] = 198429, - [SMALL_STATE(4711)] = 198451, - [SMALL_STATE(4712)] = 198467, - [SMALL_STATE(4713)] = 198483, - [SMALL_STATE(4714)] = 198499, - [SMALL_STATE(4715)] = 198515, - [SMALL_STATE(4716)] = 198531, - [SMALL_STATE(4717)] = 198551, - [SMALL_STATE(4718)] = 198567, - [SMALL_STATE(4719)] = 198583, - [SMALL_STATE(4720)] = 198599, - [SMALL_STATE(4721)] = 198613, - [SMALL_STATE(4722)] = 198629, - [SMALL_STATE(4723)] = 198645, - [SMALL_STATE(4724)] = 198661, - [SMALL_STATE(4725)] = 198677, - [SMALL_STATE(4726)] = 198693, - [SMALL_STATE(4727)] = 198709, - [SMALL_STATE(4728)] = 198725, - [SMALL_STATE(4729)] = 198741, - [SMALL_STATE(4730)] = 198757, - [SMALL_STATE(4731)] = 198773, - [SMALL_STATE(4732)] = 198789, - [SMALL_STATE(4733)] = 198805, - [SMALL_STATE(4734)] = 198821, - [SMALL_STATE(4735)] = 198837, - [SMALL_STATE(4736)] = 198853, - [SMALL_STATE(4737)] = 198869, - [SMALL_STATE(4738)] = 198885, - [SMALL_STATE(4739)] = 198903, - [SMALL_STATE(4740)] = 198919, - [SMALL_STATE(4741)] = 198935, - [SMALL_STATE(4742)] = 198951, - [SMALL_STATE(4743)] = 198967, - [SMALL_STATE(4744)] = 198983, - [SMALL_STATE(4745)] = 198999, - [SMALL_STATE(4746)] = 199015, - [SMALL_STATE(4747)] = 199035, - [SMALL_STATE(4748)] = 199051, - [SMALL_STATE(4749)] = 199067, - [SMALL_STATE(4750)] = 199083, - [SMALL_STATE(4751)] = 199099, - [SMALL_STATE(4752)] = 199115, - [SMALL_STATE(4753)] = 199131, - [SMALL_STATE(4754)] = 199147, - [SMALL_STATE(4755)] = 199163, - [SMALL_STATE(4756)] = 199181, - [SMALL_STATE(4757)] = 199197, - [SMALL_STATE(4758)] = 199213, - [SMALL_STATE(4759)] = 199233, - [SMALL_STATE(4760)] = 199249, - [SMALL_STATE(4761)] = 199267, - [SMALL_STATE(4762)] = 199289, - [SMALL_STATE(4763)] = 199305, - [SMALL_STATE(4764)] = 199321, - [SMALL_STATE(4765)] = 199337, - [SMALL_STATE(4766)] = 199353, - [SMALL_STATE(4767)] = 199369, - [SMALL_STATE(4768)] = 199385, - [SMALL_STATE(4769)] = 199407, - [SMALL_STATE(4770)] = 199423, - [SMALL_STATE(4771)] = 199439, - [SMALL_STATE(4772)] = 199455, - [SMALL_STATE(4773)] = 199471, - [SMALL_STATE(4774)] = 199485, - [SMALL_STATE(4775)] = 199501, - [SMALL_STATE(4776)] = 199517, - [SMALL_STATE(4777)] = 199533, - [SMALL_STATE(4778)] = 199549, - [SMALL_STATE(4779)] = 199565, - [SMALL_STATE(4780)] = 199581, - [SMALL_STATE(4781)] = 199597, - [SMALL_STATE(4782)] = 199613, - [SMALL_STATE(4783)] = 199629, - [SMALL_STATE(4784)] = 199643, - [SMALL_STATE(4785)] = 199659, - [SMALL_STATE(4786)] = 199675, - [SMALL_STATE(4787)] = 199691, - [SMALL_STATE(4788)] = 199707, - [SMALL_STATE(4789)] = 199723, - [SMALL_STATE(4790)] = 199739, - [SMALL_STATE(4791)] = 199761, - [SMALL_STATE(4792)] = 199781, - [SMALL_STATE(4793)] = 199797, - [SMALL_STATE(4794)] = 199813, - [SMALL_STATE(4795)] = 199829, - [SMALL_STATE(4796)] = 199845, - [SMALL_STATE(4797)] = 199861, - [SMALL_STATE(4798)] = 199877, - [SMALL_STATE(4799)] = 199893, - [SMALL_STATE(4800)] = 199909, - [SMALL_STATE(4801)] = 199925, - [SMALL_STATE(4802)] = 199941, - [SMALL_STATE(4803)] = 199957, - [SMALL_STATE(4804)] = 199973, - [SMALL_STATE(4805)] = 199995, - [SMALL_STATE(4806)] = 200015, - [SMALL_STATE(4807)] = 200031, - [SMALL_STATE(4808)] = 200051, - [SMALL_STATE(4809)] = 200071, - [SMALL_STATE(4810)] = 200087, - [SMALL_STATE(4811)] = 200103, - [SMALL_STATE(4812)] = 200119, - [SMALL_STATE(4813)] = 200135, - [SMALL_STATE(4814)] = 200151, - [SMALL_STATE(4815)] = 200167, - [SMALL_STATE(4816)] = 200183, - [SMALL_STATE(4817)] = 200199, - [SMALL_STATE(4818)] = 200215, - [SMALL_STATE(4819)] = 200231, - [SMALL_STATE(4820)] = 200247, - [SMALL_STATE(4821)] = 200263, - [SMALL_STATE(4822)] = 200279, - [SMALL_STATE(4823)] = 200295, - [SMALL_STATE(4824)] = 200311, - [SMALL_STATE(4825)] = 200327, - [SMALL_STATE(4826)] = 200343, - [SMALL_STATE(4827)] = 200359, - [SMALL_STATE(4828)] = 200375, - [SMALL_STATE(4829)] = 200395, - [SMALL_STATE(4830)] = 200415, - [SMALL_STATE(4831)] = 200435, - [SMALL_STATE(4832)] = 200455, - [SMALL_STATE(4833)] = 200475, - [SMALL_STATE(4834)] = 200497, - [SMALL_STATE(4835)] = 200513, - [SMALL_STATE(4836)] = 200529, - [SMALL_STATE(4837)] = 200545, - [SMALL_STATE(4838)] = 200561, - [SMALL_STATE(4839)] = 200577, - [SMALL_STATE(4840)] = 200597, - [SMALL_STATE(4841)] = 200617, - [SMALL_STATE(4842)] = 200633, - [SMALL_STATE(4843)] = 200649, - [SMALL_STATE(4844)] = 200665, - [SMALL_STATE(4845)] = 200681, - [SMALL_STATE(4846)] = 200697, - [SMALL_STATE(4847)] = 200713, - [SMALL_STATE(4848)] = 200729, - [SMALL_STATE(4849)] = 200745, - [SMALL_STATE(4850)] = 200761, - [SMALL_STATE(4851)] = 200777, - [SMALL_STATE(4852)] = 200796, - [SMALL_STATE(4853)] = 200811, - [SMALL_STATE(4854)] = 200826, - [SMALL_STATE(4855)] = 200841, - [SMALL_STATE(4856)] = 200856, - [SMALL_STATE(4857)] = 200875, - [SMALL_STATE(4858)] = 200892, - [SMALL_STATE(4859)] = 200907, - [SMALL_STATE(4860)] = 200922, - [SMALL_STATE(4861)] = 200937, - [SMALL_STATE(4862)] = 200952, - [SMALL_STATE(4863)] = 200969, - [SMALL_STATE(4864)] = 200984, - [SMALL_STATE(4865)] = 200999, - [SMALL_STATE(4866)] = 201014, - [SMALL_STATE(4867)] = 201029, - [SMALL_STATE(4868)] = 201048, - [SMALL_STATE(4869)] = 201063, - [SMALL_STATE(4870)] = 201082, - [SMALL_STATE(4871)] = 201097, - [SMALL_STATE(4872)] = 201112, - [SMALL_STATE(4873)] = 201127, - [SMALL_STATE(4874)] = 201142, - [SMALL_STATE(4875)] = 201161, - [SMALL_STATE(4876)] = 201176, - [SMALL_STATE(4877)] = 201191, - [SMALL_STATE(4878)] = 201206, - [SMALL_STATE(4879)] = 201225, - [SMALL_STATE(4880)] = 201244, - [SMALL_STATE(4881)] = 201261, - [SMALL_STATE(4882)] = 201276, - [SMALL_STATE(4883)] = 201291, - [SMALL_STATE(4884)] = 201306, - [SMALL_STATE(4885)] = 201323, - [SMALL_STATE(4886)] = 201338, - [SMALL_STATE(4887)] = 201357, - [SMALL_STATE(4888)] = 201372, - [SMALL_STATE(4889)] = 201391, - [SMALL_STATE(4890)] = 201406, - [SMALL_STATE(4891)] = 201421, - [SMALL_STATE(4892)] = 201440, - [SMALL_STATE(4893)] = 201455, - [SMALL_STATE(4894)] = 201470, - [SMALL_STATE(4895)] = 201487, - [SMALL_STATE(4896)] = 201502, - [SMALL_STATE(4897)] = 201517, - [SMALL_STATE(4898)] = 201536, - [SMALL_STATE(4899)] = 201551, - [SMALL_STATE(4900)] = 201566, - [SMALL_STATE(4901)] = 201581, - [SMALL_STATE(4902)] = 201596, - [SMALL_STATE(4903)] = 201615, - [SMALL_STATE(4904)] = 201630, - [SMALL_STATE(4905)] = 201645, - [SMALL_STATE(4906)] = 201660, - [SMALL_STATE(4907)] = 201675, - [SMALL_STATE(4908)] = 201692, - [SMALL_STATE(4909)] = 201707, - [SMALL_STATE(4910)] = 201722, - [SMALL_STATE(4911)] = 201741, - [SMALL_STATE(4912)] = 201756, - [SMALL_STATE(4913)] = 201775, - [SMALL_STATE(4914)] = 201790, - [SMALL_STATE(4915)] = 201805, - [SMALL_STATE(4916)] = 201820, - [SMALL_STATE(4917)] = 201835, - [SMALL_STATE(4918)] = 201850, - [SMALL_STATE(4919)] = 201865, - [SMALL_STATE(4920)] = 201880, - [SMALL_STATE(4921)] = 201893, - [SMALL_STATE(4922)] = 201910, - [SMALL_STATE(4923)] = 201923, - [SMALL_STATE(4924)] = 201938, - [SMALL_STATE(4925)] = 201957, - [SMALL_STATE(4926)] = 201972, - [SMALL_STATE(4927)] = 201987, - [SMALL_STATE(4928)] = 202006, - [SMALL_STATE(4929)] = 202021, - [SMALL_STATE(4930)] = 202040, - [SMALL_STATE(4931)] = 202055, - [SMALL_STATE(4932)] = 202070, - [SMALL_STATE(4933)] = 202085, - [SMALL_STATE(4934)] = 202100, - [SMALL_STATE(4935)] = 202119, - [SMALL_STATE(4936)] = 202138, - [SMALL_STATE(4937)] = 202153, - [SMALL_STATE(4938)] = 202168, - [SMALL_STATE(4939)] = 202183, - [SMALL_STATE(4940)] = 202198, - [SMALL_STATE(4941)] = 202213, - [SMALL_STATE(4942)] = 202232, - [SMALL_STATE(4943)] = 202247, - [SMALL_STATE(4944)] = 202262, - [SMALL_STATE(4945)] = 202277, - [SMALL_STATE(4946)] = 202292, - [SMALL_STATE(4947)] = 202307, - [SMALL_STATE(4948)] = 202322, - [SMALL_STATE(4949)] = 202337, - [SMALL_STATE(4950)] = 202352, - [SMALL_STATE(4951)] = 202367, - [SMALL_STATE(4952)] = 202382, - [SMALL_STATE(4953)] = 202397, - [SMALL_STATE(4954)] = 202416, - [SMALL_STATE(4955)] = 202431, - [SMALL_STATE(4956)] = 202446, - [SMALL_STATE(4957)] = 202461, - [SMALL_STATE(4958)] = 202476, - [SMALL_STATE(4959)] = 202491, - [SMALL_STATE(4960)] = 202506, - [SMALL_STATE(4961)] = 202521, - [SMALL_STATE(4962)] = 202536, - [SMALL_STATE(4963)] = 202551, - [SMALL_STATE(4964)] = 202566, - [SMALL_STATE(4965)] = 202581, - [SMALL_STATE(4966)] = 202596, - [SMALL_STATE(4967)] = 202611, - [SMALL_STATE(4968)] = 202626, - [SMALL_STATE(4969)] = 202641, - [SMALL_STATE(4970)] = 202656, - [SMALL_STATE(4971)] = 202671, - [SMALL_STATE(4972)] = 202686, - [SMALL_STATE(4973)] = 202701, - [SMALL_STATE(4974)] = 202716, - [SMALL_STATE(4975)] = 202731, - [SMALL_STATE(4976)] = 202746, - [SMALL_STATE(4977)] = 202761, - [SMALL_STATE(4978)] = 202776, - [SMALL_STATE(4979)] = 202791, - [SMALL_STATE(4980)] = 202806, - [SMALL_STATE(4981)] = 202821, - [SMALL_STATE(4982)] = 202836, - [SMALL_STATE(4983)] = 202851, - [SMALL_STATE(4984)] = 202870, - [SMALL_STATE(4985)] = 202885, - [SMALL_STATE(4986)] = 202900, - [SMALL_STATE(4987)] = 202915, - [SMALL_STATE(4988)] = 202930, - [SMALL_STATE(4989)] = 202947, - [SMALL_STATE(4990)] = 202962, - [SMALL_STATE(4991)] = 202977, - [SMALL_STATE(4992)] = 202992, - [SMALL_STATE(4993)] = 203011, - [SMALL_STATE(4994)] = 203026, - [SMALL_STATE(4995)] = 203045, - [SMALL_STATE(4996)] = 203064, - [SMALL_STATE(4997)] = 203079, - [SMALL_STATE(4998)] = 203094, - [SMALL_STATE(4999)] = 203113, - [SMALL_STATE(5000)] = 203128, - [SMALL_STATE(5001)] = 203145, - [SMALL_STATE(5002)] = 203160, - [SMALL_STATE(5003)] = 203175, - [SMALL_STATE(5004)] = 203190, - [SMALL_STATE(5005)] = 203205, - [SMALL_STATE(5006)] = 203220, - [SMALL_STATE(5007)] = 203237, - [SMALL_STATE(5008)] = 203256, - [SMALL_STATE(5009)] = 203273, - [SMALL_STATE(5010)] = 203290, - [SMALL_STATE(5011)] = 203307, - [SMALL_STATE(5012)] = 203324, - [SMALL_STATE(5013)] = 203341, - [SMALL_STATE(5014)] = 203358, - [SMALL_STATE(5015)] = 203375, - [SMALL_STATE(5016)] = 203392, - [SMALL_STATE(5017)] = 203409, - [SMALL_STATE(5018)] = 203428, - [SMALL_STATE(5019)] = 203445, - [SMALL_STATE(5020)] = 203462, - [SMALL_STATE(5021)] = 203479, - [SMALL_STATE(5022)] = 203496, - [SMALL_STATE(5023)] = 203513, - [SMALL_STATE(5024)] = 203530, - [SMALL_STATE(5025)] = 203547, - [SMALL_STATE(5026)] = 203564, - [SMALL_STATE(5027)] = 203581, - [SMALL_STATE(5028)] = 203598, - [SMALL_STATE(5029)] = 203617, - [SMALL_STATE(5030)] = 203636, - [SMALL_STATE(5031)] = 203655, - [SMALL_STATE(5032)] = 203672, - [SMALL_STATE(5033)] = 203691, - [SMALL_STATE(5034)] = 203708, - [SMALL_STATE(5035)] = 203727, - [SMALL_STATE(5036)] = 203746, - [SMALL_STATE(5037)] = 203761, - [SMALL_STATE(5038)] = 203778, - [SMALL_STATE(5039)] = 203795, - [SMALL_STATE(5040)] = 203814, - [SMALL_STATE(5041)] = 203829, - [SMALL_STATE(5042)] = 203846, - [SMALL_STATE(5043)] = 203865, - [SMALL_STATE(5044)] = 203884, - [SMALL_STATE(5045)] = 203901, - [SMALL_STATE(5046)] = 203920, - [SMALL_STATE(5047)] = 203939, - [SMALL_STATE(5048)] = 203958, - [SMALL_STATE(5049)] = 203977, - [SMALL_STATE(5050)] = 203996, - [SMALL_STATE(5051)] = 204015, - [SMALL_STATE(5052)] = 204034, - [SMALL_STATE(5053)] = 204051, - [SMALL_STATE(5054)] = 204070, - [SMALL_STATE(5055)] = 204087, - [SMALL_STATE(5056)] = 204106, - [SMALL_STATE(5057)] = 204119, - [SMALL_STATE(5058)] = 204136, - [SMALL_STATE(5059)] = 204155, - [SMALL_STATE(5060)] = 204172, - [SMALL_STATE(5061)] = 204189, - [SMALL_STATE(5062)] = 204208, - [SMALL_STATE(5063)] = 204225, - [SMALL_STATE(5064)] = 204242, - [SMALL_STATE(5065)] = 204259, - [SMALL_STATE(5066)] = 204274, - [SMALL_STATE(5067)] = 204293, - [SMALL_STATE(5068)] = 204310, - [SMALL_STATE(5069)] = 204329, - [SMALL_STATE(5070)] = 204346, - [SMALL_STATE(5071)] = 204363, - [SMALL_STATE(5072)] = 204382, - [SMALL_STATE(5073)] = 204399, - [SMALL_STATE(5074)] = 204416, - [SMALL_STATE(5075)] = 204435, - [SMALL_STATE(5076)] = 204450, - [SMALL_STATE(5077)] = 204465, - [SMALL_STATE(5078)] = 204482, - [SMALL_STATE(5079)] = 204499, - [SMALL_STATE(5080)] = 204518, - [SMALL_STATE(5081)] = 204533, - [SMALL_STATE(5082)] = 204552, - [SMALL_STATE(5083)] = 204569, - [SMALL_STATE(5084)] = 204586, - [SMALL_STATE(5085)] = 204603, - [SMALL_STATE(5086)] = 204622, - [SMALL_STATE(5087)] = 204641, - [SMALL_STATE(5088)] = 204658, - [SMALL_STATE(5089)] = 204673, - [SMALL_STATE(5090)] = 204688, - [SMALL_STATE(5091)] = 204707, - [SMALL_STATE(5092)] = 204724, - [SMALL_STATE(5093)] = 204743, - [SMALL_STATE(5094)] = 204758, - [SMALL_STATE(5095)] = 204775, - [SMALL_STATE(5096)] = 204790, - [SMALL_STATE(5097)] = 204809, - [SMALL_STATE(5098)] = 204824, - [SMALL_STATE(5099)] = 204839, - [SMALL_STATE(5100)] = 204854, - [SMALL_STATE(5101)] = 204871, - [SMALL_STATE(5102)] = 204886, - [SMALL_STATE(5103)] = 204903, - [SMALL_STATE(5104)] = 204922, - [SMALL_STATE(5105)] = 204937, - [SMALL_STATE(5106)] = 204952, - [SMALL_STATE(5107)] = 204967, - [SMALL_STATE(5108)] = 204986, - [SMALL_STATE(5109)] = 205001, - [SMALL_STATE(5110)] = 205016, - [SMALL_STATE(5111)] = 205035, - [SMALL_STATE(5112)] = 205054, - [SMALL_STATE(5113)] = 205069, - [SMALL_STATE(5114)] = 205088, - [SMALL_STATE(5115)] = 205103, - [SMALL_STATE(5116)] = 205122, - [SMALL_STATE(5117)] = 205139, - [SMALL_STATE(5118)] = 205154, - [SMALL_STATE(5119)] = 205173, - [SMALL_STATE(5120)] = 205188, - [SMALL_STATE(5121)] = 205203, - [SMALL_STATE(5122)] = 205218, - [SMALL_STATE(5123)] = 205233, - [SMALL_STATE(5124)] = 205250, - [SMALL_STATE(5125)] = 205265, - [SMALL_STATE(5126)] = 205280, - [SMALL_STATE(5127)] = 205299, - [SMALL_STATE(5128)] = 205314, - [SMALL_STATE(5129)] = 205331, - [SMALL_STATE(5130)] = 205346, - [SMALL_STATE(5131)] = 205361, - [SMALL_STATE(5132)] = 205378, - [SMALL_STATE(5133)] = 205393, - [SMALL_STATE(5134)] = 205412, - [SMALL_STATE(5135)] = 205431, - [SMALL_STATE(5136)] = 205450, - [SMALL_STATE(5137)] = 205465, - [SMALL_STATE(5138)] = 205480, - [SMALL_STATE(5139)] = 205495, - [SMALL_STATE(5140)] = 205510, - [SMALL_STATE(5141)] = 205525, - [SMALL_STATE(5142)] = 205540, - [SMALL_STATE(5143)] = 205555, - [SMALL_STATE(5144)] = 205574, - [SMALL_STATE(5145)] = 205589, - [SMALL_STATE(5146)] = 205608, - [SMALL_STATE(5147)] = 205623, - [SMALL_STATE(5148)] = 205642, - [SMALL_STATE(5149)] = 205657, - [SMALL_STATE(5150)] = 205674, - [SMALL_STATE(5151)] = 205689, - [SMALL_STATE(5152)] = 205704, - [SMALL_STATE(5153)] = 205721, - [SMALL_STATE(5154)] = 205736, - [SMALL_STATE(5155)] = 205751, - [SMALL_STATE(5156)] = 205766, - [SMALL_STATE(5157)] = 205783, - [SMALL_STATE(5158)] = 205798, - [SMALL_STATE(5159)] = 205813, - [SMALL_STATE(5160)] = 205832, - [SMALL_STATE(5161)] = 205847, - [SMALL_STATE(5162)] = 205866, - [SMALL_STATE(5163)] = 205881, - [SMALL_STATE(5164)] = 205896, - [SMALL_STATE(5165)] = 205911, - [SMALL_STATE(5166)] = 205930, - [SMALL_STATE(5167)] = 205945, - [SMALL_STATE(5168)] = 205960, - [SMALL_STATE(5169)] = 205979, - [SMALL_STATE(5170)] = 205994, - [SMALL_STATE(5171)] = 206009, - [SMALL_STATE(5172)] = 206024, - [SMALL_STATE(5173)] = 206039, - [SMALL_STATE(5174)] = 206054, - [SMALL_STATE(5175)] = 206071, - [SMALL_STATE(5176)] = 206090, - [SMALL_STATE(5177)] = 206105, - [SMALL_STATE(5178)] = 206120, - [SMALL_STATE(5179)] = 206135, - [SMALL_STATE(5180)] = 206150, - [SMALL_STATE(5181)] = 206167, - [SMALL_STATE(5182)] = 206182, - [SMALL_STATE(5183)] = 206201, - [SMALL_STATE(5184)] = 206220, - [SMALL_STATE(5185)] = 206239, - [SMALL_STATE(5186)] = 206256, - [SMALL_STATE(5187)] = 206271, - [SMALL_STATE(5188)] = 206290, - [SMALL_STATE(5189)] = 206305, - [SMALL_STATE(5190)] = 206320, - [SMALL_STATE(5191)] = 206335, - [SMALL_STATE(5192)] = 206350, - [SMALL_STATE(5193)] = 206367, - [SMALL_STATE(5194)] = 206382, - [SMALL_STATE(5195)] = 206397, - [SMALL_STATE(5196)] = 206414, - [SMALL_STATE(5197)] = 206431, - [SMALL_STATE(5198)] = 206446, - [SMALL_STATE(5199)] = 206461, - [SMALL_STATE(5200)] = 206480, - [SMALL_STATE(5201)] = 206495, - [SMALL_STATE(5202)] = 206512, - [SMALL_STATE(5203)] = 206527, - [SMALL_STATE(5204)] = 206542, - [SMALL_STATE(5205)] = 206557, - [SMALL_STATE(5206)] = 206576, - [SMALL_STATE(5207)] = 206591, - [SMALL_STATE(5208)] = 206606, - [SMALL_STATE(5209)] = 206625, - [SMALL_STATE(5210)] = 206644, - [SMALL_STATE(5211)] = 206659, - [SMALL_STATE(5212)] = 206674, - [SMALL_STATE(5213)] = 206689, - [SMALL_STATE(5214)] = 206704, - [SMALL_STATE(5215)] = 206723, - [SMALL_STATE(5216)] = 206740, - [SMALL_STATE(5217)] = 206755, - [SMALL_STATE(5218)] = 206770, - [SMALL_STATE(5219)] = 206785, - [SMALL_STATE(5220)] = 206800, - [SMALL_STATE(5221)] = 206815, - [SMALL_STATE(5222)] = 206830, - [SMALL_STATE(5223)] = 206845, - [SMALL_STATE(5224)] = 206862, - [SMALL_STATE(5225)] = 206881, - [SMALL_STATE(5226)] = 206896, - [SMALL_STATE(5227)] = 206915, - [SMALL_STATE(5228)] = 206934, - [SMALL_STATE(5229)] = 206949, - [SMALL_STATE(5230)] = 206964, - [SMALL_STATE(5231)] = 206983, - [SMALL_STATE(5232)] = 206998, - [SMALL_STATE(5233)] = 207017, - [SMALL_STATE(5234)] = 207036, - [SMALL_STATE(5235)] = 207055, - [SMALL_STATE(5236)] = 207070, - [SMALL_STATE(5237)] = 207089, - [SMALL_STATE(5238)] = 207108, - [SMALL_STATE(5239)] = 207123, - [SMALL_STATE(5240)] = 207142, - [SMALL_STATE(5241)] = 207161, - [SMALL_STATE(5242)] = 207178, - [SMALL_STATE(5243)] = 207191, - [SMALL_STATE(5244)] = 207210, - [SMALL_STATE(5245)] = 207227, - [SMALL_STATE(5246)] = 207246, - [SMALL_STATE(5247)] = 207262, - [SMALL_STATE(5248)] = 207278, - [SMALL_STATE(5249)] = 207294, - [SMALL_STATE(5250)] = 207310, - [SMALL_STATE(5251)] = 207324, - [SMALL_STATE(5252)] = 207338, - [SMALL_STATE(5253)] = 207352, - [SMALL_STATE(5254)] = 207368, - [SMALL_STATE(5255)] = 207384, - [SMALL_STATE(5256)] = 207400, - [SMALL_STATE(5257)] = 207412, - [SMALL_STATE(5258)] = 207424, - [SMALL_STATE(5259)] = 207436, - [SMALL_STATE(5260)] = 207450, - [SMALL_STATE(5261)] = 207464, - [SMALL_STATE(5262)] = 207480, - [SMALL_STATE(5263)] = 207494, - [SMALL_STATE(5264)] = 207510, - [SMALL_STATE(5265)] = 207526, - [SMALL_STATE(5266)] = 207542, - [SMALL_STATE(5267)] = 207554, - [SMALL_STATE(5268)] = 207570, - [SMALL_STATE(5269)] = 207584, - [SMALL_STATE(5270)] = 207598, - [SMALL_STATE(5271)] = 207614, - [SMALL_STATE(5272)] = 207630, - [SMALL_STATE(5273)] = 207646, - [SMALL_STATE(5274)] = 207662, - [SMALL_STATE(5275)] = 207676, - [SMALL_STATE(5276)] = 207690, - [SMALL_STATE(5277)] = 207706, - [SMALL_STATE(5278)] = 207722, - [SMALL_STATE(5279)] = 207738, - [SMALL_STATE(5280)] = 207754, - [SMALL_STATE(5281)] = 207766, - [SMALL_STATE(5282)] = 207778, - [SMALL_STATE(5283)] = 207794, - [SMALL_STATE(5284)] = 207810, - [SMALL_STATE(5285)] = 207826, - [SMALL_STATE(5286)] = 207842, - [SMALL_STATE(5287)] = 207858, - [SMALL_STATE(5288)] = 207874, - [SMALL_STATE(5289)] = 207890, - [SMALL_STATE(5290)] = 207906, - [SMALL_STATE(5291)] = 207920, - [SMALL_STATE(5292)] = 207936, - [SMALL_STATE(5293)] = 207952, - [SMALL_STATE(5294)] = 207968, - [SMALL_STATE(5295)] = 207984, - [SMALL_STATE(5296)] = 208000, - [SMALL_STATE(5297)] = 208016, - [SMALL_STATE(5298)] = 208032, - [SMALL_STATE(5299)] = 208048, - [SMALL_STATE(5300)] = 208064, - [SMALL_STATE(5301)] = 208078, - [SMALL_STATE(5302)] = 208094, - [SMALL_STATE(5303)] = 208106, - [SMALL_STATE(5304)] = 208122, - [SMALL_STATE(5305)] = 208136, - [SMALL_STATE(5306)] = 208152, - [SMALL_STATE(5307)] = 208168, - [SMALL_STATE(5308)] = 208184, - [SMALL_STATE(5309)] = 208200, - [SMALL_STATE(5310)] = 208214, - [SMALL_STATE(5311)] = 208228, - [SMALL_STATE(5312)] = 208244, - [SMALL_STATE(5313)] = 208258, - [SMALL_STATE(5314)] = 208272, - [SMALL_STATE(5315)] = 208288, - [SMALL_STATE(5316)] = 208302, - [SMALL_STATE(5317)] = 208316, - [SMALL_STATE(5318)] = 208330, - [SMALL_STATE(5319)] = 208346, - [SMALL_STATE(5320)] = 208362, - [SMALL_STATE(5321)] = 208378, - [SMALL_STATE(5322)] = 208394, - [SMALL_STATE(5323)] = 208410, - [SMALL_STATE(5324)] = 208424, - [SMALL_STATE(5325)] = 208440, - [SMALL_STATE(5326)] = 208454, - [SMALL_STATE(5327)] = 208470, - [SMALL_STATE(5328)] = 208486, - [SMALL_STATE(5329)] = 208502, - [SMALL_STATE(5330)] = 208518, - [SMALL_STATE(5331)] = 208534, - [SMALL_STATE(5332)] = 208550, - [SMALL_STATE(5333)] = 208566, - [SMALL_STATE(5334)] = 208582, - [SMALL_STATE(5335)] = 208598, - [SMALL_STATE(5336)] = 208614, - [SMALL_STATE(5337)] = 208630, - [SMALL_STATE(5338)] = 208646, - [SMALL_STATE(5339)] = 208662, - [SMALL_STATE(5340)] = 208678, - [SMALL_STATE(5341)] = 208694, - [SMALL_STATE(5342)] = 208710, - [SMALL_STATE(5343)] = 208724, - [SMALL_STATE(5344)] = 208740, - [SMALL_STATE(5345)] = 208756, - [SMALL_STATE(5346)] = 208770, - [SMALL_STATE(5347)] = 208784, - [SMALL_STATE(5348)] = 208800, - [SMALL_STATE(5349)] = 208816, - [SMALL_STATE(5350)] = 208830, - [SMALL_STATE(5351)] = 208844, - [SMALL_STATE(5352)] = 208860, - [SMALL_STATE(5353)] = 208876, - [SMALL_STATE(5354)] = 208890, - [SMALL_STATE(5355)] = 208904, - [SMALL_STATE(5356)] = 208918, - [SMALL_STATE(5357)] = 208934, - [SMALL_STATE(5358)] = 208948, - [SMALL_STATE(5359)] = 208960, - [SMALL_STATE(5360)] = 208976, - [SMALL_STATE(5361)] = 208990, - [SMALL_STATE(5362)] = 209006, - [SMALL_STATE(5363)] = 209020, - [SMALL_STATE(5364)] = 209034, - [SMALL_STATE(5365)] = 209050, - [SMALL_STATE(5366)] = 209064, - [SMALL_STATE(5367)] = 209080, - [SMALL_STATE(5368)] = 209096, - [SMALL_STATE(5369)] = 209112, - [SMALL_STATE(5370)] = 209128, - [SMALL_STATE(5371)] = 209144, - [SMALL_STATE(5372)] = 209160, - [SMALL_STATE(5373)] = 209176, - [SMALL_STATE(5374)] = 209192, - [SMALL_STATE(5375)] = 209208, - [SMALL_STATE(5376)] = 209222, - [SMALL_STATE(5377)] = 209236, - [SMALL_STATE(5378)] = 209252, - [SMALL_STATE(5379)] = 209266, - [SMALL_STATE(5380)] = 209282, - [SMALL_STATE(5381)] = 209298, - [SMALL_STATE(5382)] = 209314, - [SMALL_STATE(5383)] = 209330, - [SMALL_STATE(5384)] = 209344, - [SMALL_STATE(5385)] = 209358, - [SMALL_STATE(5386)] = 209374, - [SMALL_STATE(5387)] = 209390, - [SMALL_STATE(5388)] = 209406, - [SMALL_STATE(5389)] = 209422, - [SMALL_STATE(5390)] = 209438, - [SMALL_STATE(5391)] = 209454, - [SMALL_STATE(5392)] = 209468, - [SMALL_STATE(5393)] = 209482, - [SMALL_STATE(5394)] = 209496, - [SMALL_STATE(5395)] = 209512, - [SMALL_STATE(5396)] = 209528, - [SMALL_STATE(5397)] = 209544, - [SMALL_STATE(5398)] = 209560, - [SMALL_STATE(5399)] = 209576, - [SMALL_STATE(5400)] = 209592, - [SMALL_STATE(5401)] = 209608, - [SMALL_STATE(5402)] = 209622, - [SMALL_STATE(5403)] = 209636, - [SMALL_STATE(5404)] = 209652, - [SMALL_STATE(5405)] = 209668, - [SMALL_STATE(5406)] = 209684, - [SMALL_STATE(5407)] = 209700, - [SMALL_STATE(5408)] = 209716, - [SMALL_STATE(5409)] = 209730, - [SMALL_STATE(5410)] = 209744, - [SMALL_STATE(5411)] = 209756, - [SMALL_STATE(5412)] = 209772, - [SMALL_STATE(5413)] = 209788, - [SMALL_STATE(5414)] = 209804, - [SMALL_STATE(5415)] = 209820, - [SMALL_STATE(5416)] = 209836, - [SMALL_STATE(5417)] = 209852, - [SMALL_STATE(5418)] = 209868, - [SMALL_STATE(5419)] = 209884, - [SMALL_STATE(5420)] = 209900, - [SMALL_STATE(5421)] = 209916, - [SMALL_STATE(5422)] = 209932, - [SMALL_STATE(5423)] = 209944, - [SMALL_STATE(5424)] = 209957, - [SMALL_STATE(5425)] = 209970, - [SMALL_STATE(5426)] = 209983, - [SMALL_STATE(5427)] = 209996, - [SMALL_STATE(5428)] = 210009, - [SMALL_STATE(5429)] = 210022, - [SMALL_STATE(5430)] = 210035, - [SMALL_STATE(5431)] = 210048, - [SMALL_STATE(5432)] = 210061, - [SMALL_STATE(5433)] = 210074, - [SMALL_STATE(5434)] = 210087, - [SMALL_STATE(5435)] = 210100, - [SMALL_STATE(5436)] = 210113, - [SMALL_STATE(5437)] = 210126, - [SMALL_STATE(5438)] = 210139, - [SMALL_STATE(5439)] = 210152, - [SMALL_STATE(5440)] = 210165, - [SMALL_STATE(5441)] = 210178, - [SMALL_STATE(5442)] = 210191, - [SMALL_STATE(5443)] = 210204, - [SMALL_STATE(5444)] = 210217, - [SMALL_STATE(5445)] = 210230, - [SMALL_STATE(5446)] = 210243, - [SMALL_STATE(5447)] = 210256, - [SMALL_STATE(5448)] = 210269, - [SMALL_STATE(5449)] = 210282, - [SMALL_STATE(5450)] = 210295, - [SMALL_STATE(5451)] = 210308, - [SMALL_STATE(5452)] = 210321, - [SMALL_STATE(5453)] = 210334, - [SMALL_STATE(5454)] = 210347, - [SMALL_STATE(5455)] = 210360, - [SMALL_STATE(5456)] = 210373, - [SMALL_STATE(5457)] = 210386, - [SMALL_STATE(5458)] = 210399, - [SMALL_STATE(5459)] = 210412, - [SMALL_STATE(5460)] = 210425, - [SMALL_STATE(5461)] = 210438, - [SMALL_STATE(5462)] = 210451, - [SMALL_STATE(5463)] = 210464, - [SMALL_STATE(5464)] = 210475, - [SMALL_STATE(5465)] = 210488, - [SMALL_STATE(5466)] = 210501, - [SMALL_STATE(5467)] = 210514, - [SMALL_STATE(5468)] = 210527, - [SMALL_STATE(5469)] = 210540, - [SMALL_STATE(5470)] = 210553, - [SMALL_STATE(5471)] = 210566, - [SMALL_STATE(5472)] = 210579, - [SMALL_STATE(5473)] = 210592, - [SMALL_STATE(5474)] = 210603, - [SMALL_STATE(5475)] = 210616, - [SMALL_STATE(5476)] = 210627, - [SMALL_STATE(5477)] = 210640, - [SMALL_STATE(5478)] = 210653, - [SMALL_STATE(5479)] = 210666, - [SMALL_STATE(5480)] = 210679, - [SMALL_STATE(5481)] = 210692, - [SMALL_STATE(5482)] = 210703, - [SMALL_STATE(5483)] = 210716, - [SMALL_STATE(5484)] = 210729, - [SMALL_STATE(5485)] = 210742, - [SMALL_STATE(5486)] = 210755, - [SMALL_STATE(5487)] = 210768, - [SMALL_STATE(5488)] = 210781, - [SMALL_STATE(5489)] = 210794, - [SMALL_STATE(5490)] = 210807, - [SMALL_STATE(5491)] = 210820, - [SMALL_STATE(5492)] = 210833, - [SMALL_STATE(5493)] = 210846, - [SMALL_STATE(5494)] = 210859, - [SMALL_STATE(5495)] = 210872, - [SMALL_STATE(5496)] = 210885, - [SMALL_STATE(5497)] = 210896, - [SMALL_STATE(5498)] = 210909, - [SMALL_STATE(5499)] = 210922, - [SMALL_STATE(5500)] = 210935, - [SMALL_STATE(5501)] = 210948, - [SMALL_STATE(5502)] = 210961, - [SMALL_STATE(5503)] = 210972, - [SMALL_STATE(5504)] = 210985, - [SMALL_STATE(5505)] = 210998, - [SMALL_STATE(5506)] = 211011, - [SMALL_STATE(5507)] = 211024, - [SMALL_STATE(5508)] = 211037, - [SMALL_STATE(5509)] = 211050, - [SMALL_STATE(5510)] = 211063, - [SMALL_STATE(5511)] = 211076, - [SMALL_STATE(5512)] = 211089, - [SMALL_STATE(5513)] = 211102, - [SMALL_STATE(5514)] = 211115, - [SMALL_STATE(5515)] = 211128, - [SMALL_STATE(5516)] = 211141, - [SMALL_STATE(5517)] = 211154, - [SMALL_STATE(5518)] = 211167, - [SMALL_STATE(5519)] = 211178, - [SMALL_STATE(5520)] = 211189, - [SMALL_STATE(5521)] = 211199, - [SMALL_STATE(5522)] = 211209, - [SMALL_STATE(5523)] = 211219, - [SMALL_STATE(5524)] = 211229, - [SMALL_STATE(5525)] = 211239, - [SMALL_STATE(5526)] = 211249, - [SMALL_STATE(5527)] = 211259, - [SMALL_STATE(5528)] = 211269, - [SMALL_STATE(5529)] = 211279, - [SMALL_STATE(5530)] = 211289, - [SMALL_STATE(5531)] = 211299, - [SMALL_STATE(5532)] = 211309, - [SMALL_STATE(5533)] = 211319, - [SMALL_STATE(5534)] = 211329, - [SMALL_STATE(5535)] = 211339, - [SMALL_STATE(5536)] = 211349, - [SMALL_STATE(5537)] = 211359, - [SMALL_STATE(5538)] = 211369, - [SMALL_STATE(5539)] = 211379, - [SMALL_STATE(5540)] = 211389, - [SMALL_STATE(5541)] = 211399, - [SMALL_STATE(5542)] = 211409, - [SMALL_STATE(5543)] = 211419, - [SMALL_STATE(5544)] = 211429, - [SMALL_STATE(5545)] = 211439, - [SMALL_STATE(5546)] = 211449, - [SMALL_STATE(5547)] = 211459, - [SMALL_STATE(5548)] = 211469, - [SMALL_STATE(5549)] = 211479, - [SMALL_STATE(5550)] = 211489, - [SMALL_STATE(5551)] = 211499, - [SMALL_STATE(5552)] = 211509, - [SMALL_STATE(5553)] = 211519, - [SMALL_STATE(5554)] = 211529, - [SMALL_STATE(5555)] = 211539, - [SMALL_STATE(5556)] = 211549, - [SMALL_STATE(5557)] = 211559, - [SMALL_STATE(5558)] = 211569, - [SMALL_STATE(5559)] = 211579, - [SMALL_STATE(5560)] = 211589, - [SMALL_STATE(5561)] = 211599, - [SMALL_STATE(5562)] = 211609, - [SMALL_STATE(5563)] = 211619, - [SMALL_STATE(5564)] = 211629, - [SMALL_STATE(5565)] = 211639, - [SMALL_STATE(5566)] = 211649, - [SMALL_STATE(5567)] = 211659, - [SMALL_STATE(5568)] = 211669, - [SMALL_STATE(5569)] = 211679, - [SMALL_STATE(5570)] = 211689, - [SMALL_STATE(5571)] = 211699, - [SMALL_STATE(5572)] = 211709, - [SMALL_STATE(5573)] = 211719, - [SMALL_STATE(5574)] = 211729, - [SMALL_STATE(5575)] = 211739, - [SMALL_STATE(5576)] = 211749, - [SMALL_STATE(5577)] = 211759, - [SMALL_STATE(5578)] = 211769, - [SMALL_STATE(5579)] = 211779, - [SMALL_STATE(5580)] = 211789, - [SMALL_STATE(5581)] = 211799, - [SMALL_STATE(5582)] = 211809, - [SMALL_STATE(5583)] = 211819, - [SMALL_STATE(5584)] = 211829, - [SMALL_STATE(5585)] = 211839, - [SMALL_STATE(5586)] = 211849, - [SMALL_STATE(5587)] = 211859, - [SMALL_STATE(5588)] = 211869, - [SMALL_STATE(5589)] = 211879, - [SMALL_STATE(5590)] = 211889, - [SMALL_STATE(5591)] = 211899, - [SMALL_STATE(5592)] = 211909, - [SMALL_STATE(5593)] = 211919, - [SMALL_STATE(5594)] = 211929, - [SMALL_STATE(5595)] = 211939, - [SMALL_STATE(5596)] = 211949, - [SMALL_STATE(5597)] = 211959, - [SMALL_STATE(5598)] = 211969, - [SMALL_STATE(5599)] = 211979, - [SMALL_STATE(5600)] = 211989, - [SMALL_STATE(5601)] = 211999, - [SMALL_STATE(5602)] = 212009, - [SMALL_STATE(5603)] = 212019, - [SMALL_STATE(5604)] = 212029, - [SMALL_STATE(5605)] = 212039, - [SMALL_STATE(5606)] = 212049, - [SMALL_STATE(5607)] = 212059, - [SMALL_STATE(5608)] = 212069, - [SMALL_STATE(5609)] = 212079, - [SMALL_STATE(5610)] = 212089, - [SMALL_STATE(5611)] = 212099, - [SMALL_STATE(5612)] = 212109, - [SMALL_STATE(5613)] = 212119, - [SMALL_STATE(5614)] = 212129, - [SMALL_STATE(5615)] = 212139, - [SMALL_STATE(5616)] = 212149, - [SMALL_STATE(5617)] = 212159, - [SMALL_STATE(5618)] = 212169, - [SMALL_STATE(5619)] = 212179, - [SMALL_STATE(5620)] = 212189, - [SMALL_STATE(5621)] = 212199, - [SMALL_STATE(5622)] = 212209, - [SMALL_STATE(5623)] = 212219, - [SMALL_STATE(5624)] = 212229, - [SMALL_STATE(5625)] = 212239, - [SMALL_STATE(5626)] = 212249, - [SMALL_STATE(5627)] = 212259, - [SMALL_STATE(5628)] = 212269, - [SMALL_STATE(5629)] = 212279, - [SMALL_STATE(5630)] = 212289, - [SMALL_STATE(5631)] = 212299, - [SMALL_STATE(5632)] = 212309, - [SMALL_STATE(5633)] = 212319, - [SMALL_STATE(5634)] = 212329, - [SMALL_STATE(5635)] = 212339, - [SMALL_STATE(5636)] = 212349, - [SMALL_STATE(5637)] = 212359, - [SMALL_STATE(5638)] = 212369, - [SMALL_STATE(5639)] = 212379, - [SMALL_STATE(5640)] = 212389, - [SMALL_STATE(5641)] = 212399, - [SMALL_STATE(5642)] = 212409, - [SMALL_STATE(5643)] = 212419, - [SMALL_STATE(5644)] = 212429, - [SMALL_STATE(5645)] = 212439, - [SMALL_STATE(5646)] = 212449, - [SMALL_STATE(5647)] = 212459, - [SMALL_STATE(5648)] = 212469, - [SMALL_STATE(5649)] = 212479, - [SMALL_STATE(5650)] = 212489, - [SMALL_STATE(5651)] = 212499, - [SMALL_STATE(5652)] = 212509, - [SMALL_STATE(5653)] = 212519, - [SMALL_STATE(5654)] = 212529, - [SMALL_STATE(5655)] = 212539, - [SMALL_STATE(5656)] = 212549, - [SMALL_STATE(5657)] = 212559, - [SMALL_STATE(5658)] = 212569, - [SMALL_STATE(5659)] = 212579, - [SMALL_STATE(5660)] = 212589, - [SMALL_STATE(5661)] = 212599, - [SMALL_STATE(5662)] = 212609, - [SMALL_STATE(5663)] = 212619, - [SMALL_STATE(5664)] = 212629, - [SMALL_STATE(5665)] = 212639, - [SMALL_STATE(5666)] = 212649, - [SMALL_STATE(5667)] = 212659, - [SMALL_STATE(5668)] = 212669, - [SMALL_STATE(5669)] = 212679, - [SMALL_STATE(5670)] = 212689, - [SMALL_STATE(5671)] = 212699, - [SMALL_STATE(5672)] = 212709, - [SMALL_STATE(5673)] = 212719, - [SMALL_STATE(5674)] = 212729, - [SMALL_STATE(5675)] = 212739, - [SMALL_STATE(5676)] = 212749, - [SMALL_STATE(5677)] = 212759, - [SMALL_STATE(5678)] = 212769, - [SMALL_STATE(5679)] = 212779, - [SMALL_STATE(5680)] = 212789, - [SMALL_STATE(5681)] = 212799, - [SMALL_STATE(5682)] = 212809, - [SMALL_STATE(5683)] = 212819, - [SMALL_STATE(5684)] = 212829, - [SMALL_STATE(5685)] = 212839, - [SMALL_STATE(5686)] = 212849, - [SMALL_STATE(5687)] = 212859, - [SMALL_STATE(5688)] = 212869, - [SMALL_STATE(5689)] = 212879, - [SMALL_STATE(5690)] = 212889, - [SMALL_STATE(5691)] = 212899, - [SMALL_STATE(5692)] = 212909, - [SMALL_STATE(5693)] = 212919, - [SMALL_STATE(5694)] = 212929, - [SMALL_STATE(5695)] = 212939, - [SMALL_STATE(5696)] = 212949, - [SMALL_STATE(5697)] = 212959, - [SMALL_STATE(5698)] = 212969, - [SMALL_STATE(5699)] = 212979, - [SMALL_STATE(5700)] = 212989, - [SMALL_STATE(5701)] = 212999, - [SMALL_STATE(5702)] = 213009, - [SMALL_STATE(5703)] = 213019, - [SMALL_STATE(5704)] = 213029, - [SMALL_STATE(5705)] = 213039, - [SMALL_STATE(5706)] = 213049, - [SMALL_STATE(5707)] = 213059, - [SMALL_STATE(5708)] = 213069, - [SMALL_STATE(5709)] = 213079, - [SMALL_STATE(5710)] = 213089, - [SMALL_STATE(5711)] = 213099, - [SMALL_STATE(5712)] = 213109, - [SMALL_STATE(5713)] = 213119, - [SMALL_STATE(5714)] = 213129, - [SMALL_STATE(5715)] = 213139, - [SMALL_STATE(5716)] = 213149, - [SMALL_STATE(5717)] = 213159, - [SMALL_STATE(5718)] = 213169, - [SMALL_STATE(5719)] = 213179, - [SMALL_STATE(5720)] = 213189, - [SMALL_STATE(5721)] = 213199, - [SMALL_STATE(5722)] = 213209, - [SMALL_STATE(5723)] = 213219, - [SMALL_STATE(5724)] = 213229, - [SMALL_STATE(5725)] = 213239, - [SMALL_STATE(5726)] = 213249, - [SMALL_STATE(5727)] = 213259, - [SMALL_STATE(5728)] = 213269, - [SMALL_STATE(5729)] = 213279, - [SMALL_STATE(5730)] = 213289, - [SMALL_STATE(5731)] = 213299, - [SMALL_STATE(5732)] = 213309, - [SMALL_STATE(5733)] = 213319, - [SMALL_STATE(5734)] = 213329, - [SMALL_STATE(5735)] = 213339, - [SMALL_STATE(5736)] = 213349, - [SMALL_STATE(5737)] = 213359, - [SMALL_STATE(5738)] = 213369, - [SMALL_STATE(5739)] = 213379, - [SMALL_STATE(5740)] = 213389, - [SMALL_STATE(5741)] = 213399, - [SMALL_STATE(5742)] = 213409, - [SMALL_STATE(5743)] = 213419, - [SMALL_STATE(5744)] = 213429, - [SMALL_STATE(5745)] = 213439, - [SMALL_STATE(5746)] = 213449, - [SMALL_STATE(5747)] = 213459, - [SMALL_STATE(5748)] = 213469, - [SMALL_STATE(5749)] = 213479, - [SMALL_STATE(5750)] = 213489, - [SMALL_STATE(5751)] = 213499, - [SMALL_STATE(5752)] = 213509, - [SMALL_STATE(5753)] = 213519, - [SMALL_STATE(5754)] = 213529, - [SMALL_STATE(5755)] = 213539, - [SMALL_STATE(5756)] = 213549, - [SMALL_STATE(5757)] = 213559, - [SMALL_STATE(5758)] = 213569, - [SMALL_STATE(5759)] = 213579, - [SMALL_STATE(5760)] = 213589, - [SMALL_STATE(5761)] = 213599, - [SMALL_STATE(5762)] = 213609, - [SMALL_STATE(5763)] = 213619, - [SMALL_STATE(5764)] = 213629, - [SMALL_STATE(5765)] = 213639, - [SMALL_STATE(5766)] = 213649, - [SMALL_STATE(5767)] = 213659, - [SMALL_STATE(5768)] = 213669, - [SMALL_STATE(5769)] = 213679, - [SMALL_STATE(5770)] = 213689, - [SMALL_STATE(5771)] = 213699, - [SMALL_STATE(5772)] = 213709, - [SMALL_STATE(5773)] = 213719, - [SMALL_STATE(5774)] = 213729, - [SMALL_STATE(5775)] = 213739, - [SMALL_STATE(5776)] = 213749, - [SMALL_STATE(5777)] = 213759, - [SMALL_STATE(5778)] = 213769, - [SMALL_STATE(5779)] = 213779, - [SMALL_STATE(5780)] = 213789, - [SMALL_STATE(5781)] = 213799, - [SMALL_STATE(5782)] = 213809, - [SMALL_STATE(5783)] = 213819, - [SMALL_STATE(5784)] = 213829, - [SMALL_STATE(5785)] = 213839, - [SMALL_STATE(5786)] = 213849, - [SMALL_STATE(5787)] = 213859, - [SMALL_STATE(5788)] = 213869, - [SMALL_STATE(5789)] = 213879, - [SMALL_STATE(5790)] = 213889, - [SMALL_STATE(5791)] = 213899, - [SMALL_STATE(5792)] = 213909, - [SMALL_STATE(5793)] = 213919, - [SMALL_STATE(5794)] = 213929, - [SMALL_STATE(5795)] = 213939, - [SMALL_STATE(5796)] = 213949, - [SMALL_STATE(5797)] = 213959, - [SMALL_STATE(5798)] = 213969, - [SMALL_STATE(5799)] = 213979, - [SMALL_STATE(5800)] = 213989, - [SMALL_STATE(5801)] = 213999, - [SMALL_STATE(5802)] = 214009, - [SMALL_STATE(5803)] = 214019, - [SMALL_STATE(5804)] = 214029, - [SMALL_STATE(5805)] = 214039, - [SMALL_STATE(5806)] = 214049, - [SMALL_STATE(5807)] = 214059, - [SMALL_STATE(5808)] = 214069, - [SMALL_STATE(5809)] = 214079, - [SMALL_STATE(5810)] = 214089, - [SMALL_STATE(5811)] = 214099, - [SMALL_STATE(5812)] = 214109, - [SMALL_STATE(5813)] = 214119, - [SMALL_STATE(5814)] = 214129, - [SMALL_STATE(5815)] = 214139, - [SMALL_STATE(5816)] = 214149, - [SMALL_STATE(5817)] = 214159, - [SMALL_STATE(5818)] = 214169, - [SMALL_STATE(5819)] = 214179, - [SMALL_STATE(5820)] = 214189, - [SMALL_STATE(5821)] = 214199, - [SMALL_STATE(5822)] = 214209, - [SMALL_STATE(5823)] = 214219, - [SMALL_STATE(5824)] = 214229, - [SMALL_STATE(5825)] = 214239, - [SMALL_STATE(5826)] = 214249, - [SMALL_STATE(5827)] = 214259, - [SMALL_STATE(5828)] = 214269, - [SMALL_STATE(5829)] = 214279, - [SMALL_STATE(5830)] = 214289, - [SMALL_STATE(5831)] = 214299, - [SMALL_STATE(5832)] = 214309, - [SMALL_STATE(5833)] = 214319, - [SMALL_STATE(5834)] = 214329, - [SMALL_STATE(5835)] = 214339, - [SMALL_STATE(5836)] = 214349, - [SMALL_STATE(5837)] = 214359, - [SMALL_STATE(5838)] = 214369, - [SMALL_STATE(5839)] = 214379, - [SMALL_STATE(5840)] = 214389, - [SMALL_STATE(5841)] = 214399, - [SMALL_STATE(5842)] = 214409, - [SMALL_STATE(5843)] = 214419, - [SMALL_STATE(5844)] = 214429, - [SMALL_STATE(5845)] = 214439, - [SMALL_STATE(5846)] = 214449, - [SMALL_STATE(5847)] = 214459, - [SMALL_STATE(5848)] = 214469, - [SMALL_STATE(5849)] = 214479, - [SMALL_STATE(5850)] = 214489, - [SMALL_STATE(5851)] = 214499, - [SMALL_STATE(5852)] = 214509, - [SMALL_STATE(5853)] = 214519, - [SMALL_STATE(5854)] = 214529, - [SMALL_STATE(5855)] = 214539, - [SMALL_STATE(5856)] = 214549, - [SMALL_STATE(5857)] = 214559, - [SMALL_STATE(5858)] = 214569, - [SMALL_STATE(5859)] = 214579, - [SMALL_STATE(5860)] = 214589, - [SMALL_STATE(5861)] = 214599, - [SMALL_STATE(5862)] = 214609, - [SMALL_STATE(5863)] = 214619, - [SMALL_STATE(5864)] = 214629, - [SMALL_STATE(5865)] = 214639, - [SMALL_STATE(5866)] = 214649, - [SMALL_STATE(5867)] = 214659, - [SMALL_STATE(5868)] = 214669, - [SMALL_STATE(5869)] = 214679, - [SMALL_STATE(5870)] = 214689, - [SMALL_STATE(5871)] = 214699, - [SMALL_STATE(5872)] = 214709, - [SMALL_STATE(5873)] = 214719, - [SMALL_STATE(5874)] = 214729, - [SMALL_STATE(5875)] = 214739, - [SMALL_STATE(5876)] = 214749, - [SMALL_STATE(5877)] = 214759, - [SMALL_STATE(5878)] = 214769, - [SMALL_STATE(5879)] = 214779, - [SMALL_STATE(5880)] = 214789, - [SMALL_STATE(5881)] = 214799, - [SMALL_STATE(5882)] = 214809, - [SMALL_STATE(5883)] = 214819, - [SMALL_STATE(5884)] = 214829, - [SMALL_STATE(5885)] = 214839, - [SMALL_STATE(5886)] = 214849, - [SMALL_STATE(5887)] = 214859, - [SMALL_STATE(5888)] = 214869, - [SMALL_STATE(5889)] = 214879, - [SMALL_STATE(5890)] = 214889, - [SMALL_STATE(5891)] = 214899, - [SMALL_STATE(5892)] = 214909, - [SMALL_STATE(5893)] = 214919, - [SMALL_STATE(5894)] = 214929, - [SMALL_STATE(5895)] = 214939, - [SMALL_STATE(5896)] = 214949, - [SMALL_STATE(5897)] = 214959, - [SMALL_STATE(5898)] = 214969, - [SMALL_STATE(5899)] = 214979, - [SMALL_STATE(5900)] = 214989, - [SMALL_STATE(5901)] = 214999, - [SMALL_STATE(5902)] = 215009, - [SMALL_STATE(5903)] = 215019, - [SMALL_STATE(5904)] = 215029, - [SMALL_STATE(5905)] = 215039, - [SMALL_STATE(5906)] = 215049, - [SMALL_STATE(5907)] = 215059, - [SMALL_STATE(5908)] = 215069, - [SMALL_STATE(5909)] = 215079, - [SMALL_STATE(5910)] = 215089, - [SMALL_STATE(5911)] = 215099, - [SMALL_STATE(5912)] = 215109, - [SMALL_STATE(5913)] = 215119, - [SMALL_STATE(5914)] = 215129, - [SMALL_STATE(5915)] = 215139, - [SMALL_STATE(5916)] = 215149, - [SMALL_STATE(5917)] = 215159, - [SMALL_STATE(5918)] = 215169, - [SMALL_STATE(5919)] = 215179, - [SMALL_STATE(5920)] = 215189, - [SMALL_STATE(5921)] = 215199, - [SMALL_STATE(5922)] = 215209, - [SMALL_STATE(5923)] = 215219, - [SMALL_STATE(5924)] = 215229, - [SMALL_STATE(5925)] = 215239, - [SMALL_STATE(5926)] = 215249, - [SMALL_STATE(5927)] = 215259, - [SMALL_STATE(5928)] = 215269, - [SMALL_STATE(5929)] = 215279, - [SMALL_STATE(5930)] = 215289, - [SMALL_STATE(5931)] = 215299, - [SMALL_STATE(5932)] = 215309, - [SMALL_STATE(5933)] = 215319, - [SMALL_STATE(5934)] = 215329, - [SMALL_STATE(5935)] = 215339, - [SMALL_STATE(5936)] = 215349, - [SMALL_STATE(5937)] = 215359, - [SMALL_STATE(5938)] = 215369, - [SMALL_STATE(5939)] = 215379, - [SMALL_STATE(5940)] = 215389, - [SMALL_STATE(5941)] = 215399, - [SMALL_STATE(5942)] = 215409, - [SMALL_STATE(5943)] = 215419, - [SMALL_STATE(5944)] = 215429, - [SMALL_STATE(5945)] = 215439, - [SMALL_STATE(5946)] = 215449, - [SMALL_STATE(5947)] = 215459, - [SMALL_STATE(5948)] = 215469, - [SMALL_STATE(5949)] = 215479, - [SMALL_STATE(5950)] = 215489, - [SMALL_STATE(5951)] = 215499, - [SMALL_STATE(5952)] = 215509, - [SMALL_STATE(5953)] = 215519, - [SMALL_STATE(5954)] = 215529, - [SMALL_STATE(5955)] = 215539, - [SMALL_STATE(5956)] = 215549, - [SMALL_STATE(5957)] = 215559, - [SMALL_STATE(5958)] = 215569, - [SMALL_STATE(5959)] = 215579, - [SMALL_STATE(5960)] = 215589, - [SMALL_STATE(5961)] = 215599, - [SMALL_STATE(5962)] = 215609, - [SMALL_STATE(5963)] = 215619, - [SMALL_STATE(5964)] = 215629, - [SMALL_STATE(5965)] = 215639, - [SMALL_STATE(5966)] = 215649, - [SMALL_STATE(5967)] = 215659, - [SMALL_STATE(5968)] = 215669, - [SMALL_STATE(5969)] = 215679, - [SMALL_STATE(5970)] = 215689, - [SMALL_STATE(5971)] = 215699, - [SMALL_STATE(5972)] = 215709, - [SMALL_STATE(5973)] = 215719, - [SMALL_STATE(5974)] = 215729, - [SMALL_STATE(5975)] = 215739, - [SMALL_STATE(5976)] = 215749, - [SMALL_STATE(5977)] = 215759, - [SMALL_STATE(5978)] = 215769, - [SMALL_STATE(5979)] = 215779, - [SMALL_STATE(5980)] = 215789, - [SMALL_STATE(5981)] = 215799, - [SMALL_STATE(5982)] = 215809, - [SMALL_STATE(5983)] = 215819, - [SMALL_STATE(5984)] = 215829, - [SMALL_STATE(5985)] = 215839, - [SMALL_STATE(5986)] = 215849, - [SMALL_STATE(5987)] = 215859, - [SMALL_STATE(5988)] = 215869, - [SMALL_STATE(5989)] = 215879, - [SMALL_STATE(5990)] = 215889, - [SMALL_STATE(5991)] = 215899, - [SMALL_STATE(5992)] = 215909, - [SMALL_STATE(5993)] = 215919, - [SMALL_STATE(5994)] = 215929, - [SMALL_STATE(5995)] = 215939, - [SMALL_STATE(5996)] = 215949, - [SMALL_STATE(5997)] = 215959, - [SMALL_STATE(5998)] = 215969, - [SMALL_STATE(5999)] = 215979, - [SMALL_STATE(6000)] = 215989, - [SMALL_STATE(6001)] = 215999, - [SMALL_STATE(6002)] = 216009, - [SMALL_STATE(6003)] = 216019, - [SMALL_STATE(6004)] = 216029, - [SMALL_STATE(6005)] = 216039, - [SMALL_STATE(6006)] = 216049, - [SMALL_STATE(6007)] = 216059, - [SMALL_STATE(6008)] = 216069, - [SMALL_STATE(6009)] = 216079, - [SMALL_STATE(6010)] = 216089, - [SMALL_STATE(6011)] = 216099, - [SMALL_STATE(6012)] = 216109, - [SMALL_STATE(6013)] = 216119, - [SMALL_STATE(6014)] = 216129, - [SMALL_STATE(6015)] = 216139, - [SMALL_STATE(6016)] = 216149, - [SMALL_STATE(6017)] = 216159, - [SMALL_STATE(6018)] = 216169, - [SMALL_STATE(6019)] = 216179, - [SMALL_STATE(6020)] = 216189, - [SMALL_STATE(6021)] = 216199, - [SMALL_STATE(6022)] = 216209, - [SMALL_STATE(6023)] = 216219, - [SMALL_STATE(6024)] = 216229, - [SMALL_STATE(6025)] = 216239, - [SMALL_STATE(6026)] = 216249, - [SMALL_STATE(6027)] = 216259, - [SMALL_STATE(6028)] = 216269, - [SMALL_STATE(6029)] = 216279, - [SMALL_STATE(6030)] = 216289, - [SMALL_STATE(6031)] = 216299, - [SMALL_STATE(6032)] = 216309, - [SMALL_STATE(6033)] = 216319, - [SMALL_STATE(6034)] = 216329, - [SMALL_STATE(6035)] = 216339, - [SMALL_STATE(6036)] = 216349, - [SMALL_STATE(6037)] = 216359, - [SMALL_STATE(6038)] = 216369, - [SMALL_STATE(6039)] = 216379, - [SMALL_STATE(6040)] = 216389, - [SMALL_STATE(6041)] = 216399, - [SMALL_STATE(6042)] = 216409, - [SMALL_STATE(6043)] = 216419, - [SMALL_STATE(6044)] = 216429, - [SMALL_STATE(6045)] = 216439, - [SMALL_STATE(6046)] = 216449, - [SMALL_STATE(6047)] = 216459, - [SMALL_STATE(6048)] = 216469, - [SMALL_STATE(6049)] = 216479, - [SMALL_STATE(6050)] = 216489, - [SMALL_STATE(6051)] = 216499, - [SMALL_STATE(6052)] = 216509, - [SMALL_STATE(6053)] = 216519, - [SMALL_STATE(6054)] = 216529, - [SMALL_STATE(6055)] = 216539, - [SMALL_STATE(6056)] = 216549, - [SMALL_STATE(6057)] = 216559, - [SMALL_STATE(6058)] = 216569, - [SMALL_STATE(6059)] = 216579, - [SMALL_STATE(6060)] = 216589, - [SMALL_STATE(6061)] = 216599, - [SMALL_STATE(6062)] = 216609, - [SMALL_STATE(6063)] = 216619, - [SMALL_STATE(6064)] = 216629, - [SMALL_STATE(6065)] = 216639, - [SMALL_STATE(6066)] = 216649, - [SMALL_STATE(6067)] = 216659, - [SMALL_STATE(6068)] = 216669, - [SMALL_STATE(6069)] = 216679, - [SMALL_STATE(6070)] = 216689, - [SMALL_STATE(6071)] = 216699, - [SMALL_STATE(6072)] = 216709, - [SMALL_STATE(6073)] = 216719, - [SMALL_STATE(6074)] = 216729, - [SMALL_STATE(6075)] = 216739, - [SMALL_STATE(6076)] = 216749, - [SMALL_STATE(6077)] = 216759, - [SMALL_STATE(6078)] = 216769, - [SMALL_STATE(6079)] = 216779, - [SMALL_STATE(6080)] = 216789, - [SMALL_STATE(6081)] = 216799, - [SMALL_STATE(6082)] = 216809, - [SMALL_STATE(6083)] = 216819, - [SMALL_STATE(6084)] = 216829, - [SMALL_STATE(6085)] = 216839, - [SMALL_STATE(6086)] = 216849, - [SMALL_STATE(6087)] = 216859, - [SMALL_STATE(6088)] = 216869, - [SMALL_STATE(6089)] = 216879, - [SMALL_STATE(6090)] = 216889, - [SMALL_STATE(6091)] = 216899, - [SMALL_STATE(6092)] = 216909, - [SMALL_STATE(6093)] = 216919, - [SMALL_STATE(6094)] = 216929, - [SMALL_STATE(6095)] = 216939, + [SMALL_STATE(1239)] = 0, + [SMALL_STATE(1240)] = 73, + [SMALL_STATE(1241)] = 146, + [SMALL_STATE(1242)] = 219, + [SMALL_STATE(1243)] = 292, + [SMALL_STATE(1244)] = 365, + [SMALL_STATE(1245)] = 456, + [SMALL_STATE(1246)] = 529, + [SMALL_STATE(1247)] = 602, + [SMALL_STATE(1248)] = 693, + [SMALL_STATE(1249)] = 772, + [SMALL_STATE(1250)] = 847, + [SMALL_STATE(1251)] = 920, + [SMALL_STATE(1252)] = 1011, + [SMALL_STATE(1253)] = 1086, + [SMALL_STATE(1254)] = 1159, + [SMALL_STATE(1255)] = 1232, + [SMALL_STATE(1256)] = 1305, + [SMALL_STATE(1257)] = 1378, + [SMALL_STATE(1258)] = 1451, + [SMALL_STATE(1259)] = 1524, + [SMALL_STATE(1260)] = 1599, + [SMALL_STATE(1261)] = 1672, + [SMALL_STATE(1262)] = 1745, + [SMALL_STATE(1263)] = 1888, + [SMALL_STATE(1264)] = 2031, + [SMALL_STATE(1265)] = 2174, + [SMALL_STATE(1266)] = 2317, + [SMALL_STATE(1267)] = 2390, + [SMALL_STATE(1268)] = 2463, + [SMALL_STATE(1269)] = 2554, + [SMALL_STATE(1270)] = 2645, + [SMALL_STATE(1271)] = 2720, + [SMALL_STATE(1272)] = 2795, + [SMALL_STATE(1273)] = 2868, + [SMALL_STATE(1274)] = 2945, + [SMALL_STATE(1275)] = 3024, + [SMALL_STATE(1276)] = 3099, + [SMALL_STATE(1277)] = 3172, + [SMALL_STATE(1278)] = 3245, + [SMALL_STATE(1279)] = 3322, + [SMALL_STATE(1280)] = 3399, + [SMALL_STATE(1281)] = 3472, + [SMALL_STATE(1282)] = 3615, + [SMALL_STATE(1283)] = 3688, + [SMALL_STATE(1284)] = 3761, + [SMALL_STATE(1285)] = 3836, + [SMALL_STATE(1286)] = 3909, + [SMALL_STATE(1287)] = 3982, + [SMALL_STATE(1288)] = 4057, + [SMALL_STATE(1289)] = 4130, + [SMALL_STATE(1290)] = 4203, + [SMALL_STATE(1291)] = 4276, + [SMALL_STATE(1292)] = 4349, + [SMALL_STATE(1293)] = 4422, + [SMALL_STATE(1294)] = 4495, + [SMALL_STATE(1295)] = 4568, + [SMALL_STATE(1296)] = 4641, + [SMALL_STATE(1297)] = 4714, + [SMALL_STATE(1298)] = 4787, + [SMALL_STATE(1299)] = 4930, + [SMALL_STATE(1300)] = 5073, + [SMALL_STATE(1301)] = 5146, + [SMALL_STATE(1302)] = 5219, + [SMALL_STATE(1303)] = 5292, + [SMALL_STATE(1304)] = 5365, + [SMALL_STATE(1305)] = 5438, + [SMALL_STATE(1306)] = 5511, + [SMALL_STATE(1307)] = 5584, + [SMALL_STATE(1308)] = 5657, + [SMALL_STATE(1309)] = 5730, + [SMALL_STATE(1310)] = 5803, + [SMALL_STATE(1311)] = 5876, + [SMALL_STATE(1312)] = 5949, + [SMALL_STATE(1313)] = 6022, + [SMALL_STATE(1314)] = 6095, + [SMALL_STATE(1315)] = 6168, + [SMALL_STATE(1316)] = 6241, + [SMALL_STATE(1317)] = 6314, + [SMALL_STATE(1318)] = 6387, + [SMALL_STATE(1319)] = 6460, + [SMALL_STATE(1320)] = 6533, + [SMALL_STATE(1321)] = 6606, + [SMALL_STATE(1322)] = 6683, + [SMALL_STATE(1323)] = 6760, + [SMALL_STATE(1324)] = 6833, + [SMALL_STATE(1325)] = 6906, + [SMALL_STATE(1326)] = 6979, + [SMALL_STATE(1327)] = 7052, + [SMALL_STATE(1328)] = 7125, + [SMALL_STATE(1329)] = 7198, + [SMALL_STATE(1330)] = 7271, + [SMALL_STATE(1331)] = 7344, + [SMALL_STATE(1332)] = 7417, + [SMALL_STATE(1333)] = 7490, + [SMALL_STATE(1334)] = 7563, + [SMALL_STATE(1335)] = 7636, + [SMALL_STATE(1336)] = 7709, + [SMALL_STATE(1337)] = 7782, + [SMALL_STATE(1338)] = 7925, + [SMALL_STATE(1339)] = 8068, + [SMALL_STATE(1340)] = 8211, + [SMALL_STATE(1341)] = 8286, + [SMALL_STATE(1342)] = 8359, + [SMALL_STATE(1343)] = 8432, + [SMALL_STATE(1344)] = 8505, + [SMALL_STATE(1345)] = 8578, + [SMALL_STATE(1346)] = 8653, + [SMALL_STATE(1347)] = 8726, + [SMALL_STATE(1348)] = 8799, + [SMALL_STATE(1349)] = 8872, + [SMALL_STATE(1350)] = 8945, + [SMALL_STATE(1351)] = 9018, + [SMALL_STATE(1352)] = 9091, + [SMALL_STATE(1353)] = 9164, + [SMALL_STATE(1354)] = 9237, + [SMALL_STATE(1355)] = 9380, + [SMALL_STATE(1356)] = 9523, + [SMALL_STATE(1357)] = 9598, + [SMALL_STATE(1358)] = 9671, + [SMALL_STATE(1359)] = 9814, + [SMALL_STATE(1360)] = 9887, + [SMALL_STATE(1361)] = 9978, + [SMALL_STATE(1362)] = 10051, + [SMALL_STATE(1363)] = 10124, + [SMALL_STATE(1364)] = 10197, + [SMALL_STATE(1365)] = 10270, + [SMALL_STATE(1366)] = 10343, + [SMALL_STATE(1367)] = 10416, + [SMALL_STATE(1368)] = 10489, + [SMALL_STATE(1369)] = 10562, + [SMALL_STATE(1370)] = 10653, + [SMALL_STATE(1371)] = 10796, + [SMALL_STATE(1372)] = 10939, + [SMALL_STATE(1373)] = 11012, + [SMALL_STATE(1374)] = 11155, + [SMALL_STATE(1375)] = 11298, + [SMALL_STATE(1376)] = 11371, + [SMALL_STATE(1377)] = 11444, + [SMALL_STATE(1378)] = 11517, + [SMALL_STATE(1379)] = 11590, + [SMALL_STATE(1380)] = 11681, + [SMALL_STATE(1381)] = 11824, + [SMALL_STATE(1382)] = 11897, + [SMALL_STATE(1383)] = 11970, + [SMALL_STATE(1384)] = 12047, + [SMALL_STATE(1385)] = 12120, + [SMALL_STATE(1386)] = 12263, + [SMALL_STATE(1387)] = 12336, + [SMALL_STATE(1388)] = 12409, + [SMALL_STATE(1389)] = 12482, + [SMALL_STATE(1390)] = 12555, + [SMALL_STATE(1391)] = 12628, + [SMALL_STATE(1392)] = 12701, + [SMALL_STATE(1393)] = 12774, + [SMALL_STATE(1394)] = 12847, + [SMALL_STATE(1395)] = 12920, + [SMALL_STATE(1396)] = 12993, + [SMALL_STATE(1397)] = 13066, + [SMALL_STATE(1398)] = 13139, + [SMALL_STATE(1399)] = 13212, + [SMALL_STATE(1400)] = 13285, + [SMALL_STATE(1401)] = 13358, + [SMALL_STATE(1402)] = 13431, + [SMALL_STATE(1403)] = 13510, + [SMALL_STATE(1404)] = 13583, + [SMALL_STATE(1405)] = 13674, + [SMALL_STATE(1406)] = 13747, + [SMALL_STATE(1407)] = 13820, + [SMALL_STATE(1408)] = 13893, + [SMALL_STATE(1409)] = 13970, + [SMALL_STATE(1410)] = 14061, + [SMALL_STATE(1411)] = 14134, + [SMALL_STATE(1412)] = 14211, + [SMALL_STATE(1413)] = 14284, + [SMALL_STATE(1414)] = 14357, + [SMALL_STATE(1415)] = 14430, + [SMALL_STATE(1416)] = 14503, + [SMALL_STATE(1417)] = 14576, + [SMALL_STATE(1418)] = 14649, + [SMALL_STATE(1419)] = 14722, + [SMALL_STATE(1420)] = 14795, + [SMALL_STATE(1421)] = 14886, + [SMALL_STATE(1422)] = 15029, + [SMALL_STATE(1423)] = 15172, + [SMALL_STATE(1424)] = 15315, + [SMALL_STATE(1425)] = 15458, + [SMALL_STATE(1426)] = 15549, + [SMALL_STATE(1427)] = 15622, + [SMALL_STATE(1428)] = 15699, + [SMALL_STATE(1429)] = 15776, + [SMALL_STATE(1430)] = 15849, + [SMALL_STATE(1431)] = 15922, + [SMALL_STATE(1432)] = 15997, + [SMALL_STATE(1433)] = 16070, + [SMALL_STATE(1434)] = 16143, + [SMALL_STATE(1435)] = 16218, + [SMALL_STATE(1436)] = 16291, + [SMALL_STATE(1437)] = 16364, + [SMALL_STATE(1438)] = 16443, + [SMALL_STATE(1439)] = 16516, + [SMALL_STATE(1440)] = 16589, + [SMALL_STATE(1441)] = 16662, + [SMALL_STATE(1442)] = 16735, + [SMALL_STATE(1443)] = 16808, + [SMALL_STATE(1444)] = 16881, + [SMALL_STATE(1445)] = 16954, + [SMALL_STATE(1446)] = 17027, + [SMALL_STATE(1447)] = 17100, + [SMALL_STATE(1448)] = 17173, + [SMALL_STATE(1449)] = 17246, + [SMALL_STATE(1450)] = 17319, + [SMALL_STATE(1451)] = 17392, + [SMALL_STATE(1452)] = 17465, + [SMALL_STATE(1453)] = 17538, + [SMALL_STATE(1454)] = 17611, + [SMALL_STATE(1455)] = 17684, + [SMALL_STATE(1456)] = 17757, + [SMALL_STATE(1457)] = 17830, + [SMALL_STATE(1458)] = 17903, + [SMALL_STATE(1459)] = 17976, + [SMALL_STATE(1460)] = 18119, + [SMALL_STATE(1461)] = 18262, + [SMALL_STATE(1462)] = 18334, + [SMALL_STATE(1463)] = 18406, + [SMALL_STATE(1464)] = 18478, + [SMALL_STATE(1465)] = 18550, + [SMALL_STATE(1466)] = 18622, + [SMALL_STATE(1467)] = 18694, + [SMALL_STATE(1468)] = 18766, + [SMALL_STATE(1469)] = 18838, + [SMALL_STATE(1470)] = 18910, + [SMALL_STATE(1471)] = 18982, + [SMALL_STATE(1472)] = 19054, + [SMALL_STATE(1473)] = 19196, + [SMALL_STATE(1474)] = 19268, + [SMALL_STATE(1475)] = 19340, + [SMALL_STATE(1476)] = 19412, + [SMALL_STATE(1477)] = 19484, + [SMALL_STATE(1478)] = 19626, + [SMALL_STATE(1479)] = 19698, + [SMALL_STATE(1480)] = 19774, + [SMALL_STATE(1481)] = 19846, + [SMALL_STATE(1482)] = 19918, + [SMALL_STATE(1483)] = 19990, + [SMALL_STATE(1484)] = 20132, + [SMALL_STATE(1485)] = 20204, + [SMALL_STATE(1486)] = 20276, + [SMALL_STATE(1487)] = 20348, + [SMALL_STATE(1488)] = 20420, + [SMALL_STATE(1489)] = 20492, + [SMALL_STATE(1490)] = 20564, + [SMALL_STATE(1491)] = 20636, + [SMALL_STATE(1492)] = 20708, + [SMALL_STATE(1493)] = 20780, + [SMALL_STATE(1494)] = 20852, + [SMALL_STATE(1495)] = 20924, + [SMALL_STATE(1496)] = 20996, + [SMALL_STATE(1497)] = 21068, + [SMALL_STATE(1498)] = 21140, + [SMALL_STATE(1499)] = 21212, + [SMALL_STATE(1500)] = 21284, + [SMALL_STATE(1501)] = 21356, + [SMALL_STATE(1502)] = 21498, + [SMALL_STATE(1503)] = 21640, + [SMALL_STATE(1504)] = 21782, + [SMALL_STATE(1505)] = 21924, + [SMALL_STATE(1506)] = 22066, + [SMALL_STATE(1507)] = 22138, + [SMALL_STATE(1508)] = 22214, + [SMALL_STATE(1509)] = 22286, + [SMALL_STATE(1510)] = 22358, + [SMALL_STATE(1511)] = 22434, + [SMALL_STATE(1512)] = 22506, + [SMALL_STATE(1513)] = 22578, + [SMALL_STATE(1514)] = 22650, + [SMALL_STATE(1515)] = 22722, + [SMALL_STATE(1516)] = 22794, + [SMALL_STATE(1517)] = 22866, + [SMALL_STATE(1518)] = 22938, + [SMALL_STATE(1519)] = 23010, + [SMALL_STATE(1520)] = 23082, + [SMALL_STATE(1521)] = 23154, + [SMALL_STATE(1522)] = 23226, + [SMALL_STATE(1523)] = 23302, + [SMALL_STATE(1524)] = 23374, + [SMALL_STATE(1525)] = 23450, + [SMALL_STATE(1526)] = 23522, + [SMALL_STATE(1527)] = 23594, + [SMALL_STATE(1528)] = 23666, + [SMALL_STATE(1529)] = 23738, + [SMALL_STATE(1530)] = 23810, + [SMALL_STATE(1531)] = 23882, + [SMALL_STATE(1532)] = 23954, + [SMALL_STATE(1533)] = 24026, + [SMALL_STATE(1534)] = 24098, + [SMALL_STATE(1535)] = 24170, + [SMALL_STATE(1536)] = 24242, + [SMALL_STATE(1537)] = 24314, + [SMALL_STATE(1538)] = 24386, + [SMALL_STATE(1539)] = 24528, + [SMALL_STATE(1540)] = 24600, + [SMALL_STATE(1541)] = 24672, + [SMALL_STATE(1542)] = 24744, + [SMALL_STATE(1543)] = 24816, + [SMALL_STATE(1544)] = 24958, + [SMALL_STATE(1545)] = 25100, + [SMALL_STATE(1546)] = 25242, + [SMALL_STATE(1547)] = 25314, + [SMALL_STATE(1548)] = 25456, + [SMALL_STATE(1549)] = 25528, + [SMALL_STATE(1550)] = 25600, + [SMALL_STATE(1551)] = 25676, + [SMALL_STATE(1552)] = 25748, + [SMALL_STATE(1553)] = 25820, + [SMALL_STATE(1554)] = 25896, + [SMALL_STATE(1555)] = 25968, + [SMALL_STATE(1556)] = 26040, + [SMALL_STATE(1557)] = 26112, + [SMALL_STATE(1558)] = 26254, + [SMALL_STATE(1559)] = 26396, + [SMALL_STATE(1560)] = 26538, + [SMALL_STATE(1561)] = 26610, + [SMALL_STATE(1562)] = 26752, + [SMALL_STATE(1563)] = 26824, + [SMALL_STATE(1564)] = 26896, + [SMALL_STATE(1565)] = 27038, + [SMALL_STATE(1566)] = 27110, + [SMALL_STATE(1567)] = 27252, + [SMALL_STATE(1568)] = 27394, + [SMALL_STATE(1569)] = 27466, + [SMALL_STATE(1570)] = 27538, + [SMALL_STATE(1571)] = 27610, + [SMALL_STATE(1572)] = 27682, + [SMALL_STATE(1573)] = 27754, + [SMALL_STATE(1574)] = 27826, + [SMALL_STATE(1575)] = 27898, + [SMALL_STATE(1576)] = 27970, + [SMALL_STATE(1577)] = 28046, + [SMALL_STATE(1578)] = 28118, + [SMALL_STATE(1579)] = 28190, + [SMALL_STATE(1580)] = 28262, + [SMALL_STATE(1581)] = 28334, + [SMALL_STATE(1582)] = 28406, + [SMALL_STATE(1583)] = 28478, + [SMALL_STATE(1584)] = 28550, + [SMALL_STATE(1585)] = 28622, + [SMALL_STATE(1586)] = 28694, + [SMALL_STATE(1587)] = 28836, + [SMALL_STATE(1588)] = 28908, + [SMALL_STATE(1589)] = 29050, + [SMALL_STATE(1590)] = 29192, + [SMALL_STATE(1591)] = 29264, + [SMALL_STATE(1592)] = 29336, + [SMALL_STATE(1593)] = 29408, + [SMALL_STATE(1594)] = 29480, + [SMALL_STATE(1595)] = 29552, + [SMALL_STATE(1596)] = 29624, + [SMALL_STATE(1597)] = 29696, + [SMALL_STATE(1598)] = 29768, + [SMALL_STATE(1599)] = 29840, + [SMALL_STATE(1600)] = 29912, + [SMALL_STATE(1601)] = 29984, + [SMALL_STATE(1602)] = 30056, + [SMALL_STATE(1603)] = 30128, + [SMALL_STATE(1604)] = 30200, + [SMALL_STATE(1605)] = 30272, + [SMALL_STATE(1606)] = 30344, + [SMALL_STATE(1607)] = 30416, + [SMALL_STATE(1608)] = 30488, + [SMALL_STATE(1609)] = 30560, + [SMALL_STATE(1610)] = 30632, + [SMALL_STATE(1611)] = 30774, + [SMALL_STATE(1612)] = 30846, + [SMALL_STATE(1613)] = 30918, + [SMALL_STATE(1614)] = 30990, + [SMALL_STATE(1615)] = 31062, + [SMALL_STATE(1616)] = 31134, + [SMALL_STATE(1617)] = 31206, + [SMALL_STATE(1618)] = 31278, + [SMALL_STATE(1619)] = 31350, + [SMALL_STATE(1620)] = 31422, + [SMALL_STATE(1621)] = 31494, + [SMALL_STATE(1622)] = 31636, + [SMALL_STATE(1623)] = 31708, + [SMALL_STATE(1624)] = 31780, + [SMALL_STATE(1625)] = 31852, + [SMALL_STATE(1626)] = 31924, + [SMALL_STATE(1627)] = 31995, + [SMALL_STATE(1628)] = 32066, + [SMALL_STATE(1629)] = 32137, + [SMALL_STATE(1630)] = 32208, + [SMALL_STATE(1631)] = 32279, + [SMALL_STATE(1632)] = 32350, + [SMALL_STATE(1633)] = 32421, + [SMALL_STATE(1634)] = 32492, + [SMALL_STATE(1635)] = 32563, + [SMALL_STATE(1636)] = 32634, + [SMALL_STATE(1637)] = 32705, + [SMALL_STATE(1638)] = 32776, + [SMALL_STATE(1639)] = 32847, + [SMALL_STATE(1640)] = 32918, + [SMALL_STATE(1641)] = 32989, + [SMALL_STATE(1642)] = 33060, + [SMALL_STATE(1643)] = 33131, + [SMALL_STATE(1644)] = 33202, + [SMALL_STATE(1645)] = 33273, + [SMALL_STATE(1646)] = 33344, + [SMALL_STATE(1647)] = 33415, + [SMALL_STATE(1648)] = 33486, + [SMALL_STATE(1649)] = 33557, + [SMALL_STATE(1650)] = 33628, + [SMALL_STATE(1651)] = 33699, + [SMALL_STATE(1652)] = 33770, + [SMALL_STATE(1653)] = 33840, + [SMALL_STATE(1654)] = 33909, + [SMALL_STATE(1655)] = 33986, + [SMALL_STATE(1656)] = 34055, + [SMALL_STATE(1657)] = 34189, + [SMALL_STATE(1658)] = 34261, + [SMALL_STATE(1659)] = 34335, + [SMALL_STATE(1660)] = 34409, + [SMALL_STATE(1661)] = 34483, + [SMALL_STATE(1662)] = 34619, + [SMALL_STATE(1663)] = 34755, + [SMALL_STATE(1664)] = 34889, + [SMALL_STATE(1665)] = 35023, + [SMALL_STATE(1666)] = 35157, + [SMALL_STATE(1667)] = 35291, + [SMALL_STATE(1668)] = 35365, + [SMALL_STATE(1669)] = 35439, + [SMALL_STATE(1670)] = 35575, + [SMALL_STATE(1671)] = 35709, + [SMALL_STATE(1672)] = 35845, + [SMALL_STATE(1673)] = 35979, + [SMALL_STATE(1674)] = 36113, + [SMALL_STATE(1675)] = 36185, + [SMALL_STATE(1676)] = 36319, + [SMALL_STATE(1677)] = 36453, + [SMALL_STATE(1678)] = 36589, + [SMALL_STATE(1679)] = 36725, + [SMALL_STATE(1680)] = 36859, + [SMALL_STATE(1681)] = 36995, + [SMALL_STATE(1682)] = 37131, + [SMALL_STATE(1683)] = 37265, + [SMALL_STATE(1684)] = 37401, + [SMALL_STATE(1685)] = 37537, + [SMALL_STATE(1686)] = 37671, + [SMALL_STATE(1687)] = 37805, + [SMALL_STATE(1688)] = 37941, + [SMALL_STATE(1689)] = 38075, + [SMALL_STATE(1690)] = 38209, + [SMALL_STATE(1691)] = 38281, + [SMALL_STATE(1692)] = 38415, + [SMALL_STATE(1693)] = 38549, + [SMALL_STATE(1694)] = 38623, + [SMALL_STATE(1695)] = 38755, + [SMALL_STATE(1696)] = 38889, + [SMALL_STATE(1697)] = 39023, + [SMALL_STATE(1698)] = 39159, + [SMALL_STATE(1699)] = 39233, + [SMALL_STATE(1700)] = 39369, + [SMALL_STATE(1701)] = 39503, + [SMALL_STATE(1702)] = 39637, + [SMALL_STATE(1703)] = 39709, + [SMALL_STATE(1704)] = 39843, + [SMALL_STATE(1705)] = 39978, + [SMALL_STATE(1706)] = 40113, + [SMALL_STATE(1707)] = 40248, + [SMALL_STATE(1708)] = 40383, + [SMALL_STATE(1709)] = 40518, + [SMALL_STATE(1710)] = 40653, + [SMALL_STATE(1711)] = 40788, + [SMALL_STATE(1712)] = 40861, + [SMALL_STATE(1713)] = 40996, + [SMALL_STATE(1714)] = 41131, + [SMALL_STATE(1715)] = 41266, + [SMALL_STATE(1716)] = 41401, + [SMALL_STATE(1717)] = 41536, + [SMALL_STATE(1718)] = 41671, + [SMALL_STATE(1719)] = 41806, + [SMALL_STATE(1720)] = 41941, + [SMALL_STATE(1721)] = 42076, + [SMALL_STATE(1722)] = 42211, + [SMALL_STATE(1723)] = 42346, + [SMALL_STATE(1724)] = 42481, + [SMALL_STATE(1725)] = 42616, + [SMALL_STATE(1726)] = 42751, + [SMALL_STATE(1727)] = 42886, + [SMALL_STATE(1728)] = 43021, + [SMALL_STATE(1729)] = 43156, + [SMALL_STATE(1730)] = 43291, + [SMALL_STATE(1731)] = 43426, + [SMALL_STATE(1732)] = 43561, + [SMALL_STATE(1733)] = 43696, + [SMALL_STATE(1734)] = 43831, + [SMALL_STATE(1735)] = 43966, + [SMALL_STATE(1736)] = 44101, + [SMALL_STATE(1737)] = 44236, + [SMALL_STATE(1738)] = 44371, + [SMALL_STATE(1739)] = 44504, + [SMALL_STATE(1740)] = 44639, + [SMALL_STATE(1741)] = 44774, + [SMALL_STATE(1742)] = 44909, + [SMALL_STATE(1743)] = 45044, + [SMALL_STATE(1744)] = 45177, + [SMALL_STATE(1745)] = 45312, + [SMALL_STATE(1746)] = 45379, + [SMALL_STATE(1747)] = 45514, + [SMALL_STATE(1748)] = 45581, + [SMALL_STATE(1749)] = 45716, + [SMALL_STATE(1750)] = 45789, + [SMALL_STATE(1751)] = 45860, + [SMALL_STATE(1752)] = 45995, + [SMALL_STATE(1753)] = 46068, + [SMALL_STATE(1754)] = 46203, + [SMALL_STATE(1755)] = 46338, + [SMALL_STATE(1756)] = 46473, + [SMALL_STATE(1757)] = 46608, + [SMALL_STATE(1758)] = 46743, + [SMALL_STATE(1759)] = 46878, + [SMALL_STATE(1760)] = 47013, + [SMALL_STATE(1761)] = 47148, + [SMALL_STATE(1762)] = 47283, + [SMALL_STATE(1763)] = 47418, + [SMALL_STATE(1764)] = 47553, + [SMALL_STATE(1765)] = 47688, + [SMALL_STATE(1766)] = 47823, + [SMALL_STATE(1767)] = 47894, + [SMALL_STATE(1768)] = 48029, + [SMALL_STATE(1769)] = 48164, + [SMALL_STATE(1770)] = 48299, + [SMALL_STATE(1771)] = 48434, + [SMALL_STATE(1772)] = 48569, + [SMALL_STATE(1773)] = 48704, + [SMALL_STATE(1774)] = 48839, + [SMALL_STATE(1775)] = 48974, + [SMALL_STATE(1776)] = 49109, + [SMALL_STATE(1777)] = 49244, + [SMALL_STATE(1778)] = 49379, + [SMALL_STATE(1779)] = 49514, + [SMALL_STATE(1780)] = 49649, + [SMALL_STATE(1781)] = 49784, + [SMALL_STATE(1782)] = 49919, + [SMALL_STATE(1783)] = 49992, + [SMALL_STATE(1784)] = 50065, + [SMALL_STATE(1785)] = 50200, + [SMALL_STATE(1786)] = 50335, + [SMALL_STATE(1787)] = 50470, + [SMALL_STATE(1788)] = 50605, + [SMALL_STATE(1789)] = 50740, + [SMALL_STATE(1790)] = 50875, + [SMALL_STATE(1791)] = 51010, + [SMALL_STATE(1792)] = 51145, + [SMALL_STATE(1793)] = 51280, + [SMALL_STATE(1794)] = 51415, + [SMALL_STATE(1795)] = 51550, + [SMALL_STATE(1796)] = 51685, + [SMALL_STATE(1797)] = 51758, + [SMALL_STATE(1798)] = 51893, + [SMALL_STATE(1799)] = 52028, + [SMALL_STATE(1800)] = 52163, + [SMALL_STATE(1801)] = 52232, + [SMALL_STATE(1802)] = 52303, + [SMALL_STATE(1803)] = 52438, + [SMALL_STATE(1804)] = 52573, + [SMALL_STATE(1805)] = 52708, + [SMALL_STATE(1806)] = 52779, + [SMALL_STATE(1807)] = 52914, + [SMALL_STATE(1808)] = 52985, + [SMALL_STATE(1809)] = 53120, + [SMALL_STATE(1810)] = 53255, + [SMALL_STATE(1811)] = 53390, + [SMALL_STATE(1812)] = 53525, + [SMALL_STATE(1813)] = 53660, + [SMALL_STATE(1814)] = 53733, + [SMALL_STATE(1815)] = 53868, + [SMALL_STATE(1816)] = 54003, + [SMALL_STATE(1817)] = 54138, + [SMALL_STATE(1818)] = 54273, + [SMALL_STATE(1819)] = 54408, + [SMALL_STATE(1820)] = 54543, + [SMALL_STATE(1821)] = 54678, + [SMALL_STATE(1822)] = 54813, + [SMALL_STATE(1823)] = 54948, + [SMALL_STATE(1824)] = 55083, + [SMALL_STATE(1825)] = 55218, + [SMALL_STATE(1826)] = 55289, + [SMALL_STATE(1827)] = 55366, + [SMALL_STATE(1828)] = 55501, + [SMALL_STATE(1829)] = 55636, + [SMALL_STATE(1830)] = 55771, + [SMALL_STATE(1831)] = 55906, + [SMALL_STATE(1832)] = 56041, + [SMALL_STATE(1833)] = 56176, + [SMALL_STATE(1834)] = 56311, + [SMALL_STATE(1835)] = 56446, + [SMALL_STATE(1836)] = 56519, + [SMALL_STATE(1837)] = 56592, + [SMALL_STATE(1838)] = 56663, + [SMALL_STATE(1839)] = 56734, + [SMALL_STATE(1840)] = 56807, + [SMALL_STATE(1841)] = 56942, + [SMALL_STATE(1842)] = 57077, + [SMALL_STATE(1843)] = 57212, + [SMALL_STATE(1844)] = 57347, + [SMALL_STATE(1845)] = 57482, + [SMALL_STATE(1846)] = 57617, + [SMALL_STATE(1847)] = 57686, + [SMALL_STATE(1848)] = 57821, + [SMALL_STATE(1849)] = 57956, + [SMALL_STATE(1850)] = 58091, + [SMALL_STATE(1851)] = 58226, + [SMALL_STATE(1852)] = 58361, + [SMALL_STATE(1853)] = 58496, + [SMALL_STATE(1854)] = 58569, + [SMALL_STATE(1855)] = 58704, + [SMALL_STATE(1856)] = 58839, + [SMALL_STATE(1857)] = 58974, + [SMALL_STATE(1858)] = 59109, + [SMALL_STATE(1859)] = 59244, + [SMALL_STATE(1860)] = 59379, + [SMALL_STATE(1861)] = 59514, + [SMALL_STATE(1862)] = 59649, + [SMALL_STATE(1863)] = 59784, + [SMALL_STATE(1864)] = 59919, + [SMALL_STATE(1865)] = 59988, + [SMALL_STATE(1866)] = 60123, + [SMALL_STATE(1867)] = 60258, + [SMALL_STATE(1868)] = 60393, + [SMALL_STATE(1869)] = 60466, + [SMALL_STATE(1870)] = 60601, + [SMALL_STATE(1871)] = 60736, + [SMALL_STATE(1872)] = 60871, + [SMALL_STATE(1873)] = 61006, + [SMALL_STATE(1874)] = 61141, + [SMALL_STATE(1875)] = 61276, + [SMALL_STATE(1876)] = 61411, + [SMALL_STATE(1877)] = 61546, + [SMALL_STATE(1878)] = 61681, + [SMALL_STATE(1879)] = 61816, + [SMALL_STATE(1880)] = 61885, + [SMALL_STATE(1881)] = 62020, + [SMALL_STATE(1882)] = 62155, + [SMALL_STATE(1883)] = 62290, + [SMALL_STATE(1884)] = 62363, + [SMALL_STATE(1885)] = 62498, + [SMALL_STATE(1886)] = 62633, + [SMALL_STATE(1887)] = 62702, + [SMALL_STATE(1888)] = 62837, + [SMALL_STATE(1889)] = 62972, + [SMALL_STATE(1890)] = 63107, + [SMALL_STATE(1891)] = 63242, + [SMALL_STATE(1892)] = 63377, + [SMALL_STATE(1893)] = 63450, + [SMALL_STATE(1894)] = 63582, + [SMALL_STATE(1895)] = 63650, + [SMALL_STATE(1896)] = 63718, + [SMALL_STATE(1897)] = 63786, + [SMALL_STATE(1898)] = 63852, + [SMALL_STATE(1899)] = 63918, + [SMALL_STATE(1900)] = 63984, + [SMALL_STATE(1901)] = 64050, + [SMALL_STATE(1902)] = 64118, + [SMALL_STATE(1903)] = 64186, + [SMALL_STATE(1904)] = 64254, + [SMALL_STATE(1905)] = 64386, + [SMALL_STATE(1906)] = 64454, + [SMALL_STATE(1907)] = 64520, + [SMALL_STATE(1908)] = 64586, + [SMALL_STATE(1909)] = 64652, + [SMALL_STATE(1910)] = 64720, + [SMALL_STATE(1911)] = 64788, + [SMALL_STATE(1912)] = 64854, + [SMALL_STATE(1913)] = 64920, + [SMALL_STATE(1914)] = 64988, + [SMALL_STATE(1915)] = 65054, + [SMALL_STATE(1916)] = 65120, + [SMALL_STATE(1917)] = 65250, + [SMALL_STATE(1918)] = 65380, + [SMALL_STATE(1919)] = 65512, + [SMALL_STATE(1920)] = 65644, + [SMALL_STATE(1921)] = 65776, + [SMALL_STATE(1922)] = 65844, + [SMALL_STATE(1923)] = 65973, + [SMALL_STATE(1924)] = 66098, + [SMALL_STATE(1925)] = 66223, + [SMALL_STATE(1926)] = 66348, + [SMALL_STATE(1927)] = 66473, + [SMALL_STATE(1928)] = 66598, + [SMALL_STATE(1929)] = 66723, + [SMALL_STATE(1930)] = 66850, + [SMALL_STATE(1931)] = 66977, + [SMALL_STATE(1932)] = 67104, + [SMALL_STATE(1933)] = 67169, + [SMALL_STATE(1934)] = 67294, + [SMALL_STATE(1935)] = 67419, + [SMALL_STATE(1936)] = 67546, + [SMALL_STATE(1937)] = 67671, + [SMALL_STATE(1938)] = 67796, + [SMALL_STATE(1939)] = 67921, + [SMALL_STATE(1940)] = 68046, + [SMALL_STATE(1941)] = 68171, + [SMALL_STATE(1942)] = 68296, + [SMALL_STATE(1943)] = 68361, + [SMALL_STATE(1944)] = 68486, + [SMALL_STATE(1945)] = 68611, + [SMALL_STATE(1946)] = 68736, + [SMALL_STATE(1947)] = 68861, + [SMALL_STATE(1948)] = 68986, + [SMALL_STATE(1949)] = 69111, + [SMALL_STATE(1950)] = 69236, + [SMALL_STATE(1951)] = 69361, + [SMALL_STATE(1952)] = 69486, + [SMALL_STATE(1953)] = 69611, + [SMALL_STATE(1954)] = 69736, + [SMALL_STATE(1955)] = 69861, + [SMALL_STATE(1956)] = 69986, + [SMALL_STATE(1957)] = 70111, + [SMALL_STATE(1958)] = 70236, + [SMALL_STATE(1959)] = 70363, + [SMALL_STATE(1960)] = 70488, + [SMALL_STATE(1961)] = 70613, + [SMALL_STATE(1962)] = 70738, + [SMALL_STATE(1963)] = 70865, + [SMALL_STATE(1964)] = 70990, + [SMALL_STATE(1965)] = 71115, + [SMALL_STATE(1966)] = 71240, + [SMALL_STATE(1967)] = 71365, + [SMALL_STATE(1968)] = 71490, + [SMALL_STATE(1969)] = 71615, + [SMALL_STATE(1970)] = 71740, + [SMALL_STATE(1971)] = 71865, + [SMALL_STATE(1972)] = 71992, + [SMALL_STATE(1973)] = 72117, + [SMALL_STATE(1974)] = 72242, + [SMALL_STATE(1975)] = 72367, + [SMALL_STATE(1976)] = 72492, + [SMALL_STATE(1977)] = 72617, + [SMALL_STATE(1978)] = 72742, + [SMALL_STATE(1979)] = 72867, + [SMALL_STATE(1980)] = 72992, + [SMALL_STATE(1981)] = 73117, + [SMALL_STATE(1982)] = 73182, + [SMALL_STATE(1983)] = 73307, + [SMALL_STATE(1984)] = 73432, + [SMALL_STATE(1985)] = 73557, + [SMALL_STATE(1986)] = 73682, + [SMALL_STATE(1987)] = 73807, + [SMALL_STATE(1988)] = 73932, + [SMALL_STATE(1989)] = 74057, + [SMALL_STATE(1990)] = 74182, + [SMALL_STATE(1991)] = 74307, + [SMALL_STATE(1992)] = 74432, + [SMALL_STATE(1993)] = 74497, + [SMALL_STATE(1994)] = 74622, + [SMALL_STATE(1995)] = 74747, + [SMALL_STATE(1996)] = 74874, + [SMALL_STATE(1997)] = 74999, + [SMALL_STATE(1998)] = 75124, + [SMALL_STATE(1999)] = 75249, + [SMALL_STATE(2000)] = 75374, + [SMALL_STATE(2001)] = 75499, + [SMALL_STATE(2002)] = 75624, + [SMALL_STATE(2003)] = 75749, + [SMALL_STATE(2004)] = 75876, + [SMALL_STATE(2005)] = 76003, + [SMALL_STATE(2006)] = 76128, + [SMALL_STATE(2007)] = 76255, + [SMALL_STATE(2008)] = 76320, + [SMALL_STATE(2009)] = 76447, + [SMALL_STATE(2010)] = 76574, + [SMALL_STATE(2011)] = 76701, + [SMALL_STATE(2012)] = 76828, + [SMALL_STATE(2013)] = 76953, + [SMALL_STATE(2014)] = 77078, + [SMALL_STATE(2015)] = 77203, + [SMALL_STATE(2016)] = 77328, + [SMALL_STATE(2017)] = 77453, + [SMALL_STATE(2018)] = 77578, + [SMALL_STATE(2019)] = 77703, + [SMALL_STATE(2020)] = 77828, + [SMALL_STATE(2021)] = 77893, + [SMALL_STATE(2022)] = 78018, + [SMALL_STATE(2023)] = 78083, + [SMALL_STATE(2024)] = 78208, + [SMALL_STATE(2025)] = 78273, + [SMALL_STATE(2026)] = 78338, + [SMALL_STATE(2027)] = 78463, + [SMALL_STATE(2028)] = 78588, + [SMALL_STATE(2029)] = 78713, + [SMALL_STATE(2030)] = 78778, + [SMALL_STATE(2031)] = 78903, + [SMALL_STATE(2032)] = 79028, + [SMALL_STATE(2033)] = 79153, + [SMALL_STATE(2034)] = 79278, + [SMALL_STATE(2035)] = 79403, + [SMALL_STATE(2036)] = 79528, + [SMALL_STATE(2037)] = 79653, + [SMALL_STATE(2038)] = 79778, + [SMALL_STATE(2039)] = 79903, + [SMALL_STATE(2040)] = 80028, + [SMALL_STATE(2041)] = 80153, + [SMALL_STATE(2042)] = 80278, + [SMALL_STATE(2043)] = 80403, + [SMALL_STATE(2044)] = 80528, + [SMALL_STATE(2045)] = 80653, + [SMALL_STATE(2046)] = 80778, + [SMALL_STATE(2047)] = 80903, + [SMALL_STATE(2048)] = 81028, + [SMALL_STATE(2049)] = 81153, + [SMALL_STATE(2050)] = 81278, + [SMALL_STATE(2051)] = 81403, + [SMALL_STATE(2052)] = 81528, + [SMALL_STATE(2053)] = 81653, + [SMALL_STATE(2054)] = 81778, + [SMALL_STATE(2055)] = 81903, + [SMALL_STATE(2056)] = 82028, + [SMALL_STATE(2057)] = 82153, + [SMALL_STATE(2058)] = 82278, + [SMALL_STATE(2059)] = 82403, + [SMALL_STATE(2060)] = 82528, + [SMALL_STATE(2061)] = 82653, + [SMALL_STATE(2062)] = 82778, + [SMALL_STATE(2063)] = 82845, + [SMALL_STATE(2064)] = 82912, + [SMALL_STATE(2065)] = 83037, + [SMALL_STATE(2066)] = 83164, + [SMALL_STATE(2067)] = 83289, + [SMALL_STATE(2068)] = 83414, + [SMALL_STATE(2069)] = 83539, + [SMALL_STATE(2070)] = 83664, + [SMALL_STATE(2071)] = 83789, + [SMALL_STATE(2072)] = 83914, + [SMALL_STATE(2073)] = 84039, + [SMALL_STATE(2074)] = 84164, + [SMALL_STATE(2075)] = 84289, + [SMALL_STATE(2076)] = 84414, + [SMALL_STATE(2077)] = 84539, + [SMALL_STATE(2078)] = 84664, + [SMALL_STATE(2079)] = 84789, + [SMALL_STATE(2080)] = 84914, + [SMALL_STATE(2081)] = 85039, + [SMALL_STATE(2082)] = 85164, + [SMALL_STATE(2083)] = 85293, + [SMALL_STATE(2084)] = 85360, + [SMALL_STATE(2085)] = 85427, + [SMALL_STATE(2086)] = 85552, + [SMALL_STATE(2087)] = 85677, + [SMALL_STATE(2088)] = 85802, + [SMALL_STATE(2089)] = 85867, + [SMALL_STATE(2090)] = 85992, + [SMALL_STATE(2091)] = 86117, + [SMALL_STATE(2092)] = 86182, + [SMALL_STATE(2093)] = 86247, + [SMALL_STATE(2094)] = 86312, + [SMALL_STATE(2095)] = 86377, + [SMALL_STATE(2096)] = 86442, + [SMALL_STATE(2097)] = 86507, + [SMALL_STATE(2098)] = 86572, + [SMALL_STATE(2099)] = 86637, + [SMALL_STATE(2100)] = 86704, + [SMALL_STATE(2101)] = 86769, + [SMALL_STATE(2102)] = 86834, + [SMALL_STATE(2103)] = 86899, + [SMALL_STATE(2104)] = 86964, + [SMALL_STATE(2105)] = 87029, + [SMALL_STATE(2106)] = 87094, + [SMALL_STATE(2107)] = 87159, + [SMALL_STATE(2108)] = 87224, + [SMALL_STATE(2109)] = 87349, + [SMALL_STATE(2110)] = 87474, + [SMALL_STATE(2111)] = 87599, + [SMALL_STATE(2112)] = 87664, + [SMALL_STATE(2113)] = 87789, + [SMALL_STATE(2114)] = 87914, + [SMALL_STATE(2115)] = 88039, + [SMALL_STATE(2116)] = 88164, + [SMALL_STATE(2117)] = 88229, + [SMALL_STATE(2118)] = 88294, + [SMALL_STATE(2119)] = 88419, + [SMALL_STATE(2120)] = 88544, + [SMALL_STATE(2121)] = 88669, + [SMALL_STATE(2122)] = 88734, + [SMALL_STATE(2123)] = 88799, + [SMALL_STATE(2124)] = 88924, + [SMALL_STATE(2125)] = 89049, + [SMALL_STATE(2126)] = 89114, + [SMALL_STATE(2127)] = 89179, + [SMALL_STATE(2128)] = 89304, + [SMALL_STATE(2129)] = 89429, + [SMALL_STATE(2130)] = 89494, + [SMALL_STATE(2131)] = 89559, + [SMALL_STATE(2132)] = 89624, + [SMALL_STATE(2133)] = 89749, + [SMALL_STATE(2134)] = 89874, + [SMALL_STATE(2135)] = 89939, + [SMALL_STATE(2136)] = 90004, + [SMALL_STATE(2137)] = 90069, + [SMALL_STATE(2138)] = 90134, + [SMALL_STATE(2139)] = 90199, + [SMALL_STATE(2140)] = 90324, + [SMALL_STATE(2141)] = 90449, + [SMALL_STATE(2142)] = 90514, + [SMALL_STATE(2143)] = 90579, + [SMALL_STATE(2144)] = 90704, + [SMALL_STATE(2145)] = 90769, + [SMALL_STATE(2146)] = 90834, + [SMALL_STATE(2147)] = 90901, + [SMALL_STATE(2148)] = 91026, + [SMALL_STATE(2149)] = 91091, + [SMALL_STATE(2150)] = 91216, + [SMALL_STATE(2151)] = 91341, + [SMALL_STATE(2152)] = 91466, + [SMALL_STATE(2153)] = 91531, + [SMALL_STATE(2154)] = 91596, + [SMALL_STATE(2155)] = 91661, + [SMALL_STATE(2156)] = 91726, + [SMALL_STATE(2157)] = 91851, + [SMALL_STATE(2158)] = 91918, + [SMALL_STATE(2159)] = 91983, + [SMALL_STATE(2160)] = 92048, + [SMALL_STATE(2161)] = 92113, + [SMALL_STATE(2162)] = 92238, + [SMALL_STATE(2163)] = 92363, + [SMALL_STATE(2164)] = 92488, + [SMALL_STATE(2165)] = 92613, + [SMALL_STATE(2166)] = 92738, + [SMALL_STATE(2167)] = 92803, + [SMALL_STATE(2168)] = 92928, + [SMALL_STATE(2169)] = 93053, + [SMALL_STATE(2170)] = 93178, + [SMALL_STATE(2171)] = 93303, + [SMALL_STATE(2172)] = 93428, + [SMALL_STATE(2173)] = 93553, + [SMALL_STATE(2174)] = 93618, + [SMALL_STATE(2175)] = 93691, + [SMALL_STATE(2176)] = 93816, + [SMALL_STATE(2177)] = 93941, + [SMALL_STATE(2178)] = 94066, + [SMALL_STATE(2179)] = 94191, + [SMALL_STATE(2180)] = 94256, + [SMALL_STATE(2181)] = 94321, + [SMALL_STATE(2182)] = 94386, + [SMALL_STATE(2183)] = 94511, + [SMALL_STATE(2184)] = 94638, + [SMALL_STATE(2185)] = 94703, + [SMALL_STATE(2186)] = 94828, + [SMALL_STATE(2187)] = 94953, + [SMALL_STATE(2188)] = 95078, + [SMALL_STATE(2189)] = 95203, + [SMALL_STATE(2190)] = 95328, + [SMALL_STATE(2191)] = 95455, + [SMALL_STATE(2192)] = 95582, + [SMALL_STATE(2193)] = 95707, + [SMALL_STATE(2194)] = 95832, + [SMALL_STATE(2195)] = 95957, + [SMALL_STATE(2196)] = 96082, + [SMALL_STATE(2197)] = 96207, + [SMALL_STATE(2198)] = 96332, + [SMALL_STATE(2199)] = 96457, + [SMALL_STATE(2200)] = 96582, + [SMALL_STATE(2201)] = 96707, + [SMALL_STATE(2202)] = 96832, + [SMALL_STATE(2203)] = 96957, + [SMALL_STATE(2204)] = 97082, + [SMALL_STATE(2205)] = 97207, + [SMALL_STATE(2206)] = 97332, + [SMALL_STATE(2207)] = 97396, + [SMALL_STATE(2208)] = 97460, + [SMALL_STATE(2209)] = 97524, + [SMALL_STATE(2210)] = 97594, + [SMALL_STATE(2211)] = 97658, + [SMALL_STATE(2212)] = 97722, + [SMALL_STATE(2213)] = 97786, + [SMALL_STATE(2214)] = 97850, + [SMALL_STATE(2215)] = 97914, + [SMALL_STATE(2216)] = 97978, + [SMALL_STATE(2217)] = 98042, + [SMALL_STATE(2218)] = 98106, + [SMALL_STATE(2219)] = 98170, + [SMALL_STATE(2220)] = 98234, + [SMALL_STATE(2221)] = 98298, + [SMALL_STATE(2222)] = 98362, + [SMALL_STATE(2223)] = 98440, + [SMALL_STATE(2224)] = 98568, + [SMALL_STATE(2225)] = 98632, + [SMALL_STATE(2226)] = 98704, + [SMALL_STATE(2227)] = 98768, + [SMALL_STATE(2228)] = 98850, + [SMALL_STATE(2229)] = 98914, + [SMALL_STATE(2230)] = 98984, + [SMALL_STATE(2231)] = 99048, + [SMALL_STATE(2232)] = 99114, + [SMALL_STATE(2233)] = 99178, + [SMALL_STATE(2234)] = 99252, + [SMALL_STATE(2235)] = 99316, + [SMALL_STATE(2236)] = 99400, + [SMALL_STATE(2237)] = 99464, + [SMALL_STATE(2238)] = 99528, + [SMALL_STATE(2239)] = 99592, + [SMALL_STATE(2240)] = 99656, + [SMALL_STATE(2241)] = 99744, + [SMALL_STATE(2242)] = 99830, + [SMALL_STATE(2243)] = 99894, + [SMALL_STATE(2244)] = 99958, + [SMALL_STATE(2245)] = 100022, + [SMALL_STATE(2246)] = 100086, + [SMALL_STATE(2247)] = 100176, + [SMALL_STATE(2248)] = 100240, + [SMALL_STATE(2249)] = 100332, + [SMALL_STATE(2250)] = 100396, + [SMALL_STATE(2251)] = 100460, + [SMALL_STATE(2252)] = 100554, + [SMALL_STATE(2253)] = 100618, + [SMALL_STATE(2254)] = 100714, + [SMALL_STATE(2255)] = 100778, + [SMALL_STATE(2256)] = 100842, + [SMALL_STATE(2257)] = 100906, + [SMALL_STATE(2258)] = 100970, + [SMALL_STATE(2259)] = 101034, + [SMALL_STATE(2260)] = 101102, + [SMALL_STATE(2261)] = 101166, + [SMALL_STATE(2262)] = 101230, + [SMALL_STATE(2263)] = 101294, + [SMALL_STATE(2264)] = 101422, + [SMALL_STATE(2265)] = 101486, + [SMALL_STATE(2266)] = 101550, + [SMALL_STATE(2267)] = 101614, + [SMALL_STATE(2268)] = 101678, + [SMALL_STATE(2269)] = 101742, + [SMALL_STATE(2270)] = 101806, + [SMALL_STATE(2271)] = 101870, + [SMALL_STATE(2272)] = 101934, + [SMALL_STATE(2273)] = 101998, + [SMALL_STATE(2274)] = 102062, + [SMALL_STATE(2275)] = 102126, + [SMALL_STATE(2276)] = 102190, + [SMALL_STATE(2277)] = 102254, + [SMALL_STATE(2278)] = 102343, + [SMALL_STATE(2279)] = 102431, + [SMALL_STATE(2280)] = 102551, + [SMALL_STATE(2281)] = 102634, + [SMALL_STATE(2282)] = 102717, + [SMALL_STATE(2283)] = 102840, + [SMALL_STATE(2284)] = 102963, + [SMALL_STATE(2285)] = 103086, + [SMALL_STATE(2286)] = 103169, + [SMALL_STATE(2287)] = 103252, + [SMALL_STATE(2288)] = 103335, + [SMALL_STATE(2289)] = 103418, + [SMALL_STATE(2290)] = 103541, + [SMALL_STATE(2291)] = 103621, + [SMALL_STATE(2292)] = 103701, + [SMALL_STATE(2293)] = 103783, + [SMALL_STATE(2294)] = 103865, + [SMALL_STATE(2295)] = 103983, + [SMALL_STATE(2296)] = 104065, + [SMALL_STATE(2297)] = 104147, + [SMALL_STATE(2298)] = 104229, + [SMALL_STATE(2299)] = 104311, + [SMALL_STATE(2300)] = 104388, + [SMALL_STATE(2301)] = 104467, + [SMALL_STATE(2302)] = 104544, + [SMALL_STATE(2303)] = 104621, + [SMALL_STATE(2304)] = 104698, + [SMALL_STATE(2305)] = 104775, + [SMALL_STATE(2306)] = 104852, + [SMALL_STATE(2307)] = 104929, + [SMALL_STATE(2308)] = 105006, + [SMALL_STATE(2309)] = 105085, + [SMALL_STATE(2310)] = 105162, + [SMALL_STATE(2311)] = 105239, + [SMALL_STATE(2312)] = 105316, + [SMALL_STATE(2313)] = 105393, + [SMALL_STATE(2314)] = 105469, + [SMALL_STATE(2315)] = 105545, + [SMALL_STATE(2316)] = 105621, + [SMALL_STATE(2317)] = 105697, + [SMALL_STATE(2318)] = 105773, + [SMALL_STATE(2319)] = 105849, + [SMALL_STATE(2320)] = 105925, + [SMALL_STATE(2321)] = 106001, + [SMALL_STATE(2322)] = 106077, + [SMALL_STATE(2323)] = 106153, + [SMALL_STATE(2324)] = 106229, + [SMALL_STATE(2325)] = 106305, + [SMALL_STATE(2326)] = 106410, + [SMALL_STATE(2327)] = 106468, + [SMALL_STATE(2328)] = 106528, + [SMALL_STATE(2329)] = 106588, + [SMALL_STATE(2330)] = 106648, + [SMALL_STATE(2331)] = 106708, + [SMALL_STATE(2332)] = 106768, + [SMALL_STATE(2333)] = 106828, + [SMALL_STATE(2334)] = 106888, + [SMALL_STATE(2335)] = 106946, + [SMALL_STATE(2336)] = 107004, + [SMALL_STATE(2337)] = 107064, + [SMALL_STATE(2338)] = 107122, + [SMALL_STATE(2339)] = 107182, + [SMALL_STATE(2340)] = 107242, + [SMALL_STATE(2341)] = 107302, + [SMALL_STATE(2342)] = 107362, + [SMALL_STATE(2343)] = 107422, + [SMALL_STATE(2344)] = 107482, + [SMALL_STATE(2345)] = 107542, + [SMALL_STATE(2346)] = 107602, + [SMALL_STATE(2347)] = 107662, + [SMALL_STATE(2348)] = 107720, + [SMALL_STATE(2349)] = 107778, + [SMALL_STATE(2350)] = 107833, + [SMALL_STATE(2351)] = 107888, + [SMALL_STATE(2352)] = 107943, + [SMALL_STATE(2353)] = 108000, + [SMALL_STATE(2354)] = 108059, + [SMALL_STATE(2355)] = 108118, + [SMALL_STATE(2356)] = 108177, + [SMALL_STATE(2357)] = 108234, + [SMALL_STATE(2358)] = 108291, + [SMALL_STATE(2359)] = 108346, + [SMALL_STATE(2360)] = 108403, + [SMALL_STATE(2361)] = 108460, + [SMALL_STATE(2362)] = 108515, + [SMALL_STATE(2363)] = 108574, + [SMALL_STATE(2364)] = 108631, + [SMALL_STATE(2365)] = 108690, + [SMALL_STATE(2366)] = 108743, + [SMALL_STATE(2367)] = 108800, + [SMALL_STATE(2368)] = 108853, + [SMALL_STATE(2369)] = 108910, + [SMALL_STATE(2370)] = 108969, + [SMALL_STATE(2371)] = 109028, + [SMALL_STATE(2372)] = 109085, + [SMALL_STATE(2373)] = 109142, + [SMALL_STATE(2374)] = 109201, + [SMALL_STATE(2375)] = 109258, + [SMALL_STATE(2376)] = 109317, + [SMALL_STATE(2377)] = 109370, + [SMALL_STATE(2378)] = 109427, + [SMALL_STATE(2379)] = 109482, + [SMALL_STATE(2380)] = 109541, + [SMALL_STATE(2381)] = 109624, + [SMALL_STATE(2382)] = 109683, + [SMALL_STATE(2383)] = 109736, + [SMALL_STATE(2384)] = 109789, + [SMALL_STATE(2385)] = 109842, + [SMALL_STATE(2386)] = 109901, + [SMALL_STATE(2387)] = 109956, + [SMALL_STATE(2388)] = 110015, + [SMALL_STATE(2389)] = 110074, + [SMALL_STATE(2390)] = 110133, + [SMALL_STATE(2391)] = 110192, + [SMALL_STATE(2392)] = 110251, + [SMALL_STATE(2393)] = 110303, + [SMALL_STATE(2394)] = 110359, + [SMALL_STATE(2395)] = 110413, + [SMALL_STATE(2396)] = 110465, + [SMALL_STATE(2397)] = 110521, + [SMALL_STATE(2398)] = 110599, + [SMALL_STATE(2399)] = 110653, + [SMALL_STATE(2400)] = 110711, + [SMALL_STATE(2401)] = 110765, + [SMALL_STATE(2402)] = 110819, + [SMALL_STATE(2403)] = 110871, + [SMALL_STATE(2404)] = 110925, + [SMALL_STATE(2405)] = 110977, + [SMALL_STATE(2406)] = 111031, + [SMALL_STATE(2407)] = 111089, + [SMALL_STATE(2408)] = 111143, + [SMALL_STATE(2409)] = 111197, + [SMALL_STATE(2410)] = 111253, + [SMALL_STATE(2411)] = 111317, + [SMALL_STATE(2412)] = 111369, + [SMALL_STATE(2413)] = 111421, + [SMALL_STATE(2414)] = 111477, + [SMALL_STATE(2415)] = 111539, + [SMALL_STATE(2416)] = 111591, + [SMALL_STATE(2417)] = 111643, + [SMALL_STATE(2418)] = 111697, + [SMALL_STATE(2419)] = 111751, + [SMALL_STATE(2420)] = 111805, + [SMALL_STATE(2421)] = 111859, + [SMALL_STATE(2422)] = 111923, + [SMALL_STATE(2423)] = 111979, + [SMALL_STATE(2424)] = 112033, + [SMALL_STATE(2425)] = 112087, + [SMALL_STATE(2426)] = 112139, + [SMALL_STATE(2427)] = 112193, + [SMALL_STATE(2428)] = 112249, + [SMALL_STATE(2429)] = 112303, + [SMALL_STATE(2430)] = 112355, + [SMALL_STATE(2431)] = 112409, + [SMALL_STATE(2432)] = 112473, + [SMALL_STATE(2433)] = 112527, + [SMALL_STATE(2434)] = 112579, + [SMALL_STATE(2435)] = 112637, + [SMALL_STATE(2436)] = 112691, + [SMALL_STATE(2437)] = 112743, + [SMALL_STATE(2438)] = 112797, + [SMALL_STATE(2439)] = 112849, + [SMALL_STATE(2440)] = 112905, + [SMALL_STATE(2441)] = 112957, + [SMALL_STATE(2442)] = 113013, + [SMALL_STATE(2443)] = 113065, + [SMALL_STATE(2444)] = 113121, + [SMALL_STATE(2445)] = 113175, + [SMALL_STATE(2446)] = 113228, + [SMALL_STATE(2447)] = 113279, + [SMALL_STATE(2448)] = 113332, + [SMALL_STATE(2449)] = 113385, + [SMALL_STATE(2450)] = 113442, + [SMALL_STATE(2451)] = 113499, + [SMALL_STATE(2452)] = 113556, + [SMALL_STATE(2453)] = 113607, + [SMALL_STATE(2454)] = 113658, + [SMALL_STATE(2455)] = 113709, + [SMALL_STATE(2456)] = 113762, + [SMALL_STATE(2457)] = 113815, + [SMALL_STATE(2458)] = 113866, + [SMALL_STATE(2459)] = 113917, + [SMALL_STATE(2460)] = 113970, + [SMALL_STATE(2461)] = 114021, + [SMALL_STATE(2462)] = 114072, + [SMALL_STATE(2463)] = 114123, + [SMALL_STATE(2464)] = 114174, + [SMALL_STATE(2465)] = 114231, + [SMALL_STATE(2466)] = 114282, + [SMALL_STATE(2467)] = 114333, + [SMALL_STATE(2468)] = 114384, + [SMALL_STATE(2469)] = 114435, + [SMALL_STATE(2470)] = 114486, + [SMALL_STATE(2471)] = 114541, + [SMALL_STATE(2472)] = 114592, + [SMALL_STATE(2473)] = 114643, + [SMALL_STATE(2474)] = 114700, + [SMALL_STATE(2475)] = 114751, + [SMALL_STATE(2476)] = 114802, + [SMALL_STATE(2477)] = 114853, + [SMALL_STATE(2478)] = 114904, + [SMALL_STATE(2479)] = 114955, + [SMALL_STATE(2480)] = 115012, + [SMALL_STATE(2481)] = 115063, + [SMALL_STATE(2482)] = 115114, + [SMALL_STATE(2483)] = 115169, + [SMALL_STATE(2484)] = 115220, + [SMALL_STATE(2485)] = 115271, + [SMALL_STATE(2486)] = 115322, + [SMALL_STATE(2487)] = 115373, + [SMALL_STATE(2488)] = 115426, + [SMALL_STATE(2489)] = 115477, + [SMALL_STATE(2490)] = 115530, + [SMALL_STATE(2491)] = 115583, + [SMALL_STATE(2492)] = 115636, + [SMALL_STATE(2493)] = 115693, + [SMALL_STATE(2494)] = 115744, + [SMALL_STATE(2495)] = 115795, + [SMALL_STATE(2496)] = 115846, + [SMALL_STATE(2497)] = 115897, + [SMALL_STATE(2498)] = 115948, + [SMALL_STATE(2499)] = 115999, + [SMALL_STATE(2500)] = 116050, + [SMALL_STATE(2501)] = 116101, + [SMALL_STATE(2502)] = 116156, + [SMALL_STATE(2503)] = 116207, + [SMALL_STATE(2504)] = 116264, + [SMALL_STATE(2505)] = 116315, + [SMALL_STATE(2506)] = 116366, + [SMALL_STATE(2507)] = 116417, + [SMALL_STATE(2508)] = 116472, + [SMALL_STATE(2509)] = 116523, + [SMALL_STATE(2510)] = 116574, + [SMALL_STATE(2511)] = 116625, + [SMALL_STATE(2512)] = 116676, + [SMALL_STATE(2513)] = 116733, + [SMALL_STATE(2514)] = 116784, + [SMALL_STATE(2515)] = 116835, + [SMALL_STATE(2516)] = 116886, + [SMALL_STATE(2517)] = 116937, + [SMALL_STATE(2518)] = 116988, + [SMALL_STATE(2519)] = 117039, + [SMALL_STATE(2520)] = 117090, + [SMALL_STATE(2521)] = 117147, + [SMALL_STATE(2522)] = 117202, + [SMALL_STATE(2523)] = 117253, + [SMALL_STATE(2524)] = 117306, + [SMALL_STATE(2525)] = 117357, + [SMALL_STATE(2526)] = 117408, + [SMALL_STATE(2527)] = 117459, + [SMALL_STATE(2528)] = 117510, + [SMALL_STATE(2529)] = 117561, + [SMALL_STATE(2530)] = 117612, + [SMALL_STATE(2531)] = 117663, + [SMALL_STATE(2532)] = 117714, + [SMALL_STATE(2533)] = 117771, + [SMALL_STATE(2534)] = 117822, + [SMALL_STATE(2535)] = 117877, + [SMALL_STATE(2536)] = 117928, + [SMALL_STATE(2537)] = 117979, + [SMALL_STATE(2538)] = 118030, + [SMALL_STATE(2539)] = 118081, + [SMALL_STATE(2540)] = 118132, + [SMALL_STATE(2541)] = 118183, + [SMALL_STATE(2542)] = 118234, + [SMALL_STATE(2543)] = 118285, + [SMALL_STATE(2544)] = 118336, + [SMALL_STATE(2545)] = 118387, + [SMALL_STATE(2546)] = 118442, + [SMALL_STATE(2547)] = 118493, + [SMALL_STATE(2548)] = 118544, + [SMALL_STATE(2549)] = 118595, + [SMALL_STATE(2550)] = 118646, + [SMALL_STATE(2551)] = 118697, + [SMALL_STATE(2552)] = 118748, + [SMALL_STATE(2553)] = 118801, + [SMALL_STATE(2554)] = 118858, + [SMALL_STATE(2555)] = 118909, + [SMALL_STATE(2556)] = 118960, + [SMALL_STATE(2557)] = 119011, + [SMALL_STATE(2558)] = 119062, + [SMALL_STATE(2559)] = 119113, + [SMALL_STATE(2560)] = 119170, + [SMALL_STATE(2561)] = 119221, + [SMALL_STATE(2562)] = 119272, + [SMALL_STATE(2563)] = 119323, + [SMALL_STATE(2564)] = 119374, + [SMALL_STATE(2565)] = 119427, + [SMALL_STATE(2566)] = 119476, + [SMALL_STATE(2567)] = 119529, + [SMALL_STATE(2568)] = 119580, + [SMALL_STATE(2569)] = 119637, + [SMALL_STATE(2570)] = 119688, + [SMALL_STATE(2571)] = 119741, + [SMALL_STATE(2572)] = 119792, + [SMALL_STATE(2573)] = 119843, + [SMALL_STATE(2574)] = 119924, + [SMALL_STATE(2575)] = 119975, + [SMALL_STATE(2576)] = 120026, + [SMALL_STATE(2577)] = 120081, + [SMALL_STATE(2578)] = 120132, + [SMALL_STATE(2579)] = 120183, + [SMALL_STATE(2580)] = 120234, + [SMALL_STATE(2581)] = 120285, + [SMALL_STATE(2582)] = 120336, + [SMALL_STATE(2583)] = 120389, + [SMALL_STATE(2584)] = 120442, + [SMALL_STATE(2585)] = 120493, + [SMALL_STATE(2586)] = 120544, + [SMALL_STATE(2587)] = 120595, + [SMALL_STATE(2588)] = 120646, + [SMALL_STATE(2589)] = 120703, + [SMALL_STATE(2590)] = 120754, + [SMALL_STATE(2591)] = 120811, + [SMALL_STATE(2592)] = 120862, + [SMALL_STATE(2593)] = 120913, + [SMALL_STATE(2594)] = 120964, + [SMALL_STATE(2595)] = 121015, + [SMALL_STATE(2596)] = 121066, + [SMALL_STATE(2597)] = 121116, + [SMALL_STATE(2598)] = 121166, + [SMALL_STATE(2599)] = 121216, + [SMALL_STATE(2600)] = 121268, + [SMALL_STATE(2601)] = 121318, + [SMALL_STATE(2602)] = 121368, + [SMALL_STATE(2603)] = 121440, + [SMALL_STATE(2604)] = 121490, + [SMALL_STATE(2605)] = 121540, + [SMALL_STATE(2606)] = 121590, + [SMALL_STATE(2607)] = 121640, + [SMALL_STATE(2608)] = 121692, + [SMALL_STATE(2609)] = 121742, + [SMALL_STATE(2610)] = 121792, + [SMALL_STATE(2611)] = 121850, + [SMALL_STATE(2612)] = 121900, + [SMALL_STATE(2613)] = 121950, + [SMALL_STATE(2614)] = 122000, + [SMALL_STATE(2615)] = 122054, + [SMALL_STATE(2616)] = 122104, + [SMALL_STATE(2617)] = 122154, + [SMALL_STATE(2618)] = 122204, + [SMALL_STATE(2619)] = 122254, + [SMALL_STATE(2620)] = 122310, + [SMALL_STATE(2621)] = 122382, + [SMALL_STATE(2622)] = 122432, + [SMALL_STATE(2623)] = 122490, + [SMALL_STATE(2624)] = 122540, + [SMALL_STATE(2625)] = 122590, + [SMALL_STATE(2626)] = 122640, + [SMALL_STATE(2627)] = 122690, + [SMALL_STATE(2628)] = 122740, + [SMALL_STATE(2629)] = 122790, + [SMALL_STATE(2630)] = 122840, + [SMALL_STATE(2631)] = 122890, + [SMALL_STATE(2632)] = 122940, + [SMALL_STATE(2633)] = 122990, + [SMALL_STATE(2634)] = 123040, + [SMALL_STATE(2635)] = 123090, + [SMALL_STATE(2636)] = 123140, + [SMALL_STATE(2637)] = 123190, + [SMALL_STATE(2638)] = 123240, + [SMALL_STATE(2639)] = 123290, + [SMALL_STATE(2640)] = 123340, + [SMALL_STATE(2641)] = 123390, + [SMALL_STATE(2642)] = 123440, + [SMALL_STATE(2643)] = 123490, + [SMALL_STATE(2644)] = 123540, + [SMALL_STATE(2645)] = 123590, + [SMALL_STATE(2646)] = 123640, + [SMALL_STATE(2647)] = 123690, + [SMALL_STATE(2648)] = 123740, + [SMALL_STATE(2649)] = 123790, + [SMALL_STATE(2650)] = 123840, + [SMALL_STATE(2651)] = 123890, + [SMALL_STATE(2652)] = 123940, + [SMALL_STATE(2653)] = 123990, + [SMALL_STATE(2654)] = 124040, + [SMALL_STATE(2655)] = 124090, + [SMALL_STATE(2656)] = 124140, + [SMALL_STATE(2657)] = 124190, + [SMALL_STATE(2658)] = 124240, + [SMALL_STATE(2659)] = 124290, + [SMALL_STATE(2660)] = 124340, + [SMALL_STATE(2661)] = 124396, + [SMALL_STATE(2662)] = 124446, + [SMALL_STATE(2663)] = 124496, + [SMALL_STATE(2664)] = 124546, + [SMALL_STATE(2665)] = 124596, + [SMALL_STATE(2666)] = 124646, + [SMALL_STATE(2667)] = 124718, + [SMALL_STATE(2668)] = 124768, + [SMALL_STATE(2669)] = 124818, + [SMALL_STATE(2670)] = 124868, + [SMALL_STATE(2671)] = 124918, + [SMALL_STATE(2672)] = 124990, + [SMALL_STATE(2673)] = 125062, + [SMALL_STATE(2674)] = 125112, + [SMALL_STATE(2675)] = 125162, + [SMALL_STATE(2676)] = 125212, + [SMALL_STATE(2677)] = 125262, + [SMALL_STATE(2678)] = 125312, + [SMALL_STATE(2679)] = 125362, + [SMALL_STATE(2680)] = 125412, + [SMALL_STATE(2681)] = 125462, + [SMALL_STATE(2682)] = 125512, + [SMALL_STATE(2683)] = 125568, + [SMALL_STATE(2684)] = 125618, + [SMALL_STATE(2685)] = 125668, + [SMALL_STATE(2686)] = 125718, + [SMALL_STATE(2687)] = 125768, + [SMALL_STATE(2688)] = 125818, + [SMALL_STATE(2689)] = 125868, + [SMALL_STATE(2690)] = 125918, + [SMALL_STATE(2691)] = 125968, + [SMALL_STATE(2692)] = 126018, + [SMALL_STATE(2693)] = 126090, + [SMALL_STATE(2694)] = 126140, + [SMALL_STATE(2695)] = 126190, + [SMALL_STATE(2696)] = 126240, + [SMALL_STATE(2697)] = 126290, + [SMALL_STATE(2698)] = 126340, + [SMALL_STATE(2699)] = 126416, + [SMALL_STATE(2700)] = 126466, + [SMALL_STATE(2701)] = 126516, + [SMALL_STATE(2702)] = 126566, + [SMALL_STATE(2703)] = 126616, + [SMALL_STATE(2704)] = 126666, + [SMALL_STATE(2705)] = 126724, + [SMALL_STATE(2706)] = 126774, + [SMALL_STATE(2707)] = 126824, + [SMALL_STATE(2708)] = 126874, + [SMALL_STATE(2709)] = 126924, + [SMALL_STATE(2710)] = 126974, + [SMALL_STATE(2711)] = 127024, + [SMALL_STATE(2712)] = 127074, + [SMALL_STATE(2713)] = 127124, + [SMALL_STATE(2714)] = 127174, + [SMALL_STATE(2715)] = 127224, + [SMALL_STATE(2716)] = 127274, + [SMALL_STATE(2717)] = 127324, + [SMALL_STATE(2718)] = 127381, + [SMALL_STATE(2719)] = 127436, + [SMALL_STATE(2720)] = 127487, + [SMALL_STATE(2721)] = 127544, + [SMALL_STATE(2722)] = 127593, + [SMALL_STATE(2723)] = 127644, + [SMALL_STATE(2724)] = 127695, + [SMALL_STATE(2725)] = 127746, + [SMALL_STATE(2726)] = 127797, + [SMALL_STATE(2727)] = 127852, + [SMALL_STATE(2728)] = 127901, + [SMALL_STATE(2729)] = 127950, + [SMALL_STATE(2730)] = 128005, + [SMALL_STATE(2731)] = 128074, + [SMALL_STATE(2732)] = 128125, + [SMALL_STATE(2733)] = 128180, + [SMALL_STATE(2734)] = 128235, + [SMALL_STATE(2735)] = 128304, + [SMALL_STATE(2736)] = 128359, + [SMALL_STATE(2737)] = 128414, + [SMALL_STATE(2738)] = 128463, + [SMALL_STATE(2739)] = 128518, + [SMALL_STATE(2740)] = 128567, + [SMALL_STATE(2741)] = 128622, + [SMALL_STATE(2742)] = 128671, + [SMALL_STATE(2743)] = 128737, + [SMALL_STATE(2744)] = 128803, + [SMALL_STATE(2745)] = 128851, + [SMALL_STATE(2746)] = 128933, + [SMALL_STATE(2747)] = 129015, + [SMALL_STATE(2748)] = 129063, + [SMALL_STATE(2749)] = 129129, + [SMALL_STATE(2750)] = 129177, + [SMALL_STATE(2751)] = 129225, + [SMALL_STATE(2752)] = 129273, + [SMALL_STATE(2753)] = 129321, + [SMALL_STATE(2754)] = 129369, + [SMALL_STATE(2755)] = 129417, + [SMALL_STATE(2756)] = 129465, + [SMALL_STATE(2757)] = 129515, + [SMALL_STATE(2758)] = 129563, + [SMALL_STATE(2759)] = 129611, + [SMALL_STATE(2760)] = 129659, + [SMALL_STATE(2761)] = 129707, + [SMALL_STATE(2762)] = 129755, + [SMALL_STATE(2763)] = 129803, + [SMALL_STATE(2764)] = 129851, + [SMALL_STATE(2765)] = 129917, + [SMALL_STATE(2766)] = 129965, + [SMALL_STATE(2767)] = 130031, + [SMALL_STATE(2768)] = 130097, + [SMALL_STATE(2769)] = 130145, + [SMALL_STATE(2770)] = 130197, + [SMALL_STATE(2771)] = 130245, + [SMALL_STATE(2772)] = 130293, + [SMALL_STATE(2773)] = 130341, + [SMALL_STATE(2774)] = 130389, + [SMALL_STATE(2775)] = 130437, + [SMALL_STATE(2776)] = 130491, + [SMALL_STATE(2777)] = 130557, + [SMALL_STATE(2778)] = 130611, + [SMALL_STATE(2779)] = 130677, + [SMALL_STATE(2780)] = 130743, + [SMALL_STATE(2781)] = 130791, + [SMALL_STATE(2782)] = 130861, + [SMALL_STATE(2783)] = 130915, + [SMALL_STATE(2784)] = 130985, + [SMALL_STATE(2785)] = 131033, + [SMALL_STATE(2786)] = 131081, + [SMALL_STATE(2787)] = 131129, + [SMALL_STATE(2788)] = 131177, + [SMALL_STATE(2789)] = 131225, + [SMALL_STATE(2790)] = 131281, + [SMALL_STATE(2791)] = 131327, + [SMALL_STATE(2792)] = 131381, + [SMALL_STATE(2793)] = 131433, + [SMALL_STATE(2794)] = 131481, + [SMALL_STATE(2795)] = 131535, + [SMALL_STATE(2796)] = 131583, + [SMALL_STATE(2797)] = 131631, + [SMALL_STATE(2798)] = 131679, + [SMALL_STATE(2799)] = 131727, + [SMALL_STATE(2800)] = 131777, + [SMALL_STATE(2801)] = 131825, + [SMALL_STATE(2802)] = 131879, + [SMALL_STATE(2803)] = 131927, + [SMALL_STATE(2804)] = 131981, + [SMALL_STATE(2805)] = 132029, + [SMALL_STATE(2806)] = 132077, + [SMALL_STATE(2807)] = 132129, + [SMALL_STATE(2808)] = 132177, + [SMALL_STATE(2809)] = 132225, + [SMALL_STATE(2810)] = 132273, + [SMALL_STATE(2811)] = 132321, + [SMALL_STATE(2812)] = 132369, + [SMALL_STATE(2813)] = 132423, + [SMALL_STATE(2814)] = 132471, + [SMALL_STATE(2815)] = 132525, + [SMALL_STATE(2816)] = 132573, + [SMALL_STATE(2817)] = 132621, + [SMALL_STATE(2818)] = 132675, + [SMALL_STATE(2819)] = 132741, + [SMALL_STATE(2820)] = 132807, + [SMALL_STATE(2821)] = 132873, + [SMALL_STATE(2822)] = 132921, + [SMALL_STATE(2823)] = 132975, + [SMALL_STATE(2824)] = 133023, + [SMALL_STATE(2825)] = 133071, + [SMALL_STATE(2826)] = 133119, + [SMALL_STATE(2827)] = 133189, + [SMALL_STATE(2828)] = 133259, + [SMALL_STATE(2829)] = 133329, + [SMALL_STATE(2830)] = 133377, + [SMALL_STATE(2831)] = 133447, + [SMALL_STATE(2832)] = 133500, + [SMALL_STATE(2833)] = 133553, + [SMALL_STATE(2834)] = 133606, + [SMALL_STATE(2835)] = 133653, + [SMALL_STATE(2836)] = 133700, + [SMALL_STATE(2837)] = 133753, + [SMALL_STATE(2838)] = 133800, + [SMALL_STATE(2839)] = 133879, + [SMALL_STATE(2840)] = 133956, + [SMALL_STATE(2841)] = 134003, + [SMALL_STATE(2842)] = 134078, + [SMALL_STATE(2843)] = 134151, + [SMALL_STATE(2844)] = 134196, + [SMALL_STATE(2845)] = 134267, + [SMALL_STATE(2846)] = 134336, + [SMALL_STATE(2847)] = 134403, + [SMALL_STATE(2848)] = 134456, + [SMALL_STATE(2849)] = 134513, + [SMALL_STATE(2850)] = 134562, + [SMALL_STATE(2851)] = 134607, + [SMALL_STATE(2852)] = 134652, + [SMALL_STATE(2853)] = 134705, + [SMALL_STATE(2854)] = 134758, + [SMALL_STATE(2855)] = 134807, + [SMALL_STATE(2856)] = 134872, + [SMALL_STATE(2857)] = 134927, + [SMALL_STATE(2858)] = 134972, + [SMALL_STATE(2859)] = 135033, + [SMALL_STATE(2860)] = 135112, + [SMALL_STATE(2861)] = 135161, + [SMALL_STATE(2862)] = 135210, + [SMALL_STATE(2863)] = 135259, + [SMALL_STATE(2864)] = 135308, + [SMALL_STATE(2865)] = 135353, + [SMALL_STATE(2866)] = 135406, + [SMALL_STATE(2867)] = 135459, + [SMALL_STATE(2868)] = 135512, + [SMALL_STATE(2869)] = 135565, + [SMALL_STATE(2870)] = 135618, + [SMALL_STATE(2871)] = 135671, + [SMALL_STATE(2872)] = 135718, + [SMALL_STATE(2873)] = 135799, + [SMALL_STATE(2874)] = 135880, + [SMALL_STATE(2875)] = 135959, + [SMALL_STATE(2876)] = 136011, + [SMALL_STATE(2877)] = 136063, + [SMALL_STATE(2878)] = 136127, + [SMALL_STATE(2879)] = 136191, + [SMALL_STATE(2880)] = 136237, + [SMALL_STATE(2881)] = 136289, + [SMALL_STATE(2882)] = 136341, + [SMALL_STATE(2883)] = 136387, + [SMALL_STATE(2884)] = 136451, + [SMALL_STATE(2885)] = 136503, + [SMALL_STATE(2886)] = 136547, + [SMALL_STATE(2887)] = 136615, + [SMALL_STATE(2888)] = 136679, + [SMALL_STATE(2889)] = 136743, + [SMALL_STATE(2890)] = 136795, + [SMALL_STATE(2891)] = 136851, + [SMALL_STATE(2892)] = 136897, + [SMALL_STATE(2893)] = 136967, + [SMALL_STATE(2894)] = 137019, + [SMALL_STATE(2895)] = 137093, + [SMALL_STATE(2896)] = 137145, + [SMALL_STATE(2897)] = 137217, + [SMALL_STATE(2898)] = 137271, + [SMALL_STATE(2899)] = 137349, + [SMALL_STATE(2900)] = 137401, + [SMALL_STATE(2901)] = 137453, + [SMALL_STATE(2902)] = 137517, + [SMALL_STATE(2903)] = 137569, + [SMALL_STATE(2904)] = 137621, + [SMALL_STATE(2905)] = 137695, + [SMALL_STATE(2906)] = 137771, + [SMALL_STATE(2907)] = 137839, + [SMALL_STATE(2908)] = 137889, + [SMALL_STATE(2909)] = 137941, + [SMALL_STATE(2910)] = 137989, + [SMALL_STATE(2911)] = 138065, + [SMALL_STATE(2912)] = 138137, + [SMALL_STATE(2913)] = 138187, + [SMALL_STATE(2914)] = 138239, + [SMALL_STATE(2915)] = 138305, + [SMALL_STATE(2916)] = 138369, + [SMALL_STATE(2917)] = 138421, + [SMALL_STATE(2918)] = 138471, + [SMALL_STATE(2919)] = 138549, + [SMALL_STATE(2920)] = 138601, + [SMALL_STATE(2921)] = 138665, + [SMALL_STATE(2922)] = 138729, + [SMALL_STATE(2923)] = 138781, + [SMALL_STATE(2924)] = 138859, + [SMALL_STATE(2925)] = 138911, + [SMALL_STATE(2926)] = 138971, + [SMALL_STATE(2927)] = 139035, + [SMALL_STATE(2928)] = 139089, + [SMALL_STATE(2929)] = 139167, + [SMALL_STATE(2930)] = 139231, + [SMALL_STATE(2931)] = 139301, + [SMALL_STATE(2932)] = 139353, + [SMALL_STATE(2933)] = 139417, + [SMALL_STATE(2934)] = 139465, + [SMALL_STATE(2935)] = 139529, + [SMALL_STATE(2936)] = 139589, + [SMALL_STATE(2937)] = 139643, + [SMALL_STATE(2938)] = 139707, + [SMALL_STATE(2939)] = 139753, + [SMALL_STATE(2940)] = 139805, + [SMALL_STATE(2941)] = 139857, + [SMALL_STATE(2942)] = 139905, + [SMALL_STATE(2943)] = 139961, + [SMALL_STATE(2944)] = 140027, + [SMALL_STATE(2945)] = 140074, + [SMALL_STATE(2946)] = 140143, + [SMALL_STATE(2947)] = 140188, + [SMALL_STATE(2948)] = 140259, + [SMALL_STATE(2949)] = 140332, + [SMALL_STATE(2950)] = 140379, + [SMALL_STATE(2951)] = 140426, + [SMALL_STATE(2952)] = 140473, + [SMALL_STATE(2953)] = 140518, + [SMALL_STATE(2954)] = 140563, + [SMALL_STATE(2955)] = 140614, + [SMALL_STATE(2956)] = 140659, + [SMALL_STATE(2957)] = 140718, + [SMALL_STATE(2958)] = 140771, + [SMALL_STATE(2959)] = 140834, + [SMALL_STATE(2960)] = 140879, + [SMALL_STATE(2961)] = 140954, + [SMALL_STATE(2962)] = 141003, + [SMALL_STATE(2963)] = 141080, + [SMALL_STATE(2964)] = 141131, + [SMALL_STATE(2965)] = 141182, + [SMALL_STATE(2966)] = 141229, + [SMALL_STATE(2967)] = 141274, + [SMALL_STATE(2968)] = 141319, + [SMALL_STATE(2969)] = 141372, + [SMALL_STATE(2970)] = 141417, + [SMALL_STATE(2971)] = 141462, + [SMALL_STATE(2972)] = 141517, + [SMALL_STATE(2973)] = 141582, + [SMALL_STATE(2974)] = 141649, + [SMALL_STATE(2975)] = 141694, + [SMALL_STATE(2976)] = 141745, + [SMALL_STATE(2977)] = 141792, + [SMALL_STATE(2978)] = 141839, + [SMALL_STATE(2979)] = 141886, + [SMALL_STATE(2980)] = 141931, + [SMALL_STATE(2981)] = 141978, + [SMALL_STATE(2982)] = 142023, + [SMALL_STATE(2983)] = 142074, + [SMALL_STATE(2984)] = 142119, + [SMALL_STATE(2985)] = 142164, + [SMALL_STATE(2986)] = 142237, + [SMALL_STATE(2987)] = 142282, + [SMALL_STATE(2988)] = 142327, + [SMALL_STATE(2989)] = 142380, + [SMALL_STATE(2990)] = 142431, + [SMALL_STATE(2991)] = 142476, + [SMALL_STATE(2992)] = 142521, + [SMALL_STATE(2993)] = 142566, + [SMALL_STATE(2994)] = 142611, + [SMALL_STATE(2995)] = 142660, + [SMALL_STATE(2996)] = 142724, + [SMALL_STATE(2997)] = 142768, + [SMALL_STATE(2998)] = 142814, + [SMALL_STATE(2999)] = 142884, + [SMALL_STATE(3000)] = 142932, + [SMALL_STATE(3001)] = 142976, + [SMALL_STATE(3002)] = 143022, + [SMALL_STATE(3003)] = 143072, + [SMALL_STATE(3004)] = 143144, + [SMALL_STATE(3005)] = 143190, + [SMALL_STATE(3006)] = 143234, + [SMALL_STATE(3007)] = 143302, + [SMALL_STATE(3008)] = 143346, + [SMALL_STATE(3009)] = 143416, + [SMALL_STATE(3010)] = 143460, + [SMALL_STATE(3011)] = 143504, + [SMALL_STATE(3012)] = 143548, + [SMALL_STATE(3013)] = 143592, + [SMALL_STATE(3014)] = 143636, + [SMALL_STATE(3015)] = 143680, + [SMALL_STATE(3016)] = 143724, + [SMALL_STATE(3017)] = 143768, + [SMALL_STATE(3018)] = 143812, + [SMALL_STATE(3019)] = 143858, + [SMALL_STATE(3020)] = 143908, + [SMALL_STATE(3021)] = 143952, + [SMALL_STATE(3022)] = 143998, + [SMALL_STATE(3023)] = 144042, + [SMALL_STATE(3024)] = 144094, + [SMALL_STATE(3025)] = 144138, + [SMALL_STATE(3026)] = 144182, + [SMALL_STATE(3027)] = 144232, + [SMALL_STATE(3028)] = 144276, + [SMALL_STATE(3029)] = 144320, + [SMALL_STATE(3030)] = 144368, + [SMALL_STATE(3031)] = 144412, + [SMALL_STATE(3032)] = 144456, + [SMALL_STATE(3033)] = 144500, + [SMALL_STATE(3034)] = 144544, + [SMALL_STATE(3035)] = 144588, + [SMALL_STATE(3036)] = 144658, + [SMALL_STATE(3037)] = 144702, + [SMALL_STATE(3038)] = 144746, + [SMALL_STATE(3039)] = 144816, + [SMALL_STATE(3040)] = 144860, + [SMALL_STATE(3041)] = 144906, + [SMALL_STATE(3042)] = 144954, + [SMALL_STATE(3043)] = 145024, + [SMALL_STATE(3044)] = 145068, + [SMALL_STATE(3045)] = 145112, + [SMALL_STATE(3046)] = 145156, + [SMALL_STATE(3047)] = 145200, + [SMALL_STATE(3048)] = 145244, + [SMALL_STATE(3049)] = 145288, + [SMALL_STATE(3050)] = 145332, + [SMALL_STATE(3051)] = 145376, + [SMALL_STATE(3052)] = 145442, + [SMALL_STATE(3053)] = 145486, + [SMALL_STATE(3054)] = 145530, + [SMALL_STATE(3055)] = 145582, + [SMALL_STATE(3056)] = 145626, + [SMALL_STATE(3057)] = 145688, + [SMALL_STATE(3058)] = 145732, + [SMALL_STATE(3059)] = 145782, + [SMALL_STATE(3060)] = 145826, + [SMALL_STATE(3061)] = 145870, + [SMALL_STATE(3062)] = 145914, + [SMALL_STATE(3063)] = 145958, + [SMALL_STATE(3064)] = 146018, + [SMALL_STATE(3065)] = 146062, + [SMALL_STATE(3066)] = 146106, + [SMALL_STATE(3067)] = 146156, + [SMALL_STATE(3068)] = 146200, + [SMALL_STATE(3069)] = 146250, + [SMALL_STATE(3070)] = 146320, + [SMALL_STATE(3071)] = 146366, + [SMALL_STATE(3072)] = 146412, + [SMALL_STATE(3073)] = 146456, + [SMALL_STATE(3074)] = 146510, + [SMALL_STATE(3075)] = 146554, + [SMALL_STATE(3076)] = 146604, + [SMALL_STATE(3077)] = 146648, + [SMALL_STATE(3078)] = 146704, + [SMALL_STATE(3079)] = 146750, + [SMALL_STATE(3080)] = 146794, + [SMALL_STATE(3081)] = 146842, + [SMALL_STATE(3082)] = 146886, + [SMALL_STATE(3083)] = 146930, + [SMALL_STATE(3084)] = 146974, + [SMALL_STATE(3085)] = 147032, + [SMALL_STATE(3086)] = 147078, + [SMALL_STATE(3087)] = 147122, + [SMALL_STATE(3088)] = 147166, + [SMALL_STATE(3089)] = 147218, + [SMALL_STATE(3090)] = 147261, + [SMALL_STATE(3091)] = 147310, + [SMALL_STATE(3092)] = 147367, + [SMALL_STATE(3093)] = 147416, + [SMALL_STATE(3094)] = 147465, + [SMALL_STATE(3095)] = 147524, + [SMALL_STATE(3096)] = 147567, + [SMALL_STATE(3097)] = 147610, + [SMALL_STATE(3098)] = 147653, + [SMALL_STATE(3099)] = 147704, + [SMALL_STATE(3100)] = 147747, + [SMALL_STATE(3101)] = 147790, + [SMALL_STATE(3102)] = 147833, + [SMALL_STATE(3103)] = 147878, + [SMALL_STATE(3104)] = 147925, + [SMALL_STATE(3105)] = 147968, + [SMALL_STATE(3106)] = 148013, + [SMALL_STATE(3107)] = 148060, + [SMALL_STATE(3108)] = 148103, + [SMALL_STATE(3109)] = 148146, + [SMALL_STATE(3110)] = 148207, + [SMALL_STATE(3111)] = 148250, + [SMALL_STATE(3112)] = 148313, + [SMALL_STATE(3113)] = 148368, + [SMALL_STATE(3114)] = 148411, + [SMALL_STATE(3115)] = 148460, + [SMALL_STATE(3116)] = 148527, + [SMALL_STATE(3117)] = 148570, + [SMALL_STATE(3118)] = 148623, + [SMALL_STATE(3119)] = 148668, + [SMALL_STATE(3120)] = 148711, + [SMALL_STATE(3121)] = 148754, + [SMALL_STATE(3122)] = 148799, + [SMALL_STATE(3123)] = 148844, + [SMALL_STATE(3124)] = 148887, + [SMALL_STATE(3125)] = 148934, + [SMALL_STATE(3126)] = 148983, + [SMALL_STATE(3127)] = 149026, + [SMALL_STATE(3128)] = 149069, + [SMALL_STATE(3129)] = 149118, + [SMALL_STATE(3130)] = 149161, + [SMALL_STATE(3131)] = 149204, + [SMALL_STATE(3132)] = 149247, + [SMALL_STATE(3133)] = 149290, + [SMALL_STATE(3134)] = 149339, + [SMALL_STATE(3135)] = 149382, + [SMALL_STATE(3136)] = 149431, + [SMALL_STATE(3137)] = 149474, + [SMALL_STATE(3138)] = 149517, + [SMALL_STATE(3139)] = 149560, + [SMALL_STATE(3140)] = 149603, + [SMALL_STATE(3141)] = 149646, + [SMALL_STATE(3142)] = 149689, + [SMALL_STATE(3143)] = 149732, + [SMALL_STATE(3144)] = 149775, + [SMALL_STATE(3145)] = 149818, + [SMALL_STATE(3146)] = 149861, + [SMALL_STATE(3147)] = 149904, + [SMALL_STATE(3148)] = 149947, + [SMALL_STATE(3149)] = 149990, + [SMALL_STATE(3150)] = 150033, + [SMALL_STATE(3151)] = 150076, + [SMALL_STATE(3152)] = 150119, + [SMALL_STATE(3153)] = 150162, + [SMALL_STATE(3154)] = 150205, + [SMALL_STATE(3155)] = 150254, + [SMALL_STATE(3156)] = 150297, + [SMALL_STATE(3157)] = 150340, + [SMALL_STATE(3158)] = 150383, + [SMALL_STATE(3159)] = 150426, + [SMALL_STATE(3160)] = 150471, + [SMALL_STATE(3161)] = 150514, + [SMALL_STATE(3162)] = 150583, + [SMALL_STATE(3163)] = 150626, + [SMALL_STATE(3164)] = 150675, + [SMALL_STATE(3165)] = 150744, + [SMALL_STATE(3166)] = 150787, + [SMALL_STATE(3167)] = 150830, + [SMALL_STATE(3168)] = 150879, + [SMALL_STATE(3169)] = 150928, + [SMALL_STATE(3170)] = 150971, + [SMALL_STATE(3171)] = 151014, + [SMALL_STATE(3172)] = 151057, + [SMALL_STATE(3173)] = 151100, + [SMALL_STATE(3174)] = 151169, + [SMALL_STATE(3175)] = 151212, + [SMALL_STATE(3176)] = 151255, + [SMALL_STATE(3177)] = 151298, + [SMALL_STATE(3178)] = 151367, + [SMALL_STATE(3179)] = 151410, + [SMALL_STATE(3180)] = 151453, + [SMALL_STATE(3181)] = 151496, + [SMALL_STATE(3182)] = 151539, + [SMALL_STATE(3183)] = 151582, + [SMALL_STATE(3184)] = 151625, + [SMALL_STATE(3185)] = 151668, + [SMALL_STATE(3186)] = 151711, + [SMALL_STATE(3187)] = 151754, + [SMALL_STATE(3188)] = 151819, + [SMALL_STATE(3189)] = 151862, + [SMALL_STATE(3190)] = 151911, + [SMALL_STATE(3191)] = 151956, + [SMALL_STATE(3192)] = 152001, + [SMALL_STATE(3193)] = 152044, + [SMALL_STATE(3194)] = 152087, + [SMALL_STATE(3195)] = 152156, + [SMALL_STATE(3196)] = 152199, + [SMALL_STATE(3197)] = 152242, + [SMALL_STATE(3198)] = 152285, + [SMALL_STATE(3199)] = 152328, + [SMALL_STATE(3200)] = 152371, + [SMALL_STATE(3201)] = 152414, + [SMALL_STATE(3202)] = 152459, + [SMALL_STATE(3203)] = 152502, + [SMALL_STATE(3204)] = 152545, + [SMALL_STATE(3205)] = 152592, + [SMALL_STATE(3206)] = 152635, + [SMALL_STATE(3207)] = 152678, + [SMALL_STATE(3208)] = 152721, + [SMALL_STATE(3209)] = 152764, + [SMALL_STATE(3210)] = 152813, + [SMALL_STATE(3211)] = 152856, + [SMALL_STATE(3212)] = 152899, + [SMALL_STATE(3213)] = 152942, + [SMALL_STATE(3214)] = 152989, + [SMALL_STATE(3215)] = 153036, + [SMALL_STATE(3216)] = 153079, + [SMALL_STATE(3217)] = 153122, + [SMALL_STATE(3218)] = 153165, + [SMALL_STATE(3219)] = 153208, + [SMALL_STATE(3220)] = 153251, + [SMALL_STATE(3221)] = 153296, + [SMALL_STATE(3222)] = 153339, + [SMALL_STATE(3223)] = 153382, + [SMALL_STATE(3224)] = 153451, + [SMALL_STATE(3225)] = 153497, + [SMALL_STATE(3226)] = 153541, + [SMALL_STATE(3227)] = 153587, + [SMALL_STATE(3228)] = 153633, + [SMALL_STATE(3229)] = 153675, + [SMALL_STATE(3230)] = 153717, + [SMALL_STATE(3231)] = 153759, + [SMALL_STATE(3232)] = 153801, + [SMALL_STATE(3233)] = 153843, + [SMALL_STATE(3234)] = 153885, + [SMALL_STATE(3235)] = 153927, + [SMALL_STATE(3236)] = 153973, + [SMALL_STATE(3237)] = 154015, + [SMALL_STATE(3238)] = 154061, + [SMALL_STATE(3239)] = 154107, + [SMALL_STATE(3240)] = 154151, + [SMALL_STATE(3241)] = 154193, + [SMALL_STATE(3242)] = 154237, + [SMALL_STATE(3243)] = 154279, + [SMALL_STATE(3244)] = 154321, + [SMALL_STATE(3245)] = 154367, + [SMALL_STATE(3246)] = 154409, + [SMALL_STATE(3247)] = 154451, + [SMALL_STATE(3248)] = 154493, + [SMALL_STATE(3249)] = 154535, + [SMALL_STATE(3250)] = 154585, + [SMALL_STATE(3251)] = 154629, + [SMALL_STATE(3252)] = 154673, + [SMALL_STATE(3253)] = 154720, + [SMALL_STATE(3254)] = 154767, + [SMALL_STATE(3255)] = 154810, + [SMALL_STATE(3256)] = 154853, + [SMALL_STATE(3257)] = 154896, + [SMALL_STATE(3258)] = 154939, + [SMALL_STATE(3259)] = 154986, + [SMALL_STATE(3260)] = 155029, + [SMALL_STATE(3261)] = 155072, + [SMALL_STATE(3262)] = 155113, + [SMALL_STATE(3263)] = 155154, + [SMALL_STATE(3264)] = 155197, + [SMALL_STATE(3265)] = 155240, + [SMALL_STATE(3266)] = 155283, + [SMALL_STATE(3267)] = 155326, + [SMALL_STATE(3268)] = 155371, + [SMALL_STATE(3269)] = 155414, + [SMALL_STATE(3270)] = 155457, + [SMALL_STATE(3271)] = 155498, + [SMALL_STATE(3272)] = 155541, + [SMALL_STATE(3273)] = 155584, + [SMALL_STATE(3274)] = 155627, + [SMALL_STATE(3275)] = 155668, + [SMALL_STATE(3276)] = 155711, + [SMALL_STATE(3277)] = 155752, + [SMALL_STATE(3278)] = 155793, + [SMALL_STATE(3279)] = 155848, + [SMALL_STATE(3280)] = 155889, + [SMALL_STATE(3281)] = 155940, + [SMALL_STATE(3282)] = 155983, + [SMALL_STATE(3283)] = 156040, + [SMALL_STATE(3284)] = 156087, + [SMALL_STATE(3285)] = 156134, + [SMALL_STATE(3286)] = 156177, + [SMALL_STATE(3287)] = 156220, + [SMALL_STATE(3288)] = 156273, + [SMALL_STATE(3289)] = 156332, + [SMALL_STATE(3290)] = 156393, + [SMALL_STATE(3291)] = 156456, + [SMALL_STATE(3292)] = 156521, + [SMALL_STATE(3293)] = 156588, + [SMALL_STATE(3294)] = 156657, + [SMALL_STATE(3295)] = 156728, + [SMALL_STATE(3296)] = 156771, + [SMALL_STATE(3297)] = 156814, + [SMALL_STATE(3298)] = 156855, + [SMALL_STATE(3299)] = 156896, + [SMALL_STATE(3300)] = 156937, + [SMALL_STATE(3301)] = 156980, + [SMALL_STATE(3302)] = 157021, + [SMALL_STATE(3303)] = 157062, + [SMALL_STATE(3304)] = 157103, + [SMALL_STATE(3305)] = 157144, + [SMALL_STATE(3306)] = 157185, + [SMALL_STATE(3307)] = 157228, + [SMALL_STATE(3308)] = 157269, + [SMALL_STATE(3309)] = 157310, + [SMALL_STATE(3310)] = 157351, + [SMALL_STATE(3311)] = 157392, + [SMALL_STATE(3312)] = 157433, + [SMALL_STATE(3313)] = 157474, + [SMALL_STATE(3314)] = 157515, + [SMALL_STATE(3315)] = 157562, + [SMALL_STATE(3316)] = 157605, + [SMALL_STATE(3317)] = 157648, + [SMALL_STATE(3318)] = 157691, + [SMALL_STATE(3319)] = 157734, + [SMALL_STATE(3320)] = 157775, + [SMALL_STATE(3321)] = 157818, + [SMALL_STATE(3322)] = 157863, + [SMALL_STATE(3323)] = 157908, + [SMALL_STATE(3324)] = 157955, + [SMALL_STATE(3325)] = 157998, + [SMALL_STATE(3326)] = 158039, + [SMALL_STATE(3327)] = 158080, + [SMALL_STATE(3328)] = 158121, + [SMALL_STATE(3329)] = 158162, + [SMALL_STATE(3330)] = 158203, + [SMALL_STATE(3331)] = 158248, + [SMALL_STATE(3332)] = 158291, + [SMALL_STATE(3333)] = 158336, + [SMALL_STATE(3334)] = 158377, + [SMALL_STATE(3335)] = 158418, + [SMALL_STATE(3336)] = 158459, + [SMALL_STATE(3337)] = 158504, + [SMALL_STATE(3338)] = 158545, + [SMALL_STATE(3339)] = 158592, + [SMALL_STATE(3340)] = 158633, + [SMALL_STATE(3341)] = 158674, + [SMALL_STATE(3342)] = 158715, + [SMALL_STATE(3343)] = 158756, + [SMALL_STATE(3344)] = 158797, + [SMALL_STATE(3345)] = 158838, + [SMALL_STATE(3346)] = 158885, + [SMALL_STATE(3347)] = 158926, + [SMALL_STATE(3348)] = 158967, + [SMALL_STATE(3349)] = 159008, + [SMALL_STATE(3350)] = 159049, + [SMALL_STATE(3351)] = 159090, + [SMALL_STATE(3352)] = 159131, + [SMALL_STATE(3353)] = 159172, + [SMALL_STATE(3354)] = 159213, + [SMALL_STATE(3355)] = 159258, + [SMALL_STATE(3356)] = 159301, + [SMALL_STATE(3357)] = 159342, + [SMALL_STATE(3358)] = 159389, + [SMALL_STATE(3359)] = 159432, + [SMALL_STATE(3360)] = 159479, + [SMALL_STATE(3361)] = 159520, + [SMALL_STATE(3362)] = 159561, + [SMALL_STATE(3363)] = 159602, + [SMALL_STATE(3364)] = 159643, + [SMALL_STATE(3365)] = 159684, + [SMALL_STATE(3366)] = 159725, + [SMALL_STATE(3367)] = 159766, + [SMALL_STATE(3368)] = 159807, + [SMALL_STATE(3369)] = 159848, + [SMALL_STATE(3370)] = 159889, + [SMALL_STATE(3371)] = 159932, + [SMALL_STATE(3372)] = 159975, + [SMALL_STATE(3373)] = 160019, + [SMALL_STATE(3374)] = 160089, + [SMALL_STATE(3375)] = 160129, + [SMALL_STATE(3376)] = 160169, + [SMALL_STATE(3377)] = 160237, + [SMALL_STATE(3378)] = 160277, + [SMALL_STATE(3379)] = 160317, + [SMALL_STATE(3380)] = 160361, + [SMALL_STATE(3381)] = 160405, + [SMALL_STATE(3382)] = 160449, + [SMALL_STATE(3383)] = 160489, + [SMALL_STATE(3384)] = 160531, + [SMALL_STATE(3385)] = 160597, + [SMALL_STATE(3386)] = 160661, + [SMALL_STATE(3387)] = 160705, + [SMALL_STATE(3388)] = 160747, + [SMALL_STATE(3389)] = 160809, + [SMALL_STATE(3390)] = 160851, + [SMALL_STATE(3391)] = 160911, + [SMALL_STATE(3392)] = 160953, + [SMALL_STATE(3393)] = 160993, + [SMALL_STATE(3394)] = 161051, + [SMALL_STATE(3395)] = 161093, + [SMALL_STATE(3396)] = 161135, + [SMALL_STATE(3397)] = 161187, + [SMALL_STATE(3398)] = 161227, + [SMALL_STATE(3399)] = 161269, + [SMALL_STATE(3400)] = 161309, + [SMALL_STATE(3401)] = 161355, + [SMALL_STATE(3402)] = 161395, + [SMALL_STATE(3403)] = 161451, + [SMALL_STATE(3404)] = 161501, + [SMALL_STATE(3405)] = 161555, + [SMALL_STATE(3406)] = 161595, + [SMALL_STATE(3407)] = 161635, + [SMALL_STATE(3408)] = 161675, + [SMALL_STATE(3409)] = 161715, + [SMALL_STATE(3410)] = 161755, + [SMALL_STATE(3411)] = 161795, + [SMALL_STATE(3412)] = 161835, + [SMALL_STATE(3413)] = 161875, + [SMALL_STATE(3414)] = 161915, + [SMALL_STATE(3415)] = 161955, + [SMALL_STATE(3416)] = 161995, + [SMALL_STATE(3417)] = 162035, + [SMALL_STATE(3418)] = 162075, + [SMALL_STATE(3419)] = 162115, + [SMALL_STATE(3420)] = 162155, + [SMALL_STATE(3421)] = 162195, + [SMALL_STATE(3422)] = 162239, + [SMALL_STATE(3423)] = 162279, + [SMALL_STATE(3424)] = 162319, + [SMALL_STATE(3425)] = 162359, + [SMALL_STATE(3426)] = 162399, + [SMALL_STATE(3427)] = 162439, + [SMALL_STATE(3428)] = 162479, + [SMALL_STATE(3429)] = 162549, + [SMALL_STATE(3430)] = 162589, + [SMALL_STATE(3431)] = 162657, + [SMALL_STATE(3432)] = 162697, + [SMALL_STATE(3433)] = 162763, + [SMALL_STATE(3434)] = 162803, + [SMALL_STATE(3435)] = 162843, + [SMALL_STATE(3436)] = 162907, + [SMALL_STATE(3437)] = 162951, + [SMALL_STATE(3438)] = 163013, + [SMALL_STATE(3439)] = 163055, + [SMALL_STATE(3440)] = 163115, + [SMALL_STATE(3441)] = 163159, + [SMALL_STATE(3442)] = 163217, + [SMALL_STATE(3443)] = 163259, + [SMALL_STATE(3444)] = 163311, + [SMALL_STATE(3445)] = 163351, + [SMALL_STATE(3446)] = 163393, + [SMALL_STATE(3447)] = 163433, + [SMALL_STATE(3448)] = 163479, + [SMALL_STATE(3449)] = 163521, + [SMALL_STATE(3450)] = 163577, + [SMALL_STATE(3451)] = 163619, + [SMALL_STATE(3452)] = 163659, + [SMALL_STATE(3453)] = 163709, + [SMALL_STATE(3454)] = 163749, + [SMALL_STATE(3455)] = 163803, + [SMALL_STATE(3456)] = 163843, + [SMALL_STATE(3457)] = 163883, + [SMALL_STATE(3458)] = 163923, + [SMALL_STATE(3459)] = 163962, + [SMALL_STATE(3460)] = 164003, + [SMALL_STATE(3461)] = 164044, + [SMALL_STATE(3462)] = 164111, + [SMALL_STATE(3463)] = 164152, + [SMALL_STATE(3464)] = 164219, + [SMALL_STATE(3465)] = 164286, + [SMALL_STATE(3466)] = 164327, + [SMALL_STATE(3467)] = 164368, + [SMALL_STATE(3468)] = 164409, + [SMALL_STATE(3469)] = 164476, + [SMALL_STATE(3470)] = 164515, + [SMALL_STATE(3471)] = 164582, + [SMALL_STATE(3472)] = 164621, + [SMALL_STATE(3473)] = 164662, + [SMALL_STATE(3474)] = 164729, + [SMALL_STATE(3475)] = 164796, + [SMALL_STATE(3476)] = 164835, + [SMALL_STATE(3477)] = 164874, + [SMALL_STATE(3478)] = 164913, + [SMALL_STATE(3479)] = 164980, + [SMALL_STATE(3480)] = 165019, + [SMALL_STATE(3481)] = 165058, + [SMALL_STATE(3482)] = 165125, + [SMALL_STATE(3483)] = 165192, + [SMALL_STATE(3484)] = 165259, + [SMALL_STATE(3485)] = 165326, + [SMALL_STATE(3486)] = 165393, + [SMALL_STATE(3487)] = 165434, + [SMALL_STATE(3488)] = 165475, + [SMALL_STATE(3489)] = 165516, + [SMALL_STATE(3490)] = 165583, + [SMALL_STATE(3491)] = 165622, + [SMALL_STATE(3492)] = 165661, + [SMALL_STATE(3493)] = 165700, + [SMALL_STATE(3494)] = 165767, + [SMALL_STATE(3495)] = 165808, + [SMALL_STATE(3496)] = 165846, + [SMALL_STATE(3497)] = 165884, + [SMALL_STATE(3498)] = 165922, + [SMALL_STATE(3499)] = 165960, + [SMALL_STATE(3500)] = 165998, + [SMALL_STATE(3501)] = 166036, + [SMALL_STATE(3502)] = 166074, + [SMALL_STATE(3503)] = 166112, + [SMALL_STATE(3504)] = 166150, + [SMALL_STATE(3505)] = 166188, + [SMALL_STATE(3506)] = 166226, + [SMALL_STATE(3507)] = 166264, + [SMALL_STATE(3508)] = 166302, + [SMALL_STATE(3509)] = 166340, + [SMALL_STATE(3510)] = 166378, + [SMALL_STATE(3511)] = 166416, + [SMALL_STATE(3512)] = 166454, + [SMALL_STATE(3513)] = 166492, + [SMALL_STATE(3514)] = 166530, + [SMALL_STATE(3515)] = 166568, + [SMALL_STATE(3516)] = 166606, + [SMALL_STATE(3517)] = 166644, + [SMALL_STATE(3518)] = 166682, + [SMALL_STATE(3519)] = 166720, + [SMALL_STATE(3520)] = 166758, + [SMALL_STATE(3521)] = 166798, + [SMALL_STATE(3522)] = 166838, + [SMALL_STATE(3523)] = 166876, + [SMALL_STATE(3524)] = 166914, + [SMALL_STATE(3525)] = 166952, + [SMALL_STATE(3526)] = 166990, + [SMALL_STATE(3527)] = 167028, + [SMALL_STATE(3528)] = 167066, + [SMALL_STATE(3529)] = 167104, + [SMALL_STATE(3530)] = 167142, + [SMALL_STATE(3531)] = 167180, + [SMALL_STATE(3532)] = 167218, + [SMALL_STATE(3533)] = 167256, + [SMALL_STATE(3534)] = 167294, + [SMALL_STATE(3535)] = 167332, + [SMALL_STATE(3536)] = 167370, + [SMALL_STATE(3537)] = 167408, + [SMALL_STATE(3538)] = 167446, + [SMALL_STATE(3539)] = 167484, + [SMALL_STATE(3540)] = 167522, + [SMALL_STATE(3541)] = 167560, + [SMALL_STATE(3542)] = 167598, + [SMALL_STATE(3543)] = 167636, + [SMALL_STATE(3544)] = 167674, + [SMALL_STATE(3545)] = 167712, + [SMALL_STATE(3546)] = 167750, + [SMALL_STATE(3547)] = 167788, + [SMALL_STATE(3548)] = 167826, + [SMALL_STATE(3549)] = 167864, + [SMALL_STATE(3550)] = 167904, + [SMALL_STATE(3551)] = 167942, + [SMALL_STATE(3552)] = 167980, + [SMALL_STATE(3553)] = 168018, + [SMALL_STATE(3554)] = 168056, + [SMALL_STATE(3555)] = 168094, + [SMALL_STATE(3556)] = 168132, + [SMALL_STATE(3557)] = 168170, + [SMALL_STATE(3558)] = 168208, + [SMALL_STATE(3559)] = 168246, + [SMALL_STATE(3560)] = 168284, + [SMALL_STATE(3561)] = 168322, + [SMALL_STATE(3562)] = 168360, + [SMALL_STATE(3563)] = 168398, + [SMALL_STATE(3564)] = 168435, + [SMALL_STATE(3565)] = 168472, + [SMALL_STATE(3566)] = 168509, + [SMALL_STATE(3567)] = 168546, + [SMALL_STATE(3568)] = 168600, + [SMALL_STATE(3569)] = 168654, + [SMALL_STATE(3570)] = 168708, + [SMALL_STATE(3571)] = 168762, + [SMALL_STATE(3572)] = 168816, + [SMALL_STATE(3573)] = 168870, + [SMALL_STATE(3574)] = 168918, + [SMALL_STATE(3575)] = 168966, + [SMALL_STATE(3576)] = 169014, + [SMALL_STATE(3577)] = 169062, + [SMALL_STATE(3578)] = 169110, + [SMALL_STATE(3579)] = 169158, + [SMALL_STATE(3580)] = 169206, + [SMALL_STATE(3581)] = 169254, + [SMALL_STATE(3582)] = 169302, + [SMALL_STATE(3583)] = 169350, + [SMALL_STATE(3584)] = 169398, + [SMALL_STATE(3585)] = 169446, + [SMALL_STATE(3586)] = 169495, + [SMALL_STATE(3587)] = 169544, + [SMALL_STATE(3588)] = 169593, + [SMALL_STATE(3589)] = 169646, + [SMALL_STATE(3590)] = 169695, + [SMALL_STATE(3591)] = 169748, + [SMALL_STATE(3592)] = 169797, + [SMALL_STATE(3593)] = 169846, + [SMALL_STATE(3594)] = 169894, + [SMALL_STATE(3595)] = 169942, + [SMALL_STATE(3596)] = 169990, + [SMALL_STATE(3597)] = 170038, + [SMALL_STATE(3598)] = 170086, + [SMALL_STATE(3599)] = 170134, + [SMALL_STATE(3600)] = 170182, + [SMALL_STATE(3601)] = 170230, + [SMALL_STATE(3602)] = 170278, + [SMALL_STATE(3603)] = 170326, + [SMALL_STATE(3604)] = 170354, + [SMALL_STATE(3605)] = 170382, + [SMALL_STATE(3606)] = 170430, + [SMALL_STATE(3607)] = 170478, + [SMALL_STATE(3608)] = 170521, + [SMALL_STATE(3609)] = 170568, + [SMALL_STATE(3610)] = 170615, + [SMALL_STATE(3611)] = 170662, + [SMALL_STATE(3612)] = 170705, + [SMALL_STATE(3613)] = 170748, + [SMALL_STATE(3614)] = 170791, + [SMALL_STATE(3615)] = 170834, + [SMALL_STATE(3616)] = 170881, + [SMALL_STATE(3617)] = 170928, + [SMALL_STATE(3618)] = 170971, + [SMALL_STATE(3619)] = 171014, + [SMALL_STATE(3620)] = 171061, + [SMALL_STATE(3621)] = 171108, + [SMALL_STATE(3622)] = 171151, + [SMALL_STATE(3623)] = 171194, + [SMALL_STATE(3624)] = 171237, + [SMALL_STATE(3625)] = 171280, + [SMALL_STATE(3626)] = 171323, + [SMALL_STATE(3627)] = 171365, + [SMALL_STATE(3628)] = 171409, + [SMALL_STATE(3629)] = 171453, + [SMALL_STATE(3630)] = 171497, + [SMALL_STATE(3631)] = 171539, + [SMALL_STATE(3632)] = 171581, + [SMALL_STATE(3633)] = 171623, + [SMALL_STATE(3634)] = 171665, + [SMALL_STATE(3635)] = 171707, + [SMALL_STATE(3636)] = 171749, + [SMALL_STATE(3637)] = 171793, + [SMALL_STATE(3638)] = 171835, + [SMALL_STATE(3639)] = 171879, + [SMALL_STATE(3640)] = 171921, + [SMALL_STATE(3641)] = 171963, + [SMALL_STATE(3642)] = 172005, + [SMALL_STATE(3643)] = 172047, + [SMALL_STATE(3644)] = 172089, + [SMALL_STATE(3645)] = 172115, + [SMALL_STATE(3646)] = 172159, + [SMALL_STATE(3647)] = 172203, + [SMALL_STATE(3648)] = 172245, + [SMALL_STATE(3649)] = 172287, + [SMALL_STATE(3650)] = 172329, + [SMALL_STATE(3651)] = 172373, + [SMALL_STATE(3652)] = 172415, + [SMALL_STATE(3653)] = 172459, + [SMALL_STATE(3654)] = 172503, + [SMALL_STATE(3655)] = 172547, + [SMALL_STATE(3656)] = 172591, + [SMALL_STATE(3657)] = 172633, + [SMALL_STATE(3658)] = 172675, + [SMALL_STATE(3659)] = 172719, + [SMALL_STATE(3660)] = 172761, + [SMALL_STATE(3661)] = 172803, + [SMALL_STATE(3662)] = 172847, + [SMALL_STATE(3663)] = 172889, + [SMALL_STATE(3664)] = 172933, + [SMALL_STATE(3665)] = 172975, + [SMALL_STATE(3666)] = 173017, + [SMALL_STATE(3667)] = 173061, + [SMALL_STATE(3668)] = 173104, + [SMALL_STATE(3669)] = 173149, + [SMALL_STATE(3670)] = 173190, + [SMALL_STATE(3671)] = 173231, + [SMALL_STATE(3672)] = 173274, + [SMALL_STATE(3673)] = 173315, + [SMALL_STATE(3674)] = 173356, + [SMALL_STATE(3675)] = 173397, + [SMALL_STATE(3676)] = 173442, + [SMALL_STATE(3677)] = 173481, + [SMALL_STATE(3678)] = 173522, + [SMALL_STATE(3679)] = 173563, + [SMALL_STATE(3680)] = 173608, + [SMALL_STATE(3681)] = 173651, + [SMALL_STATE(3682)] = 173692, + [SMALL_STATE(3683)] = 173733, + [SMALL_STATE(3684)] = 173778, + [SMALL_STATE(3685)] = 173819, + [SMALL_STATE(3686)] = 173864, + [SMALL_STATE(3687)] = 173909, + [SMALL_STATE(3688)] = 173950, + [SMALL_STATE(3689)] = 173995, + [SMALL_STATE(3690)] = 174036, + [SMALL_STATE(3691)] = 174079, + [SMALL_STATE(3692)] = 174122, + [SMALL_STATE(3693)] = 174165, + [SMALL_STATE(3694)] = 174210, + [SMALL_STATE(3695)] = 174255, + [SMALL_STATE(3696)] = 174293, + [SMALL_STATE(3697)] = 174339, + [SMALL_STATE(3698)] = 174377, + [SMALL_STATE(3699)] = 174423, + [SMALL_STATE(3700)] = 174469, + [SMALL_STATE(3701)] = 174515, + [SMALL_STATE(3702)] = 174543, + [SMALL_STATE(3703)] = 174573, + [SMALL_STATE(3704)] = 174619, + [SMALL_STATE(3705)] = 174657, + [SMALL_STATE(3706)] = 174699, + [SMALL_STATE(3707)] = 174743, + [SMALL_STATE(3708)] = 174789, + [SMALL_STATE(3709)] = 174835, + [SMALL_STATE(3710)] = 174873, + [SMALL_STATE(3711)] = 174903, + [SMALL_STATE(3712)] = 174941, + [SMALL_STATE(3713)] = 174971, + [SMALL_STATE(3714)] = 175009, + [SMALL_STATE(3715)] = 175047, + [SMALL_STATE(3716)] = 175085, + [SMALL_STATE(3717)] = 175113, + [SMALL_STATE(3718)] = 175151, + [SMALL_STATE(3719)] = 175193, + [SMALL_STATE(3720)] = 175221, + [SMALL_STATE(3721)] = 175267, + [SMALL_STATE(3722)] = 175309, + [SMALL_STATE(3723)] = 175355, + [SMALL_STATE(3724)] = 175393, + [SMALL_STATE(3725)] = 175431, + [SMALL_STATE(3726)] = 175469, + [SMALL_STATE(3727)] = 175507, + [SMALL_STATE(3728)] = 175545, + [SMALL_STATE(3729)] = 175583, + [SMALL_STATE(3730)] = 175621, + [SMALL_STATE(3731)] = 175659, + [SMALL_STATE(3732)] = 175689, + [SMALL_STATE(3733)] = 175727, + [SMALL_STATE(3734)] = 175765, + [SMALL_STATE(3735)] = 175795, + [SMALL_STATE(3736)] = 175833, + [SMALL_STATE(3737)] = 175863, + [SMALL_STATE(3738)] = 175893, + [SMALL_STATE(3739)] = 175939, + [SMALL_STATE(3740)] = 175977, + [SMALL_STATE(3741)] = 176023, + [SMALL_STATE(3742)] = 176061, + [SMALL_STATE(3743)] = 176107, + [SMALL_STATE(3744)] = 176153, + [SMALL_STATE(3745)] = 176199, + [SMALL_STATE(3746)] = 176237, + [SMALL_STATE(3747)] = 176275, + [SMALL_STATE(3748)] = 176313, + [SMALL_STATE(3749)] = 176355, + [SMALL_STATE(3750)] = 176383, + [SMALL_STATE(3751)] = 176422, + [SMALL_STATE(3752)] = 176461, + [SMALL_STATE(3753)] = 176500, + [SMALL_STATE(3754)] = 176539, + [SMALL_STATE(3755)] = 176578, + [SMALL_STATE(3756)] = 176617, + [SMALL_STATE(3757)] = 176656, + [SMALL_STATE(3758)] = 176695, + [SMALL_STATE(3759)] = 176730, + [SMALL_STATE(3760)] = 176769, + [SMALL_STATE(3761)] = 176806, + [SMALL_STATE(3762)] = 176841, + [SMALL_STATE(3763)] = 176880, + [SMALL_STATE(3764)] = 176919, + [SMALL_STATE(3765)] = 176958, + [SMALL_STATE(3766)] = 176997, + [SMALL_STATE(3767)] = 177024, + [SMALL_STATE(3768)] = 177063, + [SMALL_STATE(3769)] = 177102, + [SMALL_STATE(3770)] = 177141, + [SMALL_STATE(3771)] = 177178, + [SMALL_STATE(3772)] = 177215, + [SMALL_STATE(3773)] = 177254, + [SMALL_STATE(3774)] = 177291, + [SMALL_STATE(3775)] = 177330, + [SMALL_STATE(3776)] = 177367, + [SMALL_STATE(3777)] = 177406, + [SMALL_STATE(3778)] = 177445, + [SMALL_STATE(3779)] = 177482, + [SMALL_STATE(3780)] = 177521, + [SMALL_STATE(3781)] = 177560, + [SMALL_STATE(3782)] = 177597, + [SMALL_STATE(3783)] = 177634, + [SMALL_STATE(3784)] = 177669, + [SMALL_STATE(3785)] = 177696, + [SMALL_STATE(3786)] = 177733, + [SMALL_STATE(3787)] = 177770, + [SMALL_STATE(3788)] = 177807, + [SMALL_STATE(3789)] = 177832, + [SMALL_STATE(3790)] = 177857, + [SMALL_STATE(3791)] = 177896, + [SMALL_STATE(3792)] = 177931, + [SMALL_STATE(3793)] = 177966, + [SMALL_STATE(3794)] = 178001, + [SMALL_STATE(3795)] = 178040, + [SMALL_STATE(3796)] = 178079, + [SMALL_STATE(3797)] = 178118, + [SMALL_STATE(3798)] = 178153, + [SMALL_STATE(3799)] = 178188, + [SMALL_STATE(3800)] = 178227, + [SMALL_STATE(3801)] = 178266, + [SMALL_STATE(3802)] = 178299, + [SMALL_STATE(3803)] = 178338, + [SMALL_STATE(3804)] = 178365, + [SMALL_STATE(3805)] = 178404, + [SMALL_STATE(3806)] = 178443, + [SMALL_STATE(3807)] = 178470, + [SMALL_STATE(3808)] = 178509, + [SMALL_STATE(3809)] = 178534, + [SMALL_STATE(3810)] = 178559, + [SMALL_STATE(3811)] = 178584, + [SMALL_STATE(3812)] = 178623, + [SMALL_STATE(3813)] = 178662, + [SMALL_STATE(3814)] = 178701, + [SMALL_STATE(3815)] = 178740, + [SMALL_STATE(3816)] = 178779, + [SMALL_STATE(3817)] = 178818, + [SMALL_STATE(3818)] = 178843, + [SMALL_STATE(3819)] = 178882, + [SMALL_STATE(3820)] = 178921, + [SMALL_STATE(3821)] = 178960, + [SMALL_STATE(3822)] = 178999, + [SMALL_STATE(3823)] = 179038, + [SMALL_STATE(3824)] = 179077, + [SMALL_STATE(3825)] = 179116, + [SMALL_STATE(3826)] = 179149, + [SMALL_STATE(3827)] = 179188, + [SMALL_STATE(3828)] = 179227, + [SMALL_STATE(3829)] = 179266, + [SMALL_STATE(3830)] = 179301, + [SMALL_STATE(3831)] = 179338, + [SMALL_STATE(3832)] = 179361, + [SMALL_STATE(3833)] = 179400, + [SMALL_STATE(3834)] = 179435, + [SMALL_STATE(3835)] = 179474, + [SMALL_STATE(3836)] = 179513, + [SMALL_STATE(3837)] = 179536, + [SMALL_STATE(3838)] = 179575, + [SMALL_STATE(3839)] = 179600, + [SMALL_STATE(3840)] = 179639, + [SMALL_STATE(3841)] = 179662, + [SMALL_STATE(3842)] = 179701, + [SMALL_STATE(3843)] = 179740, + [SMALL_STATE(3844)] = 179765, + [SMALL_STATE(3845)] = 179804, + [SMALL_STATE(3846)] = 179827, + [SMALL_STATE(3847)] = 179854, + [SMALL_STATE(3848)] = 179893, + [SMALL_STATE(3849)] = 179932, + [SMALL_STATE(3850)] = 179955, + [SMALL_STATE(3851)] = 179977, + [SMALL_STATE(3852)] = 180009, + [SMALL_STATE(3853)] = 180045, + [SMALL_STATE(3854)] = 180081, + [SMALL_STATE(3855)] = 180103, + [SMALL_STATE(3856)] = 180125, + [SMALL_STATE(3857)] = 180147, + [SMALL_STATE(3858)] = 180169, + [SMALL_STATE(3859)] = 180191, + [SMALL_STATE(3860)] = 180215, + [SMALL_STATE(3861)] = 180239, + [SMALL_STATE(3862)] = 180263, + [SMALL_STATE(3863)] = 180285, + [SMALL_STATE(3864)] = 180313, + [SMALL_STATE(3865)] = 180335, + [SMALL_STATE(3866)] = 180357, + [SMALL_STATE(3867)] = 180381, + [SMALL_STATE(3868)] = 180405, + [SMALL_STATE(3869)] = 180433, + [SMALL_STATE(3870)] = 180457, + [SMALL_STATE(3871)] = 180493, + [SMALL_STATE(3872)] = 180529, + [SMALL_STATE(3873)] = 180565, + [SMALL_STATE(3874)] = 180603, + [SMALL_STATE(3875)] = 180625, + [SMALL_STATE(3876)] = 180647, + [SMALL_STATE(3877)] = 180683, + [SMALL_STATE(3878)] = 180715, + [SMALL_STATE(3879)] = 180737, + [SMALL_STATE(3880)] = 180759, + [SMALL_STATE(3881)] = 180781, + [SMALL_STATE(3882)] = 180803, + [SMALL_STATE(3883)] = 180825, + [SMALL_STATE(3884)] = 180853, + [SMALL_STATE(3885)] = 180889, + [SMALL_STATE(3886)] = 180925, + [SMALL_STATE(3887)] = 180947, + [SMALL_STATE(3888)] = 180969, + [SMALL_STATE(3889)] = 180991, + [SMALL_STATE(3890)] = 181013, + [SMALL_STATE(3891)] = 181035, + [SMALL_STATE(3892)] = 181068, + [SMALL_STATE(3893)] = 181103, + [SMALL_STATE(3894)] = 181136, + [SMALL_STATE(3895)] = 181169, + [SMALL_STATE(3896)] = 181202, + [SMALL_STATE(3897)] = 181235, + [SMALL_STATE(3898)] = 181268, + [SMALL_STATE(3899)] = 181301, + [SMALL_STATE(3900)] = 181334, + [SMALL_STATE(3901)] = 181355, + [SMALL_STATE(3902)] = 181388, + [SMALL_STATE(3903)] = 181423, + [SMALL_STATE(3904)] = 181456, + [SMALL_STATE(3905)] = 181489, + [SMALL_STATE(3906)] = 181522, + [SMALL_STATE(3907)] = 181555, + [SMALL_STATE(3908)] = 181588, + [SMALL_STATE(3909)] = 181621, + [SMALL_STATE(3910)] = 181654, + [SMALL_STATE(3911)] = 181687, + [SMALL_STATE(3912)] = 181706, + [SMALL_STATE(3913)] = 181739, + [SMALL_STATE(3914)] = 181760, + [SMALL_STATE(3915)] = 181781, + [SMALL_STATE(3916)] = 181802, + [SMALL_STATE(3917)] = 181823, + [SMALL_STATE(3918)] = 181844, + [SMALL_STATE(3919)] = 181865, + [SMALL_STATE(3920)] = 181886, + [SMALL_STATE(3921)] = 181919, + [SMALL_STATE(3922)] = 181954, + [SMALL_STATE(3923)] = 181987, + [SMALL_STATE(3924)] = 182020, + [SMALL_STATE(3925)] = 182053, + [SMALL_STATE(3926)] = 182086, + [SMALL_STATE(3927)] = 182119, + [SMALL_STATE(3928)] = 182152, + [SMALL_STATE(3929)] = 182185, + [SMALL_STATE(3930)] = 182206, + [SMALL_STATE(3931)] = 182227, + [SMALL_STATE(3932)] = 182248, + [SMALL_STATE(3933)] = 182269, + [SMALL_STATE(3934)] = 182290, + [SMALL_STATE(3935)] = 182311, + [SMALL_STATE(3936)] = 182332, + [SMALL_STATE(3937)] = 182353, + [SMALL_STATE(3938)] = 182374, + [SMALL_STATE(3939)] = 182395, + [SMALL_STATE(3940)] = 182416, + [SMALL_STATE(3941)] = 182437, + [SMALL_STATE(3942)] = 182458, + [SMALL_STATE(3943)] = 182479, + [SMALL_STATE(3944)] = 182500, + [SMALL_STATE(3945)] = 182521, + [SMALL_STATE(3946)] = 182548, + [SMALL_STATE(3947)] = 182581, + [SMALL_STATE(3948)] = 182602, + [SMALL_STATE(3949)] = 182623, + [SMALL_STATE(3950)] = 182644, + [SMALL_STATE(3951)] = 182677, + [SMALL_STATE(3952)] = 182710, + [SMALL_STATE(3953)] = 182731, + [SMALL_STATE(3954)] = 182764, + [SMALL_STATE(3955)] = 182797, + [SMALL_STATE(3956)] = 182830, + [SMALL_STATE(3957)] = 182863, + [SMALL_STATE(3958)] = 182896, + [SMALL_STATE(3959)] = 182917, + [SMALL_STATE(3960)] = 182938, + [SMALL_STATE(3961)] = 182971, + [SMALL_STATE(3962)] = 183004, + [SMALL_STATE(3963)] = 183037, + [SMALL_STATE(3964)] = 183070, + [SMALL_STATE(3965)] = 183103, + [SMALL_STATE(3966)] = 183136, + [SMALL_STATE(3967)] = 183169, + [SMALL_STATE(3968)] = 183202, + [SMALL_STATE(3969)] = 183235, + [SMALL_STATE(3970)] = 183268, + [SMALL_STATE(3971)] = 183301, + [SMALL_STATE(3972)] = 183334, + [SMALL_STATE(3973)] = 183353, + [SMALL_STATE(3974)] = 183386, + [SMALL_STATE(3975)] = 183419, + [SMALL_STATE(3976)] = 183452, + [SMALL_STATE(3977)] = 183485, + [SMALL_STATE(3978)] = 183518, + [SMALL_STATE(3979)] = 183539, + [SMALL_STATE(3980)] = 183572, + [SMALL_STATE(3981)] = 183593, + [SMALL_STATE(3982)] = 183626, + [SMALL_STATE(3983)] = 183659, + [SMALL_STATE(3984)] = 183692, + [SMALL_STATE(3985)] = 183713, + [SMALL_STATE(3986)] = 183746, + [SMALL_STATE(3987)] = 183767, + [SMALL_STATE(3988)] = 183802, + [SMALL_STATE(3989)] = 183835, + [SMALL_STATE(3990)] = 183870, + [SMALL_STATE(3991)] = 183905, + [SMALL_STATE(3992)] = 183940, + [SMALL_STATE(3993)] = 183973, + [SMALL_STATE(3994)] = 184006, + [SMALL_STATE(3995)] = 184039, + [SMALL_STATE(3996)] = 184072, + [SMALL_STATE(3997)] = 184107, + [SMALL_STATE(3998)] = 184140, + [SMALL_STATE(3999)] = 184175, + [SMALL_STATE(4000)] = 184208, + [SMALL_STATE(4001)] = 184241, + [SMALL_STATE(4002)] = 184274, + [SMALL_STATE(4003)] = 184307, + [SMALL_STATE(4004)] = 184340, + [SMALL_STATE(4005)] = 184361, + [SMALL_STATE(4006)] = 184394, + [SMALL_STATE(4007)] = 184427, + [SMALL_STATE(4008)] = 184460, + [SMALL_STATE(4009)] = 184493, + [SMALL_STATE(4010)] = 184526, + [SMALL_STATE(4011)] = 184559, + [SMALL_STATE(4012)] = 184592, + [SMALL_STATE(4013)] = 184625, + [SMALL_STATE(4014)] = 184658, + [SMALL_STATE(4015)] = 184691, + [SMALL_STATE(4016)] = 184724, + [SMALL_STATE(4017)] = 184757, + [SMALL_STATE(4018)] = 184790, + [SMALL_STATE(4019)] = 184811, + [SMALL_STATE(4020)] = 184832, + [SMALL_STATE(4021)] = 184853, + [SMALL_STATE(4022)] = 184886, + [SMALL_STATE(4023)] = 184919, + [SMALL_STATE(4024)] = 184952, + [SMALL_STATE(4025)] = 184985, + [SMALL_STATE(4026)] = 185018, + [SMALL_STATE(4027)] = 185051, + [SMALL_STATE(4028)] = 185084, + [SMALL_STATE(4029)] = 185105, + [SMALL_STATE(4030)] = 185126, + [SMALL_STATE(4031)] = 185159, + [SMALL_STATE(4032)] = 185192, + [SMALL_STATE(4033)] = 185225, + [SMALL_STATE(4034)] = 185246, + [SMALL_STATE(4035)] = 185267, + [SMALL_STATE(4036)] = 185288, + [SMALL_STATE(4037)] = 185309, + [SMALL_STATE(4038)] = 185330, + [SMALL_STATE(4039)] = 185351, + [SMALL_STATE(4040)] = 185372, + [SMALL_STATE(4041)] = 185393, + [SMALL_STATE(4042)] = 185414, + [SMALL_STATE(4043)] = 185435, + [SMALL_STATE(4044)] = 185456, + [SMALL_STATE(4045)] = 185477, + [SMALL_STATE(4046)] = 185504, + [SMALL_STATE(4047)] = 185531, + [SMALL_STATE(4048)] = 185552, + [SMALL_STATE(4049)] = 185571, + [SMALL_STATE(4050)] = 185592, + [SMALL_STATE(4051)] = 185611, + [SMALL_STATE(4052)] = 185630, + [SMALL_STATE(4053)] = 185656, + [SMALL_STATE(4054)] = 185682, + [SMALL_STATE(4055)] = 185708, + [SMALL_STATE(4056)] = 185740, + [SMALL_STATE(4057)] = 185762, + [SMALL_STATE(4058)] = 185794, + [SMALL_STATE(4059)] = 185816, + [SMALL_STATE(4060)] = 185848, + [SMALL_STATE(4061)] = 185874, + [SMALL_STATE(4062)] = 185896, + [SMALL_STATE(4063)] = 185922, + [SMALL_STATE(4064)] = 185952, + [SMALL_STATE(4065)] = 185984, + [SMALL_STATE(4066)] = 186016, + [SMALL_STATE(4067)] = 186042, + [SMALL_STATE(4068)] = 186068, + [SMALL_STATE(4069)] = 186094, + [SMALL_STATE(4070)] = 186120, + [SMALL_STATE(4071)] = 186146, + [SMALL_STATE(4072)] = 186172, + [SMALL_STATE(4073)] = 186198, + [SMALL_STATE(4074)] = 186222, + [SMALL_STATE(4075)] = 186248, + [SMALL_STATE(4076)] = 186274, + [SMALL_STATE(4077)] = 186300, + [SMALL_STATE(4078)] = 186326, + [SMALL_STATE(4079)] = 186352, + [SMALL_STATE(4080)] = 186378, + [SMALL_STATE(4081)] = 186404, + [SMALL_STATE(4082)] = 186430, + [SMALL_STATE(4083)] = 186456, + [SMALL_STATE(4084)] = 186482, + [SMALL_STATE(4085)] = 186508, + [SMALL_STATE(4086)] = 186532, + [SMALL_STATE(4087)] = 186558, + [SMALL_STATE(4088)] = 186584, + [SMALL_STATE(4089)] = 186610, + [SMALL_STATE(4090)] = 186636, + [SMALL_STATE(4091)] = 186662, + [SMALL_STATE(4092)] = 186688, + [SMALL_STATE(4093)] = 186714, + [SMALL_STATE(4094)] = 186740, + [SMALL_STATE(4095)] = 186766, + [SMALL_STATE(4096)] = 186784, + [SMALL_STATE(4097)] = 186802, + [SMALL_STATE(4098)] = 186824, + [SMALL_STATE(4099)] = 186856, + [SMALL_STATE(4100)] = 186882, + [SMALL_STATE(4101)] = 186908, + [SMALL_STATE(4102)] = 186934, + [SMALL_STATE(4103)] = 186960, + [SMALL_STATE(4104)] = 186986, + [SMALL_STATE(4105)] = 187012, + [SMALL_STATE(4106)] = 187038, + [SMALL_STATE(4107)] = 187059, + [SMALL_STATE(4108)] = 187082, + [SMALL_STATE(4109)] = 187107, + [SMALL_STATE(4110)] = 187136, + [SMALL_STATE(4111)] = 187165, + [SMALL_STATE(4112)] = 187184, + [SMALL_STATE(4113)] = 187209, + [SMALL_STATE(4114)] = 187234, + [SMALL_STATE(4115)] = 187263, + [SMALL_STATE(4116)] = 187284, + [SMALL_STATE(4117)] = 187309, + [SMALL_STATE(4118)] = 187332, + [SMALL_STATE(4119)] = 187357, + [SMALL_STATE(4120)] = 187380, + [SMALL_STATE(4121)] = 187405, + [SMALL_STATE(4122)] = 187430, + [SMALL_STATE(4123)] = 187455, + [SMALL_STATE(4124)] = 187480, + [SMALL_STATE(4125)] = 187505, + [SMALL_STATE(4126)] = 187530, + [SMALL_STATE(4127)] = 187555, + [SMALL_STATE(4128)] = 187576, + [SMALL_STATE(4129)] = 187599, + [SMALL_STATE(4130)] = 187624, + [SMALL_STATE(4131)] = 187649, + [SMALL_STATE(4132)] = 187672, + [SMALL_STATE(4133)] = 187697, + [SMALL_STATE(4134)] = 187722, + [SMALL_STATE(4135)] = 187747, + [SMALL_STATE(4136)] = 187772, + [SMALL_STATE(4137)] = 187793, + [SMALL_STATE(4138)] = 187822, + [SMALL_STATE(4139)] = 187847, + [SMALL_STATE(4140)] = 187866, + [SMALL_STATE(4141)] = 187889, + [SMALL_STATE(4142)] = 187914, + [SMALL_STATE(4143)] = 187943, + [SMALL_STATE(4144)] = 187962, + [SMALL_STATE(4145)] = 187987, + [SMALL_STATE(4146)] = 188006, + [SMALL_STATE(4147)] = 188025, + [SMALL_STATE(4148)] = 188044, + [SMALL_STATE(4149)] = 188063, + [SMALL_STATE(4150)] = 188082, + [SMALL_STATE(4151)] = 188105, + [SMALL_STATE(4152)] = 188124, + [SMALL_STATE(4153)] = 188147, + [SMALL_STATE(4154)] = 188172, + [SMALL_STATE(4155)] = 188197, + [SMALL_STATE(4156)] = 188216, + [SMALL_STATE(4157)] = 188237, + [SMALL_STATE(4158)] = 188256, + [SMALL_STATE(4159)] = 188281, + [SMALL_STATE(4160)] = 188306, + [SMALL_STATE(4161)] = 188331, + [SMALL_STATE(4162)] = 188356, + [SMALL_STATE(4163)] = 188381, + [SMALL_STATE(4164)] = 188406, + [SMALL_STATE(4165)] = 188431, + [SMALL_STATE(4166)] = 188456, + [SMALL_STATE(4167)] = 188481, + [SMALL_STATE(4168)] = 188510, + [SMALL_STATE(4169)] = 188539, + [SMALL_STATE(4170)] = 188568, + [SMALL_STATE(4171)] = 188599, + [SMALL_STATE(4172)] = 188624, + [SMALL_STATE(4173)] = 188649, + [SMALL_STATE(4174)] = 188676, + [SMALL_STATE(4175)] = 188705, + [SMALL_STATE(4176)] = 188736, + [SMALL_STATE(4177)] = 188761, + [SMALL_STATE(4178)] = 188786, + [SMALL_STATE(4179)] = 188811, + [SMALL_STATE(4180)] = 188836, + [SMALL_STATE(4181)] = 188861, + [SMALL_STATE(4182)] = 188892, + [SMALL_STATE(4183)] = 188921, + [SMALL_STATE(4184)] = 188946, + [SMALL_STATE(4185)] = 188971, + [SMALL_STATE(4186)] = 188990, + [SMALL_STATE(4187)] = 189013, + [SMALL_STATE(4188)] = 189038, + [SMALL_STATE(4189)] = 189063, + [SMALL_STATE(4190)] = 189086, + [SMALL_STATE(4191)] = 189106, + [SMALL_STATE(4192)] = 189126, + [SMALL_STATE(4193)] = 189152, + [SMALL_STATE(4194)] = 189174, + [SMALL_STATE(4195)] = 189196, + [SMALL_STATE(4196)] = 189222, + [SMALL_STATE(4197)] = 189242, + [SMALL_STATE(4198)] = 189270, + [SMALL_STATE(4199)] = 189298, + [SMALL_STATE(4200)] = 189316, + [SMALL_STATE(4201)] = 189344, + [SMALL_STATE(4202)] = 189362, + [SMALL_STATE(4203)] = 189388, + [SMALL_STATE(4204)] = 189416, + [SMALL_STATE(4205)] = 189434, + [SMALL_STATE(4206)] = 189462, + [SMALL_STATE(4207)] = 189490, + [SMALL_STATE(4208)] = 189508, + [SMALL_STATE(4209)] = 189536, + [SMALL_STATE(4210)] = 189554, + [SMALL_STATE(4211)] = 189580, + [SMALL_STATE(4212)] = 189606, + [SMALL_STATE(4213)] = 189632, + [SMALL_STATE(4214)] = 189658, + [SMALL_STATE(4215)] = 189678, + [SMALL_STATE(4216)] = 189704, + [SMALL_STATE(4217)] = 189726, + [SMALL_STATE(4218)] = 189754, + [SMALL_STATE(4219)] = 189774, + [SMALL_STATE(4220)] = 189800, + [SMALL_STATE(4221)] = 189820, + [SMALL_STATE(4222)] = 189840, + [SMALL_STATE(4223)] = 189862, + [SMALL_STATE(4224)] = 189884, + [SMALL_STATE(4225)] = 189910, + [SMALL_STATE(4226)] = 189938, + [SMALL_STATE(4227)] = 189958, + [SMALL_STATE(4228)] = 189980, + [SMALL_STATE(4229)] = 189998, + [SMALL_STATE(4230)] = 190018, + [SMALL_STATE(4231)] = 190044, + [SMALL_STATE(4232)] = 190066, + [SMALL_STATE(4233)] = 190094, + [SMALL_STATE(4234)] = 190122, + [SMALL_STATE(4235)] = 190142, + [SMALL_STATE(4236)] = 190164, + [SMALL_STATE(4237)] = 190190, + [SMALL_STATE(4238)] = 190216, + [SMALL_STATE(4239)] = 190234, + [SMALL_STATE(4240)] = 190254, + [SMALL_STATE(4241)] = 190280, + [SMALL_STATE(4242)] = 190308, + [SMALL_STATE(4243)] = 190328, + [SMALL_STATE(4244)] = 190344, + [SMALL_STATE(4245)] = 190370, + [SMALL_STATE(4246)] = 190396, + [SMALL_STATE(4247)] = 190420, + [SMALL_STATE(4248)] = 190442, + [SMALL_STATE(4249)] = 190468, + [SMALL_STATE(4250)] = 190494, + [SMALL_STATE(4251)] = 190512, + [SMALL_STATE(4252)] = 190536, + [SMALL_STATE(4253)] = 190564, + [SMALL_STATE(4254)] = 190590, + [SMALL_STATE(4255)] = 190618, + [SMALL_STATE(4256)] = 190642, + [SMALL_STATE(4257)] = 190668, + [SMALL_STATE(4258)] = 190694, + [SMALL_STATE(4259)] = 190716, + [SMALL_STATE(4260)] = 190742, + [SMALL_STATE(4261)] = 190768, + [SMALL_STATE(4262)] = 190794, + [SMALL_STATE(4263)] = 190820, + [SMALL_STATE(4264)] = 190846, + [SMALL_STATE(4265)] = 190872, + [SMALL_STATE(4266)] = 190892, + [SMALL_STATE(4267)] = 190918, + [SMALL_STATE(4268)] = 190944, + [SMALL_STATE(4269)] = 190964, + [SMALL_STATE(4270)] = 190990, + [SMALL_STATE(4271)] = 191016, + [SMALL_STATE(4272)] = 191040, + [SMALL_STATE(4273)] = 191060, + [SMALL_STATE(4274)] = 191084, + [SMALL_STATE(4275)] = 191108, + [SMALL_STATE(4276)] = 191132, + [SMALL_STATE(4277)] = 191158, + [SMALL_STATE(4278)] = 191184, + [SMALL_STATE(4279)] = 191212, + [SMALL_STATE(4280)] = 191234, + [SMALL_STATE(4281)] = 191260, + [SMALL_STATE(4282)] = 191286, + [SMALL_STATE(4283)] = 191308, + [SMALL_STATE(4284)] = 191334, + [SMALL_STATE(4285)] = 191351, + [SMALL_STATE(4286)] = 191374, + [SMALL_STATE(4287)] = 191399, + [SMALL_STATE(4288)] = 191424, + [SMALL_STATE(4289)] = 191445, + [SMALL_STATE(4290)] = 191470, + [SMALL_STATE(4291)] = 191495, + [SMALL_STATE(4292)] = 191518, + [SMALL_STATE(4293)] = 191543, + [SMALL_STATE(4294)] = 191562, + [SMALL_STATE(4295)] = 191581, + [SMALL_STATE(4296)] = 191604, + [SMALL_STATE(4297)] = 191627, + [SMALL_STATE(4298)] = 191644, + [SMALL_STATE(4299)] = 191665, + [SMALL_STATE(4300)] = 191684, + [SMALL_STATE(4301)] = 191705, + [SMALL_STATE(4302)] = 191722, + [SMALL_STATE(4303)] = 191743, + [SMALL_STATE(4304)] = 191764, + [SMALL_STATE(4305)] = 191781, + [SMALL_STATE(4306)] = 191800, + [SMALL_STATE(4307)] = 191825, + [SMALL_STATE(4308)] = 191844, + [SMALL_STATE(4309)] = 191867, + [SMALL_STATE(4310)] = 191892, + [SMALL_STATE(4311)] = 191917, + [SMALL_STATE(4312)] = 191942, + [SMALL_STATE(4313)] = 191965, + [SMALL_STATE(4314)] = 191982, + [SMALL_STATE(4315)] = 192005, + [SMALL_STATE(4316)] = 192022, + [SMALL_STATE(4317)] = 192047, + [SMALL_STATE(4318)] = 192066, + [SMALL_STATE(4319)] = 192089, + [SMALL_STATE(4320)] = 192106, + [SMALL_STATE(4321)] = 192123, + [SMALL_STATE(4322)] = 192140, + [SMALL_STATE(4323)] = 192157, + [SMALL_STATE(4324)] = 192174, + [SMALL_STATE(4325)] = 192191, + [SMALL_STATE(4326)] = 192208, + [SMALL_STATE(4327)] = 192225, + [SMALL_STATE(4328)] = 192242, + [SMALL_STATE(4329)] = 192267, + [SMALL_STATE(4330)] = 192284, + [SMALL_STATE(4331)] = 192301, + [SMALL_STATE(4332)] = 192318, + [SMALL_STATE(4333)] = 192335, + [SMALL_STATE(4334)] = 192358, + [SMALL_STATE(4335)] = 192375, + [SMALL_STATE(4336)] = 192392, + [SMALL_STATE(4337)] = 192415, + [SMALL_STATE(4338)] = 192438, + [SMALL_STATE(4339)] = 192461, + [SMALL_STATE(4340)] = 192478, + [SMALL_STATE(4341)] = 192501, + [SMALL_STATE(4342)] = 192524, + [SMALL_STATE(4343)] = 192541, + [SMALL_STATE(4344)] = 192558, + [SMALL_STATE(4345)] = 192575, + [SMALL_STATE(4346)] = 192600, + [SMALL_STATE(4347)] = 192617, + [SMALL_STATE(4348)] = 192634, + [SMALL_STATE(4349)] = 192657, + [SMALL_STATE(4350)] = 192680, + [SMALL_STATE(4351)] = 192699, + [SMALL_STATE(4352)] = 192722, + [SMALL_STATE(4353)] = 192745, + [SMALL_STATE(4354)] = 192768, + [SMALL_STATE(4355)] = 192791, + [SMALL_STATE(4356)] = 192814, + [SMALL_STATE(4357)] = 192837, + [SMALL_STATE(4358)] = 192860, + [SMALL_STATE(4359)] = 192885, + [SMALL_STATE(4360)] = 192902, + [SMALL_STATE(4361)] = 192919, + [SMALL_STATE(4362)] = 192942, + [SMALL_STATE(4363)] = 192959, + [SMALL_STATE(4364)] = 192976, + [SMALL_STATE(4365)] = 192995, + [SMALL_STATE(4366)] = 193012, + [SMALL_STATE(4367)] = 193035, + [SMALL_STATE(4368)] = 193052, + [SMALL_STATE(4369)] = 193077, + [SMALL_STATE(4370)] = 193094, + [SMALL_STATE(4371)] = 193111, + [SMALL_STATE(4372)] = 193128, + [SMALL_STATE(4373)] = 193151, + [SMALL_STATE(4374)] = 193168, + [SMALL_STATE(4375)] = 193185, + [SMALL_STATE(4376)] = 193202, + [SMALL_STATE(4377)] = 193219, + [SMALL_STATE(4378)] = 193236, + [SMALL_STATE(4379)] = 193259, + [SMALL_STATE(4380)] = 193276, + [SMALL_STATE(4381)] = 193301, + [SMALL_STATE(4382)] = 193318, + [SMALL_STATE(4383)] = 193335, + [SMALL_STATE(4384)] = 193352, + [SMALL_STATE(4385)] = 193375, + [SMALL_STATE(4386)] = 193392, + [SMALL_STATE(4387)] = 193409, + [SMALL_STATE(4388)] = 193432, + [SMALL_STATE(4389)] = 193449, + [SMALL_STATE(4390)] = 193466, + [SMALL_STATE(4391)] = 193483, + [SMALL_STATE(4392)] = 193500, + [SMALL_STATE(4393)] = 193523, + [SMALL_STATE(4394)] = 193540, + [SMALL_STATE(4395)] = 193563, + [SMALL_STATE(4396)] = 193580, + [SMALL_STATE(4397)] = 193603, + [SMALL_STATE(4398)] = 193618, + [SMALL_STATE(4399)] = 193643, + [SMALL_STATE(4400)] = 193658, + [SMALL_STATE(4401)] = 193675, + [SMALL_STATE(4402)] = 193698, + [SMALL_STATE(4403)] = 193715, + [SMALL_STATE(4404)] = 193732, + [SMALL_STATE(4405)] = 193749, + [SMALL_STATE(4406)] = 193772, + [SMALL_STATE(4407)] = 193795, + [SMALL_STATE(4408)] = 193814, + [SMALL_STATE(4409)] = 193831, + [SMALL_STATE(4410)] = 193846, + [SMALL_STATE(4411)] = 193869, + [SMALL_STATE(4412)] = 193892, + [SMALL_STATE(4413)] = 193911, + [SMALL_STATE(4414)] = 193926, + [SMALL_STATE(4415)] = 193951, + [SMALL_STATE(4416)] = 193968, + [SMALL_STATE(4417)] = 193991, + [SMALL_STATE(4418)] = 194006, + [SMALL_STATE(4419)] = 194025, + [SMALL_STATE(4420)] = 194046, + [SMALL_STATE(4421)] = 194069, + [SMALL_STATE(4422)] = 194092, + [SMALL_STATE(4423)] = 194113, + [SMALL_STATE(4424)] = 194136, + [SMALL_STATE(4425)] = 194159, + [SMALL_STATE(4426)] = 194174, + [SMALL_STATE(4427)] = 194199, + [SMALL_STATE(4428)] = 194222, + [SMALL_STATE(4429)] = 194245, + [SMALL_STATE(4430)] = 194268, + [SMALL_STATE(4431)] = 194291, + [SMALL_STATE(4432)] = 194314, + [SMALL_STATE(4433)] = 194339, + [SMALL_STATE(4434)] = 194358, + [SMALL_STATE(4435)] = 194381, + [SMALL_STATE(4436)] = 194400, + [SMALL_STATE(4437)] = 194421, + [SMALL_STATE(4438)] = 194442, + [SMALL_STATE(4439)] = 194461, + [SMALL_STATE(4440)] = 194476, + [SMALL_STATE(4441)] = 194493, + [SMALL_STATE(4442)] = 194514, + [SMALL_STATE(4443)] = 194533, + [SMALL_STATE(4444)] = 194554, + [SMALL_STATE(4445)] = 194575, + [SMALL_STATE(4446)] = 194594, + [SMALL_STATE(4447)] = 194609, + [SMALL_STATE(4448)] = 194628, + [SMALL_STATE(4449)] = 194651, + [SMALL_STATE(4450)] = 194672, + [SMALL_STATE(4451)] = 194695, + [SMALL_STATE(4452)] = 194718, + [SMALL_STATE(4453)] = 194737, + [SMALL_STATE(4454)] = 194756, + [SMALL_STATE(4455)] = 194779, + [SMALL_STATE(4456)] = 194798, + [SMALL_STATE(4457)] = 194818, + [SMALL_STATE(4458)] = 194840, + [SMALL_STATE(4459)] = 194860, + [SMALL_STATE(4460)] = 194878, + [SMALL_STATE(4461)] = 194894, + [SMALL_STATE(4462)] = 194914, + [SMALL_STATE(4463)] = 194934, + [SMALL_STATE(4464)] = 194954, + [SMALL_STATE(4465)] = 194976, + [SMALL_STATE(4466)] = 194990, + [SMALL_STATE(4467)] = 195010, + [SMALL_STATE(4468)] = 195026, + [SMALL_STATE(4469)] = 195046, + [SMALL_STATE(4470)] = 195062, + [SMALL_STATE(4471)] = 195084, + [SMALL_STATE(4472)] = 195106, + [SMALL_STATE(4473)] = 195124, + [SMALL_STATE(4474)] = 195142, + [SMALL_STATE(4475)] = 195162, + [SMALL_STATE(4476)] = 195178, + [SMALL_STATE(4477)] = 195194, + [SMALL_STATE(4478)] = 195214, + [SMALL_STATE(4479)] = 195230, + [SMALL_STATE(4480)] = 195250, + [SMALL_STATE(4481)] = 195272, + [SMALL_STATE(4482)] = 195294, + [SMALL_STATE(4483)] = 195314, + [SMALL_STATE(4484)] = 195330, + [SMALL_STATE(4485)] = 195344, + [SMALL_STATE(4486)] = 195358, + [SMALL_STATE(4487)] = 195372, + [SMALL_STATE(4488)] = 195388, + [SMALL_STATE(4489)] = 195402, + [SMALL_STATE(4490)] = 195422, + [SMALL_STATE(4491)] = 195438, + [SMALL_STATE(4492)] = 195454, + [SMALL_STATE(4493)] = 195470, + [SMALL_STATE(4494)] = 195484, + [SMALL_STATE(4495)] = 195498, + [SMALL_STATE(4496)] = 195514, + [SMALL_STATE(4497)] = 195536, + [SMALL_STATE(4498)] = 195552, + [SMALL_STATE(4499)] = 195570, + [SMALL_STATE(4500)] = 195592, + [SMALL_STATE(4501)] = 195606, + [SMALL_STATE(4502)] = 195620, + [SMALL_STATE(4503)] = 195634, + [SMALL_STATE(4504)] = 195648, + [SMALL_STATE(4505)] = 195662, + [SMALL_STATE(4506)] = 195682, + [SMALL_STATE(4507)] = 195700, + [SMALL_STATE(4508)] = 195714, + [SMALL_STATE(4509)] = 195736, + [SMALL_STATE(4510)] = 195758, + [SMALL_STATE(4511)] = 195780, + [SMALL_STATE(4512)] = 195794, + [SMALL_STATE(4513)] = 195816, + [SMALL_STATE(4514)] = 195830, + [SMALL_STATE(4515)] = 195844, + [SMALL_STATE(4516)] = 195864, + [SMALL_STATE(4517)] = 195882, + [SMALL_STATE(4518)] = 195898, + [SMALL_STATE(4519)] = 195912, + [SMALL_STATE(4520)] = 195928, + [SMALL_STATE(4521)] = 195950, + [SMALL_STATE(4522)] = 195966, + [SMALL_STATE(4523)] = 195988, + [SMALL_STATE(4524)] = 196004, + [SMALL_STATE(4525)] = 196018, + [SMALL_STATE(4526)] = 196034, + [SMALL_STATE(4527)] = 196056, + [SMALL_STATE(4528)] = 196076, + [SMALL_STATE(4529)] = 196092, + [SMALL_STATE(4530)] = 196110, + [SMALL_STATE(4531)] = 196126, + [SMALL_STATE(4532)] = 196146, + [SMALL_STATE(4533)] = 196166, + [SMALL_STATE(4534)] = 196182, + [SMALL_STATE(4535)] = 196196, + [SMALL_STATE(4536)] = 196218, + [SMALL_STATE(4537)] = 196238, + [SMALL_STATE(4538)] = 196252, + [SMALL_STATE(4539)] = 196270, + [SMALL_STATE(4540)] = 196292, + [SMALL_STATE(4541)] = 196310, + [SMALL_STATE(4542)] = 196326, + [SMALL_STATE(4543)] = 196348, + [SMALL_STATE(4544)] = 196364, + [SMALL_STATE(4545)] = 196382, + [SMALL_STATE(4546)] = 196400, + [SMALL_STATE(4547)] = 196418, + [SMALL_STATE(4548)] = 196434, + [SMALL_STATE(4549)] = 196454, + [SMALL_STATE(4550)] = 196474, + [SMALL_STATE(4551)] = 196494, + [SMALL_STATE(4552)] = 196510, + [SMALL_STATE(4553)] = 196524, + [SMALL_STATE(4554)] = 196540, + [SMALL_STATE(4555)] = 196554, + [SMALL_STATE(4556)] = 196574, + [SMALL_STATE(4557)] = 196590, + [SMALL_STATE(4558)] = 196608, + [SMALL_STATE(4559)] = 196624, + [SMALL_STATE(4560)] = 196638, + [SMALL_STATE(4561)] = 196660, + [SMALL_STATE(4562)] = 196676, + [SMALL_STATE(4563)] = 196692, + [SMALL_STATE(4564)] = 196708, + [SMALL_STATE(4565)] = 196728, + [SMALL_STATE(4566)] = 196744, + [SMALL_STATE(4567)] = 196760, + [SMALL_STATE(4568)] = 196776, + [SMALL_STATE(4569)] = 196792, + [SMALL_STATE(4570)] = 196814, + [SMALL_STATE(4571)] = 196836, + [SMALL_STATE(4572)] = 196850, + [SMALL_STATE(4573)] = 196870, + [SMALL_STATE(4574)] = 196886, + [SMALL_STATE(4575)] = 196902, + [SMALL_STATE(4576)] = 196918, + [SMALL_STATE(4577)] = 196932, + [SMALL_STATE(4578)] = 196948, + [SMALL_STATE(4579)] = 196964, + [SMALL_STATE(4580)] = 196978, + [SMALL_STATE(4581)] = 196994, + [SMALL_STATE(4582)] = 197010, + [SMALL_STATE(4583)] = 197026, + [SMALL_STATE(4584)] = 197042, + [SMALL_STATE(4585)] = 197062, + [SMALL_STATE(4586)] = 197082, + [SMALL_STATE(4587)] = 197096, + [SMALL_STATE(4588)] = 197112, + [SMALL_STATE(4589)] = 197128, + [SMALL_STATE(4590)] = 197144, + [SMALL_STATE(4591)] = 197160, + [SMALL_STATE(4592)] = 197176, + [SMALL_STATE(4593)] = 197192, + [SMALL_STATE(4594)] = 197208, + [SMALL_STATE(4595)] = 197228, + [SMALL_STATE(4596)] = 197244, + [SMALL_STATE(4597)] = 197262, + [SMALL_STATE(4598)] = 197278, + [SMALL_STATE(4599)] = 197294, + [SMALL_STATE(4600)] = 197308, + [SMALL_STATE(4601)] = 197322, + [SMALL_STATE(4602)] = 197338, + [SMALL_STATE(4603)] = 197354, + [SMALL_STATE(4604)] = 197374, + [SMALL_STATE(4605)] = 197390, + [SMALL_STATE(4606)] = 197406, + [SMALL_STATE(4607)] = 197420, + [SMALL_STATE(4608)] = 197434, + [SMALL_STATE(4609)] = 197450, + [SMALL_STATE(4610)] = 197470, + [SMALL_STATE(4611)] = 197486, + [SMALL_STATE(4612)] = 197506, + [SMALL_STATE(4613)] = 197526, + [SMALL_STATE(4614)] = 197542, + [SMALL_STATE(4615)] = 197564, + [SMALL_STATE(4616)] = 197580, + [SMALL_STATE(4617)] = 197596, + [SMALL_STATE(4618)] = 197612, + [SMALL_STATE(4619)] = 197628, + [SMALL_STATE(4620)] = 197644, + [SMALL_STATE(4621)] = 197660, + [SMALL_STATE(4622)] = 197680, + [SMALL_STATE(4623)] = 197696, + [SMALL_STATE(4624)] = 197712, + [SMALL_STATE(4625)] = 197730, + [SMALL_STATE(4626)] = 197746, + [SMALL_STATE(4627)] = 197762, + [SMALL_STATE(4628)] = 197784, + [SMALL_STATE(4629)] = 197798, + [SMALL_STATE(4630)] = 197818, + [SMALL_STATE(4631)] = 197836, + [SMALL_STATE(4632)] = 197858, + [SMALL_STATE(4633)] = 197874, + [SMALL_STATE(4634)] = 197894, + [SMALL_STATE(4635)] = 197910, + [SMALL_STATE(4636)] = 197932, + [SMALL_STATE(4637)] = 197946, + [SMALL_STATE(4638)] = 197968, + [SMALL_STATE(4639)] = 197984, + [SMALL_STATE(4640)] = 198004, + [SMALL_STATE(4641)] = 198020, + [SMALL_STATE(4642)] = 198034, + [SMALL_STATE(4643)] = 198050, + [SMALL_STATE(4644)] = 198072, + [SMALL_STATE(4645)] = 198088, + [SMALL_STATE(4646)] = 198104, + [SMALL_STATE(4647)] = 198122, + [SMALL_STATE(4648)] = 198138, + [SMALL_STATE(4649)] = 198154, + [SMALL_STATE(4650)] = 198170, + [SMALL_STATE(4651)] = 198192, + [SMALL_STATE(4652)] = 198212, + [SMALL_STATE(4653)] = 198232, + [SMALL_STATE(4654)] = 198254, + [SMALL_STATE(4655)] = 198270, + [SMALL_STATE(4656)] = 198286, + [SMALL_STATE(4657)] = 198300, + [SMALL_STATE(4658)] = 198320, + [SMALL_STATE(4659)] = 198340, + [SMALL_STATE(4660)] = 198360, + [SMALL_STATE(4661)] = 198382, + [SMALL_STATE(4662)] = 198398, + [SMALL_STATE(4663)] = 198412, + [SMALL_STATE(4664)] = 198428, + [SMALL_STATE(4665)] = 198448, + [SMALL_STATE(4666)] = 198468, + [SMALL_STATE(4667)] = 198488, + [SMALL_STATE(4668)] = 198504, + [SMALL_STATE(4669)] = 198524, + [SMALL_STATE(4670)] = 198538, + [SMALL_STATE(4671)] = 198554, + [SMALL_STATE(4672)] = 198572, + [SMALL_STATE(4673)] = 198588, + [SMALL_STATE(4674)] = 198604, + [SMALL_STATE(4675)] = 198626, + [SMALL_STATE(4676)] = 198642, + [SMALL_STATE(4677)] = 198658, + [SMALL_STATE(4678)] = 198674, + [SMALL_STATE(4679)] = 198690, + [SMALL_STATE(4680)] = 198712, + [SMALL_STATE(4681)] = 198726, + [SMALL_STATE(4682)] = 198742, + [SMALL_STATE(4683)] = 198756, + [SMALL_STATE(4684)] = 198772, + [SMALL_STATE(4685)] = 198788, + [SMALL_STATE(4686)] = 198804, + [SMALL_STATE(4687)] = 198820, + [SMALL_STATE(4688)] = 198836, + [SMALL_STATE(4689)] = 198852, + [SMALL_STATE(4690)] = 198868, + [SMALL_STATE(4691)] = 198884, + [SMALL_STATE(4692)] = 198898, + [SMALL_STATE(4693)] = 198912, + [SMALL_STATE(4694)] = 198926, + [SMALL_STATE(4695)] = 198940, + [SMALL_STATE(4696)] = 198954, + [SMALL_STATE(4697)] = 198968, + [SMALL_STATE(4698)] = 198990, + [SMALL_STATE(4699)] = 199004, + [SMALL_STATE(4700)] = 199024, + [SMALL_STATE(4701)] = 199040, + [SMALL_STATE(4702)] = 199054, + [SMALL_STATE(4703)] = 199068, + [SMALL_STATE(4704)] = 199084, + [SMALL_STATE(4705)] = 199098, + [SMALL_STATE(4706)] = 199112, + [SMALL_STATE(4707)] = 199132, + [SMALL_STATE(4708)] = 199152, + [SMALL_STATE(4709)] = 199166, + [SMALL_STATE(4710)] = 199180, + [SMALL_STATE(4711)] = 199194, + [SMALL_STATE(4712)] = 199210, + [SMALL_STATE(4713)] = 199226, + [SMALL_STATE(4714)] = 199246, + [SMALL_STATE(4715)] = 199268, + [SMALL_STATE(4716)] = 199282, + [SMALL_STATE(4717)] = 199298, + [SMALL_STATE(4718)] = 199318, + [SMALL_STATE(4719)] = 199340, + [SMALL_STATE(4720)] = 199360, + [SMALL_STATE(4721)] = 199374, + [SMALL_STATE(4722)] = 199396, + [SMALL_STATE(4723)] = 199416, + [SMALL_STATE(4724)] = 199438, + [SMALL_STATE(4725)] = 199454, + [SMALL_STATE(4726)] = 199470, + [SMALL_STATE(4727)] = 199486, + [SMALL_STATE(4728)] = 199502, + [SMALL_STATE(4729)] = 199518, + [SMALL_STATE(4730)] = 199534, + [SMALL_STATE(4731)] = 199550, + [SMALL_STATE(4732)] = 199566, + [SMALL_STATE(4733)] = 199582, + [SMALL_STATE(4734)] = 199598, + [SMALL_STATE(4735)] = 199614, + [SMALL_STATE(4736)] = 199630, + [SMALL_STATE(4737)] = 199646, + [SMALL_STATE(4738)] = 199662, + [SMALL_STATE(4739)] = 199678, + [SMALL_STATE(4740)] = 199694, + [SMALL_STATE(4741)] = 199710, + [SMALL_STATE(4742)] = 199732, + [SMALL_STATE(4743)] = 199748, + [SMALL_STATE(4744)] = 199764, + [SMALL_STATE(4745)] = 199780, + [SMALL_STATE(4746)] = 199796, + [SMALL_STATE(4747)] = 199812, + [SMALL_STATE(4748)] = 199830, + [SMALL_STATE(4749)] = 199850, + [SMALL_STATE(4750)] = 199868, + [SMALL_STATE(4751)] = 199884, + [SMALL_STATE(4752)] = 199900, + [SMALL_STATE(4753)] = 199916, + [SMALL_STATE(4754)] = 199932, + [SMALL_STATE(4755)] = 199948, + [SMALL_STATE(4756)] = 199964, + [SMALL_STATE(4757)] = 199980, + [SMALL_STATE(4758)] = 199996, + [SMALL_STATE(4759)] = 200012, + [SMALL_STATE(4760)] = 200028, + [SMALL_STATE(4761)] = 200044, + [SMALL_STATE(4762)] = 200060, + [SMALL_STATE(4763)] = 200076, + [SMALL_STATE(4764)] = 200092, + [SMALL_STATE(4765)] = 200108, + [SMALL_STATE(4766)] = 200124, + [SMALL_STATE(4767)] = 200140, + [SMALL_STATE(4768)] = 200160, + [SMALL_STATE(4769)] = 200176, + [SMALL_STATE(4770)] = 200192, + [SMALL_STATE(4771)] = 200208, + [SMALL_STATE(4772)] = 200224, + [SMALL_STATE(4773)] = 200240, + [SMALL_STATE(4774)] = 200256, + [SMALL_STATE(4775)] = 200272, + [SMALL_STATE(4776)] = 200288, + [SMALL_STATE(4777)] = 200304, + [SMALL_STATE(4778)] = 200320, + [SMALL_STATE(4779)] = 200336, + [SMALL_STATE(4780)] = 200352, + [SMALL_STATE(4781)] = 200368, + [SMALL_STATE(4782)] = 200384, + [SMALL_STATE(4783)] = 200400, + [SMALL_STATE(4784)] = 200416, + [SMALL_STATE(4785)] = 200432, + [SMALL_STATE(4786)] = 200448, + [SMALL_STATE(4787)] = 200464, + [SMALL_STATE(4788)] = 200480, + [SMALL_STATE(4789)] = 200496, + [SMALL_STATE(4790)] = 200516, + [SMALL_STATE(4791)] = 200532, + [SMALL_STATE(4792)] = 200552, + [SMALL_STATE(4793)] = 200568, + [SMALL_STATE(4794)] = 200584, + [SMALL_STATE(4795)] = 200600, + [SMALL_STATE(4796)] = 200616, + [SMALL_STATE(4797)] = 200632, + [SMALL_STATE(4798)] = 200652, + [SMALL_STATE(4799)] = 200674, + [SMALL_STATE(4800)] = 200690, + [SMALL_STATE(4801)] = 200706, + [SMALL_STATE(4802)] = 200726, + [SMALL_STATE(4803)] = 200742, + [SMALL_STATE(4804)] = 200764, + [SMALL_STATE(4805)] = 200780, + [SMALL_STATE(4806)] = 200796, + [SMALL_STATE(4807)] = 200812, + [SMALL_STATE(4808)] = 200828, + [SMALL_STATE(4809)] = 200850, + [SMALL_STATE(4810)] = 200866, + [SMALL_STATE(4811)] = 200882, + [SMALL_STATE(4812)] = 200898, + [SMALL_STATE(4813)] = 200914, + [SMALL_STATE(4814)] = 200930, + [SMALL_STATE(4815)] = 200946, + [SMALL_STATE(4816)] = 200966, + [SMALL_STATE(4817)] = 200982, + [SMALL_STATE(4818)] = 200998, + [SMALL_STATE(4819)] = 201020, + [SMALL_STATE(4820)] = 201036, + [SMALL_STATE(4821)] = 201052, + [SMALL_STATE(4822)] = 201072, + [SMALL_STATE(4823)] = 201092, + [SMALL_STATE(4824)] = 201108, + [SMALL_STATE(4825)] = 201124, + [SMALL_STATE(4826)] = 201140, + [SMALL_STATE(4827)] = 201156, + [SMALL_STATE(4828)] = 201176, + [SMALL_STATE(4829)] = 201192, + [SMALL_STATE(4830)] = 201210, + [SMALL_STATE(4831)] = 201230, + [SMALL_STATE(4832)] = 201246, + [SMALL_STATE(4833)] = 201262, + [SMALL_STATE(4834)] = 201278, + [SMALL_STATE(4835)] = 201294, + [SMALL_STATE(4836)] = 201310, + [SMALL_STATE(4837)] = 201326, + [SMALL_STATE(4838)] = 201342, + [SMALL_STATE(4839)] = 201362, + [SMALL_STATE(4840)] = 201378, + [SMALL_STATE(4841)] = 201394, + [SMALL_STATE(4842)] = 201414, + [SMALL_STATE(4843)] = 201430, + [SMALL_STATE(4844)] = 201446, + [SMALL_STATE(4845)] = 201462, + [SMALL_STATE(4846)] = 201478, + [SMALL_STATE(4847)] = 201494, + [SMALL_STATE(4848)] = 201510, + [SMALL_STATE(4849)] = 201526, + [SMALL_STATE(4850)] = 201542, + [SMALL_STATE(4851)] = 201558, + [SMALL_STATE(4852)] = 201574, + [SMALL_STATE(4853)] = 201596, + [SMALL_STATE(4854)] = 201612, + [SMALL_STATE(4855)] = 201634, + [SMALL_STATE(4856)] = 201654, + [SMALL_STATE(4857)] = 201674, + [SMALL_STATE(4858)] = 201690, + [SMALL_STATE(4859)] = 201712, + [SMALL_STATE(4860)] = 201728, + [SMALL_STATE(4861)] = 201744, + [SMALL_STATE(4862)] = 201760, + [SMALL_STATE(4863)] = 201776, + [SMALL_STATE(4864)] = 201792, + [SMALL_STATE(4865)] = 201808, + [SMALL_STATE(4866)] = 201824, + [SMALL_STATE(4867)] = 201840, + [SMALL_STATE(4868)] = 201856, + [SMALL_STATE(4869)] = 201872, + [SMALL_STATE(4870)] = 201888, + [SMALL_STATE(4871)] = 201904, + [SMALL_STATE(4872)] = 201921, + [SMALL_STATE(4873)] = 201940, + [SMALL_STATE(4874)] = 201959, + [SMALL_STATE(4875)] = 201978, + [SMALL_STATE(4876)] = 201993, + [SMALL_STATE(4877)] = 202008, + [SMALL_STATE(4878)] = 202023, + [SMALL_STATE(4879)] = 202042, + [SMALL_STATE(4880)] = 202057, + [SMALL_STATE(4881)] = 202070, + [SMALL_STATE(4882)] = 202085, + [SMALL_STATE(4883)] = 202104, + [SMALL_STATE(4884)] = 202123, + [SMALL_STATE(4885)] = 202142, + [SMALL_STATE(4886)] = 202161, + [SMALL_STATE(4887)] = 202178, + [SMALL_STATE(4888)] = 202193, + [SMALL_STATE(4889)] = 202208, + [SMALL_STATE(4890)] = 202225, + [SMALL_STATE(4891)] = 202240, + [SMALL_STATE(4892)] = 202259, + [SMALL_STATE(4893)] = 202276, + [SMALL_STATE(4894)] = 202293, + [SMALL_STATE(4895)] = 202312, + [SMALL_STATE(4896)] = 202331, + [SMALL_STATE(4897)] = 202344, + [SMALL_STATE(4898)] = 202363, + [SMALL_STATE(4899)] = 202378, + [SMALL_STATE(4900)] = 202393, + [SMALL_STATE(4901)] = 202406, + [SMALL_STATE(4902)] = 202421, + [SMALL_STATE(4903)] = 202436, + [SMALL_STATE(4904)] = 202451, + [SMALL_STATE(4905)] = 202468, + [SMALL_STATE(4906)] = 202483, + [SMALL_STATE(4907)] = 202498, + [SMALL_STATE(4908)] = 202511, + [SMALL_STATE(4909)] = 202526, + [SMALL_STATE(4910)] = 202541, + [SMALL_STATE(4911)] = 202556, + [SMALL_STATE(4912)] = 202575, + [SMALL_STATE(4913)] = 202594, + [SMALL_STATE(4914)] = 202613, + [SMALL_STATE(4915)] = 202628, + [SMALL_STATE(4916)] = 202647, + [SMALL_STATE(4917)] = 202662, + [SMALL_STATE(4918)] = 202677, + [SMALL_STATE(4919)] = 202692, + [SMALL_STATE(4920)] = 202707, + [SMALL_STATE(4921)] = 202722, + [SMALL_STATE(4922)] = 202737, + [SMALL_STATE(4923)] = 202752, + [SMALL_STATE(4924)] = 202767, + [SMALL_STATE(4925)] = 202780, + [SMALL_STATE(4926)] = 202799, + [SMALL_STATE(4927)] = 202814, + [SMALL_STATE(4928)] = 202833, + [SMALL_STATE(4929)] = 202848, + [SMALL_STATE(4930)] = 202863, + [SMALL_STATE(4931)] = 202878, + [SMALL_STATE(4932)] = 202893, + [SMALL_STATE(4933)] = 202906, + [SMALL_STATE(4934)] = 202925, + [SMALL_STATE(4935)] = 202942, + [SMALL_STATE(4936)] = 202957, + [SMALL_STATE(4937)] = 202974, + [SMALL_STATE(4938)] = 202991, + [SMALL_STATE(4939)] = 203008, + [SMALL_STATE(4940)] = 203023, + [SMALL_STATE(4941)] = 203038, + [SMALL_STATE(4942)] = 203053, + [SMALL_STATE(4943)] = 203068, + [SMALL_STATE(4944)] = 203083, + [SMALL_STATE(4945)] = 203098, + [SMALL_STATE(4946)] = 203115, + [SMALL_STATE(4947)] = 203134, + [SMALL_STATE(4948)] = 203153, + [SMALL_STATE(4949)] = 203166, + [SMALL_STATE(4950)] = 203183, + [SMALL_STATE(4951)] = 203198, + [SMALL_STATE(4952)] = 203213, + [SMALL_STATE(4953)] = 203230, + [SMALL_STATE(4954)] = 203245, + [SMALL_STATE(4955)] = 203260, + [SMALL_STATE(4956)] = 203279, + [SMALL_STATE(4957)] = 203298, + [SMALL_STATE(4958)] = 203317, + [SMALL_STATE(4959)] = 203332, + [SMALL_STATE(4960)] = 203351, + [SMALL_STATE(4961)] = 203370, + [SMALL_STATE(4962)] = 203389, + [SMALL_STATE(4963)] = 203404, + [SMALL_STATE(4964)] = 203417, + [SMALL_STATE(4965)] = 203436, + [SMALL_STATE(4966)] = 203455, + [SMALL_STATE(4967)] = 203474, + [SMALL_STATE(4968)] = 203493, + [SMALL_STATE(4969)] = 203512, + [SMALL_STATE(4970)] = 203531, + [SMALL_STATE(4971)] = 203550, + [SMALL_STATE(4972)] = 203567, + [SMALL_STATE(4973)] = 203586, + [SMALL_STATE(4974)] = 203603, + [SMALL_STATE(4975)] = 203618, + [SMALL_STATE(4976)] = 203633, + [SMALL_STATE(4977)] = 203652, + [SMALL_STATE(4978)] = 203671, + [SMALL_STATE(4979)] = 203684, + [SMALL_STATE(4980)] = 203703, + [SMALL_STATE(4981)] = 203722, + [SMALL_STATE(4982)] = 203737, + [SMALL_STATE(4983)] = 203756, + [SMALL_STATE(4984)] = 203771, + [SMALL_STATE(4985)] = 203786, + [SMALL_STATE(4986)] = 203803, + [SMALL_STATE(4987)] = 203822, + [SMALL_STATE(4988)] = 203841, + [SMALL_STATE(4989)] = 203860, + [SMALL_STATE(4990)] = 203879, + [SMALL_STATE(4991)] = 203896, + [SMALL_STATE(4992)] = 203915, + [SMALL_STATE(4993)] = 203932, + [SMALL_STATE(4994)] = 203947, + [SMALL_STATE(4995)] = 203964, + [SMALL_STATE(4996)] = 203979, + [SMALL_STATE(4997)] = 203998, + [SMALL_STATE(4998)] = 204015, + [SMALL_STATE(4999)] = 204030, + [SMALL_STATE(5000)] = 204047, + [SMALL_STATE(5001)] = 204066, + [SMALL_STATE(5002)] = 204079, + [SMALL_STATE(5003)] = 204094, + [SMALL_STATE(5004)] = 204109, + [SMALL_STATE(5005)] = 204124, + [SMALL_STATE(5006)] = 204143, + [SMALL_STATE(5007)] = 204162, + [SMALL_STATE(5008)] = 204177, + [SMALL_STATE(5009)] = 204192, + [SMALL_STATE(5010)] = 204207, + [SMALL_STATE(5011)] = 204224, + [SMALL_STATE(5012)] = 204243, + [SMALL_STATE(5013)] = 204262, + [SMALL_STATE(5014)] = 204275, + [SMALL_STATE(5015)] = 204288, + [SMALL_STATE(5016)] = 204307, + [SMALL_STATE(5017)] = 204326, + [SMALL_STATE(5018)] = 204343, + [SMALL_STATE(5019)] = 204360, + [SMALL_STATE(5020)] = 204375, + [SMALL_STATE(5021)] = 204392, + [SMALL_STATE(5022)] = 204407, + [SMALL_STATE(5023)] = 204426, + [SMALL_STATE(5024)] = 204439, + [SMALL_STATE(5025)] = 204456, + [SMALL_STATE(5026)] = 204475, + [SMALL_STATE(5027)] = 204494, + [SMALL_STATE(5028)] = 204509, + [SMALL_STATE(5029)] = 204522, + [SMALL_STATE(5030)] = 204539, + [SMALL_STATE(5031)] = 204558, + [SMALL_STATE(5032)] = 204575, + [SMALL_STATE(5033)] = 204592, + [SMALL_STATE(5034)] = 204611, + [SMALL_STATE(5035)] = 204624, + [SMALL_STATE(5036)] = 204643, + [SMALL_STATE(5037)] = 204658, + [SMALL_STATE(5038)] = 204673, + [SMALL_STATE(5039)] = 204688, + [SMALL_STATE(5040)] = 204707, + [SMALL_STATE(5041)] = 204722, + [SMALL_STATE(5042)] = 204741, + [SMALL_STATE(5043)] = 204760, + [SMALL_STATE(5044)] = 204775, + [SMALL_STATE(5045)] = 204794, + [SMALL_STATE(5046)] = 204807, + [SMALL_STATE(5047)] = 204822, + [SMALL_STATE(5048)] = 204837, + [SMALL_STATE(5049)] = 204852, + [SMALL_STATE(5050)] = 204871, + [SMALL_STATE(5051)] = 204886, + [SMALL_STATE(5052)] = 204903, + [SMALL_STATE(5053)] = 204918, + [SMALL_STATE(5054)] = 204931, + [SMALL_STATE(5055)] = 204946, + [SMALL_STATE(5056)] = 204961, + [SMALL_STATE(5057)] = 204980, + [SMALL_STATE(5058)] = 204995, + [SMALL_STATE(5059)] = 205010, + [SMALL_STATE(5060)] = 205027, + [SMALL_STATE(5061)] = 205042, + [SMALL_STATE(5062)] = 205059, + [SMALL_STATE(5063)] = 205074, + [SMALL_STATE(5064)] = 205089, + [SMALL_STATE(5065)] = 205104, + [SMALL_STATE(5066)] = 205121, + [SMALL_STATE(5067)] = 205140, + [SMALL_STATE(5068)] = 205155, + [SMALL_STATE(5069)] = 205170, + [SMALL_STATE(5070)] = 205185, + [SMALL_STATE(5071)] = 205200, + [SMALL_STATE(5072)] = 205213, + [SMALL_STATE(5073)] = 205232, + [SMALL_STATE(5074)] = 205247, + [SMALL_STATE(5075)] = 205262, + [SMALL_STATE(5076)] = 205277, + [SMALL_STATE(5077)] = 205292, + [SMALL_STATE(5078)] = 205307, + [SMALL_STATE(5079)] = 205322, + [SMALL_STATE(5080)] = 205335, + [SMALL_STATE(5081)] = 205354, + [SMALL_STATE(5082)] = 205369, + [SMALL_STATE(5083)] = 205384, + [SMALL_STATE(5084)] = 205401, + [SMALL_STATE(5085)] = 205416, + [SMALL_STATE(5086)] = 205433, + [SMALL_STATE(5087)] = 205448, + [SMALL_STATE(5088)] = 205463, + [SMALL_STATE(5089)] = 205478, + [SMALL_STATE(5090)] = 205493, + [SMALL_STATE(5091)] = 205508, + [SMALL_STATE(5092)] = 205523, + [SMALL_STATE(5093)] = 205538, + [SMALL_STATE(5094)] = 205553, + [SMALL_STATE(5095)] = 205568, + [SMALL_STATE(5096)] = 205583, + [SMALL_STATE(5097)] = 205598, + [SMALL_STATE(5098)] = 205615, + [SMALL_STATE(5099)] = 205630, + [SMALL_STATE(5100)] = 205645, + [SMALL_STATE(5101)] = 205660, + [SMALL_STATE(5102)] = 205675, + [SMALL_STATE(5103)] = 205690, + [SMALL_STATE(5104)] = 205705, + [SMALL_STATE(5105)] = 205724, + [SMALL_STATE(5106)] = 205739, + [SMALL_STATE(5107)] = 205754, + [SMALL_STATE(5108)] = 205769, + [SMALL_STATE(5109)] = 205786, + [SMALL_STATE(5110)] = 205801, + [SMALL_STATE(5111)] = 205816, + [SMALL_STATE(5112)] = 205831, + [SMALL_STATE(5113)] = 205844, + [SMALL_STATE(5114)] = 205859, + [SMALL_STATE(5115)] = 205878, + [SMALL_STATE(5116)] = 205893, + [SMALL_STATE(5117)] = 205908, + [SMALL_STATE(5118)] = 205923, + [SMALL_STATE(5119)] = 205942, + [SMALL_STATE(5120)] = 205959, + [SMALL_STATE(5121)] = 205974, + [SMALL_STATE(5122)] = 205989, + [SMALL_STATE(5123)] = 206006, + [SMALL_STATE(5124)] = 206021, + [SMALL_STATE(5125)] = 206036, + [SMALL_STATE(5126)] = 206051, + [SMALL_STATE(5127)] = 206066, + [SMALL_STATE(5128)] = 206081, + [SMALL_STATE(5129)] = 206096, + [SMALL_STATE(5130)] = 206115, + [SMALL_STATE(5131)] = 206134, + [SMALL_STATE(5132)] = 206149, + [SMALL_STATE(5133)] = 206166, + [SMALL_STATE(5134)] = 206181, + [SMALL_STATE(5135)] = 206196, + [SMALL_STATE(5136)] = 206211, + [SMALL_STATE(5137)] = 206226, + [SMALL_STATE(5138)] = 206241, + [SMALL_STATE(5139)] = 206256, + [SMALL_STATE(5140)] = 206271, + [SMALL_STATE(5141)] = 206286, + [SMALL_STATE(5142)] = 206301, + [SMALL_STATE(5143)] = 206316, + [SMALL_STATE(5144)] = 206331, + [SMALL_STATE(5145)] = 206344, + [SMALL_STATE(5146)] = 206363, + [SMALL_STATE(5147)] = 206378, + [SMALL_STATE(5148)] = 206395, + [SMALL_STATE(5149)] = 206410, + [SMALL_STATE(5150)] = 206425, + [SMALL_STATE(5151)] = 206442, + [SMALL_STATE(5152)] = 206457, + [SMALL_STATE(5153)] = 206472, + [SMALL_STATE(5154)] = 206487, + [SMALL_STATE(5155)] = 206502, + [SMALL_STATE(5156)] = 206517, + [SMALL_STATE(5157)] = 206536, + [SMALL_STATE(5158)] = 206555, + [SMALL_STATE(5159)] = 206570, + [SMALL_STATE(5160)] = 206585, + [SMALL_STATE(5161)] = 206600, + [SMALL_STATE(5162)] = 206615, + [SMALL_STATE(5163)] = 206632, + [SMALL_STATE(5164)] = 206647, + [SMALL_STATE(5165)] = 206662, + [SMALL_STATE(5166)] = 206677, + [SMALL_STATE(5167)] = 206692, + [SMALL_STATE(5168)] = 206707, + [SMALL_STATE(5169)] = 206722, + [SMALL_STATE(5170)] = 206741, + [SMALL_STATE(5171)] = 206756, + [SMALL_STATE(5172)] = 206773, + [SMALL_STATE(5173)] = 206786, + [SMALL_STATE(5174)] = 206801, + [SMALL_STATE(5175)] = 206818, + [SMALL_STATE(5176)] = 206835, + [SMALL_STATE(5177)] = 206850, + [SMALL_STATE(5178)] = 206865, + [SMALL_STATE(5179)] = 206880, + [SMALL_STATE(5180)] = 206899, + [SMALL_STATE(5181)] = 206914, + [SMALL_STATE(5182)] = 206929, + [SMALL_STATE(5183)] = 206948, + [SMALL_STATE(5184)] = 206967, + [SMALL_STATE(5185)] = 206982, + [SMALL_STATE(5186)] = 206999, + [SMALL_STATE(5187)] = 207018, + [SMALL_STATE(5188)] = 207033, + [SMALL_STATE(5189)] = 207052, + [SMALL_STATE(5190)] = 207071, + [SMALL_STATE(5191)] = 207084, + [SMALL_STATE(5192)] = 207099, + [SMALL_STATE(5193)] = 207114, + [SMALL_STATE(5194)] = 207129, + [SMALL_STATE(5195)] = 207146, + [SMALL_STATE(5196)] = 207165, + [SMALL_STATE(5197)] = 207180, + [SMALL_STATE(5198)] = 207199, + [SMALL_STATE(5199)] = 207216, + [SMALL_STATE(5200)] = 207233, + [SMALL_STATE(5201)] = 207248, + [SMALL_STATE(5202)] = 207263, + [SMALL_STATE(5203)] = 207280, + [SMALL_STATE(5204)] = 207297, + [SMALL_STATE(5205)] = 207312, + [SMALL_STATE(5206)] = 207331, + [SMALL_STATE(5207)] = 207350, + [SMALL_STATE(5208)] = 207365, + [SMALL_STATE(5209)] = 207384, + [SMALL_STATE(5210)] = 207397, + [SMALL_STATE(5211)] = 207416, + [SMALL_STATE(5212)] = 207431, + [SMALL_STATE(5213)] = 207446, + [SMALL_STATE(5214)] = 207461, + [SMALL_STATE(5215)] = 207480, + [SMALL_STATE(5216)] = 207497, + [SMALL_STATE(5217)] = 207510, + [SMALL_STATE(5218)] = 207525, + [SMALL_STATE(5219)] = 207540, + [SMALL_STATE(5220)] = 207555, + [SMALL_STATE(5221)] = 207572, + [SMALL_STATE(5222)] = 207589, + [SMALL_STATE(5223)] = 207606, + [SMALL_STATE(5224)] = 207625, + [SMALL_STATE(5225)] = 207642, + [SMALL_STATE(5226)] = 207657, + [SMALL_STATE(5227)] = 207674, + [SMALL_STATE(5228)] = 207691, + [SMALL_STATE(5229)] = 207706, + [SMALL_STATE(5230)] = 207721, + [SMALL_STATE(5231)] = 207736, + [SMALL_STATE(5232)] = 207751, + [SMALL_STATE(5233)] = 207766, + [SMALL_STATE(5234)] = 207781, + [SMALL_STATE(5235)] = 207800, + [SMALL_STATE(5236)] = 207817, + [SMALL_STATE(5237)] = 207836, + [SMALL_STATE(5238)] = 207853, + [SMALL_STATE(5239)] = 207868, + [SMALL_STATE(5240)] = 207883, + [SMALL_STATE(5241)] = 207898, + [SMALL_STATE(5242)] = 207915, + [SMALL_STATE(5243)] = 207932, + [SMALL_STATE(5244)] = 207949, + [SMALL_STATE(5245)] = 207968, + [SMALL_STATE(5246)] = 207983, + [SMALL_STATE(5247)] = 207998, + [SMALL_STATE(5248)] = 208013, + [SMALL_STATE(5249)] = 208028, + [SMALL_STATE(5250)] = 208043, + [SMALL_STATE(5251)] = 208060, + [SMALL_STATE(5252)] = 208077, + [SMALL_STATE(5253)] = 208094, + [SMALL_STATE(5254)] = 208111, + [SMALL_STATE(5255)] = 208128, + [SMALL_STATE(5256)] = 208143, + [SMALL_STATE(5257)] = 208162, + [SMALL_STATE(5258)] = 208179, + [SMALL_STATE(5259)] = 208194, + [SMALL_STATE(5260)] = 208209, + [SMALL_STATE(5261)] = 208226, + [SMALL_STATE(5262)] = 208241, + [SMALL_STATE(5263)] = 208260, + [SMALL_STATE(5264)] = 208275, + [SMALL_STATE(5265)] = 208292, + [SMALL_STATE(5266)] = 208307, + [SMALL_STATE(5267)] = 208322, + [SMALL_STATE(5268)] = 208337, + [SMALL_STATE(5269)] = 208352, + [SMALL_STATE(5270)] = 208367, + [SMALL_STATE(5271)] = 208382, + [SMALL_STATE(5272)] = 208397, + [SMALL_STATE(5273)] = 208416, + [SMALL_STATE(5274)] = 208435, + [SMALL_STATE(5275)] = 208448, + [SMALL_STATE(5276)] = 208467, + [SMALL_STATE(5277)] = 208486, + [SMALL_STATE(5278)] = 208501, + [SMALL_STATE(5279)] = 208518, + [SMALL_STATE(5280)] = 208533, + [SMALL_STATE(5281)] = 208550, + [SMALL_STATE(5282)] = 208565, + [SMALL_STATE(5283)] = 208580, + [SMALL_STATE(5284)] = 208595, + [SMALL_STATE(5285)] = 208610, + [SMALL_STATE(5286)] = 208627, + [SMALL_STATE(5287)] = 208644, + [SMALL_STATE(5288)] = 208659, + [SMALL_STATE(5289)] = 208671, + [SMALL_STATE(5290)] = 208685, + [SMALL_STATE(5291)] = 208701, + [SMALL_STATE(5292)] = 208717, + [SMALL_STATE(5293)] = 208733, + [SMALL_STATE(5294)] = 208749, + [SMALL_STATE(5295)] = 208765, + [SMALL_STATE(5296)] = 208779, + [SMALL_STATE(5297)] = 208791, + [SMALL_STATE(5298)] = 208803, + [SMALL_STATE(5299)] = 208819, + [SMALL_STATE(5300)] = 208833, + [SMALL_STATE(5301)] = 208849, + [SMALL_STATE(5302)] = 208865, + [SMALL_STATE(5303)] = 208881, + [SMALL_STATE(5304)] = 208897, + [SMALL_STATE(5305)] = 208913, + [SMALL_STATE(5306)] = 208927, + [SMALL_STATE(5307)] = 208943, + [SMALL_STATE(5308)] = 208959, + [SMALL_STATE(5309)] = 208975, + [SMALL_STATE(5310)] = 208989, + [SMALL_STATE(5311)] = 209005, + [SMALL_STATE(5312)] = 209021, + [SMALL_STATE(5313)] = 209037, + [SMALL_STATE(5314)] = 209053, + [SMALL_STATE(5315)] = 209065, + [SMALL_STATE(5316)] = 209081, + [SMALL_STATE(5317)] = 209097, + [SMALL_STATE(5318)] = 209113, + [SMALL_STATE(5319)] = 209129, + [SMALL_STATE(5320)] = 209145, + [SMALL_STATE(5321)] = 209161, + [SMALL_STATE(5322)] = 209177, + [SMALL_STATE(5323)] = 209193, + [SMALL_STATE(5324)] = 209209, + [SMALL_STATE(5325)] = 209223, + [SMALL_STATE(5326)] = 209239, + [SMALL_STATE(5327)] = 209255, + [SMALL_STATE(5328)] = 209271, + [SMALL_STATE(5329)] = 209285, + [SMALL_STATE(5330)] = 209299, + [SMALL_STATE(5331)] = 209313, + [SMALL_STATE(5332)] = 209329, + [SMALL_STATE(5333)] = 209345, + [SMALL_STATE(5334)] = 209361, + [SMALL_STATE(5335)] = 209375, + [SMALL_STATE(5336)] = 209391, + [SMALL_STATE(5337)] = 209405, + [SMALL_STATE(5338)] = 209421, + [SMALL_STATE(5339)] = 209437, + [SMALL_STATE(5340)] = 209453, + [SMALL_STATE(5341)] = 209469, + [SMALL_STATE(5342)] = 209485, + [SMALL_STATE(5343)] = 209501, + [SMALL_STATE(5344)] = 209517, + [SMALL_STATE(5345)] = 209531, + [SMALL_STATE(5346)] = 209545, + [SMALL_STATE(5347)] = 209561, + [SMALL_STATE(5348)] = 209575, + [SMALL_STATE(5349)] = 209591, + [SMALL_STATE(5350)] = 209607, + [SMALL_STATE(5351)] = 209623, + [SMALL_STATE(5352)] = 209637, + [SMALL_STATE(5353)] = 209653, + [SMALL_STATE(5354)] = 209669, + [SMALL_STATE(5355)] = 209685, + [SMALL_STATE(5356)] = 209701, + [SMALL_STATE(5357)] = 209715, + [SMALL_STATE(5358)] = 209729, + [SMALL_STATE(5359)] = 209743, + [SMALL_STATE(5360)] = 209759, + [SMALL_STATE(5361)] = 209775, + [SMALL_STATE(5362)] = 209791, + [SMALL_STATE(5363)] = 209807, + [SMALL_STATE(5364)] = 209823, + [SMALL_STATE(5365)] = 209839, + [SMALL_STATE(5366)] = 209855, + [SMALL_STATE(5367)] = 209869, + [SMALL_STATE(5368)] = 209883, + [SMALL_STATE(5369)] = 209899, + [SMALL_STATE(5370)] = 209913, + [SMALL_STATE(5371)] = 209929, + [SMALL_STATE(5372)] = 209945, + [SMALL_STATE(5373)] = 209959, + [SMALL_STATE(5374)] = 209973, + [SMALL_STATE(5375)] = 209989, + [SMALL_STATE(5376)] = 210005, + [SMALL_STATE(5377)] = 210021, + [SMALL_STATE(5378)] = 210037, + [SMALL_STATE(5379)] = 210053, + [SMALL_STATE(5380)] = 210067, + [SMALL_STATE(5381)] = 210083, + [SMALL_STATE(5382)] = 210097, + [SMALL_STATE(5383)] = 210113, + [SMALL_STATE(5384)] = 210129, + [SMALL_STATE(5385)] = 210145, + [SMALL_STATE(5386)] = 210161, + [SMALL_STATE(5387)] = 210177, + [SMALL_STATE(5388)] = 210193, + [SMALL_STATE(5389)] = 210207, + [SMALL_STATE(5390)] = 210219, + [SMALL_STATE(5391)] = 210233, + [SMALL_STATE(5392)] = 210247, + [SMALL_STATE(5393)] = 210261, + [SMALL_STATE(5394)] = 210275, + [SMALL_STATE(5395)] = 210287, + [SMALL_STATE(5396)] = 210301, + [SMALL_STATE(5397)] = 210317, + [SMALL_STATE(5398)] = 210331, + [SMALL_STATE(5399)] = 210347, + [SMALL_STATE(5400)] = 210359, + [SMALL_STATE(5401)] = 210375, + [SMALL_STATE(5402)] = 210389, + [SMALL_STATE(5403)] = 210405, + [SMALL_STATE(5404)] = 210419, + [SMALL_STATE(5405)] = 210433, + [SMALL_STATE(5406)] = 210449, + [SMALL_STATE(5407)] = 210465, + [SMALL_STATE(5408)] = 210481, + [SMALL_STATE(5409)] = 210495, + [SMALL_STATE(5410)] = 210511, + [SMALL_STATE(5411)] = 210527, + [SMALL_STATE(5412)] = 210543, + [SMALL_STATE(5413)] = 210557, + [SMALL_STATE(5414)] = 210573, + [SMALL_STATE(5415)] = 210589, + [SMALL_STATE(5416)] = 210603, + [SMALL_STATE(5417)] = 210617, + [SMALL_STATE(5418)] = 210633, + [SMALL_STATE(5419)] = 210649, + [SMALL_STATE(5420)] = 210665, + [SMALL_STATE(5421)] = 210681, + [SMALL_STATE(5422)] = 210697, + [SMALL_STATE(5423)] = 210711, + [SMALL_STATE(5424)] = 210727, + [SMALL_STATE(5425)] = 210743, + [SMALL_STATE(5426)] = 210755, + [SMALL_STATE(5427)] = 210771, + [SMALL_STATE(5428)] = 210787, + [SMALL_STATE(5429)] = 210803, + [SMALL_STATE(5430)] = 210817, + [SMALL_STATE(5431)] = 210829, + [SMALL_STATE(5432)] = 210845, + [SMALL_STATE(5433)] = 210861, + [SMALL_STATE(5434)] = 210877, + [SMALL_STATE(5435)] = 210893, + [SMALL_STATE(5436)] = 210909, + [SMALL_STATE(5437)] = 210925, + [SMALL_STATE(5438)] = 210939, + [SMALL_STATE(5439)] = 210953, + [SMALL_STATE(5440)] = 210969, + [SMALL_STATE(5441)] = 210985, + [SMALL_STATE(5442)] = 211001, + [SMALL_STATE(5443)] = 211017, + [SMALL_STATE(5444)] = 211033, + [SMALL_STATE(5445)] = 211049, + [SMALL_STATE(5446)] = 211065, + [SMALL_STATE(5447)] = 211081, + [SMALL_STATE(5448)] = 211097, + [SMALL_STATE(5449)] = 211113, + [SMALL_STATE(5450)] = 211125, + [SMALL_STATE(5451)] = 211141, + [SMALL_STATE(5452)] = 211157, + [SMALL_STATE(5453)] = 211173, + [SMALL_STATE(5454)] = 211189, + [SMALL_STATE(5455)] = 211205, + [SMALL_STATE(5456)] = 211221, + [SMALL_STATE(5457)] = 211235, + [SMALL_STATE(5458)] = 211249, + [SMALL_STATE(5459)] = 211265, + [SMALL_STATE(5460)] = 211279, + [SMALL_STATE(5461)] = 211293, + [SMALL_STATE(5462)] = 211309, + [SMALL_STATE(5463)] = 211325, + [SMALL_STATE(5464)] = 211341, + [SMALL_STATE(5465)] = 211357, + [SMALL_STATE(5466)] = 211370, + [SMALL_STATE(5467)] = 211383, + [SMALL_STATE(5468)] = 211396, + [SMALL_STATE(5469)] = 211409, + [SMALL_STATE(5470)] = 211422, + [SMALL_STATE(5471)] = 211435, + [SMALL_STATE(5472)] = 211448, + [SMALL_STATE(5473)] = 211461, + [SMALL_STATE(5474)] = 211474, + [SMALL_STATE(5475)] = 211487, + [SMALL_STATE(5476)] = 211500, + [SMALL_STATE(5477)] = 211513, + [SMALL_STATE(5478)] = 211526, + [SMALL_STATE(5479)] = 211539, + [SMALL_STATE(5480)] = 211552, + [SMALL_STATE(5481)] = 211565, + [SMALL_STATE(5482)] = 211578, + [SMALL_STATE(5483)] = 211591, + [SMALL_STATE(5484)] = 211604, + [SMALL_STATE(5485)] = 211617, + [SMALL_STATE(5486)] = 211630, + [SMALL_STATE(5487)] = 211643, + [SMALL_STATE(5488)] = 211656, + [SMALL_STATE(5489)] = 211669, + [SMALL_STATE(5490)] = 211682, + [SMALL_STATE(5491)] = 211695, + [SMALL_STATE(5492)] = 211708, + [SMALL_STATE(5493)] = 211721, + [SMALL_STATE(5494)] = 211734, + [SMALL_STATE(5495)] = 211745, + [SMALL_STATE(5496)] = 211758, + [SMALL_STATE(5497)] = 211771, + [SMALL_STATE(5498)] = 211784, + [SMALL_STATE(5499)] = 211797, + [SMALL_STATE(5500)] = 211810, + [SMALL_STATE(5501)] = 211823, + [SMALL_STATE(5502)] = 211836, + [SMALL_STATE(5503)] = 211849, + [SMALL_STATE(5504)] = 211862, + [SMALL_STATE(5505)] = 211875, + [SMALL_STATE(5506)] = 211888, + [SMALL_STATE(5507)] = 211901, + [SMALL_STATE(5508)] = 211914, + [SMALL_STATE(5509)] = 211927, + [SMALL_STATE(5510)] = 211940, + [SMALL_STATE(5511)] = 211953, + [SMALL_STATE(5512)] = 211966, + [SMALL_STATE(5513)] = 211979, + [SMALL_STATE(5514)] = 211992, + [SMALL_STATE(5515)] = 212005, + [SMALL_STATE(5516)] = 212018, + [SMALL_STATE(5517)] = 212029, + [SMALL_STATE(5518)] = 212042, + [SMALL_STATE(5519)] = 212055, + [SMALL_STATE(5520)] = 212068, + [SMALL_STATE(5521)] = 212079, + [SMALL_STATE(5522)] = 212092, + [SMALL_STATE(5523)] = 212105, + [SMALL_STATE(5524)] = 212118, + [SMALL_STATE(5525)] = 212131, + [SMALL_STATE(5526)] = 212144, + [SMALL_STATE(5527)] = 212157, + [SMALL_STATE(5528)] = 212170, + [SMALL_STATE(5529)] = 212183, + [SMALL_STATE(5530)] = 212194, + [SMALL_STATE(5531)] = 212207, + [SMALL_STATE(5532)] = 212220, + [SMALL_STATE(5533)] = 212233, + [SMALL_STATE(5534)] = 212246, + [SMALL_STATE(5535)] = 212257, + [SMALL_STATE(5536)] = 212270, + [SMALL_STATE(5537)] = 212283, + [SMALL_STATE(5538)] = 212294, + [SMALL_STATE(5539)] = 212307, + [SMALL_STATE(5540)] = 212320, + [SMALL_STATE(5541)] = 212333, + [SMALL_STATE(5542)] = 212346, + [SMALL_STATE(5543)] = 212357, + [SMALL_STATE(5544)] = 212370, + [SMALL_STATE(5545)] = 212383, + [SMALL_STATE(5546)] = 212396, + [SMALL_STATE(5547)] = 212409, + [SMALL_STATE(5548)] = 212422, + [SMALL_STATE(5549)] = 212435, + [SMALL_STATE(5550)] = 212448, + [SMALL_STATE(5551)] = 212461, + [SMALL_STATE(5552)] = 212474, + [SMALL_STATE(5553)] = 212487, + [SMALL_STATE(5554)] = 212500, + [SMALL_STATE(5555)] = 212513, + [SMALL_STATE(5556)] = 212526, + [SMALL_STATE(5557)] = 212539, + [SMALL_STATE(5558)] = 212552, + [SMALL_STATE(5559)] = 212563, + [SMALL_STATE(5560)] = 212576, + [SMALL_STATE(5561)] = 212589, + [SMALL_STATE(5562)] = 212602, + [SMALL_STATE(5563)] = 212612, + [SMALL_STATE(5564)] = 212622, + [SMALL_STATE(5565)] = 212632, + [SMALL_STATE(5566)] = 212642, + [SMALL_STATE(5567)] = 212652, + [SMALL_STATE(5568)] = 212662, + [SMALL_STATE(5569)] = 212672, + [SMALL_STATE(5570)] = 212682, + [SMALL_STATE(5571)] = 212692, + [SMALL_STATE(5572)] = 212702, + [SMALL_STATE(5573)] = 212712, + [SMALL_STATE(5574)] = 212722, + [SMALL_STATE(5575)] = 212732, + [SMALL_STATE(5576)] = 212742, + [SMALL_STATE(5577)] = 212752, + [SMALL_STATE(5578)] = 212762, + [SMALL_STATE(5579)] = 212772, + [SMALL_STATE(5580)] = 212782, + [SMALL_STATE(5581)] = 212792, + [SMALL_STATE(5582)] = 212802, + [SMALL_STATE(5583)] = 212812, + [SMALL_STATE(5584)] = 212822, + [SMALL_STATE(5585)] = 212832, + [SMALL_STATE(5586)] = 212842, + [SMALL_STATE(5587)] = 212852, + [SMALL_STATE(5588)] = 212862, + [SMALL_STATE(5589)] = 212872, + [SMALL_STATE(5590)] = 212882, + [SMALL_STATE(5591)] = 212892, + [SMALL_STATE(5592)] = 212902, + [SMALL_STATE(5593)] = 212912, + [SMALL_STATE(5594)] = 212922, + [SMALL_STATE(5595)] = 212932, + [SMALL_STATE(5596)] = 212942, + [SMALL_STATE(5597)] = 212952, + [SMALL_STATE(5598)] = 212962, + [SMALL_STATE(5599)] = 212972, + [SMALL_STATE(5600)] = 212982, + [SMALL_STATE(5601)] = 212992, + [SMALL_STATE(5602)] = 213002, + [SMALL_STATE(5603)] = 213012, + [SMALL_STATE(5604)] = 213022, + [SMALL_STATE(5605)] = 213032, + [SMALL_STATE(5606)] = 213042, + [SMALL_STATE(5607)] = 213052, + [SMALL_STATE(5608)] = 213062, + [SMALL_STATE(5609)] = 213072, + [SMALL_STATE(5610)] = 213082, + [SMALL_STATE(5611)] = 213092, + [SMALL_STATE(5612)] = 213102, + [SMALL_STATE(5613)] = 213112, + [SMALL_STATE(5614)] = 213122, + [SMALL_STATE(5615)] = 213132, + [SMALL_STATE(5616)] = 213142, + [SMALL_STATE(5617)] = 213152, + [SMALL_STATE(5618)] = 213162, + [SMALL_STATE(5619)] = 213172, + [SMALL_STATE(5620)] = 213182, + [SMALL_STATE(5621)] = 213192, + [SMALL_STATE(5622)] = 213202, + [SMALL_STATE(5623)] = 213212, + [SMALL_STATE(5624)] = 213222, + [SMALL_STATE(5625)] = 213232, + [SMALL_STATE(5626)] = 213242, + [SMALL_STATE(5627)] = 213252, + [SMALL_STATE(5628)] = 213262, + [SMALL_STATE(5629)] = 213272, + [SMALL_STATE(5630)] = 213282, + [SMALL_STATE(5631)] = 213292, + [SMALL_STATE(5632)] = 213302, + [SMALL_STATE(5633)] = 213312, + [SMALL_STATE(5634)] = 213322, + [SMALL_STATE(5635)] = 213332, + [SMALL_STATE(5636)] = 213342, + [SMALL_STATE(5637)] = 213352, + [SMALL_STATE(5638)] = 213362, + [SMALL_STATE(5639)] = 213372, + [SMALL_STATE(5640)] = 213382, + [SMALL_STATE(5641)] = 213392, + [SMALL_STATE(5642)] = 213402, + [SMALL_STATE(5643)] = 213412, + [SMALL_STATE(5644)] = 213422, + [SMALL_STATE(5645)] = 213432, + [SMALL_STATE(5646)] = 213442, + [SMALL_STATE(5647)] = 213452, + [SMALL_STATE(5648)] = 213462, + [SMALL_STATE(5649)] = 213472, + [SMALL_STATE(5650)] = 213482, + [SMALL_STATE(5651)] = 213492, + [SMALL_STATE(5652)] = 213502, + [SMALL_STATE(5653)] = 213512, + [SMALL_STATE(5654)] = 213522, + [SMALL_STATE(5655)] = 213532, + [SMALL_STATE(5656)] = 213542, + [SMALL_STATE(5657)] = 213552, + [SMALL_STATE(5658)] = 213562, + [SMALL_STATE(5659)] = 213572, + [SMALL_STATE(5660)] = 213582, + [SMALL_STATE(5661)] = 213592, + [SMALL_STATE(5662)] = 213602, + [SMALL_STATE(5663)] = 213612, + [SMALL_STATE(5664)] = 213622, + [SMALL_STATE(5665)] = 213632, + [SMALL_STATE(5666)] = 213642, + [SMALL_STATE(5667)] = 213652, + [SMALL_STATE(5668)] = 213662, + [SMALL_STATE(5669)] = 213672, + [SMALL_STATE(5670)] = 213682, + [SMALL_STATE(5671)] = 213692, + [SMALL_STATE(5672)] = 213702, + [SMALL_STATE(5673)] = 213712, + [SMALL_STATE(5674)] = 213722, + [SMALL_STATE(5675)] = 213732, + [SMALL_STATE(5676)] = 213742, + [SMALL_STATE(5677)] = 213752, + [SMALL_STATE(5678)] = 213762, + [SMALL_STATE(5679)] = 213772, + [SMALL_STATE(5680)] = 213782, + [SMALL_STATE(5681)] = 213792, + [SMALL_STATE(5682)] = 213802, + [SMALL_STATE(5683)] = 213812, + [SMALL_STATE(5684)] = 213822, + [SMALL_STATE(5685)] = 213832, + [SMALL_STATE(5686)] = 213842, + [SMALL_STATE(5687)] = 213852, + [SMALL_STATE(5688)] = 213862, + [SMALL_STATE(5689)] = 213872, + [SMALL_STATE(5690)] = 213882, + [SMALL_STATE(5691)] = 213892, + [SMALL_STATE(5692)] = 213902, + [SMALL_STATE(5693)] = 213912, + [SMALL_STATE(5694)] = 213922, + [SMALL_STATE(5695)] = 213932, + [SMALL_STATE(5696)] = 213942, + [SMALL_STATE(5697)] = 213952, + [SMALL_STATE(5698)] = 213962, + [SMALL_STATE(5699)] = 213972, + [SMALL_STATE(5700)] = 213982, + [SMALL_STATE(5701)] = 213992, + [SMALL_STATE(5702)] = 214002, + [SMALL_STATE(5703)] = 214012, + [SMALL_STATE(5704)] = 214022, + [SMALL_STATE(5705)] = 214032, + [SMALL_STATE(5706)] = 214042, + [SMALL_STATE(5707)] = 214052, + [SMALL_STATE(5708)] = 214062, + [SMALL_STATE(5709)] = 214072, + [SMALL_STATE(5710)] = 214082, + [SMALL_STATE(5711)] = 214092, + [SMALL_STATE(5712)] = 214102, + [SMALL_STATE(5713)] = 214112, + [SMALL_STATE(5714)] = 214122, + [SMALL_STATE(5715)] = 214132, + [SMALL_STATE(5716)] = 214142, + [SMALL_STATE(5717)] = 214152, + [SMALL_STATE(5718)] = 214162, + [SMALL_STATE(5719)] = 214172, + [SMALL_STATE(5720)] = 214182, + [SMALL_STATE(5721)] = 214192, + [SMALL_STATE(5722)] = 214202, + [SMALL_STATE(5723)] = 214212, + [SMALL_STATE(5724)] = 214222, + [SMALL_STATE(5725)] = 214232, + [SMALL_STATE(5726)] = 214242, + [SMALL_STATE(5727)] = 214252, + [SMALL_STATE(5728)] = 214262, + [SMALL_STATE(5729)] = 214272, + [SMALL_STATE(5730)] = 214282, + [SMALL_STATE(5731)] = 214292, + [SMALL_STATE(5732)] = 214302, + [SMALL_STATE(5733)] = 214312, + [SMALL_STATE(5734)] = 214322, + [SMALL_STATE(5735)] = 214332, + [SMALL_STATE(5736)] = 214342, + [SMALL_STATE(5737)] = 214352, + [SMALL_STATE(5738)] = 214362, + [SMALL_STATE(5739)] = 214372, + [SMALL_STATE(5740)] = 214382, + [SMALL_STATE(5741)] = 214392, + [SMALL_STATE(5742)] = 214402, + [SMALL_STATE(5743)] = 214412, + [SMALL_STATE(5744)] = 214422, + [SMALL_STATE(5745)] = 214432, + [SMALL_STATE(5746)] = 214442, + [SMALL_STATE(5747)] = 214452, + [SMALL_STATE(5748)] = 214462, + [SMALL_STATE(5749)] = 214472, + [SMALL_STATE(5750)] = 214482, + [SMALL_STATE(5751)] = 214492, + [SMALL_STATE(5752)] = 214502, + [SMALL_STATE(5753)] = 214512, + [SMALL_STATE(5754)] = 214522, + [SMALL_STATE(5755)] = 214532, + [SMALL_STATE(5756)] = 214542, + [SMALL_STATE(5757)] = 214552, + [SMALL_STATE(5758)] = 214562, + [SMALL_STATE(5759)] = 214572, + [SMALL_STATE(5760)] = 214582, + [SMALL_STATE(5761)] = 214592, + [SMALL_STATE(5762)] = 214602, + [SMALL_STATE(5763)] = 214612, + [SMALL_STATE(5764)] = 214622, + [SMALL_STATE(5765)] = 214632, + [SMALL_STATE(5766)] = 214642, + [SMALL_STATE(5767)] = 214652, + [SMALL_STATE(5768)] = 214662, + [SMALL_STATE(5769)] = 214672, + [SMALL_STATE(5770)] = 214682, + [SMALL_STATE(5771)] = 214692, + [SMALL_STATE(5772)] = 214702, + [SMALL_STATE(5773)] = 214712, + [SMALL_STATE(5774)] = 214722, + [SMALL_STATE(5775)] = 214732, + [SMALL_STATE(5776)] = 214742, + [SMALL_STATE(5777)] = 214752, + [SMALL_STATE(5778)] = 214762, + [SMALL_STATE(5779)] = 214772, + [SMALL_STATE(5780)] = 214782, + [SMALL_STATE(5781)] = 214792, + [SMALL_STATE(5782)] = 214802, + [SMALL_STATE(5783)] = 214812, + [SMALL_STATE(5784)] = 214822, + [SMALL_STATE(5785)] = 214832, + [SMALL_STATE(5786)] = 214842, + [SMALL_STATE(5787)] = 214852, + [SMALL_STATE(5788)] = 214862, + [SMALL_STATE(5789)] = 214872, + [SMALL_STATE(5790)] = 214882, + [SMALL_STATE(5791)] = 214892, + [SMALL_STATE(5792)] = 214902, + [SMALL_STATE(5793)] = 214912, + [SMALL_STATE(5794)] = 214922, + [SMALL_STATE(5795)] = 214932, + [SMALL_STATE(5796)] = 214942, + [SMALL_STATE(5797)] = 214952, + [SMALL_STATE(5798)] = 214962, + [SMALL_STATE(5799)] = 214972, + [SMALL_STATE(5800)] = 214982, + [SMALL_STATE(5801)] = 214992, + [SMALL_STATE(5802)] = 215002, + [SMALL_STATE(5803)] = 215012, + [SMALL_STATE(5804)] = 215022, + [SMALL_STATE(5805)] = 215032, + [SMALL_STATE(5806)] = 215042, + [SMALL_STATE(5807)] = 215052, + [SMALL_STATE(5808)] = 215062, + [SMALL_STATE(5809)] = 215072, + [SMALL_STATE(5810)] = 215082, + [SMALL_STATE(5811)] = 215092, + [SMALL_STATE(5812)] = 215102, + [SMALL_STATE(5813)] = 215112, + [SMALL_STATE(5814)] = 215122, + [SMALL_STATE(5815)] = 215132, + [SMALL_STATE(5816)] = 215142, + [SMALL_STATE(5817)] = 215152, + [SMALL_STATE(5818)] = 215162, + [SMALL_STATE(5819)] = 215172, + [SMALL_STATE(5820)] = 215182, + [SMALL_STATE(5821)] = 215192, + [SMALL_STATE(5822)] = 215202, + [SMALL_STATE(5823)] = 215212, + [SMALL_STATE(5824)] = 215222, + [SMALL_STATE(5825)] = 215232, + [SMALL_STATE(5826)] = 215242, + [SMALL_STATE(5827)] = 215252, + [SMALL_STATE(5828)] = 215262, + [SMALL_STATE(5829)] = 215272, + [SMALL_STATE(5830)] = 215282, + [SMALL_STATE(5831)] = 215292, + [SMALL_STATE(5832)] = 215302, + [SMALL_STATE(5833)] = 215312, + [SMALL_STATE(5834)] = 215322, + [SMALL_STATE(5835)] = 215332, + [SMALL_STATE(5836)] = 215342, + [SMALL_STATE(5837)] = 215352, + [SMALL_STATE(5838)] = 215362, + [SMALL_STATE(5839)] = 215372, + [SMALL_STATE(5840)] = 215382, + [SMALL_STATE(5841)] = 215392, + [SMALL_STATE(5842)] = 215402, + [SMALL_STATE(5843)] = 215412, + [SMALL_STATE(5844)] = 215422, + [SMALL_STATE(5845)] = 215432, + [SMALL_STATE(5846)] = 215442, + [SMALL_STATE(5847)] = 215452, + [SMALL_STATE(5848)] = 215462, + [SMALL_STATE(5849)] = 215472, + [SMALL_STATE(5850)] = 215482, + [SMALL_STATE(5851)] = 215492, + [SMALL_STATE(5852)] = 215502, + [SMALL_STATE(5853)] = 215512, + [SMALL_STATE(5854)] = 215522, + [SMALL_STATE(5855)] = 215532, + [SMALL_STATE(5856)] = 215542, + [SMALL_STATE(5857)] = 215552, + [SMALL_STATE(5858)] = 215562, + [SMALL_STATE(5859)] = 215572, + [SMALL_STATE(5860)] = 215582, + [SMALL_STATE(5861)] = 215592, + [SMALL_STATE(5862)] = 215602, + [SMALL_STATE(5863)] = 215612, + [SMALL_STATE(5864)] = 215622, + [SMALL_STATE(5865)] = 215632, + [SMALL_STATE(5866)] = 215642, + [SMALL_STATE(5867)] = 215652, + [SMALL_STATE(5868)] = 215662, + [SMALL_STATE(5869)] = 215672, + [SMALL_STATE(5870)] = 215682, + [SMALL_STATE(5871)] = 215692, + [SMALL_STATE(5872)] = 215702, + [SMALL_STATE(5873)] = 215712, + [SMALL_STATE(5874)] = 215722, + [SMALL_STATE(5875)] = 215732, + [SMALL_STATE(5876)] = 215742, + [SMALL_STATE(5877)] = 215752, + [SMALL_STATE(5878)] = 215762, + [SMALL_STATE(5879)] = 215772, + [SMALL_STATE(5880)] = 215782, + [SMALL_STATE(5881)] = 215792, + [SMALL_STATE(5882)] = 215802, + [SMALL_STATE(5883)] = 215812, + [SMALL_STATE(5884)] = 215822, + [SMALL_STATE(5885)] = 215832, + [SMALL_STATE(5886)] = 215842, + [SMALL_STATE(5887)] = 215852, + [SMALL_STATE(5888)] = 215862, + [SMALL_STATE(5889)] = 215872, + [SMALL_STATE(5890)] = 215882, + [SMALL_STATE(5891)] = 215892, + [SMALL_STATE(5892)] = 215902, + [SMALL_STATE(5893)] = 215912, + [SMALL_STATE(5894)] = 215922, + [SMALL_STATE(5895)] = 215932, + [SMALL_STATE(5896)] = 215942, + [SMALL_STATE(5897)] = 215952, + [SMALL_STATE(5898)] = 215962, + [SMALL_STATE(5899)] = 215972, + [SMALL_STATE(5900)] = 215982, + [SMALL_STATE(5901)] = 215992, + [SMALL_STATE(5902)] = 216002, + [SMALL_STATE(5903)] = 216012, + [SMALL_STATE(5904)] = 216022, + [SMALL_STATE(5905)] = 216032, + [SMALL_STATE(5906)] = 216042, + [SMALL_STATE(5907)] = 216052, + [SMALL_STATE(5908)] = 216062, + [SMALL_STATE(5909)] = 216072, + [SMALL_STATE(5910)] = 216082, + [SMALL_STATE(5911)] = 216092, + [SMALL_STATE(5912)] = 216102, + [SMALL_STATE(5913)] = 216112, + [SMALL_STATE(5914)] = 216122, + [SMALL_STATE(5915)] = 216132, + [SMALL_STATE(5916)] = 216142, + [SMALL_STATE(5917)] = 216152, + [SMALL_STATE(5918)] = 216162, + [SMALL_STATE(5919)] = 216172, + [SMALL_STATE(5920)] = 216182, + [SMALL_STATE(5921)] = 216192, + [SMALL_STATE(5922)] = 216202, + [SMALL_STATE(5923)] = 216212, + [SMALL_STATE(5924)] = 216222, + [SMALL_STATE(5925)] = 216232, + [SMALL_STATE(5926)] = 216242, + [SMALL_STATE(5927)] = 216252, + [SMALL_STATE(5928)] = 216262, + [SMALL_STATE(5929)] = 216272, + [SMALL_STATE(5930)] = 216282, + [SMALL_STATE(5931)] = 216292, + [SMALL_STATE(5932)] = 216302, + [SMALL_STATE(5933)] = 216312, + [SMALL_STATE(5934)] = 216322, + [SMALL_STATE(5935)] = 216332, + [SMALL_STATE(5936)] = 216342, + [SMALL_STATE(5937)] = 216352, + [SMALL_STATE(5938)] = 216362, + [SMALL_STATE(5939)] = 216372, + [SMALL_STATE(5940)] = 216382, + [SMALL_STATE(5941)] = 216392, + [SMALL_STATE(5942)] = 216402, + [SMALL_STATE(5943)] = 216412, + [SMALL_STATE(5944)] = 216422, + [SMALL_STATE(5945)] = 216432, + [SMALL_STATE(5946)] = 216442, + [SMALL_STATE(5947)] = 216452, + [SMALL_STATE(5948)] = 216462, + [SMALL_STATE(5949)] = 216472, + [SMALL_STATE(5950)] = 216482, + [SMALL_STATE(5951)] = 216492, + [SMALL_STATE(5952)] = 216502, + [SMALL_STATE(5953)] = 216512, + [SMALL_STATE(5954)] = 216522, + [SMALL_STATE(5955)] = 216532, + [SMALL_STATE(5956)] = 216542, + [SMALL_STATE(5957)] = 216552, + [SMALL_STATE(5958)] = 216562, + [SMALL_STATE(5959)] = 216572, + [SMALL_STATE(5960)] = 216582, + [SMALL_STATE(5961)] = 216592, + [SMALL_STATE(5962)] = 216602, + [SMALL_STATE(5963)] = 216612, + [SMALL_STATE(5964)] = 216622, + [SMALL_STATE(5965)] = 216632, + [SMALL_STATE(5966)] = 216642, + [SMALL_STATE(5967)] = 216652, + [SMALL_STATE(5968)] = 216662, + [SMALL_STATE(5969)] = 216672, + [SMALL_STATE(5970)] = 216682, + [SMALL_STATE(5971)] = 216692, + [SMALL_STATE(5972)] = 216702, + [SMALL_STATE(5973)] = 216712, + [SMALL_STATE(5974)] = 216722, + [SMALL_STATE(5975)] = 216732, + [SMALL_STATE(5976)] = 216742, + [SMALL_STATE(5977)] = 216752, + [SMALL_STATE(5978)] = 216762, + [SMALL_STATE(5979)] = 216772, + [SMALL_STATE(5980)] = 216782, + [SMALL_STATE(5981)] = 216792, + [SMALL_STATE(5982)] = 216802, + [SMALL_STATE(5983)] = 216812, + [SMALL_STATE(5984)] = 216822, + [SMALL_STATE(5985)] = 216832, + [SMALL_STATE(5986)] = 216842, + [SMALL_STATE(5987)] = 216852, + [SMALL_STATE(5988)] = 216862, + [SMALL_STATE(5989)] = 216872, + [SMALL_STATE(5990)] = 216882, + [SMALL_STATE(5991)] = 216892, + [SMALL_STATE(5992)] = 216902, + [SMALL_STATE(5993)] = 216912, + [SMALL_STATE(5994)] = 216922, + [SMALL_STATE(5995)] = 216932, + [SMALL_STATE(5996)] = 216942, + [SMALL_STATE(5997)] = 216952, + [SMALL_STATE(5998)] = 216962, + [SMALL_STATE(5999)] = 216972, + [SMALL_STATE(6000)] = 216982, + [SMALL_STATE(6001)] = 216992, + [SMALL_STATE(6002)] = 217002, + [SMALL_STATE(6003)] = 217012, + [SMALL_STATE(6004)] = 217022, + [SMALL_STATE(6005)] = 217032, + [SMALL_STATE(6006)] = 217042, + [SMALL_STATE(6007)] = 217052, + [SMALL_STATE(6008)] = 217062, + [SMALL_STATE(6009)] = 217072, + [SMALL_STATE(6010)] = 217082, + [SMALL_STATE(6011)] = 217092, + [SMALL_STATE(6012)] = 217102, + [SMALL_STATE(6013)] = 217112, + [SMALL_STATE(6014)] = 217122, + [SMALL_STATE(6015)] = 217132, + [SMALL_STATE(6016)] = 217142, + [SMALL_STATE(6017)] = 217152, + [SMALL_STATE(6018)] = 217162, + [SMALL_STATE(6019)] = 217172, + [SMALL_STATE(6020)] = 217182, + [SMALL_STATE(6021)] = 217192, + [SMALL_STATE(6022)] = 217202, + [SMALL_STATE(6023)] = 217212, + [SMALL_STATE(6024)] = 217222, + [SMALL_STATE(6025)] = 217232, + [SMALL_STATE(6026)] = 217242, + [SMALL_STATE(6027)] = 217252, + [SMALL_STATE(6028)] = 217262, + [SMALL_STATE(6029)] = 217272, + [SMALL_STATE(6030)] = 217282, + [SMALL_STATE(6031)] = 217292, + [SMALL_STATE(6032)] = 217302, + [SMALL_STATE(6033)] = 217312, + [SMALL_STATE(6034)] = 217322, + [SMALL_STATE(6035)] = 217332, + [SMALL_STATE(6036)] = 217342, + [SMALL_STATE(6037)] = 217352, + [SMALL_STATE(6038)] = 217362, + [SMALL_STATE(6039)] = 217372, + [SMALL_STATE(6040)] = 217382, + [SMALL_STATE(6041)] = 217392, + [SMALL_STATE(6042)] = 217402, + [SMALL_STATE(6043)] = 217412, + [SMALL_STATE(6044)] = 217422, + [SMALL_STATE(6045)] = 217432, + [SMALL_STATE(6046)] = 217442, + [SMALL_STATE(6047)] = 217452, + [SMALL_STATE(6048)] = 217462, + [SMALL_STATE(6049)] = 217472, + [SMALL_STATE(6050)] = 217482, + [SMALL_STATE(6051)] = 217492, + [SMALL_STATE(6052)] = 217502, + [SMALL_STATE(6053)] = 217512, + [SMALL_STATE(6054)] = 217522, + [SMALL_STATE(6055)] = 217532, + [SMALL_STATE(6056)] = 217542, + [SMALL_STATE(6057)] = 217552, + [SMALL_STATE(6058)] = 217562, + [SMALL_STATE(6059)] = 217572, + [SMALL_STATE(6060)] = 217582, + [SMALL_STATE(6061)] = 217592, + [SMALL_STATE(6062)] = 217602, + [SMALL_STATE(6063)] = 217612, + [SMALL_STATE(6064)] = 217622, + [SMALL_STATE(6065)] = 217632, + [SMALL_STATE(6066)] = 217642, + [SMALL_STATE(6067)] = 217652, + [SMALL_STATE(6068)] = 217662, + [SMALL_STATE(6069)] = 217672, + [SMALL_STATE(6070)] = 217682, + [SMALL_STATE(6071)] = 217692, + [SMALL_STATE(6072)] = 217702, + [SMALL_STATE(6073)] = 217712, + [SMALL_STATE(6074)] = 217722, + [SMALL_STATE(6075)] = 217732, + [SMALL_STATE(6076)] = 217742, + [SMALL_STATE(6077)] = 217752, + [SMALL_STATE(6078)] = 217762, + [SMALL_STATE(6079)] = 217772, + [SMALL_STATE(6080)] = 217782, + [SMALL_STATE(6081)] = 217792, + [SMALL_STATE(6082)] = 217802, + [SMALL_STATE(6083)] = 217812, + [SMALL_STATE(6084)] = 217822, + [SMALL_STATE(6085)] = 217832, + [SMALL_STATE(6086)] = 217842, + [SMALL_STATE(6087)] = 217852, + [SMALL_STATE(6088)] = 217862, + [SMALL_STATE(6089)] = 217872, + [SMALL_STATE(6090)] = 217882, + [SMALL_STATE(6091)] = 217892, + [SMALL_STATE(6092)] = 217902, + [SMALL_STATE(6093)] = 217912, + [SMALL_STATE(6094)] = 217922, + [SMALL_STATE(6095)] = 217932, + [SMALL_STATE(6096)] = 217942, + [SMALL_STATE(6097)] = 217952, + [SMALL_STATE(6098)] = 217962, + [SMALL_STATE(6099)] = 217972, + [SMALL_STATE(6100)] = 217982, + [SMALL_STATE(6101)] = 217992, + [SMALL_STATE(6102)] = 218002, + [SMALL_STATE(6103)] = 218012, + [SMALL_STATE(6104)] = 218022, + [SMALL_STATE(6105)] = 218032, + [SMALL_STATE(6106)] = 218042, + [SMALL_STATE(6107)] = 218052, + [SMALL_STATE(6108)] = 218062, + [SMALL_STATE(6109)] = 218072, + [SMALL_STATE(6110)] = 218082, + [SMALL_STATE(6111)] = 218092, + [SMALL_STATE(6112)] = 218102, + [SMALL_STATE(6113)] = 218112, + [SMALL_STATE(6114)] = 218122, + [SMALL_STATE(6115)] = 218132, + [SMALL_STATE(6116)] = 218142, + [SMALL_STATE(6117)] = 218152, + [SMALL_STATE(6118)] = 218162, + [SMALL_STATE(6119)] = 218172, + [SMALL_STATE(6120)] = 218182, + [SMALL_STATE(6121)] = 218192, + [SMALL_STATE(6122)] = 218202, + [SMALL_STATE(6123)] = 218212, + [SMALL_STATE(6124)] = 218222, + [SMALL_STATE(6125)] = 218232, + [SMALL_STATE(6126)] = 218242, + [SMALL_STATE(6127)] = 218252, + [SMALL_STATE(6128)] = 218262, + [SMALL_STATE(6129)] = 218272, + [SMALL_STATE(6130)] = 218282, + [SMALL_STATE(6131)] = 218292, + [SMALL_STATE(6132)] = 218302, + [SMALL_STATE(6133)] = 218312, + [SMALL_STATE(6134)] = 218322, + [SMALL_STATE(6135)] = 218332, + [SMALL_STATE(6136)] = 218342, + [SMALL_STATE(6137)] = 218352, }; 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(5932), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 0), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5424), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4720), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4867), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5499), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5491), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3693), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5932), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4233), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5539), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5172), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5040), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5476), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3871), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5483), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4248), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4989), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5975), [107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 3), [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 3), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 4), - [141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 4), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), - [147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(2), - [152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), + [127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), + [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), + [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(2), + [134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), + [136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), + [138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), + [140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), + [142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), + [146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), + [148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 4), + [150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 4), + [152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), [154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(3), - [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(6), - [160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 5), - [164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 5), - [166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), - [168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), - [172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), - [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(8), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), - [181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(5), - [184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(4), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), - [189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number, 1), - [191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number, 1), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5810), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(17), - [204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), - [210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(16), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 5), + [167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 5), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), + [171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number, 1), + [173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number, 1), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5670), + [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(4), + [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(9), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(7), + [190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(10), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), + [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(14), + [200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), + [202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(13), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5749), [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(594), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), [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(5733), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [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 = 1, .reusable = false}}, SHIFT(67), - [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(58), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(58), + [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(59), [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(63), - [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(61), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5739), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5414), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4623), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5759), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5405), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(63), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), + [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5635), + [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(62), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4170), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3873), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5353), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5797), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4646), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3892), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5308), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5421), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4382), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3045), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5670), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5450), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4345), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5909), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5615), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(101), - [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(102), - [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(106), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), - [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5972), - [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(103), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5917), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5857), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4212), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4162), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4163), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5490), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5737), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4508), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5489), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5483), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4492), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4222), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4224), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4950), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(192), - [574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(217), - [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5542), - [589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(222), - [592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(219), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), - [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4348), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4199), - [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4346), - [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4342), - [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4340), - [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(921), - [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3942), - [628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5490), - [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4213), - [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4176), - [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3594), - [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1682), - [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(190), - [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4623), - [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5737), - [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5227), - [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4950), - [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4951), - [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4049), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5489), - [667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1976), - [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3837), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1960), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1966), - [679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(86), - [682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5484), - [685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5454), - [688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(962), - [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3682), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3677), - [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4188), - [700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4492), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5214), - [706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3549), - [709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5328), - [712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3742), - [715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3041), - [718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3045), - [721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(337), - [724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(353), - [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(353), - [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5859), - [733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3041), - [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5052), - [739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(2933), - [742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4761), - [745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4373), - [748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5829), - [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4412), - [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4153), - [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4393), - [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4390), - [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4389), - [766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(892), - [769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3942), - [772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5490), - [775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4213), - [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4176), - [781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3594), - [784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1682), - [787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(190), - [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4623), - [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5737), - [796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5227), - [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4508), - [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4509), - [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4049), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5489), - [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1976), - [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3837), - [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1959), - [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1966), - [823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(86), - [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5484), - [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5483), - [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(962), - [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3682), - [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3677), - [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4188), - [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4492), - [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5214), - [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3549), - [853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5328), - [856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3742), - [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3041), - [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3045), - [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(337), - [868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(353), - [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(353), - [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5859), - [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3041), - [880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5052), - [883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(2933), - [886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4761), - [889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4373), - [892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5851), - [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(249), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(250), - [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(251), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(257), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), - [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(276), - [954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(277), - [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(278), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), - [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(275), - [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), - [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5626), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(286), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(298), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(296), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(293), - [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5814), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 36), - [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 36), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), - [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), - [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [1083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(303), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [1092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(301), - [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(305), - [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(309), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [1107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(325), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [1112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(326), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), - [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), - [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), - [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5601), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(374), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(366), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [1191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(371), - [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(362), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5725), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(365), - [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(361), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(397), - [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(405), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), - [1263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(416), - [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [1268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(417), - [1271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(421), - [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), - [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [1280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(430), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(424), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(433), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5666), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), - [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), - [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(458), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(476), - [1329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_value, 1), REDUCE(sym__value, 1), - [1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_value, 1), REDUCE(sym__value, 1), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1), - [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1), - [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 2), - [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 2), - [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), - [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5801), - [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), - [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1), - [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), - [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), - [1377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4549), - [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2), - [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 2), - [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 2), - [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, .production_id = 55), - [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, .production_id = 55), - [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 143), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 143), - [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, .production_id = 97), - [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, .production_id = 97), - [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1), - [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1), - [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, .production_id = 66), - [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, .production_id = 66), - [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2), - [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2), - [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), - [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), - [1418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4549), - [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), - [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), - [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4549), - [1428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4514), - [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, .production_id = 84), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, .production_id = 84), - [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2), - [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), - [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4514), - [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3), - [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3), - [1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4514), - [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), - [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, .production_id = 5), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, .production_id = 5), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression, 1), - [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__expr_binary_expression, 1), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, .production_id = 130), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, .production_id = 130), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1), - [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1), - [1482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4), - [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var, 2, .production_id = 25), - [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var, 2, .production_id = 25), - [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 3), - [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 3), - [1496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5797), - [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1), - [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1), - [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2), - [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2), - [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 82), - [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 82), - [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 81), - [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 81), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 5), - [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 5), - [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), - [1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), - [1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3), - [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, .production_id = 124), - [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, .production_id = 124), - [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 6), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 6), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, .production_id = 66), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, .production_id = 66), - [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, .production_id = 109), - [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, .production_id = 109), - [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression, 1), - [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, .production_id = 39), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, .production_id = 39), - [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, .production_id = 55), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, .production_id = 55), - [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 97), - [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 97), - [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2), - [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2), - [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 4), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 4), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2), - [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, .production_id = 143), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, .production_id = 143), - [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, .production_id = 39), - [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, .production_id = 39), - [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 78), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 78), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 78), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 78), - [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3), - [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3), - [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_unary_minus, 4), - [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_unary_minus, 4), - [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 3), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 3), - [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1), - [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 1), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 1), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), - [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5582), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4551), - [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(682), - [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4551), - [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4551), - [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(681), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), - [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5630), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5702), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), - [1749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(892), - [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1682), - [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(190), - [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4430), - [1761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5227), - [1764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4508), - [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4509), - [1770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3837), - [1773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1959), - [1776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1966), - [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(86), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5484), - [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5483), - [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(962), - [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3549), - [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5328), - [1797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3742), - [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3041), - [1803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3045), - [1806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(337), - [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(353), - [1812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(353), - [1815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5859), - [1818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3041), - [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5052), - [1824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2933), - [1827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4761), - [1830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4373), - [1833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5851), - [1836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(921), - [1839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1682), - [1842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(190), - [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4430), - [1848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5227), - [1851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4950), - [1854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4951), - [1857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3837), - [1860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1960), - [1863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1966), - [1866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(86), - [1869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5484), - [1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5454), - [1875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(962), - [1878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3549), - [1881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5328), - [1884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3742), - [1887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3041), - [1890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3045), - [1893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(337), - [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(353), - [1899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(353), - [1902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5859), - [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3041), - [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5052), - [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(2933), - [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4761), - [1917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4373), - [1920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5829), - [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 185), - [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 185), - [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), - [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5351), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 83), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 83), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), - [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5289), - [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 184), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 184), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 85), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 85), - [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 186), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 186), - [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 187), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 187), - [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5331), - [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), - [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5901), - [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), - [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), - [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 211), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 211), - [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 215), - [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 215), - [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 131), - [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 131), - [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 132), - [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 132), - [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 127), - [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 127), - [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 126), - [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 126), - [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5915), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 223), - [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 223), - [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 218), - [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 218), - [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 219), - [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 219), - [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 210), - [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 210), - [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 222), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 222), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 214), - [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 214), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), - [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 2, .production_id = 32), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, .production_id = 32), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), - [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 42), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 42), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [2129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4528), - [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4528), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 2, .production_id = 20), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, .production_id = 20), - [2139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4528), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4458), - [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4458), - [2156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), - [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), - [2160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1705), - [2163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(167), - [2166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4443), - [2169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4507), - [2172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(96), - [2175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2308), - [2178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5307), - [2181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2444), - [2184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2438), - [2187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(253), - [2190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(280), - [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(272), - [2196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5903), - [2199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5180), - [2202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2539), - [2205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4541), - [2208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4328), - [2211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(889), - [2214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2431), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5850), - [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5850), - [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4458), - [2228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 38), - [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 38), - [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), - [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), - [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), - [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5903), - [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), - [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4541), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4328), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2431), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), - [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4907), - [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [2282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1), - [2292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), - [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5305), - [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5923), - [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), - [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), - [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), - [2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 80), - [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 80), - [2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), - [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), - [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), - [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), - [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5470), - [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 72), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 72), - [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4233), - [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 3, .production_id = 72), - [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, .production_id = 72), - [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), - [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4234), - [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 17), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), - [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4620), - [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), - [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), - [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), - [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), - [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4498), - [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4354), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), - [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), - [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1257), - [2404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1705), - [2407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(167), - [2410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4443), - [2413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4507), - [2416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(96), - [2419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2308), - [2422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5307), - [2425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2444), - [2428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2438), - [2431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(253), - [2434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(280), - [2437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(272), - [2440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5903), - [2443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5180), - [2446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2539), - [2449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4541), - [2452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4328), - [2455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(889), - [2458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2431), - [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 117), - [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 117), - [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4216), - [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 80), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), - [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4902), - [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), - [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), - [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5893), - [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), - [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), - [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4284), - [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 38), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 1, .dynamic_precedence = 10, .production_id = 1), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), - [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5621), - [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5894), - [2531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1692), - [2534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(210), - [2537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4783), - [2540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4620), - [2543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(100), - [2546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2337), - [2549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5336), - [2552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2624), - [2555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2622), - [2558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(264), - [2561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(292), - [2564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(281), - [2567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5741), - [2570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4894), - [2573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2640), - [2576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4498), - [2579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4354), - [2582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(916), - [2585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2579), - [2588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 117), - [2590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 117), - [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), - [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5477), - [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), - [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), - [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4227), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 38), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 38), - [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), - [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 1), - [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1), - [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [2628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5484), - [2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), - [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), - [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), - [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), - [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 17), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 17), - [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), - [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 1), - [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 1), - [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 4, .dynamic_precedence = 10, .production_id = 80), - [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 4, .dynamic_precedence = 10, .production_id = 80), - [2678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5477), - [2681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), - [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [2691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4459), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), - [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5504), - [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5298), - [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), - [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), - [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), - [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 3), - [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 3), - [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 2), - [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [2756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4459), - [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4459), - [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2, .production_id = 43), - [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2, .production_id = 43), - [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 1), - [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), - [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5813), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [2798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5759), - [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(174), - [2804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(4482), - [2807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5161), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), - [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5813), - [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5161), - [2818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5417), - [2821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(429), - [2824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(429), - [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5196), - [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(2693), - [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5670), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [2844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1061), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4496), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), - [2862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1308), - [2865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1308), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4496), - [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5247), - [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5848), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), - [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 4), - [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 4), - [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), - [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1063), - [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [2966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4496), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 129), - [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 129), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), - [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 68), - [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 68), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1), - [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, .production_id = 43), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, .production_id = 43), - [2997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1136), - [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 5), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 5), - [3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5697), - [3008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [3010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 69), - [3012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 69), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), - [3016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1112), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [3023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 128), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 128), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), - [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), - [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 2, .production_id = 19), - [3035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), SHIFT(144), - [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 86), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 86), - [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 7), - [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 7), - [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 133), - [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 133), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), - [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 134), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 134), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [3066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 30), - [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 30), - [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 31), - [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 31), - [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), - [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 41), - [3084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), SHIFT(144), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 2), - [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 2), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 8), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 8), - [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 3, .production_id = 47), - [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, .production_id = 47), - [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 1), - [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 1), - [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 178), - [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 178), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wild_card, 1), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1), - [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 3), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 5, .production_id = 145), - [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, .production_id = 145), - [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 3, .production_id = 141), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, .production_id = 141), - [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 136), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 136), - [3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 140), - [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 140), - [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 5, .production_id = 137), - [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, .production_id = 137), - [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 3), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3), - [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 246), - [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 246), - [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 245), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 245), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 244), - [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 244), - [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 243), - [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 243), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 242), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 242), - [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 241), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 241), - [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 240), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 240), - [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 239), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 239), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1), - [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 238), - [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 238), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4773), - [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5827), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), - [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 237), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 237), - [3229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 149), - [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 149), - [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 236), - [3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 236), - [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 235), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 235), - [3241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 234), - [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 234), - [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 233), - [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 233), - [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 232), - [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 232), - [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 231), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 231), - [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 225), - [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 225), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 224), - [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 224), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 221), - [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 221), - [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 220), - [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 220), - [3273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 217), - [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 217), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [3305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 216), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 216), - [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 213), - [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 213), - [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 212), - [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 212), - [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 208), - [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 208), - [3321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), SHIFT(142), - [3324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 207), - [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 207), - [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 206), - [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 206), - [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 205), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 205), - [3336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 204), - [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 204), - [3340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 11), - [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 11), - [3344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 9), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 9), - [3348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 203), - [3350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 203), - [3352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 202), - [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 202), - [3356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 201), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 201), - [3360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 177), - [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 177), - [3364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 176), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 176), - [3368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 175), - [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 175), - [3372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 174), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 174), - [3376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 161), - [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 161), - [3380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 160), - [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 160), - [3384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 159), - [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 159), - [3388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 158), - [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 158), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [3394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 157), - [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 157), - [3398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 156), - [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 156), - [3402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 9, .production_id = 247), - [3404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 9, .production_id = 247), - [3406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 155), - [3408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 155), - [3410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 154), - [3412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 154), - [3414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 162), - [3416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 162), - [3418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 163), - [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 163), - [3422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 1), - [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 4, .production_id = 100), - [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, .production_id = 100), - [3428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), - [3430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1), - [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1), - [3434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), - [3436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), - [3438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 168), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 168), - [3442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 169), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 169), - [3446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 2), - [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [3452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration, 1), - [3454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), - [3457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), - [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_last, 1), - [3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [3464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), - [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), - [3470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1), - [3472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_statement, 1), - [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1), - [3476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 95), - [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 95), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [3482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_hide, 1), - [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1), - [3486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_overlay, 1), - [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1), - [3490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 170), - [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 170), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), - [3496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 4, .production_id = 94), - [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, .production_id = 94), - [3500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), - [3502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 4, .production_id = 88), - [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, .production_id = 88), - [3506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 4, .production_id = 87), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, .production_id = 87), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), - [3512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), - [3514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), - [3517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), - [3520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 3), - [3522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 81), - [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 81), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), - [3528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), SHIFT(142), - [3531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 179), - [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 179), - [3535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 115), - [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 115), - [3539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 114), - [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 114), - [3543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 230), - [3545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 230), - [3547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 229), - [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 229), - [3551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 228), - [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 228), - [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_export, 2, .production_id = 18), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, .production_id = 18), - [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 113), - [3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 113), - [3563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 112), - [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 112), - [3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 2), - [3569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2), - [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), - [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_new, 3, .production_id = 74), - [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, .production_id = 74), - [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_hide, 3, .production_id = 73), - [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, .production_id = 73), - [3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 3, .production_id = 32), - [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, .production_id = 32), - [3587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 71), - [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 71), - [3591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 70), - [3593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 70), - [3595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 2), - [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2), - [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 28), - [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 28), - [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 29), - [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 29), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [3609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), - [3613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_env, 2, .production_id = 33), - [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, .production_id = 33), - [3617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_list, 2), - [3619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2), - [3621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), - [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), - [3625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 7, .production_id = 209), - [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, .production_id = 209), - [3629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 7, .production_id = 188), - [3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 7, .production_id = 188), - [3633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), - [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), - [3639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), - [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), - [3643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 197), - [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 197), - [3647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 50), - [3649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 50), - [3651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 196), - [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 196), - [3655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 48), - [3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 48), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), - [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2), - [3663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), - [3666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), - [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 2), - [3671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 199), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 199), - [3675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 198), - [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 198), - [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), - [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), - [3683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 5), - [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 5), - [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), - [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5452), - [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 2), - [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 7), - [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 7), - [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), - [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 3), - [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3), - [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 2), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2), - [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3), - [3709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3), REDUCE(sym_pipeline_parenthesized_last, 3), - [3712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3), REDUCE(sym_pipeline_parenthesized_last, 3), - [3715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 3), - [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 10), - [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 10), - [3721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 9), - [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 9), - [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1), - [3727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1), REDUCE(sym__declaration_parenthesized_last, 1), - [3730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1), REDUCE(sym__declaration_parenthesized_last, 1), - [3733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized_last, 1), - [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1), - [3737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1), REDUCE(sym__statement_parenthesized_last, 1), - [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1), REDUCE(sym__statement_parenthesized_last, 1), - [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized_last, 1), - [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 6), - [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 6), - [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1), - [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_last, 1), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 3), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2), - [3757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2), REDUCE(sym_pipeline_parenthesized_last, 2), - [3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2), REDUCE(sym_pipeline_parenthesized_last, 2), - [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 2), - [3765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 8), - [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 8), - [3769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 4), - [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4), - [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4325), - [3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), - [3777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized, 1), - [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized, 1), - [3781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized, 2, .production_id = 10), - [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized, 2, .production_id = 10), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1), - [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), - [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 3, .production_id = 40), - [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 3, .production_id = 40), - [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized, 2, .production_id = 10), - [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized, 2, .production_id = 10), - [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 5, .production_id = 135), - [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 5, .production_id = 135), - [3801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 4, .production_id = 139), - [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 4, .production_id = 139), - [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 2, .production_id = 10), - [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, .production_id = 10), - [3809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), - [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1), - [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2), - [3817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 5, .production_id = 135), - [3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, .production_id = 135), - [3821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1), - [3823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1), - [3825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 3, .production_id = 90), - [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 3, .production_id = 90), - [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let, 2, .production_id = 10), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, .production_id = 10), - [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 4, .production_id = 89), - [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 4, .production_id = 89), - [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1), - [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2), - [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 4, .production_id = 139), - [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, .production_id = 139), - [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 4, .production_id = 89), - [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, .production_id = 89), - [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 2, .production_id = 10), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 2, .production_id = 10), - [3857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 3, .production_id = 90), - [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, .production_id = 90), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), - [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 3, .production_id = 40), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, .production_id = 40), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), - [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), - [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), - [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5563), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), - [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2), - [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2), - [3883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3), - [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4559), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), - [3894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [3896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4559), - [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [3903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4559), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [3922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [3930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1671), - [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), - [3935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(156), - [3938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4773), - [3941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4240), - [3944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(99), - [3947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3169), - [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4934), - [3953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3350), - [3956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3351), - [3959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(445), - [3962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(487), - [3965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(482), - [3968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5827), - [3971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4988), - [3974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3364), - [3977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4790), - [3980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4381), - [3983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3349), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4482), - [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [4018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5883), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [4028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [4036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [4038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1634), - [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [4049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4557), - [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4557), - [4065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1632), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [4084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), - [4087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), - [4090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4557), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), - [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5428), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [4113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), - [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), - [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), - [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5962), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), - [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), - [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 111), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 111), - [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 110), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 110), - [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 104), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 104), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), - [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 103), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 103), - [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), - [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), - [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), - [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), - [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5522), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5436), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), - [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5953), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [4301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), - [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), - [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5035), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [4321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [4341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), - [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [4345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5913), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [4421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5224), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), - [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5061), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), - [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), - [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5933), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), - [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), - [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), - [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5103), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5239), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [4615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 3), REDUCE(sym_val_closure, 3), - [4618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 3), REDUCE(sym_val_closure, 3), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), - [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 103), - [4625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 103), - [4627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 104), - [4629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 104), - [4631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 111), - [4633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 111), - [4635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 110), - [4637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 110), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5332), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), - [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), - [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2564), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), - [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5914), - [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), - [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), - [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5253), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [4733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2194), - [4736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), - [4738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(156), - [4741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4773), - [4744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4197), - [4747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1111), - [4750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3234), - [4753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5182), - [4756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3515), - [4759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3351), - [4762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(484), - [4765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(487), - [4768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(496), - [4771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5827), - [4774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4988), - [4777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3364), - [4780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3349), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [4815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), - [4821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5762), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), - [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [4841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5560), - [4863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2191), - [4866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(149), - [4869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(4482), - [4872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5187), - [4875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1134), - [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), - [4880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), - [4882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5467), - [4885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5276), - [4888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5410), - [4891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2926), - [4894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(691), - [4897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(724), - [4900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5883), - [4903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5196), - [4906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2693), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [4911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4432), - [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [4922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4569), - [4925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4569), - [4928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4432), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [4933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [4935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4432), - [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), - [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), - [4952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4807), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [4957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [4961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [4965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(2300), - [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [4972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(2314), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [4977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4807), - [4980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 2), - [4982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_ignore_rest, 2), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [4986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 2), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), - [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), - [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5264), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), - [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5874), - [5002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), - [5004] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(2314), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [5020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), - [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [5026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4807), - [5029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4535), - [5032] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(2338), - [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), - [5040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), REDUCE(sym__immediate_decimal, 3), - [5043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(2352), - [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [5050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), - [5052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), - [5058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4445), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [5063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), - [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), - [5073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(2338), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6086), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), - [5104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4445), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [5111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), - [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), SHIFT_REPEAT(3997), - [5116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), SHIFT_REPEAT(3835), - [5119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), SHIFT_REPEAT(3839), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), - [5126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), - [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), - [5130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, .production_id = 4), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), - [5136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), - [5148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4554), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), - [5155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, .production_id = 4), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [5159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [5163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, .production_id = 24), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [5171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), - [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), - [5175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4554), - [5178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 45), - [5180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 45), - [5182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), - [5184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), - [5186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), - [5188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), - [5190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, .production_id = 93), - [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [5194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4554), - [5197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), - [5199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), - [5201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(6000), - [5204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(2631), - [5207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), - [5209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), - [5213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 44), - [5215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 44), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), - [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [5241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), - [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5382), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [5279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1), - [5281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [5285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, .production_id = 13), - [5287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, .production_id = 13), - [5289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 99), - [5291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 99), - [5293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5537), - [5295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 3), - [5297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 3), - [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5581), - [5301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 4), - [5303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 4), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [5307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3), - [5309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [5319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [5321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), - [5323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 24), - [5325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 24), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [5333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3), - [5335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3), - [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), - [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5580), - [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [5345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), - [5347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [5351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3, .production_id = 4), - [5353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, .production_id = 4), - [5355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4535), - [5358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, .production_id = 91), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), - [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), - [5382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5709), - [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), - [5386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 34), - [5388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 34), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [5394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [5398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), - [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), - [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [5418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1), - [5420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1), - [5422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4419), - [5425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4419), - [5428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, .production_id = 193), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), - [5438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 1), - [5440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 1), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), - [5454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), - [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [5464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4535), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [5475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), - [5477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [5479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [5481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), - [5483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [5501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4419), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [5506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, .production_id = 166), - [5508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3), - [5510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [5514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [5518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), - [5520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, .production_id = 189), - [5522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, .production_id = 191), - [5524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 75), - [5526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 75), - [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), - [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [5546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [5548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), - [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [5560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), - [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), - [5572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), - [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [5584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [5588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [5590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 76), - [5592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 76), - [5594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), - [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [5612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), - [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [5650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4696), - [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [5655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 166), - [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), - [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), - [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [5697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [5699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [5703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), - [5713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [5715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4437), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), - [5726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4696), - [5729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4696), - [5732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5712), - [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), - [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), - [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5568), - [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), - [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), - [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), - [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), - [5810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4533), - [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5703), - [5817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4606), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), - [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), - [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), - [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [5838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_list, 2), REDUCE(sym_val_list, 2), - [5841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_list, 2), REDUCE(sym_val_list, 2), - [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), - [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [5862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [5864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 122), - [5866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 122), - [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [5876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [5882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [5884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [5892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [5894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), - [5896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 120), - [5898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 120), - [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [5902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), - [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [5926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4606), - [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [5933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), - [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), - [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [5941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [5943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), - [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [5951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), - [5953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [5955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), - [5969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4606), - [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), - [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), - [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), - [6010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1), - [6012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1), - [6014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, .dynamic_precedence = 10), - [6016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, .dynamic_precedence = 10), - [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), - [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [6030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 1), - [6032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 1), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), - [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), - [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5736), - [6064] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(3117), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [6074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 2), - [6076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 2), - [6078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3125), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [6083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3117), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), - [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [6122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1), REDUCE(sym__list_item_expression, 1), - [6125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1), REDUCE(sym__list_item_expression, 1), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [6130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1), - [6132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__expr_binary_expression, 1), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5834), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [6147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [6155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4561), - [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3401), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [6166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [6188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4561), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6053), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), - [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [6211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4561), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [6218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 6), - [6220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 6), - [6222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3243), - [6225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 5), - [6227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 5), - [6229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3257), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), - [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), - [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [6266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 22), - [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [6270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 22), - [6272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_starts_with_sign, 2), - [6274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_starts_with_sign, 2), - [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [6284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 4), - [6286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 4), - [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [6320] = {.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), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [6325] = {.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), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [6330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), REDUCE(sym__list_item_expression, 1, .production_id = 21), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [6434] = {.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), - [6437] = {.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), - [6440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5526), - [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [6472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(102), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(104), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), + [444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5934), + [448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(109), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5723), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5784), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4328), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4203), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4206), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4208), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4266), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4663), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5467), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5479), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4215), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5486), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(233), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(235), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(241), + [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(240), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5576), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4306), + [636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4270), + [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4309), + [642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4310), + [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4311), + [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(911), + [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3990), + [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5465), + [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4266), + [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4213), + [663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3638), + [666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1697), + [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(161), + [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5014), + [675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5777), + [678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5033), + [681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5048), + [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5050), + [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4057), + [690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5467), + [693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(2011), + [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3876), + [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1919), + [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(1929), + [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(86), + [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5470), + [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5486), + [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(948), + [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3721), + [720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3748), + [723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4215), + [726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4520), + [729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5012), + [732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3590), + [735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5410), + [738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3761), + [741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3049), + [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3048), + [747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(364), + [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(379), + [753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(379), + [756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5909), + [759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(3047), + [762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5085), + [765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(2990), + [768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4679), + [771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(4336), + [774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), SHIFT_REPEAT(5863), + [777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4286), + [780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4283), + [783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4289), + [786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4290), + [789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4292), + [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(876), + [795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3990), + [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5465), + [801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4266), + [804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4213), + [807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3638), + [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1697), + [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(161), + [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5014), + [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5777), + [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5033), + [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4663), + [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4467), + [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4057), + [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5467), + [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(2011), + [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3876), + [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1918), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(1929), + [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(86), + [852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5470), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5479), + [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(948), + [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3721), + [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3748), + [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4215), + [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4520), + [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5012), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3590), + [879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5410), + [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3761), + [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3049), + [888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3048), + [891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(364), + [894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(379), + [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(379), + [900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5909), + [903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(3047), + [906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(5085), + [909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(2990), + [912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4679), + [915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(4336), + [918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2), SHIFT_REPEAT(6057), + [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(266), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(265), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(272), + [952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(269), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(297), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(291), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(293), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [1002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(292), + [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [1021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(306), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(312), + [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(310), + [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(313), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5673), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [1059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 1), SHIFT(329), + [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [1064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(336), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__val_number_decimal, 2), SHIFT(317), + [1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 36), + [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 36), + [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), + [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), + [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(338), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [1131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(344), + [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(362), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5850), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [1205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(388), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [1212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(371), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(372), + [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(384), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5876), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(383), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), + [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(391), + [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(421), + [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(411), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5817), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(438), + [1296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(440), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(436), + [1304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(439), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(441), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(448), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5759), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [1347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(486), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(480), + [1355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_value, 1), REDUCE(sym__value, 1), + [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_value, 1), REDUCE(sym__value, 1), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1), + [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1), + [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 2), + [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 2), + [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), + [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5627), + [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), + [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), + [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, .production_id = 55), + [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, .production_id = 55), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), + [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), + [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), + [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), + [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2), + [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2), + [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, .production_id = 97), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, .production_id = 97), + [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), + [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), + [1415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4531), + [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2), + [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2), + [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, .production_id = 66), + [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, .production_id = 66), + [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1), + [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 2), + [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 2), + [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1), + [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1), + [1444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4531), + [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 143), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 143), + [1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4531), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3), + [1458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4801), + [1461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4801), + [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, .production_id = 84), + [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, .production_id = 84), + [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), + [1472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4801), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), + [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1), + [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1), + [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, .production_id = 5), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, .production_id = 5), + [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 3), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 3), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5657), + [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var, 2, .production_id = 25), + [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var, 2, .production_id = 25), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4), + [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, .production_id = 130), + [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, .production_id = 130), + [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression, 1), + [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__expr_binary_expression, 1), + [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, .production_id = 109), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, .production_id = 109), + [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 81), + [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 81), + [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [1542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [1544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [1548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [1554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 82), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 82), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 78), + [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 78), + [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 78), + [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 78), + [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 1), + [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 1), + [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3), + [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3), + [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3), + [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, .production_id = 66), + [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, .production_id = 66), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 5), + [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 5), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, .production_id = 55), + [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, .production_id = 55), + [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5736), + [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2), + [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2), + [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), + [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2), + [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2), + [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 4), + [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 4), + [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 2), + [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 2), + [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, .production_id = 39), + [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, .production_id = 39), + [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, .production_id = 39), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, .production_id = 39), + [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 3), + [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 3), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1), + [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_unary_minus, 4), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_unary_minus, 4), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3), + [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression, 1), + [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, .production_id = 124), + [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, .production_id = 124), + [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 97), + [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 97), + [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 1), + [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 1), + [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1), + [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1), + [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), + [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, .production_id = 143), + [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, .production_id = 143), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 6), + [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 6), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5565), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4461), + [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [1727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(701), + [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4461), + [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4461), + [1736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(702), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), + [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5623), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), + [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5144), + [1783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(911), + [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1697), + [1789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(161), + [1792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5001), + [1795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5033), + [1798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5048), + [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5050), + [1804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3876), + [1807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1919), + [1810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(1929), + [1813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(86), + [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5470), + [1819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5486), + [1822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(948), + [1825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3590), + [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5410), + [1831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3761), + [1834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3049), + [1837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3048), + [1840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(364), + [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(379), + [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(379), + [1849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5909), + [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(3047), + [1855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5085), + [1858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(2990), + [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4679), + [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(4336), + [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2), SHIFT_REPEAT(5863), + [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(876), + [1873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1697), + [1876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(161), + [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5001), + [1882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5033), + [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4663), + [1888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4467), + [1891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3876), + [1894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1918), + [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1929), + [1900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(86), + [1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5470), + [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5479), + [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(948), + [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3590), + [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5410), + [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3761), + [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3049), + [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3048), + [1927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(364), + [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(379), + [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(379), + [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5909), + [1939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3047), + [1942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(5085), + [1945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2990), + [1948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4679), + [1951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(4336), + [1954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(6057), + [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 186), + [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 186), + [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4948), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), + [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 85), + [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 85), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5458), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), + [1995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 187), + [1997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 187), + [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [2003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 83), + [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 83), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 185), + [2013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 185), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 184), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 184), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5813), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), + [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5697), + [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 222), + [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 222), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 127), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 127), + [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 214), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 214), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 223), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 223), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 219), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 219), + [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 218), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 218), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 211), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 211), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5778), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 210), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 210), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 132), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 132), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 131), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 131), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 126), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 126), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 215), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 215), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), + [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), + [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5364), + [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5953), + [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 2, .production_id = 20), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, .production_id = 20), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), + [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), + [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), + [2207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1677), + [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(153), + [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5190), + [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4535), + [2219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(99), + [2222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2331), + [2225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5364), + [2228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2549), + [2231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2547), + [2234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(270), + [2237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(294), + [2240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(284), + [2243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5953), + [2246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2535), + [2249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5215), + [2252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2453), + [2255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4509), + [2258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4423), + [2261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(878), + [2264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2524), + [2267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 80), + [2269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 80), + [2271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), + [2273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), + [2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 2, .production_id = 32), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, .production_id = 32), + [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1), + [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1), + [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), + [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5145), + [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), + [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5342), + [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), + [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), + [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), + [2323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4651), + [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 42), + [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 42), + [2330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4651), + [2333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4651), + [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 38), + [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 38), + [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [2342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1671), + [2345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(164), + [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5216), + [2351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4643), + [2354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(100), + [2357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2355), + [2360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5442), + [2363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2710), + [2366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2711), + [2369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(282), + [2372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(299), + [2375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(296), + [2378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5781), + [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2712), + [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4892), + [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2684), + [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4526), + [2393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4411), + [2396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(928), + [2399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2630), + [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4722), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), + [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), + [2419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1224), + [2422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1677), + [2425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(153), + [2428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5190), + [2431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4535), + [2434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(99), + [2437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2331), + [2440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5364), + [2443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2549), + [2446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2547), + [2449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(270), + [2452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(294), + [2455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(284), + [2458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5953), + [2461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2535), + [2464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(5215), + [2467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2453), + [2470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4509), + [2473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(4423), + [2476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(878), + [2479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2524), + [2482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 1, .dynamic_precedence = 10, .production_id = 1), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), + [2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4643), + [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), + [2496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), + [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), + [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5781), + [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [2514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), + [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), + [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), + [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), + [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), + [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5896), + [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 80), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [2538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 17), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 38), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [2546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4722), + [2549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4722), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), + [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), + [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), + [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), + [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), + [2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [2596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 4, .dynamic_precedence = 10, .production_id = 80), + [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 4, .dynamic_precedence = 10, .production_id = 80), + [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 117), + [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 117), + [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), + [2606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 72), + [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 72), + [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), + [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), + [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), + [2618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5552), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5695), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), + [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 1), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 2, .dynamic_precedence = 10, .production_id = 1), + [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 3, .production_id = 72), + [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, .production_id = 72), + [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5552), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), + [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 1), + [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1), + [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), + [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), + [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), + [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), + [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), + [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4679), + [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4336), + [2663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 117), + [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 117), + [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), + [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), + [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 38), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 38), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 17), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_parenthesized_body, 3, .dynamic_precedence = 10, .production_id = 17), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5452), + [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4949), + [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), + [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), + [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4349), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5522), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), + [2727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5522), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), + [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5775), + [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4253), + [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), + [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), + [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 3), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 3), + [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), + [2792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4707), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), + [2799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4707), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 2), + [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), + [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4707), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5894), + [2861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1055), + [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), + [2866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1396), + [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1396), + [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 4), + [2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 4), + [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5317), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), + [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 1), + [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), + [2908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1117), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [2923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4665), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2, .production_id = 43), + [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2, .production_id = 43), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [2972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4665), + [2983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5797), + [2986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(173), + [2989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5034), + [2992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(4996), + [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), + [2997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5968), + [3000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(4996), + [3003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5376), + [3006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(437), + [3009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(437), + [3012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5010), + [3015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(2728), + [3018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(5615), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [3023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4665), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [3034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 5), + [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 5), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [3042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1135), + [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 86), + [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 86), + [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, .production_id = 43), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, .production_id = 43), + [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4932), + [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4252), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), + [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), + [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 134), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 134), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 133), + [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 133), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 129), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 129), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 128), + [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 128), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 69), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 69), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), + [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 68), + [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 68), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), + [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1163), + [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 3, .production_id = 47), + [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, .production_id = 47), + [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), + [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 41), + [3150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), SHIFT(165), + [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1), + [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [3159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 2), + [3161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 2), + [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 31), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 31), + [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 30), + [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 30), + [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 1), + [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 1), + [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), + [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 2, .production_id = 19), + [3179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), SHIFT(165), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [3220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 8), + [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 8), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [3226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 7), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 7), + [3230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), + [3236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 4, .production_id = 94), + [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, .production_id = 94), + [3240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 5, .production_id = 137), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, .production_id = 137), + [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 70), + [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 70), + [3248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 136), + [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 136), + [3252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 1), + [3254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 140), + [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 140), + [3264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 3, .production_id = 141), + [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, .production_id = 141), + [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), + [3270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 11), + [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 11), + [3274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 5, .production_id = 145), + [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, .production_id = 145), + [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 5), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 5), + [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), + [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), + [3286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 149), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 149), + [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 9), + [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 9), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), + [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), + [3298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 2, .production_id = 19), SHIFT(146), + [3301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1), + [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 246), + [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 246), + [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 245), + [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 245), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 71), + [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 71), + [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 10), + [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 10), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), + [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 244), + [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 244), + [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 243), + [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 243), + [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 242), + [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 242), + [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 241), + [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 241), + [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 240), + [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 240), + [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 239), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 239), + [3349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 238), + [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 238), + [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 237), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 237), + [3357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 236), + [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 236), + [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 235), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 235), + [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 234), + [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 234), + [3369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 233), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 233), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 232), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 232), + [3377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 9), + [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 9), + [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 8, .production_id = 231), + [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 8, .production_id = 231), + [3385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 225), + [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 225), + [3389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 2), + [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 224), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 224), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 221), + [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 221), + [3401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 2), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 220), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 220), + [3409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 217), + [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 217), + [3413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 216), + [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 216), + [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 213), + [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 213), + [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 9, .production_id = 247), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 9, .production_id = 247), + [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 212), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 212), + [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 208), + [3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 208), + [3433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 207), + [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 207), + [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 206), + [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 206), + [3441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 205), + [3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 205), + [3445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 204), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 204), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 203), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 203), + [3453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration, 1), + [3455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), + [3458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), + [3461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_last, 1), + [3463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [3465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), + [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), + [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1), + [3473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_statement, 1), + [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1), + [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 202), + [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 202), + [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 7, .production_id = 201), + [3483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 7, .production_id = 201), + [3485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_hide, 1), + [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1), + [3489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_overlay, 1), + [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1), + [3493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 162), + [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 162), + [3497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 163), + [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 163), + [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 = 176), + [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 176), + [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 4), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4), + [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 175), + [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 175), + [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 4, .production_id = 100), + [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, .production_id = 100), + [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 168), + [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 168), + [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 169), + [3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 169), + [3529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 2), + [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2), + [3533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 8), + [3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 8), + [3537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 95), + [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 95), + [3541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 3, .production_id = 32), + [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, .production_id = 32), + [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 3), + [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3), + [3549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_export, 2, .production_id = 18), + [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, .production_id = 18), + [3553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 170), + [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 170), + [3557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 6, .production_id = 174), + [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 6, .production_id = 174), + [3561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 6), + [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 6), + [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 230), + [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 230), + [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 4, .production_id = 88), + [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, .production_id = 88), + [3573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 229), + [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 229), + [3577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 4, .production_id = 87), + [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, .production_id = 87), + [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), + [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), + [3585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 2), + [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2), + [3589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 3), + [3591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3), + [3593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), + [3595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), + [3598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), + [3601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 3), + [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 28), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 28), + [3607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 29), + [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 29), + [3611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 161), + [3613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 161), + [3615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 160), + [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 160), + [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 81), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 81), + [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_env, 2, .production_id = 33), + [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, .production_id = 33), + [3627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_list, 2), + [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2), + [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 228), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 228), + [3635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 159), + [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 159), + [3639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 158), + [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 158), + [3643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), + [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), + [3647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 157), + [3649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 157), + [3651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 156), + [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 156), + [3655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1), + [3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1), + [3659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 155), + [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 155), + [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2), + [3665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, .production_id = 154), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, .production_id = 154), + [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 178), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 178), + [3673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 179), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 179), + [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2), + [3679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), + [3682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), + [3685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 2), + [3687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 7, .production_id = 209), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, .production_id = 209), + [3691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 41), SHIFT(146), + [3694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 115), + [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 115), + [3698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 114), + [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 114), + [3702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 113), + [3704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 113), + [3706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, .production_id = 112), + [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, .production_id = 112), + [3710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 7), + [3712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 7), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), + [3718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_new, 3, .production_id = 74), + [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, .production_id = 74), + [3722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_hide, 3, .production_id = 73), + [3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, .production_id = 73), + [3726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2), + [3728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 199), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 199), + [3732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 7, .production_id = 188), + [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 7, .production_id = 188), + [3736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 48), + [3738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 48), + [3740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wild_card, 1), + [3742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1), + [3744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), + [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), + [3748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 50), + [3750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 50), + [3752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), + [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), + [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), + [3758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), + [3760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 198), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 198), + [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 197), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 197), + [3768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 196), + [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 196), + [3772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), + [3774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), + [3776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), + [3778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), + [3780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 3), + [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3), + [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), + [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), + [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4368), + [3790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2), + [3792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 2), REDUCE(sym_pipeline_parenthesized_last, 2), + [3795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2), REDUCE(sym_pipeline_parenthesized_last, 2), + [3798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 2), + [3800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_last, 1), + [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1), + [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 2), + [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 3), + [3808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1), + [3810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_parenthesized, 1), REDUCE(sym__declaration_parenthesized_last, 1), + [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1), REDUCE(sym__declaration_parenthesized_last, 1), + [3816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_parenthesized_last, 1), + [3818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1), + [3820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement_parenthesized, 1), REDUCE(sym__statement_parenthesized_last, 1), + [3823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1), REDUCE(sym__statement_parenthesized_last, 1), + [3826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_parenthesized_last, 1), + [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3), + [3830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline_parenthesized, 3), REDUCE(sym_pipeline_parenthesized_last, 3), + [3833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3), REDUCE(sym_pipeline_parenthesized_last, 3), + [3836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 3), + [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [3840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 3, .production_id = 90), + [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, .production_id = 90), + [3844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 2, .production_id = 10), + [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 2, .production_id = 10), + [3848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized, 2, .production_id = 10), + [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized, 2, .production_id = 10), + [3852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 5, .production_id = 135), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, .production_id = 135), + [3856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized, 2, .production_id = 10), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized, 2, .production_id = 10), + [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), + [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2), + [3864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1), + [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 5, .production_id = 135), + [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 5, .production_id = 135), + [3872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 4, .production_id = 139), + [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, .production_id = 139), + [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1), + [3878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized, 3, .production_id = 40), + [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 3, .production_id = 40), + [3882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized, 1), + [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized, 1), + [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1), + [3888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized, 4, .production_id = 89), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 4, .production_id = 89), + [3892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let, 2, .production_id = 10), + [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, .production_id = 10), + [3896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 3, .production_id = 90), + [3898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 3, .production_id = 90), + [3900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), + [3902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), + [3904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 2, .production_id = 10), + [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, .production_id = 10), + [3908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 3, .production_id = 40), + [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, .production_id = 40), + [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 3), + [3914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 4, .production_id = 89), + [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, .production_id = 89), + [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2), + [3920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized, 4, .production_id = 139), + [3922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 4, .production_id = 139), + [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1), + [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), + [3928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), + [3930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3), + [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3), + [3934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), + [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5572), + [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [3942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2), + [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2), + [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4639), + [3957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4639), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), + [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5932), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), + [4010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [4038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4639), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [4043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1687), + [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), + [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(166), + [4051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4932), + [4054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4252), + [4057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(90), + [4060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3125), + [4063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4967), + [4066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3408), + [4069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3412), + [4072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(467), + [4075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(503), + [4078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(501), + [4081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5877), + [4084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3413), + [4087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5020), + [4090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3419), + [4093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4808), + [4096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4296), + [4099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3374), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [4114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [4120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4548), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6012), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), + [4183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4548), + [4186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4548), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), + [4205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), + [4208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [4213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [4217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(1702), + [4220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(1674), + [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5526), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6018), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5548), + [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5527), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), + [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [4329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [4335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [4363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), + [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [4405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), + [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [4539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 111), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 111), + [4545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 110), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 110), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5189), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [4617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 104), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 104), + [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 103), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 103), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), + [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5564), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 103), + [4697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 103), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [4735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 110), + [4737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 110), + [4739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 3), REDUCE(sym_val_closure, 3), + [4742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 3), REDUCE(sym_val_closure, 3), + [4745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), + [4747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 26), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), + [4751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 111), + [4753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 111), + [4755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, .production_id = 104), + [4757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 104), + [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), + [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), + [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), + [4795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2082), + [4798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), + [4800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(166), + [4803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4932), + [4806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(4225), + [4809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1120), + [4812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3338), + [4815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5005), + [4818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3408), + [4821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3412), + [4824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(499), + [4827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(503), + [4830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(512), + [4833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5877), + [4836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3527), + [4839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(5020), + [4842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3419), + [4845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3374), + [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), + [4858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5340), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [4870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5972), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5859), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), + [4926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1922), + [4929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(141), + [4932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5034), + [4935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5066), + [4938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1141), + [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(5518), + [4948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5332), + [4951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2946), + [4954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2970), + [4957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(717), + [4960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(744), + [4963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5932), + [4966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5389), + [4969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(5010), + [4972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2728), + [4975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), + [4985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5384), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [5001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), + [5005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4658), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [5016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4462), + [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [5027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4462), + [5030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4658), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [5035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4658), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), + [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [5044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4564), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), + [5055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(2334), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [5060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(2335), + [5063] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(2334), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [5069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4821), + [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2417), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [5090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4821), + [5093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [5099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 2), + [5101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_ignore_rest, 2), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [5107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 2), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [5111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), + [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), + [5121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), + [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [5125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4821), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), + [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5600), + [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), + [5144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), + [5146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), + [5148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [5152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4827), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [5163] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(2377), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [5169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), + [5171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), SHIFT_REPEAT(3911), + [5174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), SHIFT_REPEAT(3880), + [5177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 192), SHIFT_REPEAT(3879), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [5182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), + [5202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4827), + [5205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), REDUCE(sym__immediate_decimal, 3), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(2366), + [5217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(2377), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [5222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), + [5224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(5715), + [5227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(2664), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5810), + [5234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), + [5236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4477), + [5239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), + [5241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), + [5243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), + [5245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), + [5247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), + [5249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), + [5251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), + [5253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), + [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [5259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 44), + [5261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 44), + [5263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 45), + [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 45), + [5267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, .production_id = 24), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5988), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), + [5281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4477), + [5284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [5288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 2, .production_id = 4), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [5292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, .production_id = 4), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [5296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [5304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, .production_id = 93), + [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [5310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4477), + [5313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [5315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), + [5333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), + [5335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [5345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 99), + [5347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 2, .production_id = 99), + [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [5351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1), + [5353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1), + [5355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, .production_id = 13), + [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_body_repeat1, 1, .production_id = 13), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [5367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5350), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [5381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [5389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), + [5391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), + [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5842), + [5397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3044), + [5399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3, .production_id = 4), + [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, .production_id = 4), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [5405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 4), + [5407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 4), + [5409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 24), + [5411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, .production_id = 24), + [5413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized, 3), + [5415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [5423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 3), + [5425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 3), + [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), + [5429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3), + [5431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [5439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), + [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [5443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), + [5445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [5447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), + [5451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 34), + [5453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 34), + [5455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [5461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [5463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [5465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [5467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [5469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), + [5471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [5473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [5475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [5477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [5479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), + [5481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [5483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5598), + [5485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1), + [5487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 1), + [5489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4564), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), + [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5302), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), + [5508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4482), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [5515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), + [5519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5869), + [5521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [5523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, .production_id = 193), + [5525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4564), + [5528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4482), + [5531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, .production_id = 91), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [5535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 1), + [5537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 1), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [5541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2660), + [5543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [5545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5630), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5424), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [5573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4482), + [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [5608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, .production_id = 191), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), + [5616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3), + [5618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3), + [5620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 75), + [5622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 75), + [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), + [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), + [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, .production_id = 189), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [5656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, .production_id = 166), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), + [5664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [5666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), + [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [5678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [5686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 76), + [5688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 76), + [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [5698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [5702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), + [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [5708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [5712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [5714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), + [5718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 166), + [5720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), + [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [5754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4629), + [5757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [5759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [5773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [5777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), + [5781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), + [5783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), + [5785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [5793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4549), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [5802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4629), + [5805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [5817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [5833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4629), + [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), + [5894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [5896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4474), + [5899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [5903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), + [5905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5840), + [5907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3000), + [5909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [5911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), + [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [5915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [5917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [5919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [5921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [5923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [5925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [5927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [5931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5867), + [5933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 120), + [5935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 120), + [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [5941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [5943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [5951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [5953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [5955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [5963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4505), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), + [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [5974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 122), + [5976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 122), + [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), + [6006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_list, 2), REDUCE(sym_val_list, 2), + [6009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_list, 2), REDUCE(sym_val_list, 2), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), + [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), + [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), + [6064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 1), + [6066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 1), + [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), + [6074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4505), + [6077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4505), + [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [6116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1), + [6118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1), + [6120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, .dynamic_precedence = 10), + [6122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, .dynamic_precedence = 10), + [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), + [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [6160] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), REDUCE(sym__immediate_decimal, 2), SHIFT(3204), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [6166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3204), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [6179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3213), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5807), + [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), + [6186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 2), + [6188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 2), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [6194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__expr_binary_expression, 1), + [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), + [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), + [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), + [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [6235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [6241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [6277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4855), + [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [6284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4855), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), + [6289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1), REDUCE(sym__list_item_expression, 1), + [6292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1), REDUCE(sym__list_item_expression, 1), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [6297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1), + [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [6303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [6307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4855), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [6312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [6350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_expression, 1, .production_id = 21), + [6352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_expression, 1, .production_id = 21), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [6356] = {.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), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [6361] = {.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), + [6364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [6368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 4), + [6370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 4), + [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [6374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), REDUCE(sym__list_item_expression, 1, .production_id = 21), + [6377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), REDUCE(sym__list_item_expression, 1, .production_id = 21), + [6380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 5), + [6382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 5), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [6386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 6), + [6388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 6), + [6390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_starts_with_sign, 2), + [6392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_starts_with_sign, 2), + [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [6426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3267), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [6431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 22), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [6435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 22), + [6437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3322), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [6442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 23), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [6508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1), - [6510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [6524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [6526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), - [6528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [6590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, .production_id = 171), - [6592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, .production_id = 171), - [6594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 22), - [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [6598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 22), - [6600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1), - [6602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1), - [6604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), - [6606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), - [6608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 4, .production_id = 200), - [6610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 4, .production_id = 200), - [6612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), - [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [6616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), - [6618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, .production_id = 173), - [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [6622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, .production_id = 173), - [6624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, .production_id = 55), - [6626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, .production_id = 55), - [6628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), - [6630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), - [6632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, .production_id = 102), - [6634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, .production_id = 102), - [6636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), - [6638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), - [6640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), - [6642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), - [6644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, .production_id = 173), - [6646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, .production_id = 173), - [6648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 53), - [6650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 53), - [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [6658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5616), - [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), - [6664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [6674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5385), - [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [6696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), - [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), - [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [6744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), - [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [6756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), - [6766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), - [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [6816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [6826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), - [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [6840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), - [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), - [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), - [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), - [6960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3800), - [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), - [6965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5525), - [6968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5534), - [6971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5535), - [6974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5539), - [6977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 64), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), - [6987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 64), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), - [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [7049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5539), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [7063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4560), - [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), - [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), - [7072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), - [7074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), - [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [7088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4560), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [7099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4560), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6069), - [7140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [7156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [7170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), - [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3806), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [7178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3673), - [7181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3672), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [7222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2, .production_id = 107), - [7224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2, .production_id = 107), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [7242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, .production_id = 92), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [7246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, .production_id = 92), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [7274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 108), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [7278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 108), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), - [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [7390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, .production_id = 91), - [7392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 61), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [7396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 61), - [7398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 60), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [7402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 60), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [7428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, .production_id = 25), - [7430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, .production_id = 25), - [7432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, .production_id = 189), - [7434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, .production_id = 191), - [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3), - [7438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3), - [7440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 108), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), - [7444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 108), - [7446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3), - [7448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3), - [7450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, .production_id = 105), - [7452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, .production_id = 105), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [7458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5564), - [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5583), - [7462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5584), - [7464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5587), - [7466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 65), - [7468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 65), - [7470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 63), - [7472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 63), - [7474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5975), - [7476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5974), - [7478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 64), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), - [7482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 64), - [7484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 62), - [7486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 62), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [7490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 61), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [7494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 61), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [7500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, .production_id = 25), - [7502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, .production_id = 25), - [7504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, .production_id = 106), - [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, .production_id = 106), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), - [7512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, .production_id = 93), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), - [7518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, .production_id = 19), - [7520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, .production_id = 19), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [7526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, .production_id = 148), - [7528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, .production_id = 148), - [7530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, .production_id = 138), - [7532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, .production_id = 138), - [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [7542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [7548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 14), - [7550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 14), - [7552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 64), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [7556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 64), - [7558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 13), - [7560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 13), - [7562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 11), - [7564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 11), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [7574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 108), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [7578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 108), - [7580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 12), - [7582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 12), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [7586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), SHIFT_REPEAT(4031), - [7589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), - [7591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), SHIFT_REPEAT(5131), - [7594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), SHIFT_REPEAT(4273), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [7599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 61), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [7603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 61), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [7607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), - [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5471), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), - [7637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 64), - [7639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 64), - [7641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 61), - [7643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 61), - [7645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4544), - [7648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4544), - [7651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4017), - [7654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4544), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), - [7661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4023), - [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [7674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), - [7676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), - [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [7680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), SHIFT_REPEAT(4169), - [7683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), - [7685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), SHIFT_REPEAT(5023), - [7688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), SHIFT_REPEAT(3591), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [7693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 108), - [7695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 5, .production_id = 108), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [7705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4082), - [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [7710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4144), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [7715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4138), - [7718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4084), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [7723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2), - [7725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2), SHIFT_REPEAT(5873), - [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), - [7732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 165), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [7738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 164), - [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [7750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4132), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [7757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4116), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [7764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5586), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [7768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), - [7772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5989), - [7774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [7776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), - [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5931), - [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), - [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), - [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), - [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), - [7788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4486), - [7791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4486), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), - [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [7810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4486), - [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5887), - [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), - [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), - [7823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2), - [7825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [7843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 2, .production_id = 27), - [7845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, .production_id = 27), - [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [7851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4155), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), - [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5886), - [7870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4337), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [7874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), - [7876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), - [7878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), - [7880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), - [7882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 3), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [7888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1), - [7890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), SHIFT(6000), - [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [7897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5808), - [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), - [7905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(204), - [7908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(5198), - [7911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [7915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), - [7917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), - [7919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), SHIFT(6000), - [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [7938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 1), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5634), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [7954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5896), - [7956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), - [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5910), - [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [7970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 1, .production_id = 96), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), - [7974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__all_type, 1, .production_id = 93), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [7990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 227), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [7994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 226), - [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [8018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4231), - [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [8025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5445), - [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), - [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), - [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [8058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [8060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 182), - [8062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 182), - [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), - [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [8108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2), - [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [8120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 164), - [8122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 165), - [8124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [8130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [8150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [8156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [8160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 226), - [8162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 227), - [8164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), - [8170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 15), - [8172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 15), - [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), - [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), - [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), - [8194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [8198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5916), - [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), - [8202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), - [8204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), - [8206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), - [8208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), - [8210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), - [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [8220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), - [8222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 2, .production_id = 27), - [8224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, .production_id = 27), SHIFT(5828), - [8227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4953), - [8229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 2), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), - [8237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), - [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [8257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 96), - [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [8261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), - [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [8277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1), - [8279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1), - [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3044), - [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), - [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [8287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), - [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [8295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, .production_id = 101), - [8297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, .production_id = 101), - [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), - [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [8305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), - [8307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), - [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [8341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5758), - [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5649), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [8357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), - [8363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 24), - [8365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 24), SHIFT(6000), - [8368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2), - [8370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2), - [8372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1), - [8374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1), SHIFT(6000), - [8377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 4), - [8379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 4), SHIFT(6000), - [8382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, .production_id = 35), - [8384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, .production_id = 35), - [8386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 1), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [8396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), - [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [8400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1), - [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), - [8404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [8408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), - [8410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [8412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), - [8414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 183), - [8416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 183), - [8418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4388), - [8421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), - [8423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1416), - [8426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1416), - [8429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 118), - [8431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 118), - [8433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(188), - [8436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(5355), - [8439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), - [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), - [8443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, .production_id = 101), - [8445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, .production_id = 101), - [8447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4403), - [8450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, .production_id = 116), - [8452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, .production_id = 116), - [8454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 119), - [8456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 119), - [8458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), - [8460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), - [8466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 3), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), - [8470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 150), - [8472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 150), - [8474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 3, .production_id = 59), - [8476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, .production_id = 59), SHIFT(5633), - [8479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [8489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 121), - [8491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 121), - [8493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 81), - [8495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 81), - [8497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [8501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 153), - [8503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 153), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [8507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 146), - [8509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 146), - [8511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 147), - [8513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 147), - [8515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, .production_id = 101), - [8517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, .production_id = 101), - [8519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 151), - [8521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 151), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [8531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 181), - [8533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 181), - [8535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 180), - [8537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 180), - [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), - [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), - [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [8553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 152), - [8555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 152), - [8557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), - [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [8565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), - [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), - [8569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 5, .production_id = 167), - [8571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, .production_id = 167), - [8573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 147), - [8575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 147), - [8577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 146), - [8579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 146), - [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [8595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, .production_id = 135), - [8597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, .production_id = 135), - [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [8617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), - [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), - [8621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), - [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [8627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1), - [8629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), - [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), - [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5906), - [8641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [8643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 139), - [8645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 139), - [8647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3), - [8649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3), - [8651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [8663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 2), - [8665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 2), - [8667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 3), - [8669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 3), - [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [8673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1), - [8675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1), - [8677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 90), - [8679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 90), - [8681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), - [8683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), SHIFT_REPEAT(5357), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), - [8688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, .production_id = 89), - [8690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, .production_id = 89), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), - [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [8708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5926), - [8710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, .production_id = 40), - [8712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, .production_id = 40), - [8714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), - [8716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [8720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [8724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), - [8726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [8728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [8730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), - [8732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [8734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [8736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [8738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [8740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [8744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [8746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [8748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [8750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [8752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), - [8754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), - [8756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [8758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [8760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), - [8762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), - [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [8768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6018), - [8770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [8774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), - [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [8782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6016), - [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), - [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [8792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6014), - [8794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 4, .production_id = 116), - [8796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, .production_id = 116), - [8798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [8804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [8814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), - [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), - [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [8820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [8822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6012), - [8824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), - [8826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [8828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [8834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), - [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [8838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), - [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [8850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [8852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [8854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), - [8856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), - [8858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [8864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 144), SHIFT_REPEAT(1654), - [8867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 144), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [8871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), - [8873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), - [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), - [8885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), - [8887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), - [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [8893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), - [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [8901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [8903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [8909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [8911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), - [8913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), - [8915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [8917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), - [8919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), - [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), - [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [8927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5998), - [8929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), - [8931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), - [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [8937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), - [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [8947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), - [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [8951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [8955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), - [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [8961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [8963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4407), - [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), - [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [8969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5992), - [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [8979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [8981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [8983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), - [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [8989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), - [8991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), - [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), - [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [8999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1), - [9001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1), - [9003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), - [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), - [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [9009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), - [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), - [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), - [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [9021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5978), - [9023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), - [9025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [9027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), - [9029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), - [9031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), - [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [9045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 37), - [9047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 37), - [9049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [9055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5971), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [9059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 194), - [9061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 194), - [9063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 195), - [9065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 195), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), - [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), - [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [9077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5964), - [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [9081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), - [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), - [9087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [9093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), - [9095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, .production_id = 139), - [9097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, .production_id = 139), - [9099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 5, .production_id = 135), - [9101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 5, .production_id = 135), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [9107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5938), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5392), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), - [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), - [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), - [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [9121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5768), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [9131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5833), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), - [9139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5928), - [9141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 125), - [9143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 125), SHIFT_REPEAT(5392), - [9146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), - [9148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6019), - [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), - [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [9156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), - [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), - [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [9164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), - [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), - [9174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [9176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), - [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [9184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), - [9186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(5243), - [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5466), - [9193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), - [9195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5296), - [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [9201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), - [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5922), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), - [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), - [9209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(5237), - [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [9216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized_last, 1), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [9220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 4, .production_id = 89), - [9222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 4, .production_id = 89), - [9224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 3, .production_id = 40), - [9226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 3, .production_id = 40), - [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [9230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [9232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 1), - [9234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 1), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [9240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5898), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [9246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5830), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [9252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, .production_id = 90), - [9254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, .production_id = 90), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [9260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), - [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [9270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [9286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5997), - [9288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), - [9290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6049), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [9298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2), SHIFT_REPEAT(2319), - [9301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2), - [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), - [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), - [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [9313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 37), - [9315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 37), - [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), - [9319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), - [9321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), - [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [9325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), - [9327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), - [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), - [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), - [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), - [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), - [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), - [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), - [9347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), - [9349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized_last, 1), - [9351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized_last, 1), - [9353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized_last, 1), - [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5511), - [9361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), - [9363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5500), - [9365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), - [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [9371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), - [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), - [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), - [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [9379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), - [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), - [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [9387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5999), - [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [9393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, .production_id = 10), - [9395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, .production_id = 10), - [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), - [9399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, .production_id = 77), - [9401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 2, .production_id = 10), - [9403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 2, .production_id = 10), - [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), - [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [9417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5908), - [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [9423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized_last, 2, .production_id = 10), - [9425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized_last, 2, .production_id = 10), - [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), - [9429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), - [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [9435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6002), - [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [9439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2), - [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), - [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), - [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [9449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 2), - [9451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5380), - [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), - [9465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5869), - [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), - [9481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), - [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), - [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), - [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [9507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, .production_id = 98), - [9509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [9511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), - [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), - [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), - [9517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6051), - [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), - [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), - [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [9535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), - [9537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), - [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [9559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 123), - [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [9563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), - [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5826), - [9567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, .production_id = 172), - [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), - [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [9583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [9599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [9619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [9649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [9655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), - [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [9675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, .production_id = 92), - [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [9681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [9683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), - [9685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), - [9687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), - [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [9729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [9751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [9797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2), - [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [9831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 1), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [9843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [9851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [9877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [9887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [9889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), - [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [9901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), - [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [9907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), - [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [9949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), - [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [9953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [9955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), - [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [9991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), - [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [9995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), - [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), - [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [10025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [10027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [10033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [10039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [10045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), - [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), - [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [10089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, .production_id = 172), - [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), - [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), - [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6090), - [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [10101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), - [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [10127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [10131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), - [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), - [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [10175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), - [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), - [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), - [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [10211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), - [10217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2), - [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [10225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), - [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), - [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), - [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), - [10251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), - [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), - [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [10269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), - [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), - [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [10283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), - [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), - [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), - [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), - [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), - [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), - [10325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), - [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), - [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), - [10341] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), - [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), - [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), - [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), - [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), - [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), - [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), - [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), - [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), - [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), - [10395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2), - [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), - [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), - [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), - [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), - [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), - [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), - [10415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), - [10417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), - [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [10421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, .production_id = 92), - [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), - [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), - [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), - [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [10439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [10455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), - [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [10473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [10483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [10485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 4), - [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [10501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), - [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), - [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), - [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), - [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), - [10517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), - [10519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [10521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [10523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4674), - [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), - [10531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), - [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [10535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2), - [10537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), - [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [10549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [6534] = {.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), + [6537] = {.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), + [6540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), + [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [6630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1), + [6632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1), + [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), + [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [6654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), + [6656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), + [6658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 4, .production_id = 200), + [6688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 4, .production_id = 200), + [6690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), + [6692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, .production_id = 21), + [6694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 22), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [6698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 22), + [6700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [6704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, .production_id = 23), + [6706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, .production_id = 102), + [6708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, .production_id = 102), + [6710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1), + [6712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1), + [6714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), + [6716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), + [6718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, .production_id = 171), + [6720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, .production_id = 171), + [6722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, .production_id = 55), + [6724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, .production_id = 55), + [6726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, .production_id = 173), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [6730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, .production_id = 173), + [6732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), + [6734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), + [6736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 53), + [6738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 53), + [6740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), + [6742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, .production_id = 54), + [6744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, .production_id = 173), + [6746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, .production_id = 173), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [6754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5656), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [6760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5311), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), + [6772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5298), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [6792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [6808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), + [6852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [6898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [6976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), + [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), + [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), + [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [7032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [7036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), + [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [7040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), + [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [7044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), + [7054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3838), + [7057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), + [7059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5829), + [7062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5830), + [7065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5831), + [7068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(5832), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [7085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 64), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [7095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 64), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [7123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [7131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), + [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5832), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), + [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), + [7161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4657), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [7175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4657), + [7178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3843), + [7180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [7186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4657), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [7191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4657), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), + [7230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 2), SHIFT(3701), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), + [7277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__immediate_decimal, 1), SHIFT(3719), + [7280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [7340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 61), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [7344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 61), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [7352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [7364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [7372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, .production_id = 91), + [7374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [7452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 108), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [7456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 108), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [7502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2, .production_id = 107), + [7504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2, .production_id = 107), + [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [7512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 60), + [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [7516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 60), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [7538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, .production_id = 92), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [7542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, .production_id = 92), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [7552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, .production_id = 189), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), + [7556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, .production_id = 25), + [7558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, .production_id = 25), + [7560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3), + [7562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3), + [7564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5583), + [7566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5585), + [7568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5589), + [7570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, .production_id = 25), + [7572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, .production_id = 25), + [7574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 64), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [7578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 64), + [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, .production_id = 106), + [7582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, .production_id = 106), + [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, .production_id = 105), + [7586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, .production_id = 105), + [7588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), + [7590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), + [7592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 108), + [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [7596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 108), + [7598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), + [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), + [7608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3), + [7610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3), + [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [7616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, .production_id = 191), + [7618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 61), + [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [7622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 61), + [7624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, .production_id = 93), + [7626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 65), + [7628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 65), + [7630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 63), + [7632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 63), + [7634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 62), + [7636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 62), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [7644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, .production_id = 19), + [7646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, .production_id = 19), + [7648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, .production_id = 138), + [7650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, .production_id = 138), + [7652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, .production_id = 148), + [7654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, .production_id = 148), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [7658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 12), + [7660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 12), + [7662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5528), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [7672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 61), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [7676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 61), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [7682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 64), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [7686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 64), + [7688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), SHIFT_REPEAT(4096), + [7691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), + [7693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), SHIFT_REPEAT(4945), + [7696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 142), SHIFT_REPEAT(4417), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [7701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 14), + [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 14), + [7705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5531), + [7707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 13), + [7709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 13), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), + [7715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 11), + [7717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 11), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [7723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 108), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [7727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 108), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [7731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4073), + [7734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [7746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 108), + [7748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 5, .production_id = 108), + [7750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5496), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), + [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [7766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4550), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [7783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 64), + [7785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 64), + [7787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 61), + [7789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 61), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [7801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), SHIFT_REPEAT(4221), + [7804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), + [7806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), SHIFT_REPEAT(5226), + [7809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 190), SHIFT_REPEAT(3644), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [7814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), + [7816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), + [7818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4085), + [7821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4550), + [7824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4550), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5980), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [7837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4131), + [7840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2), + [7842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2), SHIFT_REPEAT(5905), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [7857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4156), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [7862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 165), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [7868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4136), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [7873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 164), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), + [7879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4119), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5626), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [7890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), + [7892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6039), + [7894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), + [7896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [7900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4140), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [7907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4150), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [7920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3), SHIFT(4838), + [7923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5908), + [7925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [7927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5912), + [7929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), SHIFT(4838), + [7932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(4838), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [7943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 1), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [7957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5935), + [7959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [7975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 1, .production_id = 96), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [7997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [8001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), + [8003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 226), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), + [8013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 227), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5848), + [8047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), + [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [8069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 3), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [8075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), + [8077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), + [8079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4964), + [8081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__all_type, 1, .production_id = 93), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [8089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [8091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(208), + [8094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(5089), + [8097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 79), + [8099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2), + [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [8103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4247), + [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [8112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [8130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 2, .production_id = 27), + [8132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, .production_id = 27), + [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), + [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [8142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(5557), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5918), + [8147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1), + [8149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), SHIFT(5715), + [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [8154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), + [8156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), SHIFT(5715), + [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), + [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), + [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [8167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4223), + [8170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [8172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), + [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), + [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), + [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [8212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 24), + [8214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 24), SHIFT(5715), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [8219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1), + [8221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1), SHIFT(5715), + [8224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), + [8226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), + [8228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 4), + [8230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized_last, 1, .production_id = 4), SHIFT(5715), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [8235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 2), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6063), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [8251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1), + [8253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1), + [8255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1), + [8257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 1), + [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [8263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2), + [8265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2), + [8267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, .production_id = 35), + [8269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, .production_id = 35), + [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), + [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), + [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), + [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [8291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(197), + [8294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), SHIFT_REPEAT(5395), + [8297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 79), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [8301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 15), + [8303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 15), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [8309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), + [8311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1529), + [8314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(1529), + [8317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 1), SHIFT(4442), + [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [8326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 164), + [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [8330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [8334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), + [8336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [8338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 165), + [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), + [8346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 81), + [8348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 81), + [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), + [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6090), + [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [8370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, .production_id = 101), + [8372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, .production_id = 101), + [8374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__immediate_decimal, 2), SHIFT(4452), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [8379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, .production_id = 116), + [8381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, .production_id = 116), + [8383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 118), + [8385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 118), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [8397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 119), + [8399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 119), + [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [8403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 96), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [8413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5883), + [8415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5833), + [8417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), + [8419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), + [8421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [8427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 2, .production_id = 27), + [8429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, .production_id = 27), SHIFT(5957), + [8432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), + [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [8436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 121), + [8438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 121), + [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), + [8452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [8456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5792), + [8458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [8464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [8486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1), + [8488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [8502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 151), + [8504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 151), + [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [8510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [8512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 227), + [8514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 183), + [8516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 183), + [8518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 226), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [8522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [8524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1), + [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [8532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [8534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 146), + [8536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 146), + [8538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 147), + [8540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 147), + [8542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), + [8544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, .production_id = 101), + [8546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, .production_id = 101), + [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [8558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_body, 3), + [8560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 150), + [8562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 150), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [8566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 3, .production_id = 59), + [8568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, .production_id = 59), SHIFT(6075), + [8571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [8575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 152), + [8577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 152), + [8579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 153), + [8581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 153), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [8585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 182), + [8587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 182), + [8589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, .production_id = 101), + [8591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, .production_id = 101), + [8593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 180), + [8595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 180), + [8597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), + [8599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 181), + [8601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 181), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [8609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [8637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3), + [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [8653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [8661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [8669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), + [8671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [8673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), + [8675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [8685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), + [8687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [8689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [8695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1), + [8697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 139), + [8699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 139), + [8701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, .production_id = 135), + [8703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, .production_id = 135), + [8705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [8709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3), + [8711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), + [8717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5827), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [8725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), + [8727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4446), + [8729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [8731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [8733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4439), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [8743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), + [8745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [8747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), + [8749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), + [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [8763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [8775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6051), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [8783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), + [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [8795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6054), + [8797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [8809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [8815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [8817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5856), + [8821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5303), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [8825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 90), + [8827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 90), + [8829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [8835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), + [8837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), + [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), + [8841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 5, .production_id = 167), + [8843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, .production_id = 167), + [8845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 147), + [8847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 147), + [8849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, .production_id = 89), + [8851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, .production_id = 89), + [8853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 146), + [8855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, .production_id = 146), + [8857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [8861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [8863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [8869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [8875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), + [8877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [8879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), + [8883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, .production_id = 40), + [8885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, .production_id = 40), + [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [8889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [8901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6058), + [8903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), + [8909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [8911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [8915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [8925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), + [8927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 2), + [8929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 2), + [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [8933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 3), + [8935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, .production_id = 3), + [8937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [8939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), + [8941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [8947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), + [8949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), + [8951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), + [8953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), + [8955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), + [8957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [8959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [8961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), + [8963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), SHIFT_REPEAT(5397), + [8966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [8972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), + [8974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [8978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 194), + [8980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 194), + [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), + [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), + [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [8988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5986), + [8990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 195), + [8992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, .production_id = 195), + [8994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), + [8998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1), + [9000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1), + [9002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), + [9004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), + [9006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression_parenthesized, 1), + [9008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1), + [9010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 37), + [9012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 37), + [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), + [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), + [9020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [9032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [9036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6062), + [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), + [9040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [9048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), + [9050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), + [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), + [9054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), + [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [9058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [9060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), + [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [9064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [9066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), + [9068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [9070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), + [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), + [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [9080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), + [9082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [9086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [9088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [9090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [9092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [9096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [9098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), + [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [9102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6068), + [9104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), + [9106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [9108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), + [9110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [9112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [9114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [9116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 144), SHIFT_REPEAT(1695), + [9119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 144), + [9121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [9123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2673), + [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [9135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), + [9137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), + [9139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [9141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try_parenthesized, 4, .production_id = 116), + [9143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, .production_id = 116), + [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [9151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), + [9155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), + [9157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [9169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [9171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [9175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), + [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [9181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [9183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [9187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), + [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [9193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [9195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), + [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [9201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6014), + [9203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), + [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [9209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [9211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), + [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [9219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5884), + [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6047), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5945), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), + [9247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5880), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [9267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [9275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), + [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [9283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5809), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [9291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_parenthesized_last, 2, .production_id = 10), + [9293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized_last, 2, .production_id = 10), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), + [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [9303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, .production_id = 10), + [9305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized_last, 2, .production_id = 10), + [9307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 2, .production_id = 10), + [9309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 2, .production_id = 10), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [9313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 2), + [9315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 4, .production_id = 89), + [9317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 4, .production_id = 89), + [9319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5361), + [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6136), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5989), + [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), + [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [9335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), + [9337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), + [9339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), + [9341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, .production_id = 90), + [9343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 3, .production_id = 90), + [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), + [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6017), + [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), + [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [9357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), + [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [9363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 125), + [9365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 125), SHIFT_REPEAT(5404), + [9368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_parenthesized_last, 3, .production_id = 40), + [9370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized_last, 3, .production_id = 40), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5478), + [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5969), + [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5999), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), + [9420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), + [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5495), + [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6001), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), + [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [9434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), + [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [9440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5916), + [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [9444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [9446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized_last, 1), + [9448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_parenthesized_last, 1), + [9450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized_last, 1), + [9452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 37), + [9454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 37), + [9456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), + [9458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), + [9460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), + [9462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [9466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized_last, 1), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [9472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, .production_id = 77), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [9480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_parenthesized_last, 1), + [9482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized_last, 1), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [9486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2), SHIFT_REPEAT(2325), + [9489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), + [9499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5444), + [9501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [9507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [9517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), + [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [9521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 2), SHIFT(5030), + [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [9526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_parenthesized_last, 5, .production_id = 135), + [9528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized_last, 5, .production_id = 135), + [9530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, .production_id = 139), + [9532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized_last, 4, .production_id = 139), + [9534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__val_number_decimal, 1), SHIFT(5025), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5560), + [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), + [9549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5448), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [9553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), + [9555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [9571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [9581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5959), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [9595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [9597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [9599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [9601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6134), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [9615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6030), + [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), + [9621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, .production_id = 172), + [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [9659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 123), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), + [9667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [9669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), + [9671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), + [9673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, .production_id = 98), + [9675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), + [9677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), + [9685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5903), + [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [9705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [9707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [9715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [9717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), + [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [9733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [9761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [9791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 1), + [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [9807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [9815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [9845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [9863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [9869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [9909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [9927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [9931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [9937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [9947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [9953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [9955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [9975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [9977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [9979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [9983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [9985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [9987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [9989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [9991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [9993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [9995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), + [9997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [9999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [10001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [10003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [10005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), + [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [10009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [10017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [10019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [10021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [10023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [10025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [10027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3158), + [10029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [10031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [10035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [10065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), + [10069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6023), + [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [10105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), + [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [10117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [10165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2), + [10167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [10177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [10179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [10207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [10221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [10225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), + [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [10257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [10269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [10273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [10301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), + [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [10321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5426), + [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), + [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), + [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5845), + [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), + [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), + [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), + [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), + [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [10405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6137), + [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [10409] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), + [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [10415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [10417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), + [10421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), + [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), + [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), + [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), + [10459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5634), + [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), + [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), + [10475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), + [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), + [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [10501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), + [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), + [10517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [10519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), + [10521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [10523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), + [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), + [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), + [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), + [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), + [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), + [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [10585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [10587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, .production_id = 92), + [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [10591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), + [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), + [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [10625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2), + [10627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), + [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [10633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), + [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [10639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, .production_id = 172), + [10641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2), + [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), + [10645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, .production_id = 92), + [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), + [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), + [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), + [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [10671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 4), + [10673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), }; #ifdef __cplusplus